<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.freemium-container {
    position: fixed;
    left: 0;
    top: 50vh;
    height: 185px;
    width: 59px;
    border: 2px solid #C6C6C6;
    writing-mode: vertical-lr;
    padding: 5px 20px;
    background: white;
    border: 1px solid #C6C6C6;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: #C6C6C6 -2px 4px 20px 7px;
    font-family: Roboto;
    font-weight: 500;
}

    .freemium-container img {
        width: 130px;
    }

.freemium-sub {
    position: relative;
    cursor: pointer;
}

.freemium-sub-1 {
    transform: translateY(-25%);
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    top: 50%;
    height: 185px;
    left: 10px;
}

.freemium-sub-2 {
    top: -5px;
    position: absolute;
    left: -80px;
    transform: rotate(90deg) translateX(70px) translateY(-10px);
}

.logo {
    font-size: 20px;
}

.palette {
    appearance: none;
    border: none;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    user-select: none;
    font-variant-numeric: tabular-nums;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.467);
    line-height: 1;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: -12px;
    margin-bottom: -12px;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 0px, rgb(0 0 0 / 2%) 0px 3px 16px;
    transition: transform 0.1s ease 0s, background-color 0.1s ease 0s, border-radius 0.3s ease 0s;
    transform: scale(1);
    outline: none;
    font-weight: 500 !important;
}

.colorSample {
    height: 35px;
    width: 35px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.35);
    background-color: white;
    margin-top: 7px
}

.explore-palette {
    border-radius: 10px;
    display: block;
    will-change: height,margin,opacity;
    transition: all .3s ease;
    position: relative;
}

.palette-text {
    position: absolute;
    text-align: center;
    bottom: 0;
    background: white;
    width: 250px;
    border-radius: 0 0 10px 10px;
    border: 1px solid black;
}

.notselected {
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    background: rgba(255,255,255,.2);
    width: 250px;
    height: 75px;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(255,255,255,.2);
}
/***** change selected to Selected   *****/
.Selected {
    opacity: 1;
    position: absolute;
    text-align: center;
    bottom: 0;
    background: rgba(255,255,255,.3);
    width: 250px;
    height: 75px;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(255,255,255,.2);
}



.explore-palette_colors {
    height: 75px;
    display: flex;
    width: 250px;
}

    .explore-palette_colors div:first-child {
        border-radius: 10px 0 0 10px;
    }

    .explore-palette_colors div:last-child {
        border-radius: 0 10px 10px 0;
    }

    .explore-palette_colors div {
        box-shadow: inset rgb(0 0 0 / 5%) 0 1px, inset rgb(0 0 0 / 5%) 0 -1px;
        flex-grow: 1;
        transition: all .1s ease-in-out;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        flex-basis: 1px;
    }

.mb-0 {
    margin-bottom: 0 !important;
}


.g-mb-20 {
    margin-bottom: 5px !important;
}

.g-mr-10 {
    margin-right: 5px !important;
}

.moveUpDown {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50%,-50%);
    font-size: 32px;
}

i &gt; svg.header_svg_buttons {
    fill: black;
    width: 34px;
    height: 34px;
    min-width: 34px !important;
    min-height: 34px !important;
    position: relative;
}



.colorSample {
    height: 35px;
    width: 35px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.35);
    background-color: white;
    margin-top: 7px
}



.moveUpDown {
    position: absolute;
    top: 70%;
    left: 100px;
    transform: translate(-50%,-50%);
    font-size: 32px;
}

i &gt; svg.header_svg_buttons {
    fill: black;
    width: 34px;
    height: 34px;
    min-width: 34px !important;
    min-height: 34px !important;
    position: relative;
}

#slickymenu-toggle, label[for="slickymenu-toggle"] {
    display: none;
}


/* ******************************  HEADER  *********************************** */


.headerLogoV1 {
    cursor: pointer;
    order: 1;
}


.headerSmallLinkV1 {
    font-weight: 200;
    order: 2;
    padding-top: 10px;
}

.headerBigLinkV1 {
    font-weight: bold;
    order: 2;
}

/* *************************** END  V2 HEADER ********************************* */
.headerLogoV2 {
    cursor: pointer;
    order: 2;
}

.headerBigLinkV2 {
    order: 3;
}

.headerSmallLinkV2 {
    order: 1;
    font-weight: 200;
}


/* *************************** END  V3 HEADER ********************************* */


[class^="headerBigLinkV"], [class^="headerSmallLinkV1"], [class^="headerLogoV"] {
    color: var(--background-header-link);
}


.headerLogoV3, .headerLogoV4 {
    cursor: pointer;
    order: 1;
}

.headerBigLinkV3, .headerBigLinkV4 {
    font-weight: bold;
    order: 2;
}

.headerSmallLinkV3, .headerSmallLinkV4 {
    font-weight: 200;
    order: 3;
}

.headerButtonLinkV3, .headerButtonLinkV4 {
    order: 4;
}

.headerButtonLinkV1, .headerButtonLinkV2 {
    display: none;
}


/* ***************************  V4 HEADER ********************************* */

.container.headerLogoV4 {
    padding: 0 10px;
}

.headerLogoV4 {
    position: static;
}


.headerSmallLinkV4 {
    font-weight: 200;
}
/* *************************** V5 HEADER ********************************* */

.headerLogoV5 {
    cursor: pointer;
    order: 1;
}

.headerLogoV5 {
    cursor: pointer;
    order: 1;
}

.headerBigLinkV5 {
    order: 3;
}

.headerSmallLinkV5 {
    font-weight: 200;
    order: 2;
    width: 60%;
}

.headerButtonLinkV5 {
    display: none;
}


#header &gt; .container {
    display: flex;
    align-items: center;
}

    #header &gt; .container &gt; div {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-content: stretch;
        align-items: center;
    }


.slickymenu {
    text-align: right;
}
/* ***************************   MEDIA HEADER ********************************* */
.g-font-size-25-special {
    font-size: 1.21429rem !important;
}


li.isAccount {
    display: flex;
}

@media only screen and (max-width: 992px) {
    .headerBigLinkV1, .headerBigLinkV2, .headerBigLinkV3, .headerBigLinkV4, .headerBigLinkV5 {
        position: unset;
        transform: unset;
    }

    li.isAccount {
        display: none;
    }

    .headerBigLinkV1, .headerBigLinkV2, .headerBigLinkV3, .headerBigLinkV4, .headerBigLinkV5 {
        font-weight: normal !important;
        width: 100%;
    }


    .g-font-size-25-special {
        font-size: 1.78571rem !important;
    }

    .headerSmallLinkV1, .headerSmallLinkV2, .headerSmallLinkV3, .headerSmallLinkV4, .headerSmallLinkV5 {
        position: unset;
        padding-top: 2rem;
        transform: unset;
        display: none;
    }

    .headerSmallLinkV5 {
        width: unset;
    }

    #header &gt; .container {
        display: block;
        align-items: center;
    }

        #header &gt; .container &gt; div {
            display: block;
        }

        #header &gt; .container &gt; .header-container &gt; .onlyMobile {
            padding: 0px 0px;
            width: 100%;
        }

    nav li {
        display: inline;
    }

    .slickymenu {
        display: none;
    }


    label[for="slickymenu-toggle"] {
        display: block;
        font-size: 3em;
        cursor: pointer;
        float: right;
        padding-right: 1rem;
    }

    .headerButtonLinkV3.onlyDesktop.checked &gt; div, .headerButtonLinkV4.onlyDesktop.checked &gt; div,
    .headerButtonLinkV5.onlyDesktop.checked &gt; div {
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    .headerBigLinkV1.checked &gt; .slickymenu, .headerSmallLinkV1.checked &gt; .slickymenu,
    .headerBigLinkV2.checked &gt; .slickymenu, .headerSmallLinkV2.checked &gt; .slickymenu,
    .headerBigLinkV3.checked &gt; .slickymenu, .headerSmallLinkV3.checked &gt; .slickymenu,
    .headerBigLinkV4.checked &gt; .slickymenu, .headerSmallLinkV4.checked &gt; .slickymenu,
    .headerBigLinkV5.checked &gt; .slickymenu, .headerSmallLinkV5.checked &gt; .slickymenu,
    .headerButtonLinkV3.onlyDesktop.checked, .headerButtonLinkV4.onlyDesktop.checked,
    .headerButtonLinkV5.onlyDesktop.checked,
    .headerSmallLinkV1.checked,
    .headerSmallLinkV2.checked,
    .headerSmallLinkV3.checked,
    .headerSmallLinkV4.checked,
    .headerSmallLinkV5.checked {
        display: block !important;
        text-align: left;
        font-size: 1.2rem;
        width: 100%
    }

    .headerBox {
        position: relative;
    }

    #navList {
        font-size: 1.2rem;
    }

    .headerLink {
        position: absolute;
        top: 50%;
        right: 60px;
        font-weight: 900;
        transform: translateY(-50%);
    }

    .header:hover {
        background-color: rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .headername {
        position: absolute;
        left: 35%;
        top: 20%;
        font-size: 25px;
        color: rgba(0, 0, 0, 0.4);
    }


    #slickymenu-toggle:checked ~ .headerLogoV1,
    #slickymenu-toggle:checked ~ .headerLogoV2,
    #slickymenu-toggle:checked ~ .headerLogoV3,
    #slickymenu-toggle:checked ~ .headerLogoV4 {
        display: none;
    }

    label[for="slickymenu-toggle"]::before {
        content: '☰';
    }

    label[for="slickymenu-toggle"].isChecked::before {
        content: '✖' !important;
    }


    .slickymenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .slickymenu li {
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

    .slickymenu a {
        display: flex;
        padding: 1em;
        text-decoration: none;
        color: #333;
    }

        .slickymenu a:hover {
            background-color: #f5f5f5;
        }
    /*
            Create a new style for mobile links and desktop links instead too many classes

        */

}


.mobile_Email {
    display: none;
}


.colorSample {
    height: 35px;
    width: 35px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.35);
    background-color: white;
    margin-top: 7px
}

/* ******************************  HEADER  *********************************** */

/***************************  FOOTER  *****************************/

.footerLogoV1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.footerSocialV1 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}




.footerSmallLinkV1 {
    display: none;
}


.footerContactV1 {
    display: none;
}

.footerLogoV2 {
    position: absolute;
    top: 20px;
    left: 20px;
}

.footerSocialV2 {
    position: absolute;
    top: 85%;
    right: 20px;
    transform: translate(-50%,-50%);
}


.footer:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.footername {
    position: absolute;
    left: 35%;
    top: 20%;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.4);
}

#footer &gt; .container {
    padding-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 150px;
    justify-content: space-evenly;
}


/********FOOTER V1 ********/
.footerTextV1, .footerTextV4 {
    padding: 25px;
    text-align: center;
}

.footerTextV2 {
    flex: 0 0 350px;
    padding-top: 25px;
}

.footerBottomSmallLinkV1 {
    text-align: center;
    padding: 25px;
}

.BigLink {
    text-transform: capitalize;
}

.footerBigLinkV1.CONTACT, .footerBottomSocialV1, .footerBigLinkV1.USEFUL, .footerBigLinkV1 i, .footerTopSmallLinkV1,
.footerBigLinkV4.USEFUL, .footerBigLinkV4.CONTACT, .footerBottomSocialV4 {
    display: none;
}

.footerBigLinkV1, .footerBigLinkV4 {
    margin: auto;
}

    .footerBigLinkV1 ul, .footerBigLinkV4 ul {
        margin: auto;
        text-align: center;
    }


.footerTopSocialV1, .footerTopSocialV4 {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.footerTopSmallLinkV1, .footerTopSmallLinkV4 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}


/********FOOTER V2 ********/
.footerboxLogoTextV2, .footerboxLogoTextV4 {
    display: none;
}

.footerTopSocialV2, .footerTopSmallLinkV2 {
    display: none;
}

.footerBigLinkV2 {
    flex: 0 0 350px;
    padding: 10px;
}

    .footerBigLinkV2.USEFUL {
        font-weight: bold;
    }

    .footerBigLinkV2.CONTACT address {
        background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img/maps/map2.png);
        min-height: 160px;
        max-width: 250px;
    }

    .footerBigLinkV2 &gt; ul {
        list-style-type: none;
        margin: 0;
    }


.visibleforV2, .visibleforV4 {
    display: block;
}

.footerBigLinkV2 h6, .footerBigLinkV4 h6 {
    font-weight: bold;
    padding-bottom: 0.71429rem;
    margin-bottom: 0px;
    width: 50%;
}


.footerBigLinkV2 li {
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    width: 100%;
    position: relative;
}

.subfooter {
    width: 100%;
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 25px;
}

@media only screen and (max-width: 768px) {
    #footer .container {
        justify-content: flex-start !important;
    }
}


.footerLogoV4 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.footerSocialV4 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}




.footerLogoV5 {
    position: absolute;
    top: 20px;
    left: 20px;
}

.footerSocialV5 {
    position: absolute;
    top: 85%;
    right: 20px;
    transform: translate(-50%,-50%);
}

.footerTextV5 {
    position: absolute;
    top: 65px;
    max-width: 200px;
    left: 50px;
}

.footerBigLinkV5 {
    position: absolute;
    top: 20px;
    left: 50%;
    font-weight: bold;
    max-width: 70px;
}

    .footerBigLinkV5 &gt; .useful {
        display: block;
        white-space: nowrap;
    }

    .footerBigLinkV5 &gt; .contact {
        display: block;
    }

    .footerBigLinkV5 &gt; .pipe {
        display: none;
    }

.footerSmallLinkV5 {
    position: absolute;
    top: 80%;
    left: 50px;
}

.footerContactV5 {
    position: absolute;
    top: 20px;
    right: 115px;
}

    .footerContactV5 p, .footerContactV5 span {
        font-size: 14px;
    }

.footerLogoV6 {
    transform: translateX(150%);
    position: absolute;
    top: 80%;
    margin: auto;
    right: 50%;
    font-weight: bold;
}

.footerSocialV6 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.footerTextV6 {
    display: none;
}

.footerContactV6 {
    display: none;
}

.footerBigLinkV6 {
    transform: translateX(-100%);
    position: absolute;
    top: 80%;
    margin: auto;
    left: 50%;
    font-weight: bold;
}

    .footerBigLinkV6 &gt; .useful {
        display: none;
    }

    .footerBigLinkV6 .pipe {
        font-weight: bold;
    }

.footerSmallLinkV6 {
    display: none;
}

.footerboxLogoTextV3, .footerboxLogoTextV6 {
    order: 2;
    margin-left: auto;
}

.footerTopSocialV3, .footerTopSocialV6 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footerBigLinkV3.USEFUL, .footerBigLinkV3.CONTACT, .footerTopSmallLinkV3, .footerBottomSocialV3,
.footerTextV6, .footerBigLinkV6.USEFUL, .footerBigLinkV6.CONTACT, .footerTopSmallLinkV6, .footerBottomSocialV6 {
    display: none;
}

.footerTextV3 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.footerBottomSmallLinkV3, .footerBottomSmallLinkV6 {
    display: block;
}

.footerboxLogoTextV1, .footerboxLogoTextV4 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}


[class^="footerTextV"], [class^="footerTopSocialV"], [class^="footerBottomSocialV"], [class^="footerBottomSmallLinkV"], [class^="footerBigLinkV"] {
    color: var(--background-footer-link);
}

    [class^="footerTopSocialV"] a, [class^="footerBottomSocialV"] a, [class^="footerBottomSmallLinkV"] a, [class^="footerBigLinkV"] a {
        color: var(--background-footer-link);
    }



@media only screen and (max-width: 768px) {

    .isMobileAccount {
        display: block;
    }

    .boldInMobile {
        font-weight: 700;
    }
}

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


    .isMobileAccount {
        display: none;
    }
}


/************************** END FOOTER  ***************************/

.image-position-top {
    object-position: top;
}

.image-position-bottom {
    object-position: bottom;
}

.image-position-center {
    object-position: center;
}

.image-position-left {
    object-position: left;
}

.image-position-right {
    object-position: right;
}

.image-fit-contain {
    object-fit: contain;
}

.image-fit-cover {
    object-fit: cover;
}


.js-product, .jsslide {
    margin: 0;
    margin-bottom: 10px;
}
²
.rows .image-format-0 {
    width: 230px;
}

.templateName, .templateShoppingCart, .templateWishList {
    cursor: pointer
}

.productWrapper.list {
    display: flex;
    flex-direction: column !important;
}

    .productWrapper.list .temp-brd-primary {
        max-width: none !important;
        border: solid thin #3334;
        margin: 0 !important;
        width: 100%;
        display: flex;
        gap: 20px;
        flex-grow: 1;
        height: 250px;
    }

.productWrapper.GridTemplate_3.list .js-product {
    position: relative;
    height: 250px;
}

    .productWrapper.list div.text-center:has(&gt; .templatePrice) {
        position: absolute;
        right: 20px;
        min-width: unset !important;
        top: 30px;
    }

    .productWrapper.GridTemplate_3.list .js-product :not(div.text-center):has(&gt; .templatePrice) .templatePrice {
        position: absolute;
        right: 20px;
        min-width: unset !important;
        top: 30px;
    }

    .productWrapper.GridTemplate_3.list .js-product .templateShoppingCart {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .productWrapper.GridTemplate_3.list .js-product .WishlistIcon {
        background-color:transparent !important;
    }

    .productWrapper.GridTemplate_3.list .js-product .templateWishList {
        position: absolute !important;
        right: 18px;
        bottom: 70px;
    }

    .productWrapper.GridTemplate_3.list .js-product &gt; div:first-of-type {
        width: 100%;
    }

    .productWrapper.GridTemplate_3.list .js-product &gt; div &gt; div {
        max-width: unset !important;
        width: 100%;
    }

        .productWrapper.GridTemplate_3.list .js-product &gt; div &gt; div &gt; div:not(.mainImage, .text-center) {
            max-width: unset !important;
            flex-grow: 1 !important;
            flex-wrap: wrap;
            justify-content: center;
            align-items: start;
            position: static !important;
        }

    .productWrapper.GridTemplate_3.list .js-product .templateContainer {
        max-width: none !important;
        flex-direction: row !important;
        flex-grow: 1;
        justify-content: start !important;
    }

    .productWrapper.GridTemplate_3.list .js-product .product_bgcolor {
        flex-grow: 1;
    }

.productWrapper.list .temp-brd-primary .media.product_bgcolor {
    flex-grow: 1;
}

.productWrapper.list .temp-brd-primary .text-center {
    display: flex;
    justify-content: center;
}

.productWrapper.list .media {
    max-width: unset !important;
    width: 100% !important;
}

    .productWrapper.list .media &gt; div {
        width: 220px !important;
    }

.productWrapper.list .mainDetails {
    min-width: unset !important;
    border-radius: 32px !important;
}

.productWrapper.list .templateContainer {
    border-radius: unset !important;
}

.productWrapper.list .isAbsolute {
    position: unset !important;
}
.productWrapper.list .temp-brd-primary figure {
    width: 300px;
}

.productWrapper.list .description {
    display: flex !important;
}

.productWrapper.list .js-product .image-price {
    width: 300px !important;
    flex-grow: 0 !important;
}

.productWrapper.list .js-product .templateListDesc {
    display: block !important;
    margin-top: 25px;
}

.productWrapper.list .js-product {
    width: 100%;
}

.productWrapper.list .templateName {
    position: absolute;
    top: 20px;
    left: 253px;
    font-size: 1.4em;
}

.productWrapper.list .templateDesc, .templateListDesc {
    position: absolute;
    top: 50px;
    left: 253px;
    font-size: 1.2em;
}

.productWrapper.list .mainImage {
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    min-width: unset !important;
    width: 220px !important;
    min-height: 220px !important;
    border-radius: 0 !important;
}
.productWrapper.list figure:has(&gt;.mainImage) {
    position: static !important;
}

.productWrapper.list #ratingsStarsContainer {
    position: absolute !important;
    bottom: 20px !important;
    left: 250px !important;
}

.productWrapper .description {
    display: none;
    border-left: solid thin #2222;
    padding-left: 16px;
    padding-top: 10px;
}

.js-product {
    display: flex;
    transition: transform .4s cubic-bezier(.075,.82,.165,1) 0ms, box-shadow .4s cubic-bezier(.075,.82,.165,1) 0ms, opacity .4s cubic-bezier(.075,.82,.165,1) 0ms, border .4s cubic-bezier(.075,.82,.165,1) 0ms;
}
/*   
    .js-product:hover {
        transform: scale(1.033);
    }
    .js-product &gt; .temp-brd-primary {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
    }
            */

.rows .js-product &gt; .temp-brd-primary {
    flex-direction: row;
}

.rows .templateLink {
    margin-bottom: 0 !important;
}

.drpdown-header {
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu.rounded-0 {
    flex-direction: column;
    width: 150px;
    min-width: 0 !important;
    padding: 0 !important;
    transform: translate3d(-50px, 17px, 0px) !important;
}

    .dropdown-menu.rounded-0 .page-count {
        display: flex !important;
        flex-direction: column;
        width: 150px;
        min-width: 0 !important;
    }

        .dropdown-menu.rounded-0 .page-count .dropdown-item {
            width: 100%;
            padding: 0;
            text-align: center;
            padding: 5px 0;
        }


.roundIcon {
    border: 1px solid;
    border-radius: 100%;
    padding: 10px;
    margin: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: var(--primary-link);
}

    .roundIcon:hover {
        color: var(--primary-link-hover);
    }

.stripe tr:nth-child(even) {
    background-color: #f2f2f2; /* or any other color of your choice */
}



.temp-brd-primary {
    position: relative
}

.templateHoverCart {
    display: none;
    opacity: 0;
    position: absolute;
    top: 80%;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
}

.mainImage {
    transition: transform 0.6s ease-in-out;
}
/*
    .mainImage:hover {
        transform: scale(1.1);
    }
    */

@keyframes moveUp {
    from {
        top: 80%;
        opacity: 0;
    }

    to {
        top: 50%;
        opacity: 1;
    }
}


.miniBoxes {
    display: flex;
    flex-direction: row;
    margin: auto;
    max-width: 270px;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.miniBoxTitle {
    justify-content: space-between;
    cursor: pointer;
    transition: .1s ease-in-out;
    font-weight: 700;
    padding: 25px 0px;
}



.miniBox {
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 0;
    height: 30px;
    max-width: 50px !important;
    font-weight: 500;
    color: #969696;
    border: 1px solid #e8e8e8;
    flex: 0 0 25%;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

    .miniBox:hover {
        background-color: var(--primary-background);
        color: var(--primary-text);
        border: 1px solid var(--primary-border);
    }

.miniBoxBackground {
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 0;
    height: 30px;
    text-wrap: nowrap;
    font-weight: 500;
    color: #969696;
    border: 1px solid #e8e8e8;
    flex: 0 0 25%;
    background-color: var(--primary-background);
    color: var(--primary-text);
    border: 1px solid var(--primary-border);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
}


    .miniBoxBackground:hover {
        background-color: var(--primary-background-hover);
        border-color: var(--primary-background-hover);
    }

    .miniBoxBackground.selected {
        background-color: var(--primary-background-hover);
        border-color: var(--primary-background-hover);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }


.unavailableReservation {
    background: #eee;
    padding: 20px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
}

.isParallax {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.miniBoxTitleReservation2 {
    justify-content: space-between;
    cursor: pointer;
    transition: .1s ease-in-out;
    font-weight: 700;
    padding: 5px 5px;
    flex: 1;
    border: 1px solid #ccc;
}

.reservation-icon {
    width: 24px;
    fill: currentColor;
    display: block;
    height: auto;
    width: 100%;
    display: inline-block;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.reservationButton {
    background: unset;
    border: unset;
    display: flex;
    background: unset;
    border: unset;
    vertical-align: middle;
    border-radius: 48px;
    flex: 0 0 auto;
    width: 48px;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    height: 48px;
    vertical-align: middle;
    line-height: 48px;
    align-items: center;
    border: none;
    box-sizing: border-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    position: relative;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    z-index: initial;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    border-radius: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0px;
    flex: 0 0 auto;
}


.miniBoxTitle1 {
    display: flex;
    align-items: center;
}

.reservationButton:hover {
    background-color: #f6f6f7;
}

.reservationWrapper {
    display: flex;
    gap: 0;
}

    .reservationWrapper &gt; div {
        border: 1px solid #ccc; /* example border color */
    }

        .reservationWrapper &gt; div:first-child {
            border-right: none;
        }

        .reservationWrapper &gt; div:last-child {
            border-left: none;
        }

@media (max-width: 992px) {
    .reservationWrapper {
        flex-direction: column;
        gap: 10px; /* adds a 10px gap between columns */
    }

        .reservationWrapper &gt; div:first-child,
        .reservationWrapper &gt; div:last-child {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

    .miniBoxes {
        max-width: unset;
    }
}


.js-products {
    padding: 30px;
}

.categoryName {
    padding-top: 30px;
}

.categoryTab {
    font-size: 1.2em;
    border: 1px solid #ccc;
    padding: 7px 11px;
    border-radius: 20px;
}

    .categoryTab:hover {
        background: #ccc;
        color: var(--primary-text);
    }


.categoryContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 30px;
}


@media only screen and (max-width: 768px) {
    reservation {
        max-width: 100%;
        width: unset;
    }

    .js-products {
        padding: 10px;
    }


    .categoryTab {
        flex: 0 0 auto;
        padding: 10px;
        white-space: nowrap;
    }

    .categoryContainer {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch; /* Ensures smooth scrolling on iOS */

        margin-bottom: 20px;
    }
        /* Optional: Hide the scrollbar for a cleaner look on non-touch devices */
        .categoryContainer::-webkit-scrollbar {
            display: none;
        }

    .categoryContainer {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
}



.isAbsolute {
    position: absolute;
    z-index: 1;
}

.isCornerRight {
    right: 4px;
    top: 4px;
}

.productTemplate {
}

.menuBuyButton {
    padding: 5px;
    background: var(--primary-background);
    color: var(--primary-text);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
}

.withCartcontrol {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-background);
    color: var(--primary-text);
    border-radius: 15px;
    position: absolute;
    right: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}


.menuBuyButtonCount {
    padding: 5px 10px;
    min-width: 20px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

span.minus {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.plus {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.count {
    padding: 5px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.hidden {
    visibility: hidden;
}

span.trash {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryLink {
    cursor: pointer;
}

.GridTemplate_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.GridTemplate_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.GridTemplate_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.GridTemplate_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.GridTemplate_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.GridTemplate_6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}


@media (max-width: 992px) {

    .GridTemplateMobile_1 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .GridTemplateMobile_2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .GridTemplateMobile_3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .GridTemplateMobile_4 {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .GridTemplateMobile_5 {
        grid-template-columns: repeat(5, 1fr) !important;
    }

    .GridTemplateMobile_6 {
        grid-template-columns: repeat(6, 1fr) !important;
    }
}

.scale-up:hover {
    transform: scale(1.1);
}

.scale-down:hover {
    transform: scale(0.9);
}

.rotate:hover {
    transform: rotate(10deg);
}

.blur:hover {
    filter: blur(2px);
}

.shadow:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.opacity:hover {
    opacity: 0.8;
}

.zoom-in:hover {
    transform: scale(1.2);
}

.zoom-out:hover {
    transform: scale(0.8);
}

.color-shift:hover {
    background-color: #ffeb3b;
}

.border-glow:hover {
    border: 2px solid #00ff00;
    box-shadow: 0 0 10px #00ff00;
}

.flip-horizontal:hover {
    transform: scaleX(-1);
}

.flip-vertical:hover {
    transform: scaleY(-1);
}

.black-and-white:hover {
    filter: grayscale(100%);
}



.input-group &gt; .form-control {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.u-shadow-v11 {
    max-width: 1100px;
    box-shadow: 0 0 2px #ccc;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.specialLabel0 {
    background-color: #28a745; /* Green - On Sale */
    color: #fff; /* White text */
}

.specialLabel1 {
    background-color: #ffc107; /* Amber - Reduced */
    color: #000; /* Black text */
}

.specialLabel2 {
    background-color: #dc3545; /* Red - Clearance */
    color: #fff; /* White text */
}

.specialLabel3 {
    background-color: #007bff; /* Blue - Featured */
    color: #fff; /* White text */
}

.specialLabel4 {
    background-color: #17a2b8; /* Teal - Limited-time offer */
    color: #fff; /* White text */
}

.specialLabel5 {
    background-color: #6c757d; /* Gray - Temporarily unavailable */
    color: #fff; /* White text */
}

.specialLabel6 {
    background-color: #28a745; /* Green - Recently restocked */
    color: #fff; /* White text */
}

.js-category {
    display: flex;
}

    .js-category &gt; .templateContainer {
        display: flex;
        flex: 1;
    }
</pre></body></html>