/* Product matrix is separated from the global layout so catalog behavior and visual
   density can evolve independently from the brand shell. */
.category-groups{display:grid;gap:54px}.category-block{display:grid;gap:18px}.category-heading{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px}.category-heading>div{display:flex;align-items:center;gap:14px}.category-heading span{font-size:10px;color:#63d5ff}.category-heading h3{margin:0;font-size:22px;letter-spacing:-.02em}.category-heading>b{font-size:9px;color:#6f8a9d;letter-spacing:.08em;font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-card{position:relative;min-width:0;border:1px solid rgba(200,239,255,.12);border-radius:24px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.025));transition:transform .25s,border-color .25s,background .25s}.product-card:hover{transform:translateY(-5px);border-color:rgba(120,218,255,.28);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03))}.product-media{aspect-ratio:1.03/1;position:relative;background:#0a2239;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}.product-card:hover .product-media img{transform:scale(1.035)}.product-media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,19,34,.48),transparent 48%);pointer-events:none}.sku{position:absolute;z-index:2;top:12px;left:12px;border:1px solid rgba(255,255,255,.17);background:rgba(4,24,42,.72);backdrop-filter:blur(10px);border-radius:999px;padding:6px 8px;color:#dff7ff;font-size:8px;letter-spacing:.1em}.product-body{padding:16px}.product-origin{font-size:8px;letter-spacing:.14em;color:#62d4ff;text-transform:uppercase}.product-body h3{font-size:15px;line-height:1.4;margin:8px 0 7px;min-height:42px}.product-description{font-size:10px;line-height:1.55;color:#819bac;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:31px}.product-spec{font-size:9px;color:#698498;margin-top:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:15px}.product-price{display:flex;flex-direction:column}.product-price strong{font-size:16px}.product-price small{font-size:8px;color:#738ea1;margin-top:2px}.add-btn{width:37px;height:37px;border:1px solid rgba(203,241,255,.17);border-radius:13px;background:rgba(132,221,255,.08);color:#e9faff;font-size:20px;cursor:pointer;transition:.2s}.add-btn:hover{background:#dff7ff;color:#082039}.empty-state{grid-column:1/-1;border:1px dashed var(--line);border-radius:24px;padding:50px;text-align:center;color:#7f98aa}.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line-main{display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;min-width:0}.cart-thumb{width:56px;height:56px;border-radius:14px;object-fit:cover;background:#0e2942}.cart-line b{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-line small{display:block;color:#7792a5;font-size:9px;margin-top:4px}.cart-line-side{display:flex;align-items:center;gap:12px}.qty{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:12px;padding:4px}.qty button{width:27px;height:27px;border:0;border-radius:8px;background:rgba(255,255,255,.06);color:#fff;cursor:pointer}.qty span{min-width:16px;text-align:center;font-size:11px}.cart-line-side>strong{min-width:72px;text-align:right;font-size:12px}.cart-empty{padding:50px 5px;text-align:center;color:#718a9c}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-groups{gap:40px}.product-body{padding:13px}.product-body h3{font-size:13px;min-height:37px}.product-description{display:none}.product-spec{font-size:8px}.product-foot{margin-top:12px}.cart-line{grid-template-columns:1fr}.cart-line-side{justify-content:space-between;padding-left:68px}.cart-line-side>strong{min-width:auto}}@media(max-width:400px){.product-grid{grid-template-columns:1fr 1fr}.product-media{aspect-ratio:1/1}.product-body h3{font-size:12px}}
