:root{--store-ink: #071f3a;--store-blue: #0b5ed7;--store-cyan: #37c5e8;--store-sky: #eaf8fc;--store-paper: #ffffff;--store-muted: #071f3a;--store-line: #d8e3ec;--store-warm: #f2b441;--store-danger-bg: #fdecee;--store-success-bg: #e6f6ef;--store-shadow: 0 18px 44px rgba(7, 31, 58, .09)}.home-store-highlights,.product-detail,.product-information,.product-complements,.product-similar,.promotions-section,.cart-page,.checkout-page,.order-page{color:var(--store-ink)}.home-store-highlights{padding:clamp(3rem,7vw,5.5rem) 0;background:linear-gradient(180deg,#fff,var(--store-sky))}.home-store-link{color:var(--store-blue);font-weight:800;text-decoration:none}.home-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-store-card{overflow:hidden;border:1px solid #cfe5ed;border-radius:20px;background:#fff;box-shadow:0 12px 30px #071f3a14;transition:transform .18s ease,box-shadow .18s ease}.home-store-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px #071f3a21}.home-store-card-media{display:grid;min-height:190px;background:#edf7fa;overflow:hidden}.home-store-card-media img{width:100%;height:100%;max-height:230px;object-fit:cover;transition:transform .22s ease}.home-store-card:hover img{transform:scale(1.025)}.home-store-placeholder{place-self:center;color:var(--store-blue);font:700 1rem Kanit,sans-serif}.home-store-card-body{display:grid;gap:.55rem;padding:1.1rem}.home-store-card-body h3,.home-store-card-body p{margin:0;color:var(--store-ink)}.home-store-card-body h3{font-size:1.15rem}.home-store-card-body a{color:inherit;text-decoration:none}.home-store-card-body strong{color:var(--store-blue);font-size:1.15rem}.home-store-skeleton,.cart-skeleton{min-height:220px;border-radius:18px;background:linear-gradient(90deg,#e7eff3 25%,#f6fafb,#e7eff3 65%);background-size:220% 100%;animation:store-skeleton 1.2s linear infinite}@keyframes store-skeleton{to{background-position:-220% 0}}.store-suggestions{position:absolute;z-index:20;top:calc(100% + .35rem);left:0;right:0;max-height:360px;overflow:auto;padding:.6rem;border:1px solid #bcdce7;border-radius:14px;background:#fff;box-shadow:0 18px 42px #071f3a2e}.store-search-field{position:relative}.store-suggestion-group{display:block;padding:.45rem .65rem .25rem;color:#527084;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.store-suggestion-option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem;border:0;border-radius:9px;background:transparent;color:var(--store-ink);text-align:left;text-decoration:none;cursor:pointer}.store-suggestion-option:hover,.store-suggestion-option:focus-visible{background:var(--store-sky);outline:2px solid var(--store-cyan)}.store-suggestion-option small{color:var(--store-blue);font-weight:700}.store-promotion-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0;padding:1rem 1.2rem;border:1px solid #f2cf85;border-radius:16px;background:#fff8e9}.store-promotion-banner[hidden]{display:none}.store-promotion-banner span{color:#7a5100;font-size:.75rem;font-weight:800;text-transform:uppercase}.store-promotion-banner strong{display:block;color:var(--store-ink);font:700 1.15rem Kanit,sans-serif}.store-promotion-banner p{margin:.2rem 0 0}.store-promotion-banner a{color:var(--store-blue);font-weight:800;white-space:nowrap}.store-card-actions .store-card-add{background:var(--store-blue);color:#fff}.store-cart-launcher{position:fixed;z-index:9998;right:112px;bottom:calc(28px + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:auto auto auto;align-items:center;gap:.65rem;min-height:58px;padding:.55rem .7rem .55rem .6rem;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:#071f3a;color:#fff;box-shadow:0 16px 38px #071f3a47;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.store-cart-launcher:hover{transform:translateY(-2px);background:#0b315a;box-shadow:0 20px 44px #071f3a57}.store-cart-launcher-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;background:var(--store-cyan);color:var(--store-ink)}.store-cart-launcher-copy{display:grid;text-align:left;line-height:1.1}.store-cart-launcher-copy small{color:#b8cddd;font-size:.68rem}.store-cart-launcher-copy strong{color:#fff;font-size:.84rem}.store-cart-launcher-count{display:grid;min-width:26px;height:26px;place-items:center;padding:0 .35rem;border-radius:999px;background:#fff;color:var(--store-ink);font-size:.78rem;font-weight:900}.store-cart-launcher.has-items .store-cart-launcher-count{background:#f2b441}.store-cart-launcher.is-pulsing{animation:store-cart-pulse .48s cubic-bezier(.2,.8,.2,1)}@keyframes store-cart-pulse{45%{transform:translateY(-3px) scale(1.045)}}.store-cart-drawer{position:fixed;z-index:12000;inset:0;visibility:hidden;pointer-events:none}.store-cart-drawer.is-open{visibility:visible;pointer-events:auto}.store-cart-backdrop{position:absolute;inset:0;border:0;background:#071f3a94;opacity:0;transition:opacity .18s ease}.store-cart-drawer.is-open .store-cart-backdrop{opacity:1}.store-cart-panel{position:absolute;top:0;right:0;display:flex;width:min(92vw,430px);height:100%;flex-direction:column;background:#fff;box-shadow:-20px 0 60px #071f3a40;transform:translate(100%);transition:transform .22s cubic-bezier(.2,.8,.2,1)}.store-cart-drawer.is-open .store-cart-panel{transform:translate(0)}.store-cart-panel header,.store-cart-panel footer{padding:1.2rem;border-bottom:1px solid #d8e8ee}.store-cart-panel header{display:flex;align-items:flex-start;justify-content:space-between}.store-cart-panel header p,.store-cart-panel header h2{margin:0;color:var(--store-ink)}.store-cart-panel header button{min-width:44px;min-height:44px;border:0;border-radius:50%;background:var(--store-sky);font-size:1.5rem}.store-cart-drawer-items{display:grid;flex:1;align-content:start;gap:.75rem;overflow:auto;padding:1.2rem}.store-cart-drawer-items article{display:grid;gap:.25rem;padding:.85rem;border:1px solid #d8e8ee;border-radius:12px;color:var(--store-ink)}.store-cart-drawer-item{grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:.75rem!important}.store-cart-drawer-item>img{width:72px;height:58px;object-fit:cover;border-radius:9px;background:#edf3f7}.store-cart-drawer-item>div{display:grid;min-width:0;gap:.2rem}.store-cart-drawer-item a{overflow:hidden;color:var(--store-ink);font-weight:800;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.store-cart-drawer-item span{color:#587183;font-size:.76rem}.store-cart-drawer-item strong{color:var(--store-blue);font-size:.86rem}.store-cart-drawer-item>button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:9px;background:#fff0f1;color:#a12626;cursor:pointer}.store-cart-drawer-empty{display:grid;min-height:240px;place-items:center;align-content:center;gap:.55rem;padding:1.25rem;color:var(--store-ink);text-align:center}.store-cart-drawer-empty i{color:var(--store-blue);font-size:2rem}.store-cart-drawer-empty span{max-width:30ch;color:#587183}.store-cart-panel footer{display:grid;gap:.65rem;border-top:1px solid #d8e8ee;border-bottom:0}.store-cart-panel footer p{display:flex;justify-content:space-between;margin:0 0 .4rem}.store-cart-open{overflow:hidden}.store-toast-region{position:fixed;z-index:13000;right:1rem;bottom:calc(104px + env(safe-area-inset-bottom,0px));display:grid;gap:.5rem}.store-toast{max-width:340px;padding:.85rem 1rem;border-radius:12px;background:var(--store-ink);color:#fff;box-shadow:0 12px 35px #071f3a47}.store-toast.is-success{border-left:4px solid var(--store-cyan)}.store-toast.is-warning{border-left:4px solid var(--store-warm)}.store-detail-page{padding-top:1rem}.runtime-product-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;padding-block:.75rem 1rem;color:#587183;font-size:.84rem}.runtime-product-breadcrumb a{color:var(--store-blue);font-weight:800;text-decoration:none}.runtime-product-loading,.runtime-product-error{display:grid;min-height:55vh;place-items:center;align-content:center;gap:.8rem;padding-block:4rem;text-align:center}.runtime-product-loading[hidden],.runtime-product-error[hidden],#runtime-product-content[hidden]{display:none}.runtime-product-error i{color:#a12626;font-size:2rem}.runtime-product-error h2,.runtime-product-error p{max-width:60ch;margin:0;color:var(--store-ink)}.runtime-product-error>div{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:.5rem}.product-detail{padding:1.5rem 0 3rem}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(1.5rem,5vw,4.5rem);align-items:start}.product-main-image{position:relative;overflow:hidden;aspect-ratio:4 / 3;border:1px solid #cfe5ed;border-radius:24px;background:#edf7fa}.product-main-image img{width:100%;height:100%;object-fit:contain}.product-sold-stamp{position:absolute;inset:50% auto auto 50%;padding:.55rem 1.4rem;border:4px solid #fff;color:#fff;background:#071f3ac7;font:900 clamp(1.5rem,5vw,3rem) Kanit,sans-serif;letter-spacing:.12em;transform:translate(-50%,-50%) rotate(-8deg)}.product-thumbnails{display:flex;gap:.65rem;overflow-x:auto;padding:.75rem 0}.product-thumbnails button{flex:0 0 94px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:10px;background:#fff}.product-thumbnails button.is-active{border-color:var(--store-blue)}.product-thumbnails img{width:100%;height:70px;object-fit:cover}.product-buy-panel{position:sticky;top:90px;display:grid;gap:1rem;padding:clamp(1.25rem,3vw,2rem);border:1px solid #cfe5ed;border-radius:24px;background:#fff;box-shadow:0 20px 55px #071f3a1a}.product-badges{display:flex;flex-wrap:wrap;gap:.45rem}.product-badges span{padding:.3rem .65rem;border-radius:999px;background:var(--store-sky);color:var(--store-blue);font-size:.78rem;font-weight:800}.product-buy-panel h1{margin:0;color:var(--store-ink);font-size:clamp(1.8rem,4vw,3rem);line-height:1.03}.product-lead{margin:0;color:var(--store-ink)}.product-price-block{display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem 1rem}.product-price-block strong{color:var(--store-blue);font:800 clamp(1.8rem,4vw,2.7rem) Kanit,sans-serif}.product-price-block del{color:#6e8290}.product-price-block span{color:#7a5100;font-weight:800}.product-quick-facts,.product-spec-table{display:grid;margin:0}.product-quick-facts div,.product-spec-table div{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:.7rem 0;border-bottom:1px solid #e0edf1}.product-quick-facts dt,.product-spec-table dt{color:#587183}.product-quick-facts dd,.product-spec-table dd{margin:0;color:var(--store-ink);font-weight:700;text-align:right;overflow-wrap:anywhere}.product-buy-actions{display:grid;gap:.65rem}.product-trust-list{display:grid;gap:.45rem;margin:0;padding-left:1.2rem;color:var(--store-ink)}.product-policy-link{color:var(--store-blue);font-weight:800;text-decoration-thickness:2px;text-underline-offset:.16em}.product-policy-link:hover{color:var(--store-ink)}.product-sold-message{padding:1rem;border-left:4px solid var(--store-warm);background:#fff8e9}.product-sold-message h2{margin-top:0;color:var(--store-ink)}.product-information{display:grid;grid-template-columns:2fr 1fr;gap:1.25rem;padding-bottom:3rem}.product-information>*{padding:1.4rem;border:1px solid #cfe5ed;border-radius:20px;background:#fff}.product-information h2,.product-complements h2,.product-similar h2{color:var(--store-ink)}.product-complements,.product-similar{padding-bottom:3rem}.product-complement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.product-complement-grid label{display:flex;gap:.7rem;min-height:80px;align-items:center;padding:.85rem;border:1px solid #cfe5ed;border-radius:14px;background:#fff;cursor:pointer}.product-complement-grid input{width:22px;height:22px}.product-complement-grid span{display:grid;color:var(--store-ink)}.product-complement-total{text-align:right;font-size:1.15rem}.product-similar>header{display:flex;align-items:center;justify-content:space-between}.promotions-hero{padding:2rem 0 3rem}.promotions-hero h1{margin:.25rem 0;color:var(--store-ink);font-size:clamp(2rem,5vw,3.5rem)}.promotions-section{padding-bottom:3rem}.promotions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.promotion-card{display:grid;gap:.7rem;padding:1.35rem;border:1px solid #e2c981;border-radius:18px;background:linear-gradient(135deg,#fff,#fff8e9)}.promotion-card h3,.promotion-card p{margin:0;color:var(--store-ink)}.promotion-card>strong{color:var(--store-blue);font-size:1.5rem}.promotion-card a{color:var(--store-blue);font-weight:800}.private-commerce-page{min-height:70vh;padding:1rem 0 4rem}.cart-page>header,.checkout-header,.order-header{max-width:760px;margin-bottom:1.5rem}.cart-page h1,.checkout-header h1,.order-header h1{margin:.2rem 0;color:var(--store-ink);font-size:clamp(2rem,5vw,3.2rem)}.cart-layout,.checkout-layout,.order-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:1.25rem;align-items:start}.cart-items{display:grid;gap:.85rem}.cart-items>.cart-skeleton{min-height:108px}.cart-empty-state{min-height:230px}.cart-item{display:grid;grid-template-columns:112px 1fr auto;gap:1rem;align-items:center;padding:1rem;border:1px solid #cfe5ed;border-radius:16px;background:#fff}.cart-item.is-unavailable{border-color:#d97575;background:#fff7f7}.cart-item img{width:112px;height:84px;object-fit:cover;border-radius:10px}.cart-item h2,.cart-item p{margin:0;color:var(--store-ink)}.cart-item h2{font-size:1.1rem}.cart-item-controls{display:flex;gap:.75rem;align-items:center;margin-top:.65rem}.cart-item-controls input{width:68px;padding:.4rem}.cart-item-controls button{min-height:40px;border:0;background:transparent;color:#a12626;text-decoration:underline}.cart-summary{position:sticky;top:90px;display:grid;gap:.75rem;padding:1.25rem;border:1px solid #cfe5ed;border-radius:18px;background:#fff;box-shadow:0 15px 38px #071f3a17}.cart-summary h2{margin:0;color:var(--store-ink)}.cart-summary dl{display:grid;gap:.65rem;margin:0}.cart-summary dl div{display:flex;justify-content:space-between;gap:1rem}.cart-summary dd{margin:0;font-weight:800}.cart-summary .cart-total{padding-top:.75rem;border-top:1px solid #cfe5ed;font-size:1.15rem}.checkout-submit-note{display:grid;gap:.2rem;margin:.25rem 0;padding:.8rem;border-left:4px solid var(--store-cyan);border-radius:8px;background:var(--store-sky);color:var(--store-ink);font-size:.82rem;line-height:1.5}.checkout-submit-note strong{color:var(--store-ink)}.checkout-stepper{display:flex;gap:.35rem;margin:1.25rem 0 0;padding:0;list-style:none}.checkout-stepper li{flex:1;padding-top:.6rem;border-top:4px solid #cfe5ed;color:#647887;font-size:.85rem}.checkout-stepper .is-done,.checkout-stepper .is-active{border-color:var(--store-blue);color:var(--store-ink);font-weight:800}.checkout-form-card{display:grid;gap:1rem}.checkout-form-card fieldset,.payment-settings-form fieldset{display:grid;gap:1rem;padding:1.25rem;border:1px solid #cfe5ed;border-radius:18px;background:#fff}.checkout-form-card legend{padding:0 .4rem;color:var(--store-ink);font:700 1.15rem Kanit,sans-serif}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.checkout-fields label,.checkout-note{display:grid;gap:.35rem}.checkout-fields .span-2{grid-column:1 / -1}.checkout-fields input,.checkout-note textarea{width:100%;min-height:46px;padding:.7rem;border:1px solid #aacbd7;border-radius:10px;color:var(--store-ink)}.checkout-options{display:grid;gap:.65rem}.checkout-options label{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem;border:1px solid #cfe5ed;border-radius:12px;cursor:pointer}.checkout-options input{width:20px;height:20px}.checkout-options span{display:grid;color:var(--store-ink)}.checkout-options small{color:#617887}.checkout-item-row,.order-item-row{display:flex;justify-content:space-between;gap:1rem;color:var(--store-ink)}.checkout-message{padding:.85rem;border:1px solid #d97575;border-radius:10px;background:#fff3f3;color:#7a1515}.order-shell{padding-top:1.5rem}.order-access{display:flex;max-width:650px;gap:.75rem;padding:1rem;border:1px solid #cfe5ed;border-radius:16px;background:#fff}.order-access label{display:grid;flex:1;gap:.3rem}.order-access input{min-height:46px;padding:.65rem;border:1px solid #aacbd7;border-radius:9px}.order-summary-card{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;margin:1.25rem 0;border:1px solid #cfe5ed;border-radius:16px;background:#cfe5ed}.order-summary-card>div{display:grid;gap:.25rem;padding:1rem;background:#fff}.order-summary-card span{color:#617887}.order-summary-card strong{color:var(--store-ink);overflow-wrap:anywhere}.order-status{color:var(--store-blue)!important}.order-card{margin-bottom:1rem;padding:1.2rem;border:1px solid #cfe5ed;border-radius:16px;background:#fff}.order-card h2{margin-top:0;color:var(--store-ink)}.order-timeline{position:relative;display:grid;gap:1rem;margin:0;padding:0 0 0 1.5rem;list-style:none}.order-timeline:before{content:"";position:absolute;left:.4rem;top:.5rem;bottom:.5rem;width:2px;background:#b9dce7}.order-timeline li{position:relative;display:grid;color:var(--store-ink)}.order-timeline li:before{content:"";position:absolute;left:-1.42rem;top:.35rem;width:.72rem;height:.72rem;border:3px solid #fff;border-radius:50%;background:var(--store-blue);box-shadow:0 0 0 2px var(--store-blue)}.order-timeline span{color:#617887;font-size:.85rem}.order-timeline p{margin:.2rem 0 0}#order-transfer-details{display:grid;margin:0}#order-transfer-details div{display:flex;justify-content:space-between;gap:.75rem;padding:.55rem 0;border-bottom:1px solid #e0edf1}#order-transfer-details dd{margin:0;font-weight:800;overflow-wrap:anywhere;text-align:right}.order-copy-actions{display:flex;gap:.5rem;margin-top:1rem}.order-copy-actions button{min-height:44px;border:1px solid var(--store-blue);border-radius:9px;background:#fff;color:var(--store-blue);font-weight:800}.proof-dropzone{display:grid;gap:.35rem;padding:1.5rem 1rem;border:2px dashed #78b8cd;border-radius:14px;background:var(--store-sky);color:var(--store-ink);text-align:center;cursor:pointer}.proof-dropzone.is-dragging,.proof-dropzone.has-file{border-color:var(--store-blue);background:#dff4fb}.proof-preview:empty{display:none}.proof-preview{margin:.75rem 0;color:var(--store-ink);font-weight:700}.proof-preview img{display:block;width:min(100%,22rem);max-height:18rem;object-fit:contain;border-radius:.75rem;border:1px solid rgba(7,31,58,.14)}#proof-file{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@media(max-width:900px){.home-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-grid,.cart-layout,.checkout-layout,.order-grid{grid-template-columns:1fr}.product-buy-panel,.cart-summary{position:static}.product-information{grid-template-columns:1fr}.product-complement-grid,.order-summary-card{grid-template-columns:1fr 1fr}}@media(max-width:600px){.home-store-grid,.promotions-grid,.product-complement-grid{grid-template-columns:1fr}.store-promotion-banner,.product-similar>header{align-items:flex-start;flex-direction:column}.product-detail-grid{gap:1rem}.product-buy-panel{padding:1rem;border-radius:18px}.product-quick-facts div,.product-spec-table div{grid-template-columns:1fr;gap:.2rem}.product-quick-facts dd,.product-spec-table dd{text-align:left}.cart-item{grid-template-columns:76px 1fr}.cart-item img{width:76px;height:70px}.cart-item>strong{grid-column:2}.checkout-fields{grid-template-columns:1fr}.checkout-fields .span-2{grid-column:auto}.checkout-stepper li{font-size:.7rem}.order-access{flex-direction:column}.order-summary-card{grid-template-columns:1fr}.order-copy-actions{flex-direction:column}.store-toast-region{left:.75rem;right:.75rem;bottom:.75rem}.store-toast{max-width:none}}@media(prefers-reduced-motion:reduce){.home-store-card,.home-store-card img,.store-cart-panel,.store-cart-backdrop{transition:none}.home-store-skeleton,.cart-skeleton{animation:none}}.store-page{background:#f7fafc;color:var(--store-ink);padding-top:66px}.store-page :where(h2,h3,p,span,strong,label,input,select,button,a,address,li,figcaption){color:var(--store-ink)}.store-shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}main.store-page>section.store-hero{background:var(--store-ink);overflow:hidden}.store-hero-grid{display:grid;align-items:stretch}.store-hero-copy{padding:56px 0 34px}.store-hero-copy :where(h1,p,li,i,a){color:#fff}.store-hero-kicker{max-width:48ch;margin:0 0 14px;font-size:.77rem;font-weight:800;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.store-hero h1{max-width:760px;margin:0;font-family:Kanit,sans-serif;font-size:clamp(2.3rem,8vw,4rem);font-weight:700;letter-spacing:-.035em;line-height:.98}.store-hero-lead{max-width:62ch;margin:22px 0 0;font-size:clamp(1rem,2vw,1.18rem);line-height:1.65;opacity:.86}.store-hero-actions,.store-empty-actions,.store-guidance-actions{display:flex;flex-wrap:wrap;gap:10px}.store-hero-actions{margin-top:28px}.store-action{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:1px solid rgba(255,255,255,.45);border-radius:9px;font-weight:800;text-decoration:none;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.store-action-primary{background:var(--store-cyan);border-color:var(--store-cyan);color:var(--store-ink)!important}.store-action-secondary{background:transparent}.store-action:hover{transform:translateY(-2px)}.store-action:focus-visible,.store-page button:focus-visible,.store-page input:focus-visible,.store-page select:focus-visible,.store-page a:focus-visible,.store-detail-dialog button:focus-visible,.store-detail-dialog a:focus-visible{outline:3px solid var(--store-warm);outline-offset:3px}.store-hero-points{display:grid;gap:8px;padding:0;margin:28px 0 0;list-style:none;font-size:.92rem;font-weight:650}.store-hero-points i{width:20px;color:var(--store-cyan)!important}.store-hero-media{position:relative;min-height:300px;margin:0}.store-hero-media picture,.store-hero-media img{display:block;width:100%;height:100%}.store-hero-media img{object-fit:cover;object-position:center}.store-hero-media:after{content:"";position:absolute;inset:0;background:#071f3a26;pointer-events:none}.store-hero-media figcaption{position:absolute;z-index:1;right:14px;bottom:14px;left:14px;max-width:48ch;padding:9px 11px;background:#ffffffe6;border:1px solid rgba(255,255,255,.7);border-radius:7px;color:var(--store-ink);font-size:.76rem;font-weight:700;line-height:1.35}main.store-page>section.store-trust{border-bottom:1px solid var(--store-line);background:var(--store-paper)}.store-trust-grid{display:grid;gap:0}.store-trust p{display:grid;gap:3px;margin:0;padding:18px 0;border-bottom:1px solid var(--store-line)}.store-trust p:last-child{border-bottom:0}.store-trust strong{font-size:.9rem}.store-trust span{color:var(--store-muted);font-size:.82rem;line-height:1.45}.store-catalog,.store-sold,.store-local{padding:64px 0}.store-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}.store-section-label{margin:0 0 8px;color:var(--store-ink)!important;font-size:.75rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.store-section-heading h2,.store-guidance h2,.store-local h2{margin:0;font-family:Kanit,sans-serif;font-size:clamp(1.75rem,5vw,2.65rem);letter-spacing:-.025em;line-height:1.08}.store-section-heading p:not(.store-section-label),.store-guidance p:not(.store-section-label),.store-local p:not(.store-section-label){max-width:68ch;margin:10px 0 0;color:var(--store-muted);line-height:1.65}.store-filter-toggle{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--store-line);border-radius:8px;background:var(--store-paper);font:inherit;font-weight:800;cursor:pointer}.store-filters{display:none;grid-template-columns:1fr;gap:14px;padding:18px;border:1px solid var(--store-line);background:var(--store-paper);box-shadow:var(--store-shadow)}.store-filters.is-open{display:grid}.store-filters label{display:grid;align-content:end;gap:6px;min-width:0;font-size:.78rem;font-weight:800}.store-filters input,.store-filters select{width:100%;min-height:44px;padding:0 12px;border:1px solid #bdcbd8;border-radius:7px;background:#fff;font:inherit;font-size:.9rem}.store-input-wrap{position:relative;display:block}.store-input-wrap i{position:absolute;top:50%;left:13px;transform:translateY(-50%);color:var(--store-muted)}.store-input-wrap input{padding-left:38px}.store-clear-filters,.store-state button,.store-empty-actions a,.store-pagination button,.store-section-heading>button,.store-guidance-actions a,.store-local-cta{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid #a9bdce;border-radius:8px;background:var(--store-sky);color:var(--store-ink);font:inherit;font-size:.88rem;font-weight:800;text-decoration:none;cursor:pointer}.store-clear-filters{align-self:end}.store-category-row{display:flex;gap:8px;overflow-x:auto;margin:18px 0 0;padding:2px 2px 10px;scrollbar-width:thin}.store-category-chip{min-height:36px;flex:0 0 auto;padding:0 13px;border:1px solid var(--store-line);border-radius:999px;background:var(--store-paper);color:var(--store-ink);font:inherit;font-size:.8rem;font-weight:750;cursor:pointer}.store-category-chip.is-active{border-color:var(--store-cyan);background:var(--store-cyan);color:var(--store-ink)!important}.store-results-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0 16px;padding-bottom:12px;border-bottom:1px solid var(--store-line);font-size:.84rem}.store-results-bar p{margin:0}.store-live-note{display:none;align-items:center;gap:7px;color:var(--store-muted)!important}.store-live-note span{width:8px;height:8px;border-radius:50%;background:#159a6d}.store-state{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:34px 18px;border:1px dashed #a9bdce;background:var(--store-paper);text-align:center}.store-state[hidden]{display:none}.store-state>i{font-size:1.8rem;color:var(--store-blue)}.store-state h3,.store-state p{margin:0}.store-state p{max-width:58ch;color:var(--store-muted)}.store-state-error{border-style:solid;border-color:#efb5bb;background:var(--store-danger-bg)}.store-spinner{width:26px;height:26px;border:3px solid #bfd3df;border-top-color:var(--store-blue);border-radius:50%;animation:store-spin .8s linear infinite}@keyframes store-spin{to{transform:rotate(360deg)}}.store-product-grid{display:grid;grid-template-columns:1fr;gap:16px}.store-product-card{position:relative;display:grid;min-width:0;overflow:hidden;border:1px solid var(--store-line);background:var(--store-paper);box-shadow:0 8px 24px #071f3a0f}.store-card-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#edf3f7;color:inherit;text-decoration:none}.store-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}.store-product-card:hover .store-card-media img{transform:scale(1.025)}.store-card-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#7890a6;font-size:2rem}.store-card-flags{position:absolute;top:10px;left:10px;display:flex;flex-wrap:wrap;gap:6px;max-width:calc(100% - 20px)}.store-card-flag{padding:5px 8px;border:1px solid rgba(7,31,58,.14);border-radius:5px;background:#fffffff0;color:var(--store-ink);font-size:.68rem;font-weight:850;line-height:1.1}.store-card-flag.is-sale{background:#ffe4a7}.store-card-body{display:flex;flex-direction:column;min-width:0;padding:16px}.store-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:var(--store-muted);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.store-card-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-product-card h3{margin:0;font-family:Kanit,sans-serif;font-size:1.16rem;line-height:1.25}.store-product-card h3 a{color:var(--store-ink);text-decoration:none}.store-product-card h3 a:hover{color:var(--store-blue)}.store-card-description{display:-webkit-box;min-height:3.9em;overflow:hidden;margin:9px 0 14px;color:var(--store-muted)!important;font-size:.86rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.store-card-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-top:auto}.store-card-price{font-family:Kanit,sans-serif;font-size:1.42rem;font-weight:750;letter-spacing:-.02em}.store-card-original{color:var(--store-muted)!important;font-size:.78rem;text-decoration:line-through}.store-card-saving{width:100%;color:var(--store-ink)!important;font-size:.74rem;font-weight:800}.store-card-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:14px}.store-card-actions button,.store-card-actions a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #a9bdce;border-radius:7px;background:#fff;color:var(--store-ink);font:inherit;font-size:.82rem;font-weight:850;text-decoration:none;cursor:pointer}.store-card-actions button{border-color:var(--store-cyan);background:var(--store-sky)}.store-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px}.store-pagination[hidden]{display:none}.store-pagination button:disabled{opacity:.45;cursor:not-allowed}.store-pagination span{font-size:.84rem;font-weight:800}main.store-page>section.store-guidance{padding:46px 0;border-block:1px solid #b9dce7;background:var(--store-sky)}.store-guidance-grid{display:grid;gap:24px}.store-guidance-actions{align-content:center}main.store-page>section.store-sold{background:#eef3f6}.store-sold[hidden]{display:none}.store-sold .store-product-card{opacity:.92}main.store-page>section.store-local{background:var(--store-paper)}.store-local-grid{display:grid;gap:26px}.store-local address{display:grid;align-content:start;gap:8px;padding:20px;border-left:4px solid var(--store-cyan);background:var(--store-sky);font-style:normal}.store-local address a:not(.store-local-cta){width:fit-content;font-weight:750}.store-local-cta{width:fit-content;margin-top:8px;border-color:var(--store-cyan);background:#fff}.store-detail-dialog{width:min(880px,calc(100% - 24px));max-height:calc(100dvh - 24px);padding:0;overflow:auto;border:0;background:#fff;color:var(--store-ink);box-shadow:0 30px 80px #071f3a4d}.store-detail-dialog::backdrop{background:#071f3ab8}.store-dialog-shell{position:relative;min-height:260px;padding:22px}.store-dialog-status-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.store-dialog-close{position:sticky;z-index:2;top:0;left:100%;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--store-line);border-radius:50%;background:#fff;color:var(--store-ink);cursor:pointer}.store-dialog-grid{display:grid;gap:22px}.store-dialog-media{aspect-ratio:4 / 3;overflow:hidden;background:#edf3f7}.store-dialog-media img{width:100%;height:100%;display:block;object-fit:contain}.store-dialog-copy h3{margin:0 0 10px;font-family:Kanit,sans-serif;font-size:clamp(1.6rem,5vw,2.4rem);line-height:1.05}.store-dialog-copy>p{margin:0 0 16px;color:var(--store-muted);line-height:1.65}.store-dialog-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:18px 0;overflow:hidden;border:1px solid var(--store-line);background:var(--store-line)}.store-dialog-specs div{display:grid;gap:3px;padding:10px;background:#fff}.store-dialog-specs dt{color:var(--store-muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.store-dialog-specs dd{margin:0;color:var(--store-ink);font-size:.88rem;font-weight:750}.store-dialog-cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid var(--store-cyan);border-radius:8px;background:var(--store-sky);color:var(--store-ink);font-weight:850;text-decoration:none}@media(min-width:560px){.store-product-grid,.store-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.store-search-field{grid-column:1 / -1}}@media(min-width:760px){.store-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-trust p{padding:20px 22px;border-right:1px solid var(--store-line);border-bottom:0}.store-trust p:first-child{padding-left:0}.store-trust p:last-child{padding-right:0;border-right:0}.store-live-note{display:flex}.store-guidance-grid,.store-local-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);align-items:center}.store-dialog-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}}@media(min-width:900px){.store-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)}.store-hero-copy{padding:74px 48px 70px 0}.store-hero-media{min-height:560px}.store-filter-toggle{display:none}.store-filters,.store-filters.is-open{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end}.store-search-field{grid-column:span 2}.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-sold-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:559px){.store-cart-launcher{right:110px;bottom:calc(18px + env(safe-area-inset-bottom,0px));grid-template-columns:auto auto;min-height:54px;padding:.45rem;border-radius:15px}.store-cart-launcher-copy{display:none}.store-cart-launcher-icon{width:40px;height:40px}.store-cart-launcher-count{position:absolute;top:-7px;right:-7px;min-width:23px;height:23px;font-size:.7rem}.store-toast-region{right:.75rem;bottom:calc(86px + env(safe-area-inset-bottom,0px));left:.75rem}.store-toast{max-width:none}.store-cart-drawer-item{grid-template-columns:58px minmax(0,1fr) auto}.store-cart-drawer-item>img{width:58px;height:50px}.store-dialog-specs{grid-template-columns:1fr}.store-dialog-specs dd{overflow-wrap:anywhere}}@media(min-width:1160px){.store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.store-spinner{animation-duration:1.8s}.store-action,.store-card-media img,.store-cart-launcher{transition:none}.store-cart-launcher.is-pulsing{animation:none}.store-action:hover,.store-product-card:hover .store-card-media img{transform:none}}.store-marketplace-header{border-bottom:1px solid var(--store-line);background:var(--store-paper)}.store-marketplace-header-inner{display:grid;gap:1rem;padding-block:1.25rem 1.1rem}.store-marketplace-header h1{max-width:24ch;margin:.15rem 0 0;color:var(--store-ink);font-family:Kanit,sans-serif;font-size:clamp(1.75rem,6vw,2.8rem);letter-spacing:-.035em;line-height:1.02}.store-marketplace-lead{max-width:62ch;margin:.55rem 0 0;color:var(--store-muted);font-size:.94rem;line-height:1.5}.store-marketplace-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.store-marketplace-actions a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding-inline:.85rem;border:1px solid var(--store-line);border-radius:9px;background:var(--store-paper);color:var(--store-ink);font-size:.84rem;font-weight:850;text-decoration:none;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.store-marketplace-actions a:first-child{border-color:var(--store-blue);background:var(--store-blue);color:#fff}.store-marketplace-actions a:hover{border-color:var(--store-cyan);background:var(--store-sky);color:var(--store-ink);transform:translateY(-1px)}.store-marketplace-actions a:first-child:hover{border-color:var(--store-ink);background:var(--store-ink);color:#fff}.store-marketplace .store-catalog{padding-block:1.35rem 4rem}.store-marketplace .store-catalog-heading{align-items:center;margin-bottom:1rem}.store-marketplace .store-catalog-heading h2{font-size:clamp(1.45rem,4vw,2rem)}.store-marketplace .store-catalog-heading p{margin-top:.3rem;font-size:.88rem}.store-marketplace .store-filters{box-shadow:0 8px 24px #071f3a0e}.store-marketplace .store-category-row{margin-top:.85rem}.store-marketplace .store-results-bar{margin-top:1rem}.store-marketplace .store-product-grid{gap:1rem}.store-marketplace .store-product-card{border-radius:12px;box-shadow:0 5px 16px #071f3a0e;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.store-marketplace .store-product-card:hover{border-color:#9dcbd8;box-shadow:0 12px 26px #071f3a1c;transform:translateY(-2px)}@media(min-width:760px){.store-marketplace-header-inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding-block:1.35rem}.store-marketplace-actions{min-width:260px}}.store-marketplace .store-search-bar{margin-bottom:1.35rem}.store-marketplace .store-search-bar .store-search-field{display:grid;gap:.45rem;max-width:none;font-size:.78rem;font-weight:850}.store-marketplace .store-search-bar .store-input-wrap input{min-height:52px;border-color:#9fc5d2;border-radius:11px;box-shadow:0 6px 18px #071f3a0f;font-size:.98rem}.store-catalog-layout{display:grid;gap:1.25rem}.store-catalog-sidebar,.store-results-column{min-width:0}.store-catalog-sidebar{align-self:start}.store-marketplace .store-filters{gap:1rem;padding:1rem;border-radius:12px}.store-filter-source{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.store-check-group{display:grid;gap:.15rem;min-width:0;margin:0;padding:.8rem .85rem .7rem;border:1px solid var(--store-line);border-radius:10px}.store-check-group legend{padding-inline:.25rem;color:var(--store-ink);font-size:.78rem;font-weight:900}.store-check-option{display:flex!important;min-height:36px;align-items:center;gap:.55rem;padding:.25rem .15rem;color:var(--store-ink);font-size:.84rem!important;font-weight:650!important;cursor:pointer}.store-check-option input{width:18px;height:18px;flex:0 0 18px;margin:0;accent-color:var(--store-blue)}.store-check-option:hover span,.store-check-option:has(input:checked) span{color:var(--store-blue);font-weight:850}.store-filter-field{display:grid!important;gap:.4rem!important;font-size:.78rem!important;font-weight:850!important}.store-filter-field input,.store-filter-field select{min-height:42px}.store-price-fields{display:grid;gap:.75rem}.store-marketplace .store-clear-filters{width:100%;margin-top:.1rem}.store-marketplace .store-card-media{aspect-ratio:1.45 / 1}.store-marketplace .store-card-body{padding:.8rem}.store-marketplace .store-card-meta{margin-bottom:.45rem;font-size:.64rem}.store-marketplace .store-product-card h3{font-size:1rem;line-height:1.18}.store-marketplace .store-card-description{min-height:3em;margin:.5rem 0 .7rem;font-size:.78rem;line-height:1.4;-webkit-line-clamp:2}.store-marketplace .store-card-price{font-size:1.18rem}.store-marketplace .store-card-actions{gap:.45rem;margin-top:.75rem}.store-marketplace .store-card-actions button,.store-marketplace .store-card-actions a{min-height:38px;padding-inline:.65rem;font-size:.75rem}@media(min-width:560px){.store-price-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:899px){.store-marketplace .store-filters.is-open{display:grid}}@media(min-width:900px){.store-catalog-layout{grid-template-columns:minmax(205px,235px) minmax(0,1fr);align-items:start}.store-catalog-sidebar{position:sticky;top:84px}.store-marketplace .store-catalog-sidebar .store-filters,.store-marketplace .store-catalog-sidebar .store-filters.is-open{display:grid;grid-template-columns:1fr}}
