:root{--orange:#e95316;--orange-dark:#b9360a;--ink:#1d2524;--muted:#68716f;--paper:#f7f5ef;--white:#fff;--line:#deded8;--green:#177a4c;--shadow:0 18px 50px rgba(29,37,36,.14)}
[hidden]{display:none!important}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans Thai",sans-serif;line-height:1.55}button,input,textarea{font:inherit}button,a{touch-action:manipulation}.notice{background:var(--ink);color:#fff;text-align:center;padding:7px 16px;font-size:12px;letter-spacing:.01em}.site-header{position:sticky;top:0;z-index:30;background:rgba(247,245,239,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(29,37,36,.1)}.header-row{max-width:1180px;margin:auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none}.brand img{width:42px;height:42px;border-radius:12px;object-fit:cover}.brand span{display:flex;flex-direction:column}.brand strong{font-size:16px}.brand small{font-size:11px;color:var(--muted)}.icon-button{position:relative;border:1px solid var(--line);background:#fff;border-radius:12px;width:46px;height:46px;font-size:21px;cursor:pointer}.icon-button b{position:absolute;right:-5px;top:-5px;min-width:21px;height:21px;padding:0 5px;border-radius:12px;background:var(--orange);color:#fff;font-size:11px;line-height:21px}.search-wrap{max-width:1180px;margin:0 auto 12px;padding:0 20px;position:relative;display:block}.search-wrap span{position:absolute;left:38px;top:7px;font-size:25px;color:var(--muted)}.search-wrap input{width:100%;height:46px;padding:0 18px 0 50px;border:1px solid var(--line);border-radius:13px;background:#fff;outline:none}.search-wrap input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(233,83,22,.12)}main{max-width:1180px;margin:auto;padding:22px 20px 80px}.intro{min-height:390px;padding:58px;display:flex;flex-direction:column;justify-content:space-between;border-radius:28px;background:linear-gradient(125deg,#d9420d 0%,#f3742a 60%,#f3ae54 100%);color:#fff;overflow:hidden;position:relative}.intro:after{content:"";position:absolute;width:310px;height:310px;border:65px solid rgba(255,255,255,.12);border-radius:50%;right:-75px;top:-60px}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-weight:700;font-size:11px;margin:0 0 8px}.intro h1{font-size:clamp(34px,6vw,62px);line-height:1.06;letter-spacing:-.04em;margin:0 0 16px;max-width:720px}.intro p:not(.eyebrow){margin:0 0 24px;max-width:580px;opacity:.9}.primary-link,.line-link{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:#fff;text-decoration:none;padding:12px 20px;border-radius:11px;font-weight:700;font-size:14px;width:max-content}.intro-points{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:1}.intro-points span{border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.12);border-radius:99px;padding:7px 12px;font-size:12px}.catalog{padding:68px 0 22px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-heading h2,.help-strip h2{margin:0;font-size:clamp(25px,4vw,38px);letter-spacing:-.03em}.section-heading>span{font-size:12px;color:var(--muted)}.categories{display:flex;gap:8px;overflow:auto;padding:22px 0 18px;scrollbar-width:none}.category-button{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:9px 15px;border-radius:99px;color:var(--ink);cursor:pointer}.category-button.active{background:var(--ink);border-color:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product-card{border:0;background:#fff;padding:0;text-align:left;border-radius:18px;overflow:hidden;cursor:pointer;color:inherit;box-shadow:0 1px 0 rgba(29,37,36,.08);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(29,37,36,.12)}.product-image{aspect-ratio:1;background:#e9e9e3;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover img{transform:scale(1.035)}.product-tag{position:absolute;left:10px;top:10px;background:var(--orange);color:#fff;padding:4px 8px;border-radius:7px;font-size:10px;font-weight:700}.product-card-body{padding:14px}.product-card h3{font-size:14px;line-height:1.45;margin:0 0 9px;min-height:41px}.product-card .price{font-size:19px;font-weight:700;color:var(--orange-dark)}.product-card .stock{font-size:11px;color:var(--green);float:right;margin-top:6px}.empty-state{text-align:center;padding:70px 20px;background:#fff;border-radius:18px}.empty-state p{color:var(--muted)}.help-strip{margin:65px 0 20px;padding:32px 36px;background:#fff;border:1px solid var(--line);border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.line-link{background:#06a84f}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.info-grid article{background:#e9e6dc;border-radius:18px;padding:24px}.info-grid span{font-size:11px;font-weight:700;color:var(--orange)}.info-grid h3{margin:24px 0 4px}.info-grid p{margin:0;color:var(--muted);font-size:13px}footer{background:var(--ink);color:#fff;padding:42px max(20px,calc((100vw - 1140px)/2));display:grid;grid-template-columns:minmax(210px,.8fr) minmax(340px,1.3fr) auto;gap:30px}footer p,footer small{color:#aeb7b5;font-size:12px}.company-contact{display:flex;flex-direction:column;gap:5px;font-style:normal;color:#cbd1d0;font-size:14px}.company-contact strong{color:#fff}.company-contact a{width:max-content}.footer-links{display:flex;align-items:flex-start;gap:20px}footer a{color:#fff;text-decoration:none;font-size:13px}footer a:hover{text-decoration:underline}footer small{grid-column:1/-1;border-top:1px solid #3c4544;padding-top:20px}.backdrop{position:fixed;inset:0;background:rgba(16,22,21,.58);z-index:50;backdrop-filter:blur(3px)}.drawer{position:fixed;z-index:60;right:0;top:0;height:100%;width:min(520px,100%);background:#fff;transform:translateX(102%);transition:transform .25s ease;box-shadow:var(--shadow);overflow:auto}.drawer.open{transform:none}.close-button{width:42px;height:42px;border:0;border-radius:50%;background:#f1f0eb;font-size:25px;cursor:pointer;position:absolute;right:15px;top:15px;z-index:2}.detail-image{width:100%;aspect-ratio:1.1;object-fit:cover;background:#eee}.detail-body{padding:28px}.detail-body h2{font-size:28px;line-height:1.25;margin:6px 45px 8px 0}.detail-desc{font-size:13px;color:var(--muted)}.detail-label{font-size:12px;font-weight:700;margin:24px 0 9px}.variant-list{display:flex;gap:8px;flex-wrap:wrap}.variant-option{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 12px;cursor:pointer}.variant-option.active{border-color:var(--orange);background:#fff4ed;color:var(--orange-dark)}.detail-buy-row{display:grid;grid-template-columns:110px 1fr;gap:10px;margin-top:26px}.qty-control{display:flex;border:1px solid var(--line);border-radius:10px;overflow:hidden}.qty-control button{width:35px;border:0;background:#f5f4ef;cursor:pointer}.qty-control input{width:40px;border:0;text-align:center}.primary-button{border:0;border-radius:11px;background:var(--orange);color:#fff;font-weight:700;padding:13px 18px;cursor:pointer}.primary-button:disabled{background:#b9bfbd;cursor:not-allowed}.drawer-header{padding:28px 66px 20px 24px;border-bottom:1px solid var(--line)}.drawer-header h2{margin:0}.cart-drawer{display:flex;flex-direction:column;overflow:hidden}.cart-items{flex:1;overflow:auto;padding:8px 22px}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:10px}.cart-item h3{font-size:13px;margin:0}.cart-item p{font-size:11px;color:var(--muted);margin:2px 0}.mini-qty{display:flex;align-items:center;gap:8px;margin-top:7px}.mini-qty button{width:26px;height:26px;border:1px solid var(--line);background:#fff;border-radius:6px}.remove-button{border:0;background:none;color:#a23b2d;font-size:11px;padding:0;cursor:pointer}.cart-empty{padding:70px 10px;text-align:center;color:var(--muted)}.cart-footer{border-top:1px solid var(--line);padding:18px 22px;background:#fff}.cart-total{display:flex;justify-content:space-between;margin-bottom:12px}.cart-total strong{font-size:23px}.cart-footer .primary-button{width:100%}.checkout,.success-view{position:fixed;inset:0;z-index:70;background:var(--paper);overflow:auto}.checkout-shell{max-width:960px;margin:auto;padding:28px 20px 70px}.back-button,.text-button{border:0;background:none;color:var(--orange-dark);padding:6px 0;cursor:pointer}.checkout-heading{margin:36px 0 25px}.checkout-heading h2{font-size:38px;margin:0}.checkout-heading p:last-child{color:var(--muted)}.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:25px;align-items:start}.checkout form,.order-summary{background:#fff;border-radius:18px;padding:25px;border:1px solid var(--line)}.field{margin-bottom:16px}.field label,legend{display:block;font-size:12px;font-weight:700;margin-bottom:6px}.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px 12px;outline:none}.field input:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(233,83,22,.1)}fieldset{border:0;padding:0;margin:22px 0}.payment{display:flex;gap:10px;border:1px solid var(--line);border-radius:10px;padding:13px;margin-top:8px;cursor:pointer}.payment span{display:flex;flex-direction:column}.payment small{color:var(--muted)}.remember{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--muted)}.form-error{color:#b3261e;font-size:12px;min-height:19px}.submit-button{width:100%;font-size:16px}.order-summary h3{margin-top:0}.summary-item,.summary-row,.summary-total{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.summary-item span:first-child{max-width:230px}.summary-total{border:0;font-size:18px}.success-text{color:var(--green)}.success-view{display:grid;place-items:center;padding:20px}.success-card{max-width:520px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:45px;text-align:center}.success-icon{width:62px;height:62px;border-radius:50%;background:#dff4e9;color:var(--green);display:grid;place-items:center;margin:auto;font-size:30px}.success-card h2{font-size:34px;margin:10px 0}.success-card .line-link{margin:18px auto 10px}.success-card .text-button{display:block;margin:auto}.mobile-cart{display:none;position:fixed;z-index:40;bottom:0;left:0;right:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line)}.mobile-cart button{width:100%;display:flex;justify-content:space-between;border:0;border-radius:12px;background:var(--orange);color:#fff;padding:13px 16px;font-weight:700}.toast{position:fixed;z-index:90;left:50%;bottom:25px;transform:translate(-50%,30px);opacity:0;background:var(--ink);color:#fff;padding:10px 16px;border-radius:9px;font-size:13px;transition:.2s;pointer-events:none}.toast.show{transform:translate(-50%,0);opacity:1}
.price-line{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.original-price{color:var(--muted);font-size:13px;text-decoration-thickness:1.5px}.detail-price{display:flex;align-items:baseline;gap:10px;margin-top:18px}.detail-price .price{font-size:27px;font-weight:800;color:var(--orange-dark)}.detail-price .original-price{font-size:16px}.product-gallery{background:#eee}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px;background:#fff;scrollbar-width:thin}.gallery-thumb{flex:0 0 64px;width:64px;height:64px;padding:2px;border:2px solid transparent;border-radius:9px;background:#fff;cursor:pointer}.gallery-thumb.active{border-color:var(--orange)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:5px}
.upsell-section{padding:12px 14px;border-top:2px solid #fff3e0;background:#fffde7;flex-shrink:0}.upsell-section h3{margin:0 0 9px;color:var(--orange-dark);font-size:13px}.upsell-grid{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px}.upsell-card{display:grid;grid-template-columns:76px 1fr;gap:8px;min-width:225px;background:#fff;border-radius:9px;padding:7px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.upsell-card>img{width:76px;height:76px;border-radius:6px;object-fit:cover}.upsell-card h4{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;font-size:10px;line-height:1.35}.upsell-card strong{display:block;margin-top:3px;color:var(--orange);font-size:13px}.upsell-card button{width:100%;margin-top:3px;padding:4px;border:1px solid var(--orange);border-radius:5px;background:#fff3e0;color:var(--orange-dark);font-size:10px;font-weight:700;cursor:pointer}.upsell-card button:hover{background:#ffe0b2}
.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.field select{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px 34px 11px 12px;outline:none;background:#fff;color:var(--ink)}.field select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(233,83,22,.1)}.field select:disabled{background:#f2f2ef;color:#999}.address-status{margin:-8px 0 14px;color:var(--muted);font-size:11px}.address-status.error{color:#b3261e}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(3,1fr)}.checkout-layout{grid-template-columns:1fr}.order-summary{grid-row:1}.intro{padding:42px}.help-strip{align-items:flex-start}}
@media(max-width:640px){.notice{font-size:10px}.header-row{padding:9px 14px}.search-wrap{padding:0 14px;margin-bottom:9px}.search-wrap span{left:31px}.brand img{width:38px;height:38px}.intro{min-height:390px;padding:32px 23px;border-radius:20px}.intro h1{font-size:38px}.intro:after{right:-180px}.intro-points{gap:6px}.intro-points span{font-size:10px}main{padding:14px 14px 90px}.catalog{padding-top:48px}.section-heading{align-items:start}.section-heading>span{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-card{border-radius:13px}.product-card-body{padding:11px}.product-card h3{font-size:12px;min-height:36px}.product-card .price{font-size:16px}.product-card .stock{display:none}.help-strip{margin-top:48px;padding:25px;flex-direction:column}.help-strip h2{font-size:25px}.info-grid{grid-template-columns:1fr}.info-grid article{padding:20px}.info-grid h3{margin-top:10px}footer{grid-template-columns:1fr;padding:35px 20px}.footer-links{flex-wrap:wrap}.company-contact{font-size:16px}.detail-body{padding:22px}.detail-body h2{font-size:23px}.detail-buy-row{grid-template-columns:95px 1fr}.mobile-cart{display:block}.checkout-heading{margin:25px 0 18px}.checkout-heading h2{font-size:30px}.checkout form,.order-summary{padding:18px}.success-card{padding:32px 22px}.toast{bottom:82px;width:max-content;max-width:90%;text-align:center}}

/* Original Kwanjai storefront look */
:root{--orange:#e65100;--orange-dark:#ac1900;--ink:#212121;--muted:#757575;--paper:#fafafa;--line:#e0e0e0;--green:#43a047;--gold:#ffb300}
.notice{background:linear-gradient(135deg,var(--orange),var(--orange-dark));padding:8px 16px}
.site-header{background:#fff;backdrop-filter:none;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.header-row{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:16px;max-width:1200px;padding:10px 16px}
.brand img{width:40px;height:40px;border-radius:10px}.brand strong{font-size:16px}.icon-button{border:0;background:transparent;font-size:24px}
.search-wrap{max-width:none;margin:0;padding:0;align-self:center}.search-wrap input{height:40px;border:2px solid var(--line);border-radius:22px;padding:0 46px 0 15px}.search-wrap span{left:auto;right:4px;top:3px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:21px}
.main-nav{max-width:1200px;margin:auto;padding:0 16px;display:flex;overflow-x:auto;border-top:1px solid #f4f4f4}.main-nav a{padding:10px 16px 8px;border-bottom:3px solid transparent;color:var(--muted);font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap}.main-nav a:first-child,.main-nav a:hover{color:var(--orange);border-color:var(--orange)}
main{max-width:none;margin:0;padding:0 0 70px}.intro{min-height:0;padding:48px 16px;border-radius:0;background:linear-gradient(135deg,var(--orange),#bf360c,#8d1c00);text-align:center;display:block}.intro:after{display:none}.intro h1{margin:0 auto 10px;max-width:700px;font-size:clamp(28px,4vw,42px);line-height:1.25;letter-spacing:0}.intro p:not(.eyebrow){margin:0 auto 18px}.primary-link{margin:auto;background:#fff;color:var(--orange-dark);padding:10px 20px}
.hero-stats{display:flex;justify-content:center;gap:38px;margin-top:24px;flex-wrap:wrap}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:24px}.hero-stats span{font-size:12px;opacity:.82}
.trust-bar{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;background:#fff;border-bottom:1px solid var(--line);padding:16px;color:var(--muted);font-size:13px}
.catalog,.help-strip,.info-grid{max-width:1200px;margin-left:auto;margin-right:auto}.catalog{padding:28px 16px 22px}.section-heading h2,.help-strip h2{font-size:22px;letter-spacing:0}.section-heading .eyebrow{display:none}.categories{padding:14px 0 18px}.category-button{padding:8px 16px;border-radius:20px;font-size:13px}.category-button.active{background:var(--orange);border-color:var(--orange)}
.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.product-card{border-radius:12px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.product-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1)}.product-tag{background:linear-gradient(135deg,#ffd54f,#ffb300);color:#4e342e;border-radius:5px}.product-card-body{padding:12px}.product-card h3{font-size:13px;font-weight:500;min-height:38px;margin-bottom:8px}.product-card .price{font-size:18px;color:var(--orange)}.product-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:6px;color:var(--muted);font-size:12px;white-space:nowrap}.product-meta .star{color:var(--gold)}
.help-strip{margin-top:42px}.info-grid{padding:0 16px}.info-grid article{background:#fff;border:1px solid var(--line)}
.drawer:not(.cart-drawer){left:50%;right:auto;top:50%;height:auto;max-height:calc(100% - 24px);width:min(960px,calc(100% - 24px));border-radius:14px;transform:translate(-50%,-46%) scale(.98);opacity:0;pointer-events:none;transition:.22s}.drawer:not(.cart-drawer).open{transform:translate(-50%,-50%) scale(1);opacity:1;pointer-events:auto}.drawer:not(.cart-drawer) #productDetail{display:grid;grid-template-columns:1fr 1fr}.detail-body{padding:24px}.detail-badge{display:inline-block;background:var(--orange);color:#fff;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.detail-body h2{font-size:20px;margin:10px 45px 8px 0}.detail-rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:13px}.detail-rating strong{color:var(--orange)}.detail-rating .stars{color:var(--gold);letter-spacing:-2px}.detail-rating .stars.empty{color:#bdbdbd}.detail-rating i{height:16px;width:1px;background:var(--line)}.detail-price-box{margin-top:14px;padding:1px 14px 12px;border-radius:10px;background:#fff3e0}.detail-desc{margin-top:18px}.detail-image{aspect-ratio:1;display:block}.detail-buy-row{margin-top:22px}
@media(max-width:640px){.header-row{grid-template-columns:1fr auto;gap:8px}.header-row .search-wrap{grid-column:1/-1;grid-row:2}.main-nav{padding:0 6px}.intro{margin:0;padding:38px 18px}.intro h1{font-size:28px}.hero-stats{gap:22px}.hero-stats strong{font-size:20px}.trust-bar{gap:12px;padding:12px;font-size:11px}.catalog{padding:28px 12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-meta{font-size:11px;gap:4px}.drawer:not(.cart-drawer){inset:0;width:100%;height:100%;max-height:none;border-radius:0;transform:translateX(102%);opacity:1}.drawer:not(.cart-drawer).open{transform:none}.drawer:not(.cart-drawer) #productDetail{display:block}.detail-body h2{font-size:21px}.help-strip{margin:38px 12px 14px}.info-grid{padding:0 12px}.upsell-card{min-width:210px}.address-grid{grid-template-columns:1fr}}
.copy-order-button{width:100%;display:flex!important;align-items:center;justify-content:center;gap:9px;margin-top:18px;background:var(--orange)}.copy-order-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.copy-order-button.copied{background:var(--green);color:#fff}.line-confirm-status{margin:7px 0 13px;color:var(--muted);font-size:12px}.line-confirm-button{width:100%;margin:0!important;gap:9px;text-align:left;line-height:1.35}.line-confirm-button>span{display:grid;place-items:center;flex:0 0 38px;height:30px;border-radius:6px;background:#fff;color:#06a84f;font-size:10px;font-weight:900}.line-confirm-button b{font-size:13px}.line-paste-hint{margin:7px 0 12px;color:var(--muted);font-size:12px}.success-card .text-button{margin-top:4px}
.bank-transfer{margin:10px 0 14px 28px;padding:15px;border:1px solid #b8ddc5;border-radius:12px;background:#f1fbf4}.bank-account-head{display:flex;align-items:center;gap:11px}.bank-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#13864d;color:#fff;font-size:22px;font-weight:800}.bank-account-head div{display:flex;flex-direction:column}.bank-account-head small{color:var(--muted);font-size:11px}.bank-account-head strong{font-size:22px;letter-spacing:.04em;color:#0d6338}.bank-account-name{display:flex;justify-content:space-between;gap:10px;margin:11px 0;color:var(--ink);font-size:12px}.bank-account-name span{color:#0d6338}.copy-bank-button{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #13864d;border-radius:9px;background:#fff;color:#0d6338;padding:9px 12px;font-weight:700;cursor:pointer}.copy-bank-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.copy-bank-button.copied{background:#13864d;color:#fff}.bank-copy-status{display:block;min-height:17px;margin-top:5px;color:#0d6338;text-align:center}
@media(max-width:640px){.bank-transfer{margin-left:0}.bank-account-name{flex-direction:column;gap:2px}}
.tax-invoice-section{margin:18px 0;padding-top:18px;border-top:1px solid var(--line)}.tax-invoice-toggle{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer}.tax-invoice-toggle input{width:19px;height:19px;margin-top:2px;accent-color:var(--orange)}.tax-invoice-toggle span{display:flex;flex-direction:column}.tax-invoice-toggle small{color:var(--muted)}.tax-invoice-fields{margin-top:10px;padding:16px 16px 1px;border-radius:11px;background:#fff7f1;border:1px solid #f4c9b6}.tax-invoice-fields textarea{resize:vertical;min-height:80px}
.slip-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.slip-upload{display:flex;align-items:center;gap:10px;margin-top:13px;padding:12px;border:1.5px dashed #13864d;border-radius:10px;background:#fff;color:#0d6338;cursor:pointer}.slip-upload:hover{background:#eaf8ef}.slip-upload svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.slip-upload span{display:flex;min-width:0;flex-direction:column}.slip-upload small{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}

/* Larger, mobile-friendly typography */
body{font-size:17px}.notice{font-size:14px}.brand strong{font-size:18px}.brand small{font-size:13px}.search-wrap input{font-size:16px}.main-nav a{font-size:15px}.intro p:not(.eyebrow){font-size:17px}.primary-link,.line-link{font-size:16px}.intro-points span,.hero-stats span{font-size:14px}.trust-bar{font-size:15px}.section-heading h2,.help-strip h2{font-size:26px}.category-button{font-size:15px}.product-card h3{font-size:16px;min-height:46px}.product-card .price{font-size:21px}.product-meta{font-size:14px}.detail-body h2{font-size:24px}.detail-desc{font-size:16px}.detail-label{font-size:14px}.variant-option{font-size:15px}.cart-item h3{font-size:15px}.cart-item p,.remove-button{font-size:13px}.upsell-section h3{font-size:15px}.upsell-card h4{font-size:13px}.upsell-card button{font-size:12px}.field label,legend{font-size:15px}.field input,.field textarea,.field select{font-size:16px;min-height:46px}.payment small,.tax-invoice-toggle small{font-size:14px}.remember,.form-error{font-size:14px}.summary-item,.summary-row,.summary-total{font-size:15px}.address-status,.bank-copy-status,.line-confirm-status,.line-paste-hint{font-size:13px}.bank-account-head small,.bank-account-name{font-size:14px}.slip-upload{min-height:62px}.slip-upload strong{font-size:16px}.slip-upload small{font-size:14px}.primary-button,.copy-bank-button,.mobile-cart button{font-size:16px;min-height:46px}footer p,footer small,footer a{font-size:14px}
@media(max-width:640px){body{font-size:16px}.notice{font-size:12px}.main-nav a{font-size:14px}.intro-points span{font-size:12px}.trust-bar{font-size:13px}.section-heading h2,.help-strip h2{font-size:24px}.category-button{font-size:14px;min-height:42px}.product-card h3{font-size:14px;line-height:1.5;min-height:42px}.product-card .price{font-size:18px}.product-meta{font-size:12px}.detail-desc{font-size:15px}.field label,legend{font-size:15px}.payment{padding:15px 13px}.payment small,.tax-invoice-toggle small{font-size:13px}.summary-item,.summary-row,.summary-total{font-size:14px}.success-card p{font-size:15px}}

/* Extra-clear 20px reading size */
body{font-size:20px}.notice{font-size:16px}.brand strong{font-size:20px}.brand small{font-size:15px}.search-wrap input{font-size:20px}.main-nav a{font-size:17px}.intro p:not(.eyebrow){font-size:20px}.primary-link,.line-link{font-size:20px}.intro-points span,.hero-stats span{font-size:16px}.trust-bar{font-size:18px}.section-heading h2,.help-strip h2{font-size:30px}.category-button{font-size:18px}.product-card h3{font-size:18px;line-height:1.5;min-height:54px}.product-card .price{font-size:22px}.product-meta{font-size:15px}.detail-body h2{font-size:28px}.detail-desc{font-size:20px}.detail-label,.variant-option{font-size:18px}.cart-item h3{font-size:18px}.cart-item p,.remove-button{font-size:16px}.upsell-section h3{font-size:18px}.upsell-card h4{font-size:16px}.upsell-card button{font-size:15px}.field label,legend{font-size:18px}.field input,.field textarea,.field select{font-size:20px;min-height:52px}.payment{font-size:20px}.payment small,.tax-invoice-toggle small{font-size:17px}.remember,.form-error{font-size:17px}.summary-item,.summary-row,.summary-total{font-size:18px}.address-status,.bank-copy-status,.line-confirm-status,.line-paste-hint{font-size:16px}.bank-account-head small,.bank-account-name{font-size:17px}.slip-upload{min-height:70px}.slip-upload strong{font-size:20px}.slip-upload small{font-size:17px}.primary-button,.copy-bank-button,.mobile-cart button{font-size:20px;min-height:52px}footer p,footer small,footer a{font-size:16px}
@media(max-width:640px){body{font-size:20px}.notice{font-size:15px}.main-nav a{font-size:17px}.intro-points span{font-size:15px}.trust-bar{font-size:16px}.section-heading h2,.help-strip h2{font-size:28px}.category-button{font-size:17px;min-height:46px}.product-card h3{font-size:18px;line-height:1.5;min-height:81px}.product-card .price{font-size:22px}.product-meta{font-size:15px;white-space:normal}.detail-desc{font-size:20px}.field label,legend{font-size:18px}.payment small,.tax-invoice-toggle small{font-size:17px}.summary-item,.summary-row,.summary-total{font-size:18px}.success-card p{font-size:20px}}
.cart-loading{margin:8px 0 14px;padding:12px 14px;border-radius:10px;background:#fff3e0;color:var(--orange-dark);font-size:16px;text-align:center}
