/* =========================================================
   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/001/632/538/rte/anna rossatti bg ok.png");
        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;
}



/* =========================================================
   PÁGINA POLÍTICAS /politicas
========================================================= */
.anna-policies-page {
    background: #171717;
    color: #f5f5f5;
}

.anna-policies-hero {
    width: 100%;
    height: clamp(300px, 42vw, 610px);
    overflow: hidden;
    background: #ddd;
}

.anna-policies-hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.anna-policies-panel {
    position: relative;
    z-index: 2;
    margin-top: -26px;
    padding: 64px 0 86px;
    background: #171717;
    border-radius: 18px 18px 0 0;
}

.anna-policies-inner {
    width: min(1160px, calc(100% - 80px));
    margin: 0 auto;
}

.anna-policies-heading-row {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    align-items: start;
    gap: 40px;
    margin-bottom: 42px;
}

.anna-policies-heading-row h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 2.4vw, 38px);
    font-weight: 400;
    line-height: 1;
}

.anna-policies-tabs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 26px;
    max-width: 620px;
}

.anna-policies-tab {
    position: relative;
    padding: 0 0 12px;
    color: rgba(255,255,255,.62);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.anna-policies-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: transparent;
}

.anna-policies-tab:hover,
.anna-policies-tab.is-active {
    color: #fff;
}

.anna-policies-tab.is-active {
    font-weight: 700;
}

.anna-policies-tab.is-active::after {
    background: #fff;
}

.anna-policy-pane[hidden] {
    display: none !important;
}

.anna-policy-row {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 40px;
    padding: 28px 0 30px;
    border-bottom: 1px solid rgba(255,255,255,.17);
}

.anna-policy-row:last-child {
    border-bottom: 0;
}

.anna-policy-row h2 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
}

.anna-policy-row p,
.anna-policy-row li,
.anna-policy-row a {
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.42;
}

.anna-policy-row p {
    margin: 0 0 8px;
}

.anna-policy-row p:last-child {
    margin-bottom: 0;
}

.anna-policy-row strong {
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.anna-policy-row a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.anna-policy-row ul {
    margin: 12px 0 0;
    padding-left: 18px;
}

.anna-policy-row li {
    margin-bottom: 8px;
}

.anna-policy-spacer {
    margin-top: 22px !important;
}

@media (max-width: 768px) {
    .anna-policies-hero {
        height: 300px;
    }

    .anna-policies-panel {
        margin-top: -18px;
        padding: 38px 0 58px;
        border-radius: 14px 14px 0 0;
    }

    .anna-policies-inner {
        width: calc(100% - 36px);
    }

    .anna-policies-heading-row {
        display: block;
        margin-bottom: 26px;
    }

    .anna-policies-heading-row h1 {
        margin-bottom: 24px;
        font-size: 30px;
    }

    .anna-policies-tabs {
        max-width: none;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 26px;
        padding-bottom: 3px;
        scrollbar-width: none;
    }

    .anna-policies-tabs::-webkit-scrollbar {
        display: none;
    }

    .anna-policies-tab {
        flex: 0 0 auto;
        font-size: 14px;
    }

    .anna-policy-row {
        display: block;
        padding: 23px 0 25px;
    }

    .anna-policy-row h2 {
        margin-bottom: 13px;
        font-size: 16px;
    }

    .anna-policy-row p,
    .anna-policy-row li,
    .anna-policy-row a {
        font-size: 13px;
    }
}

/* =========================================================
   POLÍTICAS V2 — AJUSTE VISUAL FINAL / CACHE MANADA30
========================================================= */
body.template-page .anna-policies-page {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #171717 !important;
    color: #fff !important;
    font-family: "Mozaic GEO", var(--body-font), sans-serif !important;
}

body.template-page .anna-policies-hero {
    width: 100% !important;
    height: clamp(260px, 31vw, 470px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.template-page .anna-policies-hero img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body.template-page .anna-policies-panel {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    margin: -28px 0 0 !important;
    padding: 58px 0 82px !important;
    background: #171717 !important;
    border-radius: 18px 18px 0 0 !important;
}

body.template-page .anna-policies-inner {
    width: min(1120px, calc(100% - 96px)) !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.template-page .anna-policies-heading-row {
    display: grid !important;
    grid-template-columns: 200px minmax(0, 1fr) !important;
    gap: 48px !important;
    align-items: start !important;
    margin: 0 0 36px !important;
}

body.template-page .anna-policies-heading-row h1 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    letter-spacing: -.6px !important;
}

body.template-page .anna-policies-tabs {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 54px !important;
    width: 100% !important;
    max-width: 660px !important;
}

body.template-page .anna-policies-tab {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: relative !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 2px 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255,255,255,.62) !important;
    font-family: "Mozaic GEO", var(--body-font), sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    cursor: pointer !important;
}

body.template-page .anna-policies-tab.is-active {
    color: #fff !important;
    font-weight: 700 !important;
}

body.template-page .anna-policies-tab::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 2px !important;
    background: transparent !important;
}

body.template-page .anna-policies-tab.is-active::after {
    background: #fff !important;
}

body.template-page .anna-policy-row {
    display: grid !important;
    grid-template-columns: 200px minmax(0, 1fr) !important;
    gap: 48px !important;
    margin: 0 !important;
    padding: 26px 0 28px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.16) !important;
    background: transparent !important;
}

body.template-page .anna-policy-row:last-child {
    border-bottom: 0 !important;
}

body.template-page .anna-policy-row h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: -.25px !important;
}

body.template-page .anna-policy-row > div {
    min-width: 0 !important;
}

body.template-page .anna-policy-row p,
body.template-page .anna-policy-row li,
body.template-page .anna-policy-row a {
    margin-top: 0 !important;
    color: rgba(255,255,255,.62) !important;
    font-family: "Mozaic GEO", var(--body-font), sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    letter-spacing: -.12px !important;
}

body.template-page .anna-policy-row p {
    margin-bottom: 7px !important;
}

body.template-page .anna-policy-row strong {
    color: rgba(255,255,255,.72) !important;
    font-weight: 700 !important;
}

body.template-page .anna-policy-row a {
    text-decoration: none !important;
}

@media (max-width: 768px) {
    body.template-page .anna-policies-hero {
        height: 245px !important;
    }

    body.template-page .anna-policies-panel {
        margin-top: -18px !important;
        padding: 36px 0 56px !important;
        border-radius: 14px 14px 0 0 !important;
    }

    body.template-page .anna-policies-inner {
        width: calc(100% - 36px) !important;
    }

    body.template-page .anna-policies-heading-row {
        display: block !important;
        margin-bottom: 22px !important;
    }

    body.template-page .anna-policies-heading-row h1 {
        margin-bottom: 22px !important;
        font-size: 26px !important;
    }

    body.template-page .anna-policies-tabs {
        max-width: none !important;
        gap: 28px !important;
        overflow-x: auto !important;
        padding-bottom: 2px !important;
        scrollbar-width: none !important;
    }

    body.template-page .anna-policies-tabs::-webkit-scrollbar {
        display: none !important;
    }

    body.template-page .anna-policies-tab {
        flex: 0 0 auto !important;
        font-size: 13px !important;
    }

    body.template-page .anna-policy-row {
        display: block !important;
        padding: 22px 0 24px !important;
    }

    body.template-page .anna-policy-row h2 {
        margin-bottom: 12px !important;
        font-size: 16px !important;
    }

    body.template-page .anna-policy-row p,
    body.template-page .anna-policy-row li,
    body.template-page .anna-policy-row a {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }
}

/* =========================================================
   PÁGINA ASESORÍA & PERSONALIZACIÓN
========================================================= */
body.template-page .anna-service-page,
body.template-page .anna-about-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #171717;
    color: #fff;
    font-family: "Mozaic GEO", var(--body-font), sans-serif;
}

body.template-page .anna-service-page h1,
body.template-page .anna-service-page h2,
body.template-page .anna-about-page h1,
body.template-page .anna-about-page h2 {
    font-family: "Mozaic GEO", var(--heading-font), sans-serif !important;
    font-weight: 400 !important;
    color: #fff !important;
}

body.template-page .anna-service-page p,
body.template-page .anna-about-page p {
    color: rgba(255,255,255,.70);
}

body.template-page .anna-service-hero-top {
    width: 100%;
    height: clamp(310px, 42vw, 620px);
    overflow: hidden;
    background: #222;
}

body.template-page .anna-service-hero-top img,
body.template-page .anna-service-bottom-hero img,
body.template-page .anna-about-hero img,
body.template-page .anna-about-wide-image img,
body.template-page .anna-about-cta img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.template-page .anna-service-panel {
    position: relative;
    z-index: 2;
    margin-top: -26px;
    padding: 70px 0 92px;
    background: #171717;
    border-radius: 18px 18px 0 0;
}

body.template-page .anna-service-inner,
body.template-page .anna-about-inner {
    width: min(1180px, calc(100% - 90px));
    margin: 0 auto;
}

body.template-page .anna-service-intro {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 72px;
    margin-bottom: 54px;
}

body.template-page .anna-service-intro h1 {
    margin: 0 !important;
    font-size: clamp(29px, 2.5vw, 40px) !important;
    line-height: .95 !important;
    letter-spacing: -1.2px !important;
}

body.template-page .anna-service-intro-copy {
    max-width: 680px;
}

body.template-page .anna-service-intro-copy p,
body.template-page .anna-service-content-copy p {
    margin: 0 0 8px !important;
    font-size: 13px !important;
    line-height: 1.36 !important;
    letter-spacing: -.1px !important;
}

body.template-page .anna-service-accordion {
    width: 100%;
}

body.template-page .anna-service-item {
    border-bottom: 1px solid rgba(255,255,255,.18);
}

body.template-page .anna-service-trigger {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 42px;
    gap: 72px;
    align-items: center;
    width: 100%;
    min-height: 88px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: left;
    cursor: pointer;
    font-family: "Mozaic GEO", var(--body-font), sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body.template-page .anna-service-trigger > span:first-child {
    grid-column: 1;
}

body.template-page .anna-service-arrow {
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    justify-self: end;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

body.template-page .anna-service-content {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 42px;
    gap: 72px;
    padding: 0 0 30px;
}

body.template-page .anna-service-content[hidden] {
    display: none !important;
}

body.template-page .anna-service-content-copy {
    grid-column: 2;
    max-width: 680px;
}

body.template-page .anna-service-item.is-open .anna-service-trigger {
    min-height: 56px;
    padding-top: 2px;
}

body.template-page .anna-service-bottom-hero,
body.template-page .anna-about-cta {
    position: relative;
    height: clamp(360px, 44vw, 630px);
    overflow: hidden;
}

body.template-page .anna-service-bottom-overlay,
body.template-page .anna-about-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
}

body.template-page .anna-service-bottom-copy {
    position: absolute;
    left: 50%;
    top: 54%;
    width: min(920px, calc(100% - 44px));
    transform: translate(-50%, -50%);
    text-align: center;
}

body.template-page .anna-service-bottom-copy h2 {
    margin: 0 0 10px !important;
    font-size: clamp(24px, 2.8vw, 42px) !important;
    line-height: 1.05 !important;
}

body.template-page .anna-service-bottom-copy p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #fff !important;
}

/* =========================================================
   PÁGINA ACERCA DE ANNA
========================================================= */
body.template-page .anna-about-page {
    background: #171717;
}

body.template-page .anna-about-hero {
    width: 100%;
    height: clamp(300px, 35vw, 520px);
    overflow: hidden;
}

body.template-page .anna-about-history {
    position: relative;
    z-index: 2;
    margin-top: -2px;
    padding: 58px 0 62px;
    background: #171717;
    border-radius: 16px 16px 0 0;
}

body.template-page .anna-about-two-col,
body.template-page .anna-about-value-row {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 72px;
}

body.template-page .anna-about-history h1,
body.template-page .anna-about-values h2 {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.02 !important;
}

body.template-page .anna-about-history p,
body.template-page .anna-about-anna-copy p,
body.template-page .anna-about-anniversary-copy p,
body.template-page .anna-about-values p,
body.template-page .anna-about-cta-copy p {
    margin: 0 0 9px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

body.template-page .anna-about-history strong {
    color: #fff;
    font-weight: 700;
}

body.template-page .anna-about-anna {
    display: grid;
    grid-template-columns: 35% 65%;
    min-height: 480px;
    background: #303030;
}

body.template-page .anna-about-anna-image {
    min-height: 480px;
    overflow: hidden;
}

body.template-page .anna-about-anna-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.template-page .anna-about-anna-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 760px;
    padding: 54px 8vw 54px 52px;
}

body.template-page .anna-about-anna-copy h2,
body.template-page .anna-about-anniversary-copy h2 {
    margin: 0 0 8px !important;
    font-size: clamp(25px, 2.2vw, 35px) !important;
    line-height: 1.05 !important;
}

body.template-page .anna-about-kicker {
    margin-bottom: 24px !important;
    color: rgba(255,255,255,.45) !important;
    font-size: 16px !important;
}

body.template-page .anna-about-anniversary {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    min-height: 420px;
    background: linear-gradient(120deg, #111 0%, #1b1b1b 55%, #0d0d0d 100%);
}

body.template-page .anna-about-anniversary-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 42px;
}

body.template-page .anna-about-anniversary-mark img {
    display: block;
    width: min(330px, 80%);
    height: auto;
    object-fit: contain;
}

body.template-page .anna-about-anniversary-copy {
    max-width: 760px;
    padding: 52px 8vw 52px 52px;
}

body.template-page .anna-about-wide-image {
    width: 100%;
    height: clamp(250px, 30vw, 430px);
    overflow: hidden;
}

body.template-page .anna-about-values {
    padding: 68px 0 72px;
    background: #171717;
}

body.template-page .anna-about-value-row {
    padding: 0 0 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

body.template-page .anna-about-value-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

body.template-page .anna-about-cta-copy {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 55%;
    width: min(900px, calc(100% - 44px));
    transform: translate(-50%, -50%);
    text-align: center;
}

body.template-page .anna-about-cta-copy h2 {
    margin: 0 0 14px !important;
    font-size: clamp(26px, 2.8vw, 42px) !important;
    line-height: 1.05 !important;
    text-transform: none;
}

body.template-page .anna-about-cta-copy p {
    max-width: 720px;
    margin: 0 auto 24px !important;
    color: #fff !important;
}

body.template-page .anna-about-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    color: #111 !important;
    font-size: 11px;
    text-decoration: none !important;
    transition: opacity .2s ease;
}

body.template-page .anna-about-cta-button:hover {
    opacity: .78;
}

@media (max-width: 768px) {
    body.template-page .anna-service-hero-top {
        height: 285px;
    }

    body.template-page .anna-service-panel {
        margin-top: -18px;
        padding: 38px 0 54px;
        border-radius: 14px 14px 0 0;
    }

    body.template-page .anna-service-inner,
    body.template-page .anna-about-inner {
        width: calc(100% - 36px);
    }

    body.template-page .anna-service-intro,
    body.template-page .anna-about-two-col,
    body.template-page .anna-about-value-row {
        display: block;
    }

    body.template-page .anna-service-intro {
        margin-bottom: 26px;
    }

    body.template-page .anna-service-intro h1 {
        margin-bottom: 24px !important;
        font-size: 29px !important;
    }

    body.template-page .anna-service-trigger {
        grid-template-columns: minmax(0, 1fr) 36px;
        gap: 14px;
        min-height: 70px;
        font-size: 15px;
    }

    body.template-page .anna-service-trigger > span:first-child {
        grid-column: 1;
    }

    body.template-page .anna-service-arrow {
        grid-column: 2;
        width: 31px;
        height: 31px;
        font-size: 15px;
    }

    body.template-page .anna-service-content {
        display: block;
        padding-bottom: 24px;
    }

    body.template-page .anna-service-content-spacer {
        display: none;
    }

    body.template-page .anna-service-bottom-hero,
    body.template-page .anna-about-cta {
        height: 400px;
    }

    body.template-page .anna-service-bottom-copy h2,
    body.template-page .anna-about-cta-copy h2 {
        font-size: 27px !important;
    }

    body.template-page .anna-about-hero {
        height: 285px;
    }

    body.template-page .anna-about-history {
        padding: 36px 0 40px;
    }

    body.template-page .anna-about-history h1,
    body.template-page .anna-about-values h2 {
        margin-bottom: 20px !important;
        font-size: 22px !important;
    }

    body.template-page .anna-about-anna,
    body.template-page .anna-about-anniversary {
        display: block;
        min-height: 0;
    }

    body.template-page .anna-about-anna-image {
        min-height: 0;
        height: 420px;
    }

    body.template-page .anna-about-anna-copy,
    body.template-page .anna-about-anniversary-copy {
        max-width: none;
        padding: 38px 18px 42px;
    }

    body.template-page .anna-about-anniversary-mark {
        min-height: 0;
        padding: 44px 18px 16px;
    }

    body.template-page .anna-about-anniversary-mark img {
        width: min(260px, 72%);
    }

    body.template-page .anna-about-wide-image {
        height: 290px;
    }

    body.template-page .anna-about-values {
        padding: 42px 0 48px;
    }

    body.template-page .anna-about-value-row {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    body.template-page .anna-about-cta-copy {
        top: 52%;
    }
}

/* =========================================================
   ASESORIA & PERSONALIZACION - AJUSTE ESTRUCTURAL V44
   Misma grilla real para intro y acordeon
========================================================= */

@media (min-width: 769px) {

    /* Grilla base compartida: titulo | contenido | flecha */
    body.template-page .anna-service-intro {
        position: relative;
        display: grid;
        grid-template-columns: 240px minmax(0, 645px) 42px;
        column-gap: 110px;
        align-items: start;
        min-height: 430px;
        margin-bottom: 34px;
        padding-top: 92px;
        overflow: visible;
    }

    body.template-page .anna-service-intro h1 {
        grid-column: 1;
        position: relative;
        z-index: 2;
        margin: 0 !important;
        color: #fff !important;
        font-size: 44px !important;
        line-height: .96 !important;
        font-weight: 500 !important;
        letter-spacing: -1.4px !important;
    }

    body.template-page .anna-service-intro-copy {
        grid-column: 2;
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 645px !important;
    }

    body.template-page .anna-service-intro-copy p {
        margin: 0 0 13px !important;
        color: rgba(255,255,255,.90) !important;
        font-size: 18px !important;
        line-height: 1.36 !important;
        font-weight: 400 !important;
        letter-spacing: -.2px !important;
    }

    /* ANNA: solo vive dentro del intro, pero toca el borde derecho real */
    body.template-page .anna-service-intro::after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: calc((100vw - 100%) / -2);
        width: 760px;
        height: 430px;
        background-image: url("https://d1a9qnv764bsoo.cloudfront.net/stores/001/632/538/rte/annaannaanna2.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 700px 700px;
        pointer-events: none;
        overflow: hidden;
    }

    /* Cada item usa la MISMA grilla que el intro */
    body.template-page .anna-service-item {
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.20);
    }

    body.template-page .anna-service-trigger {
        display: grid !important;
        grid-template-columns: 240px minmax(0, 645px) 42px !important;
        column-gap: 110px !important;
        align-items: center;
        width: 100%;
        min-height: 86px;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
        color: #fff;
        text-align: left;
        cursor: pointer;
        font-family: "Mozaic GEO", var(--body-font), sans-serif;
        font-size: 18px !important;
        line-height: 1.25 !important;
        font-weight: 400 !important;
    }

    body.template-page .anna-service-trigger > span:first-child {
        grid-column: 1;
        align-self: center;
    }

    body.template-page .anna-service-arrow {
        grid-column: 3;
        align-self: center;
        justify-self: end;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    /* Abierto: titulo, texto y flecha arrancan EXACTAMENTE en la misma linea */
    body.template-page .anna-service-item.is-open {
        display: grid;
        grid-template-columns: 240px minmax(0, 645px) 42px;
        column-gap: 110px;
        align-items: start;
        padding: 28px 0 36px;
    }

    body.template-page .anna-service-item.is-open .anna-service-trigger {
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 36px;
        align-items: start;
        padding: 0 !important;
        position: relative;
        z-index: 2;
    }

    body.template-page .anna-service-item.is-open .anna-service-trigger > span:first-child,
    body.template-page .anna-service-item.is-open .anna-service-arrow {
        align-self: start;
    }

    body.template-page .anna-service-item.is-open .anna-service-content {
        grid-column: 2;
        grid-row: 1;
        display: block !important;
        width: 100%;
        max-width: 645px;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        z-index: 1;
        align-self: start;
        pointer-events: none;
    }

    body.template-page .anna-service-content-spacer {
        display: none !important;
    }

    body.template-page .anna-service-content-copy {
        width: 100%;
        max-width: 645px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.template-page .anna-service-content-copy p {
        margin: 0 0 10px !important;
        color: rgba(255,255,255,.70) !important;
        font-size: 16px !important;
        line-height: 1.42 !important;
        font-weight: 400 !important;
        letter-spacing: -.12px !important;
    }

    body.template-page .anna-service-content-copy p:last-child,
    body.template-page .anna-service-intro-copy p:last-child {
        margin-bottom: 0 !important;
    }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 768px) {
    body.template-page .anna-service-intro {
        position: relative;
        display: block !important;
        min-height: 470px;
        margin-bottom: 18px;
        padding: 48px 0 52px;
        overflow: hidden;
    }

    body.template-page .anna-service-intro h1 {
        position: relative;
        z-index: 2;
        max-width: 280px;
        margin: 0 0 30px !important;
        font-size: 36px !important;
        line-height: .97 !important;
        font-weight: 500 !important;
    }

    body.template-page .anna-service-intro-copy {
        position: relative;
        z-index: 2;
        max-width: 100% !important;
    }

    body.template-page .anna-service-intro-copy p {
        margin: 0 0 11px !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    body.template-page .anna-service-intro::after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: -175px;
        width: 470px;
        height: 470px;
        background-image: url("https://d1a9qnv764bsoo.cloudfront.net/stores/001/632/538/rte/annaannaanna2.png");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 440px 440px;
        opacity: .72;
        pointer-events: none;
    }

    body.template-page .anna-service-item,
    body.template-page .anna-service-item.is-open {
        display: block;
        padding: 0;
    }

    body.template-page .anna-service-trigger,
    body.template-page .anna-service-item.is-open .anna-service-trigger {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 36px !important;
        column-gap: 14px !important;
        align-items: center;
        min-height: 74px;
        padding: 0 !important;
        font-size: 16px !important;
    }

    body.template-page .anna-service-trigger > span:first-child {
        grid-column: 1;
    }

    body.template-page .anna-service-arrow {
        grid-column: 2;
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    body.template-page .anna-service-item.is-open .anna-service-content {
        display: block !important;
        margin: 0 !important;
        padding: 0 0 26px !important;
        max-width: none;
        pointer-events: auto;
    }

    body.template-page .anna-service-content-spacer {
        display: none !important;
    }

    body.template-page .anna-service-content-copy {
        max-width: none !important;
    }

    body.template-page .anna-service-content-copy p {
        margin: 0 0 9px !important;
        font-size: 14px !important;
        line-height: 1.42 !important;
    }
}

/* =========================================================
   ASESORIA V45 - SOLO AJUSTES FINALES DE INTRO
   No modifica acordeon ni tipografias ya aprobadas
========================================================= */
@media (min-width: 769px) {

    /* El copy superior ocupa hasta la misma linea vertical de las flechas */
    body.template-page .anna-service-intro-copy {
        grid-column: 2 / 4 !important;
        max-width: none !important;
        width: 100% !important;
    }

    /* Reubica ANNA hacia el centro, detras del copy, sin tirarlo al margen derecho */
    body.template-page .anna-service-intro::after {
        left: 290px !important;
        right: auto !important;
        top: 0 !important;
        width: 650px !important;
        height: 430px !important;
        background-position: center center !important;
        background-size: 620px auto !important;
    }
}

/* =========================================================
   ASESORIA V46 - SIN FONDO ANNA + ESPACIADO VERTICAL COMPACTO
   Conserva grillas, tipografias, acordeon y anchos aprobados.
========================================================= */

/* Elimina por completo el grafico decorativo ANNA en todos los tamaños */
body.template-page .anna-service-intro::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

@media (min-width: 769px) {
    /* Mantiene el copy hasta la linea de las flechas */
    body.template-page .anna-service-intro-copy {
        grid-column: 2 / 4 !important;
        max-width: none !important;
        width: 100% !important;
    }

    /* Compacta solo el espacio vertical entre intro y acordeon */
    body.template-page .anna-service-intro {
        min-height: 0 !important;
        padding-top: 18px !important;
        padding-bottom: 54px !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    /* En mobile elimina el alto artificial que existia por el grafico */
    body.template-page .anna-service-intro {
        min-height: 0 !important;
        padding-top: 16px !important;
        padding-bottom: 34px !important;
        margin-bottom: 0 !important;
        overflow: visible !important;
    }

    body.template-page .anna-service-intro h1 {
        margin-bottom: 24px !important;
    }
}

/* =========================================================
   ACERCA DE ANNA - AJUSTE VISUAL FINAL V47
   Escala de referencia + aniversario full background + mobile sin recorte
========================================================= */
@media (min-width: 769px) {
    body.template-page .anna-about-inner {
        width: min(1240px, calc(100% - 120px));
    }

    body.template-page .anna-about-history {
        padding: 64px 0 70px;
    }

    body.template-page .anna-about-two-col,
    body.template-page .anna-about-value-row {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 90px;
    }

    body.template-page .anna-about-history h1,
    body.template-page .anna-about-values h2 {
        font-size: 27px !important;
        line-height: 1.02 !important;
    }

    body.template-page .anna-about-history p,
    body.template-page .anna-about-anna-copy p,
    body.template-page .anna-about-anniversary-copy p,
    body.template-page .anna-about-values p,
    body.template-page .anna-about-cta-copy p {
        font-size: 16px !important;
        line-height: 1.42 !important;
    }

    body.template-page .anna-about-anna {
        grid-template-columns: 35% 65%;
        min-height: 500px;
    }

    body.template-page .anna-about-anna-image {
        min-height: 500px;
    }

    body.template-page .anna-about-anna-copy {
        max-width: 880px;
        padding: 62px 9vw 62px 58px;
    }

    body.template-page .anna-about-anna-copy h2,
    body.template-page .anna-about-anniversary-copy h2 {
        font-size: clamp(30px, 2.35vw, 40px) !important;
    }

    body.template-page .anna-about-kicker {
        font-size: 19px !important;
        margin-bottom: 26px !important;
    }

    /* La pieza de 25 aniversario ocupa TODO el bloque, como en la referencia */
    body.template-page .anna-about-anniversary {
        position: relative;
        display: block;
        min-height: 470px;
        overflow: hidden;
        background: #111;
    }

    body.template-page .anna-about-anniversary-mark {
        position: absolute;
        inset: 0;
        display: block;
        min-height: 0;
        padding: 0;
    }

    body.template-page .anna-about-anniversary-mark img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center center;
    }

    body.template-page .anna-about-anniversary-copy {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        width: min(650px, 42vw);
        max-width: none;
        padding: 0;
        transform: translateY(-50%);
    }

    body.template-page .anna-about-values {
        padding: 78px 0 82px;
    }

    body.template-page .anna-about-value-row {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    body.template-page .anna-about-history p,
    body.template-page .anna-about-anna-copy p,
    body.template-page .anna-about-anniversary-copy p,
    body.template-page .anna-about-values p,
    body.template-page .anna-about-cta-copy p {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    body.template-page .anna-about-history h1,
    body.template-page .anna-about-values h2 {
        font-size: 25px !important;
    }

    /* Foto completa: nunca más zoom/corte en mobile */
    body.template-page .anna-about-anna-image {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible;
        background: #303030;
    }

    body.template-page .anna-about-anna-image img {
        display: block;
        width: 100%;
        height: auto !important;
        object-fit: contain !important;
        object-position: center top !important;
    }

    body.template-page .anna-about-anna-copy {
        padding: 34px 22px 42px;
    }

    body.template-page .anna-about-anna-copy h2,
    body.template-page .anna-about-anniversary-copy h2 {
        font-size: 29px !important;
    }

    body.template-page .anna-about-kicker {
        font-size: 17px !important;
        margin-bottom: 24px !important;
    }

    /* Aniversario en mobile: marca completa arriba, sin recorte */
    body.template-page .anna-about-anniversary {
        position: relative;
        display: block;
        min-height: 0;
        overflow: visible;
        background: #111;
    }

    body.template-page .anna-about-anniversary-mark {
        position: static;
        inset: auto;
        min-height: 0;
        padding: 0;
    }

    body.template-page .anna-about-anniversary-mark img {
        display: block;
        width: 100%;
        height: auto;
        max-width: none;
        object-fit: contain;
        object-position: center center;
    }

    body.template-page .anna-about-anniversary-copy {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 28px 22px 42px;
        color: #fff;
    }

    body.template-page .anna-about-anniversary-copy p {
        color: rgba(255,255,255,.78) !important;
    }

    body.template-page .anna-about-values {
        padding: 48px 0 52px;
    }
}
