.products-header{padding:140px 0 40px;text-align:center}.products-header h1{font-size:2.5rem;font-weight:800;color:#1a202c;letter-spacing:2px}.category-tabs{display:flex;justify-content:center;gap:40px;padding:20px 0 60px;border-bottom:2px solid #e2e8f0;margin-bottom:60px;flex-wrap:wrap}.category-tab{background:none;border:none;font-size:1.1rem;font-weight:600;color:#718096;padding:10px 0;cursor:pointer;position:relative;transition:color .3s}.category-tab:hover{color:#2d3748}.category-tab.active{color:#1a202c}.category-tab.active:after{content:"";position:absolute;bottom:-22px;left:0;right:0;height:3px;background:#2e4e9e}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:40px;padding:0 0 80px;max-width:1200px;margin:0 auto}@media(min-width:1400px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:30px}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr;gap:20px}}.product-card-link{text-decoration:none;color:inherit;display:block;transition:transform .3s ease}.product-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer}.product-card:hover{box-shadow:0 12px 32px #00000029;transform:translateY(-8px)}.product-image-container{width:100%;aspect-ratio:1;margin-bottom:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain;transform:scale(1.4);transition:transform .4s ease;cursor:zoom-in}.product-card:hover .product-image{transform:scale(1.54)}.product-name{font-size:1.1rem;font-weight:600;color:#1a202c;text-align:center;margin-bottom:10px;line-height:1.4;min-height:2.8em}.product-arrow-btn{width:36px;height:36px;border-radius:50%;background:#2e4e9e;border:none;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #2e4e9e4d;pointer-events:none}.product-card:hover .product-arrow-btn{background:#243d82;transform:scale(1.15);box-shadow:0 6px 16px #2e4e9e80}.product-arrow-btn svg{width:18px;height:18px}.no-products,.error-state{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#718096}.no-products p,.error-state p{font-size:1.1rem}@media(max-width:768px){.products-header{padding:100px 0 30px}.products-header h1{font-size:2rem}.category-tabs{gap:20px;padding:15px 0 40px}.category-tab{font-size:1rem}}[dir=rtl] .product-arrow-btn svg{transform:scaleX(-1)}[dir=rtl] .category-tab.active:after{left:0;right:0}[dir=rtl] .products-grid{direction:rtl}[dir=rtl] .product-name{text-align:center}
