.products-page{background:#fff;min-height:100vh}.products-hero{background:linear-gradient(180deg,#f8f9fa 0,#fff);padding:160px 0 60px;text-align:center;border-bottom:1px solid #e5e7eb;color:#fff}.products-hero-title{font-size:42px;font-weight:700;padding-top:130px;color:#fff;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}.products-hero-subtitle{font-size:18px;font-weight:500;color:#dc2626;margin:0 0 16px;letter-spacing:.3px}.products-hero-desc{font-size:16px;color:#fff;max-width:700px;margin:0 auto;line-height:1.7}.products-filter-bar{background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 0;position:-webkit-sticky;position:sticky;top:72px;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.04)}.filter-bar-inner{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.filter-bar-label{font-size:12px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.filter-bar-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pill{padding:7px 16px;border-radius:100px;border:1.5px solid #e5e7eb;background:#fff;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.filter-pill:hover{border-color:#dc2626;color:#dc2626}.filter-pill.active{background:#dc2626;border-color:#dc2626;color:#fff}.filter-pill-reset{border-color:#e5e7eb;color:#9ca3af}.filter-pill-reset:hover{border-color:#6b7280;color:#374151;background:#fff}.products-main{padding:56px 0 80px;background:#fff}.products-category-group{margin-bottom:64px}.products-category-group:last-child{margin-bottom:16px}.products-category-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;padding-bottom:14px;border-bottom:2px solid #dc2626}.products-category-title{font-size:22px;font-weight:800;color:#111827;margin:0 0 4px;letter-spacing:-.3px}.products-category-desc{font-size:13.5px;color:#9ca3af;margin:0}.products-category-count{font-size:12px;font-weight:700;color:#dc2626;background:rgba(220,38,38,.08);padding:4px 12px;border-radius:100px;white-space:nowrap;flex-shrink:0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.05)}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.1);border-color:#dc2626}.product-image-wrapper{width:100%;height:180px;background:linear-gradient(180deg,#f9fafb,#fff);display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden;border-bottom:1px solid #f3f4f6}.product-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image{transform:scale(1.08)}.product-info{padding:16px 16px 18px;text-align:center;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.product-model{font-size:15px;font-weight:700;color:#1f2937;margin:0;line-height:1.3;letter-spacing:-.2px;transition:color .2s}.product-card:hover .product-model{color:#dc2626}.product-name-tag{font-size:12px;color:#9ca3af;margin:0;font-weight:500}.no-products{text-align:center;padding:80px 20px;color:#6b7280}.no-products p{font-size:17px;margin-bottom:20px;font-weight:500}.products-cta{background:#f8f9fa;padding:60px 0;border-top:1px solid #e5e7eb}.cta-box{text-align:center}.cta-title{font-size:32px;font-weight:800;color:#111827;margin:0 0 12px}.cta-text{font-size:16px;color:#6b7280;margin:0 0 28px}.cta-btn{display:inline-block;background:#dc2626;color:#fff;font-size:15px;font-weight:700;padding:14px 36px;border-radius:6px;text-decoration:none;transition:background .2s,transform .15s}.cta-btn:hover{background:#b91c1c;transform:translateY(-1px)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products-hero{padding:120px 0 40px}.products-hero-title{font-size:30px}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.products-category-title{font-size:18px}.filter-bar-inner{gap:10px}}@media (max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}