@charset "UTF-8";.pc-products-hero{background:linear-gradient(135deg,var(--brand-secondary) 0,var(--brand-bg-dark) 100%);padding:160px 0 64px;color:#fff}.pc-products-hero h1{color:#fff;font-size:42px;margin-bottom:12px}.pc-products-hero p{color:rgba(255,255,255,.85);font-size:18px;max-width:560px}.pc-sidebar{position:sticky;top:100px}.pc-sidebar .category-link{display:block;padding:10px 16px;color:var(--brand-text);font-size:15px;border-left:3px solid transparent;transition:.2s;-webkit-text-decoration:none;text-decoration:none}.pc-sidebar .category-link.active,.pc-sidebar .category-link:hover{color:var(--brand-primary);border-left-color:var(--brand-primary);background-color:var(--brand-bg-alt)}.pc-product-grid{padding:var(--spacing-xxl) 0}.pc-product-item{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:box-shadow .3s,transform .2s;cursor:pointer;height:100%}.pc-product-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.pc-product-item .product-img{height:180px;display:flex;align-items:center;justify-content:center;background:var(--brand-bg-alt);padding:16px}.pc-product-item .product-img ai-img,.pc-product-item .product-img img{max-height:100%;-o-object-fit:contain;object-fit:contain}.pc-product-item .product-info{padding:var(--spacing-sm)}.pc-product-item .product-name{font-size:15px;font-weight:600;color:var(--brand-text);margin:0;line-height:1.4}.pc-category-header{font-size:24px;font-weight:700;color:var(--brand-text);padding-bottom:12px;border-bottom:2px solid var(--brand-primary);margin-bottom:var(--spacing-md);margin-top:var(--spacing-xl)}.pc-category-header:first-of-type{margin-top:0}