    :root {
        /* --font-body-family: "SF Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
        --font-body-family: 'Seasons', sans-serif;
        --font-body-style: normal;
        --font-body-weight: 400;
        --font-body-weight-bold: 700;
        /* 
        --font-heading-family: "SF Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
        --font-body-family: 'Seasons', sans-serif;
        --font-heading-style: normal;
        --font-heading-weight: 400;

        --font-body-scale: 1.0;
        --font-heading-scale: 1.0;

        --color-base-text: 255, 255, 255;
        --color-shadow: 255, 255, 255;
        --color-base-background-1: 0, 0, 0;
        --color-base-background-2: 0, 0, 0;
        --color-base-solid-button-labels: 255, 255, 255;
        --color-base-outline-button-labels: 255, 255, 255;
        --color-base-accent-1: 0, 0, 0;
        --color-base-accent-2: 255, 255, 255;
        --payment-terms-background-color: #000000;

        --gradient-base-background-1: linear-gradient(180deg, rgba(5, 15, 32, 1), rgba(70, 98, 120, 1) 36%, rgba(151, 171, 183, 1) 99%);
        --gradient-base-background-2: rgba(0, 0, 0, 0);
        --gradient-base-accent-1: #000000;
        --gradient-base-accent-2: #ffffff;

        --media-padding: px;
        --media-border-opacity: 0.05;
        --media-border-width: 0px;
        --media-radius: 0px;
        --media-shadow-opacity: 0.0;
        --media-shadow-horizontal-offset: 0px;
        --media-shadow-vertical-offset: 0px;
        --media-shadow-blur-radius: 0px;
        --media-shadow-visible: 0;

        --page-width: 120rem;
        --page-width-margin: 0rem;

        --product-card-image-padding: 0.0rem;
        --product-card-corner-radius: 0.0rem;
        --product-card-text-alignment: left;
        --product-card-border-width: 0.0rem;
        --product-card-border-opacity: 0.0;
        --product-card-shadow-opacity: 0.1;
        --product-card-shadow-visible: 1;
        --product-card-shadow-horizontal-offset: 0.0rem;
        --product-card-shadow-vertical-offset: 0.0rem;
        --product-card-shadow-blur-radius: 0.0rem;

        --collection-card-image-padding: 0.0rem;
        --collection-card-corner-radius: 0.0rem;
        --collection-card-text-alignment: left;
        --collection-card-border-width: 0.0rem;
        --collection-card-border-opacity: 0.0;
        --collection-card-shadow-opacity: 0.1;
        --collection-card-shadow-visible: 1;
        --collection-card-shadow-horizontal-offset: 0.0rem;
        --collection-card-shadow-vertical-offset: 0.0rem;
        --collection-card-shadow-blur-radius: 0.0rem;

        --blog-card-image-padding: 0.0rem;
        --blog-card-corner-radius: 0.0rem;
        --blog-card-text-alignment: left;
        --blog-card-border-width: 0.0rem;
        --blog-card-border-opacity: 0.0;
        --blog-card-shadow-opacity: 0.1;
        --blog-card-shadow-visible: 1;
        --blog-card-shadow-horizontal-offset: 0.0rem;
        --blog-card-shadow-vertical-offset: 0.0rem;
        --blog-card-shadow-blur-radius: 0.0rem;

        --badge-corner-radius: 4.0rem;

        --popup-border-width: 1px;
        --popup-border-opacity: 0.1;
        --popup-corner-radius: 0px;
        --popup-shadow-opacity: 0.0;
        --popup-shadow-horizontal-offset: 0px;
        --popup-shadow-vertical-offset: 0px;
        --popup-shadow-blur-radius: 0px;

        --drawer-border-width: 1px;
        --drawer-border-opacity: 0.1;
        --drawer-shadow-opacity: 0.0;
        --drawer-shadow-horizontal-offset: 0px;
        --drawer-shadow-vertical-offset: 0px;
        --drawer-shadow-blur-radius: 0px;

        --spacing-sections-desktop: 0px;
        --spacing-sections-mobile: 0px;

        --grid-desktop-vertical-spacing: 8px;
        --grid-desktop-horizontal-spacing: 8px;
        --grid-mobile-vertical-spacing: 4px;
        --grid-mobile-horizontal-spacing: 4px;

        --text-boxes-border-opacity: 0.0;
        --text-boxes-border-width: 0px;
        --text-boxes-radius: 0px;
        --text-boxes-shadow-opacity: 0.0;
        --text-boxes-shadow-visible: 0;
        --text-boxes-shadow-horizontal-offset: 0px;
        --text-boxes-shadow-vertical-offset: 0px;
        --text-boxes-shadow-blur-radius: 0px;

        --buttons-radius: 40px;
        --buttons-radius-outset: 41px;
        --buttons-border-width: 1px;
        --buttons-border-opacity: 1.0;
        --buttons-shadow-opacity: 1.0;
        --buttons-shadow-visible: 1;
        --buttons-shadow-horizontal-offset: 0px;
        --buttons-shadow-vertical-offset: 0px;
        --buttons-shadow-blur-radius: 0px;
        --buttons-border-offset: 0.3px;

        --inputs-radius: 0px;
        --inputs-border-width: 1px;
        --inputs-border-opacity: 0.55;
        --inputs-shadow-opacity: 0.0;
        --inputs-shadow-horizontal-offset: 0px;
        --inputs-margin-offset: 0px;
        --inputs-shadow-vertical-offset: 0px;
        --inputs-shadow-blur-radius: 0px;
        --inputs-radius-outset: 0px;

        --variant-pills-radius: 40px;
        --variant-pills-border-width: 1px;
        --variant-pills-border-opacity: 0.55;
        --variant-pills-shadow-opacity: 0.0;
        --variant-pills-shadow-horizontal-offset: 0px;
        --variant-pills-shadow-vertical-offset: 0px;
        --variant-pills-shadow-blur-radius: 0px;
    }

    /* @font-face {
        font-family: 'Seasons';
        src: url('../../fonts/seasons.woff2') format('woff2'),
            url('../../fonts/seasons.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    } */


    body {
        font-family: 'Great Vibes', 'Segoe UI', Arial, sans-serif;
    }

    *,
    *::before,
    *::after {
        box-sizing: inherit;
    }

    html {
        box-sizing: border-box;
        font-size: calc(var(--font-body-scale) * 62.5%);
        height: 100%;
    }

    body {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
    }

    @media screen and (min-width: 750px) {
        body {
            font-size: 1.6rem;
        }
    }

    header-drawer {
        justify-self: start;
        margin-left: -1.2rem;
    }

    @media screen and (min-width: 990px) {
        header-drawer {
            display: none;
        }
    }

    .menu-drawer-container {
        display: flex;
    }

    .list-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .list-menu--inline {
        display: inline-flex;
        flex-wrap: wrap;
    }

    summary.list-menu__item {
        padding-right: 2.7rem;
    }

    .list-menu__item {
        display: flex;
        align-items: center;
        line-height: calc(1 + 0.3 / var(--font-body-scale));
    }

    .list-menu__item--link {
        text-decoration: none;
        padding-bottom: 1rem;
        padding-top: 1rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
    }

    /* new */
    /* new */
    /* new */

    .modal-content {
        background-image: url(../../img/fondo8.jpg);
        background-size: cover;
        background-attachment: fixed;
    }

    .modal-header {
        background-image: linear-gradient(90deg, #e8c63fbc, #b08225b6 60%, #976b19c1 99%);
    }

    @media screen and (min-width: 750px) {
        .list-menu__item--link {
            padding-bottom: 0.5rem;
            padding-top: 0.5rem;
        }
    }

    .list-group-item {
        cursor: pointer;
    }

    .list-group-item:hover {
        background-image: linear-gradient(180deg, #e8c63fbc, #b08225b6 60%, #976b19c1 99%);
        color: #fff;
    }


    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .section-header {
        position: sticky;
        /* This is for fixing a Safari z-index issue. PR #2147 */
        margin-bottom: 0px;
    }

    @media screen and (min-width: 750px) {
        .section-header {
            margin-bottom: 0px;
        }
    }

    @media screen and (min-width: 990px) {
        .header {
            padding-top: 0;
            padding-bottom: 0;
        }
    }

    #shopify-section-sections--17949596483638__header .header__submenu {
        border: 1px solid !important;
        background-color: #ffffff !important;
    }

    .drawer {
        visibility: hidden;
    }


    .section-template--17949596221494__featured_collection_3VhEJy-padding {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    @media screen and (min-width: 750px) {
        .section-template--17949596221494__featured_collection_3VhEJy-padding {
            padding-top: 36px;
            padding-bottom: 36px;
        }
    }



    .section-template--17949596221494__collage_3YQhtV-padding {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    @media screen and (min-width: 750px) {
        .section-template--17949596221494__collage_3YQhtV-padding {
            padding-top: 36px;
            padding-bottom: 36px;
        }
    }



    /* Carousel heading */
    .heading {
        display: block;
        text-align: center;
    }

    /* Container for the entire carousel */
    .multi-carousel-container {
        cursor: grab;
        margin: 0 auto;
        max-width: 100%;
        overflow: hidden;
        position: relative;
    }

    /* Cursor styles for dragging */
    .multi-carousel-container.dragging,
    #multiCarousel.dragging {
        cursor: grabbing;
    }

    /* Wrapper for all slides */
    .multi-carousel-inner {
        display: flex;
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    /* Individual slide */
    .multi-carousel-item,
    .clone {
        box-sizing: border-box;
        flex: 0 0 33.333333%;
        padding: 0 5px;
        position: relative;
        height: 50vh;
        /* top: 10rem; */
        /* Essential for item-number positioning */
    }

    /* Control buttons */
    .multi-carousel-control-prev,
    .multi-carousel-control-next {
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
        border: none;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        display: flex;
        height: 40px;
        justify-content: center;
        position: absolute;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        transition: background-color 0.3s ease;
        width: 40px;
        z-index: 10;
    }

    .multi-carousel-control-prev:hover,
    .multi-carousel-control-next:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .multi-carousel-control-prev {
        left: 10px;
    }

    .multi-carousel-control-next {
        right: 10px;
    }

    /* Image container with dynamic height */
    .img-container {
        border-radius: 1.5rem;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    /* Image styling */
    .img-container img,
    #carouselInner img {
        height: 100%;
        object-fit: cover;
        object-position: top;
        pointer-events: none;
        user-drag: none;
        width: 100%;
        -webkit-user-drag: none;
        transition: transform 0.3s ease;
    }

    .img-container:hover img {
        transform: translateZ(0) scale(1.02);
    }

    /* Item number styling - guaranteed visibility */
    .item-number {
        align-items: center;
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 50%;
        display: inline-flex;
        font-size: 120%;
        font-weight: bold;
        height: 35px;
        justify-content: center;
        left: 1rem;
        position: absolute;
        top: 1rem;
        width: 35px;
        z-index: 2;
        /* Higher than default but below controls */
        /* Isolation prevents z-index context issues */
        isolation: isolate;
    }

    /* Carousel cursor styling */
    #multiCarousel {
        cursor: grab;
        touch-action: pan-y;
    }

    /* Disable text selection during drag */
    #multiCarousel.dragging {
        user-select: none;
        -webkit-user-select: none;
    }

    /* Responsive adjustments for screens smaller than 720px (45em) */
    @media (max-width: 45em) {

        .multi-carousel-item,
        .clone {
            flex: 0 0 100%;
        }
    }


    .section-template--17949596221494__multirow_UbYxAG-padding {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    @media screen and (min-width: 750px) {
        .section-template--17949596221494__multirow_UbYxAG-padding {
            padding-top: 36px;
            padding-bottom: 36px;
        }
    }


    .section-template--17949596221494__rich_text_V6xtPF-padding {
        padding-top: 30px;
        padding-bottom: 39px;
    }

    @media screen and (min-width: 750px) {
        .section-template--17949596221494__rich_text_V6xtPF-padding {
            padding-top: 40px;
            padding-bottom: 52px;
        }
    }


    .section-template--17949596221494__collage_3YQhtV-padding {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    @media screen and (min-width: 750px) {
        .section-template--17949596221494__collage_3YQhtV-padding {
            padding-top: 36px;
            padding-bottom: 36px;
        }
    }



    .section-template--17949596221494__64bd0deb-e7b8-4f2d-b26c-e3de201c6c06-padding {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    @media screen and (min-width: 750px) {
        .section-template--17949596221494__64bd0deb-e7b8-4f2d-b26c-e3de201c6c06-padding {
            padding-top: 36px;
            padding-bottom: 36px;
        }
    }


    @media screen and (max-width: 749px) {

        #Banner-template--17949596221494__image_banner_dn7ppR::before,
        #Banner-template--17949596221494__image_banner_dn7ppR .banner__media::before,
        #Banner-template--17949596221494__image_banner_dn7ppR:not(.banner--mobile-bottom) .banner__content::before {
            padding-bottom: 25.0%;
            content: '';
            display: block;
        }
    }

    @media screen and (min-width: 750px) {

        #Banner-template--17949596221494__image_banner_dn7ppR::before,
        #Banner-template--17949596221494__image_banner_dn7ppR .banner__media::before {
            padding-bottom: 25.0%;
            content: '';
            display: block;
        }
    }


    #Banner-template--17949596221494__image_banner_dn7ppR::after {
        opacity: 0.0;
    }


    .footer {
        margin-top: 0px;
    }

    .section-sections--17949596450870__footer-padding {
        padding-top: 27px;
        padding-bottom: 27px;
    }

    @media screen and (min-width: 750px) {
        .footer {
            margin-top: 0px;
        }

        .section-sections--17949596450870__footer-padding {
            padding-top: 36px;
            padding-bottom: 36px;
        }
    }

    /*  */
    /* Estilo del botón flotante */
    /* Estilo del botón flotante (como antes) */
    #btn-cart-floating {
        position: fixed;
        top: 30%;
        right: 20px;
        z-index: 1000;
        text-align: center;
        padding: 5px;
        background-image: linear-gradient(180deg, #e8c63fbc, #b08225b6 60%, #976b19c1 99%);
        /* Gradiente suave */
        color: white;
        border-radius: 10%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        /* Sombra para darle profundidad */
        text-decoration: none;
        font-size: 10px;
        font-weight: bold;
        transition: all 0.5s ease-in-out;
        width: 56px;
        height: 50px;
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        /* Por defecto, oculto */
        visibility: hidden;
        /* Asegura que no sea visible */
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        animation-duration: 5s;
    }

    #btn-cart-floating svg {
        width: 50%;
    }

    #btn-cart-floating.show {
        opacity: 1;
        /* Muestra el botón cuando tiene la clase .show */
        visibility: visible;
    }

    #btn-cart-floating:hover {
        transform: scale(1.1);
        /* Escalado al pasar el mouse */
        animation-duration: 5s;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        /* Sombra más profunda al hacer hover */
    }

    /* Ícono */
    #btn-cart-floating i {
        font-size: 20px;
        /* Tamaño grande para el ícono */
        padding-top: 7px;
    }

    /* btn whatsapp */
    #btn-whatsapp-floating {
        position: fixed;
        top: 90%;
        left: 20px;
        z-index: 1000;
        text-align: center;
        /* Gradiente suave */
        color: white;
        border-radius: 10%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        /* Sombra para darle profundidad */
        text-decoration: none;
        font-size: 10px;
        font-weight: bold;
        transition: all 0.5s ease-in-out;
        width: 50px;
        height: 50px;
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        /* Por defecto, oculto */
        visibility: hidden;
        /* Asegura que no sea visible */
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        animation-duration: 5s;
    }

    #btn-whatsapp-floating svg {
        width: 50%;
    }

    .bg-oro {
        background: linear-gradient(135deg, #f8f9fa19, #ffffff1b) !important;
        border-radius: 10px !important;
    }