:root{--store-bg:#f8fafc;--store-surface:#fff;--store-text:#0f172a;--store-text-muted:#64748b;--store-text-subtle:#94a3b8;--store-border:#e2e8f0;--store-border-subtle:#f1f5f9;--store-primary:#059669;--store-primary-hover:#047857;--store-primary-light:#ecfdf5;--store-primary-ring:#05966933;--store-accent:#0f172a;--store-accent-hover:#1e293b;--store-badge-bg:#f1f5f9;--store-badge-text:#334155;--store-radius-sm:8px;--store-radius-md:12px;--store-radius-lg:16px;--store-radius-xl:24px;--store-radius-full:9999px;--store-shadow-xs:0 1px 2px 0 #0000000d;--store-shadow-sm:0 2px 8px -1px #0000000f;--store-shadow-md:0 8px 24px -4px #00000014;--store-shadow-lg:0 16px 36px -6px #0000001f;--store-shadow-drawer:-8px 0 32px #0000002e}.store-wrapper{background-color:var(--store-bg);min-height:100vh;color:var(--store-text);flex-direction:column;font-family:inherit;display:flex}.store-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media (min-width:640px){.store-container{padding-left:24px;padding-right:24px}}.store-topbar{color:#fff;text-align:center;letter-spacing:.2px;background:linear-gradient(90deg,#059669 0%,#0d9488 100%);padding:8px 16px;font-size:13px;font-weight:600}.store-header{background-color:var(--store-surface);border-bottom:1px solid var(--store-border);z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0}.store-header-inner{justify-content:space-between;align-items:center;height:68px;display:flex}.store-brand{color:var(--store-text);align-items:center;gap:10px;text-decoration:none;display:flex}.store-brand-icon{border-radius:var(--store-radius-md);background-color:var(--store-primary-light);width:40px;height:40px;color:var(--store-primary);justify-content:center;align-items:center;display:flex}.store-brand-name{letter-spacing:-.3px;font-size:18px;font-weight:800}.store-brand-badge{color:var(--store-primary);background:var(--store-primary-light);border-radius:var(--store-radius-full);padding:2px 8px;font-size:11px;font-weight:700}.store-hero{border-radius:var(--store-radius-xl);color:#fff;box-shadow:var(--store-shadow-md);background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);margin-top:24px;margin-bottom:36px;padding:36px 32px;position:relative;overflow:hidden}.store-hero-tag{color:#34d399;border-radius:var(--store-radius-full);background:#ffffff1f;align-items:center;gap:6px;margin-bottom:14px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.store-hero-title{margin-bottom:8px;font-size:28px;font-weight:900;line-height:1.3;color:#fff!important}@media (min-width:640px){.store-hero-title{font-size:36px;color:#fff!important}}.store-hero-subtitle{max-width:540px;font-size:14px;line-height:1.6;color:#e2e8f0!important}.store-section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.store-section-title{color:var(--store-text);align-items:center;gap:8px;font-size:20px;font-weight:800;display:flex}.store-section-count{background:var(--store-badge-bg);color:var(--store-badge-text);border-radius:var(--store-radius-full);padding:3px 10px;font-size:13px;font-weight:700}.store-product-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:20px;margin-bottom:48px;display:grid}@media (min-width:480px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (min-width:768px){.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}@media (min-width:1024px){.store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}}.store-card{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius-lg);box-shadow:var(--store-shadow-xs);flex-direction:column;transition:all .2s ease-in-out;display:flex;position:relative;overflow:hidden}.store-card:hover{box-shadow:var(--store-shadow-md);border-color:#cbd5e1;transform:translateY(-4px)}.store-card-image-wrap{aspect-ratio:1;cursor:pointer;background-color:#f8fafc;width:100%;position:relative;overflow:hidden}.store-card-image{object-fit:cover;transition:transform .3s}.store-card:hover .store-card-image{transform:scale(1.04)}.store-card-stock-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#0f172a;border-radius:var(--store-radius-full);box-shadow:var(--store-shadow-xs);background:#ffffffeb;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:flex;position:absolute;top:10px;right:10px}.store-card-stock-dot{background-color:#10b981;border-radius:50%;width:6px;height:6px}.store-card-body{flex-direction:column;flex:1;justify-content:space-between;padding:16px;display:flex}.store-card-title{color:var(--store-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.store-card-price-row{border-top:1px solid var(--store-border-subtle);justify-content:space-between;align-items:baseline;margin-top:8px;margin-bottom:14px;padding-top:10px;display:flex}.store-card-price{color:var(--store-primary);font-size:18px;font-weight:900}.store-card-currency{color:var(--store-text-muted);margin-right:3px;font-size:12px;font-weight:700}.store-card-cta-group{grid-template-columns:1fr auto;gap:8px;display:grid}.store-btn-buy{background-color:var(--store-primary);color:#fff;border-radius:var(--store-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:9px 14px;font-size:13px;font-weight:700;transition:background-color .15s,transform .1s;display:flex}.store-btn-buy:hover{background-color:var(--store-primary-hover)}.store-btn-buy:active{transform:scale(.98)}.store-btn-view{background-color:var(--store-badge-bg);color:var(--store-text);border:1px solid var(--store-border);border-radius:var(--store-radius-md);cursor:pointer;justify-content:center;align-items:center;padding:8px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.store-btn-view:hover{color:#0f172a;background-color:#e2e8f0}.store-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background-color:#0f172a99;justify-content:flex-start;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.store-drawer{background:var(--store-surface);width:100%;max-width:480px;height:100%;box-shadow:var(--store-shadow-drawer);flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) slideInRight;display:flex;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.store-drawer-header{border-bottom:1px solid var(--store-border);background-color:var(--store-surface);z-index:10;justify-content:space-between;align-items:center;padding:18px 24px;display:flex;position:sticky;top:0}.store-drawer-title{color:var(--store-text);align-items:center;gap:8px;font-size:16px;font-weight:800;display:flex}.store-drawer-close{border-radius:var(--store-radius-full);border:1px solid var(--store-border);background:var(--store-surface);width:32px;height:32px;color:var(--store-text-muted);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:flex}.store-drawer-close:hover{color:#0f172a;background:#f1f5f9}.store-drawer-body{flex:1;padding:24px;overflow-y:auto}.store-drawer-product-summary{border:1px solid var(--store-border);border-radius:var(--store-radius-lg);background:#f8fafc;gap:14px;margin-bottom:20px;padding:14px;display:flex}.store-drawer-product-img{border-radius:var(--store-radius-md);object-fit:cover;border:1px solid var(--store-border);background:#fff;flex-shrink:0;width:64px;height:64px}.store-drawer-product-info{flex-direction:column;justify-content:center;display:flex}.store-drawer-product-name{color:var(--store-text);margin-bottom:4px;font-size:13px;font-weight:700;line-height:1.4}.store-drawer-product-price{color:var(--store-primary);font-size:16px;font-weight:800}.landing-wrapper{max-width:1100px;margin:0 auto;padding-top:16px;padding-bottom:64px}.landing-hero{grid-template-columns:1fr;gap:32px;margin-bottom:48px;display:grid}@media (min-width:1024px){.landing-hero{grid-template-columns:7fr 5fr;align-items:start;gap:48px}}.landing-gallery-container{flex-direction:column;gap:16px;display:flex}.landing-gallery-main{aspect-ratio:1;border:1px solid var(--store-border);border-radius:var(--store-radius-xl);width:100%;max-height:520px;box-shadow:var(--store-shadow-sm);z-index:1;background-color:#f8fafc;position:relative;overflow:hidden}.landing-gallery-thumbs{gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}.landing-gallery-thumb{border-radius:var(--store-radius-md);border:2px solid var(--store-border);background:var(--store-surface);cursor:pointer;flex-shrink:0;width:72px;height:72px;transition:all .15s;position:relative;overflow:hidden}.landing-gallery-thumb.active{border-color:var(--store-primary);box-shadow:0 0 0 3px var(--store-primary-ring)}.landing-offer-box{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius-xl);box-shadow:var(--store-shadow-xs);margin-bottom:24px;padding:24px}.landing-offer-badge{color:#dc2626;border-radius:var(--store-radius-full);background-color:#fef2f2;align-items:center;gap:6px;margin-bottom:12px;padding:4px 12px;font-size:12px;font-weight:800;display:inline-flex}.landing-title{color:var(--store-text);margin-bottom:12px;font-size:24px;font-weight:900;line-height:1.35}@media (min-width:640px){.landing-title{font-size:30px}}.landing-price-row{border-top:1px solid var(--store-border-subtle);align-items:baseline;gap:12px;margin-top:14px;padding-top:14px;display:flex}.landing-price-main{color:var(--store-primary);font-size:32px;font-weight:900}.landing-price-currency{color:var(--store-text-muted);font-size:16px;font-weight:700}.landing-benefits-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px;margin-bottom:32px;display:grid}@media (min-width:640px){.landing-benefits-grid{grid-template-columns:repeat(4,1fr)}}.landing-benefit-card{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius-lg);text-align:center;box-shadow:var(--store-shadow-xs);flex-direction:column;align-items:center;gap:8px;padding:16px 12px;display:flex}.landing-benefit-icon{border-radius:var(--store-radius-md);background:var(--store-primary-light);width:44px;height:44px;color:var(--store-primary);justify-content:center;align-items:center;display:flex}.landing-benefit-title{color:var(--store-text);font-size:13px;font-weight:800}.landing-benefit-desc{color:var(--store-text-muted);font-size:11px;line-height:1.4}.landing-description-card{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius-xl);box-shadow:var(--store-shadow-xs);margin-bottom:32px;padding:28px}.landing-desc-heading{color:var(--store-text);align-items:center;gap:8px;margin-bottom:14px;font-size:18px;font-weight:800;display:flex}.landing-desc-content{color:#334155;white-space:normal;word-break:break-word;font-size:15px;line-height:1.7}.landing-desc-content p{margin:0 0 12px;line-height:1.7}.landing-desc-content h2,.landing-desc-content h3{color:var(--store-text);margin:18px 0 10px;font-weight:800}.landing-desc-content ul,.landing-desc-content ol{margin:0 0 14px;padding-right:20px}.landing-desc-content div{max-width:100%!important}.landing-checkout-sticky{position:static}@media (min-width:1024px){.landing-checkout-sticky{z-index:10;position:sticky;top:90px}}.store-checkout-card{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius-xl);box-shadow:var(--store-shadow-md);padding:24px}.store-checkout-header{text-align:center;border-bottom:1px solid var(--store-border-subtle);margin-bottom:20px;padding-bottom:16px}.store-checkout-title{color:var(--store-text);margin-bottom:4px;font-size:18px;font-weight:900}.store-checkout-subtitle{color:var(--store-text-muted);justify-content:center;align-items:center;gap:4px;font-size:12px;display:flex}.store-qty-row{border:1px solid var(--store-border);border-radius:var(--store-radius-md);background:#f8fafc;justify-content:space-between;align-items:center;margin-bottom:18px;padding:8px 14px;display:flex}.store-qty-label{color:var(--store-text);font-size:13px;font-weight:700}.store-qty-stepper{align-items:center;gap:12px;display:flex}.store-qty-btn{border-radius:var(--store-radius-sm);background:var(--store-surface);border:1px solid var(--store-border);width:32px;height:32px;color:var(--store-text);cursor:pointer;justify-content:center;align-items:center;font-size:16px;font-weight:800;transition:all .1s;display:flex}.store-qty-btn:hover{background:#e2e8f0}.store-qty-val{color:var(--store-text);text-align:center;min-width:20px;font-size:15px;font-weight:800}.store-form-group{margin-bottom:14px}.store-form-label{color:var(--store-text);margin-bottom:6px;font-size:12px;font-weight:700;display:block}.store-form-input{border-radius:var(--store-radius-md);box-sizing:border-box;outline:none;width:100%;height:46px;padding:0 14px;font-family:inherit;font-size:14px;transition:all .15s;color:var(--store-text)!important;background-color:#fff!important;border:1.5px solid #cbd5e1!important}.store-form-input:focus{border-color:var(--store-primary)!important;box-shadow:0 0 0 3px var(--store-primary-ring)!important;background-color:#fff!important}.store-form-input::placeholder{color:#94a3b8;font-size:13px}.store-form-error{border-radius:var(--store-radius-md);color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.store-drawer-form-card{border-radius:var(--store-radius-xl);background:#fff;border:1px solid #e2e8f0;margin-top:18px;padding:18px 16px;box-shadow:0 1px 4px #0000000d}.store-btn-continue{border-radius:var(--store-radius-lg);color:#334155;cursor:pointer;background-color:#f8fafc;border:1.5px solid #cbd5e1;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:700;transition:all .15s;display:inline-flex}.store-btn-continue:hover{color:#0f172a;background-color:#f1f5f9;border-color:#94a3b8}.store-summary-box{border:1px solid var(--store-border);border-radius:var(--store-radius-md);background:#f8fafc;flex-direction:column;gap:8px;margin-top:18px;margin-bottom:18px;padding:14px 16px;display:flex}.store-summary-row{color:var(--store-text-muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.store-summary-row.total{color:var(--store-text);border-top:1px dashed var(--store-border);padding-top:8px;font-size:16px;font-weight:900}.store-summary-row.total .total-price{color:var(--store-primary);font-size:20px}.store-btn-submit{border-radius:var(--store-radius-lg);color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;justify-content:center;align-items:center;gap:8px;width:100%;height:50px;font-size:15px;font-weight:800;transition:all .15s;display:flex;box-shadow:0 4px 14px #05966959}.store-btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#047857 0%,#065f46 100%);transform:translateY(-1px);box-shadow:0 6px 20px #05966973}.store-btn-submit:disabled{opacity:.65;cursor:not-allowed}.store-mobile-bar{background:var(--store-surface);border-top:1px solid var(--store-border);z-index:40;padding:12px 16px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}@media (max-width:1023px){.store-mobile-bar{justify-content:space-between;align-items:center;gap:12px;display:flex}}.store-mobile-bar-price{flex-direction:column;display:flex}.store-mobile-bar-btn{border-radius:var(--store-radius-md);background:var(--store-primary);color:#fff;cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:6px;max-width:240px;height:44px;font-size:14px;font-weight:800;display:flex}.store-trust-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px;margin-bottom:24px;display:grid}@media (min-width:768px){.store-trust-grid{grid-template-columns:repeat(4,1fr)}}.store-trust-item{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius-lg);box-shadow:var(--store-shadow-xs);align-items:center;gap:12px;padding:18px 14px;display:flex}.store-trust-icon{border-radius:var(--store-radius-md);background:var(--store-primary-light);width:36px;height:36px;color:var(--store-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.store-trust-title{color:var(--store-text);margin-bottom:2px;font-size:13px;font-weight:800}.store-trust-desc{color:var(--store-text-muted);font-size:11px}.store-header-cart-btn{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius-full);color:var(--store-text);cursor:pointer;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex;position:relative}.store-header-cart-btn:hover{border-color:var(--store-primary);background:var(--store-primary-light);color:var(--store-primary)}.store-header-cart-badge{background:var(--store-primary);color:#fff;border-radius:var(--store-radius-full);justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.store-cart-item{background:var(--store-surface);border-radius:var(--store-radius-lg);border:1px solid #e2e8f0;align-items:center;gap:12px;margin-bottom:12px;padding:14px;display:flex;box-shadow:0 1px 3px #0000000a}.store-cart-item-img{border-radius:var(--store-radius-md);border:1px solid var(--store-border);background:#f8fafc;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.store-cart-item-info{flex:1;min-width:0}.store-cart-item-title{color:var(--store-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.store-cart-item-price{color:var(--store-primary);font-size:14px;font-weight:800}.store-cart-stepper{border:1px solid var(--store-border);border-radius:var(--store-radius-md);background:var(--store-surface);align-items:center;display:inline-flex}.store-cart-stepper button{width:28px;height:28px;color:var(--store-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.store-cart-stepper button:hover{background:var(--store-badge-bg)}.store-cart-stepper span{text-align:center;min-width:24px;font-size:12px;font-weight:700}.store-cart-delete-btn{color:#94a3b8;cursor:pointer;border-radius:var(--store-radius-sm);background:0 0;border:none;padding:4px;transition:color .15s}.store-cart-delete-btn:hover{color:#ef4444}.landing-mobile-only{display:block}.landing-desktop-only{display:none}@media (min-width:1024px){.landing-mobile-only{display:none}.landing-desktop-only{display:block}}.landing-mobile-header{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--store-radius-xl);box-shadow:var(--store-shadow-xs);margin-bottom:20px;padding:20px}.landing-trust-bar{border-radius:var(--store-radius-lg);color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:20px;padding:10px 14px;font-size:12px;font-weight:700;display:flex}
