:root {
    --max-container-width: 1300px;
    --webshop-background-color: #f7f7f8;
}



:root {
    --color-main: #096459;
    --color-supporting: #94ab43;
    --color-accent: #ff8f2b;
    --color-grey: #a5a7ab;

    --color-success: #94ab43;
    --color-info: #60b3c8;
    --color-warning: #ed2b2b;
    --color-error: #ed2b2b;

    --main-50: #dafcf8;
    --main-100: #b4f8f0;
    --main-200: #6ef2e3;
    --main-300: #23ebd4;
    --main-400: #10ad9b;
    --main-500: #096459;
    --main-600: #075047;
    --main-700: #053d36;
    --main-800: #042a26;
    --main-900: #021311;

    --supporting-50: #f5f8ed;
    --supporting-100: #eaefd7;
    --supporting-200: #d7e1b2;
    --supporting-300: #c2d18a;
    --supporting-400: #adc161;
    --supporting-500: #94ab43;
    --supporting-600: #768835;
    --supporting-700: #596728;
    --supporting-800: #3c461b;
    --supporting-900: #1d210d;

    --accent-50: #fff4eb;
    --accent-100: #ffe9d6;
    --accent-200: #ffd1a8;
    --accent-300: #ffbb7f;
    --accent-400: #ffa557;
    --accent-500: #ff8f2b;
    --accent-600: #f07000;
    --accent-700: #b25300;
    --accent-800: #753700;
    --accent-900: #3d1d00;

    --grey-50: #f7f7f8;
    --grey-100: #ededee;
    --grey-200: #dadbdd;
    --grey-300: #cacbce;
    --grey-400: #b8b9bd;
    --grey-500: #a5a7ab;
    --grey-600: #83868b;
    --grey-700: #62656a;
    --grey-800: #404245;
    --grey-900: #202122;

    --success-50: #f5f8ed;
    --success-100: #eaefd7;
    --success-200: #d7e1b2;
    --success-300: #c2d18a;
    --success-400: #adc161;
    --success-500: #94ab43;
    --success-600: #768835;
    --success-700: #596728;
    --success-800: #3c461b;
    --success-900: #1d210d;

    --info-50: #f0f8fa;
    --info-100: #e1f1f5;
    --info-200: #bfe0e9;
    --info-300: #a0d2de;
    --info-400: #7ec2d2;
    --info-500: #60b3c8;
    --info-600: #3c98ae;
    --info-700: #2e7385;
    --info-800: #1e4c57;
    --info-900: #10282d;

    --warning-50: #fde7e7;
    --warning-100: #fbd5d5;
    --warning-200: #f8aaaa;
    --warning-300: #f48080;
    --warning-400: #f15656;
    --warning-500: #ed2b2b;
    --warning-600: #cf1212;
    --warning-700: #9b0d0d;
    --warning-800: #670909;
    --warning-900: #340404;

    --error-50: #fde7e7;
    --error-100: #fbd5d5;
    --error-200: #f8aaaa;
    --error-300: #f48080;
    --error-400: #f15656;
    --error-500: #ed2b2b;
    --error-600: #cf1212;
    --error-700: #9b0d0d;
    --error-800: #670909;
    --error-900: #340404;

    --sale-50: #fff4eb;
    --sale-100: #ffe9d6;
    --sale-200: #ffd1a8;
    --sale-300: #ffbb7f;
    --sale-400: #ffa557;
    --sale-500: #ff8f2b;
    --sale-600: #f07000;
    --sale-700: #b25300;
    --sale-800: #753700;
    --sale-900: #3d1d00;
}

:root {
    --system-font-stack-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --system-font-stack-serif: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --system-font-stack-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;

    --heading-font-family: "Lora";
    --heading-font-stack: var(--heading-font-family), var(--system-font-stack-sans);

    --display-font-family: "Lora";
    --display-font-stack: var(--display-font-family), var(--system-font-stack-sans);

    --body-font-family: "Fira Sans";
    --body-font-stack: var(--body-font-family), var(--system-font-stack-sans);

    --h1-font-size: 1.75rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --h4-font-size: 1.125rem;
    --h5-font-size: 1rem;
    --h6-font-size: 0.875rem;

    --h1-font-size-mobile: 1.375rem;
    --h2-font-size-mobile: 1.25rem;
    --h3-font-size-mobile: 1.125rem;
    --h4-font-size-mobile: 1rem;
    --h5-font-size-mobile: 0.9375rem;
    --h6-font-size-mobile: 0.875rem;

    --display-1-font-size: 4rem;
    --display-2-font-size: 3.5rem;
    --display-3-font-size: 3rem;
    --display-4-font-size: 2.5rem;
    --display-5-font-size: 2rem;
    --display-6-font-size: 1.75rem;

    --display-1-font-size-mobile: 2.25rem;
    --display-2-font-size-mobile: 2rem;
    --display-3-font-size-mobile: 1.75rem;
    --display-4-font-size-mobile: 1.625rem;
    --display-5-font-size-mobile: 1.5rem;
    --display-6-font-size-mobile: 1.375rem;

    /*[???]    text-md OF text-size-md ? */

    --text-size-xs: 0.75rem;
    --text-size-sm: 0.875rem;
    --text-size-md: 1rem;
    --text-size-lg: 1.125rem;
    --text-size-xl: 1.25rem;
    --text-size: var(--text-size-md);


    --actual-text-xl-line-height: calc(var(--text-size-xl) * var(--text-line-height));
    --actual-text-lg-line-height: calc(var(--text-size-lg) * var(--text-line-height));
    --actual-text-md-line-height: calc(var(--text-size-md) * var(--text-line-height));
    --actual-text-sm-line-height: calc(var(--text-size-sm) * var(--text-line-height));
    --actual-text-xs-line-height: calc(var(--text-size-xs) * var(--text-line-height));
    --actual-text-h3-line-height: calc(var(--h3-font-size) * var(--heading-line-height));
    --actual-text-h4-line-height: calc(var(--h4-font-size) * var(--heading-line-height));

    --heading-color: #053d36;
    --display-color: #053d36;
    --body-text-color: #021311;

    --link-color: #021311;
    --link-color-hover: #ff8f2b;

    --price-text-color: #021311;
    --action-price-text-color: #ff8f2b;
}

:root {
    --border-radius: var(--border-radius-sm);
    --border-radius-small: var(--border-radius-sm);
}

:root {
    --border-color: var(--grey-200);
    --border-width: 1px;
    --border: var(--border-width) solid var(--border-color);
}

:root {
        --nav-bg-color: #2a3606;
    --nav-items-bg-color: #075047;
    --nav-text-color: #ffffff;
    --nav-text-color-hover: #ffffff;

        --header-bg-color: #ffffff;
    --header-text-color: #021311;
    --header-text-color-hover: #021311;

        --header-icons-color: #ffffff;
    --header-icons-color-hover: #ffffff;
    --header-icons-bg-color: #2a3606;
    --header-icons-bg-color-hover: #10ad9b;
    --header-icons-border-color: #2a3606;
    --header-icons-border-color-hover: #10ad9b;

        --topmenu-bg-color: #2a3606;
    --topmenu-text-color: #ffffff;
    --topmenu-text-color-hover: #ffffff;

        --header-mobile-bg-color: #075047;
    --header-mobile-bg-color-hover: #075047;
    --header-mobile-text-color: #ffffff;
    --header-mobile-text-color-hover: #ffffff;
    --header-mobile-item-padding-x: var(--st-spacing-xs);

            --header-logo-padding-top: 30px;
    
            --header-logo-padding-bottom: 10px;
    }


    :root {
        --topmenu-height: 2.5rem;
    }

:root {
    --topmenu-items-padding-x: .5rem;
}





    .site-header-nav-item .st-icon {
        --st-icon-size: 1.4rem;
    }


@media screen and (max-width: 1049.98px) {
    .topmenu,
    .site-header,
    .site-nav {
        display: none !important;
    }

    .wrapper.header_bottom .only-desktop {
        display: none !important;
    }

    .d-none-mobile {
        display: none;
    }

    .wrapper.header_bottom .bottom-menu-usps,
    .st-usp-bar {
        overflow-x: auto;
    }

    .wrapper.header_bottom .bottom-menu-usps ul,
    .st-usp-bar ul{
        justify-content: space-between;
    }

    .wrapper.header_bottom .bottom-menu-usps li,
    .st-usp-bar li {
        min-width: max-content;
    }

    .header-mobile .header-mobile-icon .quantity {
        top: -.5rem;
    }


                    [id] {
            scroll-margin-top: calc(var(--header-mobile-height, 0px) + var(--scroll-margin-top)) !important;
        }








        .main-header-mobile {
            position: sticky;
            width: 100%;
            top: var(--header-review-widget-mobile-height, 0);
        }

        .header-review-mobile {
            position: sticky;
            width: 100%;
            top:0;
        }




        .header-mobile-search {
            --header-mobile-search-z-index: calc(var(--header-mobile-z-index) - 1);
            position: fixed;
            width: 100%;
            top: calc(var(--header-mobile-height) + var(--header-review-widget-mobile-height, 0));
            box-shadow: var(--shadow-xs), var(--shadow-inner-xs)!important;
            z-index: var(--header-mobile-search-z-index);
        }
    }

@media screen and (min-width: 1050px) {
    .main-header-mobile {
        display: none !important;
    }

    .wrapper.header_bottom .only-mobile {
        display: none !important;
    }

    .d-none-desktop {
        display: none !important;
    }

    .wrapper.header_bottom .bottom-menu-usps ul,
    .st-usp-bar ul {
        justify-content: center;
    }
}

:root {
    --desktop-logo-max-width: 500px;
}

:root {
        --btn-primary-text-color: #ffffff;
    --btn-primary-text-color-hover: #ffffff;
    --btn-primary-bg-color: #51690c;
    --btn-primary-bg-color-hover: #51690c;
    --btn-primary-border-color: #2a3606;
    --btn-primary-border-color-hover: #2a3606;

        --btn-secondary-text-color: #ffffff;
    --btn-secondary-text-color-hover: #ffffff;
    --btn-secondary-bg-color: #94ab43;
    --btn-secondary-bg-color-hover: #adc161;
    --btn-secondary-border-color: #768835;
    --btn-secondary-border-color-hover: #94ab43;

        --btn-tertiary-text-color: #ffffff;
    --btn-tertiary-text-color-hover: #ffffff;
    --btn-tertiary-bg-color: #09143f;
    --btn-tertiary-bg-color-hover: #09143f;
    --btn-tertiary-border-color: #a5a7ab;
    --btn-tertiary-border-color-hover: #b8b9bd;


        --btn-disabled-text-color: var(--grey-400);
    --btn-disabled-text-color-hover: var(--grey-400);
    --btn-disabled-bg-color: var(--grey-200);
    --btn-disabled-bg-color-hover: var(--grey-200);
    --btn-disabled-border-color: var(--grey-200);
    --btn-disabled-border-color-hover: var(--grey-200);

        --btn-font-family: var(--body-font-stack);
    --btn-font-size: var(--text-size-md);

            --btn-text-transform: uppercase;
    
            --btn-font-weight: var(--font-weight-bold);
    
        --btn-padding: .5rem 1rem;
    --btn-padding-block: .5rem;
    --btn-padding-inline: 1rem;

        --btn-border-radius: var(--border-radius-sm);
    --btn-border-width: 1px;


        --btn-radio-shadow: #000;
    --btn-radio-selected-shadow: #000;

        --btn-pagination-border-width: 1px;
    --btn-pagination-border-color: #b7babd;
    --btn-pagination-border-color-hover: #c4c7c9;
    --btn-pagination-border-color-active: #8f9499;
    --btn-pagination-bg-color: #b7babd;
    --btn-pagination-bg-color-hover: #c4c7c9;
    --btn-pagination-bg-color-active: #8f9499;
    --btn-pagination-text-color: #f7f7f8;
    --btn-pagination-text-color-hover: #f2f2f3;
    --btn-pagination-text-color-active: #f7f7f8;

        --btn-cart-text-color: #ffffff;
    --btn-cart-text-color-hover: #ffffff;
    --btn-cart-bg-color: #096459;
    --btn-cart-bg-color-hover: #10ad9b;
    --btn-cart-border-color: #096459;
    --btn-cart-border-color-hover: #10ad9b;
}



:root {

    --facebook-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg>');
    --facebook-f-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg>');
    --facebook-square-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"/></svg>');
    --instagram-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>');
    --youtube-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg>');
    --linkedin-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>');
    --linkedin-in-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg>');
    --twitter-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>');
    --twitter-square-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"/></svg>');
    --whatsapp-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"/></svg>');
    --dribbble-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z"/></svg>');
    --pinterest-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"/></svg>');
    --pinterest-square-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448 80v352c0 26.5-21.5 48-48 48H154.4c9.8-16.4 22.4-40 27.4-59.3 3-11.5 15.3-58.4 15.3-58.4 8 15.3 31.4 28.2 56.3 28.2 74.1 0 127.4-68.1 127.4-152.7 0-81.1-66.2-141.8-151.4-141.8-106 0-162.2 71.1-162.2 148.6 0 36 19.2 80.8 49.8 95.1 4.7 2.2 7.1 1.2 8.2-3.3.8-3.4 5-20.1 6.8-27.8.6-2.5.3-4.6-1.7-7-10.1-12.3-18.3-34.9-18.3-56 0-54.2 41-106.6 110.9-106.6 60.3 0 102.6 41.1 102.6 99.9 0 66.4-33.5 112.4-77.2 112.4-24.1 0-42.1-19.9-36.4-44.4 6.9-29.2 20.3-60.7 20.3-81.8 0-53-75.5-45.7-75.5 25 0 21.7 7.3 36.5 7.3 36.5-31.4 132.8-36.1 134.5-29.6 192.6l2.2.8H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48z"/></svg>');
    --pinterest-p-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>');
    --vimeo-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z"/></svg>');
    --vimeo-v-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z"/></svg>');


        --usp-circle-check-icon-regular: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"/></svg>');
    --usp-circle-check-icon-solid: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');



        --close-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23a5a7ab" stroke="%23a5a7ab"><path d="M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z"/></svg>');
        --close-icon-hover: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23ed2b2b" stroke="%23ed2b2b"><path d="M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z"/></svg>');

        --color-swatches-check-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23fff" stroke="%23202122" stroke-width="3"><path d="M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');

        --usp-check-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
        --usp-circle-check-icon: var(--usp-circle-check-icon-solid);

        --envelope-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg>');
        --star-full-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>');
        --star-empty-stroke-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M287.9 0C297.1 0 305.5 5.25 309.5 13.52L378.1 154.8L531.4 177.5C540.4 178.8 547.8 185.1 550.7 193.7C553.5 202.4 551.2 211.9 544.8 218.2L433.6 328.4L459.9 483.9C461.4 492.9 457.7 502.1 450.2 507.4C442.8 512.7 432.1 513.4 424.9 509.1L287.9 435.9L150.1 509.1C142.9 513.4 133.1 512.7 125.6 507.4C118.2 502.1 114.5 492.9 115.1 483.9L142.2 328.4L31.11 218.2C24.65 211.9 22.36 202.4 25.2 193.7C28.03 185.1 35.5 178.8 44.49 177.5L197.7 154.8L266.3 13.52C270.4 5.249 278.7 0 287.9 0L287.9 0zM287.9 78.95L235.4 187.2C231.9 194.3 225.1 199.3 217.3 200.5L98.98 217.9L184.9 303C190.4 308.5 192.9 316.4 191.6 324.1L171.4 443.7L276.6 387.5C283.7 383.7 292.2 383.7 299.2 387.5L404.4 443.7L384.2 324.1C382.9 316.4 385.5 308.5 391 303L476.9 217.9L358.6 200.5C350.7 199.3 343.9 194.3 340.5 187.2L287.9 78.95z"/></svg>');
        --star-half-stroke-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M288 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L288.1 86.9l-.1 .3V376.4zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L288.1 439.8 159.8 508.3C149 514 135.9 513.1 126 506s-14.9-19.3-12.9-31.3L137.8 329 33.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L195 150.3 259.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L438.5 329l24.6 145.7z"/></svg>');

        --arrow-left-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');
        --arrow-right-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');

        --chevron-left-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 278.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"/></svg>');
        --chevron-right-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
        --chevron-down-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
        --chevron-up-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"/></svg>');

        --caret-left-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"/></svg>');
        --caret-right-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>');
        --caret-down-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');
        --caret-up-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/></svg>');

        --home-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"/></svg>');

        --thumbs-up-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z"/></svg>');

        --user-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0S96 57.3 96 128s57.3 128 128 128zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>');

        --phone-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"/></svg>');

        --plus-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
        --minus-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');

        --location-dot-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z"/></svg>');

    }

:root {
    --footer-bg-color: #eaefd7;
    --footer-text-color: #1d210d;
    --footer-text-color-hover: #3c461b;
}


    :root {
        --footer-socket-bg-color: var(--footer-bg-color);
        --footer-socket-text-color: var(--footer-text-color);
        --footer-socket-text-color-hover: var(--footer-text-color-hover);

        --footer-socket-border-top: 1px solid var(--border-color-transparent-dark);
    }

    .site-footer-socket-inner {
        border-top: var(--footer-socket-border-top);
    }





:root {
    --box-margin-y: var(--gutter-half);

            --box-titles-transform: uppercase;
    
            --box-titles-font-weight: var(--heading-font-weight);
    }

:root {
    --category-titles-reserved-height-desktop: 1;
    --category-titles-reserved-height-mobile: 1;

    --category-titles-align-items: center;
}

:root {
    --listing-number-of-cols: 4;
    --listing-number-of-cols-tablet: 3;
    --listing-number-of-cols-mobile: 2;
    --categorie-listing-number-of-cols: 4;
    --categorie-listing-number-of-cols-mobile: 2;

    --number-of-lines-plp-heading: 2;
    --number-of-lines-plp-heading-mobile: 2;
    --number-of-lines-plp-description: 2;

    --article-names-reserved-height-desktop: 2;
    --article-names-reserved-height-mobile: 2;

    --article-names-length-desktop: 1;
    --article-names-length-mobile: 1;
}

:root {
    --slider-number-of-cols: 4;
    --slider-number-of-cols-tablet: 4;
    --slider-number-of-cols-mobile: 2;

    --slider-space-between: 16px;

    --merken-slider-number-of-cols: 5;
    --merken-slider-number-of-cols-tablet: 4;
    --merken-slider-number-of-cols-mobile: 2;

    --merken-slider-space-between: 96;
    --merken-slider-space-between-tablet: 80;
    --merken-slider-space-between-mobile: 48;


    --last-viewed-slider-number-of-cols: 6;
    --last-viewed-slider-number-of-cols-tablet: 4;
    --last-viewed-slider-number-of-cols-mobile: 2;

}




    @media screen and (min-width: 767px) {

                        
    .productinfo_sticky-container {
            --scroll-margin-top-min: .5rem;
            position: sticky;
            top: var(--scroll-margin-top);

            --scroll-margin-bottom: 2rem;
            --productinfo-image-height-min: 200px;
            --productinfo-image-height-preferred: calc(100vh - var(--scroll-margin-top) - calc(var(--productinfo-thumbs-height, 0px) + var(--scroll-margin-bottom)));
        }

        .productinfo-image,
        .productinfo-image-item {
            max-height: clamp(var(--productinfo-image-height-min, 0px), var(--productinfo-image-height-preferred), 558px);
        }
    }

:root {
    --productimage-aspect-ratio: 1 / 1;
    --aspect-ratio-width: 1;
    --aspect-ratio-height: 1;
}
.productimage-aspect-ratio,
.categories_imagecontainer {
    aspect-ratio: var(--productimage-aspect-ratio) !important;
}
.productimage-aspect-ratio,
.categories_imagecontainer {
    height: auto !important;
}


:root {
    --highlight-day-offer-background-color: #f1f5f9;
    --countdown-background-color: 4f4f4f;
    --countdown-text-color: ffffff;
    --day-offer-sale-text-color: ffffff;
    --day-offer-card-text-color: #0F172A;
    --day-offer-card-background-color: #ffffff;
}


.topmenu .form-select,
.topmenu select {
    padding-inline-end: 1.125rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"></path></svg>');
    background-position: right .375rem center;
}







    .site-nav {
        position: relative !important;
    }



:root {
    --topmenu-icons-border-radius: var(--border-radius-pill);
    --topmenu-icons-btn-size: 1em;
    --language-border-width: 2px;
    --language-active-border-color-mobile: var(--grey-700);
    --language-active-border-color: var(--topmenu-text-color);
    --language-active-border-color-hover: var(--topmenu-text-color-hover);
}

    @media screen and (min-width: 1050px) {
        .language-flag-mobile {
            display: none;
        }

        .languages-switch,
        .language-dropdown {
            display: flex;
            height: 100%;
            align-items: center;
        }

        .language-dropdown {
            position: relative;
            max-height: var(--topmenu-height);
        }

        .language-item-list {
            display: none;
        }

        .language-item-list {
            top: var(--topmenu-height, 40px);
            right: 0;
            z-index: var(--topmenu-z-index) !important;
        }

        .language-item-list.dropdown-menu a {
            color: var(--bs-dropdown-link-color);
        }

        .language-item-list.dropdown-menu a:hover,
        .language-item-list.dropdown-menu a:focus {
            color: var(--bs-dropdown-link-hover-color);
        }

        .language-dropdown-button {
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: var(--topmenu-icons-btn-size);
            height: var(--topmenu-height);
            border-radius: var(--topmenu-icons-border-radius);
            padding-inline: var(--topmenu-items-padding-x);
        }

        .language-dropdown-button .language-flag {
            display: flex;
            outline: var(--language-border-width) solid var(--language-active-border-color);
            border-radius: var(--border-radius-pill);
            outline-offset: 2px;
        }

        .language-dropdown-button:hover .language-flag,
        .language-dropdown-button:focus .language-flag {
            outline: var(--language-border-width) solid var(--language-active-border-color-hover);
        }

        .language-code {
            padding-inline: .65em .25em;
        }

        .language-item {
            display: flex;
        }

        .language-link {
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: var(--st-spacing-xs);
            padding-inline: var(--st-spacing-xs);
            padding-block: var(--st-spacing-2xs);
            flex-grow: 1;
        }

        .language-link .language-flag {
            --language-flag-size: var(--st-icon-size);
            min-width: 1em;
            min-height: 1em;
            width: var(--language-flag-size);
            height: var(--language-flag-size);
        }

        .language-link:hover,
        .language-link:focus {
            background-color: var(--grey-100);
        }

        .language-active-indicator {
            font-size: .875em;
            color: var(--grey-500);
            margin-inline-start: auto;
            padding-inline: .5em;
            padding-block: .125em;
            border-radius: var(--border-radius);
            background-color: var(--grey-200);
        }

        .language-link:hover span:not(.language-active-indicator),
        .language-link:focus span:not(.language-active-indicator) {
            text-decoration: underline;
        }
    }

    @media screen and (max-width: 1049.98px) {
        .language-flag {
            display: none;
        }

        .language-dropdown-button,
        .language-link span:not(.st-icon) {
            display: none;
        }

        .language-item-list.dropdown-menu {
            position: static;
            display: flex;
            min-width: auto;
            padding: 0;
            box-shadow: none;
            border: none;
            border-radius: 0;
        }

        .language-item::marker {
            color: transparent;
        }

        .language-link {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 0 var(--header-mobile-item-padding-x);
            height: var(--header-mobile-height);
            line-height: var(--header-mobile-height);
            cursor: pointer;
        }

        .language-flag-mobile {
            display: flex;
            --st-icon-size: var(--text-size-xl);
        }

        .language-link.active .language-flag-mobile {
            outline: var(--language-border-width) solid var(--language-active-border-color-mobile);
            border-radius: var(--border-radius-pill);
            outline-offset: 2px;
        }
    }







    @media screen and (min-width: 1049.98px) {
        .site-header-nav {
            gap: var(--st-spacing-xs);
        }
    }










.card {
            --bs-card-border-width: var(--card-border-width);
    
            --bs-card-box-shadow: var(--card-shadow);
    }

.card:has(.stretched-link):hover,
.card:has(.stretched-link):focus {
            --bs-card-box-shadow: var(--card-shadow-hover);
    }

@media screen and (min-width: 1050px) {
    .w-100_desktop {
        width: 100% !important;
    }
}

@media screen and (max-width: 1049.98px) {
    .w-100_mobile {
        width: 100% !important;
    }
}

    #wishlist_button.product_listing_btn-wishlist,
    .btn-wishlist.plp_btn-wishlist {
        right: 1rem;
    }
