/*====================================/
    FONT CDNS
=====================================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/tilt-warp');
/*====================================/
    ROOT STYLING
=====================================*/
:root {
    /* COLOR PALETTE */
    --body-font: "Inter", serif;
    --body-heading-font: "Inter", serif;
    --body-font-size: 16px;
    --body-background: #e4f1f7;
    
    /* COLOR PALETTE */
    --color-border: #cbcbcb;
    --color-primary: ORANGE;
    --color-text: black; /* Primary Text Color */
    --color-text-darker: #585858;
    --color-text-secondary: #ccc;
    --color-text-dark: #0D0D0D;
    --color-bg: #ffffff; /* CONTENT BG */
    --color-brighter-bg: var(--color-bg); /* CONTENT BG */
    
    /* CONTENT */
    --content-width: 1140px;
    --content-padding: 20px;
    
    /* FOOTER */
    --footer-watermark-width: 52px;
    --footer-background: #000;
    --footer-watermark: var(--color-text-darker);
    
    /* TEBEX FOOTER*/
    --tebex-legal-footer-max-width: var(--content-width);
    --tebex-legal-footer-background-color: black;
    --tebex-legal-footer-border-color: black;
    --tebex-legal-footer-text-color: white;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-background);
    opacity: 1;
    z-index:5000;
}
/*====================================/
    BASE STYLING
=====================================*/
body::before {display: none;}
:root .btn-glyph:before {
    display: none !important;
}
.hidden {display: none !important;}
.quantity-field .adjust {
    font-size: 17px;
    color: var(--color-text);
}
.quantity-field .adjust:before,.quantity-field .adjust:after {
    display: none;
}
.price strong,.price, .basket .basket-checkout .total {
    color: #65b524 !important;
}
/*====================================/
    APP AND CONTENT
=====================================*/
#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#content {
    flex: 1;
}
.container,  .tebex-template-container {
    max-width: var(--content-width);
    margin: 0 auto;
}
/*====================================/
    FOOTER AND WATERMARK
=====================================*/
#foot {
    color:white;
    background: var(--footer-background);
    font-weight: 600;
    border-bottom: 1px solid #1a1a1a !important;
}
#foot strong {
    font-weight: inherit;
}
#foot .copyright {
    padding: 48px 0px;
}
#foot .copyright #watermark {
    opacity:.65;
    width: var(--footer-watermark-width);
}
#foot .copyright #watermark path {
    fill: var(--footer-watermark);
}
#foot .copyright .container {
    display: flex;
    align-items: center;
}
#foot .copyright .right {
    margin-left: auto;
}
#foot .copyright .left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#foot .copyright .left p {
    font-size: 15px;
}
#foot .copyright .left small {
    color: var(--color-text-darker);
    font-size: 14px;
    display: block;
}

/*====================================/
    DEVICE COMPATABILITY
=====================================*/
@media only screen and (max-width: 768px) {
    .container,  .tebex-template-container {
        padding: 0 var(--content-padding) !important;
    }
}





/* ========================================= */
.store-products-list .store-product, .store-products-images .store-product {
    background: var(--background-card-color) !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 17%) !important;
    padding: 25px !important;
}

.category-description.text-content {
    display: none !important;
}

.store-products-list {
    gap: 20px !important;
}

.price strong, .price, .basket .basket-checkout .total {
    color: #ffd843 !important;
    font-weight: 500 !important;
}

.store-products-list .store-product .price strong {
    font-size: 18px !important;
}

.store-product .product-title a {
    color: white !important;
    font-size: 19px !important;
    font-weight: 600 !important;
}

.quantity-field .open-basket {
    font-weight: 600;
}

.store-product .quantity-field input[type=number] {
    font-weight: 600;
}

.quantity-field {
    background: #1a263b !important;
    border-color: #354b71 !important;
    color: white !important;
}

.quantity-field .adjust {
    color: white !important;
}

.store-products-list .store-product .image {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #38507663;
}

.store-products-list .store-product .image {
    object-fit: contain;
}

#loader {
    background: #1a263b !important;
}

::view-transition-group(root) {}
::view-transition-image-pair(root) {}
::view-transition-old(root) {}
::view-transition {}
::view-transition-new(root) {}

.store-product-full, .store-product-full.popup-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.store-product-full .actions {
    margin-left: -40px;
    margin-right: -40px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #293a57;
    border-top: 1px solid #314361;
}

.store-product-full .product-title {
    font-size: 24px;
}

.store-product-full .descr {
    color: white !important;
}
.quantity-field .adjust {
    background: transparent !important;
}
.popup-content {
    background: var(--background-card-color) !important;
    border-radius: 10px !important;
}
.popup-content.store-product-options {
    padding: 40px;
}

.popup .store-form input[type=text], .popup .store-form input[type=password], .popup .store-form input[type=email], .popup .store-form input[type=number], .popup .store-form input[type=search], .popup .store-form input[type=url], .popup .store-form input[type=tel], .popup .store-form input[type=date], .popup .store-form input[type=time], .popup .store-form input[type=datetime-local], .popup .store-form input[type=file], .popup .store-form input[type=month], .popup .store-form input[type=week], .popup .store-form select, .popup .store-form textarea {
    color: white !important;
    background: #192232 !important;
}

.store-product-options .actions {
    width: 100%;
}

.store-product-options .actions .btn-primary, .store-product-options .actions .btn-secondary, .store-product-options .actions .btn-tertiary {
    width: 100%;
}


::view-transition {}
::view-transition-group(root) {}
::view-transition-image-pair(root) {}
::view-transition-old(root) {}
::view-transition-new(root) {}

.basket .basket-second-header {
    background: #25354f !important;
    border-color: #384a66 !important;
}

.basket--header {
    background: #384a6682;
}

body:not(.mini) .basket-popup-content {
    border-radius: 0px !important;
}

.basket .basket-item {
    background: #304362e0 !important;
    border-color: #425572 !important;
    border-radius: 10px !important;
}

.basket .basket-item .remove {
    background: #496083 !important;
}

.basket .basket-checkout .checkout {
    background: #ffc007 !important;
    color: #874500 !important;
    font-size: 19px;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu > a.active {
    background: #ffc007 !important;
    color: #874500 !important;
}