.store-body{background:#f7f8f5}.store-header{position:sticky;z-index:40;top:0;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1240px)/2));background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.store-brand{display:flex;align-items:center;gap:11px}.store-brand strong,.store-brand span{display:block}.store-brand strong{font-size:17px}.store-brand span{font-size:10px;color:var(--muted);max-width:330px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-actions{display:flex;align-items:center;gap:8px}.cart-button{position:relative;display:grid;place-items:center;width:43px;height:43px;border:0;border-radius:14px;background:var(--primary);color:#fff;font-size:18px}.cart-button span{position:absolute;right:-5px;top:-5px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--accent);color:#173b35;border:2px solid #fff;font-size:10px;font-weight:900}.store-hero{max-width:1240px;margin:32px auto 0;padding:54px 60px;min-height:410px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px;overflow:hidden;border-radius:30px;background:radial-gradient(circle at 80% 20%,rgba(123,221,197,.32),transparent 30%),linear-gradient(135deg,#073631,#0b5b52);color:#fff;box-shadow:0 20px 60px rgba(7,54,49,.2)}.store-hero .eyebrow{color:#9ce9d6}.store-hero h1{max-width:700px;margin:0;font-size:clamp(40px,6vw,70px);line-height:1;letter-spacing:-.055em}.store-hero p:not(.eyebrow){max-width:600px;font-size:17px;line-height:1.7;color:rgba(255,255,255,.75)}.hero-actions{display:flex;gap:10px;margin-top:26px}.hero-actions .ghost{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}.hero-visual{position:relative;display:grid;place-items:center;min-height:270px}.hero-visual span{position:relative;z-index:2;font-size:105px;filter:drop-shadow(0 20px 25px rgba(0,0,0,.22));transform:rotate(-5deg)}.hero-visual i{position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(255,255,255,.2);box-shadow:0 0 0 35px rgba(255,255,255,.04),0 0 0 70px rgba(255,255,255,.025)}.hero-visual b{position:absolute;z-index:3;bottom:8px;padding:9px 14px;border-radius:999px;background:#fff;color:var(--primary);font-size:11px}.store-section{max-width:1240px;margin:0 auto;padding:70px 0}.store-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.store-section-head h2{margin:0;font-size:34px;letter-spacing:-.04em}.store-search{display:flex;gap:8px}.store-search input,.store-search select{padding:11px 13px;border:1px solid var(--border);border-radius:12px;background:#fff;min-width:220px}.category-chips{display:flex;gap:7px;overflow:auto;margin:24px 0 18px;padding-bottom:4px}.category-chip{border:1px solid var(--border);border-radius:999px;padding:8px 13px;background:#fff;color:var(--muted);font-weight:700;white-space:nowrap}.category-chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.store-product{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:19px;background:#fff;box-shadow:0 8px 24px rgba(15,62,56,.045);transition:.18s}.store-product:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(15,62,56,.1)}.store-product-image{height:155px;display:grid;place-items:center;background:linear-gradient(145deg,#e6f2ee,#f6f8f4);overflow:hidden}.store-product-image img{width:100%;height:100%;object-fit:cover}.store-product-image span{font-size:50px}.store-product-body{display:flex;flex-direction:column;flex:1;padding:15px}.store-product-category{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.store-product h3{margin:8px 0 4px;font-size:14px;line-height:1.4}.store-product-stock{font-size:10px;color:var(--muted)}.store-product-price{font-size:18px;font-weight:900;color:var(--primary);margin:13px 0 9px}.store-product select{width:100%;padding:8px;border:1px solid var(--border);border-radius:9px;background:#fff}.store-product .button{margin-top:9px}.store-info{max-width:1240px;margin:0 auto 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.store-info article{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:20px;border:1px solid var(--border);border-radius:18px;background:#fff}.store-info article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--primary-3);font-size:22px}.store-info strong{display:block}.store-info p{margin:5px 0 0;color:var(--muted);line-height:1.5}.store-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:38px max(20px,calc((100vw - 1240px)/2));background:#082f2c;color:#fff}.store-footer strong{font-size:18px}.store-footer p{margin:5px 0 0;color:rgba(255,255,255,.6)}.store-footer a{color:#9fe5d5}.cart-drawer{position:fixed;z-index:90;inset:0 0 0 auto;width:min(440px,100%);display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.15);transform:translateX(105%);transition:.22s}.cart-drawer.open{transform:translateX(0)}.cart-backdrop{position:fixed;z-index:80;inset:0;background:rgba(0,0,0,.36);opacity:0;visibility:hidden;transition:.2s}.cart-backdrop.open{opacity:1;visibility:visible}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--border)}.cart-drawer-head h2{margin:0}.store-cart-items{flex:1;overflow:auto;padding:4px 20px}.store-cart-item{padding:14px 0;border-bottom:1px solid var(--border)}.store-cart-item-head{display:flex;justify-content:space-between;gap:10px}.store-cart-item h4{margin:0;font-size:13px}.store-cart-item-controls{display:grid;grid-template-columns:90px 90px 1fr 34px;gap:7px;align-items:center;margin-top:10px}.store-cart-item input,.store-cart-item select{width:100%;min-width:0;padding:8px;border:1px solid var(--border);border-radius:9px}.store-cart-total{padding:18px 20px;border-top:1px solid var(--border);background:#fbfdfc}.store-cart-total>div{display:flex;justify-content:space-between;margin:8px 0;color:var(--muted)}.store-cart-total .grand{padding-top:12px;margin-top:12px;border-top:1px dashed var(--border);font-size:17px;font-weight:900;color:var(--ink)}.checkout-summary{padding:13px;border-radius:13px;background:#f2f7f5}.checkout-summary>div{display:flex;justify-content:space-between;margin:6px 0}.order-success{text-align:center;padding:10px}.order-success .success-icon{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 16px;border-radius:24px;background:#dff5ec;color:var(--success);font-size:35px}.order-success h2{margin:0}.order-number{display:block;margin:16px auto;padding:12px;border:1px dashed #7fb7aa;border-radius:12px;background:#f4faf8;font-size:18px;font-weight:900;color:var(--primary);letter-spacing:.03em}.tracking-steps{display:grid;gap:7px;margin-top:18px}.tracking-step{display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:start;color:var(--muted)}.tracking-step i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e8efec;font-style:normal;font-size:10px;font-weight:800}.tracking-step.active{color:var(--ink)}.tracking-step.active i{background:var(--primary);color:#fff}.tracking-step.done i{background:#bfe8db;color:#12634b}.tracking-step strong{display:block;margin-top:3px}.tracking-step p{margin:2px 0 0;font-size:11px}.location-result{padding:10px;border-radius:10px;background:#eef7f4;color:var(--primary);font-size:11px}
@media(max-width:1270px){.store-header,.store-section,.store-info{margin-left:20px;margin-right:20px}.store-hero{margin-left:20px;margin-right:20px}.store-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:850px){.store-header{margin:0;padding:0 14px}.store-header .ghost{display:none}.store-hero{grid-template-columns:1fr;margin:14px;border-radius:22px;padding:38px 24px;min-height:auto}.hero-visual{display:none}.store-hero h1{font-size:46px}.store-section{padding:48px 0;margin:0 14px}.store-section-head{align-items:stretch;flex-direction:column}.store-search{display:grid;grid-template-columns:1fr 1fr}.store-search input,.store-search select{min-width:0;width:100%}.store-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.store-info{grid-template-columns:1fr;margin:0 14px 48px}.store-footer{padding:30px 18px}.store-product-image{height:125px}}
@media(max-width:520px){.store-brand span{max-width:150px}.store-actions{gap:4px}.store-install{display:none!important}.store-hero h1{font-size:38px}.store-hero p:not(.eyebrow){font-size:14px}.hero-actions{flex-direction:column}.store-section-head h2{font-size:28px}.store-search{grid-template-columns:1fr}.store-product-body{padding:11px}.store-product h3{font-size:12px}.store-product-price{font-size:15px}.store-product-image{height:100px}.store-cart-item-controls{grid-template-columns:75px 80px 1fr 32px}.store-footer{align-items:flex-start;flex-direction:column}}
.empty-state{grid-column:1/-1;display:grid;place-items:center;min-height:220px;padding:34px;border:1px dashed var(--border);border-radius:18px;background:#fff;text-align:center;color:var(--muted)}.empty-state .empty-icon{font-size:34px}.empty-state strong{margin-top:8px;color:var(--ink);font-size:16px}.empty-state p{margin:5px 0 0;max-width:420px;line-height:1.55}.store-product-body>small{display:block;min-height:28px;color:var(--muted);font-size:10px;line-height:1.4}.checkout-summary small{display:block;margin:7px 0 0;color:var(--muted)}
