.home-products-overview{padding:64px clamp(20px,6vw,90px);background:linear-gradient(160deg,#07101b,#0a1a29);color:#eaf4ff;overflow:hidden}
.home-products-overview *{box-sizing:border-box}
.home-products-overview .home-products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.home-products-overview .eyebrow{margin:0 0 14px;color:#5ee7ff;font-size:12px;letter-spacing:.16em}
.home-products-overview h2{max-width:780px;margin:0;color:#eaf4ff;font-size:clamp(30px,4vw,58px);line-height:1.08;letter-spacing:-.035em}
.home-products-overview .home-products-all{flex:none;padding:12px 16px;border:1px solid #27516b;border-radius:10px;color:#cdeeff;font-size:13px;font-weight:800;text-decoration:none}
.home-products-overview .home-products-all:hover{background:#123148;border-color:#5ee7ff}
.home-product-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:32px 0 16px}
.home-product-controls p{margin:0;color:#a5bece;font-size:13px;line-height:1.5}
.home-product-controls>div{display:flex;gap:8px}
.home-product-controls button{width:42px;height:42px;padding:0;border:1px solid #27516b;border-radius:50%;background:#0a2030;color:#eaf4ff;font-size:24px}
.home-product-controls button:hover:enabled{background:#16405a;border-color:#5ee7ff}
.home-product-controls button:disabled{opacity:.35;cursor:default}
.home-product-cards{display:flex;align-items:stretch;gap:16px;overflow-x:auto;padding:5px 2px 24px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#2c708e #091722}
.home-product-card{flex:0 0 min(340px,82vw);min-width:0;display:flex;flex-direction:column;border:1px solid #1f4962;border-radius:20px;background:linear-gradient(145deg,#0a1b29,#0c293c);overflow:hidden;scroll-snap-align:start;transition:border-color .2s,box-shadow .2s}
.home-product-card:hover{border-color:#42c9ec;box-shadow:0 12px 28px #0004}
.home-product-image{position:relative;display:grid;place-items:center;height:205px;margin:12px 12px 0;overflow:hidden;border-radius:12px;background:#f1f5f7}
.home-product-image img{width:100%;height:100%;padding:12px;object-fit:contain}
.home-product-placeholder{display:grid;gap:6px;text-align:center;color:#456573;font-size:12px}
.home-product-placeholder b{color:#183e50;font-size:32px}
.home-product-content{display:flex;flex:1;flex-direction:column;gap:10px;padding:20px}
.home-product-content>small{color:#6ccfe7;font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.home-product-content h3{margin:0;color:#f1f7ff;font-size:20px;line-height:1.3;overflow-wrap:anywhere}
.home-product-content h3 a{color:inherit;text-decoration:none}
.home-product-content>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0;color:#b4cad8;font-size:14px;line-height:1.55}
.home-product-offer,.home-offer-banner{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #826934;border-radius:10px;background:linear-gradient(120deg,#3d3018,#282519);color:#ffe199}
.home-offer-banner{margin-top:24px;padding:14px 18px}
.home-product-offer svg,.home-offer-banner svg{width:22px;height:22px;flex:none;fill:none;stroke:currentColor;stroke-width:1.7}
.home-product-offer b,.home-offer-banner b{display:block;font-size:13px;line-height:1.4;overflow-wrap:anywhere}
.home-product-offer small,.home-offer-banner small{display:block;color:#f4d991;margin-top:3px;font-size:12px}
.home-offer-banner>strong{margin-left:auto;padding:5px 9px;border-radius:5px;background:#ffda75;color:#392708;font-size:11px;white-space:nowrap}
.home-product-meta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:8px}
.home-product-meta .in-stock,.home-product-meta .out-stock{font-size:12px;font-weight:700}
.home-product-meta .in-stock{color:#62e6a6}
.home-product-meta .out-stock{color:#ffab95}
.home-product-price{display:grid;text-align:right}
.home-product-price strong{color:#f3f8ff;font-size:21px}
.home-product-price del{color:#a2b6c5;font-size:12px}
.home-products-overview .home-product-link{display:flex;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid #24465c;color:#a6e6f5;font-size:13px;font-weight:700;text-decoration:none}
.home-products-overview .home-product-link:hover{color:#62e6a6}
.home-products-empty{width:100%;margin:0;padding:28px;border:1px solid #24465c;border-radius:16px;color:#b4cad8}
.home-products-overview :focus-visible{outline:2px solid #5ee7ff;outline-offset:4px}
@media(max-width:700px){.home-products-overview{padding-block:44px}.home-products-overview .home-products-heading{flex-direction:column;align-items:flex-start;gap:20px}.home-product-controls{margin-top:24px}.home-offer-banner{flex-wrap:wrap}.home-offer-banner>strong{margin-left:32px}.home-product-content{padding:16px}}
@media(prefers-reduced-motion:reduce){.home-product-card{transition:none}}
