:root {
    --hn-red: #ed1c24;
    --hn-red-2: #ff5360;
    --hn-black: #070707;
    --hn-ink: #161616;
    --hn-muted: #6f6a70;
    --hn-soft: #fff4f5;
    --hn-bg: #fffafa;
    --hn-line: #f0e0e3;
    --hn-shadow: 0 18px 46px rgba(119, 32, 48, .11);
    --hn-radius: 28px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    background: linear-gradient(180deg,#fff7f8 0%,#fff 45%,#fff8f9 100%);
    color: var(--hn-ink);
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img {
    display: block;
    max-width: 100%
}

button, input, select {
    font: inherit
}

.container-page {
    width: min(1520px,calc(100% - 42px));
    margin: auto
}

.top-line {
    background: #0c0c0c;
    color: #fff;
    font-size: 13px;
    padding: 8px 0
}

.top-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .top-content i {
        color: var(--hn-red);
        margin-right: 6px
    }

.main-header {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(237,28,36,.08);
    z-index: 1000
}

.header-grid {
    height: 74px;
    display: flex;
    align-items: center;
    gap: 22px
}

.brand {
    display: flex;
    align-items: center;
    min-width: max-content
}

    .brand img {
        height: 39px;
        width: auto;
        object-fit: contain
    }

.brand-fallback {
    display: none;
    align-items: center;
    gap: 8px;
    color: var(--hn-red);
    font-weight: 950;
    font-size: 20px
}

    .brand-fallback i {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        background: var(--hn-red);
        color: #fff;
        display: grid;
        place-items: center
    }

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 5px
}

    .desktop-nav a {
        padding: 10px 13px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 950;
        color: #2a2428;
        white-space: nowrap
    }

        .desktop-nav a:hover, .desktop-nav a.active {
            background: var(--hn-soft);
            color: var(--hn-red)
        }

.search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--hn-line);
    box-shadow: 0 8px 24px rgba(237,28,36,.05)
}

.desktop-search {
    margin-left: auto;
    width: 360px;
    height: 44px;
    border-radius: 999px;
    padding: 0 14px
}

.search select {
    border: 0;
    background: transparent;
    outline: 0;
    border-right: 1px solid #e6d5da;
    padding-right: 8px;
    font-size: 12px;
    font-weight: 900;
    color: #3c3338
}

.search input {
    border: 0;
    background: transparent;
    outline: 0;
    width: 100%;
    min-width: 0;
    font-size: 13px;
    color: var(--hn-ink)
}

.search i {
    color: var(--hn-red)
}

.actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.icon-btn {
    border: 0;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    font-size: 20px;
    color: #2e292d;
    position: relative;
    cursor: pointer
}

.cart-count {
    position: absolute;
    right: -2px;
    top: -4px;
    background: var(--hn-red);
    color: #fff;
    border-radius: 999px;
    width: 19px;
    height: 19px;
    font-size: 10px;
    font-weight: 950;
    display: grid;
    place-items: center
}

.mobile-menu, .mobile-search-wrap {
    display: none
}

.campaign-hero {
    background: #fff;
    overflow: hidden
}

.slider {
    position: relative
}

.slide {
    display: none;
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #ffdfe4
}

    .slide.active {
        display: block
    }

    .slide picture, .slide picture img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.16),rgba(0,0,0,.02) 43%,rgba(0,0,0,.08));
    z-index: 2
}

.slide-content {
    position: relative;
    z-index: 3;
    min-height: 560px;
    display: flex;
    align-items: center
}

.slide-copy {
    margin-left: auto;
    max-width: 600px;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 18px rgba(0,0,0,.14)
}

.slide-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.92);
    color: var(--hn-red);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .6px;
    text-shadow: none
}

.slide-copy h1 {
    font-family: "Playfair Display",Georgia,serif;
    font-size: 62px;
    line-height: 1.02;
    font-weight: 700;
    margin: 20px 0 12px
}

    .slide-copy h1 strong {
        font-family: Inter,system-ui,sans-serif;
        text-transform: uppercase;
        letter-spacing: -2px;
        font-weight: 950
    }

    .slide-copy h1 span {
        display: block;
        color: #ff5b85;
        font-family: "Playfair Display",Georgia,serif;
        font-size: 75px;
        font-style: italic;
        line-height: .78;
        text-shadow: none
    }

.slide-copy p {
    font-size: 18px;
    line-height: 1.55;
    max-width: 520px;
    margin: 0 auto;
    color: rgba(255,255,255,.93)
}

.slide-actions {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-top: 25px;
    flex-wrap: wrap
}

.btn-primary, .btn-secondary {
    border-radius: 999px;
    padding: 13px 26px;
    font-size: 14px;
    font-weight: 950
}

.btn-primary {
    background: var(--hn-red);
    color: #fff;
    box-shadow: 0 18px 38px rgba(237,28,36,.26)
}

.btn-secondary {
    border: 1px solid rgba(255,255,255,.62);
    background: rgba(255,255,255,.16);
    color: #fff;
    backdrop-filter: blur(10px)
}

.slide-sign {
    margin-top: 22px;
    font-family: "Playfair Display",Georgia,serif;
    font-style: italic;
    font-size: 24px
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(237,28,36,.88);
    color: #fff;
    font-size: 20px;
    display: grid;
    place-items: center;
    cursor: pointer
}

    .slider-arrow.prev {
        left: 28px
    }

    .slider-arrow.next {
        right: 28px
    }

.slider-dots {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 6
}

    .slider-dots button {
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 999px;
        background: #fff;
        opacity: .72;
        transition: .2s
    }

        .slider-dots button.active {
            width: 34px;
            background: var(--hn-red);
            opacity: 1
        }

.trust-strip {
    margin-top: -28px;
    position: relative;
    z-index: 20
}

.trust-box {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 22px;
    box-shadow: var(--hn-shadow);
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #eee
}

    .trust-item:last-child {
        border-right: 0
    }

    .trust-item i {
        font-size: 28px;
        color: var(--hn-red)
    }

    .trust-item b {
        font-size: 14px
    }

    .trust-item span {
        display: block;
        font-size: 13px;
        color: var(--hn-muted)
    }

.section-pad {
    padding: 56px 0
}

.bg-soft {
    background: #fff5f6
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 24px
}

.kicker {
    color: var(--hn-red);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 4px
}

.section-head h2 {
    font-size: 38px;
    font-weight: 950;
    letter-spacing: -1.2px;
    margin: 0
}

.section-head p:not(.kicker) {
    color: var(--hn-muted);
    margin: 6px 0 0
}

.see-all {
    color: var(--hn-red);
    font-weight: 950;
    font-size: 14px;
    white-space: nowrap
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 14px
}

.category-card {
    height: 150px;
    background: #fff;
    border: 1px solid var(--hn-line);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: .22s;
    overflow: hidden
}

    .category-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 38px rgba(0,0,0,.08);
        border-color: rgba(237,28,36,.24)
    }

    .category-card img {
        height: 76px;
        width: 110px;
        object-fit: cover;
        border-radius: 14px;
        margin-bottom: 10px
    }

    .category-card b {
        font-size: 14px
    }

.new-dot {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: linear-gradient(135deg,var(--hn-red),#ff6b75);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 950;
    font-size: 20px;
    margin-bottom: 10px
}

.promo-section {
    padding-bottom: 6px
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}

.promo-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 230px;
    color: #fff;
    padding: 28px;
    background: #111;
    display: flex;
    align-items: end;
    transition: .22s
}

    .promo-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 50px rgba(0,0,0,.14)
    }

    .promo-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        transition: .4s
    }

    .promo-card:hover img {
        transform: scale(1.06)
    }

    .promo-card:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.08));
        z-index: 2
    }

    .promo-card div {
        position: relative;
        z-index: 3
    }

    .promo-card h3 {
        font-weight: 950;
        font-size: 24px;
        margin: 0 0 6px
    }

    .promo-card p {
        color: rgba(255,255,255,.82);
        margin: 0 0 14px
    }

    .promo-card span {
        display: inline-flex;
        background: #fff;
        color: #111;
        border-radius: 999px;
        padding: 9px 14px;
        font-size: 13px;
        font-weight: 900
    }

.filter-row {
    display: flex;
    gap: 9px;
    overflow: auto;
    padding-bottom: 6px
}

.filter-btn {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer
}

    .filter-btn.active, .filter-btn:hover {
        background: #080808;
        color: #fff;
        border-color: #080808
    }

.product-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px
}

.product-card {
    background: #fff;
    border: 1px solid var(--hn-line);
    border-radius: 18px;
    overflow: hidden;
    transition: .22s;
    height: 100%;
    position: relative
}

    .product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 42px rgba(0,0,0,.09)
    }

.product-img-wrap {
    position: relative;
    background: #f7f7f7;
    overflow: hidden
}

.product-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: .35s
}

.product-card:hover .product-img {
    transform: scale(1.06)
}

.product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--hn-red);
    color: #fff;
    border-radius: 7px;
    padding: 5px 8px;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase
}

.fav-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: rgba(255,255,255,.94);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    cursor: pointer
}

.product-body {
    padding: 14px
}

.product-name {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.22;
    min-height: 38px;
    margin: 0 0 9px
}

.price {
    font-size: 18px;
    font-weight: 950;
    color: var(--hn-red)
}

.old-price {
    text-decoration: line-through;
    color: #a1a1aa;
    font-size: 12px
}

.rating {
    font-size: 12px;
    color: #f59e0b;
    font-weight: 900;
    margin-top: 5px
}

.cart-btn {
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    cursor: pointer
}

    .cart-btn:hover {
        background: var(--hn-red)
    }

.product-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(20% - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 4px 2px 12px;
    scrollbar-width: none
}

    .product-scroll::-webkit-scrollbar {
        display: none
    }

.empty-state {
    display: none;
    text-align: center;
    padding: 36px 0;
    color: var(--hn-muted)
}

    .empty-state i {
        font-size: 42px
    }

.story-panel {
    background: linear-gradient(135deg,#0a0a0a,#2c0508);
    border-radius: 28px;
    color: #fff;
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    overflow: hidden
}

    .story-panel h2 {
        font-size: 42px;
        font-weight: 950;
        letter-spacing: -1.4px;
        margin: 0 0 12px
    }

    .story-panel p:not(.kicker) {
        color: rgba(255,255,255,.76);
        line-height: 1.65
    }

.occasion-pills span {
    display: inline-flex;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    padding: 9px 14px;
    margin: 5px;
    font-weight: 850;
    font-size: 13px
}

.footer {
    background: #070707;
    color: #fff;
    padding: 46px 0 24px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 26px
}

.footer-logo {
    height: 38px;
    margin-bottom: 14px
}

.footer p, .footer a {
    color: rgba(255,255,255,.68);
    font-size: 14px
}

.footer h4 {
    font-size: 15px;
    font-weight: 950;
    margin: 0 0 14px
}

.social a {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.22);
    display: inline-grid;
    place-items: center;
    margin-right: 6px;
    color: #fff
}

.payment-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 28px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255,255,255,.6);
    font-size: 13px
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 32px;
    z-index: 1200;
    box-shadow: 0 18px 45px rgba(37,211,102,.38)
}

.bottom-nav {
    display: none
}

.toast {
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 2000;
    background: #111;
    color: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,.2);
    font-size: 14px;
    font-weight: 850;
    display: none
}

    .toast.show {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .toast i {
        color: #25d366
    }

@media(max-width:1199px) {
    .container-page {
        width: min(1280px,calc(100% - 34px))
    }

    .desktop-nav a {
        padding: 10px 9px
    }

    .desktop-search {
        width: 290px
    }

    .product-scroll {
        grid-auto-columns: calc(25% - 12px)
    }
}

@media(max-width:991px) {
    .desktop-only, .desktop-nav, .desktop-search {
        display: none !important
    }

    .container-page {
        width: calc(100% - 28px)
    }

    .main-header {
        top: 0
    }

    .header-grid {
        height: 64px;
        gap: 10px
    }

    .mobile-menu {
        display: grid
    }

    .brand {
        margin-right: auto
    }

        .brand img {
            height: 34px
        }

    .actions .icon-btn {
        box-shadow: none
    }

    .mobile-search-wrap {
        display: block;
        padding-bottom: 12px
    }

    .mobile-search {
        height: 42px;
        border-radius: 999px;
        padding: 0 14px
    }

    .campaign-hero {
        padding: 12px 0 0;
        background: #fff
    }

    .slider {
        border-radius: 18px;
        overflow: hidden;
        width: calc(100% - 28px);
        margin: auto
    }

    .slide {
        min-height: 570px;
        border-radius: 18px
    }

        .slide picture img {
            object-position: center
        }

    .slide-overlay {
        background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.0) 42%,rgba(0,0,0,.08))
    }

    .slide-content {
        min-height: 570px;
        align-items: flex-start
    }

    .slide-copy {
        margin: 0 auto;
        padding: 28px 12px 0;
        max-width: 350px;
        text-align: center
    }

    .slide-kicker {
        display: none
    }

    .slide-copy h1 {
        font-size: 34px;
        line-height: 1.08;
        margin: 0 0 8px;
        color: #fff
    }

        .slide-copy h1 strong {
            letter-spacing: .5px
        }

        .slide-copy h1 span {
            font-size: 43px;
            line-height: .82;
            color: #fff
        }

    .slide-copy p {
        font-size: 13px;
        line-height: 1.35;
        max-width: 300px
    }

    .slide-actions {
        margin-top: 12px
    }

    .btn-primary {
        padding: 8px 18px;
        font-size: 12px
    }

    .slider-arrow {
        width: 30px;
        height: 30px;
        font-size: 15px
    }

        .slider-arrow.prev {
            left: 10px
        }

        .slider-arrow.next {
            right: 10px
        }

    .slider-dots {
        bottom: 10px
    }

        .slider-dots button {
            width: 8px;
            height: 8px
        }

            .slider-dots button.active {
                width: 24px
            }

    .section-pad {
        padding: 32px 0
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 16px
    }

        .section-head h2 {
            font-size: 28px;
            line-height: 1.12;
            letter-spacing: -.7px
        }

        .section-head p:not(.kicker) {
            font-size: 14px
        }

    .category-grid {
        grid-template-columns: repeat(3,1fr);
        gap: 10px
    }

    .category-card {
        height: 126px;
        border-radius: 18px
    }

        .category-card img {
            height: 62px;
            width: 86px
        }

        .category-card b {
            font-size: 12px
        }

    .new-dot {
        height: 58px;
        width: 58px;
        font-size: 16px
    }

    .product-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 12px
    }

    .product-img {
        height: 158px
    }

    .product-body {
        text-align: center;
        padding: 11px
    }

    .product-name {
        font-size: 13px;
        min-height: 38px
    }

    .product-body .product-row {
        display: block !important
    }

    .price {
        font-size: 16px
    }

    .cart-btn {
        position: absolute;
        right: 9px;
        bottom: 9px;
        background: var(--hn-red)
    }

    .rating {
        text-align: left;
        margin-top: 6px
    }

    .product-scroll {
        grid-auto-columns: 46%;
        gap: 13px
    }

    .footer {
        padding-bottom: 82px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px
    }

        .footer-grid > div:first-child {
            grid-column: 1 / -1
        }

    .footer-bottom {
        display: block
    }

    .whatsapp-float {
        right: 18px;
        bottom: 82px;
        width: 58px;
        height: 58px
    }

    .bottom-nav {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1300;
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(18px);
        border-top: 1px solid var(--hn-line);
        padding: 8px 0 6px;
        box-shadow: 0 -12px 32px rgba(0,0,0,.08)
    }

        .bottom-nav a {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
            color: #4b4047;
            font-size: 11px;
            font-weight: 850
        }

        .bottom-nav i {
            font-size: 22px
        }

        .bottom-nav a.active {
            color: var(--hn-red)
        }

    .toast {
        top: auto;
        right: 14px;
        left: 14px;
        bottom: 150px;
        justify-content: center
    }
}

@media(max-width:520px) {
    .container-page {
        width: calc(100% - 20px)
    }

    .slide {
        min-height: 545px
    }

    .slide-content {
        min-height: 545px
    }

    .slide-copy h1 {
        font-size: 30px
    }

        .slide-copy h1 span {
            font-size: 38px
        }

    .category-grid {
        display: flex;
        overflow: auto;
        scrollbar-width: none
    }

        .category-grid::-webkit-scrollbar {
            display: none
        }

    .category-card {
        min-width: 112px
    }

    .product-img {
        height: 142px
    }

    .product-scroll {
        grid-auto-columns: 68%
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer p {
        font-size: 13px
    }
}

.payment-item {
    height: 34px;
    min-width: 55px;
    padding: 5px 10px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 12px;
    font-weight: 700;
}

    .payment-item img {
        width: auto;
        height: 26px;
        max-width: 70px;
        object-fit: contain;
    }
/* =========================================================
   GRID MAESTRA DESKTOP - HEY NOVEDADES
   6 columnas coherentes en categorías y catálogo.
   Promos = 3 bloques de 2 columnas.
   Mobile/tablet conservan el diseño responsive original.
   ========================================================= */
@media (min-width:1200px) {

    /* Un solo ancho visual para TODO el contenido */
    .container-page {
        width: min(1180px,calc(100% - 56px));
        margin-left: auto;
        margin-right: auto;
    }

    /* Header también respeta la misma retícula */
    .header-grid {
        gap: 16px;
    }

    .desktop-nav {
        gap: 2px;
    }

        .desktop-nav a {
            padding: 9px 10px;
            font-size: 12px;
        }

    .desktop-search {
        width: 320px;
    }

    /* Beneficios = 4 bloques dentro del mismo ancho */
    .trust-box {
        padding: 16px 18px;
        gap: 12px;
    }

    /* Secciones más compactas y coherentes */
    .section-pad {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .section-head {
        margin-bottom: 18px;
    }

        .section-head h2 {
            font-size: 31px;
            letter-spacing: -.8px;
        }

        .section-head p:not(.kicker) {
            font-size: 14px;
        }

    /* GRID MAESTRA: 6 columnas */
    .category-grid {
        grid-template-columns: repeat(6,minmax(0,1fr));
        gap: 14px;
    }

    .category-card {
        height: 142px;
        border-radius: 16px;
    }

        .category-card img {
            width: 96px;
            height: 68px;
            border-radius: 12px;
            margin-bottom: 8px;
        }

        .category-card b {
            font-size: 13px;
        }

    .new-dot {
        width: 64px;
        height: 64px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    /* Promos: cada bloque equivale exactamente a 2 columnas */
    .promo-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 14px;
    }

    .promo-card {
        min-height: 190px;
        border-radius: 18px;
        padding: 22px;
    }

        .promo-card h3 {
            font-size: 21px;
        }

        .promo-card p {
            font-size: 13px;
            margin-bottom: 11px;
        }

    /* Productos destacados: 6 columnas reales */
    #productos .product-grid {
        grid-template-columns: repeat(6,minmax(0,1fr));
        gap: 14px;
    }

    /* Nuevos y más vendidos: exactamente las mismas 6 columnas */
    #nuevos .product-scroll,
    #vendidos .product-scroll {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-auto-flow: initial;
        grid-auto-columns: auto;
        gap: 14px;
        overflow: visible;
        padding: 0;
    }

    /* Todas las tarjetas comparten medidas */
    #productos .product-card,
    #nuevos .product-card,
    #vendidos .product-card {
        min-width: 0;
        border-radius: 14px;
    }

    #productos .product-img,
    #nuevos .product-img,
    #vendidos .product-img {
        height: 148px;
        object-fit: cover;
    }

    #productos .product-body,
    #nuevos .product-body,
    #vendidos .product-body {
        padding: 10px 11px 11px;
    }

    #productos .product-name,
    #nuevos .product-name,
    #vendidos .product-name {
        font-size: 12px;
        line-height: 1.25;
        min-height: 30px;
        margin-bottom: 6px;
    }

    #productos .price,
    #nuevos .price,
    #vendidos .price {
        font-size: 15px;
    }

    #productos .old-price,
    #nuevos .old-price,
    #vendidos .old-price {
        font-size: 10px;
    }

    #productos .rating,
    #nuevos .rating,
    #vendidos .rating {
        font-size: 10px;
        margin-top: 4px;
    }

    #productos .fav-btn,
    #nuevos .fav-btn,
    #vendidos .fav-btn {
        width: 29px;
        height: 29px;
        top: 8px;
        right: 8px;
    }

    #productos .cart-btn,
    #nuevos .cart-btn,
    #vendidos .cart-btn {
        width: 31px;
        height: 31px;
    }

    #productos .product-label,
    #nuevos .product-label,
    #vendidos .product-label {
        top: 8px;
        left: 8px;
        padding: 4px 6px;
        font-size: 8px;
    }

    /* Historia/footer también arrancan en la misma guía */
    .story-panel {
        border-radius: 22px;
        padding: 36px;
    }
}

/* En pantallas desktop algo menores mantenemos 4 tarjetas,
   evitando que se compriman demasiado antes de entrar a tablet. */
@media (min-width:992px) and (max-width:1199px) {
    #productos .product-grid {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
