@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--oc-secondary) 0,#2a2040 100%);padding:72px 0 56px;color:#fff;position:relative;overflow:hidden}.products-hero::after{content:"";position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(196,66,26,.2) 0,transparent 70%)}.products-hero h1{font-size:max(1.8rem, min(4vw, 2.8rem));font-weight:800;margin-bottom:14px}.products-hero p{font-size:1.05rem;color:rgba(255,255,255,.75);max-width:580px}.products-hero .filter-strip{margin-top:28px;display:flex;gap:8px;flex-wrap:wrap}.products-hero .filter-btn{padding:7px 16px;border:1px solid rgba(255,255,255,.3);border-radius:20px;background:0 0;color:rgba(255,255,255,.8);font-size:.82rem;font-weight:600;cursor:pointer;transition:.2s}.products-hero .filter-btn.active,.products-hero .filter-btn:hover{background:var(--oc-primary);border-color:var(--oc-primary);color:#fff}.products-section{padding:64px 0}.products-section+.products-section{padding-top:0}.featured-showcase{background:var(--oc-bg-light);border-radius:12px;overflow:hidden;margin-bottom:48px}.featured-showcase-inner{display:grid;grid-template-columns:1fr 1fr;min-height:340px}.featured-showcase-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.featured-showcase-body{padding:40px 44px;display:flex;flex-direction:column;justify-content:center}.featured-showcase-body .oc-badge{margin-bottom:12px}.featured-showcase-body h2{font-size:1.5rem;font-weight:800;color:var(--oc-secondary);margin-bottom:10px}.featured-showcase-body p{color:var(--oc-text-muted);line-height:1.7;margin-bottom:20px}.featured-showcase-specs{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:6px}.featured-showcase-specs li{font-size:.85rem;color:var(--oc-text);padding-left:18px;position:relative}.featured-showcase-specs li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--oc-primary)}.product-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:40px}.product-catalog-card{background:#fff;border:1px solid var(--oc-border);border-radius:var(--oc-radius-lg);overflow:hidden;cursor:pointer;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex;flex-direction:column}.product-catalog-card:hover{box-shadow:var(--oc-shadow-lg);transform:translateY(-4px);border-color:var(--oc-primary)}.product-catalog-card-img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;display:block}.product-catalog-card-body{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column}.product-catalog-card h3{font-size:1rem;font-weight:700;color:var(--oc-secondary);margin-bottom:6px}.product-catalog-card p{font-size:.85rem;color:var(--oc-text-muted);line-height:1.55;flex:1;margin-bottom:14px}.product-catalog-card-cta{font-size:.8rem;font-weight:700;color:var(--oc-primary);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:4px}.product-catalog-card-cta::after{content:"→"}.product-category-header{display:flex;align-items:baseline;gap:14px;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--oc-border)}.product-category-header h2{font-size:1.35rem;font-weight:800;color:var(--oc-secondary);margin:0}.product-category-header span{font-size:.8rem;color:var(--oc-text-muted)}.products-empty{text-align:center;padding:80px 0;color:var(--oc-text-muted)}@media (max-width:991.98px){.featured-showcase-inner{grid-template-columns:1fr}.featured-showcase-body{padding:28px 24px}.product-catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.product-catalog-grid{grid-template-columns:1fr}}