.header-tools{display:flex;align-items:center;gap:10px}.cart-launch{border:1px solid #ffffff2b;border-radius:99px;background:#ffffff10;color:#fff;padding:10px 13px;font:800 12px/1 inherit;cursor:pointer}.cart-launch span{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:5px;border-radius:50%;background:#b9f8e6;color:#17201f;font-size:10px}.catalog{padding-top:0}.catalog-heading{text-align:center}.catalog-heading h2{margin:0;font-size:43px;letter-spacing:-.055em}.catalog-heading>p:not(.eyebrow){max-width:500px;margin:15px auto 0;color:#aaa8ba;font-size:14px;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:39px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:linear-gradient(145deg,#1c1b34,#10101f);box-shadow:inset 0 1px #ffffff14,0 18px 38px #0003;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-6px);border-color:#b69bff99}.product-image{position:relative;height:270px;overflow:hidden;background:#070812}.product-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#10101f 0%,transparent 40%)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover img{transform:scale(1.05)}.product-image span{position:absolute;z-index:1;left:15px;bottom:14px;padding:6px 9px;border:1px solid #ffffff31;border-radius:99px;background:#10101dcc;backdrop-filter:blur(8px);font-size:10px;font-weight:800}.product-info{padding:18px 19px 20px}.product-info h3{margin:0;font-size:21px;letter-spacing:-.04em}.product-info p{margin:6px 0 17px;color:#aeabbf;font-size:13px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-bottom strong{font-size:21px;color:#9df5e3}.add-to-cart{border:0;border-radius:9px;padding:10px 11px;background:#7c60f6;color:#fff;font:800 12px/1 inherit;cursor:pointer}.add-to-cart span{font-size:16px;margin-left:3px}.cart-overlay{position:fixed;z-index:10;inset:0;background:#05050caa;backdrop-filter:blur(3px)}.cart-panel{position:fixed;z-index:11;top:0;right:0;width:min(420px,100%);height:100dvh;padding:25px;display:flex;flex-direction:column;color:#fff;background:linear-gradient(160deg,#1c1a34,#0c0c16);border-left:1px solid #ffffff1c;box-shadow:-25px 0 70px #0008;transform:translateX(105%);transition:transform .3s ease}.cart-panel.is-open{transform:translateX(0)}.cart-top{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid #ffffff18}.cart-top p{margin:0 0 5px;color:#aca9bf;font-size:12px}.cart-top h2{margin:0;font-size:26px}.close-cart{width:35px;height:35px;border:1px solid #ffffff21;border-radius:50%;background:#ffffff10;color:#fff;font-size:24px;line-height:1;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:17px 0}.empty-cart{color:#aaa8b9;text-align:center;margin-top:55px}.cart-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid #ffffff12}.cart-row h3{margin:0;font-size:15px}.cart-row p{margin:4px 0 0;color:#aaa8b9;font-size:12px}.cart-row strong{display:block;text-align:right;font-size:14px;color:#a5f5e3}.remove-item{display:block;margin:7px 0 0 auto;border:0;background:none;color:#d4cbff;font:700 11px inherit;cursor:pointer}.cart-total{display:flex;justify-content:space-between;padding:17px 0;border-top:1px solid #ffffff20}.cart-total span{color:#bdbbca}.cart-total strong{font-size:22px;color:#a5f5e3}.checkout-form{display:grid;gap:12px}.checkout-form label{display:grid;gap:6px;color:#d6d4e2;font-size:12px;font-weight:750}.checkout-form input{width:100%;border:1px solid #ffffff20;border-radius:10px;background:#ffffff0c;color:#fff;padding:12px;font:14px inherit;outline:none}.checkout-form input:focus{border-color:#a791ff}.checkout-button{display:flex;justify-content:space-between;align-items:center;border:0;border-radius:11px;padding:14px 15px;background:linear-gradient(100deg,#b7f7e5,#9c82ff);color:#171126;font:850 13px inherit;cursor:pointer}.checkout-button span{font-size:19px}.checkout-form small{color:#9b98aa;font-size:10px;line-height:1.5}@media(max-width:800px){.header-tools{gap:6px}.cart-launch{padding:9px 10px}.catalog-heading h2{font-size:34px}.product-grid{grid-template-columns:1fr;gap:15px}.product-image{height:310px}.cart-panel{padding:22px}.header-tools .header-chat{display:none}}
