:root {
    --beh-ink: #1a2733;
    --beh-graphite: #111a23;
    --beh-paper: #f2f5f7;
    --beh-surface: #ffffff;
    --beh-muted: #5a6876;
    --beh-accent: #1f5f93;
    --beh-accent-2: #2f77b7;
    --beh-accent-soft: #e8f1f8;
    --beh-accent-strong: #174c76;
    --beh-positive: #1f9f54;
    --beh-positive-strong: #178546;
    --beh-line: #d8e1e8;
    --beh-focus: rgba(31, 95, 147, .58);
    --beh-shadow-soft: 0 10px 28px rgba(17,26,35,.08);
    --beh-shadow-medium: 0 18px 42px rgba(17,26,35,.14);
    --beh-amber: var(--beh-accent);
    --beh-blueprint: var(--beh-accent-2);
    --beh-cyan: var(--beh-accent-2);
    --beh-lime: #5fa8dc;
    --beh-coral: var(--beh-accent-strong);
    --beh-radius: 8px;
    --beh-radius-lg: 14px;
    --beh-ease: cubic-bezier(.4, 0, .2, 1);
    --beh-font-display: "Fraunces", "Instrument Serif", Georgia, serif;
}

/* ─── Tipografía editorial para titulares grandes ─── */
.beh-market-hero h1,
.beh-editorial-categories h2,
.beh-catalog-start h2,
.beh-curated__header h2,
.product-details-page .generalTitle,
.beh-cart-heading h1,
.beh-collection-heading h1,
        min-height: 54px;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: linear-gradient(135deg, var(--beh-accent), var(--beh-accent-2)) !important;
        border-color: transparent !important;
        border-radius: 999px;
        font-weight: 800;
        box-shadow: 0 14px 28px rgba(31,95,147,.24);
        font-weight: 800;
        box-shadow: 0 14px 28px rgba(31,95,147,.24);
    font-family: var(--beh-font-display);

    .product-details-page .add-to-cart-button:hover {
        background: linear-gradient(135deg, var(--beh-accent-strong), #245f95) !important;
        box-shadow: 0 18px 34px rgba(31,95,147,.28);
    }
    font-weight: 600;
    font-style: normal;
}

html { scroll-behavior: smooth; }

        background: #fff;


    .product-details-page .attributes .table tr + tr td { border-top: 1px solid var(--beh-line); }
    .product-details-page .attributes .text-prompt { color: var(--beh-ink); font-weight: 800; }

    .product-details-page .add-to-cart-button:hover {
        background: linear-gradient(135deg, var(--beh-accent-strong), #245f95) !important;
        box-shadow: 0 18px 34px rgba(31,95,147,.28);
    }

    .product-details-page .attributes .table tr + tr td { border-top: 1px solid var(--beh-line); }
    .product-details-page .attributes .text-prompt { color: var(--beh-ink); font-weight: 800; }

    -moz-osx-font-smoothing: grayscale;
        border-left: 1px solid var(--beh-line);
}

/* Textura de grano sutil sobre toda la página, para dar profundidad física */
        border-left: 1px solid var(--beh-line);
body::after {
    content: "";
    position: fixed;
    z-index: 2147483647;
    pointer-events: none;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px 180px;
        transition: background-color 220ms var(--beh-ease), color 220ms var(--beh-ease), transform 220ms var(--beh-ease);


    .beh-purchase-paths a:hover { color: #fff; background: var(--beh-ink); text-decoration: none; transform: translateY(-1px); }
    .beh-purchase-paths a:hover {
    }

    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 140ms var(--beh-ease), opacity 180ms ease;

    background: var(--beh-surface);
    border-bottom: 1px solid var(--beh-line);
}

/* Override fondo oscuro del CSS base en iconos */
.header-nav .top-header-items.navbar-nav,
.header-nav .top-header-info { background: transparent !important; }

/* Frosted glass al hacer scroll */
body:not(.onTop) .header-nav {
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* En scroll: ocultar la barra de anuncio para ahorrar espacio */
body:not(.onTop) .beh-top-message {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    transition: max-height 280ms ease, opacity 200ms ease, padding 200ms ease;
}
body.onTop .beh-top-message {
    max-height: 40px;
    opacity: 1;
    transition: max-height 300ms ease, opacity 240ms ease;
}

.beh-top-message {
    width: 100%;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 20px;
    color: rgba(255,255,255,.52);
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .01em;
    background: var(--beh-ink);
    border-bottom: 1px solid rgba(255,255,255,.09);
}

/* Texto largo: ocultar en móvil, truncar en tablet */
.beh-top-message > span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255,255,255,.38);
}

.beh-top-message a {
    color: rgba(255,255,255,.72);
    font-weight: 700;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--beh-accent), var(--beh-accent-2)) !important;
    border-color: transparent !important;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(31,95,147,.24);
    align-items: center;
    gap: 4px;
    color: #4cde80 !important;
}

.beh-commerce-rail {
    min-height: 48px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--beh-line);
    background: var(--beh-paper);
}

.beh-commerce-rail span {
    background: #fff;
    overflow: hidden;

.product-details-page .attributes .table tr + tr td { border-top: 1px solid var(--beh-line); }
.product-details-page .attributes .text-prompt { color: var(--beh-ink); font-weight: 800; }

.product-details-page .add-to-cart-button:hover {
    background: linear-gradient(135deg, var(--beh-accent-strong), #245f95) !important;
    box-shadow: 0 18px 34px rgba(31,95,147,.28);
}

.beh-purchase-paths {

.beh-commerce-rail span + span { border-left: 1px solid var(--beh-line); }
.beh-commerce-rail strong {
    border-left: 1px solid var(--beh-line);
    color: var(--beh-ink);
    font-size: .69rem;
    font-weight: 800;
    flex-shrink: 0;
}

.header-nav-bottom {
    display: grid;
    grid-template-columns: auto minmax(280px, 1fr) auto;
    gap: 20px;
    padding: 8px 20px;
    margin: 0;
    transition: background-color 220ms var(--beh-ease), color 220ms var(--beh-ease), transform 220ms var(--beh-ease);
    padding-top: 4px !important;

.beh-purchase-paths a:hover { color: #fff; background: var(--beh-ink); text-decoration: none; transform: translateY(-1px); }
    padding-bottom: 4px !important;
    position: relative;
    min-height: 58px;
    display: inline-flex;

    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,246,248,.9));
    border: 1px solid rgba(21,33,44,.08);
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(16,24,33,.08);
    transition: min-height 260ms ease, padding 260ms ease, transform 220ms ease, box-shadow 220ms ease;
}
body:not(.onTop) .store-logo {
    min-height: 46px !important;
    padding: 6px 12px !important;
}

.store-logo:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(16,24,33,.12);
}

.store-logo::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(21,33,44,.06);
    border-radius: 12px;
    pointer-events: none;
}

.store-logo::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 180%;
    left: -80px;
    top: -35%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
    transform: rotate(20deg);
    animation: behLogoScan 5800ms var(--beh-ease) infinite;
}
.header-nav-bottom .search-item { width: min(680px, 100%); justify-self: center; }
.header-nav-bottom .top-header-items {
    min-width: max-content;
    display: flex;
    gap: 6px;
    margin: 0;
}

.navbar-nav.top-header-items .nav-link {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--beh-line);
    border-radius: var(--beh-radius);
    background: var(--beh-surface);
    color: var(--beh-ink);
    font-size: 20px;
}

.navbar-nav.top-header-items .nav-link:hover {
    color: #fff;
    background: var(--beh-ink);
}

.qty-indicator {
    top: -7px;
    right: -7px;
    width: 22px;
    height: 22px;
    background: var(--beh-amber);
    border: 2px solid var(--beh-surface);
    font-size: 10px;
}

.navbar-nav.selectors { display: none; }

.store-logo img {
    width: auto;
    height: 44px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: height 260ms ease;
}
body:not(.onTop) .store-logo img { height: 34px !important; }

.header-nav-bottom .search-box-select { display: none; }
.header-nav-bottom .search-item { min-width: 0; }

.navbar-nav.top-header-items .nav-link:hover,
.swiper-info .top-header-info span { color: var(--beh-amber); }

.qty-indicator { background: var(--beh-amber); }

.beh-market-hero {
    position: relative;
    min-height: min(780px, calc(100dvh - 72px));
    display: grid;
    align-items: end;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: var(--beh-graphite);
}

.beh-market-hero__media {
    position: absolute;
    top: -90px;
    bottom: -90px;
    left: 0;
    right: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 20% 20%, rgba(29,78,137,.28), transparent 28%),
        radial-gradient(circle at 84% 24%, rgba(97,196,255,.20), transparent 24%),
        url("../images/beh/office-hero.jpg") center 58% / cover no-repeat;
    transform: scale(1.04);
    translate: 0 var(--beh-parallax-y, 0px);
    filter: saturate(1.06) contrast(1.05) brightness(.97);
    animation: behHeroSettle 1400ms var(--beh-ease) both, behHeroDrift 30s ease-in-out 1400ms infinite;
}

.beh-blueprint-canvas {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    opacity: .76;
    pointer-events: none;
}

.beh-construct-lines {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.beh-construct-lines span {
    position: absolute;
    display: block;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
    opacity: .7;
}

.beh-construct-lines span:nth-child(1) { top: 19%; left: 0; width: 48%; height: 1px; animation: behMeasureX 4600ms ease-in-out infinite; }
.beh-construct-lines span:nth-child(2) { top: 0; left: 64%; width: 1px; height: 62%; background: linear-gradient(180deg, transparent, rgba(43,108,176,.55), transparent); animation: behMeasureY 5400ms ease-in-out infinite; }
.beh-construct-lines span:nth-child(3) { right: 10%; bottom: 24%; width: 34%; height: 1px; animation: behMeasureX 5100ms ease-in-out infinite reverse; }
.beh-construct-lines span:nth-child(4) { bottom: 0; left: 28%; width: 1px; height: 48%; background: linear-gradient(180deg, transparent, rgba(61,119,173,.5), transparent); animation: behMeasureY 4900ms ease-in-out infinite reverse; }

.beh-market-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(92deg, rgba(7, 11, 17, .94) 0%, rgba(12, 18, 27, .74) 44%, rgba(12, 18, 27, .18) 84%),
        linear-gradient(0deg, rgba(6, 10, 16, .58), transparent 56%);
    box-shadow: inset 0 -140px 180px rgba(5, 10, 18, .26);
}

.beh-market-hero__content {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(128px, 17vw, 228px) 0 clamp(58px, 8vw, 112px);
}

.beh-kicker {
    display: inline-block;
    color: var(--beh-amber);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.beh-market-hero h1 {
    max-width: 760px;
    margin: 16px 0 18px;
    color: #fff;
    font-size: clamp(3.5rem, 7vw, 7.2rem);
    font-weight: 800;
    line-height: .93;
    letter-spacing: -.024em;
    text-wrap: balance;
}

.beh-market-hero__content > p {
    max-width: 590px;
    margin: 0;
    color: rgba(255,255,255,.80);
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    line-height: 1.55;
}

.beh-market-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.beh-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
}

.beh-btn:hover { color: #fff; text-decoration: none; transform: translateY(-2px) scale(1.015); }
.beh-btn--primary {
    background: linear-gradient(135deg, var(--beh-accent) 0%, var(--beh-accent-2) 62%, #59a8df 100%);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 16px 32px rgba(31,95,147,.24);
}
.beh-btn--primary:hover {
    background: linear-gradient(135deg, var(--beh-accent-strong) 0%, #245f95 52%, #4c93cd 100%);
    border-color: rgba(255,255,255,.24);
    box-shadow: 0 22px 40px rgba(31,95,147,.32);
}
.beh-btn--secondary {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.36);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.beh-btn--secondary:hover {
    background: rgba(255,255,255,.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}

.beh-btn:focus-visible,
.btn-primary:focus-visible,
.btn-success:focus-visible,
.btn-info:focus-visible,
.btn-outline-info:focus-visible,
.catalog-page .product-box .add-to-cart-button:focus-visible {
    outline: 3px solid var(--beh-focus);
    outline-offset: 2px;
}

.beh-market-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
    color: rgba(255,255,255,.72);
    font-size: .78rem;
    font-weight: 700;
}

.beh-market-hero__proof li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 9px 1px 0;
    background: var(--beh-amber);
}

.beh-market-hero__spec {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: min(310px, calc(100% - 48px));
    display: grid;
    gap: 8px;
    padding: 20px;
    background: rgba(22, 33, 44, .72);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--beh-radius);
    backdrop-filter: blur(18px);
}

.beh-market-hero__spec span,
.beh-market-hero__spec small { color: rgba(255,255,255,.66); }
.beh-market-hero__spec span { font-size: .68rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.beh-market-hero__spec strong { color: #fff; font-size: 1.05rem; }
.beh-market-hero__spec small { line-height: 1.45; }

.beh-paths {
    width: min(1380px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    border-right: 1px solid var(--beh-line);
}

.beh-paths a {
    min-height: 178px;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 28px;
    color: var(--beh-ink);
    background: linear-gradient(135deg, rgba(255,255,255,1), rgba(244,246,248,.96));
    border-left: 1px solid var(--beh-line);
    border-bottom: 1px solid var(--beh-line);
    border-radius: 0 0 16px 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
    text-decoration: none;
    transition: transform 220ms var(--beh-ease), box-shadow 220ms var(--beh-ease), background 220ms var(--beh-ease), border-color 220ms var(--beh-ease);
}

.beh-paths a:hover {
    color: var(--beh-ink);
    background: linear-gradient(135deg, #fff, var(--beh-paper));
    border-color: #c9d6e2;
    box-shadow: 0 12px 28px rgba(20,28,37,.10);
    transform: translateY(-2px);
    text-decoration: none;
}
.beh-paths span { color: var(--beh-blueprint); font-size: .68rem; font-weight: 800; letter-spacing: 0; }
.beh-paths strong { font-size: 1.18rem; }
.beh-paths small { color: var(--beh-muted); line-height: 1.45; }

.beh-editorial-categories,
.beh-catalog-start {
    width: min(1380px, calc(100% - 48px));
    margin-inline: auto;
}

.beh-editorial-categories { padding: clamp(80px, 10vw, 150px) 0 40px; }

.beh-editorial-categories header {
    max-width: 800px;
    margin-bottom: 34px;
}

.beh-editorial-categories h2,
.beh-catalog-start h2 {
    margin: 12px 0 0;
    color: var(--beh-ink);
    font-size: clamp(2.2rem, 4vw, 4.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.beh-editorial-categories__grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 1px;
    background: var(--beh-line);
    border: 1px solid var(--beh-line);
}

.beh-editorial-categories__grid { perspective: 1600px; }

.beh-space {
    --beh-tilt-x: 0deg;
    --beh-tilt-y: 0deg;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    color: #fff;
    background: var(--beh-graphite);
    border-radius: 24px;
    transform: perspective(1000px) rotateX(var(--beh-tilt-y)) rotateY(var(--beh-tilt-x));
    transition: transform 420ms var(--beh-ease), box-shadow 420ms var(--beh-ease), border-color 420ms var(--beh-ease);
    will-change: transform;
}

.beh-space:hover {
    box-shadow: 0 34px 80px rgba(20,28,37,.32);
    z-index: 3;
}

.beh-space--large { grid-row: span 2; min-height: 620px; }
.beh-space::before,
.beh-product-card__media::before,
.catalog-page .product-box .picture-container::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.18);
    opacity: 0;
    transform: scale(.98);
    transition: opacity 360ms var(--beh-ease), transform 360ms var(--beh-ease);
    pointer-events: none;
}
.beh-space:hover::before,
.beh-product-card:hover .beh-product-card__media::before,
.catalog-page .product-box:hover .picture-container::before { opacity: 1; transform: scale(1); }
.beh-space img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 300ms ease;
    animation: behSpaceDrift 24s ease-in-out infinite;
}
.beh-space--large img { animation-duration: 30s; }
.beh-space:hover img { opacity: .82; }
.beh-space span { position: absolute; inset: auto 0 0; display: grid; gap: 4px; padding: 24px; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.beh-space strong { color: #fff; font-size: 1.15rem; }

@keyframes behSpaceDrift {
    0%, 100% { transform: scale(1.05) translate3d(0, 0, 0); }
    50% { transform: scale(1.15) translate3d(-1.4%, -1%, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .beh-space { transform: none !important; }
    .beh-space img { animation: none !important; }
}
.beh-space small { color: rgba(255,255,255,.7); }

.beh-catalog-start {
    padding: clamp(90px, 11vw, 160px) 0 20px;
    border-bottom: 1px solid var(--beh-line);
}

.beh-catalog-start p { margin: 15px 0 24px; color: var(--beh-muted); }

.beh-category-index {
    width: min(1380px, calc(100% - 48px));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto clamp(70px, 8vw, 120px);
    border-top: 1px solid var(--beh-line);
    border-left: 1px solid var(--beh-line);
}

.beh-category-index a {
    position: relative;
    min-height: 170px;
    display: grid;
    align-content: end;
    gap: 6px;
    padding: 24px;
    color: var(--beh-ink);
    background: linear-gradient(135deg, rgba(255,255,255,1), rgba(244,246,248,.95));
    border-right: 1px solid var(--beh-line);
    border-bottom: 1px solid var(--beh-line);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
    text-decoration: none;
    overflow: hidden;
    transition: transform 220ms var(--beh-ease), box-shadow 220ms var(--beh-ease), background 220ms var(--beh-ease);
}

.beh-category-index a::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 18px;
    height: 2px;
    background: linear-gradient(90deg, var(--beh-amber), var(--beh-cyan), var(--beh-lime));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 340ms var(--beh-ease);
}

.beh-category-index a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--beh-ink), #223649);
    box-shadow: 0 16px 34px rgba(20,28,37,.14);
    text-decoration: none;
    transform: translateY(-2px);
}
.beh-category-index a:hover::after { transform: scaleX(1); }

.beh-category-index span {
    color: var(--beh-amber);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.beh-category-index strong { font-size: 1.15rem; }
.beh-category-index small { color: var(--beh-muted); line-height: 1.45; }
.beh-category-index a:hover small { color: rgba(255,255,255,.64); }

.beh-curated {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto clamp(90px, 10vw, 150px);
}

.beh-curated__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--beh-line);
}

.beh-curated__header h2 {
    max-width: 760px;
    margin: 10px 0 0;
    color: var(--beh-ink);
    font-size: clamp(2rem, 3.4vw, 4.2rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.beh-curated__header > a {
    position: relative;
    flex: 0 0 auto;
    padding-bottom: 4px;
    color: var(--beh-ink);
    font-weight: 800;
    text-decoration: none;
}
.beh-curated__header > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--beh-amber);
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 380ms var(--beh-ease);
}
.beh-curated__header > a:hover::after { transform: scaleX(.35); transform-origin: left; }

.beh-curated__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 28px;
    background: var(--beh-line);
    border: 1px solid var(--beh-line);
}

.beh-product-card {
    min-width: 0;
    position: relative;
    background: var(--beh-surface);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--beh-shadow-soft);
    transition: transform 260ms var(--beh-ease), box-shadow 260ms var(--beh-ease);
}

.beh-product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--beh-shadow-medium);
    z-index: 2;
}

.beh-product-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    display: block;
    overflow: hidden;
    background: linear-gradient(160deg, #f7fafc, #eef3f7);
}

.beh-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms var(--beh-ease), opacity 250ms ease;
}

.beh-product-card:hover .beh-product-card__media img { transform: scale(1.035); opacity: .88; }

.beh-product-card__media > span {
    padding: 7px 9px;
    color: #fff;
    background: var(--beh-ink);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.beh-product-card__body { min-height: 168px; padding: 20px; }
.beh-product-card__body small { color: var(--beh-muted); font-size: .66rem; letter-spacing: 0; }
.beh-product-card__body h3 { margin: 10px 0 20px; font-size: 1.05rem; line-height: 1.25; }
.beh-product-card__body h3 a { color: var(--beh-ink); }
.beh-product-card__body h3 a:hover { color: var(--beh-accent); text-decoration: none; }
.beh-product-card__body p { margin: 0; color: var(--beh-muted); }
.beh-product-card__body p strong { color: var(--beh-amber); }

.beh-footer {
    margin-top: 100px;
    color: rgba(255,255,255,.72);
    background: var(--beh-ink);
}

.beh-footer__main {
    width: min(1380px, calc(100% - 48px));
    display: grid;
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: 50px;
    margin: 0 auto;
    padding: 72px 0 60px;
}

.beh-footer__main > div:not(.beh-footer__brand) {
    display: grid;
    align-content: start;
    gap: 12px;
}

.beh-footer__brand img {
    width: auto;
    height: 54px;
    filter: brightness(0) invert(1);
}

.beh-footer__brand p {
    max-width: 48ch;
    margin: 22px 0;
    line-height: 1.6;
}

.beh-footer h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.beh-footer a { color: rgba(255,255,255,.72); }
.beh-footer a:hover { color: #fff; text-decoration: none; }

.beh-footer__cta {
    min-height: 48px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    color: #fff !important;
    background: var(--beh-amber);
    border-radius: var(--beh-radius);
    font-weight: 800;
}

.beh-footer__bottom {
    width: min(1380px, calc(100% - 48px));
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: .75rem;
}

.home-page .home-page-section {
    width: min(1380px, calc(100% - 48px));
    margin: 52px auto;
}

.product-grid .card,
.product-box,
.card {
    border-radius: var(--beh-radius);
}

.product-grid .card,
.product-box {
    border: 1px solid var(--beh-line);
    box-shadow: none;
}

.product-grid .card:hover,
.product-box:hover { transform: translateY(-3px); }

.prices .actual-price,
.product-price,
.price-value { color: var(--beh-amber) !important; }

.btn-primary,
.btn-success {
    background: var(--beh-amber);
    border-color: var(--beh-amber);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(29,78,137,.16);
    font-weight: 800;
    letter-spacing: .01em;
}

.btn-outline-info {
    color: var(--beh-ink);
    background-color: #fff;
    border-color: var(--beh-line);
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: var(--beh-ink);
    border-color: var(--beh-ink);
}
.btn-info {
    color: #fff;
    background-color: var(--beh-amber);
    border-color: var(--beh-amber);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: var(--beh-ink);
    border-color: var(--beh-ink);
}

.btn-primary:hover,
.btn-success:hover {
    background: var(--beh-ink);
    border-color: var(--beh-ink);
    box-shadow: 0 12px 28px rgba(28,39,51,.18);
}

.product-details-page .generalTitle {
    color: var(--beh-ink);
    font-size: clamp(2rem, 3.5vw, 4.4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.02em;
}

.product-details-page .product-add-to-cart { gap: 8px; }

.product-details-page .add-to-cart-button {
    min-height: 54px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--beh-accent), var(--beh-accent-2)) !important;
    border-color: transparent !important;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(31,95,147,.24);
}

.product-details-page .product-review-box,
.product-details-page .product-reviews-overview { display: none; }

.product-details-page .attributes .table {
    margin: 16px 0;
    background: var(--beh-paper);
}

.product-details-page .attributes .table td {
    padding: 16px;
    border: 0;
    vertical-align: top;
    background: #fff;
}

.product-details-page .attributes .table tr + tr td { border-top: 1px solid var(--beh-line); }
.product-details-page .attributes .text-prompt { color: var(--beh-ink); font-weight: 800; }

.product-details-page .add-to-cart-button:hover {
    background: linear-gradient(135deg, var(--beh-accent-strong), #245f95) !important;
    box-shadow: 0 18px 34px rgba(31,95,147,.28);
}

.beh-purchase-paths {
    display: grid;
    margin-top: 18px;
    border-top: 1px solid var(--beh-line);
    border-left: 1px solid var(--beh-line);
    box-shadow: var(--beh-shadow-soft);
}

.beh-purchase-paths > * {
    display: grid;
    gap: 4px;
    padding: 16px;
    color: var(--beh-ink);
    background: var(--beh-surface);
    border-right: 1px solid var(--beh-line);
    border-bottom: 1px solid var(--beh-line);
    text-decoration: none;
    transition: background-color 220ms var(--beh-ease), color 220ms var(--beh-ease), transform 220ms var(--beh-ease);
}

.beh-purchase-paths a:hover { color: #fff; background: var(--beh-ink); text-decoration: none; transform: translateY(-1px); }
.beh-purchase-paths span { color: var(--beh-amber); font-size: .65rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.beh-purchase-paths strong { font-size: .88rem; }
.beh-purchase-paths small { color: var(--beh-muted); line-height: 1.35; }
.beh-purchase-paths a:hover small { color: rgba(255,255,255,.65); }

.beh-product-assurance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 18px 0 0;
    border-top: 1px solid var(--beh-line);
    border-left: 1px solid var(--beh-line);
}

.beh-product-assurance div {
    min-width: 0;
    padding: 13px;
    border-right: 1px solid var(--beh-line);
    border-bottom: 1px solid var(--beh-line);
}

.beh-product-assurance dt,
.beh-product-assurance dd { margin: 0; }
.beh-product-assurance dt { color: var(--beh-amber); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.beh-product-assurance dd { margin-top: 3px; color: var(--beh-muted); font-size: .73rem; line-height: 1.4; }

.beh-cart-heading {
    width: min(920px, calc(100% - 32px));
    margin: clamp(42px, 7vw, 84px) auto 34px;
    text-align: center;
}

.beh-cart-heading span {
    color: var(--beh-amber);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.beh-cart-heading h1 {
    margin: 10px 0;
    color: var(--beh-ink);
    font-size: clamp(2.7rem, 6vw, 6rem);
    font-weight: 800;
    line-height: .94;
}

.beh-cart-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--beh-muted);
    line-height: 1.6;
}

.beh-cart-support {
    width: min(1120px, calc(100% - 32px));
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    margin: 28px auto 80px;
    border: 1px solid var(--beh-line);
    background: var(--beh-paper);
}

.beh-cart-support div {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 20px;
}

.beh-cart-support div + div { border-left: 1px solid var(--beh-line); }
.beh-cart-support strong { color: var(--beh-ink); }
.beh-cart-support span { color: var(--beh-muted); font-size: .76rem; }
.beh-cart-support a {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    background: var(--beh-ink);
    border-radius: var(--beh-radius);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.beh-collection-heading {
    position: relative;
    display: grid;
    gap: 12px;
    margin: 4px 0 34px;
    padding: clamp(26px, 5vw, 62px);
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(28,39,51,.96), rgba(28,39,51,.82)),
        url("../images/beh/workstations.jpg") center / cover;
}

.beh-collection-heading::after {
    position: absolute;
    inset: 14px;
    content: "";
    border: 1px solid rgba(255,255,255,.13);
    pointer-events: none;
}

.beh-collection-heading > * { position: relative; z-index: 1; }
.beh-collection-heading > span { color: #7fb0e0; font-size: .7rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.beh-collection-heading h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 6.6rem);
    font-weight: 800;
    line-height: .92;
}
.beh-collection-heading p { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; }
.beh-collection-heading div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.beh-collection-heading a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    font-size: .76rem;
    font-weight: 800;
    text-decoration: none;
}
.beh-collection-heading a:first-child { background: var(--beh-amber); border-color: var(--beh-amber); }
.beh-collection-heading a:hover { color: #fff; background: var(--beh-ink); text-decoration: none; transform: translateY(-2px); }

.beh-catalog-empty {
    display: grid;
    gap: 8px;
    padding: 28px;
    border: 1px solid var(--beh-line);
    background: var(--beh-paper);
    color: var(--beh-muted);
}

.beh-catalog-empty strong { color: var(--beh-ink); font-size: 1.2rem; }
.beh-catalog-empty a { width: fit-content; color: var(--beh-amber); font-weight: 800; }

.catalog-page .catalog-selectors {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 12px;
    border: 1px solid var(--beh-line);
    background: rgba(252,251,248,.94);
    backdrop-filter: blur(16px);
}

.catalog-page .product-container { padding: 6px !important; }
.catalog-page .featured-product-grid .item-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.catalog-page .featured-product-grid .product-container {
    width: min(360px, 100%);
    max-width: 360px;
    flex: 0 1 360px;
}
.catalog-page .product-box {
    height: 100%;
    overflow: hidden;
    background: var(--beh-surface);
    border-radius: 16px;
    box-shadow: var(--beh-shadow-soft);
    transition: transform 240ms var(--beh-ease), box-shadow 240ms var(--beh-ease), border-color 240ms var(--beh-ease);
}
.catalog-page .product-box .picture-container {
    min-height: 260px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(29,78,137,.07), transparent 38%),
        linear-gradient(0deg, rgba(28,39,51,.035), transparent 55%),
        #fff;
}
.catalog-page .product-box .picture-container {
    position: relative;
    overflow: hidden;
}
.catalog-page .product-box .picture-container::after {
    content: "";
    position: absolute;
    inset: auto 14px 14px;
    height: 3px;
    background: linear-gradient(90deg, var(--beh-amber), var(--beh-cyan), var(--beh-lime));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 340ms var(--beh-ease);
}
.catalog-page .product-box:hover .picture-container::after { transform: scaleX(1); }
.catalog-page .product-box .picture-container .img-container {
    width: 100%;
    min-height: 240px;
    display: grid;
    place-items: center;
}
.catalog-page .product-box .main-product-img,
.catalog-page .product-box .hover-img,
.product-box .main-product-img,
.product-box .hover-img {
    width: min(82%, 280px) !important;
    height: 220px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: drop-shadow(0 18px 26px rgba(28,39,51,.13));
}
.catalog-page .product-box .hover-img { background: #fff; }
.catalog-page .product-box .card-title { font-size: 1rem; line-height: 1.25; }
.catalog-page .product-box .actual-price { font-size: 1.1rem; font-weight: 800; }
.catalog-page .product-box .card-body {
    min-height: 122px;
    padding: 18px 18px 8px;
    text-align: center;
}
.catalog-page .product-box .card-title {
    min-height: 42px;
    display: grid;
    align-items: center;
    margin: 0 0 10px;
}
.catalog-page .product-box .card-title a { color: var(--beh-ink); font-weight: 900; }
.catalog-page .product-box .card-title a:hover { color: var(--beh-accent); text-decoration: none; }
.catalog-page .product-box .prices-rating { justify-content: center; }
.catalog-page .product-box .card-footer {
    margin-top: auto;
    padding: 0 18px 18px;
    background: transparent;
    border: 0;
    text-align: center;
}
.catalog-page .product-box .desc {
    max-height: 44px;
    overflow: hidden;
    color: var(--beh-muted);
    font-size: .72rem;
    line-height: 1.45;
}
.catalog-page .product-box .add-to-cart-button {
    width: 100%;
    min-height: 44px;
    color: #fff;
    background: linear-gradient(135deg, var(--beh-amber), var(--beh-blueprint));
    border-color: transparent;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(29,78,137,.16);
}

.catalog-page .product-box .add-to-cart-button:hover {
    background: linear-gradient(135deg, var(--beh-accent-strong), #235f93);
    box-shadow: 0 12px 26px rgba(31,95,147,.22);
}

.catalog-page .product-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--beh-shadow-medium);
}

.beh-catalog-assist {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    margin: 24px 0 42px;
    padding: 22px;
    border: 1px solid var(--beh-line);
    background: var(--beh-paper);
}

.beh-catalog-assist div { display: grid; gap: 4px; }
.beh-catalog-assist span { color: var(--beh-amber); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.beh-catalog-assist strong { font-size: 1rem; }
.beh-catalog-assist a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: var(--beh-ink);
    border: 1px solid var(--beh-line);
    border-radius: var(--beh-radius);
    font-size: .74rem;
    font-weight: 800;
    text-decoration: none;
}
.beh-catalog-assist a:hover { color: #fff; background: var(--beh-ink); text-decoration: none; }
.btn-primary,
.btn-success,
.btn-info,
.btn-outline-info,
.catalog-page .product-box .add-to-cart-button,
.product-details-page .add-to-cart-button {
    transition: transform 160ms var(--beh-ease), box-shadow 220ms var(--beh-ease), background-color 220ms var(--beh-ease), border-color 220ms var(--beh-ease);
}
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-outline-info:hover,
.catalog-page .product-box .add-to-cart-button:hover,
.product-details-page .add-to-cart-button:hover {
    transform: translateY(-1px);
}

.beh-whatsapp-assist {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1080;
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #fff;
    background: var(--beh-positive);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 18px 44px rgba(23,133,70,.30);
    text-decoration: none;
}

.beh-whatsapp-assist:hover { color: #fff; background: var(--beh-positive-strong); text-decoration: none; transform: translateY(-3px) scale(1.03); }
.beh-whatsapp-assist svg { width: 38px; height: 38px; fill: currentColor; }
.beh-whatsapp-assist span {
    position: absolute;
    right: 74px;
    min-width: 110px;
    padding: 8px 11px;
    color: #fff;
    background: var(--beh-ink);
    border: 1px solid rgba(255,255,255,.18);
    font-size: .68rem;
    font-weight: 800;
    opacity: 0;
    transform: translateX(8px);
    pointer-events: none;
    transition: opacity 220ms var(--beh-ease), transform 220ms var(--beh-ease);
}
.beh-whatsapp-assist:hover span { opacity: 1; transform: translateX(0); }

[v-cloak] .page-loader-container {
    background: var(--beh-ink) !important;
}

/* Ocultar loader una vez Vue monte (sin v-cloak) */
#app:not([v-cloak]) .page-loader,
#app:not([v-cloak]) .page-loader-copy {
    display: none !important;
}

[v-cloak] .page-loader {
    border-color: transparent !important;
    border-top-color: transparent !important;
}

.beh-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1200;
    padding: 10px 14px;
    color: #fff;
    background: var(--beh-ink);
    transform: translateY(-160%);
}

.beh-skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--beh-focus);
    outline-offset: 3px;
}

.beh-search-cluster {
    width: min(680px, 100%);
    min-width: 0;
    display: grid;
    gap: 5px;
    justify-self: center;
}

.beh-search-cluster .search-item { width: 100%; }

#small-searchterms {
    border-color: var(--beh-line);
    border-radius: var(--beh-radius) 0 0 var(--beh-radius);
}
#small-searchterms:hover,
#small-searchterms:focus,
#small-searchterms:hover + .input-group-append .btn,
#small-searchterms + .input-group-append .btn:hover {
    border-color: var(--beh-blueprint);
}
#small-searchterms + .input-group-append .btn {
    border-color: var(--beh-line);
    border-radius: 0 var(--beh-radius) var(--beh-radius) 0;
}

.beh-search-shortcuts {
    display: flex;
    gap: 14px;
    padding: 0 4px;
    overflow: hidden;
}

.beh-search-shortcuts a {
    color: var(--beh-muted);
    font-size: .64rem;
    font-weight: 700;
    white-space: nowrap;
}

.beh-search-shortcuts a:hover { color: var(--beh-amber); text-decoration: none; }

.advanced-search-results {
    border: 1px solid var(--beh-line) !important;
    box-shadow: 0 24px 70px rgba(28,39,51,.18) !important;
}

.beh-buying-guide {
    width: min(1380px, calc(100% - 48px));
    margin: clamp(82px, 10vw, 150px) auto 0;
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: clamp(44px, 7vw, 110px);
    align-items: start;
}

.beh-buying-guide header { position: sticky; top: 32px; }
.beh-buying-guide h2 {
    max-width: 19ch;
    margin: 14px 0 0;
    font-size: clamp(2.2rem, 3.5vw, 4.2rem);
    line-height: .98;
    text-wrap: balance;
}

.beh-buying-guide ol {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--beh-line);
}

.beh-buying-guide li {
    min-height: 148px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    align-items: start;
    padding: 28px 0;
    border-bottom: 1px solid var(--beh-line);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 420ms var(--beh-ease), transform 420ms var(--beh-ease);
}

.beh-motion-ready .beh-buying-guide li { opacity: 0; transform: translateY(18px); }
.beh-buying-guide li.is-revealed { opacity: 1; transform: translateY(0); }
.beh-motion-ready .beh-reveal-pending {
    opacity: 0;
    transform: translateY(22px) scale(.97);
    transition: opacity 560ms var(--beh-ease), transform 560ms var(--beh-ease), box-shadow 260ms var(--beh-ease);
}
.beh-reveal-pending.is-revealed {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Aparición escalonada de tarjetas de producto en cuadrículas */
.product-container:nth-child(6n+1) .beh-reveal-pending,
.beh-curated__grid > :nth-child(6n+1).beh-reveal-pending { transition-delay: 0ms; }
.product-container:nth-child(6n+2) .beh-reveal-pending,
.beh-curated__grid > :nth-child(6n+2).beh-reveal-pending { transition-delay: 70ms; }
.product-container:nth-child(6n+3) .beh-reveal-pending,
.beh-curated__grid > :nth-child(6n+3).beh-reveal-pending { transition-delay: 140ms; }
.product-container:nth-child(6n+4) .beh-reveal-pending,
.beh-curated__grid > :nth-child(6n+4).beh-reveal-pending { transition-delay: 210ms; }
.product-container:nth-child(6n+5) .beh-reveal-pending,
.beh-curated__grid > :nth-child(6n+5).beh-reveal-pending { transition-delay: 280ms; }
.product-container:nth-child(6n+6) .beh-reveal-pending,
.beh-curated__grid > :nth-child(6n+6).beh-reveal-pending { transition-delay: 350ms; }
.beh-buying-guide li > span { color: var(--beh-amber); font-size: .72rem; font-weight: 800; }
.beh-buying-guide li div { display: grid; gap: 8px; }
.beh-buying-guide li strong { font-size: clamp(1.2rem, 2vw, 1.75rem); }
.beh-buying-guide li p { max-width: 52ch; margin: 0; color: var(--beh-muted); line-height: 1.55; }

.beh-project-cta {
    width: min(1380px, calc(100% - 48px));
    min-height: 320px;
    margin: clamp(90px, 11vw, 170px) auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr);
    gap: 38px;
    align-items: end;
    padding: clamp(34px, 6vw, 80px);
    color: #fff;
    background: var(--beh-ink);
}

.beh-project-cta > div span { color: #7fb0e0; font-size: .72rem; font-weight: 800; }
.beh-project-cta h2 { max-width: 16ch; margin: 12px 0 0; color: #fff; font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .95; text-wrap: balance; }
.beh-project-cta p { max-width: 48ch; margin: 0; color: rgba(255,255,255,.68); line-height: 1.6; }
.beh-project-cta a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    padding: 0 20px;
    color: #fff;
    background: var(--beh-amber);
    font-size: .78rem;
    font-weight: 800;
}
.beh-project-cta a:hover { color: #fff; background: var(--beh-accent-strong); text-decoration: none; transform: translateY(-2px); }

.beh-checkout-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 28px 0 18px;
    border: 1px solid var(--beh-line);
}

.beh-checkout-progress span {
    min-height: 58px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 18px;
    color: var(--beh-muted);
    font-size: .76rem;
    font-weight: 700;
}

.beh-checkout-progress span + span { border-left: 1px solid var(--beh-line); }
.beh-checkout-progress b {
    width: 25px;
    height: 25px;
    display: inline-grid;
    place-items: center;
    color: var(--beh-muted);
    border: 1px solid var(--beh-line);
    border-radius: 50%;
    font-size: .68rem;
}
.beh-checkout-progress .is-active { color: var(--beh-ink); background: var(--beh-paper); }
.beh-checkout-progress .is-active b { color: #fff; background: var(--beh-amber); border-color: var(--beh-amber); }

.beh-cart-promises {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px auto 0;
    border: 1px solid var(--beh-line);
}

.beh-cart-promises div { min-height: 150px; display: grid; align-content: start; gap: 6px; padding: 22px; }
.beh-cart-promises div + div { border-left: 1px solid var(--beh-line); }
.beh-cart-promises span { color: var(--beh-amber); font-size: .68rem; font-weight: 800; }
.beh-cart-promises strong { font-size: .95rem; }
.beh-cart-promises small { color: var(--beh-muted); line-height: 1.45; }

.shopping-cart-page .shopping-cart-container,
.shopping-cart-page .totals-inner {
    border: 1px solid var(--beh-line);
    background: var(--beh-surface);
    box-shadow: var(--beh-shadow-soft);
}

.shopping-cart-page .totals-inner {
    position: sticky;
    top: 18px;
    padding: 22px;
    border-radius: 14px;
}

.shopping-cart-page .checkout-button {
    min-height: 52px;
    color: #fff;
    background: linear-gradient(135deg, var(--beh-accent), var(--beh-accent-2));
    border-color: transparent;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(31,95,147,.22);
}

.shopping-cart-page .checkout-button:hover {
    background: linear-gradient(135deg, var(--beh-accent-strong), #245f95);
    box-shadow: 0 18px 32px rgba(31,95,147,.28);
}

.shopping-cart-page .no-data {
    min-height: 260px;
    display: grid;
    place-items: center;
    align-content: center;
    color: var(--beh-muted);
    border: 1px solid var(--beh-line);
    background: var(--beh-paper);
    font-size: 1.15rem;
}

.beh-auth-page,
.beh-registration-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.beh-auth-intro,
.beh-registration-intro {
    max-width: 840px;
    margin: clamp(44px, 7vw, 90px) 0 36px;
}

.beh-auth-intro > span,
.beh-registration-intro > span,
.beh-auth-card .card-header > span,
.beh-auth-benefits > span {
    color: var(--beh-amber);
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.beh-auth-intro h1,
.beh-registration-intro h1 {
    margin: 12px 0;
    font-size: clamp(2.6rem, 6vw, 6rem);
    line-height: .95;
    text-wrap: balance;
}

.beh-auth-intro p,
.beh-registration-intro p { max-width: 62ch; margin: 0; color: var(--beh-muted); line-height: 1.6; }

.beh-auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    border: 1px solid var(--beh-line);
}

.beh-auth-panel { padding: clamp(22px, 5vw, 58px); }
.beh-auth-card { border: 0 !important; box-shadow: none !important; }
.beh-auth-card .card-header { padding: 0 0 24px; background: transparent; border: 0; text-align: left; }
.beh-auth-card .card-header h2 { margin: 6px 0 0; font-size: 2rem; }
.beh-auth-card .card-body { padding: 0; }
.beh-auth-card .card-footer { padding: 18px 0 0; background: transparent; border: 0; }
.beh-auth-card .login-button { width: 100%; min-height: 52px; background: var(--beh-ink); border-color: var(--beh-ink); font-weight: 800; }

.beh-auth-benefits {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(28px, 5vw, 62px);
    background: var(--beh-paper);
    border-left: 1px solid var(--beh-line);
}

.beh-auth-benefits h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.05; }
.beh-auth-benefits ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--beh-line); }
.beh-auth-benefits li { padding: 13px 0; color: var(--beh-muted); border-bottom: 1px solid var(--beh-line); }
.beh-auth-benefits .register-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--beh-amber); border-color: var(--beh-amber); border-radius: var(--beh-radius); font-weight: 800; }
.beh-auth-actions { display: grid; gap: 12px; }
.beh-auth-guest { color: var(--beh-ink); font-size: .8rem; font-weight: 800; text-align: center; }
.beh-auth-benefits > small { color: var(--beh-muted); line-height: 1.5; }

.beh-registration-page > .card {
    border: 1px solid var(--beh-line);
    border-radius: var(--beh-radius);
    box-shadow: none;
}
.beh-registration-page > .card .card-header { background: var(--beh-paper); border-bottom: 1px solid var(--beh-line); }
.beh-registration-page .form-control,
.beh-auth-page .form-control {
    min-height: 48px;
    border-color: var(--beh-line);
    border-radius: var(--beh-radius);
    background: #fff;
}
.beh-registration-page .form-control:focus,
.beh-auth-page .form-control:focus {
    border-color: var(--beh-blueprint);
    box-shadow: 0 0 0 3px rgba(43,108,176,.12);
}
.beh-registration-page .register-next-step-button {
    min-height: 52px;
    padding: 0 28px;
    color: #fff !important;
    background: var(--beh-ink) !important;
    border-color: var(--beh-ink) !important;
    border-radius: var(--beh-radius);
    font-weight: 800;
}

.checkout-page > .generalTitle {
    margin: 38px 0 24px !important;
    font-size: clamp(2.4rem, 5vw, 5rem) !important;
}
.checkout-page .opc-header {
    margin-bottom: 26px;
    border: 1px solid var(--beh-line);
    background: var(--beh-paper);
    border-radius: 14px;
    overflow: hidden;
}
.checkout-page .opc-header .card-header { padding: 0; background: transparent; border: 0; }
.checkout-page .opc-header .btn-info {
    min-height: 54px;
    color: var(--beh-muted);
    background: transparent;
    border: 0;
    font-size: .72rem;
    font-weight: 800;
}
.checkout-page .opc-header .btn-info.not-collapsed { color: #fff; background: var(--beh-ink); }
.checkout-page .opc .card,
.checkout-page .opc-totals {
    border: 1px solid var(--beh-line);
    border-radius: 14px;
    box-shadow: var(--beh-shadow-soft);
}
.checkout-page .opc .card-body { padding: clamp(18px, 4vw, 36px); }
.checkout-page .opc-totals { position: sticky; top: 18px; }
.checkout-page .btn-info {
    background: linear-gradient(135deg, var(--beh-accent), var(--beh-accent-2));
    border-color: transparent;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(31,95,147,.2);
}
.checkout-page .btn-info:hover {
    background: linear-gradient(135deg, var(--beh-accent-strong), #245f95);
    box-shadow: 0 14px 30px rgba(31,95,147,.28);
}

.beh-checkout-notice {
    display: grid;
    grid-template-columns: auto minmax(220px, .7fr) minmax(280px, 1fr);
    gap: 18px;
    align-items: center;
    margin: 28px 0 0;
    padding: 18px 20px;
    color: var(--beh-muted);
    border: 1px solid var(--beh-line);
    background: var(--beh-paper);
}
.beh-checkout-notice span { color: var(--beh-amber); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.beh-checkout-notice strong { color: var(--beh-ink); }
.beh-checkout-notice p { margin: 0; font-size: .76rem; line-height: 1.5; }

.beh-manual-payment {
    display: grid;
    gap: 12px;
    padding: 22px;
    color: var(--beh-muted);
    border: 1px solid var(--beh-line);
    background: var(--beh-paper);
}
.beh-manual-payment > span { color: var(--beh-amber); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.beh-manual-payment p { margin: 0; line-height: 1.55; }
.beh-manual-payment strong { color: var(--beh-ink); }
.beh-manual-payment ul { margin: 0; padding: 14px 0 0; list-style: none; border-top: 1px solid var(--beh-line); }
.beh-manual-payment li { position: relative; padding: 5px 0 5px 18px; font-size: .76rem; }
.beh-manual-payment li::before { position: absolute; top: 11px; left: 0; width: 6px; height: 6px; content: ""; background: var(--beh-blueprint); }

.beh-recently-viewed {
    display: none;
    grid-template-columns: minmax(220px, .4fr) 1fr;
    gap: 28px;
    margin: 70px 0 20px;
    padding-top: 34px;
    border-top: 1px solid var(--beh-line);
}
.beh-recently-viewed:has(.beh-recent-product) { display: grid; }
.beh-recently-viewed > div:first-child span { color: var(--beh-amber); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.beh-recently-viewed h2 { margin: 8px 0 0; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1; }
.beh-recently-viewed__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--beh-line); }
.beh-recent-product {
    min-width: 0;
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 16px;
    align-items: center;
    padding: 12px;
    color: var(--beh-ink);
    background: var(--beh-surface);
}
.beh-recent-product:hover { color: var(--beh-ink); background: var(--beh-paper); text-decoration: none; }
.beh-recent-product img { width: 104px; height: 82px; object-fit: cover; background: var(--beh-paper); }
.beh-recent-product span { min-width: 0; display: grid; gap: 5px; }
.beh-recent-product strong { overflow: hidden; font-size: .85rem; text-overflow: ellipsis; white-space: nowrap; }
.beh-recent-product small { color: var(--beh-amber); font-weight: 800; }

.beh-sticky-purchase {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1070;
    display: none;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 10px 10px 10px 16px;
    color: #fff;
    background: var(--beh-ink);
    box-shadow: 0 18px 48px rgba(28,39,51,.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 180ms var(--beh-ease), transform 180ms var(--beh-ease);
}
.beh-sticky-purchase.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.beh-sticky-purchase span { display: grid; }
.beh-sticky-purchase small { color: rgba(255,255,255,.58); font-size: .58rem; }
.beh-sticky-purchase strong { font-size: .9rem; font-variant-numeric: tabular-nums; }
.beh-sticky-purchase button { min-height: 46px; padding: 0 16px; color: #fff; background: var(--beh-amber); border: 0; font-size: .72rem; font-weight: 800; }
.beh-sticky-purchase button:active { transform: scale(.97); }

@keyframes behHeroSettle {
    from { opacity: .4; transform: scale(1.06); }
    to { opacity: 1; transform: scale(1.015); }
}

@keyframes behHeroDrift {
    0%, 100% { transform: scale(1.015) translate3d(0, 0, 0); }
    50% { transform: scale(1.07) translate3d(-1.2%, -0.7%, 0); }
}

@keyframes behLogoScan {
    0%, 62% { transform: translateX(0) rotate(18deg); opacity: 0; }
    68% { opacity: .9; }
    78%, 100% { transform: translateX(320px) rotate(18deg); opacity: 0; }
}

@keyframes behMeasureX {
    0%, 100% { transform: translateX(-18%) scaleX(.28); opacity: .2; }
    50% { transform: translateX(42%) scaleX(1); opacity: .78; }
}

@keyframes behMeasureY {
    0%, 100% { transform: translateY(-18%) scaleY(.28); opacity: .18; }
    50% { transform: translateY(44%) scaleY(1); opacity: .72; }
}

@keyframes behLetterDrop {
    0% { opacity: 0; transform: translateY(-58px) rotate(-8deg); }
    34%, 72% { opacity: 1; transform: translateY(0) rotate(0deg); }
    100% { opacity: 0; transform: translateY(28px) rotate(5deg); }
}

@keyframes behPulse {
    0% { opacity: .9; transform: scale(.9); }
    100% { opacity: 0; transform: scale(1.34); }
}

[v-cloak] .page-loader-container::before {
    background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 35%, rgba(29,78,137,.18), transparent 34%),
        var(--beh-ink) !important;
    background-size: 58px 58px, 58px 58px, auto, auto;
}

[v-cloak] .page-loader {
    width: 190px !important;
    height: 82px !important;
    left: calc(50% - 95px) !important;
    top: calc(50% - 56px) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

[v-cloak] .page-loader::before,
[v-cloak] .page-loader::after,
.page-loader::before,
.page-loader::after { display: none !important; }

.page-loader span {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 58px;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-60px);
    opacity: 0;
    animation: behLetterDrop 1050ms var(--beh-ease) infinite;
}

/* ═══════════════════════════════════════════════════════════════════════
   STICKY NAVBAR — usa las clases de TopScroll() que ya están en app.js
   ═══════════════════════════════════════════════════════════════════════ */

.header-nav {
    position: sticky;
    top: 0;
    z-index: 1050;
    will-change: transform;
    transition:
        transform 320ms cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 280ms ease,
        background-color 280ms ease;
}

/* Quita el fondo blanco de Bootstrap .navbar-light */
.header-nav .navbar,
.header-nav .navbar.navbar-light {
    background: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
}

/* En scroll-down: ocultar el header */
body.scroll-down .header-nav {
    transform: translateY(-100%);
    box-shadow: none;
}

/* En scroll-up o en la cima: mostrar el header */
body.scroll-up .header-nav,
body.onTop .header-nav {
    transform: translateY(0);
}

/* Sombra sutil cuando no está al tope */
body.scroll-up .header-nav {
    box-shadow: 0 4px 32px rgba(28,39,51,.11);
}

/* Ocultar el commerce rail (barra de info) al hacer scroll — quita la "barra blanca" */
body:not(.onTop) .beh-commerce-rail {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 260ms ease, opacity 200ms ease;
}

body.onTop .beh-commerce-rail {
    max-height: 80px;
    opacity: 1;
    transition: max-height 300ms ease, opacity 250ms ease;
}

/* (header-nav-bottom compact en scroll — manejado arriba junto a la definición base) */

/* ── Animaciones de entrada con IntersectionObserver (agregadas vía CSS) ── */
.beh-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 640ms cubic-bezier(0.32, 0.72, 0, 1), transform 640ms cubic-bezier(0.32, 0.72, 0, 1);
}
.beh-reveal.beh-visible {
    opacity: 1;
    transform: translateY(0);
}
.beh-reveal:nth-child(2) { transition-delay: 80ms; }
.beh-reveal:nth-child(3) { transition-delay: 160ms; }
.beh-reveal:nth-child(4) { transition-delay: 240ms; }
.beh-reveal:nth-child(5) { transition-delay: 320ms; }
.beh-reveal:nth-child(6) { transition-delay: 400ms; }


.page-loader span:nth-child(2) { animation-delay: 140ms; }
.page-loader span:nth-child(3) { animation-delay: 280ms; background: var(--beh-amber); }

[v-cloak] .page-loader-copy {
    position: fixed;
    z-index: 1042;
    top: calc(50% + 42px);
    left: 0;
    width: 100%;
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: .72rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.beh-whatsapp-assist::before {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(32,212,102,.45);
    border-radius: inherit;
    animation: behPulse 1800ms ease-out infinite;
}

.beh-cookie-bar {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1090;
    width: min(620px, calc(100vw - 36px));
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    color: rgba(255,255,255,.72);
    background:
        linear-gradient(135deg, rgba(255,255,255,.08), transparent 36%),
        var(--beh-ink);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 24px 80px rgba(28,39,51,.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(24px);
    transition: opacity 260ms var(--beh-ease), transform 260ms var(--beh-ease);
}

.beh-cookie-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.beh-cookie-bar span { color: #7fb0e0; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.beh-cookie-bar p { max-width: 48ch; margin: 5px 0 0; font-size: .78rem; line-height: 1.5; }
.beh-cookie-bar__actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.beh-cookie-bar button,
.beh-cookie-bar a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.08);
    font-size: .72rem;
    font-weight: 800;
    text-decoration: none;
}
.beh-cookie-bar button:first-child { background: var(--beh-amber); border-color: var(--beh-amber); }
.beh-cookie-bar button:hover,
.beh-cookie-bar a:hover { color: #fff; background: rgba(255,255,255,.16); text-decoration: none; transform: translateY(-1px); }

@media (max-width: 900px) {
    .main-container,
    .left-side-container,
    .right-container,
    #home-page { max-width: 100vw; overflow-x: hidden; }
    .header-nav-bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 0 14px;
        min-height: 0;
    }
    .header-nav-bottom .store-logo { grid-column: 1; justify-self: start; }
    .header-nav-bottom .top-header-items {
        min-width: 0;
        grid-column: 2;
        justify-self: end;
        overflow: visible;
    }
    .header-nav-bottom .beh-search-cluster {
        width: 100%;
        min-width: 0;
        grid-column: 1 / -1;
        grid-row: 2;
    }
    .header-nav-bottom .top-header-items > li:has(> .sidebar-cart:not(.cart-only)) { display: none; }
    .header-nav-bottom .search-item {
        width: 100%;
        min-width: 0;
        padding: 0;
    }
    .beh-search-shortcuts { padding-bottom: 8px; overflow-x: auto; scrollbar-width: none; }
    .beh-search-shortcuts::-webkit-scrollbar { display: none; }
    .header-nav-bottom .search-item li,
    .header-nav-bottom .searchBox,
    .header-nav-bottom .input-group { min-width: 0; }
    .header-nav-bottom .search-box-text { min-width: 0; }
    .beh-top-message {
        min-height: 48px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px 16px;
        padding: 8px 14px;
        text-align: center;
    }
    .beh-top-message span { display: none; }
    .beh-top-message a + a { display: none; }
    .beh-market-hero { width: 100vw; max-width: 100vw; min-height: 690px; }
    .beh-market-hero__content {
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
        margin-left: 14px;
        margin-right: 14px;
        padding-bottom: 120px;
    }
    .beh-market-hero h1 {
        width: 8ch;
        max-width: 100%;
        overflow-wrap: anywhere;
        font-size: clamp(2.6rem, 12vw, 4.7rem);
        text-wrap: wrap;
    }
    .beh-market-hero__content > p { width: 100%; max-width: 330px; }
    .beh-market-hero__proof { width: calc(100vw - 70px); max-width: calc(100vw - 70px); flex-direction: column; }
    .beh-market-hero__spec { display: none; }
    .header-nav {
        position: static !important;
        width: 100% !important;
        padding: 0 14px !important;
        box-shadow: none !important;
    }
    .header-nav > .navbar { height: auto !important; }
    .header-nav-container::before { display: none; }
    .navbar-nav.top-header-items .nav-link { width: 44px; height: 44px; font-size: 18px; }
    .beh-collection-heading { margin-top: 0; padding: 42px 24px; }
    .beh-collection-heading h1 { overflow-wrap: anywhere; font-size: clamp(2.6rem, 12vw, 4.8rem); }
    .gallery-slider { height: min(68vw, 390px) !important; }
    .gallery-top { width: 100% !important; }
    .gallery-thumbs { display: none !important; }
    .product-details-page .generalTitle {
        max-width: 100% !important;
        overflow-wrap: anywhere;
        font-size: clamp(2rem, 10vw, 3.5rem);
    }
    .beh-commerce-rail {
        grid-template-columns: 1fr 1fr;
    }
    .beh-commerce-rail span:nth-child(3) { border-left: 0; border-top: 1px solid var(--beh-line); }
    .beh-commerce-rail span:nth-child(4) { border-top: 1px solid var(--beh-line); }
    .beh-cart-support { grid-template-columns: 1fr; }
    .beh-cart-support div + div { border-left: 0; border-top: 1px solid var(--beh-line); }
    .beh-cart-support a { justify-content: center; }
    .beh-catalog-assist { grid-template-columns: 1fr; }
    .beh-catalog-assist a { width: 100%; }
    .beh-buying-guide { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 34px; }
    .beh-buying-guide header { position: static; }
    .beh-buying-guide h2 { max-width: 18ch; }
    .beh-project-cta {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        align-items: start;
    }
    .beh-project-cta a { grid-column: 1; }
    .beh-auth-layout { grid-template-columns: 1fr; }
    .beh-auth-benefits { border-top: 1px solid var(--beh-line); border-left: 0; }
    .beh-recently-viewed { grid-template-columns: 1fr; }
    .beh-recently-viewed__grid { grid-template-columns: 1fr; }
    .beh-cart-promises { grid-template-columns: 1fr; }
    .beh-cart-promises div + div { border-top: 1px solid var(--beh-line); border-left: 0; }
    .checkout-page .opc-totals { position: static; margin-top: 20px; }
    .beh-checkout-notice { grid-template-columns: 1fr; align-items: start; }
    .beh-paths { width: calc(100% - 28px); grid-template-columns: 1fr; }
    .beh-paths a { min-height: 132px; }
    .beh-editorial-categories,
    .beh-catalog-start,
    .beh-category-index,
    .beh-curated,
    .home-page .home-page-section { width: calc(100% - 28px); }
    .beh-category-index { grid-template-columns: 1fr 1fr; }
    .beh-curated__grid { grid-template-columns: 1fr 1fr; gap: 12px; background: transparent; border: 0; }
    .beh-editorial-categories__grid { grid-template-columns: 1fr; }
    .beh-space,
    .beh-space--large { min-height: 360px; grid-row: auto; }
    .beh-footer__main { width: calc(100% - 28px); grid-template-columns: 1fr 1fr; gap: 38px 24px; }
    .beh-footer__brand { grid-column: 1 / -1; }
    .beh-footer__bottom { width: calc(100% - 28px); align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 560px) {
    .beh-commerce-rail { grid-template-columns: 1fr; }
    .catalog-page .featured-product-grid .product-container { width: 100%; max-width: 100%; flex-basis: 100%; }
    .beh-commerce-rail span + span,
    .beh-commerce-rail span:nth-child(3) { border-left: 0; border-top: 1px solid var(--beh-line); }
    .beh-product-assurance { grid-template-columns: 1fr; }
    .beh-whatsapp-assist { right: 10px; bottom: 10px; }
    .product-details-page ~ .beh-whatsapp-assist,
    body:has(.product-details-page) .beh-whatsapp-assist { bottom: 82px; }
    .beh-sticky-purchase {
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        border-top: 1px solid rgba(255,255,255,.15);
    }
    .beh-checkout-progress { grid-template-columns: 1fr; }
    .beh-checkout-progress span + span { border-top: 1px solid var(--beh-line); border-left: 0; }
    .beh-buying-guide li { min-height: 0; grid-template-columns: 42px 1fr; padding: 22px 0; }
    .beh-project-cta { padding: 30px 22px; }
    .beh-project-cta h2 { font-size: 2.6rem; }
    .beh-auth-page,
    .beh-registration-page { width: calc(100% - 24px); }
    .beh-auth-intro h1,
    .beh-registration-intro h1 { font-size: 2.7rem; }
    .beh-auth-panel,
    .beh-auth-benefits { padding: 24px 18px; }
    .beh-auth-card .row.form-group { display: block; }
    .beh-auth-card .col-lg-3,
    .beh-auth-card .col-lg-9 { max-width: 100%; padding-right: 0; padding-left: 0; }
    .beh-registration-page .register-next-step-button { width: 100%; }
    .beh-recent-product { grid-template-columns: 82px 1fr; }
    .beh-recent-product img { width: 82px; height: 70px; }
    .beh-category-index { grid-template-columns: 1fr; }
    .beh-category-index a { min-height: 132px; }
    .beh-curated__header { align-items: start; flex-direction: column; }
    .beh-curated__grid { grid-template-columns: 1fr; }
    .beh-footer__main { grid-template-columns: 1fr; }
    .beh-curated__grid { grid-template-columns: 1fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
