/* =========================================================
   ANNA ROSSATTI - CUSTOM CSS LIMPIO
   ltima versin: men mobile + home featured responsive
========================================================= */

/* ==========================================================
   FUENTES PERSONALIZADAS
========================================================== */

@font-face {
    font-family: "Mozaic GEO";
    src: local("Mozaic GEO"), local("MozaicGEO"), url("../fonts/MozaicGEO-Regular.woff2") format("woff2"), url("../fonts/MozaicGEO-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mozaic GEO";
    src: local("Mozaic GEO Bold"), local("MozaicGEO-Bold"), url("../fonts/MozaicGEO-Bold.woff2") format("woff2"), url("../fonts/MozaicGEO-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mundial Narrow";
    src: local("Mundial Narrow"), local("MundialNarrow"), url("../fonts/MundialNarrow-Regular.woff2") format("woff2"), url("../fonts/MundialNarrow-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mundial Narrow";
    src: local("Mundial Narrow Bold"), local("MundialNarrow-Bold"), url("../fonts/MundialNarrow-Bold.woff2") format("woff2"), url("../fonts/MundialNarrow-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================
   GENERAL
========================== */

.label,
.item-label,
.item-labels,
[class*="label"] {
    font-family: "Mundial Narrow", sans-serif !important;
}

.desktop-nav-col {
    text-align: right !important;
}

.class-sale {
    border: 1px solid;
    border-radius: 100px;
    padding: 6px 12px 5px 12px;
    color: #ef3838 !important;
}

.item .item-btn-quickshop {
    width: fit-content;
    height: 30px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    border-radius: 50px;
}

.item-actions {
    position: relative;
}

.item-price {
    font-weight: 800;
    font-size: 90%;
}

.label {
    border-radius: 50px;
    margin: 10px;
}

.footer-menu-item {
    margin-bottom: 10px;
}

.footer-legal,
.footer-legal .font-small,
.footer-legal a {
    font-size: 9px !important;
    letter-spacing: 0.5px;
}

/* ==========================
   HOME - BANNERS CATEGORAS
========================== */

.section-banners-home {
    padding: 0px 0;
}


.section-banners-home[data-store="home-banner-categories"] {
    /*background: url("https://d1a9qnv764bsoo.cloudfront.net/stores/007/660/725/rte/Logo_anna_white.png") left center no-repeat;
    background-size: contain; */
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin-top: -80px;
    background-color: white;
    padding: 50px 0;
}

    .section-banners-home[data-store="home-banner-categories"] .textbanner-text.over-image {
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
/**
@media (min-width: 768px) {
    .section-banners-home[data-store="home-banner-categories"] > .container-fluid {
        padding-left: 25% !important;
    }

        .section-banners-home[data-store="home-banner-categories"] > .container-fluid .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .section-banners-home[data-store="home-banner-categories"] > .container-fluid .col-12 {
            padding-left: 0 !important;
        }
}**/
    
@media (max-width: 767px) {
    .section-banners-home[data-store="home-banner-categories"] > .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .section-banners-home[data-store="home-banner-categories"] {
        background-image: url("https://d1a9qnv764bsoo.cloudfront.net/stores/007/660/725/rte/anna rossatti.jpg");
        background-position: top center;
        background-size: 100% auto;
        padding-top: 50px;
    }
}

/* ==========================
   HOME - PRODUCTOS DESTACADOS
========================== */

.section-featured-subtitle {
    padding: 5px 0;
    font-weight: bold;
}

.section-featured-home[data-store="home-products-featured"] .row {
    position: relative;
}

.section-featured-home[data-store="home-products-featured"] .featured-section-button {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 3;
}

    .section-featured-home[data-store="home-products-featured"] .featured-section-button .btn {
        border: 1px solid #000;
        color: #000;
        background: transparent;
        border-radius: 30px;
        padding: 7px 16px;
        font-size: 11px;
        text-transform: uppercase;
    }

        .section-featured-home[data-store="home-products-featured"] .featured-section-button .btn:hover {
            background: #000;
            color: #fff;
        }

/* Responsive: ttulo y botn en dos columnas */
@media (max-width: 768px) {
    .section-featured-home[data-store="home-products-featured"] .position-initial {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas: "title button" "subtitle button";
        align-items: center;
        column-gap: 20px;
        row-gap: 4px;
        margin-bottom: 24px !important;
    }

    .section-featured-home[data-store="home-products-featured"] h2 {
        grid-area: title;
        margin: 0 !important;
        line-height: .95;
        max-width: 170px;
        font-size: 34px;
    }

    .section-featured-home[data-store="home-products-featured"] .section-featured-subtitle {
        grid-area: subtitle;
        margin: 0 !important;
        padding: 0;
        line-height: 1.1;
    }

    .section-featured-home[data-store="home-products-featured"] .featured-section-button {
        position: static !important;
        grid-area: button;
        justify-self: end;
        align-self: center;
        margin: 0 !important;
        transform: translateY(6px);
    }

        .section-featured-home[data-store="home-products-featured"] .featured-section-button .btn {
            padding: 8px 20px;
            white-space: nowrap;
        }
}

/* ==========================
   HOME - SALE
========================== */

.section-sale-products-home {
    background-color: #0c0c0c;
    color: #fff;
}

    .section-sale-products-home a,
    .section-sale-products-home p,
    .section-sale-products-home .item-description,
    .section-sale-products-home span {
        color: #fff;
    }

    .section-sale-products-home .item .item-btn-quickshop {
        color: #000;
        background-color: #fff;
    }

    .section-sale-products-home .col-md-3 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    /**.section-sale-products-home .pt-md-5 {
        padding-top: 0 !important;
    }**/

    .section-sale-products-home .sale-section-button .btn {
        border: 1px solid #fff;
        color: #fff;
        background: transparent;
        border-radius: 30px;
        padding: 8px 18px;
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
        height: 30px
    }

        .section-sale-products-home .sale-section-button .btn:hover {
            background: #fff;
            color: #000;
        }

.js-swiper-sale-prev,
.js-swiper-sale-next,
.js-swiper-sale-prev svg,
.js-swiper-sale-next svg,
.js-swiper-sale-prev svg path,
.js-swiper-sale-next svg path {
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
}

@media (min-width: 789px) {
    .section-sale-products-home h2 {
        transform: rotate(-90deg);
        font-size: 170px;
        letter-spacing: -2px !important;
    }

    .section-featured-home {
        padding: 60px 0;
    }

    .section-banners-home {
        padding: 5px 0;
    }
}

@media (min-width: 768px) {
    .section-sale-products-home .sale-section-button {
        margin-bottom: 12px;
    }
}

/* ==========================
   CARRUSELES HOME CON FLECHAS
========================== */

.section-banners-home .swiper-button-prev,
.section-banners-home .swiper-button-next,
.section-featured-home .swiper-button-prev,
.section-featured-home .swiper-button-next,
.home-products-slider-pagination .swiper-button-prev,
.home-products-slider-pagination .swiper-button-next {
    display: inline-block !important;
}

.section-banners-home .swiper-pagination-progressbar,
.section-featured-home .swiper-pagination-progressbar,
.home-products-slider-pagination .swiper-pagination-progressbar {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
}

/* ==========================
   MEN MOBILE / HAMBURGUESA
========================== */

@media (max-width: 768px) {
    .js-modal-overlay,
    .modal-overlay {
        background: rgba(0,0,0,.55) !important;
    }

    .modal-nav,
    .modal-left,
    .modal-right,
    .modal-mobile-nav,
    .nav-list-panel,
    .js-modal[data-modal-id="nav-hamburger"] {
        width: 78vw !important;
        max-width: 320px !important;
        left: 0 !important;
        right: auto !important;
    }

    .modal-nav,
    .nav-primary,
    .nav-list-panel,
    .modal-content,
    .modal-nav-hamburger {
        background: #111 !important;
        color: #fff !important;
    }

        .modal-nav a,
        .modal-mobile-nav a,
        .nav-list-link {
            color: #fff !important;
            font-family: "Mundial Narrow", sans-serif !important;
        }

    #nav-hamburger .modal-header {
        display: none;
    }



    .head-main.head-scroll .logo-header-transparent-container img {
        filter: invert(1);
    }

    .mobile-submenu {
        padding-left: 18px;
        margin-top: 10px;
    }

        .mobile-submenu .nav-list-link {
            font-size: 14px;
            opacity: .85;
        }

    .mobile-accordion-item.open > .nav-list-link .nav-list-arrow {
        transform: rotate(90deg);
    }

    .class-sale {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        border: 1px solid #ef3838;
        border-radius: 100px;
        padding: 0px 25px !important;
        color: #ef3838 !important;
        height: 30px;
    }

        .class-sale .nav-list-arrow {
            display: none;
        }

    .modal-nav .modal-footer,
    .modal-mobile-nav .modal-footer,
    .modal-nav-hamburger .modal-footer {
        background: #111 !important;
        color: #fff !important;
        border-top: 1px solid rgba(255,255,255,.12);
    }

        .modal-nav-hamburger .modal-footer a,
        .modal-nav-hamburger .modal-footer svg {
            color: #fff !important;
            fill: #fff !important;
        }

    /* Subcategorías del menú mobile */
    #nav-hamburger .mobile-submenu,
    #nav-hamburger .list-subitems {
        margin: 10px 0 16px !important;
        padding: 0 !important;
        border-top: 1px solid rgba(255,255,255,.22);
    }

        #nav-hamburger .mobile-submenu > .nav-item,
        #nav-hamburger .list-subitems > .nav-item {
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-bottom: 1px solid rgba(255,255,255,.22) !important;
        }

            #nav-hamburger .mobile-submenu > .nav-item > .nav-list-link,
            #nav-hamburger .list-subitems > .nav-item > .nav-list-link {
                display: flex !important;
                align-items: center;
                min-height: 43px;
                padding: 11px 20px 8px 20px !important;
                margin: 0 !important;
                color: rgba(255,255,255,.68) !important;
                font-size: 14px !important;
                line-height: 1.2 !important;
                text-transform: none !important;
            }

                #nav-hamburger .mobile-submenu > .nav-item > .nav-list-link:hover,
                #nav-hamburger .list-subitems > .nav-item > .nav-list-link:hover {
                    color: #fff !important;
                    opacity: 1 !important;
                }

            /* "VER TODO" con mayor jerarquía */
            #nav-hamburger .mobile-submenu > .nav-item:first-child > .nav-list-link,
            #nav-hamburger .list-subitems > .nav-item:first-child > .nav-list-link {
                color: #fff !important;
                font-weight: 700 !important;
                text-transform: uppercase !important;
            }

        /* Evita flechas o espacios residuales dentro de subcategorías */
        #nav-hamburger .mobile-submenu .nav-list-arrow,
        #nav-hamburger .list-subitems .nav-list-arrow {
            display: none !important;
        }
}

/* Buscador dentro del men mobile */
@media (max-width: 768px) {
    #nav-hamburger .search-container,
    #nav-hamburger .form-group {
        position: relative;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        margin-bottom: 28px !important;
    }

    #nav-hamburger .js-search-input,
    #nav-hamburger .search-input,
    #nav-hamburger input[type="search"] {
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid rgba(255,255,255,.35) !important;
        border-radius: 0 !important;
        color: #fff !important;
        height: 34px !important;
        padding: 0 34px 6px 0 !important;
        font-size: 16px !important;
        box-shadow: none !important;
    }

        #nav-hamburger .js-search-input::placeholder,
        #nav-hamburger .search-input::placeholder,
        #nav-hamburger input[type="search"]::placeholder {
            color: rgba(255,255,255,.55) !important;
            text-transform: uppercase;
        }

    #nav-hamburger .search-input-submit {
        position: absolute !important;
        right: 0 !important;
        top: -5px !important;
        width: 28px !important;
        height: 28px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: 0 !important;
        color: rgba(255,255,255,.6) !important;
    }

        #nav-hamburger .search-input-submit svg {
            width: 20px !important;
            height: 20px !important;
            display: block !important;
        }

            #nav-hamburger .search-input-submit svg,
            #nav-hamburger .search-input-submit svg path,
            #nav-hamburger .nav-item svg,
            #nav-hamburger .nav-item svg path {
                fill: #fff !important;
                stroke: #fff !important;
            }
}

/* ==========================
   FOOTER
========================== */

footer {
    border-top: 1px solid #fff;
}

    footer .social-icon {
        width: auto !important;
    }

    footer a:hover {
        opacity: 0.5;
    }

.locales-footer {
    padding: 15px;
    background-color: #1e1e1e;
    border-radius: 10px;
}

    .locales-footer hr {
        opacity: 0.2;
    }

.footer-logo img {
    max-height: 20px;
}

.footer-manada {
    display: inline-flex;
    align-items: center;
    margin-left: 10px !important;
    opacity: .8;
    transition: all .3s ease;
    padding-left: 10px;
    border-left: 1px solid rgba(255,255,255,.15);
}

    .footer-manada:hover {
        opacity: 1;
    }

    .footer-manada img {
        height: 9px;
        width: auto;
        display: block;
        margin-bottom: 2px;
    }

@media (max-width: 768px) {
    .news-footer {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .footer-legal .text-md-right {
        justify-content: center !important;
        margin-top: 10px;
    }

    .footer-logo img {
        height: 20px !important;
    }

    .footer-manada img {
        height: 9px !important;
    }
}

/* ==========================
   HELPERS
========================== */

@media (max-width: 768px) {
    .hidden-phone {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .hidden-desktop {
        display: none !important;
    }
}


@media (max-width: 768px) {

    .section-sale-products-home .position-initial {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas: "title button";
        align-items: center;
        position: relative;
        z-index: 5;
        margin-bottom: -22px !important;
    }

    .section-sale-products-home h2 {
        grid-area: title;
        font-size: 110px !important;
        position: relative;
        z-index: 1;
        margin-bottom: -57px !important;
        letter-spacing: -4px !important;
    }

    .section-sale-products-home .sale-section-button {
        grid-area: button;
        position: relative;
    }

        .section-sale-products-home .sale-section-button .btn {
            padding: 8px 18px;
            white-space: nowrap;
        }

    .section-sale-products-home .col-md-9,
    .section-sale-products-home .col-md-12 {
        position: relative;
        z-index: 1;
    }


    .section-sale-products-home .col-md-3 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-end;
    }
}

/* =========================================================
   FOOTER ANNA ROSSATTI - CORRECCIÓN FINAL
   Respeta legal original + acordeones mobile del tema
========================================================= */

.footer-anna-custom {
    background: #111;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 62px;
}

    .footer-anna-custom > .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }

.footer-anna-main-row {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr 2.55fr;
    column-gap: 70px;
    align-items: start;
}

.footer-anna-col {
    max-width: none !important;
    flex: initial !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-anna-title,
.footer-anna-custom .font-small.opacity-50,
.footer-anna-custom .font-small.opacity-md-50 {
    color: rgba(255,255,255,.48) !important;
    opacity: 1 !important;
    font-size: 12px !important;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 22px !important;
    letter-spacing: 0;
}

.footer-anna-custom .footer-menu,
.footer-anna-custom .footer-menu ul,
.footer-anna-legal-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-anna-custom .footer-menu-item,
    .footer-anna-custom .footer-menu li,
    .footer-anna-legal-menu li {
        margin: 0 0 12px 0 !important;
    }

    .footer-anna-custom a,
    .footer-anna-custom p,
    .footer-anna-custom span,
    .footer-anna-custom .contact-link,
    .footer-anna-custom .footer-menu-link,
    .footer-anna-custom .footer-menu a {
        text-decoration: none;
    }

        .footer-anna-custom a:hover {
            opacity: .65;
        }

.footer-anna-contact .contact-link,
.footer-anna-contact .contact-item,
.footer-anna-contact li {
    margin-bottom: 10px !important;
}

.footer-news-link {
    margin-top: 12px;
}

    .footer-news-link a {
        color: rgba(255,255,255,.62) !important;
        font-size: 13px !important;
    }

.footer-anna-social {
    margin-top: 22px;
}

    .footer-anna-social .social-icon,
    .footer-anna-social svg {
        width: 18px !important;
        height: 18px !important;
    }

.footer-anna-stores {
    min-width: 0;
}

.footer-anna-store-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.footer-anna-store-card,
.footer-anna-wholesale {
    position: relative;
    display: block;
    background: #232323;
    border-radius: 10px;
    padding: 18px 18px 20px;
    min-height: 138px;
    color: #fff !important;
    overflow: hidden;
}

    .footer-anna-store-card .footer-anna-store-label {
        display: block;
        color: rgba(255,255,255,.46) !important;
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }

    .footer-anna-store-card h6 {
        color: #fff;
        font-size: 20px;
        line-height: 1;
        margin: 0 !important;
    }

    .footer-anna-store-card hr {
        border: 0;
        border-top: 1px solid rgba(255,255,255,.14);
        margin: 14px 0 12px;
        opacity: 1;
    }

    .footer-anna-store-card p {
        color: rgba(255,255,255,.75) !important;
        font-size: 12px !important;
        line-height: 1.4;
        margin: 0 !important;
    }

.footer-anna-card-icon {
    position: absolute;
    right: 16px;
    bottom: 14px;
    color: rgba(255,255,255,.78) !important;
    font-size: 24px !important;
    line-height: 1;
}

.footer-anna-wholesale {
    min-height: 52px;
    margin-top: 16px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255,255,255,.55) !important;
}

    .footer-anna-wholesale span:first-child {
        color: rgba(255,255,255,.55) !important;
    }

/* Anula iconos de Instagram dentro de cards si quedaron de versiones previas */
.footer-anna-store-card .social-icon,
.footer-anna-store-card .icon-instagram,
.footer-anna-store-card svg.icon-instagram,
.locales-footer .social-icon,
.locales-footer .icon-instagram {
    display: none !important;
}

.footer-anna-mid-row {
    display: grid;
    grid-template-columns: 1.35fr 2fr;
    align-items: center;
    gap: 60px;
    margin-top: 56px;
    margin-bottom: 22px;
}

.footer-anna-bottom-logo img,
.footer-anna-bottom-logo .logo-img {
    max-width: 205px !important;
    height: auto !important;
}

@media (min-width: 769px) {
    .footer-anna-legal-menu .js-accordion-content,
    .footer-anna-legal-menu .js-accordion-content-mobile {
        display: block !important;
    }

    .footer-anna-legal-menu ul,
    .footer-anna-legal-menu .footer-menu {
        display: flex;
        gap: 100px;
        align-items: center;
    }
}

.footer-anna-legal-menu a {
    color: rgba(255,255,255,.46) !important;
    font-size: 13px !important;
    text-transform: uppercase;
}

.footer-anna-optional-row {
    display: none !important;
}

/* LEGAL: se respeta estructura, solo ajustes mínimos existentes */
.footer-legal {
    background: #111;
}

    .footer-legal,
    .footer-legal .font-small,
    .footer-legal a {
        font-size: 9px !important;
        letter-spacing: .2px;
    }

.footer-manada {
    display: inline-flex;
    align-items: center;
    margin-left: 10px !important;
    opacity: .9;
    transition: all .3s ease;
    padding-left: 10px;
    border-left: 1px solid rgba(255,255,255,.18);
}

    .footer-manada img {
        height: 9px;
        width: auto;
        display: block;
        margin-bottom: 2px;
    }

@media (max-width: 992px) {
    .footer-anna-custom > .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }

    .footer-anna-main-row {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .footer-anna-stores {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer-anna-custom {
        padding-top: 28px;
    }

        .footer-anna-custom > .container-fluid {
            padding-left: 20px;
            padding-right: 20px;
        }

    .footer-anna-main-row {
        display: block;
    }

    .footer-anna-col {
        border-bottom: 1px solid rgba(255,255,255,.12);
        padding: 0 !important;
    }

    .footer-anna-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #fff !important;
        text-decoration: none;
    }

    .footer-anna-title,
    .footer-anna-custom .font-small.opacity-50,
    .footer-anna-custom .font-small.opacity-md-50 {
        margin: 0 !important;
        padding: 16px 0 !important;
        font-size: 12px !important;
    }

    .footer-anna-col .js-accordion-content-mobile {
        padding-bottom: 16px;
    }

    .footer-anna-stores {
        padding-top: 18px !important;
        border-bottom: none;
    }

    .footer-anna-store-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .footer-anna-store-card {
        min-height: auto;
    }

    .footer-anna-mid-row {
        display: block;
        margin-top: 34px;
        margin-bottom: 18px;
    }

    .footer-anna-bottom-logo {
        margin-bottom: 18px;
    }

        .footer-anna-bottom-logo img,
        .footer-anna-bottom-logo .logo-img {
            max-width: 180px !important;
        }

    .footer-anna-legal-menu {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

        .footer-anna-legal-menu .js-accordion-content,
        .footer-anna-legal-menu .js-accordion-content-mobile {
            display: none !important;
            padding-bottom: 16px;
        }

            .footer-anna-legal-menu .js-accordion-content[style*="display: block"],
            .footer-anna-legal-menu .js-accordion-content-mobile[style*="display: block"] {
                display: block !important;
            }

        .footer-anna-legal-menu ul,
        .footer-anna-legal-menu .footer-menu {
            display: block;
            gap: 0;
        }

    .footer-legal .row {
        gap: 8px;
    }

    .footer-legal .text-md-right {
        justify-content: flex-start !important;
        margin-top: 8px;
    }
}


.h1-huge, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    letter-spacing: -0.8px !important;
}

.modal-footer {
    display: none;
}


/* ==========================================
   Uniformar altura de imágenes de productos
========================================== */

.item-image {
    aspect-ratio: 0.72 / 1;
    overflow: hidden;
}

    .item-image img,
    .item-image picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transition: transform .35s ease;
    }

/* Fix altura uniforme imágenes de producto */
.item-image,
.js-item-image-padding {
    height: auto !important;
    aspect-ratio: 4 / 6 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    background: transparent;
}

    .item-image img,
    .js-item-image-padding img,
    .product-item-image {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
    }

/* =========================================================
   MEGAMENÚ DESKTOP
   - Dos banners autoadministrables, uno al lado del otro
   - Subcategorías en una o dos columnas según cantidad
   - No afecta el menú mobile
========================================================= */

@media (min-width: 769px) {

    .desktop-mega-menu {
        width: 100vw !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        padding: 0 !important;
        background: #151515 !important;
        border-top: 1px solid rgba(255,255,255,.14);
        box-shadow: none !important;
        overflow: hidden;
    }

    .desktop-mega-menu-inner {
        display: grid;
        grid-template-columns: minmax(420px, 1fr) minmax(430px, .95fr);
        align-items: start;
        gap: 72px;
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 36px 20px 38px;
    }

    .desktop-mega-menu-banners {
        display: grid;
        gap: 12px;
        min-width: 0;
    }

        .desktop-mega-menu-banners.has-two-banners {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .desktop-mega-menu-banners.has-one-banner {
            grid-template-columns: minmax(0, 1fr);
            max-width: 50%;
        }

    .desktop-mega-menu-banner {
        display: block;
        min-width: 0;
        overflow: visible;
        background: transparent;
    }

    .desktop-mega-menu-banner-link {
        display: block;
        min-width: 0;
        color: #fff !important;
        text-decoration: none !important;
    }

    .desktop-mega-menu-banner img {
        display: block;
        width: 100%;
        height: 255px;
        object-fit: cover;
        object-position: center top;
        transition: transform .35s ease;
    }

    .desktop-mega-menu-banner-caption {
        display: block;
        margin-top: 9px;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 1.2;
        text-align: left;
        text-transform: none;
    }

    .desktop-mega-menu-banner-link:hover img {
        transform: scale(1.02);
    }

    .desktop-mega-menu-banner-link:hover .desktop-mega-menu-banner-caption {
        opacity: .7;
    }

    .desktop-mega-menu-navigation {
        min-width: 0;
        padding-top: 0;
    }

        .desktop-mega-menu-navigation.no-banners {
            grid-column: 1 / -1;
            width: min(760px, 100%);
            margin-left: auto;
        }

    .desktop-mega-menu-view-all {
        display: block;
        padding: 0 0 13px;
        border-bottom: 1px solid rgba(255,255,255,.28);
        color: #fff !important;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        text-align: left;
    }

    .desktop-list-subitems {
        border-bottom: none !important;
    }

    .desktop-mega-menu-subitems {
        display: grid !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
        column-gap: 40px;
    }

        .desktop-mega-menu-subitems.has-one-column {
            grid-template-columns: minmax(0, 1fr);
        }

        .desktop-mega-menu-subitems.has-two-columns {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .desktop-mega-menu-subitems > .nav-item {
            display: block !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            border-bottom: 1px solid rgba(255,255,255,.24);
        }

            .desktop-mega-menu-subitems > .nav-item:nth-last-child(-n+2) {
                /* El borde se mantiene para conservar el ritmo visual del Figma. */
            }

            .desktop-mega-menu-subitems > .nav-item > .nav-list-link {
                display: flex !important;
                align-items: center;
                min-height: 43px;
                width: 100%;
                padding: 11px 0 9px !important;
                margin: 0 !important;
                color: rgba(255,255,255,.88) !important;
                font-size: 14px !important;
                line-height: 1.2 !important;
                text-transform: none !important;
                font-weight: 400;
            }

                .desktop-mega-menu-subitems > .nav-item > .nav-list-link:hover,
                .desktop-mega-menu-subitems > .nav-item > .nav-list-link.selected {
                    color: #fff !important;
                    opacity: 1 !important;
                }

        /* Los subniveles adicionales no alteran la grilla principal. */
        .desktop-mega-menu-subitems .list-subitems {
            position: static !important;
            display: block;
            width: 100%;
            padding: 0 0 8px 14px !important;
            margin: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

            .desktop-mega-menu-subitems .list-subitems .nav-list-link {
                padding: 6px 0 !important;
                color: rgba(255,255,255,.62) !important;
                font-size: 13px !important;
            }
}

/* Garantía adicional: los banners del megamenú nunca aparecen en mobile. */
@media (max-width: 768px) {
    .desktop-mega-menu,
    .desktop-mega-menu-banners,
    .desktop-mega-menu-banner {
        display: none !important;
    }
}

/* =========================================================
   PRODUCTO - CARRUSEL CON MINIATURAS VERTICALES
   Solo desktop y solo cuando el formato del panel es Carrusel.
========================================================= */

@media (min-width: 769px) {
    .template-product .product-image-container.anna-product-gallery {
        display: grid !important;
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        gap: 18px;
        width: 100%;
        min-width: 0;
        padding-right: 15px !important;
        overflow: visible !important;
    }

    .template-product .anna-product-thumbs {
        display: flex !important;
        flex-direction: column;
        gap: 12px;
        width: 92px;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 3px;
        scrollbar-width: thin;
        scrollbar-color: rgba(0,0,0,.35) transparent;
    }

    .template-product .anna-product-thumbs::-webkit-scrollbar {
        width: 3px;
    }

    .template-product .anna-product-thumbs::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.35);
        border-radius: 10px;
    }

    .template-product .anna-product-thumb {
        display: block;
        flex: 0 0 auto;
        width: 100%;
        aspect-ratio: 3 / 4;
        margin: 0;
        padding: 0;
        border: 1px solid transparent;
        background: #f5f5f5;
        cursor: pointer;
        overflow: hidden;
        opacity: .58;
        transition: opacity .2s ease, border-color .2s ease;
    }

    .template-product .anna-product-thumb:hover,
    .template-product .anna-product-thumb.is-active {
        opacity: 1;
    }

    .template-product .anna-product-thumb.is-active {
        border-color: #111;
    }

    .template-product .anna-product-thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .template-product .anna-product-main-slider {
        display: block !important;
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
        overflow: hidden !important;
    }

    .template-product .anna-product-main-slider .swiper-wrapper {
        align-items: flex-start;
    }

    .template-product .anna-product-main-slider .swiper-slide {
        width: 100% !important;
        min-width: 100% !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .template-product .anna-product-main-slider .js-product-slide-link {
        display: block !important;
        width: 100%;
        background: #f5f5f5;
        overflow: hidden;
    }

    .template-product .anna-product-main-slider .product-slider-image {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center top !important;
    }

    .template-product .anna-product-gallery + .product-paginator {
        margin-left: 110px !important;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .template-product .product-image-container.anna-product-gallery {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
    }

    .template-product .anna-product-thumbs {
        width: 76px;
    }

    .template-product .anna-product-gallery + .product-paginator {
        margin-left: 88px !important;
    }
}

@media (max-width: 768px) {
    .template-product .anna-product-thumbs {
        display: none !important;
    }

    .template-product .product-image-container.anna-product-gallery {
        display: block !important;
    }
}

/* =========================================================
   FOOTER - ACCIONES DE LOCALES
   Iconos SVG visibles y clickeables, sin afectar el legal.
========================================================= */

.footer-anna-contact .footer-anna-social {
    display: none !important;
}

.footer-anna-store-card {
    position: relative;
    padding-right: 62px !important;
}

.footer-anna-store-content {
    min-width: 0;
}

.footer-store-action {
    position: absolute !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 !important;
    padding: 5px !important;
    color: rgba(255,255,255,.88) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer;
}

.footer-store-action:hover {
    color: #fff !important;
    opacity: .65 !important;
}

.footer-store-action svg,
.footer-whatsapp-action svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.6 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    visibility: visible !important;
}

.footer-whatsapp-action svg {
    fill: currentColor !important;
}

    .footer-store-action .footer-store-icon-dot {
        fill: currentColor !important;
        stroke: none !important;
    }

.footer-store-instagram {
    top: 13px !important;
    right: 13px !important;
}

.footer-store-map {
    right: 13px !important;
    bottom: 11px !important;
    width: 34px;
    height: 34px;
}

.footer-anna-wholesale {
    text-decoration: none !important;
}

.footer-whatsapp-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    padding: 4px;
    color: rgba(255,255,255,.88) !important;
    visibility: visible !important;
}

.footer-anna-wholesale:hover .footer-whatsapp-action {
    color: #fff !important;
}

.footer-anna-wholesale-disabled {
    cursor: default;
}

@media (max-width: 768px) {
    .footer-anna-store-card {
        padding-right: 60px !important;
    }

    .footer-store-instagram {
        top: 12px !important;
        right: 12px !important;
    }

    .footer-store-map {
        right: 12px !important;
        bottom: 10px !important;
    }
}

/* =========================================================
   PRODUCTO MOBILE - GALERÍA DE PUNTA A PUNTA
   Solo elimina los márgenes laterales de la imagen.
   La información del producto conserva su padding original.
========================================================= */

@media (max-width: 768px) {

    .template-product .product-gallery-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .template-product .product-gallery-column .product-image-container,
    .template-product .product-gallery-column .anna-product-gallery,
    .template-product .product-gallery-column .anna-product-main-slider,
    .template-product .product-gallery-column .js-swiper-product {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .template-product .product-gallery-column .swiper-slide {
        width: 100% !important;
        min-width: 100% !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .template-product .product-gallery-column .js-product-slide-link {
        width: 100% !important;
        margin: 0 !important;
    }

    .template-product .product-gallery-column .product-slider-image {
        width: 100% !important;
    }

    .template-product .product-gallery-column .product-paginator {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* =========================================================
   FOOTER - WHATSAPP IGUAL AL BOTÓN FLOTANTE
   Reutiliza exactamente el mismo SVG del snippet nativo.
========================================================= */

.footer-anna-wholesale .footer-whatsapp-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;
    margin-left: 12px !important;
    padding: 0 !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-anna-wholesale .footer-whatsapp-action svg,
.footer-anna-wholesale .footer-whatsapp-action .icon-inline {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: currentColor !important;
    fill: currentColor !important;
    stroke: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-anna-wholesale:hover .footer-whatsapp-action {
    opacity: .7 !important;
}


