/**
 * Computex Redesign - Custom CSS
 *
 * @package Computex_Redesign
 */

/* ---- Scroll animations ---- */
[data-animate="up"],
[data-animate="left"],
[data-animate="right"] {
    opacity: 0;
    transition: opacity 0.55s ease;
}

[data-animate].cx-visible {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    [data-animate] {
        opacity: 1 !important;
        transition: none !important;
    }
}

.computex-homepage {
    background: #ffffff;
}

.computex-redesign .btn-primary,
.computex-redesign .btn-accent,
.computex-redesign .btn-product,
.computex-redesign .computex-header-cta,
.computex-redesign .contact-icon,
.computex-redesign .woocommerce a.button.add_to_cart_button,
.computex-redesign .woocommerce a.added_to_cart,
.computex-redesign .category-icon,
.computex-redesign .hero-carousel-dot.is-active {
    background: linear-gradient(135deg, var(--computex-primary) 0%, var(--computex-primary-dark) 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(211, 18, 23, 0.18) !important;
}

.computex-redesign .btn-white,
.computex-redesign .hero-carousel-control,
.computex-redesign .computex-header-icon-button,
.computex-redesign .computex-header-action.is-outline,
.computex-redesign .brand-item,
.computex-redesign .contact-item,
.computex-redesign .trust-item,
.computex-redesign .category-card,
.computex-redesign .category-content,
.computex-redesign .promo-icon,
.computex-redesign .computex-site-header .site-navigation-toggle-holder .site-navigation-toggle,
.computex-redesign .computex-site-header .site-navigation-dropdown ul.menu,
.computex-redesign .computex-site-header .site-navigation-dropdown ul.menu li a,
.computex-redesign .computex-mega-panel-grid {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 20px 48px rgba(15,23,42,0.14) !important;
}

.computex-redesign .hero-section.hero-marketplace,
.computex-redesign .computex-homepage {
    background: #ffffff !important;
}

.computex-redesign .hero-carousel,
.computex-redesign .hero-side-card,
.computex-redesign .promo-banner,
.computex-redesign .whatsapp-tooltip,
.computex-redesign .hero-shortcut-label {
    background: linear-gradient(180deg, #050505 0%, #141414 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16) !important;
}

.computex-redesign .hero-slide::before {
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.62) 42%, rgba(5, 5, 5, 0.16) 100%),
        linear-gradient(180deg, rgba(211, 18, 23, 0.12) 0%, rgba(5, 5, 5, 0.34) 100%) !important;
}

.computex-redesign .hero-slide-badge,
.computex-redesign .hero-side-pill,
.computex-redesign .promo-badge,
.computex-redesign .computex-mega-feature-eyebrow,
.computex-redesign .computex-mega-feature-badge {
    background: rgba(211, 18, 23, 0.16) !important;
    border-color: rgba(211, 18, 23, 0.24) !important;
    color: #ffffff !important;
}

.computex-redesign .hero-slide-link:hover,
.computex-redesign .hero-slide-link:focus-visible,
.computex-redesign .category-link,
.computex-redesign .contact-info a:hover,
.computex-redesign .contact-info a:focus-visible,
.computex-redesign .product-card .product-name a:hover,
.computex-redesign .product-card .product-name a:focus-visible,
.computex-redesign .woocommerce span.price,
.computex-redesign .woocommerce div.product p.price,
.computex-redesign .computex-mega-menu > li:hover > a,
.computex-redesign .computex-mega-menu > li:focus-within > a,
.computex-redesign .computex-mega-menu > li.current-menu-item > a,
.computex-redesign .computex-mega-menu > li.current-menu-ancestor > a,
.computex-redesign .computex-menu-icon.is-red {
    color: var(--computex-primary) !important;
}

.computex-redesign .hero-shortcut-media,
.computex-redesign .hero-side-image,
.computex-redesign .promo-banner,
.computex-redesign .computex-mega-feature {
    background:
        radial-gradient(circle at top left, rgba(211, 18, 23, 0.18), transparent 32%),
        linear-gradient(135deg, #050505 0%, #191919 56%, #d31217 140%) !important;
}

.computex-redesign .hero-side-card::before,
.computex-redesign .hero-carousel-dot,
.computex-redesign .hero-slide-visual,
.computex-redesign .promo-icon,
.computex-redesign .computex-header-search,
.computex-redesign .computex-mega-links a,
.computex-redesign .hero-carousel-control:hover,
.computex-redesign .hero-carousel-control:focus-visible,
.computex-redesign .computex-site-header .site-navigation-dropdown ul.menu li.current-menu-item a,
.computex-redesign .computex-site-header .site-navigation-dropdown ul.menu li a:hover,
.computex-redesign .computex-site-header .site-navigation-dropdown ul.menu li a:focus-visible {
    background-color: rgba(211, 18, 23, 0.06) !important;
}

.computex-redesign .hero-slide-eyebrow,
.computex-redesign .hero-side-eyebrow,
.computex-redesign .hero-slide-desc,
.computex-redesign .hero-side-desc,
.computex-redesign .promo-desc,
.computex-redesign .computex-site-header .site-description,
.computex-redesign .contact-label,
.computex-redesign .product-price .price-old,
.computex-redesign .computex-mega-links a small,
.computex-redesign .computex-header-search-icon,
.computex-redesign .computex-header-search-input::placeholder,
.computex-redesign .category-desc {
    color: #6a6a6a !important;
}

.computex-redesign .hero-slide-title,
.computex-redesign .hero-side-title,
.computex-redesign .promo-title,
.computex-redesign .computex-site-header .site-title a,
.computex-redesign .computex-mega-column-title,
.computex-redesign .computex-mega-links a,
.computex-redesign .brand-logo,
.computex-redesign .contact-info a,
.computex-redesign .contact-info span:last-child,
.computex-redesign .section-title,
.computex-redesign .product-card .product-name a,
.computex-redesign .computex-mega-menu > li > a,
.computex-redesign .computex-header-action,
.computex-redesign .computex-header-icon-button,
.computex-redesign .computex-header-search-input {
    color: #111111 !important;
}

.computex-redesign .hero-shortcut,
.computex-redesign .category-card,
.computex-redesign .brand-item,
.computex-redesign .contact-item,
.computex-redesign .trust-item,
.computex-redesign .computex-mega-panel-grid,
.computex-redesign .promo-banner {
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.computex-redesign .computex-header-action.is-solid,
.computex-redesign .computex-header-action.is-solid span,
.computex-redesign .computex-header-action.is-solid svg {
    background: #050505 !important;
    color: #ffffff !important;
}

.computex-redesign .computex-header-action.is-solid {
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18) !important;
}

.computex-redesign .computex-header-action.is-solid small {
    background: var(--computex-primary) !important;
    color: #ffffff !important;
}

.computex-redesign .computex-header-action.is-outline,
.computex-redesign .computex-header-icon-button {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.computex-redesign .computex-header-search {
    background: linear-gradient(135deg, rgba(211, 18, 23, 0.07) 0%, rgba(0, 0, 0, 0.03) 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(211, 18, 23, 0.12) !important;
}

.computex-redesign .computex-header-search-input,
.computex-redesign .computex-header-search-input::placeholder,
.computex-redesign .computex-header-search-icon {
    color: #5e5e5e !important;
}

.computex-redesign .computex-header-search-submit {
    background: #111111 !important;
    color: #ffffff !important;
}

.computex-redesign .computex-site-header .site-title a {
    color: #111111 !important;
}

.computex-redesign .computex-site-header .site-description {
    color: #5e5e5e !important;
}

.computex-redesign {
    --computex-shell-width: 1360px;
    --computex-shell-gutter: 32px;
    --computex-shell-gutter-mobile: 20px;
    --computex-header-bg: rgba(255, 255, 255, 0.96);
    --computex-header-dark: #050505;
    --computex-header-accent: #d31217;
    --computex-header-accent-dark: #a30d11;
    --computex-header-soft: #f4f4f4;
    --computex-header-border: rgba(0, 0, 0, 0.1);
    --computex-header-muted: #5e5e5e;
    --computex-primary: #d31217;
    --computex-primary-dark: #a30d11;
    --computex-secondary: #050505;
    --computex-text: #111111;
    --computex-text-secondary: #5e5e5e;
    --computex-surface: #ffffff;
    --computex-surface-soft: #f4f4f4;
    --computex-shadow: rgba(0, 0, 0, 0.12);
}

.computex-redesign body,
body.computex-redesign {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.computex-redesign h1,
.computex-redesign h2,
.computex-redesign h3,
.computex-redesign h4,
.computex-redesign h5,
.computex-redesign h6 {
    font-family: "Space Grotesk", sans-serif;
}

.computex-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    background: var(--computex-header-bg) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--computex-header-border);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08) !important;
}

.computex-header-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100vw;
    min-height: 34px;
    padding: 0 16px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--computex-header-dark);
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.computex-header-promo-separator {
    opacity: 0.45;
}

.computex-header-shell {
    width: min(var(--computex-shell-width), calc(100% - var(--computex-shell-gutter)));
    margin: 0 auto;
    padding: 6px 0 0;
    position: relative;
}

.computex-header-main {
    display: grid;
    grid-template-columns: 228px minmax(320px, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 0 6px;
}

.computex-branding,
.computex-site-header .site-branding {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0;
    width: 228px;
    min-width: 0;
    overflow: visible;
    z-index: 2;
}

.computex-site-header .site-branding .custom-logo-link,
.computex-site-header .site-branding .site-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex: 0 0 auto;
    overflow: visible;
}

.computex-site-header .site-branding img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
    display: block;
    transform: none;
}

.computex-brand-copy {
    display: none;
}

.computex-site-header .site-title {
    margin: 0;
    font-size: clamp(1.1rem, 1.45vw, 1.45rem);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.computex-site-header .site-title a {
    color: #08111f;
    text-decoration: none;
}

.computex-site-header .site-description {
    margin: 0;
    color: var(--computex-header-muted);
    font-size: 0.74rem;
    font-weight: 500;
}

.computex-header-search {
    grid-column: 2;
    justify-self: stretch;
    position: relative;
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    padding: 0 6px 0 14px;
    border: 2px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(17, 24, 39, 0.04) 100%);
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.12);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.computex-header-search-icon,
.computex-header-search-submit,
.computex-header-action svg,
.computex-header-icon-button svg,
.computex-header-cta svg,
.computex-menu-caret {
    flex: 0 0 auto;
}

.computex-header-search-icon svg,
.computex-header-search-submit svg,
.computex-header-action svg,
.computex-header-icon-button svg,
.computex-header-cta svg,
.computex-menu-caret {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.computex-header-search-icon {
    color: #9ca3af;
}

.computex-header-search-input {
    flex: 1 1 auto;
    border: 0;
    padding: 0;
    background: transparent;
    color: #111827;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    outline: none;
}

.computex-header-search-input::placeholder {
    color: #9ca3af;
}

.computex-header-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.computex-header-search:hover,
.computex-header-search:focus-within {
    /* transform: translateY(-1px); -- REMOVIDO: causaba scroll
       imperceptible al tipear porque la sticky header se re-layouteaba */
    border-color: rgba(239, 68, 68, 0.2);
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.22), 0 16px 32px rgba(15, 23, 42, 0.08);
}

.computex-header-search-submit:hover,
.computex-header-search-submit:focus-visible {
    transform: scale(1.04);
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.18);
}

.computex-header-actions {
    grid-column: 3;
    justify-self: end;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.computex-header-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.computex-header-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--computex-header-border);
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.computex-header-action small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
}

.computex-header-action.is-outline {
    border: 1px solid var(--computex-header-border);
    background: #ffffff;
    color: #0f172a;
}

.computex-header-action.is-outline,
.computex-header-action.is-solid {
    display: none;
}

.computex-header-action.is-solid {
    background: var(--computex-header-dark);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
}

.computex-header-action.is-solid small {
    background: var(--computex-header-accent);
    color: #ffffff;
}

.computex-header-icon-button:hover,
.computex-header-icon-button:focus-visible {
    color: var(--computex-header-accent);
    border-color: rgba(239, 68, 68, 0.18);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.computex-header-action:hover,
.computex-header-action:focus-visible,
.computex-header-cta:hover,
.computex-header-cta:focus-visible {
    transform: translateY(-2px);
}

.computex-header-nav-row {
    position: relative;
    display: grid;
    grid-template-columns: 228px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-height: 68px;
    padding: 8px 0 10px;
    border-top: 1px solid rgba(8, 17, 31, 0.07);
}

.computex-header-nav-row::before {
    content: "";
    display: block;
}

.computex-desktop-nav {
    grid-column: 2;
    min-width: 0;
    justify-self: center;
    align-self: stretch;
}

.computex-mega-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.computex-mega-menu > li {
    position: static;
    list-style: none;
}

.computex-mega-menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0;
    color: #18202f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.97rem;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.computex-mega-menu > li:hover > a,
.computex-mega-menu > li:focus-within > a,
.computex-mega-menu > li.current-menu-item > a,
.computex-mega-menu > li.current-menu-ancestor > a {
    color: #0f172a;
    border-color: rgba(239, 68, 68, 0.9);
    transform: translateY(-1px);
}

.computex-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #111827;
}

.computex-menu-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.computex-menu-label {
    white-space: nowrap;
}

.computex-menu-icon.is-green,
.computex-menu-icon.is-lime,
.computex-menu-icon.is-cyan,
.computex-menu-icon.is-orange,
.computex-menu-icon.is-teal,
.computex-menu-icon.is-purple,
.computex-menu-icon.is-amber,
.computex-menu-icon.is-fuchsia,
.computex-menu-icon.is-rose,
.computex-menu-icon.is-sky {
    color: #111827;
}

.computex-menu-icon.is-red {
    color: #ef4444;
}

.computex-menu-caret {
    display: none;
}

.computex-mega-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 680px;
    max-width: calc(100vw - 32px);
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 50;
    transform: translateX(-50%) translateY(-8px) scaleY(0.97);
    transform-origin: top center;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.computex-mega-menu > li:hover .computex-mega-panel,
.computex-mega-menu > li:focus-within .computex-mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scaleY(1);
}

.computex-mega-panel-grid {
    display: grid;
    grid-template-columns: 1fr 260px;
    grid-template-rows: auto 1fr;
    gap: 0;
    padding: 0;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(8, 17, 31, 0.08);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.computex-mega-columns {
    display: grid;
    gap: 0;
    padding: 16px 8px 16px 16px;
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    align-content: start;
}

.computex-mega-columns-1,
.computex-mega-columns-2 {
    grid-template-columns: unset;
}

.computex-mega-column {
    min-width: 0;
}

.computex-mega-column-title {
    display: block;
    margin: 4px 8px 6px;
    padding: 0 4px;
    color: #94a3b8;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    text-decoration: none;
}

.computex-mega-links {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.computex-mega-links li {
    list-style: none;
}

.computex-mega-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #1e293b;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background .15s, color .15s, transform .15s;
}

.computex-mega-links a small {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.computex-mega-links a:hover,
.computex-mega-links a:focus-visible {
    background: #f1f5f9;
    color: #d31217;
    transform: translateX(2px);
}
.computex-mega-links a:hover small { color: #d31217; }

.computex-mega-feature {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px 20px;
    color: #ffffff;
    text-decoration: none;
    background:
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.12), transparent 40%),
        linear-gradient(155deg, #0f172a 0%, #111827 50%, #ef4444 140%);
    min-height: 100%;
}

.computex-mega-feature strong {
    font-size: 1.35rem;
    font-family: "Space Grotesk", sans-serif;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.computex-mega-feature p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.computex-mega-feature-eyebrow,
.computex-mega-feature-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.computex-mega-feature-eyebrow {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.computex-mega-feature-badge {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.computex-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    grid-column: 3;
    justify-self: end;
    min-height: 46px;
    min-width: 0;
    padding: 0 22px;
    border-radius: 999px;
    background: #ff4d4f;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 26px rgba(239, 68, 68, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.computex-header-cta svg {
    width: 18px;
    height: 18px;
}

.computex-site-header .site-navigation-toggle-holder {
    display: none;
    margin-left: auto;
    padding: 0;
}

.computex-site-header .site-navigation-toggle-holder .site-navigation-toggle {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid var(--computex-header-border);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.computex-site-header .site-navigation-toggle-holder .site-navigation-toggle-icon:before,
.computex-site-header .site-navigation-toggle-holder .site-navigation-toggle-icon:after {
    background-color: currentColor;
}

.computex-site-header .site-navigation-dropdown {
    left: 0;
    right: 0;
    margin-top: 14px;
}

.computex-site-header .site-navigation-dropdown ul.menu {
    padding: 12px;
    border: 1px solid rgba(8, 16, 29, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 26px 52px rgba(10, 22, 40, 0.14);
}

.computex-site-header .site-navigation-dropdown ul.menu li a {
    margin-bottom: 8px;
    border-radius: 16px;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 700;
}

.computex-site-header .site-navigation-dropdown ul.menu li.current-menu-item a,
.computex-site-header .site-navigation-dropdown ul.menu li a:hover,
.computex-site-header .site-navigation-dropdown ul.menu li a:focus-visible {
    background: rgba(239, 68, 68, 0.12);
    color: var(--computex-header-accent-dark);
}

.computex-homepage img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(var(--computex-shell-width), calc(100% - var(--computex-shell-gutter)));
    margin: 0 auto;
}

.text-center,
.computex-text-center {
    text-align: center;
}

.computex-mt-lg {
    margin-top: var(--space-lg);
}

.computex-mb-lg {
    margin-bottom: var(--space-lg);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    font-family: "Inter", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
    cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
}

.btn svg {
    flex: 0 0 auto;
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0f6fff 0%, #004ecc 100%);
    box-shadow: 0 16px 36px rgba(15, 111, 255, 0.28);
}

.btn-accent {
    color: #04220f;
    background: linear-gradient(135deg, #54ef7f 0%, #1ed760 100%);
    box-shadow: 0 16px 34px rgba(30, 215, 96, 0.3);
}

.btn-white {
    color: #0c1727;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.btn-product {
    width: 100%;
    color: #ffffff;
    background: linear-gradient(135deg, #071326 0%, #10315c 100%);
    box-shadow: 0 14px 28px rgba(7, 19, 38, 0.16);
}

.btn-lg {
    min-height: 52px;
    padding-inline: 28px;
}

.hero-section.hero-marketplace {
    display: block;
    min-height: 0;
    padding: 24px 0 42px;
    background:
        radial-gradient(circle at top left, rgba(15, 111, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
}

.hero-section.hero-marketplace::before {
    display: none;
}

.hero-marketplace-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 1500px) {
    .hero-marketplace-shell {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
    }
}

.hero-carousel {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 34px;
    background: #08111f;
    box-shadow: 0 28px 60px rgba(10, 22, 40, 0.16);
}

.hero-carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.hero-slide {
    position: relative;
    isolation: isolate;
    display: grid;
    min-width: 100%;
    min-height: 520px;
    color: #ffffff;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 10, 20, 0.88) 0%, rgba(5, 10, 20, 0.62) 42%, rgba(5, 10, 20, 0.2) 100%),
        linear-gradient(180deg, rgba(5, 10, 20, 0.1) 0%, rgba(5, 10, 20, 0.35) 100%);
}

.hero-slide-media {
    position: absolute;
    inset: 0;
}

.hero-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
    gap: 28px;
    align-items: end;
    height: 100%;
    padding: 46px 46px 76px;
}

.hero-slide-copy {
    align-self: center;
    max-width: 540px;
}

.hero-slide-badge,
.hero-side-pill,
.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-slide-badge {
    margin-bottom: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--slide-accent, #0f6fff) 0%, rgba(255, 255, 255, 0.18) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-slide-eyebrow,
.hero-side-eyebrow {
    margin: 0 0 12px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.hero-slide-title {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.hero-slide-desc,
.hero-side-desc {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

.hero-slide-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.hero-slide-link {
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
}

.hero-slide-link:hover,
.hero-slide-link:focus-visible {
    color: #89b8ff;
}

.hero-slide-visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-self: end;
    justify-self: end;
    width: min(100%, 360px);
}

.hero-slide-visual {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.hero-slide-visual.is-primary {
    transform: translateY(-18px);
}

.hero-slide-visual img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
}

.hero-carousel-control {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #06101d;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-carousel-control:hover,
.hero-carousel-control:focus-visible {
    background: #ffffff;
    transform: scale(1.05);
}

.hero-carousel-control.is-prev {
    left: 24px;
}

.hero-carousel-control.is-next {
    right: 24px;
}

.hero-carousel-dots {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hero-carousel-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.hero-carousel-dot.is-active {
    width: 30px;
    background: #23da59;
}

.hero-side-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 18px;
    min-height: 520px;
    padding: 28px;
    border-radius: 34px;
    color: #ffffff;
    background: linear-gradient(180deg, #091322 0%, #0d1f15 100%);
    box-shadow: 0 28px 60px rgba(10, 22, 40, 0.18);
}

.hero-side-card::before {
    content: "";
    position: absolute;
    inset: auto -20% 52% auto;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(76, 255, 133, 0.3), rgba(76, 255, 133, 0));
    pointer-events: none;
}

.hero-side-pill {
    position: relative;
    z-index: 1;
    width: fit-content;
    color: #041c0d;
    background: #54ef7f;
}

.hero-side-copy {
    position: relative;
    z-index: 1;
}

.hero-side-title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(1.7rem, 2.2vw, 2.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.hero-side-copy .btn {
    margin-top: 22px;
    width: 100%;
}

.hero-side-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-self: end;
    min-height: 250px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(84, 239, 127, 0.25), rgba(8, 16, 29, 0));
}

.hero-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-shortcuts {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.hero-shortcut {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 176px;
    border-radius: 28px;
    text-decoration: none;
    box-shadow: 0 20px 44px rgba(10, 22, 40, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-shortcut:hover,
.hero-shortcut:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(10, 22, 40, 0.18);
}

.hero-shortcut-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 10px 14px;
    background: #050505;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.hero-shortcut-media {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background: linear-gradient(180deg, #17e033 0%, #0ab72d 100%);
    min-height: 160px !important;
    overflow: hidden !important;
    position: relative;
}

.hero-shortcut-media img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.18));
    transition: transform 0.3s ease !important;
    transform: scale(1.4) !important;
    transform-origin: center !important;
}

.hero-shortcut:hover .hero-shortcut-media img,
.hero-shortcut:focus-visible .hero-shortcut-media img {
    transform: scale(1.55) !important;
}

.categories-section,
.products-section,
.brands-section,
.contact-section,
.trust-section {
    padding: 0 0 72px;
}

.promo-section {
    padding: 0 0 72px;
}

.section-title {
    margin-bottom: 32px !important;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

.computex-redesign,
.computex-redesign .site,
.computex-redesign .site-content,
.computex-redesign .site-main,
.computex-redesign .content-area,
.computex-redesign .container,
.computex-redesign .categories-section {
    max-width: 100%;
    overflow-x: clip;
}

.categories-editorial {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.categories-editorial-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.categories-editorial-eyebrow {
    margin: 0 0 10px;
    color: var(--computex-primary);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.categories-editorial-title {
    margin-bottom: 12px !important;
}

.categories-editorial-copy {
    margin: 0;
    max-width: 64ch;
    color: var(--computex-text-secondary);
    font-size: 1rem;
    line-height: 1.7;
}

.categories-editorial-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.categories-editorial-link:hover,
.categories-editorial-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.category-shelf {
    min-width: 0;
    overflow: hidden;
    --category-shelf-gap: 18px;
    --category-visible-items: 3;
    --category-card-height: 412px;
    --category-card-width: calc((100% - (var(--category-shelf-gap) * var(--category-visible-items))) / (var(--category-visible-items) + 1));
    border: 1px solid rgba(8, 16, 29, 0.08);
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(10, 22, 40, 0.06);
}

.category-shelf-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 28px;
    border-bottom: 1px solid rgba(8, 16, 29, 0.08);
}

.category-shelf-titlewrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.category-shelf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #1ed760;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(30, 215, 96, 0.22);
}

.category-shelf-title {
    margin: 0;
    color: #050505;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.category-shelf-link {
    color: #94a3b8;
    font-size: 1.05rem;
    font-weight: 700;
}

.category-shelf-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.category-shelf-controls {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.category-shelf-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(8, 16, 29, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    box-shadow: 0 10px 18px rgba(10, 22, 40, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.category-shelf-control:hover,
.category-shelf-control:focus-visible {
    transform: translateY(-2px);
    color: var(--computex-primary);
    box-shadow: 0 14px 24px rgba(10, 22, 40, 0.12);
}

.category-shelf-stage {
    display: grid;
    grid-template-columns:
        minmax(0, var(--category-card-width))
        minmax(0, calc((var(--category-card-width) * var(--category-visible-items)) + (var(--category-shelf-gap) * (var(--category-visible-items) - 1))));
    align-items: start;
    gap: var(--category-shelf-gap);
    padding: 18px 18px 20px;
}

.category-shelf-carousel {
    position: relative;
    min-width: 0;
    width: 100%;
    padding-bottom: 0;
}

.category-shelf-viewport {
    overflow: hidden;
    min-width: 0;
    width: 100%;
}

.category-shelf-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--category-card-width);
    gap: var(--category-shelf-gap);
    max-width: none;
    align-items: stretch;
    will-change: transform;
    transition: transform 0.48s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.category-feature-card,
.category-product-card {
    flex: 0 0 auto;
    min-height: var(--category-card-height);
    height: var(--category-card-height);
}

.category-feature-card {
    position: relative;
    display: flex;
    align-self: start;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.72), transparent 32%),
        var(--category-feature-bg, #f4f4f4);
}

.category-feature-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    width: 100%;
    min-height: 100%;
    padding: 24px 22px 26px 16px;
}

.category-feature-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.category-feature-title {
    margin: 18px 0 0;
    color: #050505;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: clamp(1.62rem, 2.05vw, 2.08rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.045em;
    text-wrap: pretty;
}

.category-feature-desc {
    margin: 14px 0 0;
    max-width: 25ch;
    color: #516072;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.52;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-feature-link {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    margin-top: auto;
    padding-top: 18px;
    color: var(--computex-primary);
    font-size: 0.98rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
}

.category-feature-link:hover,
.category-feature-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

.category-feature-media {
    display: none;
}

.category-feature-media img {
    width: 100%;
    max-width: 160px;
    max-height: 108px;
    object-fit: contain;
    filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.16));
}

.category-product-card {
    width: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(8, 16, 29, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(10, 22, 40, 0.06);
}

@media (max-width: 1400px) and (min-width: 1025px) {
    .category-shelf {
        --category-card-height: 396px;
        --category-visible-items: 2;
    }
}

.category-product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 238px;
    padding: 18px 18px 0;
}

.category-product-media img {
    width: 100%;
    max-width: 210px;
    max-height: 190px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.category-product-card:hover .category-product-media img {
    transform: translateY(-4px) scale(1.02);
}

.category-product-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 18px 28px 16px;
}

.category-product-title {
    margin: 0;
    color: #050505;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.34;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-product-category {
    margin: 18px 0 0;
    color: #9ca3af;
    font-size: 0.82rem;
    text-align: center;
    padding-top: 16px;
    border-top: 1px solid rgba(8, 16, 29, 0.08);
}

.category-product-pricing {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.category-product-pricing strong {
    color: #10c83f;
    font-size: 1.05rem;
    font-weight: 800;
}

.category-product-pricing span {
    color: #9ca3af;
    font-size: 0.82rem;
    font-weight: 700;
}

.category-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 18px;
}

.category-product-meta span {
    color: #9ca3af;
    font-size: 0.76rem;
    font-weight: 700;
}

.category-product-meta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 2px solid #1ed760;
    color: #10c83f;
    background: #ffffff;
}

.category-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    min-width: 0;
}

.category-shelf-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    pointer-events: none;
}

.category-shelf-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.32);
    pointer-events: auto;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.category-shelf-dot.is-active {
    background: #111111;
    transform: scale(1.18);
}

.category-shelf.is-static .category-shelf-controls,
.category-shelf.is-static .category-shelf-pagination {
    display: none;
}

.category-promo-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
    align-items: center;
    gap: 18px;
    min-height: 340px;
    min-width: 0;
    overflow: hidden;
    border-radius: 34px;
    padding: 34px;
}

.category-promo-card.is-blue {
    background: linear-gradient(135deg, #eef5ff 0%, #ffffff 56%, #d9e9ff 100%);
}

.category-promo-card.is-warm {
    background: linear-gradient(135deg, #fff5e9 0%, #ffffff 56%, #ffe6bf 100%);
}

.category-promo-brand {
    display: inline-block;
    color: #111111;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.category-promo-copy h3 {
    margin: 14px 0 12px;
    color: #050505;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: clamp(2rem, 3vw, 3.3rem);
    line-height: 0.95;
    letter-spacing: -0.07em;
}

.category-promo-copy p {
    margin: 0;
    max-width: 34ch;
    color: #4b5563;
    line-height: 1.7;
}

.category-promo-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-promo-media img {
    width: 100%;
    max-width: 420px;
    max-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.14));
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(8, 16, 29, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 44px rgba(10, 22, 40, 0.08);
}

.category-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.06);
}

.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 10, 20, 0) 20%, rgba(5, 10, 20, 0.56) 100%);
}

.category-content {
    position: relative;
    margin-top: -24px;
    min-height: 222px;
    padding: 24px;
    border-radius: 28px 28px 0 0;
    background: #ffffff;
}

.category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border-radius: 18px;
    color: #ffffff;
    background: var(--cat-color, var(--computex-primary));
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.category-desc {
    margin: 0 0 16px;
    color: var(--computex-text-secondary);
}

.category-link {
    color: var(--cat-color, var(--computex-primary));
    font-weight: 700;
    text-decoration: none;
}

.category-link:hover,
.category-link:focus-visible {
    text-decoration: underline;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.product-card {
    height: 100%;
}

.product-card .product-wishlist {
    opacity: 1;
    border: 0;
}

.product-card .product-name a {
    color: inherit;
    text-decoration: none;
}

.product-card .product-name a:hover,
.product-card .product-name a:focus-visible {
    color: var(--computex-primary);
}

.product-card .product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.product-price .price-old {
    font-size: 0.88rem;
    color: var(--computex-text-secondary);
    text-decoration: line-through;
}

.promo-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 28px;
    align-items: center;
    padding: clamp(28px, 4vw, 42px);
    border-radius: 34px;
    background: linear-gradient(135deg, #071325 0%, #0e58bf 52%, #1fd15d 120%);
    box-shadow: 0 28px 60px rgba(9, 21, 38, 0.16);
}

.promo-badge {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.promo-title {
    margin: 18px 0 10px;
    color: #ffffff !important;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.promo-desc {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 1rem;
}

.promo-visual {
    display: flex;
    justify-content: center;
}

.promo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 34px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.brands-showcase {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(8, 16, 29, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(33, 150, 243, 0.08), transparent 24%),
        radial-gradient(circle at top right, rgba(230, 57, 70, 0.08), transparent 22%),
        #ffffff;
    box-shadow: 0 20px 42px rgba(10, 22, 40, 0.08);
}

.brands-showcase-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(8, 16, 29, 0.08);
}

.brands-showcase-titlewrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brands-showcase-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(34, 197, 94, 0.12);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.12);
}

.brands-showcase-title {
    margin: 0;
    color: #050505;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.brands-showcase-copy {
    margin: 4px 0 0;
    color: var(--computex-text-secondary);
    font-size: 0.96rem;
}

.brands-showcase-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    font-weight: 700;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.brands-showcase-link:hover {
    background: #111827;
    color: #ffffff;
    transform: translateY(-1px);
}

.brands-marquee {
    position: relative;
    overflow: hidden;
    padding: 22px 0 26px;
}

.brands-marquee-track {
    display: flex;
    width: max-content;
    animation: computexBrandLoop 34s linear infinite;
    will-change: transform;
}

.brands-marquee:hover .brands-marquee-track {
    animation-play-state: paused;
}

.brands-marquee-group {
    display: flex;
    align-items: stretch;
    gap: 18px;
    padding-inline: 18px;
    flex: 0 0 auto;
}

.brand-marquee-card {
    width: 208px;
    min-width: 208px;
    min-height: 120px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(8, 16, 29, 0.08);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
    box-shadow: 0 16px 30px rgba(10, 22, 40, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.brand-marquee-card:hover {
    transform: translateY(-5px);
    border-color: rgba(8, 16, 29, 0.14);
    box-shadow: 0 22px 38px rgba(10, 22, 40, 0.1);
}

.brand-mark {
    display: flex;
    align-items: center;
    min-height: 48px;
}

.brand-mark-name {
    display: inline-block;
    color: var(--brand-accent, #111111);
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

.brand-mark-tag {
    margin: 14px 0 0;
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.brands-marquee-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none;
}

.brands-marquee-fade.is-left {
    left: 0;
    background: linear-gradient(90deg, #ffffff 8%, rgba(255, 255, 255, 0));
}

.brands-marquee-fade.is-right {
    right: 0;
    background: linear-gradient(270deg, #ffffff 8%, rgba(255, 255, 255, 0));
}

@keyframes computexBrandLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50%));
    }
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 24px;
    border: 1px solid rgba(8, 16, 29, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(10, 22, 40, 0.06);
}

.contact-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--computex-primary) 0%, var(--computex-primary-dark) 100%);
}

.contact-info {
    display: grid;
    gap: 4px;
}

.contact-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--computex-text-secondary);
}

.contact-info a,
.contact-info span:last-child {
    color: var(--computex-text);
    font-weight: 600;
    text-decoration: none;
}

.contact-info a:hover,
.contact-info a:focus-visible {
    color: var(--computex-primary);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.trust-item {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(8, 16, 29, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(10, 22, 40, 0.06);
}

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: auto;
    z-index: 9999;
    width: 64px;
    height: 64px;
}

.whatsapp-tooltip {
    position: absolute;
    top: 50%;
    left: 76px;
    right: auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: #08111f;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(0.96);
    transform-origin: left center;
    box-shadow: 0 14px 26px rgba(8, 17, 31, 0.18);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.eael-ext-scroll-to-top-wrap {
    position: fixed !important;
    right: 24px !important;
    left: auto !important;
    bottom: 24px !important;
    z-index: 9998 !important;
}

.whatsapp-float:hover .whatsapp-tooltip,
.whatsapp-float:focus-visible .whatsapp-tooltip {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.woocommerce a.button.add_to_cart_button,
.woocommerce a.added_to_cart {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    border-radius: var(--radius-md) !important;
    background-color: var(--computex-primary) !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.woocommerce a.button.add_to_cart_button:hover {
    background-color: var(--computex-primary-dark) !important;
    transform: translateY(-2px) !important;
}

.woocommerce span.price {
    font-family: "JetBrains Mono", monospace !important;
    color: var(--computex-primary) !important;
}

.woocommerce div.product p.price {
    font-family: "JetBrains Mono", monospace !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

.woocommerce span.onsale {
    background-color: var(--computex-secondary) !important;
    border-radius: var(--radius-sm) !important;
    padding: 5px 12px !important;
    font-weight: 600 !important;
}

@media (max-width: 1500px) {
    .hero-marketplace-shell {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    .hero-carousel {
        min-height: 420px;
        max-width: 100% !important;
        width: 100% !important;
    }

    .hero-side-card {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .hero-slide-inner {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
        padding: 30px !important;
    }

    .hero-slide-visual,
    .hero-slide-copy {
        max-width: 100% !important;
    }

    .hero-slide-inner {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 0.66fr);
        padding-inline: 38px;
    }

    .hero-shortcuts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .brands-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .categories-editorial-head,
    .category-shelf-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-shelf-actions {
        width: 100%;
        justify-content: space-between;
    }

    .category-feature-card {
        min-width: 0;
        min-height: auto;
        height: auto;
    }

    .category-product-card {
        width: 290px;
        min-width: 290px;
        min-height: auto;
        height: auto;
    }

    .category-promo-grid {
        grid-template-columns: 1fr;
    }

    .category-promo-card {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }

    .category-shelf-stage {
        grid-template-columns: 1fr;
    }

    .computex-header-nav-row::before {
        display: none;
    }

    .computex-header-shell {
        width: min(100%, calc(100% - 24px));
        padding-top: 12px;
    }

    .computex-header-promo {
        flex-wrap: wrap;
        gap: 4px 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .computex-header-main {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .computex-header-actions {
        justify-content: flex-start;
    }

    .computex-header-nav-row {
        grid-template-columns: 1fr auto auto;
        gap: 14px;
        min-height: 0;
    }

    .computex-desktop-nav {
        display: none;
    }

    .computex-header-cta {
        min-height: 48px;
        padding-inline: 18px;
        min-width: 0;
        grid-column: auto;
    }

    .computex-site-header .site-navigation-toggle-holder {
        display: flex;
    }

    .hero-section.hero-marketplace {
        padding-top: 18px;
    }

    .hero-marketplace-shell {
        grid-template-columns: 1fr;
    }

    .hero-carousel,
    .hero-side-card {
        min-height: 0;
    }

    .hero-slide,
    .hero-carousel {
        min-height: 480px;
    }

    .hero-slide-inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hero-slide-visuals {
        justify-self: start;
        width: min(100%, 380px);
    }

    .hero-side-card {
        grid-template-columns: minmax(0, 1fr) 280px;
        grid-template-rows: auto 1fr;
        align-items: center;
    }

    .hero-side-pill,
    .hero-side-copy {
        grid-column: 1;
    }

    .hero-side-image {
        grid-column: 2;
        grid-row: 1 / span 2;
        min-height: 100%;
        margin-top: 0;
    }

    .categories-grid,
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-grid,
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .promo-banner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .promo-visual {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .categories-editorial {
        gap: 20px;
    }

    .categories-editorial-title {
        margin-bottom: 10px !important;
    }

    .categories-editorial-copy {
        font-size: 0.94rem;
    }

    .category-shelf {
        border-radius: 26px;
    }

    .category-shelf-head {
        padding: 18px 20px;
    }

    .category-shelf-actions {
        gap: 10px;
        flex-wrap: wrap;
    }

    .category-shelf-controls {
        margin-left: auto;
    }

    .category-shelf-title {
        font-size: 1.5rem;
    }

    .category-shelf-stage {
        --category-shelf-gap: 14px;
        padding: 14px 14px 16px;
        gap: 14px;
    }

    .category-shelf-track {
        gap: 14px;
    }

    .category-feature-card {
        width: 100%;
        min-height: auto;
        height: auto;
        border-radius: 22px;
    }

    .category-feature-copy {
        padding: 22px 18px 24px 14px;
    }

    .category-feature-title {
        font-size: clamp(1.72rem, 6.6vw, 2.05rem);
    }

    .category-feature-desc {
        max-width: none;
        font-size: 0.92rem;
        line-height: 1.56;
    }

    .category-feature-media {
        display: none;
    }

    .category-product-card {
        width: 76vw;
        min-width: 76vw;
        border-radius: 22px;
    }

    .category-product-media {
        min-height: 210px;
        padding: 16px 16px 0;
    }

    .category-product-body {
        padding: 16px 20px 14px;
    }

    .category-promo-card {
        padding: 24px;
        border-radius: 26px;
    }

    .category-promo-copy h3 {
        font-size: clamp(1.8rem, 9vw, 2.5rem);
    }

    .container {
        width: min(100%, calc(100% - var(--computex-shell-gutter-mobile)));
    }

    .computex-header-shell {
        width: min(100%, calc(100% - var(--computex-shell-gutter-mobile)));
        padding-top: 10px;
    }

    .computex-header-main {
        gap: 12px;
    }

    .computex-header-promo {
        font-size: 0.64rem;
        line-height: 1.4;
    }

    .computex-header-promo-separator {
        display: none;
    }

    .computex-site-header .site-branding img {
        max-height: 54px;
    }

    .computex-site-header .site-title {
        font-size: 1.2rem;
    }

    .computex-site-header .site-description {
        font-size: 0.82rem;
    }

    .computex-header-search {
        min-height: 54px;
        padding-left: 16px;
    }

    .computex-header-search-input {
        font-size: 1rem;
    }

    .computex-header-search-submit {
        width: 38px;
        height: 38px;
    }

    .computex-header-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .computex-header-action {
        justify-content: center;
        min-height: 50px;
        padding: 0 14px;
    }

    .computex-header-action span {
        font-size: 0.88rem;
    }

    .computex-header-nav-row {
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .computex-header-cta {
        display: none;
    }

    .hero-section.hero-marketplace {
        padding: 14px 0 28px;
    }

    .hero-carousel,
    .hero-side-card,
    .hero-shortcut,
    .promo-banner {
        border-radius: 24px;
    }

    .hero-slide,
    .hero-carousel {
        min-height: 440px;
    }

    .hero-slide-inner {
        padding: 28px 20px 64px;
    }

    .hero-slide-title {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .hero-slide-desc,
    .hero-side-desc {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .hero-slide-visuals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .hero-slide-visual.is-primary {
        transform: none;
    }

    .hero-slide-visual img {
        height: 160px;
    }

    .hero-carousel-control {
        width: 46px;
        height: 46px;
        margin-top: -23px;
    }

    .hero-carousel-control.is-prev {
        left: 14px;
    }

    .hero-carousel-control.is-next {
        right: 14px;
    }

    .hero-carousel-dots {
        bottom: 18px;
    }

    .hero-side-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 22px;
    }

    .hero-side-pill,
    .hero-side-copy,
    .hero-side-image {
        grid-column: auto;
        grid-row: auto;
    }

    .hero-side-copy .btn {
        width: 100%;
    }

    .hero-side-image {
        min-height: 220px;
    }

    .hero-shortcuts,
    .categories-grid,
    .products-grid,
    .contact-grid,
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .hero-shortcut {
        min-height: 150px;
    }

    .hero-shortcut-media img {
        max-height: 86px;
    }

    .contact-item,
    .trust-item {
        padding: 20px;
    }

    .brands-showcase-head {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 22px 18px;
    }

    .brands-showcase-titlewrap {
        align-items: flex-start;
    }

    .brands-showcase-title {
        font-size: 1.45rem;
    }

    .brands-showcase-copy {
        font-size: 0.9rem;
    }

    .brands-marquee {
        padding: 18px 0 22px;
    }

    .brands-marquee-group {
        gap: 14px;
        padding-inline: 14px;
    }

    .brand-marquee-card {
        width: 180px;
        min-width: 180px;
        min-height: 106px;
        padding: 20px 18px;
        border-radius: 22px;
    }

    .brand-mark-name {
        font-size: 1.7rem;
    }

    .brand-mark-tag {
        margin-top: 10px;
        font-size: 0.8rem;
    }

    .brands-marquee-fade {
        width: 44px;
    }

    .whatsapp-float {
        bottom: 16px;
        left: 16px;
        right: auto;
        width: 56px;
        height: 56px;
    }

    .eael-ext-scroll-to-top-wrap {
        right: 16px !important;
        left: auto !important;
        bottom: 16px !important;
    }

    .whatsapp-tooltip {
        display: none;
    }
}

/* Hero contrast fix */
.computex-redesign .hero-section.hero-marketplace {
    background: #ffffff !important;
}

/* ============================================
   UNIFIED WHITE BACKGROUND
   Force all section backgrounds to pure white
   ============================================ */
.computex-redesign,
.computex-redesign body,
.computex-redesign .site,
.computex-redesign .site-content,
.computex-redesign .site-main,
.computex-redesign .content-area,
.computex-redesign .container,
.computex-redesign .container-fluid,
.computex-redesign .elementor,
.computex-redesign .elementor-inner,
.computex-redesign .elementor-section-wrap {
    background: #ffffff !important;
}

/* All sections - pure white */
.computex-redesign .hero-section,
.computex-redesign .categories-section,
.computex-redesign .products-section,
.computex-redesign .brands-section,
.computex-redesign .promo-section,
.computex-redesign .contact-section,
.computex-redesign .trust-section,
.computex-redesign .site-main,
.computex-redesign .site-content,
.computex-redesign .content-area,
.computex-redesign .elementor-section {
    background: #ffffff !important;
    background-image: none !important;
    border: 0 !important;
}

/* Remove any pseudo-element backgrounds */
.computex-redesign .hero-section::before,
.computex-redesign .hero-section::after,
.computex-redesign .categories-section::before,
.computex-redesign .categories-section::after,
.computex-redesign .products-section::before,
.computex-redesign .products-section::after,
.computex-redesign .brands-section::before,
.computex-redesign .brands-section::after,
.computex-redesign .promo-section::before,
.computex-redesign .promo-section::after,
.computex-redesign .contact-section::before,
.computex-redesign .contact-section::after,
.computex-redesign .trust-section::before,
.computex-redesign .trust-section::after {
    display: none !important;
    content: none !important;
}

/* All cards and containers - pure white */
.computex-redesign .category-shelf,
.computex-redesign .category-feature-card,
.computex-redesign .category-product-card,
.computex-redesign .product-card,
.computex-redesign .brand-marquee-card,
.computex-redesign .contact-item,
.computex-redesign .trust-item,
.computex-redesign .category-card,
.computex-redesign .brands-showcase,
.computex-redesign .hero-carousel,
.computex-redesign .hero-side-card,
.computex-redesign .hero-shortcut,
.computex-redesign .hero-slide-visual,
.computex-redesign .promo-banner {
    background: #ffffff !important;
}

/* Shelf and carousel internals */
.computex-redesign .category-shelf-stage,
.computex-redesign .category-shelf-track,
.computex-redesign .category-shelf-viewport,
.computex-redesign .category-shelf-carousel,
.computex-redesign .category-shelf-head,
.computex-redesign .brands-marquee,
.computex-redesign .brands-marquee-track {
    background: #ffffff !important;
}

/* Mega menu panels */
.computex-redesign .computex-mega-panel {
    background: transparent !important;
}
.computex-redesign .computex-mega-panel-grid,
.computex-redesign .computex-mega-column,
.computex-redesign .computex-mega-links a {
    background: #ffffff !important;
}

/* Sidebar and footer */
.computex-redesign .site-footer,
.computex-redesign .computex-footer-shell,
.computex-redesign .computex-footer-brand,
.computex-redesign .computex-footer-card,
.computex-redesign .computex-footer-cta {
    background: #ffffff !important;
}

/* Category promo and feature cards */
.computex-redesign .category-promo-card,
.computex-redesign .category-feature-media,
.computex-redesign .hero-side-image,
.computex-redesign .hero-shortcut-media {
    background: #f8f9fa !important;
}

/* Mobile menu */
.computex-redesign .site-navigation-dropdown,
.computex-redesign .site-navigation-dropdown ul.menu {
    background: #ffffff !important;
}

.computex-redesign .site-navigation-dropdown ul.menu li a {
    background: #f8fafc !important;
}

.computex-redesign .hero-carousel {
    background: #f5f5f5 !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.computex-redesign .hero-slide::before {
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.52) 42%, rgba(5, 5, 5, 0.16) 100%),
        linear-gradient(180deg, rgba(211, 18, 23, 0.08) 0%, rgba(5, 5, 5, 0.2) 100%) !important;
}

.computex-redesign .hero-slide-copy {
    max-width: 420px;
}

.computex-redesign .hero-slide-badge {
    background: linear-gradient(135deg, #d31217 0%, #7f0b0f 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
}

.computex-redesign .hero-slide-eyebrow,
.computex-redesign .hero-side-eyebrow {
    color: rgba(255, 255, 255, 0.68) !important;
}

.computex-redesign .hero-slide-title,
.computex-redesign .hero-side-title,
.computex-redesign .hero-slide-desc,
.computex-redesign .hero-side-desc,
.computex-redesign .hero-slide-link {
    color: #ffffff !important;
}

.computex-redesign .hero-slide-desc,
.computex-redesign .hero-side-desc {
    max-width: 42ch;
    line-height: 1.65;
}

.computex-redesign .hero-slide-actions {
    gap: 12px;
}

.computex-redesign .hero-slide-actions .btn-primary,
.computex-redesign .hero-side-copy .btn-accent {
    background: linear-gradient(135deg, #d31217 0%, #a30d11 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(211, 18, 23, 0.22) !important;
}

.computex-redesign .hero-slide-link {
    opacity: 0.9;
}

.computex-redesign .hero-slide-link:hover,
.computex-redesign .hero-slide-link:focus-visible {
    color: #ffffff !important;
    opacity: 1;
}

.computex-redesign .hero-slide-visual {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24) !important;
}

.computex-redesign .hero-side-card {
    background: linear-gradient(180deg, #f0f0f0 0%, #f8f8f8 100%) !important;
    color: #111111 !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.computex-redesign .hero-side-card::before {
    background: radial-gradient(circle, rgba(211, 18, 23, 0.12), rgba(211, 18, 23, 0)) !important;
}

.computex-redesign .hero-side-pill {
    background: rgba(211, 18, 23, 0.18) !important;
    color: #ffffff !important;
    border: 1px solid rgba(211, 18, 23, 0.24);
}

.computex-redesign .hero-side-image,
.computex-redesign .hero-shortcut-media {
    background:
        linear-gradient(180deg, rgba(211, 18, 23, 0.16), rgba(5, 5, 5, 0.04)),
        #f3f3f3 !important;
}

.computex-redesign .hero-shortcut {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.computex-redesign .hero-shortcut-label {
    background: linear-gradient(180deg, #333333 0%, #1a1a1a 100%) !important;
    color: #ffffff !important;
}

.computex-redesign .hero-shortcut-media {
    padding: 14px;
}

.computex-redesign .hero-carousel-control {
    background: rgba(255, 255, 255, 0.98) !important;
    color: #111111 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.computex-redesign .hero-carousel-dot {
    background: rgba(0, 0, 0, 0.2) !important;
}

.computex-redesign .hero-carousel-dot.is-active {
    background: #d31217 !important;
}

@media (prefers-reduced-motion: reduce) {
    .brands-marquee-track {
        animation: none !important;
        transform: none !important;
    }
}

/* ============================================
   MOBILE SEARCH BAR
   ============================================ */
.computex-header-mobile-search {
    display: none;
}

.computex-header-mobile-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 16px;
    margin-top: 10px;
}

.computex-header-mobile-search-input {
    flex: 1;
    border: 0;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 500;
    outline: none;
    color: #111827;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.computex-header-mobile-search-input::placeholder {
    color: #9ca3af;
}

.computex-header-mobile-search-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    cursor: pointer;
}

.computex-header-mobile-search-form button svg {
    width: 18px;
    height: 18px;
}

/* ============================================
   MOBILE HEADER TOGGLE ICON
   ============================================ */
.computex-site-header .site-navigation-toggle-holder {
    display: flex !important;
}

.computex-site-header .site-navigation-toggle {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

.computex-site-header .site-navigation-toggle-icon,
.computex-site-header .site-navigation-toggle-icon::before,
.computex-site-header .site-navigation-toggle-icon::after {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.computex-site-header .site-navigation-toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.computex-site-header .site-navigation-toggle-icon::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
}

.computex-site-header .site-navigation-toggle-icon::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
}

/* ============================================
   MOBILE RESPONSIVE FIXES
   ============================================ */

/* Prevent horizontal overflow on all devices */
.computex-redesign,
.computex-redesign body,
.computex-redesign .site,
.computex-redesign .site-content,
.computex-redesign .site-main,
.computex-redesign .content-area,
.computex-redesign .container,
.computex-redesign .categories-section,
.computex-redesign .hero-section,
.computex-redesign .hero-marketplace-shell,
.computex-redesign .hero-carousel,
.computex-redesign .hero-slide,
.computex-redesign .hero-side-card,
.computex-redesign .computex-header-promo,
.computex-redesign .site-footer,
.computex-redesign .computex-footer-shell {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

/* Ensure header promo bar doesn't cause horizontal scroll */
.computex-header-promo {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
}

.computex-redesign .computex-site-header,
.computex-redesign .computex-header-shell,
.computex-redesign .computex-header-nav-row {
    overflow: visible !important;
}

/* Mobile header layout */
@media (max-width: 900px) {
    .computex-mega-panel,
    .computex-mega-menu > li:hover .computex-mega-panel,
    .computex-mega-menu > li:focus-within .computex-mega-panel {
        display: none !important;
    }

    .computex-header-main {
        grid-template-columns: 1fr auto !important;
        gap: 12px !important;
    }

    .computex-branding {
        flex: 0 0 auto !important;
    }

    .computex-site-header .site-branding img {
        max-height: 36px !important;
    }

    .computex-header-search {
        display: none !important;
    }

    .computex-header-actions {
        gap: 6px !important;
    }

    .computex-header-action span {
        display: none !important;
    }

    .computex-header-action {
        min-height: 44px !important;
        min-width: 44px !important;
        padding: 0 10px !important;
    }

    .computex-header-icon-button {
        width: 44px !important;
        height: 44px !important;
    }

    .computex-header-mobile-search {
        display: block !important;
    }

    .computex-site-header .site-navigation-toggle-holder {
        display: flex !important;
    }
}

/* Extra small screens (phones under 480px) */
@media (max-width: 480px) {
    .computex-site-header .site-branding img {
        max-height: 30px !important;
    }

    .computex-site-header .site-title {
        font-size: 1rem !important;
    }

    .computex-site-header .site-description {
        display: none !important;
    }

    .computex-header-action.is-outline {
        display: none !important;
    }

    .computex-header-promo {
        font-size: 0.58rem !important;
        padding: 6px 10px !important;
    }

    .hero-slide-inner {
        padding: 20px 16px 56px !important;
    }

    .hero-slide-title {
        font-size: clamp(1.6rem, 7vw, 2.4rem) !important;
    }

    .hero-slide-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .hero-slide-actions .btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* Fix hero slides on mobile */
@media (max-width: 767px) {
    .hero-slide {
        min-height: 400px !important;
    }

    .hero-carousel {
        min-height: 400px !important;
        border-radius: 20px !important;
    }

    .hero-slide-inner {
        grid-template-columns: 1fr !important;
        padding: 24px 18px 60px !important;
    }

    .hero-slide-visuals {
        display: none !important;
    }

    .hero-slide-copy {
        max-width: 100% !important;
    }

    .hero-carousel-control {
        width: 40px !important;
        height: 40px !important;
        margin-top: -20px !important;
    }

    .hero-carousel-control.is-prev {
        left: 10px !important;
    }

    .hero-carousel-control.is-next {
        right: 10px !important;
    }

    .hero-carousel-dots {
        bottom: 14px !important;
    }

    .hero-side-card {
        display: none !important;
    }

    .hero-shortcuts {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .hero-shortcut {
        min-height: 120px !important;
        border-radius: 18px !important;
    }

    .hero-shortcut-label {
        font-size: 0.85rem !important;
        min-height: 44px !important;
        padding: 8px 10px !important;
    }

    .hero-shortcut-media img {
        max-height: 70px !important;
    }
}

/* Category shelf mobile fixes */
@media (max-width: 767px) {
    .category-shelf {
        border-radius: 20px !important;
        border-width: 1px !important;
    }

    .category-shelf-head {
        padding: 16px 18px !important;
    }

    .category-shelf-title {
        font-size: 1.3rem !important;
    }

    .category-shelf-stage {
        padding: 14px !important;
    }

    .category-shelf-track {
        gap: 12px !important;
    }

    .category-feature-card {
        border-radius: 18px !important;
    }

    .category-feature-copy {
        padding: 18px 14px 20px 12px !important;
    }

    .category-product-card {
        width: 72vw !important;
        min-width: 72vw !important;
        border-radius: 18px !important;
    }

    .category-product-media {
        min-height: 180px !important;
    }

    .category-promo-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .category-promo-card {
        border-radius: 20px !important;
        padding: 20px !important;
        min-height: auto !important;
    }

    .category-promo-media img {
        max-height: 140px !important;
    }
}

/* Products grid mobile fixes */
@media (max-width: 767px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .product-card {
        border-radius: 16px !important;
    }

    .product-card .product-image {
        aspect-ratio: 1 !important;
    }

    .product-card .product-image img {
        padding: 10px !important;
    }

    .product-card .product-info {
        padding: 12px !important;
    }

    .product-card .product-name {
        font-size: 0.85rem !important;
        -webkit-line-clamp: 2 !important;
    }

    .product-card .product-price {
        font-size: 0.9rem !important;
    }

    .product-card .btn-add-cart {
        padding: 8px 12px !important;
        font-size: 0.8rem !important;
    }
}

/* Categories grid mobile fixes */
@media (max-width: 767px) {
    .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .category-card {
        border-radius: 18px !important;
        border-width: 1px !important;
    }

    .category-image {
        aspect-ratio: 4 / 3 !important;
    }

    .category-content {
        padding: 16px !important;
        min-height: auto !important;
        margin-top: -16px !important;
    }

    .category-icon {
        width: 44px !important;
        height: 44px !important;
        margin-bottom: 12px !important;
    }

    .category-icon svg {
        width: 20px !important;
        height: 20px !important;
    }

    .category-desc {
        font-size: 0.82rem !important;
        -webkit-line-clamp: 2 !important;
    }
}

/* Contact and trust sections mobile */
@media (max-width: 767px) {
    .contact-grid,
    .trust-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .contact-item,
    .trust-item {
        padding: 16px !important;
        border-radius: 16px !important;
    }

    .contact-icon {
        width: 44px !important;
        height: 44px !important;
    }

    .contact-icon svg {
        width: 20px !important;
        height: 20px !important;
    }
}

/* Promo banner mobile */
@media (max-width: 767px) {
    .promo-banner {
        border-radius: 20px !important;
        padding: 20px !important;
        grid-template-columns: 1fr !important;
    }

    .promo-title {
        font-size: clamp(1.5rem, 5vw, 2rem) !important;
    }

    .promo-visual {
        display: none !important;
    }
}

/* Footer mobile fixes */
@media (max-width: 767px) {
    .site-footer {
        padding: clamp(40px, 7vw, 60px) 0 20px !important;
    }

    .computex-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .computex-footer-brand,
    .computex-footer-card,
    .computex-footer-cta {
        padding: 20px !important;
        border-radius: 18px !important;
    }

    .computex-footer-logo img {
        max-height: 36px !important;
    }

    .footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .computex-footer-meta {
        justify-content: flex-start !important;
    }
}

/* ============================================
   RESPONSIVE MOBILE POLISH
   ============================================ */
@media (max-width: 1024px) {
    .container,
    .computex-header-shell {
        width: min(100%, calc(100% - 24px)) !important;
    }

    .computex-header-main {
        position: static !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 12px !important;
        align-items: start !important;
        min-height: 0 !important;
        padding-left: 0 !important;
    }

    .computex-branding,
    .computex-site-header .site-branding {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        grid-column: 1;
        width: auto !important;
    }

    .computex-site-header .site-branding .custom-logo-link,
    .computex-site-header .site-branding .site-logo {
        width: auto !important;
    }

    .computex-site-header .site-branding img {
        width: auto !important;
        max-width: 100% !important;
        max-height: 40px !important;
    }

    .computex-header-actions {
        grid-column: 2;
        justify-self: end;
        justify-content: flex-end !important;
        flex-wrap: wrap;
    }

    .computex-header-search {
        display: flex !important;
        grid-column: 1 / -1;
        order: 3;
        width: 100%;
        min-height: 48px !important;
    }

    .computex-header-nav-row {
        grid-template-columns: 1fr auto !important;
        gap: 12px !important;
    }

    .computex-header-cta {
        grid-column: 1 / -1;
        justify-self: stretch;
        width: 100%;
    }

    .hero-slide-actions {
        flex-wrap: wrap;
    }

    .hero-slide-actions .btn-primary {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .container,
    .computex-header-shell {
        width: min(100%, calc(100% - 16px)) !important;
    }

    .computex-header-promo {
        padding: 8px 12px !important;
        font-size: 0.58rem !important;
        line-height: 1.35 !important;
    }

    .computex-header-main {
        gap: 10px !important;
    }

    .computex-branding,
    .computex-site-header .site-branding {
        gap: 8px !important;
    }

    .computex-site-header .site-branding img {
        max-height: 34px !important;
    }

    .computex-site-header .site-title {
        font-size: clamp(0.95rem, 4vw, 1.1rem) !important;
    }

    .computex-site-header .site-description {
        display: none !important;
    }

    .computex-header-search {
        min-height: 46px !important;
        padding: 0 6px 0 12px !important;
    }

    .computex-header-search-input {
        font-size: 0.95rem !important;
    }

    .computex-header-search-submit {
        width: 36px !important;
        height: 36px !important;
    }

    .computex-header-actions {
        display: flex !important;
        gap: 8px !important;
    }

    .computex-header-action {
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 0 12px !important;
    }

    .computex-header-icon-button {
        width: 44px !important;
        height: 44px !important;
    }

    .computex-header-action span {
        display: none !important;
    }

    .computex-header-nav-row {
        align-items: center !important;
    }

    .computex-header-cta {
        min-height: 46px !important;
        padding-inline: 16px !important;
    }

    .hero-section.hero-marketplace {
        padding: 10px 0 24px !important;
    }

    .hero-marketplace-shell {
        gap: 14px !important;
    }

    .hero-carousel,
    .hero-slide {
        min-height: 420px !important;
    }

    .hero-slide-inner {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding: 24px 16px 58px !important;
    }

    .hero-slide-copy {
        max-width: none !important;
    }

    .hero-slide-title {
        font-size: clamp(1.9rem, 9vw, 2.7rem) !important;
    }

    .hero-slide-desc,
    .hero-side-desc {
        max-width: 34ch !important;
        font-size: 0.92rem !important;
        line-height: 1.55 !important;
    }

    .hero-slide-actions {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .hero-slide-actions .btn-primary,
    .hero-slide-link {
        width: 100% !important;
        justify-content: center !important;
    }

    .hero-slide-link {
        min-height: 48px;
        padding: 0 20px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.14);
        text-decoration: none;
    }

    .hero-slide-visuals,
    .hero-side-card {
        display: none !important;
    }

    .hero-shortcuts {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .hero-shortcut {
        min-height: 118px !important;
    }

    .hero-shortcut-label {
        font-size: 0.82rem !important;
    }

    .categories-editorial-head {
        gap: 14px !important;
    }

    .categories-editorial-link {
        width: 100%;
        justify-content: center;
    }

    .category-shelf {
        border-radius: 22px !important;
    }

    .category-shelf-head {
        padding: 16px !important;
    }

    .category-shelf-titlewrap {
        gap: 10px !important;
    }

    .category-shelf-icon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 12px !important;
    }

    .category-shelf-title {
        font-size: 1.25rem !important;
    }

    .category-shelf-actions {
        width: 100%;
        gap: 10px !important;
        flex-wrap: wrap !important;
    }

    .category-shelf-link {
        flex: 1 1 auto;
    }

    .category-shelf-controls {
        margin-left: auto;
    }

    .category-shelf-stage {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 12px !important;
    }

    .category-feature-card {
        border-radius: 18px !important;
    }

    .category-feature-copy {
        padding: 18px 14px 20px !important;
    }

    .category-feature-title {
        font-size: clamp(1.5rem, 7vw, 2rem) !important;
        line-height: 1.02 !important;
    }

    .category-feature-desc {
        display: block;
        max-width: none !important;
        font-size: 0.9rem !important;
        -webkit-line-clamp: initial;
    }

    .category-shelf-carousel {
        padding-bottom: 28px !important;
    }

    .category-shelf-viewport {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-bottom: 6px;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        touch-action: auto;
        overscroll-behavior-x: contain;
        overscroll-behavior-y: auto;
    }

    .category-shelf-viewport::-webkit-scrollbar {
        display: none;
    }

    .category-shelf-track {
        width: max-content !important;
        gap: 12px !important;
        grid-auto-columns: clamp(248px, 78vw, 300px) !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .category-shelf-track > * {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .category-product-card {
        width: auto !important;
        min-width: 0 !important;
        border-radius: 18px !important;
    }

    .category-product-media {
        min-height: 176px !important;
        padding: 14px 14px 0 !important;
    }

    .category-product-media img {
        max-width: 180px !important;
        max-height: 160px !important;
    }

    .category-product-body {
        padding: 14px 16px 16px !important;
    }

    .category-product-title {
        font-size: 0.95rem !important;
    }

    .category-product-category {
        margin-top: 14px !important;
        padding-top: 14px !important;
    }

    .category-product-pricing {
        margin-top: 14px !important;
    }

    .category-product-meta {
        padding-top: 14px !important;
    }

    .category-promo-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .category-promo-card {
        grid-template-columns: 1fr !important;
        padding: 18px !important;
        border-radius: 20px !important;
    }

    .category-promo-copy h3 {
        font-size: clamp(1.45rem, 8vw, 2rem) !important;
    }

    .category-promo-copy p {
        font-size: 0.9rem !important;
    }

    .category-promo-media {
        justify-content: flex-start !important;
    }

    .category-promo-media img {
        max-height: 132px !important;
    }
}

@media (max-width: 480px) {
    .container,
    .computex-header-shell {
        width: min(100%, calc(100% - 12px)) !important;
    }

    .computex-header-main {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    .computex-header-search {
        min-height: 44px !important;
    }

    .hero-carousel,
    .hero-slide {
        min-height: 380px !important;
        border-radius: 18px !important;
    }

    .hero-slide-inner {
        padding: 20px 14px 54px !important;
    }

    .hero-slide-title {
        font-size: clamp(1.7rem, 10vw, 2.3rem) !important;
    }

    .hero-slide-desc {
        font-size: 0.88rem !important;
    }

    .hero-carousel-control {
        width: 38px !important;
        height: 38px !important;
    }

    .hero-shortcuts {
        gap: 8px !important;
    }

    .hero-shortcut {
        min-height: 108px !important;
        border-radius: 16px !important;
    }

    .hero-shortcut-media img {
        max-height: 64px !important;
    }

    .categories-editorial-copy {
        font-size: 0.88rem !important;
    }

    .category-shelf-link {
        width: 100%;
    }

    .category-shelf-controls {
        width: 100%;
        justify-content: flex-end;
    }

    .category-shelf-track {
        grid-auto-columns: clamp(220px, 82vw, 280px) !important;
    }

    .category-product-media {
        min-height: 160px !important;
    }

    .category-product-meta a {
        width: 38px !important;
        height: 38px !important;
        border-radius: 12px !important;
    }

    .whatsapp-float {
        left: 12px !important;
        bottom: 12px !important;
        width: 52px !important;
        height: 52px !important;
    }

    .eael-ext-scroll-to-top-wrap {
        right: 12px !important;
        bottom: 12px !important;
    }
}

/* ============================================
   MOBILE HEADER REFRESH
   ============================================ */
@media (max-width: 767px) {
    .computex-site-header {
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(18px);
        box-shadow: 0 10px 30px rgba(8, 16, 29, 0.08) !important;
    }

    .computex-header-promo {
        min-height: 22px !important;
        padding: 0 10px !important;
        font-size: 0.48rem !important;
        font-weight: 800 !important;
        letter-spacing: 0.06em !important;
    }

    .computex-header-shell {
        width: min(100%, calc(100% - 14px)) !important;
        padding: 8px 0 6px !important;
    }

    .computex-header-main {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "brand"
            "search";
        gap: 8px !important;
        align-items: center !important;
        padding: 0 !important;
    }

    .computex-branding,
    .computex-site-header .site-branding {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        grid-area: brand;
        justify-self: center;
        justify-content: center;
        gap: 0 !important;
        width: 100%;
    }

    .computex-site-header .site-branding .custom-logo-link,
    .computex-site-header .site-branding .site-logo {
        justify-content: center;
    }

    .computex-site-header .site-branding img {
        max-height: 32px !important;
        width: auto;
        transform: none !important;
    }

    .computex-brand-copy,
    .computex-site-header .site-title,
    .computex-site-header .site-description {
        display: none !important;
    }

    .computex-header-actions {
        display: none !important;
    }

    .computex-header-icon-button {
        display: none !important;
    }

    .computex-header-action.is-outline {
        display: none !important;
    }

    .computex-header-action.is-outline svg {
        width: 20px !important;
        height: 20px !important;
    }

    .computex-header-action.is-outline span {
        display: none !important;
    }

    .computex-header-action.is-solid {
        display: none !important;
    }

    .computex-header-action.is-solid svg {
        width: 18px !important;
        height: 18px !important;
    }

    .computex-header-action.is-solid span {
        display: inline !important;
        font-size: 0.78rem !important;
        font-weight: 800 !important;
        color: #0f172a !important;
    }

    .computex-header-action.is-solid small {
        min-width: 18px !important;
        height: 18px !important;
        padding: 0 5px !important;
        background: #ef4444 !important;
        color: #ffffff !important;
        font-size: 0.64rem !important;
    }

    .computex-header-search {
        grid-area: search;
        display: flex !important;
        min-height: 44px !important;
        width: 100%;
        justify-self: stretch;
        padding: 0 5px 0 12px !important;
        border: 0 !important;
        border-radius: 14px !important;
        background: linear-gradient(135deg, #1fd136 0%, #10b928 100%) !important;
        box-shadow: 0 12px 28px rgba(34, 197, 94, 0.24) !important;
    }

    .computex-header-search:hover,
    .computex-header-search:focus-within {
        transform: none !important;
        border-color: transparent !important;
        box-shadow: 0 14px 30px rgba(34, 197, 94, 0.28) !important;
    }

    .computex-header-search-icon {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .computex-header-search-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .computex-header-search-input,
    .computex-header-search-input::placeholder {
        color: #ffffff !important;
        font-size: 0.88rem !important;
        font-weight: 700 !important;
    }

    .computex-header-search-input::placeholder {
        opacity: 0.92;
    }

    .computex-header-search-submit {
        width: 32px !important;
        height: 32px !important;
        background: #ffffff !important;
        color: #16a34a !important;
        box-shadow: none !important;
    }

    .computex-header-nav-row {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        min-height: 0 !important;
        padding: 8px 0 0 !important;
        margin-top: 8px;
        border-top: 1px solid rgba(8, 16, 29, 0.06) !important;
    }

    .computex-desktop-nav {
        display: block !important;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .computex-desktop-nav::-webkit-scrollbar {
        display: none;
    }

    .computex-mega-menu {
        flex-wrap: nowrap !important;
        gap: 6px !important;
        width: max-content;
        min-width: 100%;
        padding: 0 0 2px !important;
    }

    .computex-mega-menu > li {
        flex: 0 0 auto;
    }

    .computex-mega-menu > li > a {
        min-height: 32px !important;
        padding: 0 10px !important;
        gap: 6px !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #0f172a !important;
        font-size: 0.74rem !important;
        font-weight: 700 !important;
        box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
    }

    .computex-mega-menu > li:hover > a,
    .computex-mega-menu > li:focus-within > a,
    .computex-mega-menu > li.current-menu-item > a,
    .computex-mega-menu > li.current-menu-ancestor > a {
        transform: none !important;
        border-color: rgba(34, 197, 94, 0.24) !important;
        color: #15803d !important;
        background: rgba(34, 197, 94, 0.08) !important;
    }

    .computex-menu-icon,
    .computex-menu-icon.is-green,
    .computex-menu-icon.is-lime,
    .computex-menu-icon.is-cyan,
    .computex-menu-icon.is-orange,
    .computex-menu-icon.is-teal,
    .computex-menu-icon.is-purple,
    .computex-menu-icon.is-amber,
    .computex-menu-icon.is-fuchsia,
    .computex-menu-icon.is-rose,
    .computex-menu-icon.is-sky,
    .computex-menu-icon.is-red {
        color: #22c55e !important;
    }

    .computex-menu-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    .computex-header-cta,
    .computex-site-header .site-navigation-toggle-holder,
    .computex-site-header .site-navigation-dropdown {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .computex-header-shell {
        width: min(100%, calc(100% - 10px)) !important;
        padding-top: 6px !important;
    }

    .computex-header-main {
        grid-template-columns: 40px minmax(0, 1fr) auto !important;
        gap: 8px !important;
    }

    .computex-header-action.is-outline {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        border-radius: 12px !important;
    }

    .computex-header-search {
        min-height: 40px !important;
        border-radius: 12px !important;
    }

    .computex-header-search-input,
    .computex-header-search-input::placeholder {
        font-size: 0.82rem !important;
    }

    .computex-header-search-submit {
        width: 30px !important;
        height: 30px !important;
    }

    .computex-header-action.is-solid {
        min-height: 40px !important;
        padding: 0 10px !important;
        border-radius: 12px !important;
    }

    .computex-header-action.is-solid span {
        font-size: 0.72rem !important;
    }

    .computex-mega-menu > li > a {
        min-height: 30px !important;
        padding: 0 9px !important;
        font-size: 0.7rem !important;
    }
}

/* ============================================
   FOOTER BLACKOUT
   ============================================ */
.computex-redesign .site-footer,
.computex-redesign .site-footer.computex-footer,
.computex-redesign .site-footer.computex-footer:not(.dynamic-footer) {
    background: #000000 !important;
    color: #ffffff !important;
}

.computex-redesign .site-footer::before {
    display: none !important;
}

.computex-redesign .computex-footer-brand,
.computex-redesign .computex-footer-card,
.computex-redesign .computex-footer-cta {
    background: #000000 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.computex-redesign .site-footer,
.computex-redesign .site-footer h2,
.computex-redesign .site-footer h3,
.computex-redesign .site-footer h4,
.computex-redesign .site-footer p,
.computex-redesign .site-footer strong,
.computex-redesign .site-footer span,
.computex-redesign .site-footer a,
.computex-redesign .computex-footer-copy,
.computex-redesign .computex-footer-contact-list p,
.computex-redesign .computex-footer-contact-list a,
.computex-redesign .computex-footer-contact-list span,
.computex-redesign .footer-bottom,
.computex-redesign .footer-bottom p {
    color: #ffffff !important;
}

.computex-redesign .computex-footer-pills span,
.computex-redesign .computex-footer-meta span,
.computex-redesign .footer-social a {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
}

.computex-redesign .computex-footer-links a::before {
    background: #ffffff !important;
    box-shadow: none !important;
}

.computex-redesign .computex-footer-contact-list li,
.computex-redesign .footer-bottom {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.computex-redesign .computex-footer-cta a {
    color: #ffffff !important;
}

.computex-redesign .computex-footer-shell,
.computex-redesign .computex-footer-grid {
    background: #000000 !important;
}

/* ============================================
   HEADER FOLLOW USER (sticky en flujo natural - no necesita padding-top compensatorio)
   ============================================ */
body.computex-redesign {
    padding-top: 0 !important;
    scroll-padding-top: calc(var(--computex-header-offset, 150px) + 12px);
}

.site-header.computex-site-header,
.computex-site-header {
    position: sticky !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1100 !important;
}

/* Cuando hay barra de admin de WP visible */
body.admin-bar .computex-site-header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    body.admin-bar .computex-site-header {
        top: 46px !important;
    }
}

/* ============================================
   HERO SHORTCUTS REFINEMENT
   ============================================ */
.computex-redesign .hero-shortcuts {
    gap: 22px !important;
    margin-top: 24px !important;
    align-items: stretch;
}

.computex-redesign .hero-shortcuts-wrap {
    position: relative;
}

.computex-redesign .hero-shortcuts-hint {
    display: none;
}

.computex-redesign .hero-shortcut {
    position: relative;
    display: grid !important;
    grid-template-rows: auto 1fr;
    gap: 14px;
    min-height: 206px !important;
    padding: 18px 18px 16px;
    border-radius: 30px !important;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #ffffff 0%, #f6f1f1 100%) !important;
    border: 1px solid rgba(15, 15, 15, 0.08) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.computex-redesign .hero-shortcut::before {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -34px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(211, 18, 23, 0.12) 0%, rgba(211, 18, 23, 0) 70%);
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 0;
}

.computex-redesign .hero-shortcut:hover,
.computex-redesign .hero-shortcut:focus-visible {
    transform: translateY(-8px);
    border-color: rgba(211, 18, 23, 0.22) !important;
    box-shadow: 0 24px 46px rgba(15, 23, 42, 0.13) !important;
}

.computex-redesign .hero-shortcut:hover::before,
.computex-redesign .hero-shortcut:focus-visible::before {
    transform: scale(1.08);
    opacity: 1;
}

.computex-redesign .hero-shortcut-label,
.computex-redesign .hero-shortcut-media {
    position: relative;
    z-index: 1;
}

.computex-redesign .hero-shortcut-label {
    align-self: flex-start;
    justify-content: flex-start;
    min-height: auto !important;
    padding: 10px 16px !important;
    border-radius: 999px;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12) !important;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.015em;
    text-align: left;
}

.computex-redesign .hero-shortcut-media {
    min-height: 126px;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px 14px 14px !important;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 58%),
        linear-gradient(180deg, #fff7f7 0%, #efeded 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.computex-redesign .hero-shortcut-media img {
    max-height: 116px !important;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.14));
}

.computex-redesign .hero-shortcut:hover .hero-shortcut-media img,
.computex-redesign .hero-shortcut:focus-visible .hero-shortcut-media img {
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 1024px) {
    .computex-redesign .hero-shortcuts {
        gap: 14px !important;
    }

    .computex-redesign .hero-shortcut {
        min-height: 172px !important;
        padding: 14px 14px 12px;
        border-radius: 22px !important;
        gap: 10px;
    }

    .computex-redesign .hero-shortcut-label {
        padding: 8px 12px !important;
        font-size: 0.9rem !important;
    }

    .computex-redesign .hero-shortcut-media {
        min-height: 100px;
        padding: 14px 10px 12px !important;
        border-radius: 18px;
    }

    .computex-redesign .hero-shortcut-media img {
        max-height: 82px !important;
    }
}

@media (max-width: 767px) {
    .computex-redesign .hero-shortcut {
        min-height: 142px !important;
        padding: 12px 12px 10px;
        border-radius: 18px !important;
        gap: 8px;
    }

    .computex-redesign .hero-shortcut-label {
        width: 100%;
        justify-content: center;
        font-size: 0.82rem !important;
        text-align: center;
    }

    .computex-redesign .hero-shortcut-media {
        min-height: 78px;
        border-radius: 14px;
        padding: 12px 8px 10px !important;
    }

    .computex-redesign .hero-shortcut-media img {
        max-height: 66px !important;
    }
}

@media (max-width: 480px) {
    .computex-redesign .hero-shortcuts {
        gap: 8px !important;
    }

    .computex-redesign .hero-shortcut {
        min-height: 126px !important;
        padding: 10px 10px 8px;
    }

    .computex-redesign .hero-shortcut-label {
        font-size: 0.78rem !important;
        padding: 7px 9px !important;
    }

    .computex-redesign .hero-shortcut-media img {
        max-height: 60px !important;
    }
}

body.computex-redesign .computex-header-promo {
    background: #d31217 !important;
}

body.computex-redesign .computex-site-header {
    background: #0a0a0a !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

body.computex-redesign .computex-header-main {
    display: grid !important;
    grid-template-columns: 228px minmax(320px, 760px) auto !important;
    justify-content: space-between !important;
    gap: 14px !important;
    align-items: center !important;
    padding-left: 0 !important;
}

body.computex-redesign .computex-header-search {
    display: flex !important;
    grid-column: 2 !important;
    justify-self: end !important;
    width: 100% !important;
    max-width: 760px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    gap: 8px !important;
    transition: background 0.2s ease, border-color 0.2s ease !important;
}

body.computex-redesign .computex-header-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.computex-redesign .computex-header-search:hover,
body.computex-redesign .computex-header-search:focus-within {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    transform: none !important;
}

body.computex-redesign .computex-header-search-icon {
    display: none !important;
}

body.computex-redesign .computex-header-search-input {
    color: #ffffff !important;
    font-size: 0.86rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
}

body.computex-redesign .computex-header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
    font-weight: 400 !important;
}

body.computex-redesign .computex-header-search-submit {
    display: inline-flex !important;
    order: -1 !important;
    width: 28px !important;
    height: 28px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    transition: color 0.2s ease !important;
    padding: 0 !important;
}

body.computex-redesign .computex-header-search-submit svg {
    width: 18px !important;
    height: 18px !important;
}

body.computex-redesign .computex-header-search-submit:hover,
body.computex-redesign .computex-header-search-submit:focus-visible {
    background: transparent !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}

body.computex-redesign .computex-header-icon-button {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.computex-redesign .computex-header-icon-button:hover,
body.computex-redesign .computex-header-icon-button:focus-visible {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.computex-redesign .computex-header-actions .computex-header-cta {
    grid-column: auto !important;
    justify-self: auto !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    background: #d31217 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

body.computex-redesign .computex-header-actions .computex-header-cta svg {
    width: 16px !important;
    height: 16px !important;
}

body.computex-redesign .computex-header-actions .computex-header-cta:hover,
body.computex-redesign .computex-header-actions .computex-header-cta:focus-visible {
    background: #eb1d25 !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
}

body.computex-redesign .computex-mega-menu > li > a {
    color: rgba(255, 255, 255, 0.78) !important;
    border-bottom-color: transparent !important;
}

body.computex-redesign .computex-mega-menu > li:hover > a,
body.computex-redesign .computex-mega-menu > li:focus-within > a,
body.computex-redesign .computex-mega-menu > li.current-menu-item > a,
body.computex-redesign .computex-mega-menu > li.current-menu-ancestor > a {
    color: #ffffff !important;
    border-color: #d31217 !important;
}

body.computex-redesign .computex-menu-icon {
    color: rgba(255, 255, 255, 0.6) !important;
}

body.computex-redesign .computex-mega-menu > li:hover .computex-menu-icon,
body.computex-redesign .computex-mega-menu > li:focus-within .computex-menu-icon {
    color: rgba(255, 255, 255, 0.9) !important;
}

body.computex-redesign .computex-header-nav-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-content: center !important;
    gap: 0 !important;
    border-top-color: rgba(255, 255, 255, 0.07) !important;
}

body.computex-redesign .computex-header-nav-row::before {
    display: none !important;
}

body.computex-redesign .computex-desktop-nav {
    grid-column: 1 !important;
    justify-self: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

body.computex-redesign .computex-mega-menu {
    width: auto !important;
    max-width: 100% !important;
    justify-content: center !important;
    gap: 18px 28px !important;
    margin: 0 auto !important;
}

body.computex-redesign .computex-site-header .site-title a {
    color: #ffffff !important;
}

@media (min-width: 901px) {
    body.computex-redesign .computex-mega-menu > li {
        padding-bottom: 18px;
        margin-bottom: -18px;
    }

    body.computex-redesign .computex-mega-panel {
        top: calc(100% - 18px);
        padding-top: 18px;
        transform: translateX(-50%) translateY(-4px) scaleY(0.98);
    }

    body.computex-redesign .computex-mega-menu > li:hover .computex-mega-panel,
    body.computex-redesign .computex-mega-menu > li:focus-within .computex-mega-panel {
        transform: translateX(-50%) translateY(0) scaleY(1);
    }
}

body.computex-redesign,
body.computex-redesign .site,
body.computex-redesign .site-content,
body.computex-redesign .site-main,
body.computex-redesign .content-area {
    background: #ffffff !important;
}

body.computex-redesign .hero-section,
body.computex-redesign .hero-section.hero-marketplace,
body.computex-redesign .hero-section.hero-marketplace::before,
body.computex-redesign .categories-section,
body.computex-redesign .products-section,
body.computex-redesign .brands-section,
body.computex-redesign .trust-section,
body.computex-redesign .promo-section {
    background: #ffffff !important;
}

body.computex-redesign .hero-shortcut-media,
body.computex-redesign .category-promo-card,
body.computex-redesign .category-feature-media,
body.computex-redesign .hero-side-image {
    background: #f4f4f5 !important;
}

body.computex-redesign .hero-carousel,
body.computex-redesign .hero-side-card,
body.computex-redesign .hero-shortcut,
body.computex-redesign .category-shelf,
body.computex-redesign .category-feature-card,
body.computex-redesign .category-promo-card,
body.computex-redesign .category-promo-grid,
body.computex-redesign .category-product-card,
body.computex-redesign .product-card,
body.computex-redesign .trust-item,
body.computex-redesign .brand-marquee-card,
body.computex-redesign .hero-slide-visual {
    box-shadow: none !important;
}

/* Sección unificada — sin contenedores divididos */
body.computex-redesign .category-shelf,
body.computex-redesign .brands-showcase {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.computex-redesign .category-shelf-head,
body.computex-redesign .brands-showcase-head {
    border-bottom: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

body.computex-redesign .brands-marquee-fade.is-left {
    background: linear-gradient(90deg, #ffffff 8%, rgba(255, 255, 255, 0)) !important;
}

body.computex-redesign .brands-marquee-fade.is-right {
    background: linear-gradient(270deg, #ffffff 8%, rgba(255, 255, 255, 0)) !important;
}

/* Encabezado de sección — más refinado */
body.computex-redesign .category-shelf-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

body.computex-redesign .category-shelf-title {
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
}

body.computex-redesign .category-shelf-link {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: var(--computex-primary) !important;
}

body.computex-redesign .category-shelf-control {
    width: 36px !important;
    height: 36px !important;
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

body.computex-redesign .category-shelf-stage {
    padding: 0 !important;
    gap: 20px !important;
    align-items: stretch !important;
}

body.computex-redesign .category-shelf-track {
    align-items: start !important;
}

/* Tarjeta editorial izquierda — oscura con texto blanco */
body.computex-redesign .category-feature-card {
    background: #0a0a0a !important;
    border-radius: 20px !important;
    align-self: stretch !important;
    height: 100% !important;
    min-height: 0 !important;
}

body.computex-redesign .category-feature-eyebrow {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.14em !important;
}

body.computex-redesign .category-feature-title {
    color: #ffffff !important;
    font-size: clamp(1.45rem, 1.8vw, 1.85rem) !important;
    line-height: 1.08 !important;
}

body.computex-redesign .category-feature-desc {
    color: rgba(255, 255, 255, 0.52) !important;
    font-size: 0.88rem !important;
}

body.computex-redesign .category-feature-link {
    color: #ffffff !important;
    font-size: 0.9rem !important;
    gap: 6px !important;
}

body.computex-redesign .category-feature-link::after {
    content: "→";
}

/* Product cards — más limpios y livianos */
body.computex-redesign .category-product-card {
    height: auto !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
    box-shadow: none !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
}

body.computex-redesign .category-product-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09) !important;
    transform: translateY(-3px) !important;
}

body.computex-redesign .category-product-title {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

body.computex-redesign .category-product-pricing strong {
    color: #111111 !important;
    font-size: 1rem !important;
}

body.computex-redesign .category-product-category {
    font-size: 0.76rem !important;
    color: #9ca3af !important;
}

body.computex-redesign .hero-side-card {
    background: #0a0a0a !important;
    color: #ffffff !important;
}

body.computex-redesign .hero-side-title {
    color: #ffffff !important;
}
body.computex-redesign .hero-side-eyebrow {
    color: rgba(255, 255, 255, 0.55) !important;
}
body.computex-redesign .hero-side-desc {
    color: rgba(255, 255, 255, 0.68) !important;
}

body.computex-redesign .hero-side-pill {
    background: #d31217 !important;
    color: #ffffff !important;
    border: none !important;
}

body.computex-redesign .hero-shortcut-media {
    background: #ffffff !important;
}

body.computex-redesign .hero-shortcut {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: #ffffff !important;
}

body.computex-redesign .hero-shortcut-label {
    background: #111111 !important;
    color: #ffffff !important;
}

/* ============================================
   HEADER MÓVIL / TABLET  (≤ 1024px)
   Estructura: [hamburger] [logo] → [search-icon + cart]
   ============================================ */
@media (max-width: 1024px) {
    body.computex-redesign .computex-header-shell {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    /* Flexbox row: hamburger | logo | (spacer) | actions */
    body.computex-redesign .computex-header-main {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 52px !important;
        padding: 0 !important;
    }

    /* Hamburger: show on mobile, first child */
    body.computex-redesign .cx-mob-toggle {
        display: flex !important;
        flex-shrink: 0 !important;
        order: 0 !important;
    }

    /* Logo */
    body.computex-redesign .computex-branding,
    body.computex-redesign .computex-site-header .site-branding {
        position: static !important;
        transform: none !important;
        width: auto !important;
        flex-shrink: 0 !important;
        order: 1 !important;
    }

    body.computex-redesign .computex-site-header .site-branding img {
        max-height: 36px !important;
        width: auto !important;
    }

    /* Desktop search bar: hidden on mobile */
    body.computex-redesign .computex-header-search {
        display: none !important;
    }

    /* Actions: push to the right */
    body.computex-redesign .computex-header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        margin-left: auto !important;
        order: 3 !important;
    }

    /* Desktop-only elements hidden on mobile */
    body.computex-redesign .cx-desktop-only {
        display: none !important;
    }

    /* Mobile search icon: show */
    body.computex-redesign .cx-mob-search-toggle {
        display: inline-flex !important;
        width: 40px !important;
        height: 40px !important;
    }

    /* Cart button: icon-only on mobile */
    body.computex-redesign .computex-header-action.is-solid {
        padding: 0 12px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    /* Nav row: keep visible so old-cached toggle (in nav-row) still shows */
    body.computex-redesign .computex-header-nav-row {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        min-height: 0 !important;
        padding: 4px 0 8px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
        gap: 0 !important;
    }

    /* Hide desktop-only nav content inside nav-row */
    body.computex-redesign .computex-desktop-nav {
        display: none !important;
    }
}

/* ============================================
   HEADER MÓVIL  (≤ 600px)
   ============================================ */
@media (max-width: 600px) {
    body.computex-redesign .computex-header-main {
        gap: 6px !important;
    }

    body.computex-redesign .computex-site-header .site-branding img {
        max-height: 30px !important;
    }

    body.computex-redesign .cx-mob-toggle {
        width: 38px !important;
        height: 38px !important;
    }

    body.computex-redesign .cx-mob-search-toggle {
        width: 36px !important;
        height: 36px !important;
    }

    body.computex-redesign .computex-header-action.is-solid {
        min-width: 36px !important;
        min-height: 36px !important;
        padding: 0 10px !important;
    }

    body.computex-redesign .computex-header-promo {
        font-size: 0.6rem !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    body.computex-redesign .computex-header-promo-separator {
        display: none !important;
    }
}

/* ============================================
   DESKTOP-ONLY UTILITY — hidden on mobile via cx-desktop-only
   ============================================ */
.cx-mob-search-toggle {
    display: none; /* hidden on desktop */
}

/* ============================================
   MOBILE SEARCH PANEL — slide-down below header
   ============================================ */
.cx-mob-search-panel {
    display: none; /* hidden on desktop */
    overflow: hidden;
    max-height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: #060b15;
    transition: max-height 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
    opacity: 0;
}

.cx-mob-search-panel.is-open {
    max-height: 80px;
    opacity: 1;
}

.cx-mob-search-panel-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
}

.cx-mob-search-panel-inner form {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    min-height: 42px;
    transition: border-color 0.2s ease;
}

.cx-mob-search-panel-inner form:focus-within {
    border-color: rgba(211, 18, 23, 0.45);
}

.cx-mob-search-panel-inner form svg {
    flex-shrink: 0;
    fill: currentColor;
    color: rgba(255, 255, 255, 0.4);
}

.cx-mob-search-panel-inner input[type="search"] {
    flex: 1;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.9rem;
    outline: none;
    padding: 0;
    min-width: 0;
}

.cx-mob-search-panel-inner input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.cx-mob-search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.cx-mob-search-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

@media (max-width: 1024px) {
    .cx-mob-search-panel {
        display: block;
    }
}

/* ============================================
   HAMBURGER TOGGLE — cx-mob-toggle
   ============================================ */
.cx-mob-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.cx-mob-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
}

.cx-mob-toggle-bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
    transform-origin: center;
}

.cx-mob-toggle.is-open .cx-mob-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.cx-mob-toggle.is-open .cx-mob-toggle-bar:nth-child(2) {
    opacity: 0;
    width: 0;
}
.cx-mob-toggle.is-open .cx-mob-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1024px) {
    .cx-mob-toggle {
        display: flex;
    }
}

/* ============================================
   MOBILE DRAWER — cx-mob-drawer
   ============================================ */
.cx-mob-drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
}

.cx-mob-drawer[aria-hidden="false"] {
    pointer-events: auto;
}

/* Backdrop */
.cx-mob-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.cx-mob-drawer[aria-hidden="false"] .cx-mob-backdrop {
    opacity: 1;
}

/* Slide panel — WHITE body, dark header (matches Lovable design) */
.cx-mob-panel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(320px, 88vw);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    color: #111111;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 8px 0 48px rgba(0, 0, 0, 0.4);
}

.cx-mob-drawer[aria-hidden="false"] .cx-mob-panel {
    transform: translateX(0);
}

/* ---- Drawer header — dark strip ---- */
.cx-mob-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #0a0a0a;
    flex-shrink: 0;
}

.cx-mob-head-logo {
    display: flex;
    align-items: center;
}

.cx-mob-head-logo img {
    max-height: 32px;
    width: auto;
}

.cx-mob-head-name {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.cx-mob-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease;
}
.cx-mob-close svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.cx-mob-close:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

/* ---- Search ---- */
.cx-mob-search {
    padding: 14px 16px;
    flex-shrink: 0;
    border-bottom: 1px solid #f0f0f0;
}

.cx-mob-search form {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    background: #f4f5f7;
    border: 1.5px solid #e5e7eb;
    border-radius: 999px;
    min-height: 44px;
    transition: border-color 0.2s ease;
}

.cx-mob-search form:focus-within {
    border-color: #d31217;
    background: #ffffff;
}

.cx-mob-search svg {
    flex-shrink: 0;
    color: #9ca3af;
    fill: currentColor;
}

.cx-mob-search input[type="search"] {
    flex: 1;
    border: 0;
    background: transparent;
    color: #111111;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    outline: none;
    padding: 0;
    min-width: 0;
}

.cx-mob-search input[type="search"]::placeholder {
    color: #9ca3af;
}

/* ---- Quick actions ---- */
.cx-mob-quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.cx-mob-quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 12px 6px;
    background: #ffffff;
    color: #374151;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    transition: background 0.15s ease, color 0.15s ease;
}

.cx-mob-quick-item:hover {
    background: #fef2f2;
    color: #d31217;
}

.cx-mob-quick-item svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    width: 22px;
    height: 22px;
}

/* ---- Scrollable content ---- */
.cx-mob-content {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
}

.cx-mob-content::-webkit-scrollbar {
    width: 4px;
}
.cx-mob-content::-webkit-scrollbar-track {
    background: transparent;
}
.cx-mob-content::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 4px;
}

/* ---- Section label ---- */
.cx-mob-section-label {
    margin: 0 0 2px;
    padding: 14px 16px 6px;
    color: #9ca3af;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ---- Category list ---- */
.cx-mob-cats {
    padding-bottom: 8px;
}

.cx-mob-cats.is-hidden {
    display: none;
}

.cx-mob-cat-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    color: #111111;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.15s ease;
}

.cx-mob-cat-btn:hover {
    background: #f9fafb;
}

.cx-mob-cat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f3f4f6;
    color: #374151;
    transition: background 0.15s ease, color 0.15s ease;
}

.cx-mob-cat-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.cx-mob-cat-btn:hover .cx-mob-cat-icon {
    background: #fee2e2;
    color: #d31217;
}

.cx-mob-cat-label {
    flex: 1;
}

.cx-mob-cat-chevron {
    flex-shrink: 0;
    color: #d1d5db;
    stroke: currentColor;
    fill: none;
}

/* ---- Sub panels ---- */
.cx-mob-sub {
    position: absolute;
    inset: 0;
    background: #ffffff;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-overflow-scrolling: touch;
}

.cx-mob-sub.is-active {
    transform: translateX(0);
}

.cx-mob-sub::-webkit-scrollbar {
    width: 4px;
}
.cx-mob-sub::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 4px;
}

.cx-mob-back {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 12px 16px;
    border: 0;
    background: #f9fafb;
    color: #d31217;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s ease;
}

.cx-mob-back:hover {
    background: #fef2f2;
}

.cx-mob-back svg {
    stroke: currentColor;
    fill: none;
    flex-shrink: 0;
}

.cx-mob-sub-head {
    padding: 16px 16px 14px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 4px;
}

.cx-mob-sub-head h3 {
    margin: 0 0 8px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.03em;
}

.cx-mob-sub-accent {
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #d31217;
}

.cx-mob-sub-group {
    padding: 10px 16px;
}

.cx-mob-sub-group-title {
    margin: 0 0 6px;
    color: #9ca3af;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cx-mob-sub-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cx-mob-sub-group li {
    list-style: none;
}

.cx-mob-sub-group a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 10px;
    color: #374151;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s ease, color 0.15s ease;
}

.cx-mob-sub-group a:hover {
    background: #f9fafb;
    color: #111111;
}

.cx-mob-sub-group a svg {
    flex-shrink: 0;
    color: #d1d5db;
    stroke: currentColor;
    fill: none;
}

/* ---- Drawer footer ---- */
.cx-mob-footer {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px 24px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
    background: #ffffff;
}

.cx-mob-footer a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #6b7280;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.15s ease, color 0.15s ease;
}

.cx-mob-footer a:hover {
    background: #f9fafb;
    color: #374151;
}

.cx-mob-footer a svg {
    flex-shrink: 0;
    fill: currentColor;
    color: #9ca3af;
}

/* ============================================
   MEGA MENU UPDATES — new elements
   ============================================ */

/* 3-column grid: title | columns | feature */
body.computex-redesign .computex-mega-panel-grid {
    display: grid !important;
    grid-template-columns: 200px 1fr 280px !important;
    gap: 32px !important;
    align-items: start !important;
}

.computex-mega-panel-grid {
    display: grid !important;
    grid-template-columns: 200px 1fr 280px !important;
    gap: 32px !important;
    align-items: start !important;
}

/* Title column */
.computex-mega-panel-title {
    padding-top: 4px;
}

.computex-mega-panel-title h3 {
    margin: 0 0 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0b1322;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.computex-mega-panel-accent {
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: #d31217;
}

/* Subcategory columns — reset old 2-col layout, adapt to 3-col panel grid */
.computex-mega-columns {
    display: grid !important;
    gap: 20px !important;
    padding-right: 0 !important;
    border-right: 0 !important;
    align-content: start !important;
}

.computex-mega-columns-1 { grid-template-columns: 1fr !important; }
.computex-mega-columns-2 { grid-template-columns: repeat(2, 1fr) !important; }
.computex-mega-columns-3 { grid-template-columns: repeat(3, 1fr) !important; }

/* Chevron on mega links */
.computex-mega-link-chevron {
    display: none;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: var(--computex-primary);
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.computex-mega-links a {
    display: flex !important;
    align-items: center !important;
}

.computex-mega-links a:hover .computex-mega-link-chevron,
.computex-mega-links a:focus-visible .computex-mega-link-chevron {
    display: flex;
    opacity: 1;
    transform: translateX(2px);
}

/* Feature card CTA */
.computex-mega-feature-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    transition: background 0.2s ease, transform 0.2s ease;
    width: fit-content;
}

.computex-mega-feature:hover .computex-mega-feature-cta {
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(3px);
}

.computex-mega-feature-cta svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
}

/* Feature glow overlay */
.computex-mega-feature-glow {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 18, 23, 0.3), transparent 70%);
    pointer-events: none;
    opacity: 0.6;
}

.computex-mega-feature {
    position: relative;
    overflow: hidden;
}

/* ============================================
   MOBILE HEADER REFERENCE ALIGNMENT
   ============================================ */
@media (max-width: 1024px) {
    body.computex-redesign .computex-site-header {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
        backdrop-filter: none !important;
    }

    body.computex-redesign .computex-header-promo {
        min-height: 0 !important;
        padding: 10px 18px 9px !important;
        background: #080808 !important;
        color: #ffffff !important;
        font-size: 0.82rem !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        gap: 6px !important;
        flex-wrap: wrap !important;
    }

    body.computex-redesign .computex-header-shell {
        width: min(100%, calc(100% - 24px)) !important;
        padding: 10px 0 12px !important;
    }

    body.computex-redesign .computex-header-main {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        min-height: 72px !important;
        gap: 12px !important;
        padding: 0 !important;
    }

    body.computex-redesign .cx-mob-toggle,
    body.computex-redesign .computex-header-actions {
        position: relative;
        z-index: 2;
    }

    body.computex-redesign .cx-mob-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.computex-redesign .cx-mob-toggle-bar {
        width: 22px !important;
        height: 2px !important;
        background: #111111 !important;
    }

    body.computex-redesign .computex-branding,
    body.computex-redesign .computex-site-header .site-branding {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        z-index: 1;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        max-width: calc(100% - 224px) !important;
        margin: 0 !important;
        transform: translate(-50%, -50%) !important;
    }

    body.computex-redesign .computex-site-header .site-branding .custom-logo-link,
    body.computex-redesign .computex-site-header .site-branding .site-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.computex-redesign .computex-site-header .site-branding img {
        width: auto !important;
        max-width: 156px !important;
        max-height: 42px !important;
        object-fit: contain !important;
    }

    body.computex-redesign .computex-site-header .site-description {
        display: none !important;
    }

    body.computex-redesign .computex-site-header .site-branding .custom-logo-link + .computex-brand-copy .site-title,
    body.computex-redesign .computex-site-header .site-branding .site-logo + .computex-brand-copy .site-title {
        display: none !important;
    }

    body.computex-redesign .computex-site-header .site-title {
        margin: 0 !important;
    }

    body.computex-redesign .computex-site-header .site-title a {
        font-size: 1.25rem !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
    }

    body.computex-redesign .computex-header-search,
    body.computex-redesign .computex-header-nav-row,
    body.computex-redesign .site-navigation-toggle-holder,
    body.computex-redesign .site-navigation-dropdown,
    body.computex-redesign .cx-desktop-only {
        display: none !important;
    }

    body.computex-redesign .computex-header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-left: auto !important;
        padding-left: 44px !important;
    }

    body.computex-redesign .cx-mob-search-toggle,
    body.computex-redesign .computex-header-action.is-solid,
    body.computex-redesign .computex-header-cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        box-shadow: none !important;
    }

    body.computex-redesign .cx-mob-search-toggle {
        background: #ffffff !important;
        color: #111111 !important;
        border: 2px solid #111111 !important;
    }

    body.computex-redesign .computex-header-action.is-solid {
        position: relative !important;
        background: #111111 !important;
        color: #ffffff !important;
        border: 0 !important;
    }

    body.computex-redesign .computex-header-cta {
        background: #eb1d25 !important;
        color: #ffffff !important;
        border: 0 !important;
        padding: 0 !important;
    }

    body.computex-redesign .cx-mob-search-toggle svg,
    body.computex-redesign .computex-header-action.is-solid svg,
    body.computex-redesign .computex-header-cta svg {
        width: 22px !important;
        height: 22px !important;
    }

    body.computex-redesign .computex-header-cta span {
        display: none !important;
    }

    body.computex-redesign .computex-header-action.is-solid small {
        position: absolute !important;
        top: -2px !important;
        right: -2px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 20px !important;
        height: 20px !important;
        padding: 0 5px !important;
        border-radius: 999px !important;
        background: #eb1d25 !important;
        color: #ffffff !important;
        font-size: 0.68rem !important;
        line-height: 1 !important;
        box-shadow: 0 0 0 3px #ffffff !important;
    }

    body.computex-redesign .cx-mob-search-panel {
        display: block !important;
        border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
        background: #ffffff !important;
        opacity: 0;
        max-height: 0;
    }

    body.computex-redesign .cx-mob-search-panel.is-open {
        opacity: 1 !important;
        max-height: 116px !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 14px 12px 16px !important;
        gap: 8px !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner form {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        min-height: 52px !important;
        padding: 0 18px !important;
        background: #f7f7f8 !important;
        border: 2px solid #e7e7ea !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner form:focus-within {
        background: #ffffff !important;
        border-color: #d31217 !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner form svg {
        color: #8b9198 !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner input[type="search"] {
        color: #111111 !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner input[type="search"]::placeholder {
        color: #8b9198 !important;
    }

    body.computex-redesign .cx-mob-search-close {
        flex: 0 0 40px !important;
        width: 40px !important;
        height: 40px !important;
        border: 1px solid rgba(17, 17, 17, 0.08) !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #111111 !important;
    }

    body.computex-redesign .cx-mob-drawer {
        z-index: 10020;
    }

    body.computex-redesign .cx-mob-panel {
        top: 16px !important;
        left: 16px !important;
        bottom: 16px !important;
        width: min(360px, calc(100vw - 32px)) !important;
        border-radius: 28px !important;
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36) !important;
        transform: translateX(calc(-100% - 24px));
    }

    body.computex-redesign .cx-mob-head {
        padding: 16px 22px !important;
        background: #0a0a0a !important;
    }

    body.computex-redesign .cx-mob-head-logo .custom-logo-link,
    body.computex-redesign .cx-mob-head-logo .site-logo {
        display: flex;
        align-items: center;
    }

    body.computex-redesign .cx-mob-head-logo img {
        width: auto !important;
        max-width: 162px !important;
        max-height: 36px !important;
    }

    body.computex-redesign .cx-mob-close {
        width: 40px !important;
        height: 40px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: transparent !important;
        color: #ffffff !important;
    }

    body.computex-redesign .cx-mob-search {
        padding: 14px 20px 18px !important;
    }

    body.computex-redesign .cx-mob-search form {
        min-height: 58px !important;
        padding: 0 18px !important;
        background: #f7f7f8 !important;
        border: 2px solid #e7e7ea !important;
    }

    body.computex-redesign .cx-mob-search input[type="search"] {
        font-size: 1.02rem !important;
    }

    body.computex-redesign .cx-mob-quick {
        padding: 0 !important;
        background: #ececef !important;
    }

    body.computex-redesign .cx-mob-quick-item {
        min-height: 92px;
        gap: 8px !important;
        font-size: 0.88rem !important;
    }

    body.computex-redesign .cx-mob-section-label {
        padding: 20px 20px 10px !important;
        color: #81848a !important;
        font-size: 0.86rem !important;
    }

    body.computex-redesign .cx-mob-cat-btn {
        padding: 14px 20px !important;
        font-size: 1.02rem !important;
    }

    body.computex-redesign .cx-mob-cat-icon {
        width: 44px !important;
        height: 44px !important;
        border-radius: 14px !important;
    }

    body.computex-redesign .cx-mob-back {
        padding: 15px 20px !important;
        background: #fff5f5 !important;
        font-size: 1.02rem !important;
    }

    body.computex-redesign .cx-mob-sub-head {
        padding: 18px 20px 14px !important;
    }

    body.computex-redesign .cx-mob-sub-group {
        padding: 12px 20px !important;
    }

    body.computex-redesign .cx-mob-sub-group a {
        padding: 12px 0 !important;
        border-radius: 0 !important;
    }

    body.computex-redesign .cx-mob-footer {
        padding: 10px 14px 18px !important;
        background: #fafafa !important;
    }
}

@media (max-width: 600px) {
    body.computex-redesign .computex-header-promo {
        padding: 9px 14px 8px !important;
        font-size: 0.72rem !important;
    }

    body.computex-redesign .computex-header-shell {
        width: min(100%, calc(100% - 20px)) !important;
    }

    body.computex-redesign .computex-header-main {
        min-height: 64px !important;
        gap: 8px !important;
    }

    body.computex-redesign .cx-mob-toggle {
        width: 42px !important;
        height: 42px !important;
    }

    body.computex-redesign .cx-mob-search-toggle,
    body.computex-redesign .computex-header-action.is-solid {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    body.computex-redesign .computex-site-header .site-branding {
        max-width: calc(100% - 152px) !important;
    }

    body.computex-redesign .computex-site-header .site-branding img {
        max-width: 138px !important;
        max-height: 34px !important;
    }

    body.computex-redesign .computex-header-actions {
        gap: 8px !important;
        padding-left: 50px !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body.computex-redesign .cx-mob-panel {
        top: 10px !important;
        left: 10px !important;
        bottom: 10px !important;
        width: min(360px, calc(100vw - 20px)) !important;
        border-radius: 24px !important;
    }
}

/* ============================================
   MOBILE SHORTCUTS SCROLLER
   ============================================ */
@media (max-width: 767px) {
    body.computex-redesign .hero-shortcuts-wrap {
        position: relative;
        display: grid;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.computex-redesign .hero-shortcuts-wrap::before,
    body.computex-redesign .hero-shortcuts-wrap::after {
        content: "";
        position: absolute;
        top: 58px;
        bottom: 10px;
        width: 24px;
        z-index: 2;
        pointer-events: none;
    }

    body.computex-redesign .hero-shortcuts-wrap::before {
        left: 0;
        background: linear-gradient(90deg, rgba(247, 249, 252, 0.96) 0%, rgba(247, 249, 252, 0) 100%);
    }

    body.computex-redesign .hero-shortcuts-wrap::after {
        right: 0;
        background: linear-gradient(270deg, rgba(247, 249, 252, 0.96) 0%, rgba(247, 249, 252, 0) 100%);
    }

    body.computex-redesign .hero-shortcuts-hint {
        position: relative;
        top: auto;
        right: auto;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 10px;
        margin-right: 2px;
        margin-bottom: 2px;
        border-radius: 999px;
        background: rgba(17, 17, 17, 0.9);
        color: #ffffff;
        box-shadow: 0 12px 22px rgba(15, 23, 42, 0.14);
        justify-self: end;
        pointer-events: none;
    }

    body.computex-redesign .hero-shortcuts-hint span {
        font-size: 0.68rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    body.computex-redesign .hero-shortcuts-hint svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        stroke-width: 1.8;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        animation: cx-scroll-hint-nudge 1.45s ease-in-out infinite;
    }

    body.computex-redesign .hero-shortcuts {
        display: flex !important;
        flex-wrap: nowrap !important;
        grid-template-columns: none !important;
        gap: 14px !important;
        overflow-x: auto;
        overflow-y: hidden;
        align-items: stretch !important;
        margin-top: 0 !important;
        padding: 6px 2px 4px !important;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 2px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
    }

    body.computex-redesign .hero-shortcuts::-webkit-scrollbar {
        display: none;
    }

    body.computex-redesign .hero-shortcut {
        flex: 0 0 168px !important;
        width: 168px !important;
        min-width: 168px !important;
        min-height: 148px !important;
        padding: 12px !important;
        gap: 10px !important;
        border-radius: 22px !important;
        background: linear-gradient(180deg, #ffffff 0%, #fbf7f7 100%) !important;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08) !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    body.computex-redesign .hero-shortcut::before {
        right: -20px;
        bottom: -26px;
        width: 118px;
        height: 118px;
        opacity: 0.62;
    }

    body.computex-redesign .hero-shortcut-label {
        width: 100%;
        min-height: 34px !important;
        padding: 8px 12px !important;
        border-radius: 999px !important;
        justify-content: center !important;
        font-size: 0.8rem !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        letter-spacing: -0.01em !important;
        text-align: center !important;
    }

    body.computex-redesign .hero-shortcut-media {
        display: grid !important;
        place-items: center !important;
        min-height: 88px !important;
        padding: 14px 12px !important;
        border-radius: 18px !important;
        background:
            radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 60%),
            linear-gradient(180deg, #fffdfd 0%, #f3efef 100%) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 6px 16px rgba(15, 23, 42, 0.04) !important;
    }

    body.computex-redesign .hero-shortcut-media img {
        width: auto !important;
        max-width: 100% !important;
        max-height: 58px !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: none !important;
        filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.12));
    }

    body.computex-redesign .hero-shortcut:hover,
    body.computex-redesign .hero-shortcut:focus-visible {
        transform: none;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08) !important;
    }

    body.computex-redesign .hero-shortcut:hover .hero-shortcut-media img,
    body.computex-redesign .hero-shortcut:focus-visible .hero-shortcut-media img {
        transform: none !important;
    }
}

@media (max-width: 480px) {
    body.computex-redesign .hero-shortcuts-wrap::before,
    body.computex-redesign .hero-shortcuts-wrap::after {
        top: 56px;
    }

    body.computex-redesign .hero-shortcuts {
        gap: 12px !important;
    }

    body.computex-redesign .hero-shortcut {
        flex-basis: 158px !important;
        width: 158px !important;
        min-width: 158px !important;
        min-height: 142px !important;
    }

    body.computex-redesign .hero-shortcut-label {
        font-size: 0.78rem !important;
    }

    body.computex-redesign .hero-shortcut-media {
        min-height: 82px !important;
        padding: 12px 10px !important;
    }

    body.computex-redesign .hero-shortcut-media img {
        max-height: 54px !important;
    }
}

@keyframes cx-scroll-hint-nudge {
    0%,
    100% {
        transform: translateX(0);
        opacity: 0.86;
    }

    50% {
        transform: translateX(4px);
        opacity: 1;
    }
}

/* ============================================
   MOBILE HERO BOTTOM POLISH
   ============================================ */
@media (max-width: 767px) {
    body.computex-redesign .hero-section.hero-marketplace {
        padding-bottom: 34px !important;
    }

    body.computex-redesign .hero-marketplace-shell {
        gap: 0 !important;
    }

    body.computex-redesign .hero-carousel,
    body.computex-redesign .hero-slide {
        min-height: 404px !important;
        border-radius: 22px !important;
    }

    body.computex-redesign .hero-slide-inner {
        padding: 22px 16px 112px !important;
    }

    body.computex-redesign .hero-slide-copy {
        position: relative;
        z-index: 2;
    }

    body.computex-redesign .hero-carousel-control {
        top: auto !important;
        bottom: 18px !important;
        width: 40px !important;
        height: 40px !important;
        margin-top: 0 !important;
        background: rgba(255, 255, 255, 0.96) !important;
    }

    body.computex-redesign .hero-carousel-control.is-prev {
        left: 14px !important;
    }

    body.computex-redesign .hero-carousel-control.is-next {
        right: 14px !important;
    }

    body.computex-redesign .hero-carousel-dots {
        left: 50% !important;
        right: auto !important;
        bottom: 18px !important;
        transform: translateX(-50%);
        width: auto;
        padding: 7px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
        gap: 8px !important;
        backdrop-filter: blur(8px);
    }

    body.computex-redesign .hero-carousel-dot {
        width: 8px !important;
        height: 8px !important;
        background: #d6d9df !important;
        box-shadow: none !important;
    }

    body.computex-redesign .hero-carousel-dot.is-active {
        width: 20px !important;
        background: #111111 !important;
        box-shadow: none !important;
    }
}

@media (max-width: 480px) {
    body.computex-redesign .hero-section.hero-marketplace {
        padding-bottom: 30px !important;
    }

    body.computex-redesign .hero-carousel,
    body.computex-redesign .hero-slide {
        min-height: 388px !important;
        border-radius: 20px !important;
    }

    body.computex-redesign .hero-slide-inner {
        padding: 20px 14px 104px !important;
    }

    body.computex-redesign .hero-carousel-control {
        bottom: 16px !important;
        width: 38px !important;
        height: 38px !important;
    }

    body.computex-redesign .hero-carousel-control.is-prev {
        left: 12px !important;
    }

    body.computex-redesign .hero-carousel-control.is-next {
        right: 12px !important;
    }

    body.computex-redesign .hero-carousel-dots {
        bottom: 16px !important;
        padding: 6px 9px;
    }
}

/* ============================================
   MOBILE CATEGORY SHELF BREATHING ROOM
   ============================================ */
@media (max-width: 767px) {
    body.computex-redesign .categories-editorial {
        gap: 28px !important;
    }

    body.computex-redesign .category-shelf {
        overflow: visible !important;
        padding-bottom: 6px !important;
    }

    body.computex-redesign .category-shelf-stage {
        padding-bottom: 8px !important;
    }

    body.computex-redesign .category-shelf-carousel {
        padding-bottom: 52px !important;
    }

    body.computex-redesign .category-shelf-pagination {
        left: 50% !important;
        right: auto !important;
        bottom: 10px !important;
        transform: translateX(-50%);
        width: max-content;
        padding: 7px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
        gap: 8px !important;
        pointer-events: auto;
    }

    body.computex-redesign .category-shelf-dot {
        width: 8px !important;
        height: 8px !important;
        background: #d7dce5 !important;
    }

    body.computex-redesign .category-shelf-dot.is-active {
        width: 18px !important;
        border-radius: 999px;
        background: #111111 !important;
        transform: none !important;
    }

    body.computex-redesign .category-shelf + .category-shelf .category-shelf-head {
        padding-top: 6px !important;
    }
}

@media (max-width: 480px) {
    body.computex-redesign .categories-editorial {
        gap: 26px !important;
    }

    body.computex-redesign .category-shelf-carousel {
        padding-bottom: 48px !important;
    }

    body.computex-redesign .category-shelf-pagination {
        bottom: 8px !important;
        padding: 6px 9px;
    }
}

/* ============================================
   MOBILE CATEGORY PROMO POLISH
   ============================================ */
@media (max-width: 767px) {
    body.computex-redesign .category-promo-grid {
        gap: 18px !important;
        margin-top: 8px;
    }

    body.computex-redesign .category-promo-card {
        position: relative;
        isolate: isolate;
        overflow: hidden;
        gap: 16px !important;
        padding: 20px 18px 18px !important;
        border-radius: 24px !important;
        border: 1px solid rgba(15, 23, 42, 0.06);
        box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    }

    body.computex-redesign .category-promo-card::before {
        content: "";
        position: absolute;
        right: -42px;
        bottom: -52px;
        width: 158px;
        height: 158px;
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }

    body.computex-redesign .category-promo-card.is-blue {
        background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%) !important;
    }

    body.computex-redesign .category-promo-card.is-blue::before {
        background: radial-gradient(circle, rgba(59, 130, 246, 0.16) 0%, rgba(59, 130, 246, 0) 72%);
    }

    body.computex-redesign .category-promo-card.is-warm {
        background: linear-gradient(180deg, #fff9f2 0%, #fff1de 100%) !important;
    }

    body.computex-redesign .category-promo-card.is-warm::before {
        background: radial-gradient(circle, rgba(249, 115, 22, 0.16) 0%, rgba(249, 115, 22, 0) 72%);
    }

    body.computex-redesign .category-promo-copy {
        position: relative;
        z-index: 1;
        display: grid;
        gap: 10px;
    }

    body.computex-redesign .category-promo-brand {
        display: inline-flex;
        align-items: center;
        width: max-content;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.76);
        box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
        font-size: 0.72rem !important;
        letter-spacing: 0.14em !important;
    }

    body.computex-redesign .category-promo-copy h3 {
        margin: 0 !important;
        max-width: 12ch;
        font-size: clamp(1.52rem, 6.8vw, 1.92rem) !important;
        line-height: 1.03 !important;
        letter-spacing: -0.045em !important;
        text-wrap: balance;
    }

    body.computex-redesign .category-promo-copy p {
        max-width: 30ch !important;
        color: #5b6473 !important;
        font-size: 0.93rem !important;
        line-height: 1.58 !important;
    }

    body.computex-redesign .category-promo-media {
        position: relative;
        z-index: 1;
        justify-content: center !important;
        min-height: auto;
        padding: 6px 0 0;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    body.computex-redesign .category-promo-media img {
        width: auto !important;
        max-width: min(100%, 260px) !important;
        max-height: 126px !important;
        filter: drop-shadow(0 16px 24px rgba(15, 23, 42, 0.16)) !important;
    }

    body.computex-redesign .category-promo-card.is-warm .category-promo-media img {
        max-height: 144px !important;
    }
}

@media (max-width: 480px) {
    body.computex-redesign .category-promo-card {
        gap: 14px !important;
        padding: 18px 16px 16px !important;
    }

    body.computex-redesign .category-promo-copy h3 {
        max-width: 11.5ch;
        font-size: clamp(1.4rem, 7vw, 1.78rem) !important;
    }

    body.computex-redesign .category-promo-media {
        min-height: auto;
        padding: 4px 0 0;
        border-radius: 0;
    }

    body.computex-redesign .category-promo-media img {
        max-height: 118px !important;
    }

    body.computex-redesign .category-promo-card.is-warm .category-promo-media img {
        max-height: 134px !important;
    }
}

/* ============================================
   MOBILE HEADER DESKTOP PALETTE
   ============================================ */
@media (max-width: 1024px) {
    body.computex-redesign .computex-site-header {
        background: var(--computex-header-bg) !important;
        border-bottom: 1px solid var(--computex-header-border) !important;
        box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08) !important;
    }

    body.computex-redesign .computex-header-promo {
        background: var(--computex-header-dark) !important;
        color: #ffffff !important;
    }

    body.computex-redesign .computex-header-promo-separator {
        color: var(--computex-header-accent) !important;
        opacity: 1 !important;
    }

    body.computex-redesign .cx-mob-toggle,
    body.computex-redesign .cx-mob-search-toggle,
    body.computex-redesign .cx-mob-search-close {
        background: #ffffff !important;
        color: var(--computex-header-dark) !important;
        border: 1px solid var(--computex-header-border) !important;
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06) !important;
    }

    body.computex-redesign .cx-mob-toggle-bar {
        background: var(--computex-header-dark) !important;
    }

    body.computex-redesign .cx-mob-search-toggle {
        border-width: 1px !important;
    }

    body.computex-redesign .computex-header-action.is-solid {
        background: var(--computex-header-dark) !important;
        color: #ffffff !important;
        box-shadow: 0 14px 28px rgba(5, 5, 5, 0.18) !important;
    }

    body.computex-redesign .computex-header-action.is-solid small {
        background: var(--computex-header-accent) !important;
        box-shadow: 0 0 0 3px #ffffff !important;
    }

    body.computex-redesign .cx-mob-search-panel {
        background: var(--computex-header-bg) !important;
        border-top: 1px solid var(--computex-header-border) !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner form,
    body.computex-redesign .cx-mob-search form {
        background: linear-gradient(135deg, rgba(211, 18, 23, 0.07) 0%, rgba(0, 0, 0, 0.03) 100%) !important;
        border: 1px solid rgba(211, 18, 23, 0.12) !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    }

    body.computex-redesign .cx-mob-search-panel-inner form:focus-within,
    body.computex-redesign .cx-mob-search form:focus-within {
        background: #ffffff !important;
        border-color: var(--computex-header-accent) !important;
        box-shadow: 0 0 0 3px rgba(211, 18, 23, 0.08) !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner form svg,
    body.computex-redesign .cx-mob-search form svg,
    body.computex-redesign .cx-mob-search-panel-inner input[type="search"]::placeholder,
    body.computex-redesign .cx-mob-search input[type="search"]::placeholder {
        color: var(--computex-header-muted) !important;
    }

    body.computex-redesign .cx-mob-panel,
    body.computex-redesign .cx-mob-content,
    body.computex-redesign .cx-mob-sub {
        background: var(--computex-surface) !important;
    }

    body.computex-redesign .cx-mob-panel {
        border: none !important;
    }

    body.computex-redesign .cx-mob-head {
        background: var(--computex-header-bg) !important;
        border-bottom: 1px solid var(--computex-header-border) !important;
    }

    body.computex-redesign .cx-mob-head-name,
    body.computex-redesign .cx-mob-close {
        color: var(--computex-header-dark) !important;
    }

    body.computex-redesign .cx-mob-search,
    body.computex-redesign .cx-mob-quick,
    body.computex-redesign .cx-mob-footer {
        background: #ffffff !important;
    }

    body.computex-redesign .cx-mob-quick {
        border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    }

    body.computex-redesign .cx-mob-quick-item {
        color: var(--computex-text) !important;
    }

    body.computex-redesign .cx-mob-quick-item:hover,
    body.computex-redesign .cx-mob-cat-btn:hover,
    body.computex-redesign .cx-mob-sub-group a:hover,
    body.computex-redesign .cx-mob-footer a:hover {
        background: rgba(211, 18, 23, 0.05) !important;
        color: var(--computex-header-accent) !important;
    }

    body.computex-redesign .cx-mob-section-label,
    body.computex-redesign .cx-mob-sub-group-title {
        color: var(--computex-header-accent) !important;
    }

    body.computex-redesign .cx-mob-cat-icon {
        background: rgba(211, 18, 23, 0.08) !important;
        color: var(--computex-header-accent-dark) !important;
    }

    body.computex-redesign .cx-mob-cat-btn:hover .cx-mob-cat-icon {
        background: rgba(211, 18, 23, 0.14) !important;
        color: var(--computex-header-accent) !important;
    }

    body.computex-redesign .cx-mob-cat-chevron,
    body.computex-redesign .cx-mob-sub-group a svg,
    body.computex-redesign .cx-mob-footer a svg {
        color: rgba(211, 18, 23, 0.42) !important;
    }

    body.computex-redesign .cx-mob-back {
        background: rgba(211, 18, 23, 0.06) !important;
        color: var(--computex-header-accent) !important;
        border-bottom: 1px solid rgba(211, 18, 23, 0.1) !important;
    }

    body.computex-redesign .cx-mob-back:hover {
        background: rgba(211, 18, 23, 0.1) !important;
    }

    body.computex-redesign .cx-mob-sub-head {
        border-bottom: 1px solid var(--computex-header-border) !important;
    }

    body.computex-redesign .cx-mob-content::-webkit-scrollbar-thumb,
    body.computex-redesign .cx-mob-sub::-webkit-scrollbar-thumb {
        background: rgba(211, 18, 23, 0.24) !important;
    }
}

/* ============================================
   MOBILE HEADER MATCH DESKTOP DARK VERSION
   ============================================ */
@media (max-width: 1024px) {
    body.computex-redesign .computex-site-header {
        background: #0a0a0a !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: none !important;
    }

    body.computex-redesign .computex-header-promo {
        background: #d31217 !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
    }

    body.computex-redesign .computex-header-promo-separator {
        color: rgba(255, 255, 255, 0.6) !important;
    }

    body.computex-redesign .computex-header-shell,
    body.computex-redesign .computex-header-main {
        background: #0a0a0a !important;
    }

    body.computex-redesign .cx-mob-toggle,
    body.computex-redesign .cx-mob-search-toggle,
    body.computex-redesign .cx-mob-search-close {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }

    body.computex-redesign .cx-mob-toggle-bar {
        background: #ffffff !important;
    }

    body.computex-redesign .computex-header-action.is-solid {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }

    body.computex-redesign .computex-header-action.is-solid small {
        background: #d31217 !important;
        box-shadow: 0 0 0 2px #0a0a0a !important;
    }

    body.computex-redesign .computex-site-header .site-title a,
    body.computex-redesign .cx-mob-head-name {
        color: #ffffff !important;
    }

    body.computex-redesign .cx-mob-search-panel {
        background: #0a0a0a !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner form {
        background: rgba(255, 255, 255, 0.06) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner form:focus-within {
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.22) !important;
        box-shadow: none !important;
    }

    body.computex-redesign .cx-mob-search-panel-inner form svg,
    body.computex-redesign .cx-mob-search-panel-inner input[type="search"],
    body.computex-redesign .cx-mob-search-panel-inner input[type="search"]::placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    body.computex-redesign .cx-mob-panel {
        border: none !important;
    }

    body.computex-redesign .cx-mob-head {
        background: #0a0a0a !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    body.computex-redesign .cx-mob-close {
        color: #ffffff !important;
    }
}

/* ============================================
   MOBILE HEADER COMPACT
   ============================================ */
@media (max-width: 767px) {
    body.computex-redesign .computex-header-promo {
        padding: 6px 12px 5px !important;
        font-size: 0.6rem !important;
        line-height: 1.15 !important;
        letter-spacing: 0.02em !important;
        gap: 4px !important;
    }

    body.computex-redesign .computex-header-shell {
        padding: 6px 0 8px !important;
    }

    body.computex-redesign .computex-header-main {
        min-height: 56px !important;
        gap: 8px !important;
    }

    body.computex-redesign .computex-header-actions {
        gap: 8px !important;
        padding-left: 46px !important;
    }

    body.computex-redesign .cx-mob-toggle,
    body.computex-redesign .cx-mob-search-toggle,
    body.computex-redesign .computex-header-action.is-solid {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
    }

    body.computex-redesign .cx-mob-toggle-bar {
        width: 18px !important;
    }

    body.computex-redesign .computex-site-header .site-branding {
        max-width: calc(100% - 136px) !important;
    }

    body.computex-redesign .computex-site-header .site-branding img {
        max-width: 124px !important;
        max-height: 30px !important;
    }
}

@media (max-width: 600px) {
    body.computex-redesign .computex-header-promo {
        padding: 5px 10px 4px !important;
        font-size: 0.56rem !important;
        line-height: 1.12 !important;
    }

    body.computex-redesign .computex-header-promo-separator {
        display: none !important;
    }

    body.computex-redesign .computex-header-shell {
        width: min(100%, calc(100% - 16px)) !important;
        padding: 5px 0 7px !important;
    }

    body.computex-redesign .computex-header-main {
        min-height: 52px !important;
        gap: 6px !important;
    }

    body.computex-redesign .computex-header-actions {
        gap: 6px !important;
        padding-left: 42px !important;
    }

    body.computex-redesign .cx-mob-toggle,
    body.computex-redesign .cx-mob-search-toggle,
    body.computex-redesign .computex-header-action.is-solid {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }

    body.computex-redesign .computex-site-header .site-branding {
        max-width: calc(100% - 124px) !important;
    }

    body.computex-redesign .computex-site-header .site-branding img {
        max-width: 116px !important;
        max-height: 28px !important;
    }

    body.computex-redesign .computex-header-action.is-solid small {
        min-width: 16px !important;
        height: 16px !important;
        font-size: 0.58rem !important;
        box-shadow: 0 0 0 2px #0a0a0a !important;
    }
}

/* ============================================
   MOBILE HERO CONTENT LAYOUT
   ============================================ */
@media (max-width: 767px) {
    body.computex-redesign .hero-section.hero-marketplace,
    body.computex-redesign .hero-carousel,
    body.computex-redesign .hero-slide {
        touch-action: pan-y pinch-zoom !important;
        overscroll-behavior-y: auto !important;
    }

    body.computex-redesign .hero-carousel,
    body.computex-redesign .hero-slide,
    body.computex-redesign .hero-slide-inner,
    body.computex-redesign .hero-slide-copy {
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    body.computex-redesign .hero-carousel,
    body.computex-redesign .hero-carousel-track,
    body.computex-redesign .hero-slide,
    body.computex-redesign .hero-slide-inner {
        height: auto !important;
        min-height: 0 !important;
    }

    body.computex-redesign .hero-carousel,
    body.computex-redesign .hero-slide {
        min-height: auto !important;
    }

    body.computex-redesign .hero-slide::before {
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.16) 0%, rgba(5, 5, 5, 0.38) 22%, rgba(5, 5, 5, 0.78) 64%, rgba(5, 5, 5, 0.94) 100%),
            linear-gradient(115deg, rgba(211, 18, 23, 0.18) 0%, rgba(5, 5, 5, 0) 42%),
            linear-gradient(90deg, rgba(5, 5, 5, 0.78) 0%, rgba(5, 5, 5, 0.26) 70%) !important;
    }

    body.computex-redesign .hero-slide-media img {
        object-position: center top;
        transform: scale(1.02);
    }

    body.computex-redesign .hero-slide-inner {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 14px !important;
        padding: 22px 15px 68px !important;
    }

    body.computex-redesign .hero-slide-copy {
        display: grid !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 0 !important;
        padding: 16px 16px 14px !important;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(8, 8, 10, 0.82) 0%, rgba(8, 8, 10, 0.72) 100%);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    body.computex-redesign .hero-slide-badge {
        width: max-content;
        margin-bottom: 0 !important;
        padding: 7px 12px !important;
        font-size: 0.66rem !important;
        letter-spacing: 0.07em !important;
    }

    body.computex-redesign .hero-slide-eyebrow {
        margin: 0 !important;
        font-size: 0.66rem !important;
        letter-spacing: 0.18em !important;
        color: rgba(255, 255, 255, 0.64) !important;
    }

    body.computex-redesign .hero-slide-title {
        margin: 0 !important;
        width: 100%;
        max-width: none !important;
        font-size: clamp(1.76rem, 8vw, 2.16rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.05em !important;
    }

    body.computex-redesign .hero-slide-desc {
        margin: 0 !important;
        width: 100%;
        max-width: none !important;
        font-size: 0.84rem !important;
        line-height: 1.5 !important;
        color: rgba(255, 255, 255, 0.82) !important;
    }

    body.computex-redesign .hero-slide-actions {
        margin-top: 2px !important;
        gap: 8px !important;
    }

    body.computex-redesign .hero-slide-actions .btn-primary,
    body.computex-redesign .hero-slide-link {
        min-height: 50px !important;
        border-radius: 999px !important;
    }

    body.computex-redesign .hero-slide-actions .btn-primary {
        box-shadow: 0 12px 28px rgba(211, 18, 23, 0.24) !important;
    }

    body.computex-redesign .hero-slide-link {
        padding: 0 18px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)) !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    body.computex-redesign .hero-carousel-control {
        bottom: 14px !important;
        width: 42px !important;
        height: 42px !important;
        background: rgba(255, 255, 255, 0.94) !important;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18) !important;
    }

    body.computex-redesign .hero-carousel-dots {
        bottom: 14px !important;
        padding: 6px 10px !important;
    }
}

@media (max-width: 480px) {
    body.computex-redesign .hero-carousel,
    body.computex-redesign .hero-slide,
    body.computex-redesign .hero-slide-inner,
    body.computex-redesign .hero-slide-copy {
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    body.computex-redesign .hero-carousel,
    body.computex-redesign .hero-slide {
        min-height: auto !important;
    }

    body.computex-redesign .hero-slide-inner {
        gap: 12px !important;
        padding: 20px 13px 58px !important;
    }

    body.computex-redesign .hero-slide-copy {
        gap: 9px !important;
        padding: 14px 15px 13px !important;
        border-radius: 22px;
    }

    body.computex-redesign .hero-slide-title {
        width: 100%;
        max-width: none !important;
        font-size: clamp(1.62rem, 9vw, 1.98rem) !important;
    }

    body.computex-redesign .hero-slide-desc {
        width: 100%;
        max-width: none !important;
        font-size: 0.82rem !important;
        line-height: 1.46 !important;
    }

    body.computex-redesign .hero-slide-actions .btn-primary,
    body.computex-redesign .hero-slide-link {
        min-height: 48px !important;
    }

    body.computex-redesign .hero-carousel-control {
        bottom: 12px !important;
        width: 38px !important;
        height: 38px !important;
    }

    body.computex-redesign .hero-carousel-dots {
        bottom: 12px !important;
    }
}

/* Keep hero carousel controls white across tap/hover/focus states */
body.computex-redesign .hero-carousel-control,
body.computex-redesign .hero-carousel-control:hover,
body.computex-redesign .hero-carousel-control:focus,
body.computex-redesign .hero-carousel-control:focus-visible,
body.computex-redesign .hero-carousel-control:active {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111111 !important;
    border-color: transparent !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
}

/* Mobile category shelf refresh */
@media (max-width: 767px) {
    body.computex-redesign .category-shelf {
        padding: 14px 14px 16px !important;
        border-radius: 28px !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
        box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08) !important;
    }

    body.computex-redesign .category-shelf-head {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 0 0 16px !important;
    }

    body.computex-redesign .category-shelf-titlewrap {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 6px 12px !important;
        align-items: center !important;
    }

    body.computex-redesign .category-shelf-titlewrap::after {
        content: "Coleccion destacada";
        grid-column: 2;
        color: #64748b;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    body.computex-redesign .category-shelf-icon {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
        box-shadow: 0 14px 28px rgba(34, 197, 94, 0.2) !important;
    }

    body.computex-redesign .category-shelf-title {
        font-size: 1.34rem !important;
        line-height: 1.02 !important;
        letter-spacing: -0.04em !important;
    }

    body.computex-redesign .category-shelf-actions {
        width: 100% !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;
    }

    body.computex-redesign .category-shelf-controls {
        display: none !important;
    }

    body.computex-redesign .category-shelf-link {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 14px;
        border-radius: 999px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        background: #f8fafc !important;
        color: #0f172a !important;
        font-size: 0.82rem !important;
        font-weight: 700 !important;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    }

    body.computex-redesign .category-shelf-link::after {
        content: "↗";
        margin-left: 7px;
        font-size: 0.78rem;
    }

    body.computex-redesign .category-shelf-controls {
        margin-left: 0 !important;
        padding: 4px;
        gap: 6px !important;
        border-radius: 999px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        background: #f8fafc;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    body.computex-redesign .category-shelf-control {
        width: 32px !important;
        height: 32px !important;
        border-color: rgba(15, 23, 42, 0.08) !important;
        background: #ffffff !important;
        color: #111111 !important;
        box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08) !important;
    }

    body.computex-redesign .category-shelf-stage {
        gap: 14px !important;
        padding: 0 !important;
    }

    body.computex-redesign .category-feature-card {
        position: relative;
        overflow: hidden;
        border-radius: 24px !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        background:
            radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 28%),
            radial-gradient(circle at bottom right, rgba(239, 68, 68, 0.16), transparent 34%),
            linear-gradient(155deg, #070707 0%, #111214 58%, #17191d 100%) !important;
        box-shadow: 0 22px 42px rgba(15, 23, 42, 0.16) !important;
    }

    body.computex-redesign .category-feature-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%);
        pointer-events: none;
    }

    body.computex-redesign .category-feature-copy {
        gap: 12px !important;
        width: 100% !important;
        padding: 20px 20px 18px !important;
    }

    body.computex-redesign .category-feature-eyebrow {
        min-height: 28px;
        width: max-content;
        padding: 0 12px !important;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.08) !important;
        color: #d8e3f4 !important;
        font-size: 0.64rem !important;
        letter-spacing: 0.14em !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    body.computex-redesign .category-feature-title {
        margin: 4px 0 0 !important;
        width: 100%;
        max-width: none !important;
        font-size: clamp(1.7rem, 7.2vw, 2.08rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.05em !important;
    }

    body.computex-redesign .category-feature-desc {
        margin: 0 !important;
        width: 100%;
        max-width: none !important;
        color: rgba(226, 232, 240, 0.74) !important;
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }

    body.computex-redesign .category-feature-link {
        min-height: 40px;
        width: max-content;
        margin-top: 2px !important;
        padding: 0 14px;
        border-radius: 999px;
        background: #ffffff !important;
        color: #111111 !important;
        font-size: 0.84rem !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    }

    body.computex-redesign .category-feature-link::after {
        content: "→";
        margin-left: 8px;
    }
}

@media (max-width: 480px) {
    body.computex-redesign .category-shelf {
        padding: 12px 12px 14px !important;
        border-radius: 24px !important;
    }

    body.computex-redesign .category-shelf-title {
        font-size: 1.24rem !important;
    }

    body.computex-redesign .category-shelf-link {
        min-height: 36px;
        padding: 0 12px;
        font-size: 0.78rem !important;
    }

    body.computex-redesign .category-feature-copy {
        gap: 11px !important;
        padding: 18px 18px 16px !important;
    }

    body.computex-redesign .category-feature-title {
        width: 100%;
        max-width: none !important;
        font-size: clamp(1.6rem, 8vw, 1.92rem) !important;
    }

    body.computex-redesign .category-feature-desc {
        width: 100%;
        max-width: none !important;
        font-size: 0.84rem !important;
        line-height: 1.5 !important;
    }

    body.computex-redesign .category-feature-link {
        min-height: 38px;
        padding: 0 13px;
    }
}

@media (max-width: 767px) {
    body.computex-redesign .category-shelf-link::after,
    body.computex-redesign .category-feature-link::after {
        content: "->";
    }
}

@media (min-width: 901px) {

    /* ── Panel container ── */
    body.computex-redesign .computex-mega-panel {
        width: min(880px, calc(100vw - 48px));
        padding-top: 16px !important;
    }

    body.computex-redesign .computex-mega-panel-grid {
        grid-template-columns: 1fr 240px !important;
        grid-template-rows: auto 1fr !important;
        gap: 0 !important;
        padding: 0 !important;
        margin-top: 10px !important;
        height: 340px !important;
        border-radius: 20px !important;
        background: #ffffff !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16) !important;
        overflow: hidden !important;
    }

    /* ── Title bar: row 1, col 1 ── */
    body.computex-redesign .computex-mega-panel-title {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        grid-column: 1;
        grid-row: 1;
        padding: 20px 28px 16px;
        background: #fafbfc;
        border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    }

    body.computex-redesign .computex-mega-panel-title h3 {
        font-size: 1.15rem;
        font-weight: 800;
        color: #0b1322;
        margin: 0;
        line-height: 1;
        letter-spacing: -0.02em;
    }

    /* Red accent line replaces the dot */
    body.computex-redesign .computex-mega-panel-accent {
        display: block !important;
        width: 24px;
        height: 3px;
        border-radius: 99px;
        background: #d31217;
        flex-shrink: 0;
    }

    body.computex-redesign .computex-mega-panel-title h3::after {
        display: none !important;
        content: none !important;
    }

    /* ── Subcategory columns: row 2, col 1 ── */
    body.computex-redesign .computex-mega-columns {
        grid-column: 1 !important;
        grid-row: 2 !important;
        min-width: 0;
        gap: 0 !important;
        padding: 20px 24px 24px !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: none !important;
        align-content: start !important;
        overflow-y: auto !important;
        scrollbar-width: thin !important;
        scrollbar-color: #e2e8f0 transparent !important;
    }

    body.computex-redesign .computex-mega-columns-1 {
        grid-template-columns: minmax(0, 1fr) !important;
    }
    body.computex-redesign .computex-mega-columns-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    body.computex-redesign .computex-mega-columns-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.computex-redesign .computex-mega-column {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 0 12px 0 0;
        background: transparent;
        box-shadow: none;
    }

    body.computex-redesign .computex-mega-column-title {
        display: block;
        margin: 0 4px 8px;
        padding: 0;
        font-size: 0.65rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.09em;
        color: #94a3b8;
    }

    body.computex-redesign .computex-mega-links {
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

    body.computex-redesign .computex-mega-links a {
        display: grid !important;
        grid-template-columns: 1fr auto auto !important;
        align-items: center !important;
        gap: 0 6px !important;
        padding: 8px 10px !important;
        border-radius: 9px !important;
        font-size: 0.855rem !important;
        font-weight: 500 !important;
        color: #1e293b !important;
        text-decoration: none !important;
        transition: background 0.13s ease, color 0.13s ease !important;
    }

    body.computex-redesign .computex-mega-links a > span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.computex-redesign .computex-mega-links a > small {
        font-size: 0.7rem;
        font-weight: 600;
        color: #c4cdd6;
        white-space: nowrap;
        text-align: right;
    }

    body.computex-redesign .computex-mega-links a > .computex-mega-link-chevron {
        width: 13px !important;
        height: 13px !important;
        opacity: 0;
        color: #d31217;
        transition: opacity 0.13s ease, transform 0.13s ease !important;
        flex-shrink: 0;
    }

    body.computex-redesign .computex-mega-links a:hover {
        background: #f1f5f9 !important;
        color: #d31217 !important;
    }

    body.computex-redesign .computex-mega-links a:hover > small {
        color: rgba(211, 18, 23, 0.45) !important;
    }

    body.computex-redesign .computex-mega-links a:hover .computex-mega-link-chevron {
        opacity: 1 !important;
        transform: translateX(2px) !important;
    }

    /* ── Feature card: spans both rows, col 2 ── */
    body.computex-redesign .computex-mega-feature {
        grid-column: 2 !important;
        grid-row: 1 / 3 !important;
        min-width: 0;
        overflow: hidden;
        padding: 28px 22px 28px 24px !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
        gap: 14px;
        background:
            radial-gradient(ellipse at 10% 10%, rgba(255,255,255,0.08), transparent 50%),
            linear-gradient(160deg, #111827 0%, #0b1322 55%, #7f1214 120%) !important;
    }

    body.computex-redesign .computex-mega-feature-eyebrow {
        font-size: 0.65rem !important;
        font-weight: 800 !important;
        letter-spacing: 0.1em !important;
        padding: 5px 12px !important;
        min-height: auto !important;
        background: rgba(211, 18, 23, 0.28) !important;
        color: rgba(255, 255, 255, 0.9) !important;
        border: 1px solid rgba(211, 18, 23, 0.35) !important;
        width: fit-content;
    }

    body.computex-redesign .computex-mega-feature strong {
        font-size: 1.4rem !important;
        line-height: 1.15 !important;
        color: #ffffff;
        display: block;
    }

    body.computex-redesign .computex-mega-feature p {
        font-size: 0.82rem !important;
        color: rgba(255, 255, 255, 0.65) !important;
        line-height: 1.6 !important;
        margin: 0;
    }

    body.computex-redesign .computex-mega-feature-cta {
        font-size: 0.8rem !important;
        padding: 8px 18px !important;
        background: rgba(255, 255, 255, 0.12) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        transition: background 0.2s, border-color 0.2s, transform 0.2s !important;
    }

    body.computex-redesign .computex-mega-feature:hover .computex-mega-feature-cta {
        background: rgba(255, 255, 255, 0.2) !important;
        border-color: rgba(255, 255, 255, 0.28) !important;
        transform: translateX(3px) !important;
    }

    body.computex-redesign .computex-mega-feature strong,
    body.computex-redesign .computex-mega-feature p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
}

@media (min-width: 901px) {
    body.computex-redesign .hero-slide-copy {
        position: relative;
        z-index: 2;
    }

    body.computex-redesign .hero-carousel-control {
        top: auto !important;
        bottom: 18px !important;
        width: 40px !important;
        height: 40px !important;
        margin-top: 0 !important;
        background: rgba(255, 255, 255, 0.96) !important;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18) !important;
    }

    body.computex-redesign .hero-carousel-control.is-prev {
        left: 14px !important;
    }

    body.computex-redesign .hero-carousel-control.is-next {
        right: 14px !important;
    }

    body.computex-redesign .hero-carousel-dots {
        left: 50% !important;
        right: auto !important;
        bottom: 18px !important;
        transform: translateX(-50%);
    }
}

body.computex-redesign .categories-section {
    padding-top: clamp(20px, 3vw, 36px);
}

body.computex-redesign .categories-editorial {
    gap: 34px !important;
}

body.computex-redesign .categories-editorial-head {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) auto;
    align-items: center !important;
    gap: 28px 42px !important;
    padding: 38px 42px !important;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(211, 18, 23, 0.13), transparent 30%),
        radial-gradient(circle at left bottom, rgba(17, 17, 17, 0.04), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #fcfcfc 52%, #f6f6f7 100%);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.07);
}

body.computex-redesign .categories-editorial-head::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 18, 23, 0.12) 0%, rgba(211, 18, 23, 0) 72%);
    pointer-events: none;
}

body.computex-redesign .categories-editorial-intro {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    min-width: 0;
    max-width: 720px;
}

body.computex-redesign .categories-editorial-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid rgba(211, 18, 23, 0.14);
    border-radius: 999px;
    background: rgba(211, 18, 23, 0.08);
    color: #c31217;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.computex-redesign .categories-editorial-title {
    position: relative;
    margin: 0 !important;
    max-width: 12ch;
    padding-bottom: 20px;
    color: #08111f !important;
    font-size: clamp(2.35rem, 4vw, 3.3rem) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.055em !important;
}

body.computex-redesign .categories-editorial-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 84px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d31217 0%, rgba(211, 18, 23, 0.18) 100%);
}

body.computex-redesign .categories-editorial-copy {
    margin: 0;
    max-width: 58ch;
    color: #4b5563 !important;
    font-size: 1.04rem !important;
    line-height: 1.75 !important;
}

body.computex-redesign .categories-editorial-link {
    position: relative;
    z-index: 1;
    justify-self: end;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #111111 0%, #27272a 100%) !important;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.16);
}

body.computex-redesign .categories-editorial-link::after {
    content: "->";
    margin-left: 10px;
    font-size: 0.86rem;
    transition: transform 0.22s ease;
}

body.computex-redesign .categories-editorial-link:hover,
body.computex-redesign .categories-editorial-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(17, 17, 17, 0.2);
}

body.computex-redesign .categories-editorial-link:hover::after,
body.computex-redesign .categories-editorial-link:focus-visible::after {
    transform: translateX(2px);
}

@media (max-width: 1100px) {
    body.computex-redesign .categories-editorial-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px !important;
        padding: 30px 28px !important;
    }

    body.computex-redesign .categories-editorial-link {
        justify-self: start;
    }
}

@media (max-width: 767px) {
    body.computex-redesign .categories-section {
        padding-top: 12px;
    }

    body.computex-redesign .categories-editorial {
        gap: 22px !important;
    }

    body.computex-redesign .categories-editorial-head {
        gap: 18px !important;
        padding: 24px 20px !important;
        border-radius: 28px;
    }

    body.computex-redesign .categories-editorial-intro {
        gap: 12px;
    }

    body.computex-redesign .categories-editorial-title {
        max-width: 10.5ch;
        padding-bottom: 16px;
        font-size: clamp(2rem, 10vw, 2.45rem) !important;
    }

    body.computex-redesign .categories-editorial-title::after {
        width: 72px;
        height: 4px;
    }

    body.computex-redesign .categories-editorial-copy {
        font-size: 0.92rem !important;
        line-height: 1.65 !important;
    }

    body.computex-redesign .categories-editorial-link {
        width: 100%;
        justify-content: center;
        min-height: 50px;
        font-size: 0.94rem;
    }
}

@media (min-width: 768px) {
    body.computex-redesign .hero-shortcuts-wrap {
        position: relative;
        display: grid;
        gap: 12px;
        padding-top: 6px;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    body.computex-redesign .hero-shortcuts {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 18px !important;
        margin-top: 0 !important;
        align-items: end !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.computex-redesign .hero-shortcut {
        --shortcut-accent-rgb: 211, 18, 23;
        position: relative;
        display: grid !important;
        grid-template-rows: auto 1fr;
        gap: 12px !important;
        min-height: 188px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        isolation: isolate;
        transition: transform 0.28s ease, filter 0.28s ease;
    }

    body.computex-redesign .hero-shortcut::before {
        display: none;
        content: none;
    }

    body.computex-redesign .hero-shortcut:hover,
    body.computex-redesign .hero-shortcut:focus-visible {
        transform: translateY(-7px);
        filter: none;
    }

    body.computex-redesign .hero-shortcut-label,
    body.computex-redesign .hero-shortcut-media {
        position: relative;
        z-index: 1;
    }

    body.computex-redesign .hero-shortcut-label {
        justify-content: center !important;
        min-height: 54px !important;
        width: 100%;
        padding: 0 18px !important;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 24px !important;
        background: linear-gradient(180deg, #050505 0%, #171717 100%) !important;
        color: #ffffff !important;
        box-shadow: none !important;
        font-size: 0.96rem !important;
        font-weight: 800 !important;
        letter-spacing: -0.02em !important;
        text-align: center !important;
    }

    body.computex-redesign .hero-shortcut-label::before {
        display: none;
        content: none;
    }

    body.computex-redesign .hero-shortcut-label::after {
        display: none;
        content: none;
    }

    body.computex-redesign .hero-shortcut-media {
        display: grid !important;
        place-items: center !important;
        min-height: 122px !important;
        padding: 16px 16px 12px !important;
        border-radius: 28px !important;
        background:
            radial-gradient(circle at 50% 2%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 46%),
            linear-gradient(180deg, rgb(var(--shortcut-accent-rgb)) 0%, rgba(var(--shortcut-accent-rgb), 0.95) 100%) !important;
        box-shadow: none !important;
    }

    body.computex-redesign .hero-shortcut-media img {
        width: auto !important;
        max-width: 88% !important;
        max-height: 118px !important;
        object-fit: contain !important;
        object-position: center center !important;
        filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
        transform: translateY(2px);
        transition: transform 0.28s ease, filter 0.28s ease;
    }

    body.computex-redesign .hero-shortcut:hover .hero-shortcut-media img,
    body.computex-redesign .hero-shortcut:focus-visible .hero-shortcut-media img {
        transform: translateY(2px);
        filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
    }

    body.computex-redesign .hero-shortcut:nth-child(1) { --shortcut-accent-rgb: 239, 68, 68; }
    body.computex-redesign .hero-shortcut:nth-child(2) { --shortcut-accent-rgb: 220, 38, 38; }
    body.computex-redesign .hero-shortcut:nth-child(3) { --shortcut-accent-rgb: 185, 28, 28; }
    body.computex-redesign .hero-shortcut:nth-child(4) { --shortcut-accent-rgb: 127, 29, 29; }
    body.computex-redesign .hero-shortcut:nth-child(5) { --shortcut-accent-rgb: 153, 27, 27; }
    body.computex-redesign .hero-shortcut:nth-child(6) { --shortcut-accent-rgb: 248, 113, 113; }
}

@media (min-width: 768px) and (max-width: 1180px) {
    body.computex-redesign .hero-shortcuts {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.computex-redesign .categories-editorial,
    body.computex-redesign .category-shelf,
    body.computex-redesign .category-shelf-stage,
    body.computex-redesign .category-shelf-carousel {
        overflow-y: hidden !important;
        max-height: none !important;
    }

    body.computex-redesign .category-shelf-viewport {
        height: auto !important;
        max-height: none !important;
        padding-bottom: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        overflow-y: clip !important;
        touch-action: auto !important;
        overscroll-behavior-x: contain !important;
        overscroll-behavior-y: auto !important;
        -ms-overflow-style: none;
    }

    body.computex-redesign .category-shelf-viewport::-webkit-scrollbar,
    body.computex-redesign .category-shelf-viewport::-webkit-scrollbar:vertical {
        display: none;
        width: 0;
        height: 0;
    }

    body.computex-redesign .category-shelf-track,
    body.computex-redesign .category-feature-card,
    body.computex-redesign .category-product-card {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
    }
}

/* ============================================
   MOBILE FOOTER REFRESH
   ============================================ */
@media (max-width: 767px) {
    body.computex-redesign .site-footer,
    body.computex-redesign .site-footer.computex-footer,
    body.computex-redesign .site-footer.computex-footer:not(.dynamic-footer) {
        padding: 34px 0 18px !important;
        background:
            radial-gradient(circle at top right, rgba(211, 18, 23, 0.26), transparent 30%),
            radial-gradient(circle at left 12%, rgba(255, 255, 255, 0.06), transparent 22%),
            linear-gradient(180deg, #040404 0%, #0a0a0b 58%, #121316 100%) !important;
    }

    body.computex-redesign .site-footer::before {
        display: block !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
            radial-gradient(circle at bottom left, rgba(211, 18, 23, 0.14), transparent 34%);
        opacity: 0.95;
    }

    body.computex-redesign .computex-footer-shell {
        width: min(100%, calc(100% - 16px)) !important;
    }

    body.computex-redesign .computex-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        align-items: stretch !important;
    }

    body.computex-redesign .computex-footer-brand,
    body.computex-redesign .computex-footer-card,
    body.computex-redesign .computex-footer-cta {
        position: relative;
        overflow: hidden;
        padding: 18px !important;
        border-radius: 24px !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
    }

    body.computex-redesign .computex-footer-brand,
    body.computex-redesign .computex-footer-contact {
        grid-column: 1 / -1;
    }

    body.computex-redesign .computex-footer-brand {
        padding: 22px 18px 18px !important;
        background:
            radial-gradient(circle at top right, rgba(211, 18, 23, 0.24), transparent 34%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 100%) !important;
    }

    body.computex-redesign .computex-footer-nav,
    body.computex-redesign .computex-footer-categories {
        display: grid;
        align-content: start;
        gap: 12px;
        min-height: 100%;
    }

    body.computex-redesign .computex-footer-logo img {
        max-height: 34px !important;
        max-width: 176px;
    }

    body.computex-redesign .computex-footer-copy {
        margin-top: 14px !important;
        max-width: none !important;
        font-size: 0.88rem !important;
        line-height: 1.65 !important;
    }

    body.computex-redesign .computex-footer-pills {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px !important;
        margin-top: 16px !important;
    }

    body.computex-redesign .computex-footer-pills span {
        justify-content: center;
        min-height: 0 !important;
        padding: 10px 12px !important;
        border-radius: 16px !important;
        text-align: center;
        white-space: normal;
        line-height: 1.3;
    }

    body.computex-redesign .computex-footer-pills span:last-child {
        grid-column: 1 / -1;
    }

    body.computex-redesign .computex-footer-social {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px !important;
        margin-top: 16px !important;
    }

    body.computex-redesign .footer-social a {
        width: 100% !important;
        height: 44px !important;
        border-radius: 14px !important;
    }

    body.computex-redesign .computex-footer-card h3,
    body.computex-redesign .computex-footer-contact h3 {
        margin: 0 0 12px !important;
        font-size: 0.95rem !important;
    }

    body.computex-redesign .computex-footer-links,
    body.computex-redesign .computex-footer-links .menu,
    body.computex-redesign .computex-footer-links .sub-menu {
        display: grid;
        gap: 8px;
    }

    body.computex-redesign .computex-footer-links li + li {
        margin-top: 0 !important;
    }

    body.computex-redesign .computex-footer-links a {
        width: 100%;
        min-height: 42px;
        padding: 0 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 0.88rem;
        line-height: 1.2;
    }

    body.computex-redesign .computex-footer-links a::before {
        width: 6px !important;
        height: 6px !important;
        background: #ff5a62 !important;
    }

    body.computex-redesign .computex-footer-contact-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    body.computex-redesign .computex-footer-contact-list li {
        min-height: 100%;
        padding: 12px 12px 14px !important;
        margin: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.035);
    }

    body.computex-redesign .computex-footer-contact-list span {
        margin-bottom: 5px !important;
        font-size: 0.68rem !important;
        letter-spacing: 0.12em !important;
        color: rgba(255, 255, 255, 0.62) !important;
    }

    body.computex-redesign .computex-footer-contact-list p,
    body.computex-redesign .computex-footer-contact-list a {
        font-size: 0.86rem !important;
        line-height: 1.45 !important;
        overflow-wrap: anywhere;
    }

    body.computex-redesign .computex-footer-cta {
        display: grid !important;
        gap: 14px !important;
        margin-top: 14px !important;
        padding: 20px 18px !important;
        border-radius: 26px !important;
        background:
            radial-gradient(circle at right top, rgba(211, 18, 23, 0.3), transparent 34%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 100%) !important;
    }

    body.computex-redesign .computex-footer-cta-copy {
        display: grid;
        gap: 6px;
    }

    body.computex-redesign .computex-footer-cta strong {
        font-size: 1.04rem !important;
    }

    body.computex-redesign .computex-footer-cta p {
        margin: 0 !important;
        font-size: 0.88rem !important;
        line-height: 1.55 !important;
    }

    body.computex-redesign .computex-footer-cta a {
        width: 100%;
        min-height: 48px !important;
        padding: 0 16px !important;
        font-size: 0.9rem !important;
        box-shadow: none !important;
        background: linear-gradient(135deg, #d31217 0%, #ef4444 100%) !important;
    }

    body.computex-redesign .footer-bottom,
    body.computex-redesign .computex-footer-bottom {
        display: grid !important;
        gap: 10px !important;
        margin-top: 16px !important;
        padding-top: 16px !important;
        text-align: center;
        justify-items: stretch;
    }

    body.computex-redesign .footer-bottom p,
    body.computex-redesign .computex-footer-bottom p {
        margin: 0;
        line-height: 1.55;
    }

    body.computex-redesign .computex-footer-meta {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px !important;
        width: 100%;
        justify-content: stretch !important;
    }

    body.computex-redesign .computex-footer-meta span {
        justify-content: center;
        min-height: 0 !important;
        padding: 8px 10px !important;
        border-radius: 14px !important;
        text-align: center;
        font-size: 0.72rem !important;
        line-height: 1.25;
        white-space: normal;
    }
}

@media (max-width: 389px) {
    body.computex-redesign .computex-footer-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.computex-redesign .computex-footer-contact-list,
    body.computex-redesign .computex-footer-pills {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.computex-redesign .computex-footer-pills span:last-child {
        grid-column: auto;
    }

    body.computex-redesign .computex-footer-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.computex-redesign .computex-footer-meta span:last-child {
        grid-column: 1 / -1;
    }
}

/* ============================================
   MOBILE SECTION EDGE FIXES
   ============================================ */
@media (max-width: 767px) {
    html,
    body.computex-redesign,
    body.computex-redesign .site,
    body.computex-redesign .site-main {
        overflow-x: clip;
    }

    body.computex-redesign .computex-header-promo,
    body.computex-redesign .site-footer,
    body.computex-redesign .site-footer.computex-footer,
    body.computex-redesign .site-footer.computex-footer:not(.dynamic-footer) {
        width: auto !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden !important;
    }

    body.computex-redesign .hero-slide,
    body.computex-redesign .hero-slide-copy,
    body.computex-redesign .category-shelf,
    body.computex-redesign .category-feature-card,
    body.computex-redesign .computex-footer-brand,
    body.computex-redesign .computex-footer-card,
    body.computex-redesign .computex-footer-cta {
        overflow: hidden !important;
        isolation: isolate;
        background-clip: padding-box;
    }

    body.computex-redesign .computex-footer-shell,
    body.computex-redesign .computex-footer-grid,
    body.computex-redesign .category-shelf-stage {
        min-width: 0;
    }
}

/* ============================================
   FOOTER POLISH
   ============================================ */
body.computex-redesign .site-footer,
body.computex-redesign .site-footer.computex-footer,
body.computex-redesign .site-footer.computex-footer:not(.dynamic-footer) {
    background:
        radial-gradient(circle at top right, rgba(211, 18, 23, 0.12), transparent 26%),
        linear-gradient(180deg, #0a0a0a 0%, #12080a 46%, #050505 100%) !important;
    color: rgba(255, 255, 255, 0.84) !important;
}

body.computex-redesign .site-footer::before {
    display: block !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%),
        linear-gradient(90deg, rgba(211, 18, 23, 0.12), transparent 24%);
    opacity: 0.78;
}

body.computex-redesign .computex-footer-shell,
body.computex-redesign .computex-footer-grid {
    background: transparent !important;
}

body.computex-redesign .computex-footer-brand,
body.computex-redesign .computex-footer-card,
body.computex-redesign .computex-footer-cta {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16) !important;
}

body.computex-redesign .computex-footer-brand {
    background:
        radial-gradient(circle at top right, rgba(211, 18, 23, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(38, 10, 12, 0.98) 0%, rgba(14, 14, 14, 0.98) 100%) !important;
    border-color: rgba(211, 18, 23, 0.24) !important;
}

body.computex-redesign .computex-footer-card,
body.computex-redesign .computex-footer-contact {
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.98) 0%, rgba(9, 9, 9, 0.98) 100%) !important;
}

body.computex-redesign .computex-footer-categories {
    border-color: rgba(211, 18, 23, 0.14) !important;
}

body.computex-redesign .computex-footer-nav,
body.computex-redesign .computex-footer-contact {
    border-color: rgba(255, 255, 255, 0.07) !important;
}

body.computex-redesign .computex-footer-cta {
    background:
        radial-gradient(circle at top right, rgba(211, 18, 23, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(28, 11, 13, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%) !important;
    border-color: rgba(211, 18, 23, 0.18) !important;
}

body.computex-redesign .site-footer,
body.computex-redesign .site-footer h2,
body.computex-redesign .site-footer h3,
body.computex-redesign .site-footer h4,
body.computex-redesign .site-footer strong,
body.computex-redesign .site-footer span,
body.computex-redesign .site-footer a,
body.computex-redesign .site-footer p,
body.computex-redesign .computex-footer-copy,
body.computex-redesign .computex-footer-contact-list p,
body.computex-redesign .computex-footer-contact-list a,
body.computex-redesign .computex-footer-contact-list span,
body.computex-redesign .footer-bottom,
body.computex-redesign .footer-bottom p {
    color: rgba(255, 255, 255, 0.84) !important;
}

body.computex-redesign .computex-footer-title,
body.computex-redesign .site-footer h2,
body.computex-redesign .site-footer h3,
body.computex-redesign .site-footer h4,
body.computex-redesign .computex-footer-cta strong {
    color: #ffffff !important;
}

body.computex-redesign .computex-footer-card h3,
body.computex-redesign .computex-footer-contact h3 {
    color: #ffffff !important;
}

body.computex-redesign .computex-footer-copy,
body.computex-redesign .computex-footer-cta p,
body.computex-redesign .footer-bottom,
body.computex-redesign .footer-bottom p {
    color: rgba(255, 255, 255, 0.68) !important;
}

body.computex-redesign .computex-footer-pills span,
body.computex-redesign .computex-footer-meta span,
body.computex-redesign .footer-social a {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.07) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

body.computex-redesign .footer-social a:hover {
    background: rgba(211, 18, 23, 0.14) !important;
    border-color: rgba(211, 18, 23, 0.22) !important;
    transform: translateY(-2px);
}

body.computex-redesign .computex-footer-links a {
    display: flex;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.86) !important;
}

body.computex-redesign .computex-footer-links a::before {
    width: 6px !important;
    height: 6px !important;
    background: var(--footer-accent) !important;
    box-shadow: none !important;
}

body.computex-redesign .computex-footer-links a:hover {
    background: rgba(211, 18, 23, 0.08) !important;
    border-color: rgba(211, 18, 23, 0.14) !important;
}

body.computex-redesign .computex-footer-contact-list li {
    padding: 14px 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03) !important;
}

body.computex-redesign .computex-footer-contact-list li + li {
    margin-top: 12px !important;
}

body.computex-redesign .computex-footer-contact-list li:last-child {
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

body.computex-redesign .computex-footer-contact-list span {
    color: rgba(211, 18, 23, 0.88) !important;
}

body.computex-redesign .computex-footer-cta a {
    background: linear-gradient(135deg, #d31217 0%, #9f0e12 100%) !important;
    box-shadow: 0 14px 28px rgba(211, 18, 23, 0.24) !important;
    color: #ffffff !important;
}

body.computex-redesign .footer-bottom,
body.computex-redesign .computex-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 767px) {
    body.computex-redesign .site-footer,
    body.computex-redesign .site-footer.computex-footer,
    body.computex-redesign .site-footer.computex-footer:not(.dynamic-footer) {
        background:
            radial-gradient(circle at top right, rgba(211, 18, 23, 0.14), transparent 24%),
            linear-gradient(180deg, #0f0f0f 0%, #12090b 54%, #050505 100%) !important;
        padding-top: 28px !important;
        padding-bottom: calc(18px + env(safe-area-inset-bottom)) !important;
        box-sizing: border-box !important;
    }

    body.computex-redesign .computex-footer-shell {
        width: min(420px, calc(100% - 24px)) !important;
        max-width: calc(100% - 24px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    body.computex-redesign .computex-footer-grid {
        gap: 14px !important;
        align-items: start !important;
    }

    body.computex-redesign .computex-footer-brand,
    body.computex-redesign .computex-footer-card,
    body.computex-redesign .computex-footer-cta {
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18) !important;
        padding: 16px !important;
        box-sizing: border-box !important;
    }

    body.computex-redesign .computex-footer-brand {
        padding: 18px 16px 16px !important;
    }

    body.computex-redesign .computex-footer-card h3,
    body.computex-redesign .computex-footer-contact h3 {
        margin-bottom: 14px !important;
    }

    body.computex-redesign .computex-footer-links a {
        min-height: 44px !important;
        padding: 0 14px !important;
    }

    body.computex-redesign .computex-footer-contact {
        padding: 16px !important;
    }

    body.computex-redesign .computex-footer-contact-list {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px !important;
    }

    body.computex-redesign .computex-footer-contact-list li {
        min-height: 0 !important;
        padding: 14px !important;
        box-sizing: border-box !important;
    }

    body.computex-redesign .computex-footer-contact-list p,
    body.computex-redesign .computex-footer-contact-list a {
        line-height: 1.55 !important;
    }

    body.computex-redesign .computex-footer-cta {
        margin-top: 14px !important;
        gap: 12px !important;
        padding: 18px 16px !important;
    }

    body.computex-redesign .footer-bottom,
    body.computex-redesign .computex-footer-bottom {
        width: min(100%, 320px) !important;
        margin-top: 18px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 12px !important;
        padding-top: 16px !important;
        padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
        text-align: center !important;
        justify-content: stretch !important;
        justify-items: stretch !important;
        align-items: center !important;
        box-sizing: border-box !important;
    }

    body.computex-redesign .computex-footer-meta {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        justify-items: stretch !important;
    }

    body.computex-redesign .footer-bottom p,
    body.computex-redesign .computex-footer-bottom p {
        width: 100% !important;
        max-width: 30ch !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        text-wrap: balance;
    }

    body.computex-redesign .computex-footer-meta span {
        min-height: 42px !important;
        padding: 10px 12px !important;
    }

    body.computex-redesign .computex-footer-meta span:last-child {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 479px) {
    body.computex-redesign .computex-footer-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.computex-redesign .computex-footer-nav,
    body.computex-redesign .computex-footer-categories,
    body.computex-redesign .computex-footer-contact {
        grid-column: 1 / -1 !important;
    }

    body.computex-redesign .computex-footer-pills,
    body.computex-redesign .computex-footer-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.computex-redesign .computex-footer-bottom,
    body.computex-redesign .footer-bottom {
        padding-bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    }

    body.computex-redesign .computex-footer-meta span:last-child,
    body.computex-redesign .computex-footer-pills span:last-child {
        grid-column: 1 / -1 !important;
    }
}

/* ============================================
   CATEGORY CATALOG SHOWCASE
   ============================================ */
body.computex-redesign main.computex-homepage > .categories-section[aria-label="Categorias"] {
    display: none !important;
}

body.computex-redesign .catalog-showcase-section {
    padding: clamp(44px, 6vw, 84px) 0 clamp(56px, 8vw, 96px);
    background: linear-gradient(180deg, #ffffff 0%, #fff8f8 22%, #ffffff 100%);
}

body.computex-redesign .catalog-showcase-shell {
    display: grid;
    gap: 24px;
}

body.computex-redesign .catalog-showcase-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 24px;
    align-items: end;
    padding: 32px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(211, 18, 23, 0.08), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #fff8f8 52%, #ffffff 100%);
    box-shadow: 0 24px 52px rgba(17, 17, 17, 0.05);
}

body.computex-redesign .catalog-showcase-head-copy,
body.computex-redesign .catalog-showcase-head-side {
    display: grid;
    gap: 14px;
}

body.computex-redesign .catalog-showcase-eyebrow {
    margin: 0;
    color: #d31217;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.computex-redesign .catalog-showcase-title {
    margin: 0;
    color: #111111;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

body.computex-redesign .catalog-showcase-copy {
    margin: 0;
    color: #575757;
    font-size: 1rem;
    line-height: 1.7;
}

body.computex-redesign .catalog-showcase-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: fit-content;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d31217 0%, #8f0d10 100%);
    color: #ffffff !important;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(211, 18, 23, 0.18);
}

body.computex-redesign .catalog-category-band {
    display: grid;
    grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
    gap: 22px;
    padding: 22px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.05);
}

body.computex-redesign .catalog-category-intro {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto auto 1fr auto;
    gap: 14px;
    align-content: start;
    min-height: 100%;
    padding: 26px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(211, 18, 23, 0.28), transparent 34%),
        linear-gradient(165deg, #0b0b0d 0%, #170709 56%, #0b0b0d 100%);
    color: #ffffff;
}

body.computex-redesign .catalog-category-intro::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(211, 18, 23, 0.26), rgba(211, 18, 23, 0));
    pointer-events: none;
}

body.computex-redesign .catalog-category-topline,
body.computex-redesign .catalog-category-actions {
    position: relative;
    z-index: 1;
}

body.computex-redesign .catalog-category-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.computex-redesign .catalog-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #d31217 0%, #8f0d10 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(211, 18, 23, 0.26);
}

body.computex-redesign .catalog-category-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

body.computex-redesign .catalog-category-count {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 700;
}

body.computex-redesign .catalog-category-eyebrow {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.computex-redesign .catalog-category-title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.9rem, 2.4vw, 2.5rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

body.computex-redesign .catalog-category-copy {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 28ch;
}

body.computex-redesign .catalog-category-visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    width: min(100%, 226px);
    min-height: 0;
    aspect-ratio: 1 / 1;
    margin-top: 8px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 36px rgba(0, 0, 0, 0.18);
}

body.computex-redesign .catalog-category-visual img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.34));
}

body.computex-redesign .catalog-category-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

body.computex-redesign .catalog-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d31217 0%, #8f0d10 100%);
    color: #ffffff !important;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

body.computex-redesign .catalog-category-link.is-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
}

body.computex-redesign .catalog-category-products {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 292px);
    gap: 18px;
    min-width: 0;
    align-items: stretch;
    align-content: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 8px 12px 0;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(148, 163, 184, 0.72) transparent;
}

body.computex-redesign .catalog-category-products::-webkit-scrollbar {
    height: 10px;
}

body.computex-redesign .catalog-category-products::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.72);
    border-radius: 999px;
}

body.computex-redesign .catalog-category-products::-webkit-scrollbar-track {
    background: transparent;
}

body.computex-redesign .catalog-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffbfb 100%);
    scroll-snap-align: start;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.computex-redesign .catalog-product-card:hover,
body.computex-redesign .catalog-product-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(211, 18, 23, 0.18);
    box-shadow: 0 22px 36px rgba(17, 17, 17, 0.08);
}

body.computex-redesign .catalog-product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 22px 22px 12px;
    background:
        radial-gradient(circle at top, rgba(211, 18, 23, 0.06), transparent 46%),
        linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
}

body.computex-redesign .catalog-product-media img {
    width: auto;
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

body.computex-redesign .catalog-product-card:hover .catalog-product-media img,
body.computex-redesign .catalog-product-card:focus-within .catalog-product-media img {
    transform: translateY(-4px) scale(1.02);
}

body.computex-redesign .catalog-product-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 18px;
}

body.computex-redesign .catalog-product-category {
    margin: 0;
    color: #d31217;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.computex-redesign .catalog-product-title {
    margin: 0;
    color: #111111;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    display: -webkit-box;
    min-height: 2.8em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.computex-redesign .catalog-product-title a {
    color: inherit !important;
    text-decoration: none;
}

body.computex-redesign .catalog-product-pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
    margin-top: auto;
}

body.computex-redesign .catalog-product-pricing strong {
    color: #111111;
    font-size: 1.06rem;
    font-weight: 800;
}

body.computex-redesign .catalog-product-pricing span {
    color: #7f7f82;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: line-through;
}

body.computex-redesign .catalog-product-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

body.computex-redesign .catalog-product-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    flex: 1 1 auto;
    padding: 0 16px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff !important;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

body.computex-redesign .catalog-product-ask {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(211, 18, 23, 0.18);
    background: rgba(211, 18, 23, 0.06);
    color: #d31217 !important;
}

body.computex-redesign .catalog-product-ask svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

body.computex-redesign .catalog-showcase-empty {
    padding: 28px 30px;
    border: 1px dashed rgba(211, 18, 23, 0.22);
    border-radius: 24px;
    background: #fff8f8;
    color: #5d5d62;
    text-align: center;
}

@media (max-width: 1200px) {
    body.computex-redesign .catalog-category-band {
        grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    }

    body.computex-redesign .catalog-category-products {
        gap: 16px;
        grid-auto-columns: minmax(244px, 276px);
    }
}

@media (max-width: 1100px) {
    body.computex-redesign .catalog-showcase-head,
    body.computex-redesign .catalog-category-band {
        grid-template-columns: minmax(0, 1fr);
    }

    body.computex-redesign .catalog-showcase-head {
        padding: 26px;
    }

    body.computex-redesign .catalog-category-intro {
        padding: 24px;
        max-height: none;
    }

    body.computex-redesign .catalog-category-copy {
        max-width: none;
    }

    body.computex-redesign .catalog-category-products {
        grid-auto-columns: minmax(220px, 280px);
        padding-right: 4px;
    }

    /* En tablet, el visual del intro mas compacto */
    body.computex-redesign .catalog-category-visual {
        max-width: 280px;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    body.computex-redesign .catalog-showcase-section {
        padding: 38px 0 60px;
    }

    body.computex-redesign .catalog-showcase-head {
        padding: 22px 18px;
        gap: 18px;
        border-radius: 26px;
    }

    body.computex-redesign .catalog-showcase-title {
        font-size: clamp(1.8rem, 8vw, 2.35rem);
    }

    body.computex-redesign .catalog-category-band {
        padding: 14px;
        gap: 14px;
        border-radius: 26px;
    }

    body.computex-redesign .catalog-category-intro {
        padding: 20px 18px;
        border-radius: 22px;
    }

    body.computex-redesign .catalog-category-visual {
        width: min(100%, 210px);
        padding: 14px;
        border-radius: 24px;
    }

    body.computex-redesign .catalog-category-visual img {
        max-height: 100%;
    }

    body.computex-redesign .catalog-category-products {
        grid-auto-columns: minmax(228px, 84vw);
        gap: 14px;
    }

    body.computex-redesign .catalog-product-media {
        min-height: 190px;
        padding: 18px 18px 10px;
    }

    body.computex-redesign .catalog-product-media img {
        max-height: 150px;
    }

    body.computex-redesign .catalog-product-body {
        padding: 18px 16px 16px;
    }
}

/* ================================================================
   CATEGORY ARCHIVE PAGES — LEGACY (kept for fallback)
   ================================================================ */

.computex-cat-archive {
    background: #f9fafb;
    min-height: 60vh;
}

/* ── Breadcrumb ─────────────────────────────────────────────────── */
.cx-cat-breadcrumb-wrap {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
}
.cx-cat-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
}
.cx-cat-breadcrumb a {
    color: #374151;
    text-decoration: none;
    transition: color 0.15s;
}
.cx-cat-breadcrumb a:hover { color: #d31217; }
.cx-cat-breadcrumb [aria-current="page"] { color: #d31217; font-weight: 600; }
.cx-bc-sep { color: #d1d5db; user-select: none; }

/* ── Hero Banner ────────────────────────────────────────────────── */
.cx-cat-hero {
    position: relative;
    background: #0a0f1c;
    color: #ffffff;
    padding: 56px 0 48px;
    overflow: hidden;
}
.cx-cat-hero-glow {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--cat-accent, #d31217) 25%, transparent), transparent 70%);
    pointer-events: none;
}
.cx-cat-hero-inner {
    display: flex;
    align-items: center;
    gap: 28px;
}
.cx-cat-hero-icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cat-accent, #d31217);
}
.cx-cat-hero-icon svg {
    width: 36px;
    height: 36px;
    stroke: currentColor;
}
.cx-cat-hero-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.15;
}
.cx-cat-hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    margin: 0;
    max-width: 600px;
    line-height: 1.6;
}

/* ── Body container ─────────────────────────────────────────────── */
.cx-cat-body {
    padding-top: 48px;
    padding-bottom: 80px;
}

/* ── Section title ──────────────────────────────────────────────── */
.cx-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
    position: relative;
}
.cx-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 48px;
    height: 2px;
    background: #d31217;
    border-radius: 2px;
}

/* ── Subcategory Grid ───────────────────────────────────────────── */
.cx-subcat-section {
    margin-bottom: 56px;
}
.cx-subcat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}
.cx-subcat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 24px 16px 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    text-decoration: none;
    color: #111827;
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.cx-subcat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    border-color: #d31217;
    color: #111827;
}
.cx-subcat-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    transition: background 0.18s, color 0.18s;
}
.cx-subcat-card:hover .cx-subcat-card-icon {
    background: #fff0f0;
    color: #d31217;
}
.cx-subcat-card-icon svg {
    width: 26px;
    height: 26px;
}
.cx-subcat-card-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: inherit;
}
.cx-subcat-card-count {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
}
.cx-subcat-card-count--empty {
    color: #d31217;
    background: #fff0f0;
    border-radius: 999px;
    padding: 2px 8px;
}

/* ── Products section ───────────────────────────────────────────── */
.cx-cat-products-section {
    /* WooCommerce injects .products ul — let it flow naturally */
}
.cx-cat-products-section ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 20px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.cx-cat-products-section ul.products li.product {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    margin: 0 !important;
}
.cx-cat-products-section ul.products li.product:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

/* WooCommerce pagination */
.cx-cat-products-section .woocommerce-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/* ── Empty state ────────────────────────────────────────────────── */
.cx-cat-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 72px 24px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed rgba(211,18,23,0.22);
    border-radius: 20px;
    background: #fff8f8;
}
.cx-cat-empty-icon {
    width: 80px;
    height: 80px;
    color: rgba(211,18,23,0.4);
}
.cx-cat-empty-icon svg {
    width: 100%;
    height: 100%;
}
.cx-cat-empty-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}
.cx-cat-empty-desc {
    font-size: 15px;
    color: #6b7280;
    max-width: 400px;
    margin: 0;
}
.cx-cat-empty-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: #d31217;
    color: #ffffff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s, transform 0.15s;
}
.cx-cat-empty-btn:hover {
    background: #b80f13;
    transform: translateY(-1px);
    color: #ffffff;
}

/* ── Container utility (if not already defined globally) ──────── */
.cx-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .cx-cat-hero { padding: 36px 0 32px; }
    .cx-cat-hero-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
    .cx-cat-hero-icon { width: 56px; height: 56px; }
    .cx-cat-hero-icon svg { width: 28px; height: 28px; }
    .cx-subcat-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
    .cx-subcat-card { padding: 18px 12px 16px; }
    .cx-cat-products-section ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
    .cx-cat-body { padding-top: 32px; padding-bottom: 56px; }
}
@media (max-width: 480px) {
    .cx-cat-products-section ul.products { grid-template-columns: 1fr !important; }
    .cx-subcat-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Product cards (al_product) ─────────────────────────────── */
.cx-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.cx-product-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #111827;
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.cx-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.1);
    border-color: #d31217;
}
.cx-product-card-img {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cx-product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    transition: transform 0.25s;
}
.cx-product-card:hover .cx-product-card-img img {
    transform: scale(1.05);
}
.cx-product-card-no-img {
    width: 64px;
    height: 64px;
    color: #d1d5db;
}
.cx-product-card-no-img svg { width: 100%; height: 100%; }
.cx-product-card-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.cx-product-card-title {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cx-product-card-price {
    font-size: 15px;
    font-weight: 700;
    color: #d31217;
    margin-top: auto;
}

/* ── Pagination ─────────────────────────────────────────────── */
.cx-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}
.cx-page-btn {
    padding: 10px 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
}
.cx-page-btn:hover { background: #d31217; color: #fff; border-color: #d31217; }
.cx-page-info { font-size: 14px; color: #6b7280; }

@media (max-width: 640px) {
    .cx-products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media (max-width: 360px) {
    .cx-products-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   CATEGORY PAGES — NUEVO DISEÑO
   ================================================================ */

/* Variables */
.cx-cat-page { --accent: var(--cat-accent, #d31217); background: #f4f6f9; min-height: 80vh; }

/* Wrapper */
.cx-wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ── Breadcrumb ─────────────────────────────────────────────── */
.cx-bc-bar { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 11px 0; }
.cx-bc { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #9ca3af; flex-wrap: wrap; }
.cx-bc a { color: #6b7280; text-decoration: none; transition: color .15s; }
.cx-bc a:hover { color: var(--accent); }
.cx-bc-current { color: var(--accent); font-weight: 600; }
.cx-bc span { color: #d1d5db; }

/* ── Hero banner ────────────────────────────────────────────── */
.cx-cat-banner {
    position: relative;
    background: #0a0f1c;
    overflow: hidden;
    padding: 36px 0 32px;
}
.cx-cat-banner-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 120% at 0% 50%, color-mix(in srgb, var(--cat-accent, #d31217) 20%, transparent), transparent);
    pointer-events: none;
}
.cx-cat-banner-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.cx-cat-banner-title {
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
    letter-spacing: -.02em;
}
.cx-cat-banner-desc { font-size: 15px; color: rgba(255,255,255,.55); margin: 0; max-width: 560px; }
.cx-cat-banner-count { text-align: right; flex-shrink: 0; }
.cx-count-num { display: block; font-size: 40px; font-weight: 800; color: var(--cat-accent, #d31217); line-height: 1; }
.cx-count-label { font-size: 13px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .06em; }

/* ── Subcategory chips ──────────────────────────────────────── */

/* ── Layout ─────────────────────────────────────────────────── */
.cx-cat-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 28px;
    padding-top: 32px;
    padding-bottom: 72px;
    align-items: start;
}

/* ── Sidebar ─────────────────────────────────────────────────  */
.cx-sidebar { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 90px; }
.cx-sidebar-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
}
.cx-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
}
.cx-sidebar-card-subcats {
    padding: 16px 14px 14px;
}
.cx-sidebar-card-subcats .cx-sidebar-title {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 13px;
}

/* Price filter */
.cx-price-inputs { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.cx-price-field { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.cx-price-field label { font-size: 11px; color: #9ca3af; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.cx-price-input {
    width: 100%; padding: 8px 10px;
    border: 1.5px solid #e5e7eb; border-radius: 8px;
    font-size: 13px; color: #111827;
    outline: none; transition: border-color .15s;
    -moz-appearance: textfield;
}
.cx-price-input::-webkit-outer-spin-button,
.cx-price-input::-webkit-inner-spin-button { -webkit-appearance: none; }
.cx-price-input:focus { border-color: var(--cat-accent, #d31217); }
.cx-price-sep { font-size: 18px; color: #d1d5db; flex-shrink: 0; }

/* Range slider */
.cx-price-range-wrap {
    position: relative;
    height: 24px;
    margin-bottom: 16px;
}
.cx-range-track {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: 0; right: 0;
    height: 4px;
    background: #e5e7eb;
    border-radius: 4px;
    pointer-events: none;
}
.cx-range-fill {
    position: absolute;
    height: 100%;
    background: var(--cat-accent, #d31217);
    border-radius: 4px;
}
.cx-range {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    outline: none;
}
.cx-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--cat-accent, #d31217);
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    cursor: pointer;
    pointer-events: all;
    transition: transform .15s;
}
.cx-range::-webkit-slider-thumb:hover { transform: scale(1.2); }
.cx-range::-moz-range-thumb {
    width: 18px; height: 18px; border-radius: 50%;
    background: #fff; border: 2px solid var(--cat-accent, #d31217);
    cursor: pointer; pointer-events: all;
}

.cx-apply-btn {
    width: 100%;
    padding: 10px;
    background: var(--cat-accent, #d31217);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: filter .15s;
}
.cx-apply-btn:hover { filter: brightness(1.1); }
.cx-clear-btn {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
    color: #9ca3af;
    text-decoration: none;
}
.cx-clear-btn:hover { color: var(--cat-accent, #d31217); }

/* Sidebar cats list */
.cx-sidebar-cats {
    list-style: none;
    margin: 0;
    padding: 0 4px 0 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: min(42vh, 360px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(148, 163, 184, 0.72) transparent;
}
.cx-sidebar-cats::-webkit-scrollbar,
.cx-products-scroll::-webkit-scrollbar {
    width: 8px;
}
.cx-sidebar-cats::-webkit-scrollbar-thumb,
.cx-products-scroll::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.72);
    border-radius: 999px;
}
.cx-sidebar-cats::-webkit-scrollbar-track,
.cx-products-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.cx-sidebar-cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
    font-size: 12px;
    line-height: 1.35;
    transition: background .15s, color .15s;
}
.cx-sidebar-cat-link:hover { background: #f9fafb; color: var(--cat-accent, #d31217); }
.cx-sidebar-cat-link.is-active {
    background: color-mix(in srgb, var(--cat-accent, #d31217) 10%, transparent);
    color: var(--cat-accent, #d31217);
    font-weight: 600;
}
.cx-sidebar-cat-count {
    font-size: 10px;
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 999px;
    padding: 2px 7px;
    font-weight: 600;
    flex-shrink: 0;
}
.cx-sidebar-cat-link.is-active .cx-sidebar-cat-count {
    background: color-mix(in srgb, var(--cat-accent, #d31217) 15%, transparent);
    color: var(--cat-accent, #d31217);
}

/* ── Categorías populares en sidebar ───────────────────────── */
.cx-popular-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.cx-popular-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #374151;
    font-size: 0.83rem;
    font-weight: 500;
    transition: background .15s, color .15s;
}
.cx-popular-item:hover {
    background: #f1f5f9;
    color: #d31217;
}
.cx-popular-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: #f1f4f8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8ecf1;
    color: #6b7280;
    transition: background .15s, color .15s;
}
.cx-popular-icon svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
}
.cx-popular-item:hover .cx-popular-icon {
    background: #e8ecf1;
    color: #374151;
}
.cx-popular-name {
    flex: 1;
    line-height: 1.2;
}
.cx-popular-count {
    font-size: 0.72rem;
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 999px;
    padding: 2px 7px;
    font-weight: 600;
    flex-shrink: 0;
}

/* ── Toolbar ─────────────────────────────────────────────────  */
.cx-products-area {
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.cx-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 18px;
    margin-bottom: 20px;
    gap: 12px;
}
.cx-toolbar-count { font-size: 14px; color: #6b7280; margin: 0; }
.cx-toolbar-count strong { color: #111827; font-size: 16px; }
.cx-toolbar-filter-badge {
    display: inline-block;
    margin-left: 8px;
    font-size: 11px;
    background: color-mix(in srgb, var(--cat-accent, #d31217) 12%, transparent);
    color: var(--cat-accent, #d31217);
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 600;
}
.cx-toolbar-sort { display: flex; align-items: center; gap: 8px; }
.cx-toolbar-sort label { font-size: 13px; color: #6b7280; white-space: nowrap; }
.cx-toolbar-sort select {
    padding: 7px 32px 7px 12px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 13px;
    color: #374151;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%236b7280' d='m7 10 5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    transition: border-color .15s;
}
.cx-toolbar-sort select:focus { border-color: var(--cat-accent, #d31217); }
.cx-products-scroll {
    min-height: 360px;
    overflow: visible;
}

/* ── Product grid ─────────────────────────────────────────── */
.cx-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 16px;
}

/* ── Product card ─────────────────────────────────────────── */
.cx-pcard {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e9ebee;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: #111827;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.cx-pcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,.1);
    border-color: var(--cat-accent, #d31217);
}
.cx-pcard-img {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cx-pcard-img img {
    width: 100%; height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform .3s;
}
.cx-pcard:hover .cx-pcard-img img { transform: scale(1.06); }
.cx-pcard-noimg { width: 56px; height: 56px; color: #d1d5db; }
.cx-pcard-noimg svg { width: 100%; height: 100%; }

.cx-pcard-body { padding: 12px 14px 8px; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.cx-pcard-cat {
    font-size: 11px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
}
.cx-pcard-title {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cx-pcard-price {
    margin-top: auto;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--cat-accent, #d31217);
}

.cx-pcard-footer {
    padding: 0 14px 14px;
}
.cx-pcard-btn {
    display: block;
    text-align: center;
    padding: 8px;
    background: #f4f6f9;
    color: #374151;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    transition: background .15s, color .15s;
}
.cx-pcard:hover .cx-pcard-btn {
    background: var(--cat-accent, #d31217);
    color: #fff;
}

/* ── Pagination ──────────────────────────────────────────── */
.cx-pagination {
    display: flex; justify-content: center; align-items: center;
    flex-wrap: wrap; gap: 6px; margin-top: 40px;
}
.cx-page-item a,
.cx-page-item span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; padding: 0 12px;
    border-radius: 10px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    font-size: 14px; font-weight: 500; color: #374151;
    text-decoration: none;
    transition: all .15s;
}
.cx-page-item a:hover { border-color: var(--cat-accent, #d31217); color: var(--cat-accent, #d31217); }
.cx-page-item .current {
    background: var(--cat-accent, #d31217);
    border-color: var(--cat-accent, #d31217);
    color: #fff; font-weight: 700;
}

/* ── Empty state ──────────────────────────────────────────── */
.cx-empty {
    display: flex; flex-direction: column; align-items: center;
    gap: 16px; padding: 80px 24px; text-align: center;
    background: #fff; border: 1px dashed #e5e7eb; border-radius: 16px;
}
.cx-empty-icon { width: 72px; height: 72px; color: #d1d5db; }
.cx-empty-icon svg { width: 100%; height: 100%; }
.cx-empty h3 { font-size: 20px; font-weight: 700; color: #111827; margin: 0; }
.cx-empty p { font-size: 14px; color: #6b7280; margin: 0; }
.cx-empty-reset {
    padding: 10px 24px; background: var(--cat-accent, #d31217);
    color: #fff; border-radius: 999px; font-size: 14px; font-weight: 600;
    text-decoration: none; transition: filter .15s;
}
.cx-empty-reset:hover { filter: brightness(1.1); color: #fff; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
    .cx-cat-layout { grid-template-columns: 220px 1fr; gap: 20px; }
}
@media (max-width: 768px) {
    .cx-cat-layout { grid-template-columns: 1fr; }
    .cx-sidebar { position: static; }
    .cx-cat-banner-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .cx-cat-banner-count { align-self: flex-start; }
    .cx-sidebar-card-subcats {
        padding: 20px;
    }
    .cx-sidebar-card-subcats .cx-sidebar-title {
        margin-bottom: 16px;
        padding-bottom: 12px;
        font-size: 14px;
    }
    .cx-sidebar-cats {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
    .cx-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .cx-products-scroll {
        max-height: none;
        min-height: 0;
        overflow: visible;
        padding-right: 0;
    }
}
@media (max-width: 480px) {
    .cx-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .cx-toolbar { flex-direction: column; align-items: flex-start; }
}

/* WhatsApp button — oculto por defecto, visible solo en páginas de categoría */
.ht-ctc-chat {
    display: none !important;
}

body.tax-product_cat .ht-ctc-chat {
    display: block !important;
    position: fixed !important;
    bottom: 24px !important;
    right: 24px !important;
    left: auto !important;
    top: auto !important;
    z-index: 9990 !important;
}

/* WhatsApp button — barra delgada ancho completo en móvil (solo en categorías) */
@media (max-width: 768px) {
    body.tax-product_cat .ht-ctc-chat {
        left: 16px !important;
        right: 16px !important;
        bottom: 16px !important;
        width: auto !important;
        max-width: none !important;
    }
    body.tax-product_cat .ht-ctc-chat .ht-ctc {
        width: 100% !important;
        border-radius: 14px !important;
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        padding: 0 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
    }
    body.tax-product_cat .ht-ctc-chat .ht-ctc img,
    body.tax-product_cat .ht-ctc-chat .ht-ctc svg {
        width: 22px !important;
        height: 22px !important;
        flex-shrink: 0 !important;
    }
}

/* AJAX loading state */
#cx-products-area {
    transition: opacity .2s ease;
}
#cx-products-area[style*="opacity: 0.4"] {
    pointer-events: none;
    position: relative;
}

/* ═══════════════════════════════════════════════
   SINGLE PRODUCT PAGE
   ═══════════════════════════════════════════════ */

/* Wrappers del plugin (reseteo) */
.ic-catalog-container { padding: 0 !important; margin: 0 !important; max-width: none !important; }
.product-entry { padding: 0 !important; margin: 0 !important; }

/* Página contenedor */
.cx-product-page,
.cx-catalog-wrap { background: #f1f4f8; }
/* padding-top alto + scroll-margin-top para que el contenido NUNCA
   quede oculto bajo el header sticky cuando se hace scroll/anchor */
.cx-product-page {
    min-height: 70vh;
    padding-top: 40px !important;
    padding-bottom: 80px;
    scroll-margin-top: 90px;
}
.cx-product-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 28px;
}

/* Breadcrumb - mas legible (antes color #94a3b8 sobre bg #f1f4f8
   era casi invisible) */
.cx-product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 0 24px;
    font-size: 0.78rem;
    color: #475569;
    flex-wrap: wrap;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
}
.cx-product-breadcrumb a { color: #1e293b; text-decoration: none; transition: color .15s; font-weight: 600; }
.cx-product-breadcrumb a:hover { color: #d31217; }
.cx-product-bc-sep { color: #94a3b8; }

/* Layout principal — card unificada */
.cx-product-layout {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 0;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15,23,42,.07);
}

/* Columna imagen */
.cx-product-gallery {
    background: #f8fafc;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-right: 1px solid #eef1f5;
}
.cx-product-image-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eaecf0;
    overflow: hidden;
    min-height: 280px;
}
.cx-product-img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    padding: 18px;
    transition: transform .35s ease;
}
.cx-product-img:hover { transform: scale(1.06); }
.cx-product-image-placeholder {
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}
.cx-product-cats { display: flex; flex-wrap: wrap; gap: 6px; }
.cx-product-cat-chip {
    display: inline-block;
    padding: 3px 11px;
    border-radius: 999px;
    background: #ede9fe;
    color: #6d28d9;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* Columna info */
.cx-product-info {
    padding: 36px 36px 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cx-product-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    color: #0b1322;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0;
    text-transform: uppercase;
}

/* Precio */
.cx-product-price-block {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #fff5f5 0%, #fffbfb 100%);
    border-radius: 12px;
    border: 1.5px solid #fecaca;
}
.cx-product-price-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #94a3b8;
}
.cx-product-price {
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #d31217;
    letter-spacing: -0.03em;
    line-height: 1;
}

/* Envío */
.cx-product-shipping {
    border-radius: 12px;
    border: 1px solid #eef1f5;
    background: #fafbfc;
    overflow: hidden;
}
.cx-product-section-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #64748b;
    padding: 12px 16px;
    border-bottom: 1px solid #eef1f5;
    margin: 0;
    background: #f4f6f9;
}
.cx-product-shipping-list { list-style: none; margin: 0; padding: 2px 0; }
.cx-product-shipping-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 16px;
    font-size: 0.83rem;
    transition: background .12s;
}
.cx-product-shipping-item:hover { background: #f1f5f9; }
.cx-product-shipping-name { color: #334155; font-weight: 500; }
.cx-product-shipping-cost { color: #475569; font-weight: 700; font-size: 0.8rem; }
.cx-free { color: #16a34a; font-weight: 700; }

/* Botón WhatsApp */
.cx-product-actions { display: flex; }
.cx-product-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 24px;
    border-radius: 12px;
    background: #25d366;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .02em;
    transition: background .2s, transform .18s, box-shadow .2s;
    box-shadow: 0 6px 18px rgba(37,211,102,.28);
}
.cx-product-whatsapp-btn:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(37,211,102,.38);
    color: #fff;
}

/* Descripción */
.cx-product-description {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #eef1f5;
    padding: 28px 32px;
    box-shadow: 0 2px 10px rgba(15,23,42,.04);
}
.cx-product-desc-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    color: #0b1322;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cx-product-desc-body {
    color: #374151;
    font-size: 0.88rem;
    line-height: 1.85;
}
/* Eliminar espacios en blanco de párrafos vacíos en el contenido del editor */
.cx-product-desc-body > p:empty,
.cx-product-desc-body > p:blank,
.cx-product-desc-body br + br { display: none; }
.cx-product-desc-body > p { margin: 0 0 10px; }
.cx-product-desc-body > p:last-child { margin-bottom: 0; }
/* Imagen a la izquierda, texto fluye a la derecha */
.cx-product-desc-body img {
    float: left;
    max-width: 260px;
    width: 35%;
    height: auto;
    border-radius: 10px;
    margin: 4px 28px 16px 0;
    display: block;
}
.cx-product-desc-body::after { content: ''; display: table; clear: both; }

/* Relacionados */
.cx-product-related { margin-top: 20px; }
.cx-product-related-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0b1322;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.cx-product-related-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.cx-product-related-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #eef1f5;
    overflow: hidden;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}
.cx-product-related-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(15,23,42,.1); }
.cx-product-related-img { aspect-ratio: 1; background: #f8fafc; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cx-product-related-img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.cx-product-related-body { padding: 10px 12px; }
.cx-product-related-name {
    font-size: 0.75rem; font-weight: 600; color: #1e293b; margin: 0 0 4px;
    line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cx-product-related-price { font-size: 0.82rem; font-weight: 700; color: #d31217; margin: 0; }

/* Responsive */
@media (max-width: 860px) {
    .cx-product-layout { grid-template-columns: 1fr; }
    .cx-product-gallery { border-right: none; border-bottom: 1px solid #eef1f5; padding: 24px; }
    .cx-product-info { padding: 24px; gap: 16px; }
    .cx-product-title { font-size: 1.25rem; }
    .cx-product-price { font-size: 1.7rem; }
}
@media (max-width: 560px) {
    .cx-product-wrap { padding: 0 12px; }
    .cx-product-description { padding: 20px 16px; }
    .cx-product-related-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
}

/* ============================================
   FOOTER MINIMALISTA (cx-footer)
   ============================================ */
.cx-footer {
    background: #0a0a0a;
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 0 0;
    margin-top: 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}
.cx-footer-inner {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 0 32px;
}
.cx-footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cx-footer-brand .cx-footer-name {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -0.01em;
}
.cx-footer-brand .custom-logo,
.cx-footer-brand .custom-logo-link img,
.cx-footer-brand img {
    max-width: 200px;
    height: auto;
    display: block;
}
.cx-footer-desc {
    margin: 16px 0 24px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
    max-width: 320px;
}
.cx-footer-social {
    display: flex;
    gap: 10px;
}
.cx-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.75);
    transition: background 0.2s ease, color 0.2s ease;
}
.cx-footer-social a:hover {
    background: #d31217;
    color: #ffffff;
}
.cx-footer-col h4 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.cx-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cx-footer-col a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s ease;
}
.cx-footer-col a:hover {
    color: #ffffff;
}
.cx-footer-contact ul li {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}
.cx-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 22px 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
}
.cx-footer-bottom p {
    margin: 0;
}
.cx-footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 600;
}
.cx-footer-bottom-links a:hover {
    color: #ffffff;
}
@media (max-width: 900px) {
    .cx-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}
@media (max-width: 560px) {
    .cx-footer { padding-top: 40px; margin-top: 40px; }
    .cx-footer-inner { padding: 0 20px; }
    .cx-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 32px;
    }
    .cx-footer-bottom { justify-content: center; text-align: center; }
}

/* Asegurar que el footer viejo no aparece junto */
.cx-footer ~ .computex-footer,
body .computex-footer:has(+ .cx-footer) { display: none !important; }

/* ============================================
   PROMO BANNER INLINE (entre secciones del catalogo)
   ============================================ */
.promo-banner--inline {
    display: block;
    position: relative;
    width: 100%;
    margin: 32px 0;
    border-radius: 28px;
    overflow: hidden;
    text-decoration: none;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    isolation: isolate;
}
.promo-banner--inline .promo-banner-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 28px;
    transition: transform 0.5s ease;
}

/* MOBILE (<=768px): banner full-width, sin bordes grandes,
   solo la imagen ocupando la pantalla con esquinas elegantes */
@media (max-width: 768px) {
    .promo-banner--inline {
        margin: 16px calc(50% - 50vw) !important;
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }
    .promo-banner--inline .promo-banner-img {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
        object-fit: cover !important;
        height: auto !important;
        display: block !important;
    }
}

/* TABLET pequena (480-640px): un poco de rounding sutil para no
   verse tan rigido pero igual full-width */
@media (max-width: 640px) and (min-width: 481px) {
    .promo-banner--inline {
        margin: 14px calc(50% - 50vw) !important;
    }
}
.promo-banner--inline:hover .promo-banner-img {
    transform: scale(1.015);
}
/* Anular cualquier overlay/sombreado/contenido encima de la imagen */
.promo-banner--inline .promo-banner-overlay,
.promo-banner--inline .promo-banner-content,
.promo-banner--inline::before,
.promo-banner--inline::after {
    display: none !important;
    content: none !important;
    background: none !important;
}
.promo-banner--inline .promo-banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 56px;
    pointer-events: none;
}
.promo-banner--inline .promo-banner-eyebrow {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
}
.promo-banner--inline .promo-banner-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 8px;
    color: #ffffff;
}
.promo-banner--inline .promo-banner-title strong {
    color: #ffcc00;
}
.promo-banner--inline .promo-banner-sub {
    margin: 0 0 18px;
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 380px;
}
.promo-banner--inline .promo-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 22px;
    background: #d31217;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
}
@media (max-width: 768px) {
    .promo-banner--inline .promo-banner-content { padding: 24px 28px; }
    .promo-banner--inline .promo-banner-title { font-size: 1.5rem; }
}

/* Asegurar que NO hay overlay sombreado en el banner */
.promo-banner--inline .promo-banner-overlay { display: none !important; }

/* ============================================
   LIVE SEARCH DROPDOWN
   ============================================ */
body.computex-redesign .computex-header-search { position: relative !important; }

.cx-live-search-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: -12px;
    right: -12px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(8, 16, 29, 0.18);
    border: 1px solid rgba(15, 23, 42, 0.06);
    z-index: 10000;
    overflow: hidden;
    animation: cxDropIn 0.18s ease-out;
}
@keyframes cxDropIn {
    from { opacity: 0; transform: translateY(-6px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)    scale(1); }
}
.cx-live-search-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    max-height: 70vh;
    overflow-y: auto;
}
.cx-live-search-item a {
    display: grid;
    grid-template-columns: 48px 1fr auto auto;
    gap: 14px;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
    color: #0f172a;
    transition: background 0.15s ease;
}
.cx-live-search-item a:hover { background: #f8fafc; }
.cx-live-search-thumb {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cx-live-search-thumb img {
    width: 100%; height: 100%; object-fit: cover;
}
.cx-live-search-body {
    display: flex; flex-direction: column; gap: 4px; min-width: 0;
}
.cx-live-search-name {
    font-size: 0.92rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cx-live-search-cat {
    display: inline-block;
    align-self: flex-start;
    padding: 2px 10px;
    background: #374151;
    color: #ffffff;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.cx-live-search-price {
    color: #d31217;
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
}
.cx-live-search-arrow {
    color: #94a3b8;
    flex-shrink: 0;
}
.cx-live-search-empty {
    padding: 20px 16px;
    text-align: center;
    color: #64748b;
    font-size: 0.92rem;
}
.cx-live-search-footer {
    border-top: 1px solid #f1f5f9;
}
.cx-live-search-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 16px;
    color: #d31217;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: background 0.15s ease;
}
.cx-live-search-all:hover { background: #fef2f2; }

/* Skeleton loading */
.cx-live-search-item.is-skeleton {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 10px 16px;
}
.cx-skel-thumb {
    width: 48px; height: 48px; border-radius: 10px; background: #e2e8f0;
    animation: cxSkelPulse 1.2s ease-in-out infinite;
}
.cx-skel-lines { display: flex; flex-direction: column; gap: 6px; }
.cx-skel-line {
    height: 10px; border-radius: 4px; background: #e2e8f0;
    animation: cxSkelPulse 1.2s ease-in-out infinite;
}
.cx-skel-line-1 { width: 70%; }
.cx-skel-line-2 { width: 40%; }
.cx-skel-price {
    width: 60px; height: 14px; border-radius: 4px; background: #e2e8f0;
    animation: cxSkelPulse 1.2s ease-in-out infinite;
}
@keyframes cxSkelPulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.45; }
}

/* ============================================
   CATALOG PRODUCT CARD: desc + sub-ofertas (related)
   ============================================ */
.catalog-product-desc {
    margin: 6px 0 12px;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #475569;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.catalog-product-related {
    margin: 0 0 16px;
    padding: 12px 0 0;
    border-top: 1px dashed rgba(15, 23, 42, 0.1);
}
.catalog-product-related-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
}
.catalog-product-related ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.catalog-product-related li a {
    display: block;
    font-size: 0.82rem;
    color: #475569;
    text-decoration: none;
    line-height: 1.4;
    padding: 4px 0 4px 12px;
    border-left: 2px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catalog-product-related li a:hover {
    color: #d31217;
    border-left-color: #d31217;
}

/* ============================================
   MARCAS SHOWCASE (rectangulo encasillado dentro del container)
   ============================================ */
.brands-showcase-section {
    padding: 0 0 32px;
    margin-top: clamp(-72px, -6vw, -32px);
    background: transparent;
    position: relative;
    z-index: 2;
}
.brands-showcase-section .container {
    width: min(var(--computex-shell-width), calc(100% - var(--computex-shell-gutter)));
    margin: 0 auto;
}
.brands-showcase-box {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    padding: 48px 40px 36px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}
.brands-showcase-head {
    display: block !important;
    text-align: center !important;
    margin: 0 auto 28px !important;
    width: 100% !important;
}
.brands-showcase-eyebrow {
    display: block !important;
    margin: 0 0 8px !important;
    color: #d31217 !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    text-align: center !important;
}
.brands-showcase-title {
    display: block !important;
    margin: 0 !important;
    color: #0f172a !important;
    font-size: clamp(1.5rem, 2.6vw, 2rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    float: none !important;
    width: 100% !important;
}
.brands-showcase-box .brands-marquee {
    margin: 0 -40px;
    padding: 8px 0 4px;
}
/* Scroll mas lento */
.brands-showcase-box .brands-marquee-track {
    animation-duration: 60s !important;
}
/* Fade en bordes alineados al box */
.brands-showcase-box .brands-marquee-fade.is-left {
    background: linear-gradient(90deg, #ffffff 10%, rgba(255, 255, 255, 0));
    width: 60px;
}
.brands-showcase-box .brands-marquee-fade.is-right {
    background: linear-gradient(270deg, #ffffff 10%, rgba(255, 255, 255, 0));
    width: 60px;
}
@media (max-width: 768px) {
    .brands-showcase-section { padding: 40px 0 50px; }
    .brands-showcase-box { padding: 32px 20px 24px; border-radius: 18px; }
    .brands-showcase-box .brands-marquee { margin: 0 -20px; }
    .brand-marquee-card { width: 160px; min-width: 160px; min-height: 96px; padding: 16px; }
    .brand-mark-name { font-size: 1.5rem; }
}

/* ============================================
   FIX RESPONSIVE: centrado y contencion sin offset
   IMPORTANTE: usar overflow-x: clip (no hidden) para no romper position:sticky
   ============================================ */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
    box-sizing: border-box;
}
body.computex-redesign {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
}
*, *::before, *::after {
    box-sizing: border-box;
}

/* Marquee de marcas: nunca dejar bleed al exterior */
.brands-marquee,
.brands-showcase-box {
    overflow: hidden !important;
    max-width: 100%;
}

/* Hero: forzar 1 columna en tablet/desktop comun */
@media (max-width: 1499px) {
    .hero-marketplace-shell {
        display: block !important;
    }
    .hero-carousel,
    .hero-side-card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 18px;
    }
    .hero-side-card { margin-bottom: 0; }
}

/* Categorias editoriales: tambien stackeadas en tablet */
@media (max-width: 1100px) {
    .category-shelf-stage {
        grid-template-columns: 1fr !important;
    }
    .category-feature-card,
    .category-shelf-carousel {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* ============================================
   FORZAR CENTRADO HORIZONTAL TOTAL
   ============================================ */
body.computex-redesign .container,
body.computex-redesign main,
body.computex-redesign #primary,
body.computex-redesign .site-main,
body.computex-redesign .site-content,
body.computex-redesign .site {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    inset-inline: auto !important;
}

/* Resetear cualquier padding o margin lateral inesperado en body/html */
html {
    margin: 0 !important;
    padding: 0 !important;
}
body, body.computex-redesign {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Resetear cualquier transform que pueda desplazar el contenido */
body.computex-redesign,
body.computex-redesign > div,
body.computex-redesign main,
body.computex-redesign #primary {
    transform: none !important;
}

/* ============================================
   ESPACIO ENTRE HEADER Y HERO
   ============================================ */
body.computex-redesign .hero-section.hero-marketplace,
body.computex-redesign main > section:first-of-type,
body.computex-redesign #primary > section:first-of-type,
body.computex-redesign .site-main > section:first-of-type {
    padding-top: 40px !important;
    margin-top: 0 !important;
}

/* Tambien aplicar al primer hijo de main directamente, sea section o div */
body.computex-redesign main > *:first-child,
body.computex-redesign #primary > *:first-child,
body.computex-redesign .site-main > *:first-child {
    margin-top: 24px !important;
}

/* ============================================
   HERO SIDE CARD: layout 2-columnas cuando esta stackeado (desktop/tablet)
   y 1-columna cuando es movil estrecho
   ============================================ */
@media (max-width: 1499px) and (min-width: 600px) {
    .hero-side-card {
        max-width: 100% !important;
        min-height: auto !important;
        padding: 28px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) !important;
        grid-template-rows: auto 1fr !important;
        grid-template-areas:
            "pill   image"
            "copy   image" !important;
        gap: 16px 28px !important;
        align-items: stretch !important;
    }

    .hero-side-card .hero-side-pill {
        grid-area: pill !important;
        align-self: start !important;
        justify-self: start !important;
    }
    .hero-side-copy {
        grid-area: copy !important;
        align-self: center !important;
    }
    .hero-side-image {
        grid-area: image !important;
        align-self: stretch !important;
        min-height: 200px !important;
        max-height: 100% !important;
        height: 100% !important;
        aspect-ratio: auto !important;
        border-radius: 18px;
        overflow: hidden;
    }
    .hero-side-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .hero-side-copy .btn {
        width: auto !important;
        display: inline-flex !important;
        padding: 12px 28px !important;
    }
    .hero-side-title {
        font-size: clamp(1.3rem, 2vw, 1.7rem) !important;
        margin-bottom: 10px !important;
    }
    .hero-side-eyebrow {
        font-size: 0.72rem !important;
    }
    .hero-side-desc {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
}

/* Side card compacta en 600-799 (mismo tamano que el banner del hero) */
@media (max-width: 799px) and (min-width: 600px) {
    html body.computex-redesign .hero-side-card,
    html body .hero-side-card {
        max-width: 100% !important;
        min-height: 220px !important;
        max-height: 260px !important;
        height: 240px !important;
        padding: 14px !important;
        gap: 12px 14px !important;
        grid-template-columns: minmax(0, 1fr) 200px !important;
        border-radius: 20px !important;
    }

    /* Image mas chica */
    html body.computex-redesign .hero-side-image,
    html body .hero-side-image {
        min-height: 0 !important;
        max-height: 100% !important;
        height: 100% !important;
        border-radius: 14px !important;
    }

    /* Pill mas chico */
    html body.computex-redesign .hero-side-pill {
        font-size: 0.58rem !important;
        padding: 4px 9px !important;
    }

    /* Tipografias mas chicas (match banner) */
    html body.computex-redesign .hero-side-eyebrow {
        font-size: 0.55rem !important;
        margin: 0 0 3px !important;
    }

    html body.computex-redesign .hero-side-title {
        font-size: 1rem !important;
        line-height: 1.2 !important;
        margin: 0 0 4px !important;
    }

    html body.computex-redesign .hero-side-desc {
        font-size: 0.72rem !important;
        line-height: 1.35 !important;
        margin: 0 0 8px !important;
    }

    /* Boton compacto */
    html body.computex-redesign .hero-side-copy .btn,
    html body.computex-redesign .hero-side-copy .btn-accent,
    html body.computex-redesign .hero-side-copy .btn-lg {
        padding: 6px 14px !important;
        font-size: 0.72rem !important;
        width: auto !important;
        display: inline-flex !important;
    }
}

/* Movil estrecho (<600): layout DESKTOP-STYLE - imagen arriba
   con pill flotante, copy abajo (igual que en 961+). */
@media (max-width: 599px) {
    html body.computex-redesign .hero-side-card,
    html body .hero-side-card {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        gap: 0 !important;
        overflow: hidden !important;
        border-radius: 20px !important;
        position: relative !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    /* IMAGEN: order -1 → va PRIMERO (arriba), full-width */
    html body.computex-redesign .hero-side-image,
    html body .hero-side-image {
        order: -1 !important;
        flex: 0 0 auto !important;
        height: 140px !important;
        min-height: 140px !important;
        max-height: 140px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        display: block !important;
        position: relative !important;
        width: 100% !important;
        aspect-ratio: auto !important;
    }

    /* Gradient inferior sobre la imagen */
    html body.computex-redesign .hero-side-image::after {
        content: "" !important;
        position: absolute !important;
        inset: auto 0 0 0 !important;
        height: 50px !important;
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 100%) !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }

    html body.computex-redesign .hero-side-image img,
    html body .hero-side-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        max-height: 100% !important;
    }

    /* PILL: posicion absoluta sobre la imagen, esquina sup. izq. */
    html body.computex-redesign .hero-side-card > .hero-side-pill,
    html body .hero-side-card > .hero-side-pill {
        order: 0 !important;
        position: absolute !important;
        top: 12px !important;
        left: 12px !important;
        z-index: 5 !important;
        font-size: 0.6rem !important;
        padding: 4px 10px !important;
        margin: 0 !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    }

    /* TEXTO (copy): order 1 → debajo de la imagen */
    html body.computex-redesign .hero-side-copy,
    html body .hero-side-copy {
        order: 1 !important;
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        padding: 14px 16px 16px !important;
        justify-content: flex-start !important;
    }

    html body.computex-redesign .hero-side-eyebrow {
        font-size: 0.6rem !important;
        letter-spacing: 0.14em !important;
        margin: 0 !important;
        font-weight: 600 !important;
        opacity: 0.7 !important;
    }

    html body.computex-redesign .hero-side-title {
        font-size: 1rem !important;
        line-height: 1.25 !important;
        margin: 2px 0 4px !important;
        font-weight: 700 !important;
    }

    html body.computex-redesign .hero-side-desc {
        font-size: 0.78rem !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        opacity: 0.78 !important;
    }

    /* Boton full-width al fondo */
    html body.computex-redesign .hero-side-copy .btn,
    html body.computex-redesign .hero-side-copy .btn-accent,
    html body.computex-redesign .hero-side-copy .btn-lg {
        padding: 10px 16px !important;
        font-size: 0.82rem !important;
        font-weight: 600 !important;
        margin: 10px 0 0 !important;
        align-self: stretch !important;
        text-align: center !important;
        justify-content: center !important;
        width: 100% !important;
        display: inline-flex !important;
    }
}

/* ============================================
   NAV PRINCIPAL: trigger sin redirect (solo hover abre dropdown)
   ============================================ */
/* Aplicar los mismos estilos del <a> al nuevo <span class="cx-mega-trigger"> */
.computex-mega-menu > li > .cx-mega-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0;
    color: #18202f;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.97rem;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    cursor: default;
    user-select: none;
}

/* Hover/focus del trigger (igual que antes con el <a>) */
.computex-mega-menu > li:hover > .cx-mega-trigger,
.computex-mega-menu > li:focus-within > .cx-mega-trigger,
.computex-mega-menu > li.current-menu-item > .cx-mega-trigger,
.computex-mega-menu > li.current-menu-ancestor > .cx-mega-trigger {
    color: #0f172a;
    border-color: rgba(239, 68, 68, 0.9);
    transform: translateY(-1px);
}

/* Dark redesign override */
body.computex-redesign .computex-mega-menu > li > .cx-mega-trigger {
    color: rgba(255, 255, 255, 0.78);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0 8px;
}
body.computex-redesign .computex-mega-menu > li:hover > .cx-mega-trigger,
body.computex-redesign .computex-mega-menu > li:focus-within > .cx-mega-trigger {
    color: #ffffff;
    border-bottom-color: #d31217;
}

/* ============================================
   MEGA PANEL: solo abrir en HOVER (no en focus/click)
   ============================================ */
/* Cuando el mouse NO esta encima del li, el panel debe estar oculto sin importar el focus */
.computex-mega-menu > li:not(:hover) > .computex-mega-panel {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(-8px) !important;
}

/* Solo en hover se muestra */
.computex-mega-menu > li:hover > .computex-mega-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* El trigger no debe ser focusable visualmente al hacer click */
.cx-mega-trigger {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}
.cx-mega-trigger:focus,
.cx-mega-trigger:focus-visible {
    outline: none !important;
}

/* ============================================
   MOBILE HEADER: franja roja edge-to-edge + ocultar carrito
   ============================================ */
@media (max-width: 767px) {
    /* Forzar el header padre a ocupar todo el viewport en mobile */
    body.computex-redesign .computex-site-header,
    .computex-site-header {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box !important;
    }

    /* Forzar la franja promo a ocupar todo el viewport */
    body.computex-redesign .computex-site-header .computex-header-promo,
    .computex-site-header .computex-header-promo,
    .computex-header-promo {
        display: block !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 6px 12px !important;
        box-sizing: border-box !important;
        position: relative !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        text-align: center !important;
        line-height: 1.3 !important;
    }

    /* Ocultar boton del carrito en mobile */
    .computex-header-actions .computex-header-action.is-solid,
    .computex-header-actions a[href*="cart"],
    .computex-header-actions a[href*="carrito"] {
        display: none !important;
    }
}

/* ============================================
   ELIMINAR BOTON DE CARRITO COMPLETAMENTE
   ============================================ */
body .computex-header-actions a.computex-header-action.is-solid,
body .computex-header-actions .computex-header-action.is-solid,
body.computex-redesign .computex-header-action.is-solid,
.computex-header-action.is-solid,
a.computex-header-action[href*="cart"],
a.computex-header-action[href*="carrito"],
a.computex-header-action[href*="checkout"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================
   OCULTAR EN DRAWER MOBILE: Search + Quick menu (Cuenta / Favoritos / Carrito)
   ============================================ */
.cx-mob-search,
.cx-mob-quick,
.cx-mob-quick-item {
    display: none !important;
}

/* ============================================
   MOBILE SEARCH PANEL: layout horizontal full-width
   ============================================ */
.cx-mob-search-panel {
    width: 100% !important;
    max-width: 100vw !important;
}
.cx-mob-search-panel-inner {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.cx-mob-search-panel-inner form {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 16px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 999px !important;
    min-height: 44px !important;
    width: auto !important;
    min-width: 0 !important;
}
.cx-mob-search-panel-inner form svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.55);
}
.cx-mob-search-panel-inner input[type="search"] {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    outline: none !important;
    padding: 0 !important;
}
.cx-mob-search-panel-inner input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}
.cx-mob-search-close {
    flex: 0 0 auto !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    cursor: pointer;
}
.cx-mob-search-close:hover {
    background: rgba(255, 255, 255, 0.12) !important;
}

/* ============================================
   ELIMINAR GAP DE WP ADMIN BAR EN MOBILE
   El header se monta sobre la admin bar para no dejar espacio
   ============================================ */
@media screen and (max-width: 782px) {
    /* Quitar el padding-top que WP agrega para el admin bar */
    html[lang] {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    body.admin-bar {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* Header al top: 0 (encima de admin bar visualmente) */
    body.admin-bar .computex-site-header,
    body .computex-site-header {
        top: 0 !important;
        z-index: 100000 !important;
    }

    /* Admin bar a un z-index menor para que quede detras del header */
    #wpadminbar {
        z-index: 50 !important;
    }
}

/* ============================================
   HERO SIDE CARD: layout mobile mejorado
   ============================================ */
@media (max-width: 599px) {
    .hero-side-card {
        padding: 24px 20px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        border-radius: 22px !important;
        min-height: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Pill arriba alineado a la izquierda */
    .hero-side-card .hero-side-pill {
        align-self: flex-start !important;
        margin: 0 !important;
    }

    /* Bloque de copy */
    .hero-side-copy {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    .hero-side-eyebrow {
        margin: 0 !important;
        font-size: 0.7rem !important;
        letter-spacing: 0.08em !important;
        opacity: 0.65;
    }
    .hero-side-title {
        margin: 0 !important;
        font-size: 1.4rem !important;
        line-height: 1.15 !important;
        letter-spacing: -0.02em !important;
    }
    .hero-side-desc {
        margin: 0 !important;
        font-size: 0.88rem !important;
        line-height: 1.5 !important;
        opacity: 0.75;
    }

    /* Boton: full width y centrado */
    .hero-side-copy .btn {
        width: 100% !important;
        margin-top: 8px !important;
        padding: 14px 20px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        font-weight: 700 !important;
        border-radius: 999px !important;
    }

    /* Imagen: aspect ratio 4:3 con foco en el centro de la camara */
    .hero-side-image {
        width: 100% !important;
        margin: 0 !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 4 / 3 !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        background: rgba(255, 255, 255, 0.05);
    }
    .hero-side-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center 35% !important;
        display: block !important;
    }
}

/* ============================================
   LIVE SEARCH DROPDOWN: variante MOBILE
   Usa position:fixed para escapar el overflow:hidden del panel
   ============================================ */
.cx-mob-search-panel.is-open {
    overflow: visible !important;
    max-height: none !important;
}
.cx-live-search-dropdown--mob {
    position: fixed !important;
    top: var(--cx-mob-dropdown-top, 110px);
    left: 12px;
    right: 12px;
    max-height: 70vh;
    overflow-y: auto;
    background: #ffffff;
    color: #0f172a;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    z-index: 100001;
}
.cx-live-search-dropdown--mob .cx-live-search-list {
    max-height: 60vh;
    padding: 8px 0;
    margin: 0;
}
.cx-live-search-dropdown--mob .cx-live-search-item a {
    padding: 12px 14px;
    color: #0f172a;
}
.cx-live-search-dropdown--mob .cx-live-search-name {
    font-size: 0.88rem;
}
.cx-live-search-dropdown--mob .cx-live-search-empty {
    color: #64748b;
    padding: 18px 14px;
}

/* ============================================
   MOBILE DRAWER: empezar debajo del header, llenar hasta el bottom
   ============================================ */
@media (max-width: 991px) {
    /* El drawer fixed cubre toda la pantalla, pero los hijos se reposicionan */
    .cx-mob-drawer {
        position: fixed !important;
        top: var(--computex-header-offset, 110px) !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 9999 !important;
        height: auto !important;
        inset: var(--computex-header-offset, 110px) 0 0 0 !important;
    }
    /* Backdrop ocupa todo el drawer (que ya esta debajo del header) */
    .cx-mob-backdrop {
        position: absolute !important;
        inset: 0 !important;
        top: 0 !important;
    }
    /* Panel: ocupa toda la altura del drawer (desde header hasta bottom) */
    .cx-mob-panel {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }
    /* Ocultar header interno del drawer (X + logo) */
    .cx-mob-panel .cx-mob-head {
        display: none !important;
    }
    /* Content scrollable */
    .cx-mob-panel .cx-mob-content {
        padding-top: 16px !important;
        flex: 1 1 auto !important;
        overflow-y: auto !important;
        min-height: 0 !important;
    }
    .cx-mob-panel .cx-mob-cats {
        padding-top: 8px !important;
    }
    /* Header siempre encima del drawer */
    .computex-site-header {
        z-index: 100000 !important;
    }
    /* Ocultar boton circular rojo "Ver ofertas" en mobile */
    .computex-header-actions .computex-header-cta {
        display: none !important;
    }
    /* Ocultar WhatsApp flotante cuando el drawer esta abierto */
    body:has(.cx-mob-drawer[aria-hidden="false"]) .whatsapp-float {
        display: none !important;
    }
}

/* ============================================
   CATEGORY PAGE en mobile/tablet:
   1) Filtro de precio arriba
   2) Productos en el medio
   3) Subcategorias + otras categorias abajo
   ============================================ */
@media (max-width: 1024px) {
    .cx-cat-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }
    /* Sidebar se "disuelve" para que sus cards sean hijos directos del layout flex */
    .cx-sidebar {
        display: contents !important;
    }
    /* 1) Filtro de precio arriba */
    .cx-sidebar-card-subcats {
        order: 1 !important;
    }
    /* 2) Productos en el medio */
    .cx-products-area {
        order: 2 !important;
    }
    /* 3) Resto del sidebar (subcategorias, otras categorias) abajo */
    .cx-sidebar-card:not(.cx-sidebar-card-subcats) {
        order: 3 !important;
    }
}

/* ============================================
   FILTER CARD: mejorar acomodo en mobile (inputs que no se cortan)
   ============================================ */
@media (max-width: 1024px) {
    /* Mas padding y espacio en la card del filtro */
    .cx-sidebar-card-subcats {
        padding: 20px 18px !important;
    }
    /* Titulo del filtro mas legible */
    .cx-sidebar-card-subcats .cx-sidebar-title {
        font-size: 0.95rem !important;
        margin-bottom: 16px !important;
        padding-bottom: 12px !important;
    }
    /* Inputs MINIMO / MAXIMO con mas espacio horizontal */
    .cx-price-inputs {
        gap: 12px !important;
        margin-bottom: 20px !important;
    }
    /* Cada input field flexible al 50% */
    .cx-price-field {
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }
    /* Input numerico mas grande y que se ajuste a numeros largos */
    .cx-price-input {
        padding: 10px 12px !important;
        font-size: 0.95rem !important;
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
    /* Slider con mas margen */
    .cx-price-range-wrap {
        margin-bottom: 20px !important;
    }
    /* Boton Aplicar mas grande */
    .cx-apply-btn {
        padding: 14px 20px !important;
        font-size: 0.95rem !important;
        border-radius: 999px !important;
        width: 100% !important;
    }
}

/* En mobile muy estrecho, los inputs MIN/MAX se apilan vertical para no cortarse */
@media (max-width: 380px) {
    .cx-price-inputs {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }
    .cx-price-sep {
        display: none !important;
    }
}

/* Mobile category filters: use the full available viewport width */
@media (max-width: 768px) {
    .cx-cat-page .cx-wrap {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: clamp(12px, 4vw, 18px) !important;
        padding-right: clamp(12px, 4vw, 18px) !important;
        box-sizing: border-box !important;
    }

    .cx-cat-page .cx-cat-layout {
        width: 100% !important;
        max-width: 100% !important;
        gap: 18px !important;
        padding-top: 22px !important;
    }

    .cx-cat-page .cx-sidebar-card {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
        align-self: stretch !important;
        border-radius: 14px !important;
        padding: 18px !important;
    }

    .cx-cat-page .cx-sidebar-card-subcats {
        padding: 18px !important;
    }

    .cx-cat-page .cx-price-inputs {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
        align-items: end !important;
        gap: 10px !important;
        width: 100% !important;
        margin-bottom: 22px !important;
    }

    .cx-cat-page .cx-price-field {
        width: 100% !important;
        min-width: 0 !important;
    }

    .cx-cat-page .cx-price-input {
        min-height: 42px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 8px !important;
        font-size: clamp(0.82rem, 3.7vw, 0.95rem) !important;
        text-align: center !important;
    }

    .cx-cat-page .cx-price-sep {
        display: block !important;
        align-self: center !important;
        padding-top: 18px !important;
    }

    .cx-cat-page .cx-price-range-wrap {
        width: 100% !important;
        margin: 2px 0 22px !important;
    }

    .cx-cat-page .cx-apply-btn {
        min-height: 46px !important;
        width: 100% !important;
    }

    .cx-cat-page .cx-sidebar-cats,
    .cx-cat-page .cx-popular-list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }

    .cx-cat-page .cx-sidebar-cat-link,
    .cx-cat-page .cx-popular-item {
        min-height: 42px !important;
        padding: 9px 10px !important;
        border-radius: 10px !important;
        background: #f8fafc;
        font-size: 0.78rem !important;
        line-height: 1.25 !important;
        overflow-wrap: anywhere !important;
    }

    .cx-cat-page .cx-popular-icon {
        width: 28px !important;
        height: 28px !important;
    }

    .cx-cat-page .cx-popular-name {
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
    }

    .cx-cat-page .cx-popular-count,
    .cx-cat-page .cx-sidebar-cat-count {
        margin-left: auto !important;
    }
}

@media (max-width: 390px) {
    .cx-cat-page .cx-sidebar-cats,
    .cx-cat-page .cx-popular-list {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 340px) {
    .cx-cat-page .cx-price-inputs {
        grid-template-columns: 1fr !important;
        align-items: stretch !important;
    }

    .cx-cat-page .cx-price-sep {
        display: none !important;
    }
}

/* ============================================================
   Hero slide MOBILE redesign: hide dark banner image, show
   actual product visuals on a branded gradient background.
   The original background art is a black logo banner — useless
   as backdrop. Replaces it with: gradient + product showcase.
   ============================================================ */
@media (max-width: 767px) {
    .computex-redesign .hero-slide {
        min-height: 580px !important;
        background:
            radial-gradient(circle at 20% 0%, rgba(211, 18, 23, 0.55) 0%, transparent 55%),
            radial-gradient(circle at 100% 100%, rgba(127, 11, 15, 0.4) 0%, transparent 60%),
            linear-gradient(160deg, #1a0507 0%, #0a0a0a 45%, #050505 100%) !important;
    }

    /* Hide the dark logo banner image — it has no useful visual content */
    .computex-redesign .hero-slide-media {
        display: none !important;
    }

    /* Replace overlay with subtle texture only */
    .computex-redesign .hero-slide::before {
        background:
            radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
            linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.35) 100%) !important;
    }

    .computex-redesign .hero-slide-inner {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 1fr !important;
        padding: 24px 22px 56px !important;
        gap: 18px !important;
        height: 100% !important;
    }

    /* Show product visuals at the top — the real visual focus */
    .computex-redesign .hero-slide-visuals {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-row: 1 !important;
        gap: 14px !important;
        width: 100% !important;
        max-width: 100% !important;
        justify-self: stretch !important;
    }

    .computex-redesign .hero-slide-visual {
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 18px !important;
        padding: 12px !important;
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35) !important;
        backdrop-filter: blur(8px) !important;
        aspect-ratio: 1 / 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transform: none !important;
    }

    .computex-redesign .hero-slide-visual img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* Text card sits below the visuals */
    .computex-redesign .hero-slide-copy {
        grid-row: 2 !important;
        max-width: 100% !important;
        align-self: end !important;
    }

    .computex-redesign .hero-slide-badge {
        align-self: flex-start;
        box-shadow: 0 6px 18px rgba(211, 18, 23, 0.45) !important;
    }

    .computex-redesign .hero-slide-eyebrow {
        letter-spacing: 0.14em;
        color: rgba(255, 255, 255, 0.78) !important;
    }

    .computex-redesign .hero-slide-title {
        font-size: clamp(1.6rem, 6.4vw, 2.2rem) !important;
        line-height: 1.15 !important;
    }

    .computex-redesign .hero-slide-desc {
        font-size: 0.92rem !important;
        line-height: 1.55 !important;
        color: rgba(255, 255, 255, 0.85) !important;
    }

    .computex-redesign .hero-slide-actions {
        margin-top: 8px;
        gap: 10px !important;
        flex-wrap: wrap;
    }

    .computex-redesign .hero-slide-actions .btn-primary,
    .computex-redesign .hero-slide-actions .btn-primary:hover {
        box-shadow: 0 14px 30px rgba(211, 18, 23, 0.45) !important;
    }

    .computex-redesign .hero-slide-link {
        backdrop-filter: blur(6px);
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
    }
}

/* ============================================================
   Product image: mouse-following "Ver mas de cerca" tooltip
   ============================================================ */
.cx-product-page .cx-product-gallery .cx-product-zoom-trigger,
button.cx-product-zoom-trigger {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    border: 1px solid #eef1f5 !important;
    border-radius: 18px !important;
    cursor: zoom-in !important;
    overflow: hidden !important;
    min-height: 280px !important;
    -webkit-tap-highlight-color: transparent;
    font: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.cx-product-page .cx-product-zoom-trigger .cx-product-img {
    transition: transform 0.4s ease !important;
    display: block !important;
    width: 100% !important;
    max-height: 300px !important;
    object-fit: contain !important;
    padding: 18px !important;
    transform: scale(1) !important;
    pointer-events: none;
}

.cx-product-page .cx-product-zoom-trigger:hover .cx-product-img,
.cx-product-page .cx-product-zoom-trigger:focus-visible .cx-product-img {
    transform: scale(1.06) !important;
}

/* The floating tooltip that follows the mouse */
.cx-product-page .cx-product-zoom-trigger .cx-product-zoom-hint {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    right: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 9px 14px !important;
    background: rgba(15, 15, 18, 0.92) !important;
    color: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
    opacity: 0;
    visibility: hidden;
    transform: translate(-9999px, -9999px);
    transition: opacity 0.16s ease, visibility 0.16s ease;
    pointer-events: none;
    z-index: 9;
    white-space: nowrap;
    backdrop-filter: blur(4px);
}

.cx-product-page .cx-product-zoom-trigger .cx-product-zoom-hint svg {
    flex-shrink: 0;
    stroke: #ffffff !important;
    width: 16px;
    height: 16px;
}

.cx-product-page .cx-product-zoom-trigger .cx-product-zoom-hint span {
    color: #ffffff !important;
}

.cx-product-page .cx-product-zoom-trigger.is-hint-visible .cx-product-zoom-hint {
    opacity: 1;
    visibility: visible;
}

/* Touch devices: replace the floating tooltip with a static pill at the bottom */
@media (hover: none) {
    .cx-product-page .cx-product-zoom-trigger .cx-product-zoom-hint {
        opacity: 0.95 !important;
        visibility: visible !important;
        transform: none !important;
        top: auto !important;
        bottom: 12px !important;
        left: 50% !important;
        margin-left: -88px !important;
        padding: 8px 14px !important;
    }
}

/* Hard override of the legacy hover so it doesn't fight ours */
.cx-product-page .cx-product-zoom-trigger .cx-product-img:hover {
    transform: scale(1.06) !important;
}

/* ============================================================
   Image zoom Lightbox
   ============================================================ */
.cx-zoom-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 8, 12, 0.92);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    padding: 16px;
    overscroll-behavior: contain;
}

.cx-zoom-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.cx-zoom-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s ease, transform 0.2s ease;
}

.cx-zoom-close:hover,
.cx-zoom-close:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    transform: rotate(90deg);
}

.cx-zoom-controls {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.cx-zoom-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.18s ease;
}

.cx-zoom-btn:hover,
.cx-zoom-btn:focus-visible {
    background: rgba(255, 255, 255, 0.14);
}

.cx-zoom-level {
    min-width: 56px;
    text-align: center;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    user-select: none;
}

.cx-zoom-stage {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: min(1200px, 100%);
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: zoom-in;
    touch-action: none;
}

.cx-zoom-stage.is-zoomed {
    cursor: grab;
}

.cx-zoom-stage.is-dragging {
    cursor: grabbing;
}

.cx-zoom-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 0.18s ease;
    user-select: none;
    -webkit-user-drag: none;
    will-change: transform;
}

.cx-zoom-stage.is-dragging .cx-zoom-image {
    transition: none;
}

.cx-zoom-hint-bar {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 6px 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 600px) {
    .cx-zoom-hint-bar {
        font-size: 0.72rem;
        max-width: calc(100% - 80px);
        text-align: center;
    }

    .cx-zoom-close {
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
    }

    .cx-zoom-controls {
        bottom: 16px;
    }
}

/* ============================================================
   Product image GALLERY (carrusel + miniaturas)
   ============================================================ */
.cx-product-page .cx-product-gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.cx-product-page .cx-product-gallery-stage {
    position: relative;
    width: 100%;
}

.cx-product-page .cx-product-gallery-stage .cx-product-img {
    transition: transform 0.4s ease, opacity 0.2s ease !important;
}

.cx-product-page .cx-product-gallery-stage .cx-product-img.is-loading {
    opacity: 0.4;
}

/* Prev/Next floating arrows */
.cx-product-page .cx-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: #1a1a1a;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    opacity: 0;
    transition: opacity 0.2s ease, background 0.2s ease, transform 0.2s ease;
    z-index: 6;
    padding: 0;
}

.cx-product-page .cx-product-gallery-stage:hover .cx-gallery-nav,
.cx-product-page .cx-gallery-nav:focus-visible {
    opacity: 1;
}

.cx-product-page .cx-gallery-nav:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.06);
}

.cx-product-page .cx-gallery-prev { left: 12px; }
.cx-product-page .cx-gallery-next { right: 12px; }

/* Touch devices: always show arrows */
@media (hover: none) {
    .cx-product-page .cx-gallery-nav {
        opacity: 0.92;
    }
}

/* Counter pill */
.cx-product-page .cx-gallery-counter {
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 5px 11px;
    background: rgba(0, 0, 0, 0.72);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 999px;
    letter-spacing: 0.02em;
    z-index: 4;
    pointer-events: none;
    user-select: none;
}

/* Thumbnails strip */
.cx-product-page .cx-product-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    gap: 8px;
    margin-top: 4px;
}

.cx-product-page .cx-product-thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    padding: 4px;
    background: #ffffff;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.cx-product-page .cx-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.25s ease;
}

.cx-product-page .cx-product-thumb:hover {
    border-color: rgba(211, 18, 23, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.1);
}

.cx-product-page .cx-product-thumb:hover img {
    transform: scale(1.05);
}

.cx-product-page .cx-product-thumb.is-active {
    border-color: #d31217;
    box-shadow: 0 6px 14px rgba(211, 18, 23, 0.25);
}

.cx-product-page .cx-product-thumb.is-active::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(211, 18, 23, 0.3);
    pointer-events: none;
}

@media (max-width: 600px) {
    .cx-product-page .cx-product-thumbs {
        grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
    }

    .cx-product-page .cx-gallery-nav {
        width: 36px;
        height: 36px;
        opacity: 0.92;
    }

    .cx-product-page .cx-gallery-prev { left: 6px; }
    .cx-product-page .cx-gallery-next { right: 6px; }
}

/* ============================================================
   Header layout: shell como grid maestro.
   Logo y "Ver ofertas" abarcan ambas filas (buscador arriba +
   nav menu abajo), quedando visualmente centrados entre las dos.
   Sin linea divisoria entre filas.
   ============================================================ */

html {
    scrollbar-gutter: stable !important;
}

/* Desktop (>960px): grid maestro con columnas SIMETRICAS.
   minmax(160px, 1fr) | minmax(0, 820px) | minmax(160px, 1fr)
   → sides 160px min, centro flexible. Aplica desde 960px para
   cubrir tablets grandes y laptops. */
@media (min-width: 961px) {
    body .computex-header-shell,
    body.computex-redesign .computex-header-shell,
    .computex-site-header .computex-header-shell {
        display: grid !important;
        grid-template-columns: minmax(160px, 1fr) minmax(0, 820px) minmax(160px, 1fr) !important;
        grid-template-rows: auto auto !important;
        align-items: center !important;
        column-gap: 16px !important;
        row-gap: 0 !important;
        padding: 10px 18px !important;
        box-sizing: border-box !important;
    }

    /* Los wrappers no participan en el layout; sus hijos pasan a ser
       hijos directos del grid del shell */
    body .computex-header-shell .computex-header-main,
    body .computex-header-shell .computex-header-nav-row {
        display: contents !important;
    }

    /* Logo: columna 1 (lado izq), abarca ambas filas. Tamano
       razonable, no demasiado grande. */
    body .computex-site-header .site-branding,
    body .computex-branding,
    body.computex-redesign .computex-branding {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        align-self: center !important;
        justify-self: start !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: auto !important;
        min-width: 160px !important;
        max-width: 200px !important;
        flex-shrink: 0 !important;
    }

    /* Logo image: tamano controlado */
    body .computex-site-header .site-branding img,
    body .computex-branding img,
    body.computex-redesign .computex-branding img {
        max-width: 100% !important;
        max-height: 48px !important;
        height: auto !important;
        width: auto !important;
        object-fit: contain !important;
    }

    /* Esconder la tagline/descripcion debajo del logo en desktop:
       ahorra espacio y el logo queda mas compacto */
    body .computex-site-header .site-description,
    body .computex-brand-copy .site-description {
        display: none !important;
    }

    /* Nav menu: que NUNCA rompa en 2 lineas. Achicar gaps y
       padding interno de los items. */
    body .computex-mega-menu,
    body.computex-redesign .computex-mega-menu,
    .computex-site-header .computex-mega-menu {
        flex-wrap: nowrap !important;
        gap: 4px 8px !important;
        white-space: nowrap !important;
    }

    body .computex-mega-menu > li,
    body.computex-redesign .computex-mega-menu > li,
    .computex-site-header .computex-mega-menu > li {
        flex: 0 1 auto !important;
        min-width: 0 !important;
    }

    body .computex-mega-menu > li > .cx-mega-trigger,
    body .computex-mega-menu > li > a,
    .computex-site-header .computex-mega-menu > li > .cx-mega-trigger,
    .computex-site-header .computex-mega-menu > li > a {
        padding: 6px 10px !important;
        gap: 6px !important;
        font-size: 0.92rem !important;
        white-space: nowrap !important;
    }

    body .computex-mega-menu .computex-menu-icon,
    .computex-site-header .computex-menu-icon {
        width: 18px !important;
        height: 18px !important;
        flex-shrink: 0 !important;
    }

    body .computex-mega-menu .computex-menu-icon svg,
    .computex-site-header .computex-menu-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    /* Buscador: columna 2 (centro), fila 1 → perfectamente
       centrado en la pagina, se achica si hay poco espacio */
    body form.computex-header-search,
    body.computex-redesign .computex-header-search,
    .computex-site-header .computex-header-search {
        grid-column: 2 !important;
        grid-row: 1 !important;
        position: static !important;
        transform: none !important;
        justify-self: stretch !important;
        width: 100% !important;
        max-width: 820px !important;
        min-width: 0 !important;
        margin: 0 auto !important;
        flex: none !important;
    }

    /* Acciones: columna 3 (lado der), abarca ambas filas,
       alineado al final (se adapta como el logo) */
    body .computex-header-actions,
    body.computex-redesign .computex-header-actions,
    .computex-site-header .computex-header-actions {
        grid-column: 3 !important;
        grid-row: 1 / span 2 !important;
        align-self: center !important;
        justify-self: end !important;
        position: static !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    /* Nav menu (categorias): columna 2, fila 2, centrado horizontal */
    body .computex-desktop-nav,
    body .computex-header-nav-row .computex-desktop-nav,
    .computex-site-header .computex-desktop-nav {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: center !important;
    }

    /* Sin linea divisoria entre filas */
    body .computex-header-nav-row,
    .computex-site-header .computex-header-nav-row {
        border-top: none !important;
    }

    /* "Ver ofertas": centrado vertical interno */
    body a.computex-header-cta,
    body.computex-redesign .computex-header-cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
    }
}

/* Tablet/mobile (≤960px): vuelve al flow normal del grid original */
@media (max-width: 960px) {
    body .computex-header-shell,
    .computex-site-header .computex-header-shell {
        padding: 10px 14px !important;
        box-sizing: border-box !important;
    }

    body form.computex-header-search,
    body.computex-redesign .computex-header-search {
        max-width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .computex-header-nav-row {
        border-top: none !important;
    }
}

/* ============================================================
   Hero compacto: que entre TODO en pantalla sin scroll en
   monitores estandar (1080p y comunes).
   ============================================================ */
@media (min-width: 961px) {
    /* Padding seccion */
    body .hero-section.hero-marketplace,
    .computex-redesign .hero-section.hero-marketplace {
        padding: 12px 0 18px !important;
    }

    /* Carrusel y slide: bajar altura minima */
    body .hero-carousel,
    body .hero-slide,
    .computex-redesign .hero-carousel,
    .computex-redesign .hero-slide {
        min-height: 380px !important;
    }

    /* Padding interno del slide */
    body .hero-slide-inner,
    .computex-redesign .hero-slide-inner {
        padding: 24px 32px 40px !important;
        gap: 20px !important;
    }

    /* Tipografias mas chicas */
    body .hero-slide-title,
    .computex-redesign .hero-slide-title {
        font-size: clamp(1.5rem, 2.4vw, 2.1rem) !important;
        line-height: 1.15 !important;
    }

    body .hero-slide-desc,
    body .hero-side-desc,
    .computex-redesign .hero-slide-desc,
    .computex-redesign .hero-side-desc {
        font-size: 0.92rem !important;
        line-height: 1.5 !important;
    }

    body .hero-side-title,
    .computex-redesign .hero-side-title {
        font-size: clamp(1.3rem, 2vw, 1.7rem) !important;
        line-height: 1.2 !important;
    }

    /* Side card: padding mas chico */
    body .hero-side-card,
    .computex-redesign .hero-side-card {
        padding: 18px !important;
    }

    body .hero-side-copy,
    .computex-redesign .hero-side-copy {
        gap: 8px !important;
    }

    /* Botones del hero mas compactos */
    body .hero-slide-actions .btn-primary,
    body .hero-slide-actions .btn-lg,
    body .hero-side-copy .btn-accent,
    body .hero-side-copy .btn-lg,
    .computex-redesign .hero-slide-actions .btn-primary,
    .computex-redesign .hero-side-copy .btn-accent {
        padding: 10px 18px !important;
        font-size: 0.92rem !important;
    }

    /* Visuales secundarias del slide (los productos pequeños): mas chicas */
    body .hero-slide-visual img,
    .computex-redesign .hero-slide-visual img {
        height: 140px !important;
    }

    /* Shortcuts (cards de categorias): cards mas bajas */
    body .hero-shortcut,
    .computex-redesign .hero-shortcut {
        min-height: 140px !important;
    }

    body .hero-shortcut-media,
    .computex-redesign .hero-shortcut-media {
        min-height: 110px !important;
    }

    body .hero-shortcut-label,
    .computex-redesign .hero-shortcut-label {
        min-height: 44px !important;
        font-size: 0.92rem !important;
        padding: 6px 12px !important;
    }
}

/* ============================================================
   Hero ULTRA compacto: forzar altura reducida del carrusel y
   side card (overriding mobile + desktop overrides previos).
   ============================================================ */
@media (min-width: 961px) {
    html body .computex-redesign .hero-section.hero-marketplace,
    html body.computex-redesign .hero-section.hero-marketplace {
        padding: 8px 0 16px !important;
    }

    html body.computex-redesign .hero-carousel,
    html body .computex-redesign .hero-carousel,
    html body .hero-marketplace-shell .hero-carousel {
        min-height: 360px !important;
        max-height: 420px !important;
        height: 380px !important;
    }

    html body.computex-redesign .hero-slide,
    html body .computex-redesign .hero-slide,
    html body .hero-carousel .hero-slide {
        min-height: 360px !important;
        max-height: 420px !important;
        height: 380px !important;
    }

    html body.computex-redesign .hero-slide-inner,
    html body .computex-redesign .hero-slide-inner {
        padding: 20px 28px 28px !important;
        gap: 16px !important;
        height: 100% !important;
    }

    html body.computex-redesign .hero-side-card,
    html body .computex-redesign .hero-side-card,
    html body .hero-marketplace-shell .hero-side-card {
        min-height: 360px !important;
        max-height: 420px !important;
        height: 380px !important;
        padding: 16px !important;
    }

    html body.computex-redesign .hero-side-image img,
    html body .hero-side-image img {
        max-height: 180px !important;
        object-fit: cover !important;
    }

    /* Visuales (productos flotantes): mas chicos */
    html body.computex-redesign .hero-slide-visual img,
    html body .hero-slide-visual img {
        max-height: 110px !important;
        height: 110px !important;
    }

    /* Shortcuts (cards categorias): mas bajos */
    html body.computex-redesign .hero-shortcut,
    html body .hero-shortcut {
        min-height: 120px !important;
        max-height: 140px !important;
    }

    html body.computex-redesign .hero-shortcut-media,
    html body .hero-shortcut-media {
        min-height: 80px !important;
    }

    html body.computex-redesign .hero-shortcut-label,
    html body .hero-shortcut-label {
        min-height: 38px !important;
        padding: 4px 10px !important;
        font-size: 0.88rem !important;
    }
}

/* ============================================================
   Hero: pulido visual de tipografias e imagenes flotantes
   ============================================================ */
@media (min-width: 961px) {
    /* Overlay del slide mas oscuro → texto mas legible y se
       atenua la imagen de fondo cargada */
    html body.computex-redesign .hero-slide::before,
    html body .hero-slide::before {
        background:
            linear-gradient(95deg,
                rgba(5, 5, 5, 0.92) 0%,
                rgba(5, 5, 5, 0.78) 38%,
                rgba(5, 5, 5, 0.45) 70%,
                rgba(5, 5, 5, 0.2) 100%) !important;
    }

    /* Badge mas chico y elegante */
    html body.computex-redesign .hero-slide-badge,
    html body.computex-redesign .hero-side-pill {
        font-size: 0.7rem !important;
        padding: 5px 12px !important;
        letter-spacing: 0.08em !important;
        font-weight: 700 !important;
        border-radius: 999px !important;
    }

    /* Eyebrow text mas refinado */
    html body.computex-redesign .hero-slide-eyebrow,
    html body.computex-redesign .hero-side-eyebrow {
        font-size: 0.72rem !important;
        letter-spacing: 0.18em !important;
        font-weight: 600 !important;
        margin-bottom: 6px !important;
    }

    /* Titulo del slide: peso visual fuerte pero compacto */
    html body.computex-redesign .hero-slide-title {
        font-weight: 800 !important;
        letter-spacing: -0.02em !important;
        margin: 0 0 10px !important;
    }

    /* Descripcion: line-height generoso, opacidad sutil */
    html body.computex-redesign .hero-slide-desc,
    html body.computex-redesign .hero-side-desc {
        opacity: 0.88 !important;
        margin: 0 0 16px !important;
        max-width: 42ch !important;
    }

    /* Acciones: gap mas chico, alineadas */
    html body.computex-redesign .hero-slide-actions {
        gap: 8px !important;
        align-items: center !important;
    }

    /* "Hablar con un asesor": link mas visible */
    html body.computex-redesign .hero-slide-link {
        opacity: 1 !important;
        padding: 10px 16px !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        backdrop-filter: blur(6px) !important;
        font-size: 0.92rem !important;
        font-weight: 600 !important;
        transition: background 0.2s ease, border-color 0.2s ease !important;
    }

    html body.computex-redesign .hero-slide-link:hover,
    html body.computex-redesign .hero-slide-link:focus-visible {
        background: rgba(255, 255, 255, 0.14) !important;
        border-color: rgba(255, 255, 255, 0.32) !important;
    }

    /* Visuales flotantes (productos): cards mas pequenos y oscuros,
       sin fondo blanco intrusivo */
    html body.computex-redesign .hero-slide-visuals {
        gap: 12px !important;
        align-self: end !important;
        justify-self: end !important;
    }

    html body.computex-redesign .hero-slide-visual {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 18px !important;
        padding: 10px !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32) !important;
        backdrop-filter: blur(8px) !important;
        aspect-ratio: 1 / 1 !important;
        width: 130px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: transform 0.3s ease !important;
    }

    html body.computex-redesign .hero-slide-visual:hover {
        transform: translateY(-4px) !important;
    }

    html body.computex-redesign .hero-slide-visual img {
        max-width: 100% !important;
        max-height: 100% !important;
        height: auto !important;
        width: auto !important;
        object-fit: contain !important;
    }

    /* Side card: tipografia mas refinada y compacta */
    html body.computex-redesign .hero-side-title {
        font-weight: 700 !important;
        letter-spacing: -0.01em !important;
        margin: 6px 0 8px !important;
    }

    html body.computex-redesign .hero-side-image {
        border-radius: 14px !important;
        overflow: hidden !important;
        margin-top: 10px !important;
    }

    /* Carousel dots: mas chicos y sutiles */
    html body.computex-redesign .hero-carousel-dots {
        bottom: 14px !important;
        gap: 6px !important;
    }

    html body.computex-redesign .hero-carousel-dot {
        width: 8px !important;
        height: 8px !important;
        background: rgba(255, 255, 255, 0.3) !important;
        border-radius: 999px !important;
        border: none !important;
        transition: background 0.2s ease, width 0.3s ease !important;
    }

    html body.computex-redesign .hero-carousel-dot.is-active {
        width: 24px !important;
        background: #ffffff !important;
    }

    /* Carousel arrows: visibles solo en hover, mas chicas */
    html body.computex-redesign .hero-carousel-control {
        width: 40px !important;
        height: 40px !important;
        opacity: 0 !important;
        transition: opacity 0.25s ease, background 0.2s ease !important;
    }

    html body.computex-redesign .hero-carousel:hover .hero-carousel-control {
        opacity: 1 !important;
    }
}

/* ============================================================
   Side card del hero: layout INVERTIDO.
   Imagen arriba (full-width, altura limitada) + texto abajo.
   Pill flotando como chip sobre la imagen.
   ============================================================ */
@media (min-width: 961px) {
    /* Card como flex column con orden reordenable */
    html body.computex-redesign .hero-side-card,
    html body .hero-marketplace-shell .hero-side-card {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        gap: 0 !important;
        overflow: hidden !important;
        border-radius: 24px !important;
        position: relative !important;
    }

    /* IMAGEN: order -1 → va PRIMERO visualmente (arriba), aunque
       en el HTML este al final. Full-width, altura fija ~160px */
    html body.computex-redesign .hero-side-image {
        order: -1 !important;
        flex: 0 0 auto !important;
        height: 160px !important;
        min-height: 160px !important;
        max-height: 160px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        display: block !important;
        position: relative !important;
        width: 100% !important;
    }

    /* Gradient inferior sobre la imagen para fundirla con el texto */
    html body.computex-redesign .hero-side-image::after {
        content: "" !important;
        position: absolute !important;
        inset: auto 0 0 0 !important;
        height: 60px !important;
        background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 100%) !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }

    html body.computex-redesign .hero-side-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        max-height: 100% !important;
    }

    /* PILL: posicion absoluta sobre la imagen, esquina sup. izq. */
    html body.computex-redesign .hero-side-card > .hero-side-pill,
    html body .hero-side-card > .hero-side-pill {
        order: 0 !important;
        position: absolute !important;
        top: 14px !important;
        left: 14px !important;
        z-index: 5 !important;
        font-size: 0.62rem !important;
        padding: 5px 12px !important;
        margin: 0 !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    }

    /* TEXTO: order 1 → va abajo despues de la imagen, ocupa el
       espacio restante (~220px del card de 380px) */
    html body.computex-redesign .hero-side-copy {
        order: 1 !important;
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        padding: 16px 18px !important;
        justify-content: space-between !important;
    }

    /* Tipografias compactas */
    html body.computex-redesign .hero-side-eyebrow {
        font-size: 0.62rem !important;
        letter-spacing: 0.16em !important;
        margin: 0 !important;
        font-weight: 600 !important;
        opacity: 0.7 !important;
    }

    html body.computex-redesign .hero-side-title {
        font-size: 1.05rem !important;
        line-height: 1.25 !important;
        margin: 2px 0 4px !important;
        font-weight: 700 !important;
    }

    html body.computex-redesign .hero-side-desc {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        opacity: 0.78 !important;
        flex: 1 1 auto !important;
    }

    /* Boton full-width al fondo */
    html body.computex-redesign .hero-side-copy .btn-accent,
    html body.computex-redesign .hero-side-copy .btn-lg {
        padding: 11px 16px !important;
        font-size: 0.88rem !important;
        font-weight: 600 !important;
        margin: 10px 0 0 !important;
        align-self: stretch !important;
        text-align: center !important;
        justify-content: center !important;
    }
}

/* ============================================================
   Hero slide visuales (productos flotantes): alineados a la
   misma altura, mismo tamano, sin offsets raros.
   ============================================================ */
@media (min-width: 961px) {
    /* Contenedor: grid simetrico, centrado */
    html body.computex-redesign .hero-slide-visuals,
    html body .hero-slide-visuals {
        display: grid !important;
        grid-template-columns: repeat(2, 130px) !important;
        gap: 14px !important;
        align-self: center !important;
        justify-self: end !important;
        align-items: center !important;
    }

    /* Cards: mismo tamano, sin transforms raros, glassmorphism limpio */
    html body.computex-redesign .hero-slide-visual,
    html body .hero-slide-visual {
        width: 130px !important;
        height: 130px !important;
        aspect-ratio: 1 / 1 !important;
        padding: 14px !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 20px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transform: none !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
        margin: 0 !important;
    }

    /* MATAR el offset del .is-primary que desalineaba */
    html body.computex-redesign .hero-slide-visual.is-primary,
    html body .hero-slide-visual.is-primary {
        transform: none !important;
    }

    /* Hover sutil parejo en ambas cards */
    html body.computex-redesign .hero-slide-visual:hover,
    html body .hero-slide-visual:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45) !important;
    }

    /* Imagen dentro del card: contenida, sin distorsion */
    html body.computex-redesign .hero-slide-visual img,
    html body .hero-slide-visual img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
        filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3)) !important;
    }
}

/* ============================================================
   Reducir espacio entre el header y el inicio del hero
   ============================================================ */
@media (min-width: 961px) {
    /* Quitar margen superior del main content */
    html body.computex-redesign #content,
    html body.computex-redesign #primary,
    html body.computex-redesign .site-main,
    html body.computex-redesign main.computex-homepage,
    html body .computex-homepage {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* Hero section: padding superior minimo */
    html body.computex-redesign .hero-section.hero-marketplace,
    html body .hero-section.hero-marketplace {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* Header: sin margin inferior */
    html body.computex-redesign .computex-site-header,
    html body .computex-site-header {
        margin-bottom: 0 !important;
    }

    /* Eliminar gap del shell + cualquier wrap intermedio */
    html body.computex-redesign .hero-marketplace-shell {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

/* ============================================================
   Espacios entre secciones del home: reducir gaps para que
   las secciones se peguen mas y no haya tanto espacio en blanco
   ============================================================ */
@media (min-width: 961px) {
    /* Padding bottom de las secciones genericas: de 72 a 20 */
    html body.computex-redesign .categories-section,
    html body.computex-redesign .products-section,
    html body.computex-redesign .brands-section,
    html body.computex-redesign .contact-section,
    html body.computex-redesign .trust-section,
    html body.computex-redesign .promo-section {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    /* Padding bottom del hero section reducido */
    html body.computex-redesign .hero-section.hero-marketplace,
    html body .hero-section.hero-marketplace {
        padding-bottom: 8px !important;
    }

    /* Catalog showcase section (la de "CATALOGO POR CATEGORIAS") */
    html body.computex-redesign .catalog-showcase-section {
        padding-top: 14px !important;
        padding-bottom: 20px !important;
    }

    /* Categorias editorial (la grilla de categorias) */
    html body.computex-redesign .categories-editorial {
        padding-top: 14px !important;
        padding-bottom: 20px !important;
    }

    /* Hero shortcuts wrap: sin margin extra abajo */
    html body.computex-redesign .hero-shortcuts-wrap,
    html body .hero-shortcuts-wrap {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}


/* ============================================================
   Catalog showcase: arreglar corte del sidebar bottom + bajar
   un poco la seccion de marcas siguiente
   ============================================================ */
@media (min-width: 961px) {
    /* Asegurar que la seccion catalog showcase NO clipee al sidebar:
       overflow visible + padding-bottom para respiro */
    html body.computex-redesign .catalog-showcase-section,
    html body .catalog-showcase-section {
        overflow: visible !important;
        padding-bottom: 32px !important;
    }

    html body.computex-redesign .catalog-showcase-shell {
        overflow: visible !important;
    }

    html body.computex-redesign .catalog-category-band {
        overflow: visible !important;
    }

    /* Brands section: bajar mas, mas separacion */
    html body.computex-redesign .brands-showcase-section,
    html body .brands-showcase-section {
        margin-top: 32px !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

/* ============================================================
   Hero shell: layout side-by-side desde 800px con tipografia
   compacta de la side card para que entre bien en cada rango.
   ============================================================ */
@media (min-width: 800px) {
    html body.computex-redesign .hero-marketplace-shell,
    html body .hero-marketplace-shell {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 230px !important;
        gap: 12px !important;
        align-items: start !important;
    }

    /* Side card NO estirada, mantiene su altura natural compacta */
    html body.computex-redesign .hero-side-card,
    html body .hero-marketplace-shell .hero-side-card {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        gap: 0 !important;
        overflow: hidden !important;
        border-radius: 18px !important;
        position: relative !important;
        align-self: start !important;
        height: auto !important;
    }

    /* Imagen al top, full-width, altura FIJA (no flex-grow) para
       evitar que se infle cuando hay espacio extra */
    html body.computex-redesign .hero-marketplace-shell .hero-side-image {
        order: -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 130px !important;
        min-height: 130px !important;
        max-height: 130px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        flex: 0 0 auto !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    /* Pill flotante */
    html body.computex-redesign .hero-marketplace-shell .hero-side-card > .hero-side-pill {
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        z-index: 5 !important;
        font-size: 0.56rem !important;
        padding: 3px 8px !important;
        margin: 0 !important;
        box-shadow: 0 3px 8px rgba(0,0,0,0.4) !important;
    }

    /* Copy block */
    html body.computex-redesign .hero-marketplace-shell .hero-side-copy {
        order: 1 !important;
        flex: 1 1 auto !important;
        padding: 10px 12px 12px !important;
        gap: 4px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-eyebrow {
        font-size: 0.54rem !important;
        letter-spacing: 0.14em !important;
        margin: 0 !important;
        font-weight: 600 !important;
        opacity: 0.7 !important;
        line-height: 1.2 !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-title {
        font-size: 0.88rem !important;
        line-height: 1.2 !important;
        margin: 2px 0 4px !important;
        font-weight: 700 !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-desc {
        font-size: 0.7rem !important;
        line-height: 1.35 !important;
        margin: 0 !important;
        opacity: 0.78 !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-copy .btn-accent,
    html body.computex-redesign .hero-marketplace-shell .hero-side-copy .btn-lg {
        padding: 8px 12px !important;
        font-size: 0.76rem !important;
        margin: 8px 0 0 !important;
        align-self: stretch !important;
        text-align: center !important;
    }
}

@media (min-width: 961px) {
    html body.computex-redesign .hero-marketplace-shell,
    html body .hero-marketplace-shell {
        grid-template-columns: minmax(0, 1fr) 260px !important;
        gap: 14px !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-image {
        height: 150px !important;
        min-height: 150px !important;
        max-height: 150px !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-title {
        font-size: 0.96rem !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-desc {
        font-size: 0.76rem !important;
    }
}

@media (min-width: 1100px) {
    html body.computex-redesign .hero-marketplace-shell,
    html body .hero-marketplace-shell {
        grid-template-columns: minmax(0, 1fr) 290px !important;
        gap: 16px !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-image {
        height: 170px !important;
        min-height: 170px !important;
        max-height: 170px !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-title {
        font-size: 1.05rem !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-desc {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1300px) {
    html body.computex-redesign .hero-marketplace-shell,
    html body .hero-marketplace-shell {
        grid-template-columns: minmax(0, 1fr) 310px !important;
        gap: 20px !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-image {
        height: 180px !important;
        min-height: 180px !important;
        max-height: 180px !important;
    }
}

@media (min-width: 1500px) {
    html body.computex-redesign .hero-marketplace-shell,
    html body .hero-marketplace-shell {
        grid-template-columns: minmax(0, 1fr) 320px !important;
        gap: 24px !important;
    }
}

/* ============================================================
   Hero shortcuts: forzar 6 columnas en una sola fila desde 800px
   (coincide con breakpoint del hero side-by-side).
   En 600-799px se rompen a 3 columnas.
   ============================================================ */
@media (min-width: 800px) {
    html body.computex-redesign .hero-shortcuts,
    html body .hero-shortcuts {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
}

@media (min-width: 800px) and (max-width: 1099px) {
    html body.computex-redesign .hero-shortcuts,
    html body .hero-shortcuts {
        gap: 6px !important;
    }

    /* Botones shortcuts mas compactos en este rango */
    html body.computex-redesign .hero-shortcut-label {
        font-size: 0.7rem !important;
        padding: 8px 10px !important;
    }

    /* Imagenes de productos en shortcuts mas chicas */
    html body.computex-redesign .hero-shortcut-media,
    html body .hero-shortcut-media {
        height: 80px !important;
        min-height: 80px !important;
    }
}

/* Shortcuts en 1100-1499: gap y tamano medios */
@media (min-width: 1100px) and (max-width: 1499px) {
    html body.computex-redesign .hero-shortcuts,
    html body .hero-shortcuts {
        gap: 8px !important;
    }

    html body.computex-redesign .hero-shortcut-label {
        font-size: 0.8rem !important;
        padding: 10px 14px !important;
    }

    html body.computex-redesign .hero-shortcut-media,
    html body .hero-shortcut-media {
        height: 100px !important;
        min-height: 100px !important;
    }
}

@media (max-width: 799px) and (min-width: 600px) {
    /* Shortcuts horizontales: 6 cols en una sola fila, mas pequenos */
    html body.computex-redesign .hero-shortcuts,
    html body .hero-shortcuts {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 5px !important;
    }

    /* Labels mas pequenos para que entren en 1/6 del ancho */
    html body.computex-redesign .hero-shortcut-label {
        font-size: 0.62rem !important;
        padding: 6px 6px !important;
        line-height: 1.1 !important;
    }

    /* Media (imagenes) mas chicas */
    html body.computex-redesign .hero-shortcut-media,
    html body .hero-shortcut-media {
        height: 60px !important;
        min-height: 60px !important;
    }
}

/* ============================================================
   Hero mobile (<800px): banner horizontal limpio.
   Sin imagen de fondo. Texto a la izquierda, 2 visuals
   apiladas a la derecha.
   ============================================================ */
@media (max-width: 799px) {
    /* SUBIR el banner: reducir padding-top y margin-top que
       otras reglas le ponian (40px + 24px = 64px de aire arriba). */
    html body.computex-redesign .hero-section.hero-marketplace,
    html body.computex-redesign main > section:first-of-type,
    html body.computex-redesign #primary > section:first-of-type,
    html body.computex-redesign .site-main > section:first-of-type {
        padding-top: 8px !important;
        margin-top: 0 !important;
    }

    html body.computex-redesign main > *:first-child,
    html body.computex-redesign #primary > *:first-child,
    html body.computex-redesign .site-main > *:first-child {
        margin-top: 0 !important;
    }

    /* OCULTAR imagen de fondo del slide */
    html body.computex-redesign .hero-slide-media,
    html body .hero-slide-media {
        display: none !important;
    }

    /* Quitar el overlay oscuro (ya no hay imagen detras) */
    html body.computex-redesign .hero-slide::before,
    html body .hero-slide::before {
        display: none !important;
    }

    /* Carrusel: banner dark MAS GRANDE (280px) para que las
       tipografias respiren sin necesitar achicarlas. */
    html body.computex-redesign .hero-carousel,
    html body .hero-carousel {
        min-height: 270px !important;
        max-height: 300px !important;
        height: 280px !important;
        border-radius: 18px !important;
        background: linear-gradient(180deg, #050505 0%, #141414 100%) !important;
        overflow: hidden !important;
        position: relative !important;
    }

    /* Slide: 280px banner */
    html body.computex-redesign .hero-slide,
    html body .hero-slide {
        min-height: 270px !important;
        max-height: 300px !important;
        height: 280px !important;
        background: linear-gradient(180deg, #050505 0%, #141414 100%) !important;
        color: #ffffff !important;
    }

    html body.computex-redesign .hero-carousel-track,
    html body .hero-carousel-track {
        background: transparent !important;
    }

    /* Slide-inner: padding mas generoso aprovechando el banner
       mas alto. Bottom 56 para los controls. */
    html body.computex-redesign .hero-slide-inner,
    html body .hero-slide-inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        padding: 24px 24px 56px !important;
        gap: 18px !important;
        align-items: center !important;
        justify-content: stretch !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Visuals: mitad derecha con constraint actualizado al
       nuevo gap de 18px (max-width 50% - 9px). */
    html body.computex-redesign .hero-slide-visuals,
    html body .hero-slide-visuals {
        flex: 1 1 0 !important;
        max-width: calc(50% - 9px) !important;
        min-width: 0 !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        order: 2 !important;
        align-self: center !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    /* OCULTAR la segunda visual: solo mostramos un producto */
    html body.computex-redesign .hero-slide-visual.is-secondary,
    html body .hero-slide-visual.is-secondary {
        display: none !important;
    }

    /* Visual unico: CUADRADO, centrado, con aspect-ratio forzado */
    html body.computex-redesign .hero-slide-visual,
    html body .hero-slide-visual {
        width: 115px !important;
        height: 115px !important;
        min-width: 115px !important;
        min-height: 115px !important;
        max-width: 115px !important;
        max-height: 115px !important;
        aspect-ratio: 1 / 1 !important;
        flex: 0 0 auto !important;
        padding: 10px !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    }

    /* Img: object-fit contain, sin deformacion */
    html body.computex-redesign .hero-slide-visual img,
    html body .hero-slide-visual img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        display: block !important;
    }

    html body.computex-redesign .hero-slide-visual.is-primary {
        transform: none !important;
    }

    html body.computex-redesign .hero-slide-visual img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    /* Copy: mitad izquierda con gap MAS GENEROSO aprovechando
       el banner mas alto. */
    html body.computex-redesign .hero-slide-copy,
    html body .hero-slide-copy {
        flex: 1 1 0 !important;
        max-width: calc(50% - 9px) !important;
        min-width: 0 !important;
        align-self: center !important;
        width: 100% !important;
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        padding: 0 !important;
        gap: 8px !important;
        border-radius: 0 !important;
        order: 1 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    /* Badge: pill prolija con margin para separar del eyebrow */
    html body.computex-redesign .hero-slide-badge {
        font-size: 0.55rem !important;
        padding: 3px 9px !important;
        align-self: flex-start !important;
        margin: 0 0 0 0 !important;
        width: auto !important;
        color: #ffffff !important;
        border-radius: 999px !important;
        font-weight: 700 !important;
        letter-spacing: 0.06em !important;
    }

    /* Eyebrow: separacion del badge y del title via gap del parent */
    html body.computex-redesign .hero-slide-eyebrow {
        font-size: 0.5rem !important;
        margin: 0 !important;
        color: rgba(255, 255, 255, 0.65) !important;
        letter-spacing: 0.12em !important;
        font-weight: 600 !important;
    }

    /* TITULO super compacto - usa gap del parent para spacing */
    html body.computex-redesign .hero-slide-title,
    html body .hero-slide-title {
        font-size: 0.78rem !important;
        line-height: 1.18 !important;
        margin: 0 !important;
        max-width: 100% !important;
        text-align: left !important;
        color: #ffffff !important;
        letter-spacing: 0 !important;
        font-weight: 700 !important;
        width: 100% !important;
        word-break: break-word !important;
    }

    /* DESC: line-clamp a 2 lineas, separacion via gap del parent */
    html body.computex-redesign .hero-slide-desc,
    html body .hero-slide-desc {
        font-size: 0.58rem !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        max-width: 100% !important;
        text-align: left !important;
        color: rgba(255, 255, 255, 0.82) !important;
        width: 100% !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        word-break: break-word !important;
    }

    html body.computex-redesign .hero-slide-actions {
        gap: 5px !important;
        margin: 2px 0 0 !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Botones ULTRA compactos para que nunca se salgan del copy column */
    html body.computex-redesign .hero-slide-actions .btn-primary,
    html body.computex-redesign .hero-slide-actions .btn-lg,
    html body.computex-redesign .hero-slide-actions .btn {
        padding: 4px 8px !important;
        font-size: 0.55rem !important;
        min-height: 0 !important;
        height: auto !important;
        white-space: nowrap !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    html body.computex-redesign .hero-slide-link {
        padding: 4px 6px !important;
        font-size: 0.55rem !important;
        min-height: 0 !important;
        height: auto !important;
        white-space: nowrap !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-align: center !important;
        justify-content: center !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    /* Controls: fondo BLANCO + flecha NEGRA */
    html body.computex-redesign .hero-carousel-control {
        width: 32px !important;
        height: 32px !important;
        top: auto !important;
        bottom: 8px !important;
        margin-top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 5 !important;
        background: #ffffff !important;
        background-color: #ffffff !important;
        color: #000000 !important;
        border: 0 !important;
        padding: 0 !important;
    }

    /* SVG: color heredado, stroke explicito negro y stroke-width
       para asegurar visibilidad de la flecha */
    html body.computex-redesign .hero-carousel-control svg {
        width: 16px !important;
        height: 16px !important;
        color: #000000 !important;
        stroke: #000000 !important;
        stroke-width: 2.5 !important;
        display: block !important;
    }

    html body.computex-redesign .hero-carousel-control svg path {
        stroke: #000000 !important;
        stroke-width: 2.5 !important;
        fill: none !important;
    }

    html body.computex-redesign .hero-carousel-control.is-prev {
        left: calc(50% - 55px) !important;
        right: auto !important;
    }

    html body.computex-redesign .hero-carousel-control.is-next {
        right: calc(50% - 55px) !important;
        left: auto !important;
    }

    html body.computex-redesign .hero-carousel-dots {
        bottom: 16px !important;
        z-index: 4 !important;
        background: transparent !important;
    }

    /* Dots: COLOR ROJO, sin fondo extra (solo el dot rojo) */
    html body.computex-redesign .hero-carousel-dot {
        background: rgba(211, 18, 23, 0.4) !important;
        background-color: rgba(211, 18, 23, 0.4) !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body.computex-redesign .hero-carousel-dot.is-active {
        background: #d31217 !important;
        background-color: #d31217 !important;
    }
}

/* ============================================================
   Hero carrusel: reducir altura y tipografias en 800-1499px
   para que la proporcion con la side card se vea balanceada
   y mantener consistencia (visuals vertical, controls abajo,
   copy left-align) en todo el rango compacto.
   ============================================================ */
@media (min-width: 800px) and (max-width: 1499px) {
    html body.computex-redesign .hero-carousel,
    html body.computex-redesign .hero-slide,
    html body .hero-carousel,
    html body .hero-slide {
        min-height: 340px !important;
        max-height: 380px !important;
        height: 360px !important;
    }

    /* Padding interno del slide: extra bottom para los controls
       que ahora viven al fondo del carrusel */
    html body.computex-redesign .hero-slide-inner,
    html body .hero-slide-inner {
        padding: 16px 20px 56px !important;
        gap: 10px !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: end !important;
    }

    /* Copy alineado a la IZQUIERDA, usando todo el ancho disponible
       de la columna (sin max-width que lo limite). El flex es column
       con stretch por defecto para que los hijos ocupen 100%. */
    html body.computex-redesign .hero-slide-copy {
        align-self: center !important;
        max-width: none !important;
        width: 100% !important;
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    /* Badge a la izquierda como pill (no full-width) */
    html body.computex-redesign .hero-slide-badge {
        align-self: flex-start !important;
    }

    /* Title, eyebrow y desc: text-align left, ancho limitado
       para que no se extiendan demasiado hacia la derecha y dejen
       protagonismo a las visuals. */
    html body.computex-redesign .hero-slide-title,
    html body.computex-redesign .hero-slide-eyebrow,
    html body.computex-redesign .hero-slide-desc {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 380px !important;
        width: auto !important;
    }

    /* Actions (botones) alineados a la izquierda */
    html body.computex-redesign .hero-slide-actions {
        justify-content: flex-start !important;
        align-items: center !important;
    }

    /* Badge mas chico */
    html body.computex-redesign .hero-slide-badge {
        font-size: 0.62rem !important;
        padding: 4px 10px !important;
    }

    /* Eyebrow */
    html body.computex-redesign .hero-slide-eyebrow {
        font-size: 0.6rem !important;
        margin-bottom: 4px !important;
    }

    /* Titulo del slide MUCHO mas chico */
    html body.computex-redesign .hero-slide-title {
        font-size: 1.2rem !important;
        line-height: 1.15 !important;
        margin: 0 0 6px !important;
    }

    /* Descripcion del slide (max-width queda en 380px definido
       en el bloque title/eyebrow/desc mas arriba, NO overridear aqui) */
    html body.computex-redesign .hero-slide-desc {
        font-size: 0.78rem !important;
        line-height: 1.4 !important;
        margin: 0 0 8px !important;
    }

    /* Acciones (botones) compactos */
    html body.computex-redesign .hero-slide-actions {
        gap: 6px !important;
        margin-top: 4px !important;
    }

    html body.computex-redesign .hero-slide-actions .btn-primary,
    html body.computex-redesign .hero-slide-actions .btn-lg {
        padding: 7px 14px !important;
        font-size: 0.78rem !important;
    }

    html body.computex-redesign .hero-slide-link {
        padding: 6px 12px !important;
        font-size: 0.78rem !important;
    }

    /* Visuales flotantes (productos): apiladas en VERTICAL
       y centradas verticalmente en la columna derecha del slide.
       Tamano 120x120 para que se vean bien y sean protagonistas. */
    html body.computex-redesign .hero-slide-visuals,
    html body .hero-slide-visuals {
        gap: 12px !important;
        grid-template-columns: 120px !important;
        grid-auto-rows: 120px !important;
        width: auto !important;
        align-self: center !important;
        justify-self: center !important;
    }

    html body.computex-redesign .hero-slide-visual,
    html body .hero-slide-visual {
        width: 120px !important;
        height: 120px !important;
        padding: 12px !important;
        border-radius: 18px !important;
    }

    /* QUITAR el stagger translateY(-18px) de la visual primaria
       para que ambas queden en una linea limpia */
    html body.computex-redesign .hero-slide-visual.is-primary,
    html body .hero-slide-visual.is-primary {
        transform: none !important;
    }

    /* Img dentro del visual: alto razonable para que se vea bien */
    html body.computex-redesign .hero-slide-visual img,
    html body .hero-slide-visual img {
        height: 100% !important;
        width: 100% !important;
        object-fit: contain !important;
    }

    /* CONTROLS al fondo del carrusel, flanqueando los dots en el
       centro (asi se evitan las esquinas redondeadas que recortaban
       las flechas cuando estaban en left:12/right:12).
       OPACITY 1 forzado: una regla previa (linea ~13017) las tenia
       en opacity:0 con visibilidad solo en hover. */
    html body.computex-redesign .hero-carousel-control {
        width: 34px !important;
        height: 34px !important;
        top: auto !important;
        bottom: 14px !important;
        margin-top: 0 !important;
        z-index: 5 !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: inline-flex !important;
    }

    html body.computex-redesign .hero-carousel-control.is-prev {
        left: calc(50% - 80px) !important;
        right: auto !important;
    }

    html body.computex-redesign .hero-carousel-control.is-next {
        right: calc(50% - 80px) !important;
        left: auto !important;
    }

    /* Dots del carrusel: centrados al fondo, entre las flechas */
    html body.computex-redesign .hero-carousel-dots {
        bottom: 22px !important;
        z-index: 4 !important;
    }

    /* ALINEACION: side card iguala altura del carrusel (360px)
       para evitar el desface visual entre ambas columnas.
       Imagen sigue fija, copy block absorbe el espacio extra
       y empuja el boton al fondo. */
    html body.computex-redesign .hero-marketplace-shell {
        align-items: stretch !important;
    }

    html body.computex-redesign .hero-marketplace-shell .hero-side-card {
        height: 360px !important;
        align-self: stretch !important;
    }

    /* Copy block: justify entre contenido y boton para distribuir
       el espacio extra (boton queda anclado al fondo) */
    html body.computex-redesign .hero-marketplace-shell .hero-side-copy {
        justify-content: space-between !important;
        padding: 12px 14px 14px !important;
    }
}

/* ============================================================
   Hero 1100-1499: hereda toda la estructura del bloque
   800-1499 (visuals vertical, controls abajo, copy left-align)
   pero con dimensiones LIGERAMENTE MAS GRANDES porque hay mas
   espacio disponible (no es tan compacto como 800-1099).
   ============================================================ */
@media (min-width: 1100px) and (max-width: 1499px) {
    /* Carrusel mas alto (420px vs 360) */
    html body.computex-redesign .hero-carousel,
    html body.computex-redesign .hero-slide,
    html body .hero-carousel,
    html body .hero-slide {
        min-height: 400px !important;
        max-height: 440px !important;
        height: 420px !important;
    }

    /* Slide-inner: padding mas generoso */
    html body.computex-redesign .hero-slide-inner,
    html body .hero-slide-inner {
        padding: 24px 28px 64px !important;
        gap: 16px !important;
    }

    /* Badge un toque mas grande */
    html body.computex-redesign .hero-slide-badge {
        font-size: 0.7rem !important;
        padding: 5px 12px !important;
    }

    /* Eyebrow ligeramente mas grande */
    html body.computex-redesign .hero-slide-eyebrow {
        font-size: 0.68rem !important;
        margin-bottom: 6px !important;
    }

    /* Title: medio camino entre 1.2rem y el grande original.
       MAX-WIDTH para que NO se extienda demasiado a la derecha. */
    html body.computex-redesign .hero-slide-title {
        font-size: 1.5rem !important;
        line-height: 1.2 !important;
        margin: 0 0 8px !important;
        max-width: 460px !important;
        width: auto !important;
    }

    /* Desc tambien limitada */
    html body.computex-redesign .hero-slide-desc {
        font-size: 0.88rem !important;
        line-height: 1.45 !important;
        margin: 0 0 12px !important;
        max-width: 460px !important;
        width: auto !important;
    }

    /* Eyebrow tambien constreñido para consistencia */
    html body.computex-redesign .hero-slide-eyebrow {
        max-width: 460px !important;
        width: auto !important;
    }

    /* Botones un poco mas grandes */
    html body.computex-redesign .hero-slide-actions {
        gap: 10px !important;
        margin-top: 6px !important;
    }

    html body.computex-redesign .hero-slide-actions .btn-primary,
    html body.computex-redesign .hero-slide-actions .btn-lg {
        padding: 10px 18px !important;
        font-size: 0.88rem !important;
    }

    html body.computex-redesign .hero-slide-link {
        padding: 8px 14px !important;
        font-size: 0.88rem !important;
    }

    /* Visuals: MAS GRANDES (140x140) para que se vean mejor.
       Siguen apiladas en vertical. */
    html body.computex-redesign .hero-slide-visuals,
    html body .hero-slide-visuals {
        gap: 14px !important;
        grid-template-columns: 140px !important;
        grid-auto-rows: 140px !important;
    }

    html body.computex-redesign .hero-slide-visual,
    html body .hero-slide-visual {
        width: 140px !important;
        height: 140px !important;
        padding: 14px !important;
        border-radius: 20px !important;
    }

    /* Controls: bottom-center flanqueando los dots, un poco mas grandes.
       OPACITY 1 forzado (override del hover-only de linea ~13017). */
    html body.computex-redesign .hero-carousel-control {
        width: 40px !important;
        height: 40px !important;
        bottom: 16px !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: inline-flex !important;
    }

    html body.computex-redesign .hero-carousel-control.is-prev {
        left: calc(50% - 90px) !important;
        right: auto !important;
    }

    html body.computex-redesign .hero-carousel-control.is-next {
        right: calc(50% - 90px) !important;
        left: auto !important;
    }

    /* Dots */
    html body.computex-redesign .hero-carousel-dots {
        bottom: 26px !important;
    }

    /* Side card: iguala 420px del carrusel */
    html body.computex-redesign .hero-marketplace-shell .hero-side-card {
        height: 420px !important;
    }
}

/* ============================================================
   FIX: ELIMINAR completamente el scroll/animacion al tipear
   ============================================================
   Estrategia: el dropdown SIEMPRE existe en el layout (display:block,
   position:absolute). Solo cambia visibility/opacity. Asi el browser
   NUNCA reflow-uea, NUNCA decide anclar scroll. */

/* 1. Forzar el dropdown a estar SIEMPRE renderizado (override [hidden]) */
.cx-live-search-dropdown[hidden],
.cx-live-search-dropdown {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
}

/* 2. Cuando NO esta hidden, lo hacemos visible (sin animacion) */
.cx-live-search-dropdown:not([hidden]) {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* 3. Disable scroll anchoring del browser por las dudas */
html,
body,
.computex-site-header,
.computex-header-search,
.cx-live-search-dropdown {
    overflow-anchor: none !important;
}

/* 4. Containment para isolar al dropdown */
.cx-live-search-dropdown {
    contain: layout style paint !important;
}

/* 5. Scroll instantaneo (no smooth) globalmente */
html {
    scroll-behavior: auto !important;
}

/* ============================================================
   MEGA MENU: sub-links en MAYUSCULAS
   ============================================================
   Los nombres de las taxonomias vienen con casing inconsistente
   desde la DB (algunos en min., otros en may.). Forzamos UPPERCASE
   en la UI para que todos se vean uniformes. */
.computex-redesign .computex-mega-links a span,
.computex-redesign .computex-mega-links a > span:first-of-type,
html body.computex-redesign .computex-mega-links a span {
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    font-weight: 600 !important;
}

/* Tambien el titulo de columna por consistencia */
.computex-redesign .computex-mega-column-title,
html body.computex-redesign .computex-mega-column-title {
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

/* ============================================================
   MEGA MENU FEATURE CARD: el texto se envuelve a varias lineas
   (NO se trunca con ellipsis) - aprovecha el espacio vertical
   ============================================================ */
html body.computex-redesign .computex-mega-feature {
    overflow: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

html body.computex-redesign .computex-mega-feature strong,
html body.computex-redesign .computex-mega-feature p,
html body.computex-redesign .computex-mega-feature span {
    max-width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    white-space: normal !important;
    hyphens: auto !important;
}

/* Desc: se envuelve naturalmente a todas las lineas necesarias */
html body.computex-redesign .computex-mega-feature p {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.5 !important;
}

/* ============================================================
   BADGE "AGOTADO" para productos sin stock.
   Aparece en cards (.cx-pcard, .catalog-product-card) cuando
   tienen la meta _cx_out_of_stock = '1'.
   ============================================================ */
.cx-stock-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    z-index: 5;
    pointer-events: none;
}

.cx-stock-badge--out {
    background: #d31217 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(211, 18, 23, 0.4);
}

/* En cards: posicionar el badge sobre la imagen, esquina sup. izq. */
.cx-pcard,
.catalog-product-card,
.cx-product-related-card {
    position: relative;
}

.cx-pcard .cx-pcard-img,
.catalog-product-card .catalog-product-media,
.cx-product-related-card .cx-product-related-img {
    position: relative;
}

.cx-pcard .cx-stock-badge--out,
.catalog-product-card .cx-stock-badge--out,
.cx-product-related-card .cx-stock-badge--out {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

/* Card en estado "out of stock": opacidad reducida en imagen */
.cx-pcard.cx-out-of-stock .cx-pcard-img img,
.catalog-product-card.cx-out-of-stock .catalog-product-media img,
.cx-product-related-card.cx-out-of-stock .cx-product-related-img img {
    opacity: 0.55;
    filter: grayscale(0.4);
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.cx-pcard.cx-out-of-stock:hover .cx-pcard-img img,
.catalog-product-card.cx-out-of-stock:hover .catalog-product-media img,
.cx-product-related-card.cx-out-of-stock:hover .cx-product-related-img img {
    opacity: 0.7;
    filter: grayscale(0.2);
}

/* En la pagina del producto individual */
.cx-product-stock-status {
    margin: 12px 0 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(211, 18, 23, 0.08);
    border: 1px solid rgba(211, 18, 23, 0.2);
}

.cx-product-stock-status--out {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.cx-product-stock-status--out .cx-stock-badge {
    font-size: 0.78rem;
    padding: 6px 14px;
}

.cx-product-stock-msg {
    margin: 0;
    font-size: 0.85rem;
    color: #5e0608;
    line-height: 1.4;
}


