﻿/* ============================================================   CLP DESKTOP PREMIUM   Categoria Landing Page — porta la estética limpia y premium   del móvil (clp-mobile-premium-fix.css) al escritorio (≥992px).   Cambios clave:   - Hero full-bleed con imagen de fondo + overlay (no card tilted)   - Pill "Categoría" glass arriba del título   - Sortbar premium (fondo blanco con tint, search neo-brutal,     botón Filtros pill oscuro con accent de categoría)   - Subcat pills con sombra sutil   - Topstrip y Families con jerarquía más limpia   - Active chips premium   ============================================================ */@media (min-width: 992px) {    /* ============================================================       1) HERO FULL-BLEED PREMIUM       ============================================================ */    body.clp-theme .clp-hero {        padding: 0 !important;        position: relative !important;        height: clamp(340px, 42vh, 420px) !important;        overflow: hidden !important;        margin-bottom: 0 !important;        background:            linear-gradient(135deg,                color-mix(in srgb, var(--cat-clr, #3b82f6) 32%, #0a1024) 0%,                #0a1024 55%,                color-mix(in srgb, var(--cat-clr, #3b82f6) 20%, #0a1024) 100%            ) !important;    }    /* Container interior del hero — full height, SIN position:relative       para que la imagen .clp-hero-img-blur (position:absolute) escape       hasta el .clp-hero (que sí es position:relative) y llene todo el       ancho/alto del hero, no solo el container limitado a 1320px. */    body.clp-theme .clp-hero .clp-container {        position: static !important;        height: 100% !important;        display: flex !important;        flex-direction: column !important;    }    /* Imagen — protagonista absoluta, FULL-BLEED en el hero completo.       En el HTML está dentro de .clp-hero-body (limitado a 720px), así que       la sacamos del contexto del body usando viewport-relative width.       width: 100vw + left: 50% + transform: translateX(-50%) la centra       sobre el hero completo independiente del contenedor padre. */    body.clp-theme .clp-hero-img-blur {        position: absolute !important;        inset: 0 !important;        width: auto !important;        height: auto !important;        transform: none !important;        background-size: cover !important;        background-position: center center !important;        filter: blur(0) !important;        opacity: 1 !important;        z-index: 0 !important;        pointer-events: none;    }    /* Overlay SOLO abajo para legibilidad del título — mínima oscuridad arriba       para que la imagen brille en su mayor parte */    body.clp-theme .clp-hero-img-blur::after {        content: '';        position: absolute;        inset: 0;        background:            linear-gradient(180deg,                rgba(8, 13, 26, 0.20) 0%,                rgba(8, 13, 26, 0.05) 25%,                rgba(8, 13, 26, 0.45) 60%,                rgba(8, 13, 26, 0.88) 100%            );    }    /* Vignette sutil en esquinas para profundidad cinemática */    body.clp-theme .clp-hero::before {        background: radial-gradient(            120% 80% at 50% 50%,            transparent 40%,            rgba(8, 13, 26, 0.35) 100%        ) !important;        z-index: 1 !important;    }    /* Tint suave del color de categoría sólo desde abajo-izquierda       (no domina la imagen, solo da identidad de marca) */    body.clp-theme .clp-hero::after {        content: '';        position: absolute;        inset: 0;        background: radial-gradient(            55% 45% at 25% 110%,            color-mix(in srgb, var(--cat-clr, #3b82f6) 32%, transparent) 0%,            transparent 70%        );        z-index: 1;        pointer-events: none;    }    /* OCULTAR elementos redundantes en desktop también       - hero-icon: redundante con la imagen       - hero-media: card 3D legacy       - hero-stats: duplica info del sortbar ("13 resultados")       (siguiendo filosofía premium: hero = imagen + título solamente) */    body.clp-theme .clp-hero-icon,    body.clp-theme .clp-hero-media,    body.clp-theme .clp-hero-stats {        display: none !important;    }    /* Topbar (volver + breadcrumb) — ambos a la izquierda, juntos       (Apple/Stripe pattern). Sin justify-content space-between. */    body.clp-theme .clp-topbar {        position: relative !important;        z-index: 3 !important;        margin: 1.4rem 0 0 !important;        padding: 0 !important;        gap: 0.65rem !important;        justify-content: flex-start !important;        flex-wrap: wrap !important;    }    /* Volver primero (orden 1), breadcrumb después (orden 2) */    body.clp-theme .clp-topbar .clp-btn-back {        order: 1 !important;    }    body.clp-theme .clp-topbar .clp-breadcrumb {        order: 2 !important;    }    body.clp-theme .clp-btn-back {        background: rgba(255, 255, 255, 0.14) !important;        backdrop-filter: blur(14px) saturate(160%) !important;        -webkit-backdrop-filter: blur(14px) saturate(160%) !important;        border: 1px solid rgba(255, 255, 255, 0.22) !important;        color: #ffffff !important;        padding: 0.55rem 1.1rem !important;        font-size: 0.85rem !important;        font-weight: 600 !important;        border-radius: 99px !important;        box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.4);        transition: background .2s ease, transform .2s ease, border-color .2s ease;    }    body.clp-theme .clp-btn-back:hover {        background: rgba(255, 255, 255, 0.22) !important;        border-color: rgba(255, 255, 255, 0.35) !important;        transform: translateY(-1px);    }    body.clp-theme .clp-breadcrumb {        font-size: 0.82rem !important;        color: rgba(255, 255, 255, 0.85) !important;        background: rgba(8, 13, 26, 0.32);        backdrop-filter: blur(10px);        -webkit-backdrop-filter: blur(10px);        padding: 0.5rem 0.95rem !important;        border-radius: 99px !important;        border: 1px solid rgba(255, 255, 255, 0.12);    }    body.clp-theme .clp-breadcrumb a,    body.clp-theme .clp-breadcrumb-current { color: inherit !important; }    body.clp-theme .clp-breadcrumb-current {        background: rgba(255, 255, 255, 0.18);        border: 1px solid rgba(255, 255, 255, 0.25);        font-weight: 700;        color: #ffffff !important;        padding: 0.18rem 0.65rem;        border-radius: 99px;        margin-left: .25rem;    }    body.clp-theme .clp-breadcrumb-sep {        color: rgba(255, 255, 255, 0.35) !important;        margin: 0 0.25rem;    }    /* Hero body — empuja contenido al fondo del hero (estilo Apple/Stripe).       IMPORTANTE: position: static (no relative) para que .clp-hero-img-blur,       que tiene position:absolute, escape este contenedor y se posicione       respecto al .clp-hero (que sí es position:relative), llenándolo       completamente. Los hijos de texto (title, copy) tienen su propio       z-index:5 para quedar por encima de la imagen (z-index:0). */    body.clp-theme .clp-hero-body {        position: static !important;        display: flex !important;        flex: 1 1 auto !important;        flex-direction: column !important;        align-items: flex-start !important;        justify-content: flex-end !important;        gap: 0 !important;        margin: 0 !important;        padding: 0 0 2.25rem !important;        max-width: 720px;    }    body.clp-theme .clp-hero-left {        position: relative !important;        z-index: 5 !important;        display: block !important;        gap: 0 !important;        padding: 0 !important;        margin: 0 !important;        flex: 0 0 auto !important;        width: 100% !important;    }    body.clp-theme .clp-hero-copy {        position: relative !important;        z-index: 5 !important;        display: flex !important;        flex-direction: column !important;        gap: .6rem !important;    }    body.clp-theme .clp-hero-title,    body.clp-theme .clp-hero-sub,    body.clp-theme .clp-hero-eyebrow,    body.clp-theme .clp-hero-stats {        position: relative !important;        z-index: 5 !important;    }    /* Topbar también encima de la imagen */    body.clp-theme .clp-hero .clp-topbar {        position: relative !important;        z-index: 5 !important;    }    /* Pill "Categoría" glass — arriba del título */    body.clp-theme .clp-hero-eyebrow {        display: inline-flex !important;        align-items: center;        gap: 0.45rem;        align-self: flex-start;        padding: 0.35rem 0.85rem !important;        background: rgba(255, 255, 255, 0.16) !important;        backdrop-filter: blur(12px);        -webkit-backdrop-filter: blur(12px);        border: 1px solid rgba(255, 255, 255, 0.20);        border-radius: 99px;        font-size: 0.7rem !important;        font-weight: 700 !important;        text-transform: uppercase;        letter-spacing: 0.14em !important;        color: rgba(255, 255, 255, 0.95) !important;        margin: 0 !important;    }    body.clp-theme .clp-hero-dot {        background: var(--cat-clr, #3b82f6) !important;        box-shadow: 0 0 10px var(--cat-clr, #3b82f6);    }    /* TÍTULO grande con sombra fuerte para legibilidad */    body.clp-theme .clp-hero-title {        font-size: clamp(2.6rem, 5vw, 3.8rem) !important;        font-weight: 800 !important;        line-height: 1.05 !important;        letter-spacing: -0.03em !important;        color: #ffffff !important;        margin: 0 !important;        text-shadow:            0 2px 12px rgba(0, 0, 0, 0.55),            0 6px 30px rgba(0, 0, 0, 0.35);    }    /* Subtítulo legible sobre la imagen */    body.clp-theme .clp-hero-sub {        color: rgba(255, 255, 255, 0.85) !important;        font-size: 1.05rem !important;        line-height: 1.55 !important;        margin: 0 !important;        max-width: 580px;        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);    }    /* STATS — chips glass mini, mismas pero más sutiles */    body.clp-theme .clp-hero-stats {        margin-top: 0.85rem !important;        gap: 0.55rem !important;        flex-wrap: wrap;    }    body.clp-theme .clp-stat-card {        background: rgba(255, 255, 255, 0.12) !important;        border: 1px solid rgba(255, 255, 255, 0.18) !important;        backdrop-filter: blur(12px);        -webkit-backdrop-filter: blur(12px);        padding: 0.55rem 0.95rem !important;        min-width: 0 !important;        display: inline-flex !important;        align-items: center !important;        gap: 0.55rem !important;        border-radius: 99px !important;    }    body.clp-theme .clp-stat-card:hover {        background: rgba(255, 255, 255, 0.20) !important;        transform: translateY(-1px);    }    body.clp-theme .clp-stat-card strong {        display: inline-block !important;        font-size: 0.95rem !important;        line-height: 1.2 !important;        margin: 0 !important;        color: #ffffff !important;        font-weight: 800 !important;    }    body.clp-theme .clp-stat-card span {        display: inline-flex !important;        align-items: center !important;        gap: 0.35rem;        font-size: 0.7rem !important;        line-height: 1.2 !important;        color: rgba(255, 255, 255, 0.85) !important;        margin-top: 0 !important;        text-transform: uppercase;        letter-spacing: 0.05em;        white-space: nowrap;    }    body.clp-theme .clp-stat-card span i {        font-size: 0.7rem !important;        color: rgba(255, 255, 255, 0.7) !important;    }    /* Eyebrow & stats: forzar line-height para no colapsar */    body.clp-theme .clp-hero-eyebrow { line-height: 1.2 !important; }    /* Wave de transición suave */    .clp-hero-wave {        height: 24px !important;        margin-top: -24px !important;    }    /* ============================================================       2) SORTBAR PREMIUM (desktop)       ============================================================ */    body.clp-theme .clp-sortbar {        padding: 1rem 0 0.75rem !important;        background:            linear-gradient(180deg,                #ffffff 0%,                color-mix(in srgb, var(--cat-clr, #3b82f6) 3%, #ffffff) 100%            ) !important;        border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;        box-shadow: none !important;        backdrop-filter: saturate(180%) blur(20px);        -webkit-backdrop-filter: saturate(180%) blur(20px);    }    body.clp-theme .clp-sortbar.is-stuck {        background: rgba(255, 255, 255, 0.96) !important;        box-shadow: 0 4px 18px -10px rgba(15, 23, 42, 0.15) !important;    }    body.clp-theme .clp-sortbar-inner {        gap: 1rem !important;    }    /* Sortbar-left toma todo el espacio disponible para que el search respire */    body.clp-theme .clp-sortbar-left {        flex: 1 1 auto !important;        min-width: 0 !important;        gap: 0.65rem !important;    }    body.clp-theme .clp-sortbar-right {        flex: 0 0 auto !important;        gap: 0.7rem !important;    }    /* Botón Filtros — premium pill oscuro con accent de categoría */    body.clp-theme .clp-filter-toggle {        display: inline-flex !important;        align-items: center !important;        gap: 0.5rem !important;        padding: 0 1.15rem !important;        height: 44px !important;        font-size: 0.88rem !important;        font-weight: 600 !important;        color: #ffffff !important;        background: linear-gradient(135deg, #0f172a 0%, color-mix(in srgb, var(--cat-clr, #3b82f6) 22%, #0f172a) 100%) !important;        border: none !important;        border-radius: 14px !important;        box-shadow:            0 4px 14px -4px color-mix(in srgb, var(--cat-clr, #3b82f6) 30%, rgba(15, 23, 42, 0.25)),            0 1px 2px rgba(15, 23, 42, 0.1),            inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;        cursor: pointer;        transition: transform .2s ease, box-shadow .25s ease;    }    body.clp-theme .clp-filter-toggle i {        color: #ffffff !important;        font-size: 0.88rem !important;    }    body.clp-theme .clp-filter-toggle:hover {        transform: translateY(-2px);        box-shadow:            0 8px 22px -6px color-mix(in srgb, var(--cat-clr, #3b82f6) 45%, rgba(15, 23, 42, 0.35)),            0 1px 2px rgba(15, 23, 42, 0.1),            inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;    }    body.clp-theme .clp-filter-toggle:active { transform: translateY(0); }    body.clp-theme .clp-filter-count {        background: rgba(255, 255, 255, 0.22) !important;        color: #ffffff !important;        min-width: 22px !important;        height: 22px !important;        font-size: 0.72rem !important;        font-weight: 800 !important;    }    body.clp-theme .clp-filter-count[hidden] { display: none !important; }    /* Search neo-brutal — borde oscuro + drop shadow sólido (estilo móvil) */    body.clp-theme .clp-search,    body.clp-theme .clp-search--enhanced {        flex: 1 1 auto !important;        min-width: 0 !important;        max-width: 460px;        position: relative !important;    }    body.clp-theme .clp-search-input {        width: 100% !important;        height: 44px !important;        padding: 0 2.6rem 0 2.6rem !important;        font-size: 0.92rem !important;        font-weight: 500 !important;        background: #f8fafc !important;        border: 2px solid #1e293b !important;        border-radius: 14px !important;        color: #0f172a !important;        box-shadow:            0 2px 0 0 #0f172a,            inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;        transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;    }    body.clp-theme .clp-search-input::placeholder {        color: rgba(15, 23, 42, 0.55) !important;        font-weight: 500 !important;    }    body.clp-theme .clp-search-input:hover {        background: #ffffff !important;        transform: translateY(-1px);        box-shadow:            0 3px 0 0 #0f172a,            inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;    }    body.clp-theme .clp-search-input:focus {        outline: none !important;        background: #ffffff !important;        border-color: var(--cat-clr, #3b82f6) !important;        box-shadow:            0 2px 0 0 var(--cat-clr, #3b82f6),            0 0 0 4px color-mix(in srgb, var(--cat-clr, #3b82f6) 18%, transparent) !important;    }    body.clp-theme .clp-search-ic {        position: absolute !important;        left: 1rem !important;        top: 50% !important;        transform: translateY(-50%) !important;        color: #1e293b !important;        font-size: 0.95rem !important;        pointer-events: none;        z-index: 2;    }    body.clp-theme .clp-search-kbd {        position: absolute;        right: 0.7rem;        top: 50%;        transform: translateY(-50%);        padding: 0.1rem 0.45rem;        background: #ffffff;        border: 1px solid #cbd5e1;        border-radius: 6px;        font-size: 0.72rem;        font-weight: 600;        color: #475569;        font-family: 'DM Sans', sans-serif;        box-shadow: 0 1px 0 #cbd5e1;    }    body.clp-theme .clp-search-input:focus ~ .clp-search-kbd { display: none; }    body.clp-theme .clp-search-clear {        right: 0.5rem !important;        width: 28px !important;        height: 28px !important;        background: rgba(15, 23, 42, 0.08) !important;        border: none !important;        color: #475569 !important;        border-radius: 50% !important;    }    /* Select de orden — alineado con el pill style */    body.clp-theme .clp-select {        height: 44px !important;        padding: 0 2.6rem 0 1.05rem !important;        border: 1.5px solid rgba(15, 23, 42, 0.12) !important;        border-radius: 14px !important;        background: #ffffff !important;        color: #0f172a !important;        font-weight: 600 !important;        font-size: 0.88rem !important;        box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04) !important;    }    body.clp-theme .clp-select:hover {        border-color: var(--cat-clr, #3b82f6) !important;        box-shadow:            0 4px 12px -4px color-mix(in srgb, var(--cat-clr, #3b82f6) 28%, transparent),            0 2px 4px rgba(15, 23, 42, 0.04) !important;    }    body.clp-theme .clp-results-count {        font-size: 0.88rem !important;        font-weight: 500;    }    body.clp-theme .clp-results-count strong {        font-weight: 800 !important;        color: #0f172a !important;    }    /* Presets row — pills más finos */    body.clp-theme .clp-presets-row {        padding: 0.65rem 0 0.15rem !important;    }    body.clp-theme .clp-preset {        height: 34px;        padding: 0 0.85rem !important;        border-radius: 99px !important;        font-size: 0.8rem !important;        font-weight: 600 !important;        border: 1.5px solid rgba(15, 23, 42, 0.1) !important;        background: #ffffff !important;        color: #475569 !important;        transition: all .2s ease;    }    body.clp-theme .clp-preset:hover {        border-color: var(--cat-clr, #3b82f6) !important;        color: var(--cat-clr, #3b82f6) !important;        background: color-mix(in srgb, var(--cat-clr, #3b82f6) 6%, #ffffff) !important;        transform: translateY(-1px);    }    body.clp-theme .clp-preset[aria-pressed="true"] {        background: var(--cat-clr, #3b82f6) !important;        border-color: var(--cat-clr, #3b82f6) !important;        color: #ffffff !important;        box-shadow: 0 4px 12px -4px color-mix(in srgb, var(--cat-clr, #3b82f6) 55%, transparent);    }    /* Active chips — premium */    body.clp-theme .clp-activechips-row { padding-top: 0.7rem !important; }    body.clp-theme .clp-activechip {        background: color-mix(in srgb, var(--cat-clr, #3b82f6) 8%, #ffffff) !important;        border: 1px solid color-mix(in srgb, var(--cat-clr, #3b82f6) 28%, rgba(15,23,42,.08)) !important;        color: #0f172a !important;        font-weight: 600 !important;    }    body.clp-theme .clp-activechip:hover {        background: color-mix(in srgb, var(--cat-clr, #3b82f6) 14%, #ffffff) !important;        border-color: var(--cat-clr, #3b82f6) !important;    }    /* ============================================================       3) SUBCAT STRIP (desktop)       ============================================================ */    body.clp-theme .clp-subcat-strip {        background: #ffffff !important;        border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;        padding: 0.75rem 0 !important;    }    body.clp-theme .clp-subcat-pill {        height: 38px;        padding: 0 1.1rem !important;        border: 1.5px solid rgba(15, 23, 42, 0.1) !important;        background: #ffffff !important;        font-weight: 600 !important;        font-size: 0.86rem !important;        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);    }    body.clp-theme .clp-subcat-pill:hover {        border-color: var(--cat-clr, #3b82f6) !important;        color: var(--cat-clr, #3b82f6) !important;        transform: translateY(-1px);        box-shadow: 0 6px 14px -6px color-mix(in srgb, var(--cat-clr, #3b82f6) 40%, transparent);    }    body.clp-theme .clp-subcat-pill.active {        background: var(--cat-clr, #3b82f6) !important;        border-color: var(--cat-clr, #3b82f6) !important;        color: #ffffff !important;        box-shadow: 0 6px 18px -4px color-mix(in srgb, var(--cat-clr, #3b82f6) 55%, transparent);    }    /* ============================================================       4) TOPSTRIP — más limpio y aireado       ============================================================ */    body.clp-theme .clp-topstrip {        padding: 1.5rem 0 0.5rem !important;        margin-bottom: 0.5rem;    }    body.clp-theme .clp-topstrip-head {        margin-bottom: 1rem !important;        padding-bottom: 0.6rem;        border-bottom: 1px solid rgba(15, 23, 42, 0.06);    }    body.clp-theme .clp-topstrip-title {        font-size: 1.2rem !important;        font-weight: 800 !important;        letter-spacing: -0.02em !important;        color: #0f172a !important;    }    body.clp-theme .clp-topstrip-title i {        color: var(--cat-clr, #3b82f6) !important;    }    body.clp-theme .clp-topstrip-hint {        font-size: 0.78rem !important;        color: #64748b !important;        font-weight: 500;    }    body.clp-theme .clp-topstrip-card {        background: #ffffff !important;        border: 1px solid rgba(15, 23, 42, 0.08) !important;        border-radius: 14px !important;        box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04) !important;        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;    }    body.clp-theme .clp-topstrip-card:hover {        transform: translateY(-3px);        border-color: color-mix(in srgb, var(--cat-clr, #3b82f6) 35%, transparent) !important;        box-shadow:            0 12px 28px -10px rgba(15, 23, 42, 0.18),            0 0 0 1px color-mix(in srgb, var(--cat-clr, #3b82f6) 18%, transparent) !important;    }    /* ============================================================       5) FAMILIES — aireadas, más respiro entre filas       ============================================================ */    body.clp-theme .clp-families {        padding: 1.75rem 0 0.5rem !important;        margin-bottom: 1rem !important;    }    body.clp-theme .clp-families-head {        gap: 0.4rem !important;        margin-bottom: 1.25rem !important;        padding: 0 !important;    }    body.clp-theme .clp-families-eyebrow {        font-size: 0.72rem !important;        letter-spacing: 0.14em !important;        color: var(--cat-clr, #3b82f6) !important;    }    body.clp-theme .clp-families-title {        font-size: clamp(1.4rem, 2.2vw, 1.7rem) !important;        font-weight: 800 !important;        letter-spacing: -0.03em !important;        color: #0f172a !important;    }    body.clp-theme .clp-families-sub {        color: #64748b !important;        font-size: 0.92rem !important;    }    body.clp-theme .clp-families-rows {        gap: 1rem !important;    }    /* Separador "Más productos en X" — más sutil       Mantenemos el flex con ::before y ::after del original (líneas a los lados),       solo ajustamos el color del span (legacy lo forzaba blanco invisible) */    body.clp-theme .clp-grid-sep {        margin: 2rem 0 1.25rem !important;        font-size: 0.82rem !important;        letter-spacing: 0.08em !important;        color: #475569 !important;        opacity: 1 !important;    }    body.clp-theme .clp-grid-sep::before,    body.clp-theme .clp-grid-sep::after {        background: linear-gradient(90deg,            transparent 0%,            rgba(15, 23, 42, 0.12) 50%,            transparent 100%) !important;    }    body.clp-theme .clp-grid-sep span {        color: #475569 !important;        font-weight: 700 !important;        letter-spacing: 0.08em !important;        text-transform: uppercase;    }    /* ============================================================       6) LAYOUT — más respiro vertical       ============================================================ */    body.clp-theme .clp-layout {        padding: 1.5rem 0 4rem !important;    }    /* Sticky offset alineado con --sticky-offset (73px navbar real) */    body.clp-theme .clp-subcat-strip {        top: calc(var(--sticky-offset, 64px) + 60px) !important;    }    /* ============================================================       8) POLISH & HARMONY — Sistema de diseño cohesivo       Tokens visuales unificados para que toda la página parezca       parte del mismo producto premium.       ============================================================ */    /* 8.1 — Fondo de página con tint sutil del color de categoría       Cohesión visual sin saturar. Funciona con cualquier categoría       gracias a color-mix dinámico. */    body.clp-theme .clp-layout {        background: linear-gradient(            180deg,            color-mix(in srgb, var(--cat-clr, #3b82f6) 2.5%, #f8fafc) 0%,            #f8fafc 35%        ) !important;        padding: 1.75rem 0 4.5rem !important;    }    /* 8.2 — Tipografía global del CLP: tabular-nums en números       (precios, contadores, ratings) y mejor renderización */    body.clp-theme .clp-results-count strong,    body.clp-theme .clp-subcat-count,    body.clp-theme .clp-filter-count,    body.clp-theme .clp-stat-card strong,    body.clp-theme .clp-topstrip-price,    body.clp-theme .clp-check-count,    body.clp-theme .clp-storage-chip__count,    body.clp-theme .clp-color-swatch__count {        font-feature-settings: "tnum" 1, "lnum" 1 !important;        font-variant-numeric: tabular-nums lining-nums !important;    }    /* 8.3 — Subcat-strip: alineado con sortbar, sin gap visual       El strip y el sortbar deben sentirse parte de la misma barra */    body.clp-theme .clp-subcat-strip {        background:            linear-gradient(180deg,                color-mix(in srgb, var(--cat-clr, #3b82f6) 3%, #ffffff) 0%,                #ffffff 100%            ) !important;        padding: 0.85rem 0 !important;        border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;    }    body.clp-theme .clp-subcat-pill .clp-subcat-count {        background: color-mix(in srgb, var(--cat-clr, #3b82f6) 10%, rgba(15, 23, 42, 0.04)) !important;        color: #475569 !important;        font-size: 0.7rem !important;        font-weight: 700 !important;        padding: 0.1rem 0.5rem !important;        margin-left: 0.35rem;    }    body.clp-theme .clp-subcat-pill.active .clp-subcat-count {        background: rgba(255, 255, 255, 0.25) !important;        color: #ffffff !important;    }    /* 8.4 — SIDEBAR — card premium unificado con resto del diseño       Ancho 296px para respiración premium (estándar Stripe/Notion) */    body.clp-theme .clp-layout-inner {        grid-template-columns: 296px 1fr !important;        gap: 2.25rem !important;    }    body.clp-theme .clp-sidebar {        background: #ffffff !important;        border: 1px solid rgba(15, 23, 42, 0.06) !important;        border-radius: 18px !important;        padding: 1.65rem !important;        box-shadow:            0 1px 3px rgba(15, 23, 42, 0.04),            0 4px 14px -8px rgba(15, 23, 42, 0.08) !important;    }    body.clp-theme .clp-sheet-head {        padding: 0 0 1rem !important;        margin-bottom: 1.25rem !important;        border-bottom: 1px solid rgba(15, 23, 42, 0.08);    }    body.clp-theme .clp-sheet-title {        font-size: 1rem !important;        font-weight: 800 !important;        color: #0f172a !important;        letter-spacing: -0.01em !important;    }    body.clp-theme .clp-sheet-title i {        color: var(--cat-clr, #3b82f6) !important;    }    body.clp-theme .clp-filter-group {        padding: 1rem 0 !important;        border-top: 1px solid rgba(15, 23, 42, 0.06) !important;    }    body.clp-theme .clp-filter-group:first-of-type {        padding-top: 0 !important;        border-top: none !important;    }    body.clp-theme .clp-filter-legend {        font-size: 0.7rem !important;        font-weight: 700 !important;        text-transform: uppercase !important;        letter-spacing: 0.12em !important;        color: #64748b !important;        margin-bottom: 0.85rem !important;    }    /* 8.5 — TOPSTRIP CARDS — REDISEÑO VERTICAL PREMIUM       Layout limpio tipo Apple/Best Buy:       - Imagen 100% ancho con aspect ratio 16:11 arriba       - Rank badge floating top-left sobre la imagen       - Body apilado: brand → name → rating + price       - CTA-bag oculto en reposo, aparece sutil en hover */    body.clp-theme .clp-topstrip-card {        position: relative !important;        display: flex !important;        flex-direction: column !important;        grid-template-columns: none !important;        gap: 0 !important;        align-items: stretch !important;        background: #ffffff !important;        border: 1px solid rgba(15, 23, 42, 0.07) !important;        border-radius: 16px !important;        padding: 0 !important;        overflow: hidden;        box-shadow:            0 1px 3px rgba(15, 23, 42, 0.04),            0 2px 8px -4px rgba(15, 23, 42, 0.06) !important;        transition: transform .3s cubic-bezier(.22,1,.36,1),                    box-shadow .3s ease,                    border-color .25s ease !important;    }    /* HOVER con sombra COLOREADA del color de categoría — identidad de marca */    body.clp-theme .clp-topstrip-card:hover {        transform: translateY(-4px) !important;        border-color: color-mix(in srgb, var(--cat-clr, #3b82f6) 35%, rgba(15, 23, 42, 0.07)) !important;        box-shadow:            0 16px 32px -10px color-mix(in srgb, var(--cat-clr, #3b82f6) 28%, transparent),            0 4px 12px -4px rgba(15, 23, 42, 0.08),            0 0 0 1px color-mix(in srgb, var(--cat-clr, #3b82f6) 18%, transparent) !important;    }    /* IMAGEN — full width, top, gradiente sutil, aspect ratio definido */    body.clp-theme .clp-topstrip-img {        display: block !important;        width: 100% !important;        height: auto !important;        aspect-ratio: 16 / 11;        background: linear-gradient(135deg,            color-mix(in srgb, var(--cat-clr, #3b82f6) 4%, #f8fafc) 0%,            #eef2f7 100%        ) !important;        border-radius: 0 !important;        order: -1;        flex-shrink: 0 !important;        padding: 1.25rem !important;        box-sizing: border-box;        transition: background .3s ease;    }    body.clp-theme .clp-topstrip-card:hover .clp-topstrip-img {        background: linear-gradient(135deg,            color-mix(in srgb, var(--cat-clr, #3b82f6) 8%, #f8fafc) 0%,            #e2ecf9 100%        ) !important;        transform: none !important;    }    body.clp-theme .clp-topstrip-img img {        width: 100% !important;        height: 100% !important;        object-fit: contain !important;        padding: 0 !important;        filter: drop-shadow(0 4px 12px rgba(15, 23, 42, 0.1));        transition: transform .4s cubic-bezier(.22,1,.36,1);    }    body.clp-theme .clp-topstrip-card:hover .clp-topstrip-img img {        transform: scale(1.06) translateY(-2px);    }    /* RANK badge — overlay top-left sobre la imagen */    body.clp-theme .clp-topstrip-rank {        position: absolute !important;        top: 0.7rem !important;        left: 0.7rem !important;        z-index: 2 !important;        display: grid !important;        place-items: center;        width: 28px !important;        height: 28px !important;        border-radius: 50% !important;        font-family: 'Space Grotesk', system-ui, sans-serif !important;        font-size: 0.78rem !important;        font-weight: 800 !important;        color: #ffffff !important;        border: none !important;        box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);    }    body.clp-theme .clp-topstrip-card[data-rank="1"] .clp-topstrip-rank {        background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%) !important;        box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45) !important;    }    body.clp-theme .clp-topstrip-card[data-rank="2"] .clp-topstrip-rank {        background: linear-gradient(135deg, #cbd5e1 0%, #64748b 100%) !important;    }    body.clp-theme .clp-topstrip-card[data-rank="3"] .clp-topstrip-rank {        background: linear-gradient(135deg, #fb923c 0%, #b45309 100%) !important;    }    /* BODY — info apilada limpia */    body.clp-theme .clp-topstrip-body {        padding: 0.95rem 1rem 1.05rem !important;        gap: 0.3rem !important;    }    body.clp-theme .clp-topstrip-brand {        font-size: 0.62rem !important;        font-weight: 700 !important;        letter-spacing: 0.14em !important;        text-transform: uppercase;        color: var(--cat-clr, #3b82f6) !important;        line-height: 1 !important;    }    body.clp-theme .clp-topstrip-name {        font-size: 0.92rem !important;        font-weight: 600 !important;        color: #0f172a !important;        letter-spacing: -0.01em !important;        line-height: 1.35 !important;        margin: 0 !important;        -webkit-line-clamp: 2;        line-clamp: 2;    }    body.clp-theme .clp-topstrip-name a {        color: inherit !important;        text-decoration: none !important;    }    body.clp-theme .clp-topstrip-name a:hover {        color: var(--cat-clr, #3b82f6) !important;    }    body.clp-theme .clp-topstrip-meta {        display: flex !important;        align-items: baseline !important;        justify-content: space-between !important;        gap: 0.65rem !important;        margin-top: 0.45rem !important;    }    body.clp-theme .clp-topstrip-rating {        color: #f59e0b !important;        font-weight: 600 !important;        font-size: 0.78rem !important;        display: inline-flex !important;        align-items: center !important;        gap: 0.25rem;    }    body.clp-theme .clp-topstrip-price {        font-family: 'Space Grotesk', system-ui, sans-serif !important;        font-size: 1rem !important;        font-weight: 800 !important;        color: #0f172a !important;        letter-spacing: -0.02em !important;    }    /* CTA bag — oculto en reposo, fade-in en hover en esquina inferior derecha */    body.clp-theme .clp-topstrip-cta {        position: absolute !important;        top: 0.7rem !important;        right: 0.7rem !important;        z-index: 2 !important;        width: 36px !important;        height: 36px !important;        border-radius: 50% !important;        background: rgba(15, 23, 42, 0.92) !important;        color: #ffffff !important;        border: none !important;        opacity: 0 !important;        transform: translateY(-4px) !important;        transition: opacity .25s ease, transform .25s cubic-bezier(.22,1,.36,1), background .2s ease !important;        backdrop-filter: blur(8px);        -webkit-backdrop-filter: blur(8px);    }    body.clp-theme .clp-topstrip-card:hover .clp-topstrip-cta {        opacity: 1 !important;        transform: translateY(0) !important;    }    body.clp-theme .clp-topstrip-cta:hover {        background: var(--cat-clr, #3b82f6) !important;    }    /* 8.6 — SHARE FILTERS BUTTON — alineado con presets */    body.clp-theme .clp-share-filters,    body.clp-theme .clp-activechip-clear {        height: 32px;        padding: 0 0.85rem !important;        border-radius: 99px !important;        font-size: 0.78rem !important;        font-weight: 600 !important;        border: 1.5px solid rgba(15, 23, 42, 0.1) !important;        background: #ffffff !important;        color: #475569 !important;        transition: all .2s ease;        cursor: pointer;    }    body.clp-theme .clp-share-filters:hover,    body.clp-theme .clp-activechip-clear:hover {        border-color: var(--cat-clr, #3b82f6) !important;        color: var(--cat-clr, #3b82f6) !important;    }    /* 8.7 — RHYTHM: separación consistente entre secciones del CLP */    body.clp-theme .clp-sortbar {        padding-top: 1.1rem !important;        padding-bottom: 0.85rem !important;    }    body.clp-theme .clp-presets-row {        padding: 0.75rem 0 0.25rem !important;        border-top: 1px solid rgba(15, 23, 42, 0.04);        margin-top: 0.65rem;    }    /* 8.7b — Sombras coloreadas en hover de family rows (identidad de marca) */    body.clp-theme .fam-row:hover {        box-shadow:            0 14px 32px -10px color-mix(in srgb, var(--cat-clr, #3b82f6) 22%, transparent),            0 4px 14px -6px rgba(15, 23, 42, 0.08),            0 0 0 1px color-mix(in srgb, var(--cat-clr, #3b82f6) 22%, transparent) !important;    }    /* 8.8 — LOAD MORE BUTTON premium */    body.clp-theme .clp-btn-loadmore {        height: 48px;        padding: 0 1.75rem !important;        background: #ffffff !important;        border: 1.5px solid rgba(15, 23, 42, 0.1) !important;        border-radius: 14px !important;        color: #0f172a !important;        font-weight: 600 !important;        font-size: 0.92rem !important;        box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04) !important;        transition: all .2s ease;    }    body.clp-theme .clp-btn-loadmore:hover {        border-color: var(--cat-clr, #3b82f6) !important;        color: var(--cat-clr, #3b82f6) !important;        transform: translateY(-2px);        box-shadow:            0 8px 20px -8px color-mix(in srgb, var(--cat-clr, #3b82f6) 35%, transparent),            0 2px 4px rgba(15, 23, 42, 0.04) !important;    }    /* ============================================================       8.10 — TIER 3: MICRODETALLES PREMIUM       Pulse animations, kerning fino, hero cinematográfico       ============================================================ */    /* — Pulse infinito en el dot del eyebrow del hero (microinteracción premium) */    @keyframes clp-eyebrow-pulse {        0%, 100% {            transform: scale(1);            box-shadow: 0 0 8px var(--cat-clr, #3b82f6);            opacity: 1;        }        50% {            transform: scale(1.4);            box-shadow: 0 0 18px var(--cat-clr, #3b82f6);            opacity: 0.85;        }    }    body.clp-theme .clp-hero-dot {        animation: clp-eyebrow-pulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;    }    /* — Pulse también en el dot del eyebrow de Familias para consistencia */    body.clp-theme .clp-families-eyebrow::before {        content: '';        display: inline-block;        width: 6px;        height: 6px;        border-radius: 50%;        background: var(--cat-clr, #3b82f6);        margin-right: 0.45rem;        animation: clp-eyebrow-pulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;    }    /* — Tipografía: kerning fino global del CLP */    body.clp-theme .clp-main {        font-feature-settings: "kern" 1, "liga" 1, "calt" 1;        text-rendering: optimizeLegibility;        -webkit-font-smoothing: antialiased;        -moz-osx-font-smoothing: grayscale;    }    /* Sub del hero — line-height más generoso para lectura premium */    body.clp-theme .clp-hero-sub {        line-height: 1.65 !important;        max-width: 540px;    }    /* Tabular nums para todos los números (precios, contadores, rangos) */    body.clp-theme .clp-price-values strong,    body.clp-theme .clp-page-link {        font-feature-settings: "tnum" 1, "lnum" 1 !important;        font-variant-numeric: tabular-nums lining-nums !important;    }    /* — HERO overlay radial cinematográfico       (más oscuro abajo izquierda donde está el texto, gradient sutil)       Sobrescribe el lineal previo con uno radial bottom-left tipo Netflix */    body.clp-theme .clp-hero-img-blur::after {        background:            radial-gradient(                90% 75% at 25% 100%,                rgba(8, 13, 26, 0.78) 0%,                rgba(8, 13, 26, 0.45) 35%,                rgba(8, 13, 26, 0.15) 60%,                rgba(8, 13, 26, 0.05) 80%,                rgba(8, 13, 26, 0.0) 100%            ),            linear-gradient(180deg,                rgba(8, 13, 26, 0.12) 0%,                rgba(8, 13, 26, 0.0) 30%,                rgba(8, 13, 26, 0.0) 70%,                rgba(8, 13, 26, 0.32) 100%            ) !important;    }    /* — Reduce motion (a11y): desactivar pulse y transforms para usuarios sensibles */    @media (prefers-reduced-motion: reduce) {        body.clp-theme .clp-hero-dot,        body.clp-theme .clp-families-eyebrow::before {            animation: none !important;        }        body.clp-theme .clp-topstrip-card:hover,        body.clp-theme .fam-row:hover,        body.clp-theme .clp-btn-loadmore:hover {            transform: none !important;        }    }    /* — Hover de subcat pills con sombra coloreada del color de categoría */    body.clp-theme .clp-subcat-pill:hover {        box-shadow: 0 6px 16px -6px color-mix(in srgb, var(--cat-clr, #3b82f6) 45%, transparent) !important;    }    /* — Topstrip head más equilibrado con eyebrow style */    body.clp-theme .clp-topstrip-head {        align-items: baseline;        padding-bottom: 0.85rem !important;    }    body.clp-theme .clp-topstrip-title {        display: inline-flex !important;        align-items: center;        gap: 0.55rem;    }    body.clp-theme .clp-topstrip-hint {        font-size: 0.72rem !important;        font-weight: 700 !important;        letter-spacing: 0.12em !important;        text-transform: uppercase;        color: #94a3b8 !important;    }    /* 8.9 — PAGINATION premium */    body.clp-theme .clp-pagination {        gap: 0.4rem !important;        margin-top: 2.5rem !important;        padding: 1.5rem 0 !important;    }    body.clp-theme .clp-page-link {        min-width: 40px;        height: 40px;        padding: 0 0.85rem !important;        border-radius: 12px !important;        border: 1.5px solid rgba(15, 23, 42, 0.1) !important;        background: #ffffff !important;        color: #475569 !important;        font-weight: 600 !important;        font-feature-settings: "tnum" 1 !important;        transition: all .2s ease;    }    body.clp-theme .clp-page-link:hover {        border-color: var(--cat-clr, #3b82f6) !important;        color: var(--cat-clr, #3b82f6) !important;        transform: translateY(-1px);    }    body.clp-theme .clp-page-link.active,    body.clp-theme .clp-page-link[aria-current="page"] {        background: var(--cat-clr, #3b82f6) !important;        border-color: var(--cat-clr, #3b82f6) !important;        color: #ffffff !important;        box-shadow: 0 4px 12px -4px color-mix(in srgb, var(--cat-clr, #3b82f6) 55%, transparent);    }    /* ============================================================       9) SECCIÓN BAJO EL BANNER — UNIFICACIÓN PREMIUM       Sortbar + presets + subcats forman una zona cohesiva.       Sidebar reorganizado, premium controls.       ============================================================ */    /* 9.1 — UNIFICACIÓN DE LA FILTER ZONE       Las 3 barras (sortbar/presets/subcats) se vuelven una zona única       con borde inferior unificado y fondo cohesivo */    body.clp-theme .clp-sortbar {        padding-top: 1.25rem !important;        padding-bottom: 0 !important;        border-bottom: none !important;        background:            linear-gradient(180deg,                #ffffff 0%,                color-mix(in srgb, var(--cat-clr, #3b82f6) 2%, #ffffff) 100%            ) !important;    }    body.clp-theme .clp-presets-row {        background:            color-mix(in srgb, var(--cat-clr, #3b82f6) 2%, #ffffff) !important;        border-top: 1px solid rgba(15, 23, 42, 0.04) !important;        margin-top: 1rem !important;        padding: 0.85rem 0 0.5rem !important;    }    body.clp-theme .clp-subcat-strip {        background:            color-mix(in srgb, var(--cat-clr, #3b82f6) 2.5%, #ffffff) !important;        border-top: 1px solid rgba(15, 23, 42, 0.04) !important;        border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;        padding: 0.85rem 0 !important;        box-shadow: 0 4px 14px -10px rgba(15, 23, 42, 0.1) !important;    }    /* 9.2 — SIDEBAR HEADER VISIBLE en desktop con "Filtros" + contador */    body.clp-theme .clp-sheet-head {        display: flex !important;        align-items: center !important;        justify-content: space-between !important;        margin-bottom: 1.25rem !important;        padding-bottom: 1rem !important;        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;    }    body.clp-theme .clp-sheet-title {        display: inline-flex !important;        align-items: center !important;        gap: 0.55rem !important;        font-size: 1rem !important;        font-weight: 800 !important;        color: #0f172a !important;        letter-spacing: -0.01em !important;        margin: 0 !important;    }    body.clp-theme .clp-sheet-title i {        color: var(--cat-clr, #3b82f6) !important;        font-size: 0.95rem;    }    /* Botón de cerrar sidebar — oculto en desktop (no tiene sentido) */    body.clp-theme .clp-sheet-close {        display: none !important;    }    /* 9.3 — QUITAR SUBCATEGORÍA DEL SIDEBAR (duplica los tabs de arriba) */    body.clp-theme .clp-sidebar .clp-filter-group:first-of-type {        /* La primera fieldset es Subcategoría — solo si tiene chips */    }    /* Detectar la fieldset de subcategoría por contenido y ocultar */    body.clp-theme .clp-filter-group:has(input[name="subcat"]) {        display: none !important;    }    /* 9.4 — FILTER LEGENDS — eyebrow premium con dot accent */    body.clp-theme .clp-filter-legend {        position: relative;        display: inline-flex !important;        align-items: center !important;        gap: 0.5rem !important;        font-size: 0.7rem !important;        font-weight: 700 !important;        text-transform: uppercase !important;        letter-spacing: 0.13em !important;        color: #475569 !important;        margin-bottom: 0.95rem !important;        padding: 0 !important;        border: none !important;    }    body.clp-theme .clp-filter-legend::before {        content: '';        display: inline-block;        width: 4px;        height: 4px;        border-radius: 50%;        background: var(--cat-clr, #3b82f6);        flex-shrink: 0;    }    /* 9.5 — PRECIO: slider premium con track y handle estilizados */    body.clp-theme .clp-price-values {        display: flex !important;        align-items: baseline !important;        justify-content: space-between !important;        gap: 0.5rem !important;        margin-top: 0.65rem !important;        font-size: 0.78rem !important;        color: #64748b !important;    }    body.clp-theme .clp-price-values strong {        font-family: 'Space Grotesk', system-ui, sans-serif !important;        font-size: 0.92rem !important;        font-weight: 700 !important;        color: #0f172a !important;        letter-spacing: -0.01em !important;    }    body.clp-theme .clp-price-sep {        color: rgba(15, 23, 42, 0.25) !important;        font-weight: 400;    }    body.clp-theme .clp-histogram {        margin: 0.5rem 0 0.4rem !important;        gap: 2px !important;    }    body.clp-theme .clp-hist-bar {        background: color-mix(in srgb, var(--cat-clr, #3b82f6) 25%, rgba(15, 23, 42, 0.06)) !important;        border-radius: 2px;        transition: background .2s ease;    }    body.clp-theme .clp-hist-bar:hover {        background: var(--cat-clr, #3b82f6) !important;    }    body.clp-theme .clp-price-track {        background: rgba(15, 23, 42, 0.08) !important;        height: 4px !important;        border-radius: 99px !important;    }    body.clp-theme .clp-price-fill {        background: linear-gradient(90deg,            var(--cat-clr, #3b82f6) 0%,            color-mix(in srgb, var(--cat-clr, #3b82f6) 80%, #000) 100%        ) !important;        border-radius: 99px !important;        box-shadow: 0 2px 6px -2px color-mix(in srgb, var(--cat-clr, #3b82f6) 50%, transparent);    }    /* Inputs Min/Max alineados */    body.clp-theme .clp-price-inputs {        margin-top: 0.85rem !important;        gap: 0.55rem !important;    }    body.clp-theme .clp-price-inputs label {        flex: 1;    }    body.clp-theme .clp-price-inputs label > span {        font-size: 0.62rem !important;        font-weight: 700 !important;        text-transform: uppercase;        letter-spacing: 0.1em !important;        color: #94a3b8 !important;    }    body.clp-theme .clp-price-inputs input {        width: 100% !important;        height: 38px !important;        padding: 0 0.6rem !important;        background: #f8fafc !important;        border: 1.5px solid rgba(15, 23, 42, 0.1) !important;        border-radius: 10px !important;        font-family: 'Space Grotesk', system-ui, sans-serif !important;        font-size: 0.85rem !important;        font-weight: 600 !important;        color: #0f172a !important;        font-variant-numeric: tabular-nums;        transition: border-color .2s ease, box-shadow .2s ease;    }    body.clp-theme .clp-price-inputs input:focus {        outline: none !important;        border-color: var(--cat-clr, #3b82f6) !important;        background: #ffffff !important;        box-shadow: 0 0 0 3px color-mix(in srgb, var(--cat-clr, #3b82f6) 15%, transparent) !important;    }    /* 9.6 — CHECKBOXES (marcas, opciones) premium */    body.clp-theme .clp-checks {        gap: 0 !important;    }    body.clp-theme .clp-checks li {        margin: 0 !important;    }    body.clp-theme .clp-check {        display: flex !important;        align-items: center !important;        gap: 0.65rem !important;        padding: 0.5rem 0.55rem !important;        margin: 0 -0.55rem !important;        border-radius: 10px !important;        cursor: pointer;        transition: background .15s ease;    }    body.clp-theme .clp-check:hover {        background: color-mix(in srgb, var(--cat-clr, #3b82f6) 6%, transparent) !important;    }    body.clp-theme .clp-check-box {        width: 18px !important;        height: 18px !important;        border-radius: 5px !important;        border: 1.5px solid rgba(15, 23, 42, 0.18) !important;        background: #ffffff !important;        display: grid !important;        place-items: center !important;        flex-shrink: 0 !important;        transition: all .15s ease;    }    body.clp-theme .clp-check-box i {        font-size: 0.65rem !important;        color: #ffffff !important;        opacity: 0;        transform: scale(0.7);        transition: opacity .15s ease, transform .15s cubic-bezier(.34,1.56,.64,1);    }    body.clp-theme .clp-check input:checked ~ .clp-check-box {        background: var(--cat-clr, #3b82f6) !important;        border-color: var(--cat-clr, #3b82f6) !important;    }    body.clp-theme .clp-check input:checked ~ .clp-check-box i {        opacity: 1;        transform: scale(1);    }    body.clp-theme .clp-check input { display: none; }    body.clp-theme .clp-check-label {        font-size: 0.85rem !important;        font-weight: 500 !important;        color: #1e293b !important;        flex: 1 !important;    }    body.clp-theme .clp-check-count {        font-size: 0.72rem !important;        font-weight: 700 !important;        color: #94a3b8 !important;        font-variant-numeric: tabular-nums;    }    /* 9.7 — RATINGS premium */    body.clp-theme .clp-ratings {        gap: 0 !important;    }    body.clp-theme .clp-rating {        display: flex !important;        align-items: center !important;        gap: 0.5rem !important;        padding: 0.5rem 0.55rem !important;        margin: 0 -0.55rem !important;        border-radius: 10px !important;        cursor: pointer;        transition: background .15s ease;    }    body.clp-theme .clp-rating:hover {        background: color-mix(in srgb, var(--cat-clr, #3b82f6) 6%, transparent) !important;    }    body.clp-theme .clp-rating input { display: none; }    body.clp-theme .clp-rating-stars {        display: inline-flex !important;        align-items: center !important;        gap: 0.15rem;        font-size: 0.85rem;    }    body.clp-theme .clp-rating-stars i {        color: #f59e0b !important;    }    body.clp-theme .clp-rating-stars i.empty {        color: rgba(15, 23, 42, 0.15) !important;    }    body.clp-theme .clp-rating-stars em {        font-size: 0.78rem !important;        font-weight: 500 !important;        color: #475569 !important;        font-style: normal;        margin-left: 0.35rem;    }    /* 9.8 — STORAGE & COLOR chips premium */    body.clp-theme .clp-storage-chips {        gap: 0.4rem !important;    }    body.clp-theme .clp-storage-chip {        display: inline-flex !important;        align-items: center !important;        gap: 0.4rem;        padding: 0.45rem 0.75rem !important;        background: #ffffff !important;        border: 1.5px solid rgba(15, 23, 42, 0.1) !important;        border-radius: 99px !important;        font-size: 0.78rem !important;        font-weight: 600 !important;        color: #475569 !important;        cursor: pointer;        transition: all .2s ease;    }    body.clp-theme .clp-storage-chip:hover {        border-color: var(--cat-clr, #3b82f6) !important;        color: var(--cat-clr, #3b82f6) !important;    }    body.clp-theme .clp-storage-chip.is-active {        background: var(--cat-clr, #3b82f6) !important;        border-color: var(--cat-clr, #3b82f6) !important;        color: #ffffff !important;        box-shadow: 0 4px 12px -4px color-mix(in srgb, var(--cat-clr, #3b82f6) 55%, transparent);    }    body.clp-theme .clp-storage-chip__count {        font-size: 0.7rem !important;        font-weight: 700 !important;        opacity: 0.7;        font-variant-numeric: tabular-nums;    }    body.clp-theme .clp-storage-chip input { display: none; }    body.clp-theme .clp-color-swatches {        gap: 0.5rem !important;    }    body.clp-theme .clp-color-swatch {        display: inline-flex !important;        flex-direction: column !important;        align-items: center !important;        gap: 0.3rem;        cursor: pointer;        padding: 0.3rem;        border-radius: 10px;        transition: background .2s ease;    }    body.clp-theme .clp-color-swatch:hover {        background: color-mix(in srgb, var(--cat-clr, #3b82f6) 6%, transparent);    }    body.clp-theme .clp-color-swatch input { display: none; }    body.clp-theme .clp-color-swatch__circle {        width: 28px !important;        height: 28px !important;        border-radius: 50% !important;        background: var(--swatch) !important;        border: 2px solid #ffffff !important;        box-shadow: 0 0 0 1.5px rgba(15, 23, 42, 0.12), 0 2px 6px -2px rgba(15, 23, 42, 0.15);        position: relative;        transition: transform .2s ease, box-shadow .2s ease;    }    body.clp-theme .clp-color-swatch__circle i {        position: absolute;        inset: 0;        display: grid;        place-items: center;        color: #ffffff;        font-size: 0.65rem;        opacity: 0;        transform: scale(0.5);        transition: opacity .2s ease, transform .2s cubic-bezier(.34,1.56,.64,1);        text-shadow: 0 1px 2px rgba(0,0,0,.5);    }    body.clp-theme .clp-color-swatch.is-active .clp-color-swatch__circle {        transform: scale(1.08);        box-shadow: 0 0 0 2px var(--cat-clr, #3b82f6), 0 4px 10px -2px rgba(15, 23, 42, 0.2);    }    body.clp-theme .clp-color-swatch.is-active .clp-color-swatch__circle i {        opacity: 1;        transform: scale(1);    }    body.clp-theme .clp-color-swatch__name {        font-size: 0.68rem !important;        font-weight: 600 !important;        color: #475569 !important;    }    body.clp-theme .clp-color-swatch__count {        display: none !important;    }    /* 9.9 — SIDEBAR ACTIONS (botones inferiores) — solo visible en mobile */    body.clp-theme .clp-sheet-actions {        display: none !important;    }    /* 9.10 — RANGE INPUTS — esconder thumb nativo y customizar */    body.clp-theme .clp-price-sliders input[type="range"] {        -webkit-appearance: none;        appearance: none;        background: transparent;        pointer-events: none;    }    body.clp-theme .clp-price-sliders input[type="range"]::-webkit-slider-thumb {        -webkit-appearance: none;        appearance: none;        width: 18px;        height: 18px;        border-radius: 50%;        background: #ffffff;        border: 2px solid var(--cat-clr, #3b82f6);        box-shadow: 0 2px 6px -1px rgba(15, 23, 42, 0.18);        cursor: pointer;        pointer-events: auto;        transition: transform .15s ease, box-shadow .15s ease;    }    body.clp-theme .clp-price-sliders input[type="range"]::-webkit-slider-thumb:hover {        transform: scale(1.15);        box-shadow: 0 0 0 6px color-mix(in srgb, var(--cat-clr, #3b82f6) 15%, transparent),                    0 2px 6px -1px rgba(15, 23, 42, 0.18);    }    body.clp-theme .clp-price-sliders input[type="range"]::-moz-range-thumb {        width: 18px;        height: 18px;        border-radius: 50%;        background: #ffffff;        border: 2px solid var(--cat-clr, #3b82f6);        box-shadow: 0 2px 6px -1px rgba(15, 23, 42, 0.18);        cursor: pointer;        pointer-events: auto;    }}/* ============================================================   7) Tablet (768-991px) — heredan estética premium   pero conservan algunas adaptaciones específicas   ============================================================ */@media (min-width: 768px) and (max-width: 991px) {    /* Topstrip y Families visibles también en tablet (espacio suficiente) */    body.clp-theme .clp-topstrip,    body.clp-theme .clp-families,    body.clp-theme .clp-grid-sep {        display: block !important;    }}

/* ============================================================
   CSS TOKENS
   ============================================================ */
body.clp-theme {
    --clp-r-sm: 8px; --clp-r-md: 12px; --clp-r-pill: 999px;
    --clp-accent: var(--cat-clr, #3b82f6);
    --clp-accent-soft: color-mix(in srgb, var(--cat-clr, #3b82f6) 12%, transparent);
    --clp-accent-softer: color-mix(in srgb, var(--cat-clr, #3b82f6) 6%, transparent);
    --clp-ink-1: #0f172a; --clp-ink-2: #334155; --clp-ink-3: #475569; --clp-ink-4: #64748b;
    --clp-line: #e2e8f0; --clp-line-2: #eef2f7; --clp-bg-soft: #f8fafc;
}

/* ============================================================
   STICKY SORTBAR + SUBCAT-STRIP + SIDEBAR
   ============================================================ */
body.clp-theme .clp-sortbar {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
}
body.clp-theme .clp-sortbar.is-stuck {
    background: transparent !important;
    box-shadow: none !important;
}
/* ============================================================
   SIDEBAR CONTAINER + STICKY POSITIONING
   ============================================================ */
@media (min-width: 1024px) {
    body.clp-theme .clp-subcat-strip { top: auto !important; }
    body.clp-theme .clp-sidebar {
        position: sticky !important;
        top: calc(var(--sticky-offset, 64px) + 16px) !important;
        max-height: calc(100vh - var(--sticky-offset, 64px) - 32px) !important;
        background: #ffffff !important;
        border: 1px solid rgba(15,23,42,.09) !important;
        border-radius: 20px !important;
        box-shadow: 0 1px 3px rgba(15,23,42,.04), 0 8px 32px -8px rgba(15,23,42,.12), 0 24px 56px -20px rgba(15,23,42,.10) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        scrollbar-width: thin !important;
        scrollbar-color: var(--clp-line) transparent !important;
    }
    body.clp-theme .clp-filters { background: #ffffff !important; padding: 0 !important; }
}
@media (max-width: 1023px) {
    body.clp-theme .clp-sidebar { position: static !important; max-height: none !important; }
}
body.clp-theme .clp-sidebar::-webkit-scrollbar { width: 5px; }
body.clp-theme .clp-sidebar::-webkit-scrollbar-thumb { background: var(--clp-line); border-radius: 3px; }

/* ============================================================
   SIDEBAR HEADER
   ============================================================ */
body.clp-theme .clp-sidebar .clp-sheet-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: color-mix(in srgb, var(--clp-accent) 6%, #ffffff) !important;
    border-bottom: 1.5px solid color-mix(in srgb, var(--clp-accent) 20%, var(--clp-line)) !important;
    padding: 1rem 1.25rem !important;
    margin: 0 !important;
    flex-shrink: 0;
}
body.clp-theme .clp-sheet-title {
    display: inline-flex !important; align-items: center !important; gap: .55rem !important;
    font-size: .95rem !important; font-weight: 800 !important;
    color: var(--clp-ink-1) !important; letter-spacing: -.015em !important; margin: 0 !important;
}
body.clp-theme .clp-sheet-title i { color: var(--clp-accent) !important; font-size: .9rem !important; }
body.clp-theme .clp-active-count {
    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: var(--clp-r-pill) !important; font-size: 11px !important; font-weight: 800 !important;
    color: #fff !important; background: var(--clp-accent) !important;
    box-shadow: 0 2px 8px -2px color-mix(in srgb, var(--clp-accent) 60%, transparent) !important;
    margin-left: .35rem !important; letter-spacing: 0 !important;
}
@media (min-width: 1024px) { body.clp-theme .clp-sheet-close { display: none !important; } }

/* ============================================================
   GRUPOS DE FILTRO — lista plana con divisores
   ============================================================ */
body.clp-theme .clp-filter-group {
    position: relative !important;
    background: #ffffff !important;
    border: none !important;
    border-top: 1px solid rgba(15,23,42,.07) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 14px 20px 16px !important;
    box-shadow: none !important;
    transition: background .15s ease !important;
}
body.clp-theme .clp-filter-group:first-of-type { border-top: none !important; }
body.clp-theme .clp-filter-group:last-of-type { border-radius: 0 0 19px 19px !important; }
body.clp-theme .clp-filter-group::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
    background: var(--clp-accent); border-radius: 0 2px 2px 0;
    opacity: 0; pointer-events: none; transition: opacity .2s ease;
}
body.clp-theme .clp-filter-group.has-active::before { opacity: 1; }
body.clp-theme .clp-filter-group.has-active { background: color-mix(in srgb, var(--clp-accent) 4%, #ffffff) !important; }

/* ============================================================
   LEYENDAS
   ============================================================ */
body.clp-theme .clp-filter-legend {
    width: 100% !important; display: flex !important; align-items: center !important;
    justify-content: space-between !important; gap: .5rem !important;
    font-size: .68rem !important; font-weight: 800 !important;
    text-transform: uppercase !important; letter-spacing: .11em !important;
    color: var(--clp-ink-1) !important; margin: 0 0 .8rem !important;
    padding: 0 !important; border: none !important;
}
body.clp-theme .clp-filter-legend::before { display: none !important; content: none !important; }
body.clp-theme .clp-filter-legend i.legend-ico { color: var(--clp-accent) !important; font-size: .82rem !important; margin-right: .3rem !important; }
body.clp-theme .clp-legend-reset {
    appearance: none; border: 0; background: transparent;
    font: inherit; font-size: 11px; font-weight: 600; text-transform: none; letter-spacing: .04em;
    padding: 3px 9px; border-radius: var(--clp-r-pill); cursor: pointer;
    display: none; align-items: center; gap: 4px; color: var(--clp-ink-4);
    transition: color .15s ease, background .15s ease;
}
body.clp-theme .clp-filter-group.has-active .clp-legend-reset {
    display: inline-flex !important; color: var(--clp-accent) !important;
    background: color-mix(in srgb, var(--clp-accent) 10%, #ffffff) !important;
    border: 1px solid color-mix(in srgb, var(--clp-accent) 22%, var(--clp-line)) !important;
}
body.clp-theme .clp-legend-reset:hover { background: color-mix(in srgb, var(--clp-accent) 16%, #ffffff) !important; }
body.clp-theme .clp-legend-reset i { font-size: 9px; }

/* ============================================================
   CHECKBOXES
   ============================================================ */
body.clp-theme .clp-search-inline { position: relative; margin-bottom: 10px; }
body.clp-theme .clp-search-inline i { position: absolute; top: 50%; left: 10px; transform: translateY(-50%); color: var(--clp-ink-4); font-size: 12px; pointer-events: none; }
body.clp-theme .clp-search-inline input { width: 100%; padding: 8px 10px 8px 32px; border: 1px solid var(--clp-line); border-radius: var(--clp-r-sm); background: #fff; color: var(--clp-ink-1); font: 500 13px/1.2 inherit; transition: border-color .15s ease; }
body.clp-theme .clp-search-inline input:focus { outline: 0; border-color: var(--clp-accent); box-shadow: 0 0 0 3px var(--clp-accent-soft); }
body.clp-theme .clp-checks { list-style: none !important; margin: 0 !important; padding: 0 !important; max-height: 220px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--clp-line) transparent; }
body.clp-theme .clp-checks::-webkit-scrollbar { width: 5px; }
body.clp-theme .clp-checks::-webkit-scrollbar-thumb { background: var(--clp-line); border-radius: 3px; }
body.clp-theme .clp-checks li { margin: 0 !important; }
body.clp-theme .clp-check { display: flex !important; align-items: center !important; gap: 10px !important; padding: 7px 8px !important; border-radius: var(--clp-r-sm) !important; cursor: pointer !important; transition: background .14s ease; margin: 0 -8px !important; }
body.clp-theme .clp-check:hover { background: var(--clp-accent-softer) !important; }
body.clp-theme .clp-check input { display: none !important; }
body.clp-theme .clp-check-box { width: 18px !important; height: 18px !important; flex: 0 0 18px !important; border-radius: 5px !important; border: 1.5px solid #94a3b8 !important; background: #fff !important; display: inline-flex !important; align-items: center; justify-content: center; transition: border-color .14s ease, background .14s ease; }
body.clp-theme .clp-check:hover .clp-check-box { border-color: var(--clp-accent) !important; }
body.clp-theme .clp-check-box i { font-size: 10px !important; color: #fff !important; opacity: 0; transform: scale(.7); transition: opacity .14s ease, transform .14s ease; }
body.clp-theme .clp-check input:checked ~ .clp-check-box { background: var(--clp-accent) !important; border-color: var(--clp-accent) !important; box-shadow: 0 2px 6px -2px color-mix(in srgb, var(--clp-accent) 55%, transparent) !important; }
body.clp-theme .clp-check input:checked ~ .clp-check-box i { opacity: 1; transform: scale(1); }
body.clp-theme .clp-check-label { flex: 1 1 auto !important; font-size: 13.5px !important; font-weight: 500 !important; color: var(--clp-ink-2) !important; line-height: 1.3 !important; }
body.clp-theme .clp-check-count { font-size: 11px !important; font-weight: 700 !important; color: var(--clp-ink-4) !important; background: var(--clp-bg-soft) !important; border: 1px solid var(--clp-line-2) !important; border-radius: var(--clp-r-pill) !important; padding: 2px 7px !important; min-width: 22px; text-align: center; }
body.clp-theme .clp-check input:checked ~ .clp-check-count { color: var(--clp-accent) !important; background: var(--clp-accent-soft) !important; border-color: transparent !important; }

/* ============================================================
   RATINGS
   ============================================================ */
body.clp-theme .clp-ratings { display: flex !important; flex-direction: column !important; gap: 2px !important; }
body.clp-theme .clp-rating { display: flex !important; align-items: center !important; gap: 8px !important; padding: 7px 8px !important; border-radius: var(--clp-r-sm) !important; cursor: pointer; margin: 0 -8px !important; transition: background .14s ease; }
body.clp-theme .clp-rating:hover { background: var(--clp-accent-softer) !important; }
body.clp-theme .clp-rating input { display: none; }
body.clp-theme .clp-rating-stars { display: inline-flex !important; align-items: center !important; gap: 1px !important; }
body.clp-theme .clp-rating-stars i { font-size: 13px !important; color: #f59e0b !important; }
body.clp-theme .clp-rating-stars i.empty { color: var(--clp-line) !important; }
body.clp-theme .clp-rating-stars em { font-style: normal !important; font-size: 12px !important; font-weight: 600 !important; color: var(--clp-ink-3) !important; margin-left: 5px !important; }
body.clp-theme .clp-rating:has(input:checked) { background: var(--clp-accent-soft) !important; }

/* ============================================================
   PRECIO
   ============================================================ */
body.clp-theme .clp-price-quick { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; }
body.clp-theme .clp-price-quick__chip { appearance: none; border: 1px solid var(--clp-line); background: #fff; color: var(--clp-ink-2); font: 600 12px/1 inherit; padding: 6px 11px; border-radius: var(--clp-r-pill); cursor: pointer; transition: all .16s ease; }
body.clp-theme .clp-price-quick__chip:hover { border-color: color-mix(in srgb, var(--clp-accent) 45%, var(--clp-line)); color: var(--clp-ink-1); transform: translateY(-1px); }
body.clp-theme .clp-price-quick__chip.is-active { background: var(--clp-accent) !important; color: #fff; border-color: var(--clp-accent); }
body.clp-theme .clp-histogram { display: flex !important; align-items: flex-end !important; gap: 2px !important; height: 40px !important; padding: 4px 2px 0 !important; background: transparent !important; border: 0 !important; margin-bottom: 8px !important; }
body.clp-theme .clp-hist-bar { flex: 1 1 0; min-height: 4px; background: color-mix(in srgb, var(--clp-accent) 45%, var(--clp-line)) !important; border-radius: 3px 3px 0 0 !important; }
body.clp-theme .clp-hist-bar.is-out { background: var(--clp-line-2) !important; opacity: .65 !important; }
body.clp-theme .clp-price-values { display: flex !important; justify-content: space-between !important; font-size: 13px !important; color: var(--clp-ink-3) !important; margin: 4px 0 8px !important; }
body.clp-theme .clp-price-values strong { color: var(--clp-ink-1) !important; font-weight: 800 !important; }
body.clp-theme .clp-price-track { background: var(--clp-line) !important; height: 4px !important; border-radius: 99px !important; }
body.clp-theme .clp-price-fill { background: var(--clp-accent) !important; border-radius: 99px !important; }
body.clp-theme .clp-price-inputs { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 8px !important; margin-top: 12px !important; }
body.clp-theme .clp-price-inputs label { position: relative; display: block; }
body.clp-theme .clp-price-inputs label > span { position: absolute; top: -7px; left: 9px; background: #fff; padding: 0 5px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--clp-ink-4); pointer-events: none; }
body.clp-theme .clp-price-inputs input[type="number"] { width: 100%; padding: 9px 10px; border: 1px solid var(--clp-line); border-radius: var(--clp-r-sm); background: #fff; color: var(--clp-ink-1); font: 600 13px inherit; transition: border-color .15s ease; }
body.clp-theme .clp-price-inputs input[type="number"]:focus { outline: 0; border-color: var(--clp-accent); box-shadow: 0 0 0 3px var(--clp-accent-soft); }

/* ============================================================
   STORAGE CHIPS
   ============================================================ */
body.clp-theme .clp-storage-chips { display: flex !important; flex-wrap: wrap !important; gap: 6px !important; }
body.clp-theme .clp-storage-chip { display: inline-flex !important; align-items: center !important; gap: 6px !important; padding: 6px 12px !important; background: #fff !important; border: 1px solid var(--clp-line) !important; border-radius: var(--clp-r-pill) !important; cursor: pointer !important; transition: all .15s ease; margin: 0 !important; }
body.clp-theme .clp-storage-chip input { display: none; }
body.clp-theme .clp-storage-chip__label { font-weight: 700 !important; font-size: 12.5px !important; color: var(--clp-ink-1) !important; line-height: 1.1 !important; }
body.clp-theme .clp-storage-chip__count { font-size: 10.5px !important; color: var(--clp-ink-4) !important; font-weight: 600 !important; background: var(--clp-bg-soft); padding: 1px 6px; border-radius: var(--clp-r-pill); }
body.clp-theme .clp-storage-chip:hover { border-color: color-mix(in srgb, var(--clp-accent) 50%, var(--clp-line)) !important; transform: translateY(-1px); }
body.clp-theme .clp-filters .clp-storage-chip.is-active,
body.clp-theme .clp-filters .clp-storage-chip:has(input:checked) { background: var(--clp-accent) !important; border-color: var(--clp-accent) !important; box-shadow: 0 4px 12px -3px color-mix(in srgb, var(--clp-accent) 55%, transparent) !important; }
body.clp-theme .clp-filters .clp-storage-chip.is-active .clp-storage-chip__label,
body.clp-theme .clp-filters .clp-storage-chip:has(input:checked) .clp-storage-chip__label { color: #fff !important; }
body.clp-theme .clp-filters .clp-storage-chip.is-active .clp-storage-chip__count,
body.clp-theme .clp-filters .clp-storage-chip:has(input:checked) .clp-storage-chip__count { background: rgba(255,255,255,.22) !important; color: rgba(255,255,255,.9) !important; }

/* ============================================================
   COLOR SWATCHES
   ============================================================ */
body.clp-theme .clp-color-swatches { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)) !important; gap: 10px 6px !important; }
body.clp-theme .clp-color-swatch { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 4px !important; padding: 5px 2px !important; cursor: pointer !important; border-radius: var(--clp-r-sm) !important; transition: background .14s ease; margin: 0 !important; }
body.clp-theme .clp-color-swatch input { display: none; }
body.clp-theme .clp-color-swatch:hover { background: var(--clp-accent-softer) !important; }
body.clp-theme .clp-color-swatch__circle { width: 30px !important; height: 30px !important; border-radius: 50% !important; background: var(--swatch, #ccc); box-shadow: inset 0 0 0 2px #fff, 0 0 0 1.5px rgba(15,23,42,.14) !important; transition: transform .15s ease; display: inline-flex !important; align-items: center; justify-content: center; }
body.clp-theme .clp-color-swatch:hover .clp-color-swatch__circle { transform: scale(1.1); }
body.clp-theme .clp-color-swatch__circle i { font-size: 11px !important; color: #fff !important; opacity: 0; transform: scale(.5); transition: opacity .15s ease, transform .15s ease; }
body.clp-theme .clp-filters .clp-color-swatch.is-active .clp-color-swatch__circle,
body.clp-theme .clp-filters .clp-color-swatch:has(input:checked) .clp-color-swatch__circle { box-shadow: inset 0 0 0 2px #fff, 0 0 0 2.5px var(--clp-accent), 0 4px 10px -3px color-mix(in srgb, var(--clp-accent) 55%, transparent) !important; transform: scale(1.1) !important; }
body.clp-theme .clp-filters .clp-color-swatch.is-active .clp-color-swatch__circle i,
body.clp-theme .clp-filters .clp-color-swatch:has(input:checked) .clp-color-swatch__circle i { opacity: 1 !important; transform: scale(1) !important; }
body.clp-theme .clp-color-swatch__name { font-size: 10.5px !important; color: var(--clp-ink-3) !important; font-weight: 600 !important; text-align: center; line-height: 1.15; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.clp-theme .clp-filters .clp-color-swatch.is-active .clp-color-swatch__name,
body.clp-theme .clp-filters .clp-color-swatch:has(input:checked) .clp-color-swatch__name { color: var(--clp-accent) !important; font-weight: 700 !important; }
body.clp-theme .clp-color-swatch__count { display: none !important; }

/* ============================================================
   CHIPS DE SUBCATEGORÍA (sidebar)
   ============================================================ */
body.clp-theme .clp-chips { display: flex !important; flex-wrap: wrap !important; gap: 6px !important; margin: 0 !important; }
body.clp-theme .clp-chip { margin: 0 !important; }
body.clp-theme .clp-chip input { display: none; }
body.clp-theme .clp-chip > span { display: inline-flex; align-items: center; gap: 4px; padding: 6px 13px; border-radius: var(--clp-r-pill); background: #fff; border: 1px solid var(--clp-line); color: var(--clp-ink-2); font-size: 13px; font-weight: 600; cursor: pointer; transition: all .16s ease; line-height: 1.1; }
body.clp-theme .clp-chip > span em { font-style: normal; color: var(--clp-ink-4); font-weight: 600; font-size: 11px; }
body.clp-theme .clp-chip:hover > span { border-color: color-mix(in srgb, var(--clp-accent) 45%, var(--clp-line)); color: var(--clp-ink-1); transform: translateY(-1px); }
body.clp-theme .clp-chip input:checked + span { background: var(--clp-accent) !important; border-color: var(--clp-accent) !important; color: #fff !important; }
body.clp-theme .clp-chip input:checked + span em { color: rgba(255,255,255,.8); }

/* ============================================================
   MOBILE BOTTOM SHEET
   ============================================================ */
@media (max-width: 1023px) {
    body.clp-theme .clp-sheet-actions { display: grid !important; grid-template-columns: auto 1fr; gap: 10px; position: sticky !important; bottom: 0 !important; padding: 14px 18px 18px !important; background: linear-gradient(180deg, transparent 0%, #fff 22%) !important; z-index: 5; }
    body.clp-theme .clp-btn-ghost { background: #f1f5f9 !important; border: 1px solid var(--clp-line) !important; color: var(--clp-ink-2) !important; font-weight: 700 !important; padding: 12px 18px !important; border-radius: var(--clp-r-md) !important; }
    body.clp-theme .clp-btn-primary { background: var(--clp-accent) !important; color: #fff !important; border: 0 !important; font-weight: 800 !important; padding: 12px 18px !important; border-radius: var(--clp-r-md) !important; box-shadow: 0 6px 18px -4px color-mix(in srgb, var(--clp-accent) 55%, transparent) !important; }
    body.clp-theme .clp-sheet-close { display: flex !important; }
    body.clp-theme .clp-sidebar .clp-sheet-head { border-radius: 0 !important; }
}

/* ============================================================
   FOCUS VISIBLE
   ============================================================ */
body.clp-theme .clp-filters input:focus-visible,
body.clp-theme .clp-filters button:focus-visible,
body.clp-theme .clp-filters label:focus-visible { outline: 2px solid var(--clp-accent); outline-offset: 2px; }

