.productos-hero{background:var(--color-negro);color:#fff;padding-top:var(--sp-8);padding-bottom:calc(var(--sp-6) + var(--sp-7))}.productos-hero h1{color:#fff}.productos-hero p{color:var(--color-gris-300);max-width:60ch}.breadcrumb{font-size:var(--fs-sm);color:var(--color-gris-400);margin-bottom:var(--sp-3)}.breadcrumb a:hover{color:#fff}.breadcrumb [aria-current]{color:var(--color-rojo)}.catalog-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--sp-5);background:var(--color-blanco);border:1px solid var(--color-gris-200);border-radius:var(--radius-lg);padding:var(--sp-5);margin-top:calc(-1 * var(--sp-7));box-shadow:var(--shadow-lg);position:relative;z-index:2}.catalog-cta__icon{width:64px;height:64px;display:grid;place-items:center;background:var(--color-rojo);color:#fff;border-radius:var(--radius)}.catalog-cta__icon svg{width:32px;height:32px;stroke:#fff}.catalog-cta__text h2{font-size:1.4rem;text-transform:uppercase;margin-bottom:var(--sp-1)}.catalog-cta__text p{color:var(--color-gris-700);font-size:.95rem}@media (max-width: 720px){.catalog-cta{grid-template-columns:1fr;text-align:left}.catalog-cta__icon{width:48px;height:48px}}.filters{display:flex;flex-wrap:wrap;gap:var(--sp-2);margin-top:var(--sp-7);margin-bottom:var(--sp-5)}.filter-chip{font-family:var(--font-display);font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.92rem;padding:.55rem 1.1rem;border-radius:999px;border:1.5px solid var(--color-gris-300);background:transparent;color:var(--color-gris-700);transition:all var(--t-fast)}.filter-chip:hover{border-color:var(--color-negro);color:var(--color-negro)}.filter-chip[aria-pressed=true]{background:var(--color-negro);color:#fff;border-color:var(--color-negro)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-5)}@media (max-width: 1000px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.products-grid{grid-template-columns:1fr}}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--color-gris-200);overflow:hidden;transition:transform var(--t),box-shadow var(--t)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__media{position:relative;aspect-ratio:4 / 3;background:var(--bg, var(--color-gris-100));padding:var(--sp-5);display:grid;place-items:center;overflow:hidden}.product-card__media:after{content:"";position:absolute;right:0;bottom:0;width:0;height:0;border-style:solid;border-width:0 0 60px 60px;border-color:transparent transparent rgba(0,0,0,.18) transparent}.product-card__media img{max-height:100%;width:auto;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.18))}.product-card__placeholder{font-family:var(--font-display);font-weight:700;font-size:2.4rem;text-transform:uppercase;color:#ffffffd9;letter-spacing:.02em;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.25)}.product-card__category{position:absolute;top:var(--sp-4);left:var(--sp-4);z-index:2;background:#000000c7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;font-family:var(--font-display);font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.35rem .7rem;border-radius:var(--radius-sm);box-shadow:0 2px 8px #0000002e;pointer-events:none}.product-card__body{padding:var(--sp-5);display:flex;flex-direction:column;flex:1;gap:var(--sp-3)}.product-card__name{font-family:var(--font-display);font-weight:700;text-transform:uppercase;font-size:1.4rem;line-height:1.05}.product-card__pres{font-size:.85rem;letter-spacing:.06em;color:var(--color-gris-500);text-transform:uppercase}.product-card__desc{font-size:.95rem;color:var(--color-gris-700)}.product-card__features{margin-top:var(--sp-1);display:flex;flex-direction:column;gap:.35rem}.product-card__features li{position:relative;padding-left:1.4rem;font-size:.9rem;color:var(--color-gris-700)}.product-card__features li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;background:var(--color-rojo);transform:rotate(45deg)}.product-card__actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:var(--sp-2);padding-top:var(--sp-3);border-top:1px solid var(--color-gris-100)}.product-card__actions .btn{font-size:.82rem;padding:.5rem .9rem}.product-card__rendimiento{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--color-gris-700);background:var(--color-gris-50);padding:.35rem .7rem;border-radius:var(--radius-sm);border:1px solid var(--color-gris-200);font-weight:600;line-height:1.3}.product-card__rendimiento svg{width:14px;height:14px;flex-shrink:0}.help-banner{text-align:center;background:var(--color-gris-50);border-radius:var(--radius-lg);padding:var(--sp-7);margin-top:var(--sp-9)}.help-banner h2{margin-bottom:var(--sp-2)}.help-banner p{margin-inline:auto;max-width:50ch;color:var(--color-gris-700)}.help-banner__actions{display:flex;gap:var(--sp-3);justify-content:center;flex-wrap:wrap;margin-top:var(--sp-4)}.empty-state{grid-column:1 / -1;text-align:center;padding:var(--sp-8);color:var(--color-gris-500);font-style:italic}
