.category-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(0,210,255,.08),transparent 35%),radial-gradient(circle at top left,rgba(99,102,241,.08),transparent 35%),#020817;padding:120px 0 80px;color:#fff}.category-container{width:90%;max-width:1500px;margin:0 auto}.category-header{margin-bottom:50px;text-align:center}.category-header h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:16px;text-transform:capitalize}.category-header p{font-size:1.05rem;color:#94a3b8;max-width:700px;margin:0 auto;line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:28px;gap:28px}.category-card{position:relative;height:200px;border-radius:24px;overflow:hidden;text-decoration:none;border:1px solid hsla(0,0%,100%,.08);background:#071120;transition:all .35s ease}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.35);border-color:rgba(0,210,255,.25)}.category-image-wrap{position:absolute;inset:0}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.category-card:hover .category-image{transform:scale(1.08)}.category-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.15))}.category-content{position:absolute;left:20px;right:20px;bottom:20px;display:flex;justify-content:space-between;align-items:center;z-index:2}.category-content h2{font-size:1.2rem;font-weight:700;color:#fff}.category-arrow{font-size:1.8rem;color:#00d2ff}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:28px;gap:28px;align-items:start}.product-card{text-decoration:none;background:rgba(7,17,32,.9);border-radius:22px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .35s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);border-color:rgba(0,210,255,.3);box-shadow:0 20px 50px rgba(0,0,0,.35)}.product-image-wrap{height:220px;background:#0b1220;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-content{padding:18px}.product-content h2{font-size:1.1rem;font-weight:700;color:#fff;line-height:1.4;margin-bottom:10px}.product-price{font-size:1.5rem;font-weight:800;color:#00d2ff;margin-bottom:10px}.product-description{font-size:.92rem;line-height:1.6;color:#94a3b8}.empty-state{padding:80px 20px;text-align:center;border-radius:22px;background:rgba(7,17,32,.85);border:1px solid hsla(0,0%,100%,.08)}.empty-state h3{font-size:2rem;margin-bottom:12px}.breadcrumb,.empty-state p{color:#94a3b8}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:30px;font-size:14px}.breadcrumb a{color:#00d2ff;text-decoration:none;transition:.3s}.breadcrumb a:hover{color:#fff}.breadcrumb .current{color:#fff;font-weight:600}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.category-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-image-wrap{height:150px}.product-content{padding:12px}.product-content h2{font-size:14px}.product-price{font-size:20px}.product-description{font-size:12px;line-height:1.4}.category-card{height:140px}}