:root{--bg:#f4f4f1;--paper:#fff;--ink:#161616;--muted:#74746f;--line:#dfded8;--soft:#ecebe5;--accent:#105d78;--radius:24px;--shadow:0 18px 50px rgba(0,0,0,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input{font:inherit}.site-header{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;padding:16px 42px;background:rgba(244,244,241,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:14px;align-items:center}.brand img{width:76px}.brand strong,.brand small{display:block}.brand small{font-size:11px;line-height:1.4;color:var(--muted)}nav{display:flex;gap:26px;font-weight:800;font-size:14px}nav em{display:block;font-size:11px;font-style:normal;color:var(--muted);text-align:center;margin-top:2px}main{max-width:1440px;margin:auto;padding:34px 36px 80px}.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:28px;min-height:530px}.hero>div{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#efeee9);box-shadow:var(--shadow);padding:58px}.eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:12px;color:var(--accent)}h1{font-size:64px;line-height:1.02;letter-spacing:-.05em;margin:0 0 22px}.hero p{font-size:18px;line-height:1.65;color:#4c4c48}.ko{color:var(--muted)!important}.button{display:inline-flex;gap:9px;align-items:center;margin-top:20px;background:#111;color:#fff;border-radius:999px;padding:14px 22px;font-weight:800}.button span{font-size:12px;color:#ddd}.hero-visual{display:grid!important;grid-template-columns:1fr 1fr;gap:12px!important;padding:28px!important}.hero-visual img{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:18px;padding:14px}.hero-visual .single{grid-column:1/-1}.section{margin-top:30px;padding:36px;border:1px solid var(--line);border-radius:var(--radius);background:#fafaf8}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px}.section-head h2{margin:0;font-size:46px;letter-spacing:-.04em}.section-head p:not(.eyebrow){max-width:690px;line-height:1.6}.section-head>span{font-weight:800;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{display:grid;grid-template-columns:45% 1fr;min-height:260px;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(0,0,0,.1)}.category-image{display:grid;place-items:center;background:#f7f7f5;padding:18px}.category-image img{width:100%;height:100%;object-fit:contain}.category-copy{padding:24px;display:flex;flex-direction:column;align-items:flex-start}.category-copy p{margin:0 0 12px;font-size:11px;font-weight:900;color:var(--accent);text-transform:uppercase}.category-copy h3{margin:0;font-size:24px}.category-copy span{margin-top:4px;color:var(--muted);font-weight:700}.category-copy small{margin-top:14px;color:#5e5e59;line-height:1.5}.category-copy b{margin-top:auto;padding-top:18px}.back{display:inline-flex;gap:8px;margin-bottom:30px;font-weight:900}.back span{color:var(--muted)}.toolbar{margin:0 0 20px}.toolbar input{width:min(480px,100%);height:50px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:0 16px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{text-align:left;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;padding:0;cursor:pointer;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(0,0,0,.09)}.product-card>div{aspect-ratio:1/1;background:#f8f8f6;padding:18px;display:grid;place-items:center}.product-card img{width:100%;height:100%;object-fit:contain}.product-card p,.product-card h3,.product-card strong,.product-card span{margin-left:18px;margin-right:18px}.product-card p{font-size:11px;font-weight:900;color:var(--accent);margin-top:16px;margin-bottom:5px}.product-card h3{font-size:24px;margin-top:0;margin-bottom:6px}.product-card strong{display:block}.product-card span{display:block;color:var(--muted);font-size:13px;margin-top:5px;margin-bottom:18px}.contact{margin-top:32px;padding:44px;display:grid;grid-template-columns:1fr 1fr;gap:28px;background:#111;color:#fff;border-radius:var(--radius)}.contact h2{font-size:42px;margin:0}.contact-grid{display:grid;gap:12px}.contact-grid a{padding:18px;background:#242424;border-radius:16px}.contact-grid span{display:block;font-size:11px;color:#aaa;text-transform:uppercase;margin-bottom:6px}footer{text-align:center;padding:28px;color:var(--muted)}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:40;background:#25d366;color:#fff;padding:14px 20px;border-radius:999px;font-weight:900;box-shadow:0 14px 34px rgba(37,211,102,.35)}.modal{display:none;position:fixed;inset:0;z-index:100}.modal.active{display:grid;place-items:center}.modal-bg{position:absolute;inset:0;border:0;background:rgba(0,0,0,.62);backdrop-filter:blur(5px)}.modal article{position:relative;display:grid;grid-template-columns:1.1fr 1fr;gap:28px;width:min(1040px,92vw);max-height:88vh;overflow:auto;background:#fff;border-radius:28px;padding:32px;box-shadow:0 28px 90px rgba(0,0,0,.3)}.close{position:absolute;right:16px;top:16px;width:42px;height:42px;border:0;border-radius:50%;background:#111;color:#fff;font-size:28px;cursor:pointer}.detail-image{min-height:430px;display:grid;place-items:center;background:#f7f7f5;border-radius:20px;padding:28px}.detail-image img{width:100%;height:100%;max-height:520px;object-fit:contain}.detail-copy{align-self:center}.detail-copy h2{font-size:48px;margin:0}.detail-copy h3{font-size:25px;margin:8px 0}.detail-copy p{line-height:1.65}.detail-copy .button{margin-top:16px}
@media(max-width:1100px){.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr}.modal article{grid-template-columns:1fr}}
@media(max-width:720px){.site-header{padding:13px 18px}.brand img{width:58px}nav a:first-child{display:none}main{padding:18px}.hero>div{padding:30px}h1{font-size:42px}.hero{min-height:0}.section{padding:22px}.section-head{display:block}.section-head h2{font-size:36px}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.category-card{display:block}.category-image{height:180px}.category-copy{min-height:230px}.contact{grid-template-columns:1fr;padding:30px 22px}.modal article{width:100%;min-height:100vh;border-radius:0;padding:20px}.detail-image{min-height:300px}.whatsapp{right:14px;bottom:14px}}
@media(max-width:460px){.category-grid,.product-grid{grid-template-columns:1fr}.hero-visual{grid-template-columns:1fr!important}.hero-visual img:nth-child(n+3){display:none}}
.detail-media{min-width:0}.detail-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.detail-thumbs button{height:76px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:6px;cursor:pointer}.detail-thumbs button.active{border:2px solid var(--accent)}.detail-thumbs img{width:100%;height:100%;object-fit:contain}.detail-copy .description{font-size:16px;color:#454541}.detail-facts{display:grid;gap:8px;margin:22px 0}.detail-facts div{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;background:#f6f6f3;border:1px solid var(--line);border-radius:12px}.detail-facts span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.detail-facts strong{text-align:right;font-size:13px}.source-link{display:inline-block;color:var(--accent);font-weight:800;font-size:13px}
.card-price{font-size:17px!important;font-weight:900;color:#111!important;margin-top:14px!important}.card-price small{display:block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:3px}.detail-price{display:flex;align-items:baseline;gap:10px;margin:18px 0}.detail-price strong{font-size:32px}.detail-price span{font-size:12px;font-weight:900;text-transform:uppercase;color:var(--accent)}.price-note{font-size:12px;color:var(--muted);margin-top:-10px}
.nav-action{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer}.cart-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:45px;height:40px;padding:0}.cart-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-button b{position:absolute;right:-5px;top:-7px;display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 4px;border-radius:50%;background:#111;color:#fff;font-size:11px}.add-cart{border:0;cursor:pointer;margin-right:8px}.secondary-button{background:#ecece8!important;color:#111!important;border:0}.commerce-panel{display:none;position:fixed;inset:0;z-index:110}.commerce-panel.active{display:block}.panel-bg{position:absolute;inset:0;border:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px)}.commerce-panel>section{position:absolute;right:0;top:0;width:min(620px,100%);height:100%;overflow:auto;background:#fff;padding:42px;box-shadow:-20px 0 60px rgba(0,0,0,.2)}.commerce-panel.cart-mode>section{width:min(980px,100%)}.panel-head h2{font-size:38px;margin:0 0 24px}.cart-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.cart-heading>span{padding:8px 12px;background:#f1f1ee;border-radius:999px;font-weight:800}.commerce-form{display:grid;gap:15px}.commerce-form.two-col{grid-template-columns:1fr 1fr}.commerce-form label{display:grid;gap:6px;font-size:12px;font-weight:800;color:var(--muted)}.commerce-form input,.commerce-form select{width:100%;height:48px;border:1px solid var(--line);border-radius:12px;padding:0 13px;background:#fff;color:#111}.commerce-form .wide{grid-column:1/-1}.commerce-form .button{border:0;cursor:pointer;justify-content:center;margin:0}.form-status{color:var(--accent);font-weight:800}.text-button{display:block;margin-top:16px;border:0;background:none;text-decoration:underline;cursor:pointer}.cart-list{display:grid;gap:12px}.cart-row{display:grid;grid-template-columns:90px minmax(200px,1fr) 74px 110px 34px;align-items:center;gap:16px;padding:14px;border:1px solid var(--line);border-radius:15px}.cart-row img{width:90px;height:90px;object-fit:contain;background:#f6f6f3;border-radius:10px}.cart-row span,.cart-row small{display:block;color:var(--muted);margin-top:3px}.qty-label{display:grid;gap:4px;font-size:10px;text-transform:uppercase;color:var(--muted);font-weight:800}.cart-row input{width:68px;height:42px;border:1px solid var(--line);border-radius:9px;padding:5px}.remove-item{border:0;background:none;font-size:24px;cursor:pointer}.line-total{text-align:right}.cart-summary{margin:22px 0;padding:20px;background:#f5f5f2;border-radius:14px}.cart-summary>div{display:flex;justify-content:space-between;align-items:center}.cart-summary strong{font-size:26px}.cart-summary p{margin:12px 0 0;color:var(--muted);font-size:13px}.cart-actions{display:flex;justify-content:flex-end;gap:12px}.cart-actions .button{border:0;cursor:pointer;margin:0}.feature-list{margin:18px 0;padding:18px;background:#eef5f7;border-radius:14px}.feature-list h4{margin:0 0 10px}.feature-list ul{margin:0;padding-left:20px;color:#39494e}.feature-list li+li{margin-top:6px}
.nav-action.signed-in{background:#eaf7f0;border-color:#9bd1b1;color:#12643a}.nav-action.signed-in::before{content:'●';font-size:8px;margin-right:7px;color:#21a35b}
.option-badge,.quote-price{display:block!important;margin:12px 18px 0!important;padding:8px 10px;border-radius:9px;background:#eef5f7;color:#0b6178!important;font-size:12px!important;font-weight:800}.product-option{display:grid;gap:7px;margin:16px 0;font-size:12px;font-weight:900;color:var(--muted)}.product-option select{height:48px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:#fff}.chosen-option{color:var(--accent)!important;font-weight:900}.site-toast button{margin-left:10px;border:0;border-bottom:1px solid currentColor;background:none;color:inherit;font-weight:900;cursor:pointer}
@media(max-width:720px){nav{gap:7px}nav>a{display:none}.nav-action{padding:8px 10px}.cart-button{width:42px;padding:0}.commerce-panel>section{padding:28px 18px}.commerce-form.two-col{grid-template-columns:1fr}.commerce-form .wide{grid-column:auto}.cart-row{grid-template-columns:64px 1fr 52px 24px}.cart-row img{width:64px;height:64px}.cart-row .line-total{display:none}.cart-actions{display:grid}.cart-actions .button{justify-content:center}.detail-facts div{align-items:flex-start}}
.request-id{padding:14px;background:#f4f4f1;border-radius:12px;font-family:monospace;word-break:break-all}.commerce-panel button:disabled{opacity:.55;cursor:wait}
.checkout-summary{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:18px 20px;background:#f5f5f2;border-radius:14px}.checkout-summary strong{font-size:24px}.checkout-form fieldset{display:grid;gap:10px;margin:0;padding:18px;border:1px solid var(--line);border-radius:15px}.checkout-form legend{padding:0 8px;font-weight:900}.choice-card{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:12px!important;padding:14px;border:1px solid var(--line);border-radius:12px;color:#111!important;cursor:pointer}.choice-card input{width:18px!important;height:18px!important;margin-top:2px}.choice-card span{display:grid;gap:4px}.choice-card small{color:var(--muted);font-weight:500}.collect-fields{display:none;grid-template-columns:1fr 1fr;gap:12px;padding:14px;background:#f6f6f3;border-radius:12px}.collect-fields.active{display:grid}.collect-fields label:last-child{grid-column:1/-1}#otherCourierLabel{display:none!important}#otherCourierLabel.active{display:grid!important}
.checkout-summary>span>small{display:block;margin-top:5px;color:var(--muted);font-size:11px;font-weight:600}
.payment-choice{transition:border-color .2s,background .2s,box-shadow .2s}.payment-choice.selected{border-color:#0b6b52;background:#f2fbf7;box-shadow:0 0 0 1px #0b6b52}.payment-choice>span>strong{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.payment-choice em{display:inline-flex;padding:4px 8px;border-radius:999px;background:#e5f6ee;color:#075c47;font-size:10px;font-style:normal;letter-spacing:.02em}.payment-brands{display:flex!important;grid-auto-flow:column;justify-content:start;gap:6px!important;margin-top:4px}.payment-brands b{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border:1px solid #d8d8d2;border-radius:6px;background:#fff;color:#303030;font-size:10px;letter-spacing:.01em}.payment-fee-estimate{display:grid;gap:5px;padding:13px 15px;border-radius:11px;background:#eef6f3;color:#173f34}.payment-fee-estimate strong{font-size:13px}.payment-fee-estimate span{display:block;font-size:11px;line-height:1.5;color:#4d625c}.payoneer-link-notice{background:#eef6f3;border-color:#add7c9}.payoneer-link-notice strong{color:#075c47}
.payment-logo-panel{display:grid!important;gap:6px!important;margin-top:8px;padding:9px 11px;border:1px solid #e1e1dc;border-radius:10px;background:#fff}.payment-logo-row{display:flex!important;align-items:center;gap:18px!important;flex-wrap:wrap}.payment-logo-strip{width:min(100%,560px);height:auto;object-fit:contain}.paypal-brand{display:inline-flex!important;align-items:center;gap:5px!important;padding:4px 9px;border-left:1px solid #e1e1dc;color:#003087}.paypal-brand img{width:28px;height:28px;object-fit:contain}.paypal-brand b{font-size:16px;letter-spacing:-.03em}.payment-logo-panel>small{font-size:10px!important;color:#6a6a64!important}
.site-toast{position:fixed;left:50%;top:84px;z-index:200;transform:translate(-50%,-18px);padding:13px 20px;border-radius:999px;background:#111;color:#fff;font-weight:800;box-shadow:0 14px 38px rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:.25s}.site-toast.active{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.account-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.customer-orders{display:grid;gap:16px}.customer-order{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.customer-order-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}.customer-order-head>div{display:flex;flex-direction:column;gap:4px}.customer-order-head>div:last-child{text-align:right;align-items:flex-end}.customer-order-head span{color:var(--muted);font-size:12px;font-weight:800}.order-status{display:inline-block;border-radius:999px;background:#eef1f1;color:#444;padding:5px 9px;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.order-status.paid,.order-status.shipped{background:#e4f3eb;color:#176b48}.order-status.cancelled{background:#f8e8e8;color:#a23535}.order-progress{display:grid;grid-template-columns:repeat(4,1fr);padding:15px 20px;gap:6px}.order-progress span{position:relative;text-align:center;color:#999;font-size:11px;font-weight:800;padding-top:14px}.order-progress span:before{content:"";position:absolute;top:2px;left:0;right:0;height:5px;background:#ddd;border-radius:10px}.order-progress span.done{color:#075f7c}.order-progress span.done:before{background:#075f7c}.tracking-box{margin:0 20px 15px;padding:14px 16px;background:#eef7f9;border-radius:12px;display:grid;grid-template-columns:auto 1fr;gap:3px 14px}.tracking-box span{grid-row:1/3;color:#075f7c;font-size:11px;font-weight:800;text-transform:uppercase}.tracking-box strong{font-family:monospace;font-size:16px}.tracking-box small{color:var(--muted)}.customer-order details{border-top:1px solid var(--line);padding:0 20px 18px}.customer-order summary{cursor:pointer;padding:14px 0;font-weight:800;color:#075f7c}.customer-order-items{display:grid}.customer-order-items>div{display:grid;grid-template-columns:1fr auto auto;gap:15px;align-items:center;padding:11px 0;border-bottom:1px solid #ecece8}.customer-order-items span:first-child{display:grid}.customer-order-items small{color:var(--muted)}.customer-order-totals{margin:15px 0 12px;display:grid;justify-content:end;gap:5px}.customer-order-totals span{display:flex;justify-content:space-between;gap:35px}.empty-orders{text-align:center;padding:45px 20px;border:1px dashed var(--line);border-radius:16px}.empty-orders p{color:var(--muted)}
@media(max-width:640px){.account-actions{grid-template-columns:1fr}.customer-order-head{align-items:flex-start}.order-progress{padding-left:10px;padding-right:10px}.customer-order-items>div{grid-template-columns:1fr auto}.customer-order-items>div>strong{grid-column:2}.tracking-box{grid-template-columns:1fr}.tracking-box span{grid-row:auto}}
.payment-notice{display:block;margin:0 20px 15px;padding:12px 16px;border:0;border-radius:999px;background:#111;color:#fff;font-weight:900;cursor:pointer}.payment-waiting{margin:0 20px 15px;padding:14px 16px;border-radius:12px;background:#fff6dc;border:1px solid #ead28b;display:grid;gap:4px}.payment-waiting strong{color:#765a00}.payment-waiting span{font-size:13px;color:#655f4d}.payment-instruction{padding:18px;background:#f5f5f2;border-radius:14px;margin-bottom:20px}.payment-instruction>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-top:1px solid var(--line)}.payment-instruction span{color:var(--muted);font-size:12px;font-weight:800}
.product-card{display:flex;flex-direction:column}.product-card>.card-buy{aspect-ratio:auto;background:#fff;padding:16px 18px 18px;display:grid;place-items:stretch;gap:9px;margin-top:auto;border-top:1px solid var(--line)}.card-option-label{display:grid;gap:5px;color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;cursor:default}.card-option-label select{width:100%;height:40px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 9px;color:#111;font-size:12px;text-transform:none;letter-spacing:normal}.card-add-button{height:42px;border:0;border-radius:999px;background:#111;color:#fff;font-weight:900;cursor:pointer}.card-add-button:hover{background:var(--accent)}
.product-card-image{position:relative}.popular-badge{position:absolute;z-index:2;top:11px;right:11px;width:72px;height:72px;margin:0!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;border:3px solid #fff4b8;border-radius:50%;background:radial-gradient(circle at 35% 25%,#fff2a4 0,#eabf3f 38%,#a86b08 100%);color:#3e2600!important;text-align:center;line-height:1;filter:drop-shadow(0 6px 7px rgba(74,42,0,.28));box-shadow:inset 0 0 0 2px #8c5705}.popular-badge:before,.popular-badge:after{content:"";position:absolute;z-index:-1;bottom:-22px;width:24px;height:35px;background:linear-gradient(#b87809,#7e4202);clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%)}.popular-badge:before{left:8px;transform:rotate(8deg)}.popular-badge:after{right:8px;transform:rotate(-8deg)}.popular-badge b{font-size:20px;line-height:.9;color:#fff8ca;text-shadow:0 1px 1px #805000}.popular-badge em{margin-top:3px;font-size:9px;font-style:normal;font-weight:1000;letter-spacing:.08em;line-height:1.05}
.modal article>.close{position:fixed;top:calc(6vh + 16px);right:calc(max((100vw - 1040px)/2, 4vw) + 16px);z-index:6}@media(max-width:720px){.modal article>.close{top:16px;right:16px}}
.commerce-form .reminder-consent{display:flex;grid-column:1/-1;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#f7f8f5;color:#3e4945;font-weight:600;line-height:1.45}.commerce-form .reminder-consent input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;padding:0}.commerce-form .reminder-consent span{display:block}
.commerce-form label>small{font-size:11px;font-weight:600;line-height:1.45;color:var(--muted);text-transform:none;letter-spacing:0}.commerce-form label>small a{color:inherit;text-decoration:underline}

.bank-transfer-details{display:none!important;gap:0!important;margin-top:10px;padding:14px;border:1px solid #c9ded6;border-radius:10px;background:#fff;color:#172d27;cursor:text}.payment-choice.selected .bank-transfer-details{display:grid!important}.bank-details-title{display:block;margin-bottom:8px;color:#075c47;font-size:12px;text-transform:uppercase;letter-spacing:.07em}.bank-detail-row{display:grid!important;grid-template-columns:110px minmax(0,1fr);gap:12px!important;padding:7px 0;border-top:1px solid #e6eeeb}.bank-detail-row>span{display:block!important;color:#687771;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.bank-detail-row>b{font-size:12px;line-height:1.45;word-break:break-word}.bank-copy-value{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:14px!important;letter-spacing:.03em;user-select:all}@media(max-width:640px){.bank-detail-row{grid-template-columns:1fr;gap:3px!important}}
.commerce-form .reminder-consent{display:flex;grid-column:1/-1;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#f7f8f5;color:#3e4945;font-weight:600;line-height:1.45}.commerce-form .reminder-consent input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;padding:0}.commerce-form .reminder-consent span{display:block}



.card-add-row,.detail-add-row{display:flex;align-items:stretch;gap:9px}.card-add-row .card-add-button{flex:1;min-width:0}.detail-add-row{align-items:center}.detail-add-row .add-cart{margin:0}.quantity-stepper{display:block;flex:0 0 76px}.quantity-stepper[hidden]{display:none!important}.quantity-stepper input{width:76px;height:100%;min-height:42px;box-sizing:border-box;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 8px 0 12px;color:#111;font-size:16px;font-weight:900;text-align:center}
.option-click-note{margin:0!important;color:var(--muted)!important;font-size:11px!important;font-weight:800!important;line-height:1.35!important}.option-cart-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.option-cart-button{position:relative;min-height:48px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:7px 8px;color:#171717;text-align:left;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.option-cart-button:hover,.option-cart-button.selected{border-color:#111;box-shadow:0 0 0 1px #111}.option-cart-button:active{transform:scale(.98)}.option-cart-button>i{width:17px;height:17px;border:1px solid rgba(0,0,0,.18);border-radius:50%;background:var(--option-color);box-shadow:inset 0 0 0 2px rgba(255,255,255,.42)}.option-cart-button>span{display:grid;gap:2px;min-width:0;font-size:10px;font-style:normal;font-weight:800;line-height:1.2}.option-cart-button>span>b{font-size:9px;color:var(--muted);letter-spacing:.06em}.option-cart-button>em{min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#111;color:#fff;font-size:10px;font-style:normal;font-weight:900}.option-cart-button>em[hidden]{display:none}.direct-option-picker{gap:9px}.direct-option-picker>.option-cart-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.direct-option-picker .option-cart-button{min-height:54px}.direct-option-picker .option-cart-button>span{font-size:11px}@media(max-width:560px){.option-cart-buttons,.direct-option-picker>.option-cart-buttons{grid-template-columns:1fr}}
.cart-flight-target{position:fixed;z-index:360;display:grid;place-items:center;align-content:center;gap:2px;width:72px;height:72px;border-radius:22px;background:#111;color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.28);opacity:0;transform:scale(.76);transition:opacity .18s ease,transform .22s ease,background .18s ease,color .18s ease;pointer-events:none}.cart-flight-target.active{opacity:1;transform:scale(1)}.cart-flight-target.arrived{background:#dcff73;color:#102520;animation:cart-target-pop .42s ease}.cart-flight-target svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-flight-target b{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.06em}.cart-flyer{position:fixed;z-index:361;display:grid;place-items:center;padding:7px;border:2px solid #111;border-radius:18px;background:#fff;box-shadow:0 18px 42px rgba(0,0,0,.28);overflow:hidden;pointer-events:none}.cart-flyer img{width:100%;height:100%;object-fit:contain}@keyframes cart-target-pop{50%{transform:scale(1.13)}}@media(prefers-reduced-motion:reduce){.cart-flight-target{transition:none}.cart-flight-target.arrived{animation:none}.cart-flyer{display:none}}
.minimum-order-notice,.minimum-order-qualified{padding:11px 13px;border-radius:10px}.minimum-order-notice{background:#fff0ed!important;color:#b42318!important}.minimum-order-qualified{background:#e9f7ef!important;color:#176b48!important}.cart-earned-coupon{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;margin:-8px 0 22px;padding:17px 20px;border:3px dashed #d92d20;border-radius:16px;background:linear-gradient(135deg,#fff8cc,#ffd83d);color:#751a12;box-shadow:0 10px 24px rgba(122,39,26,.13);overflow:hidden}.cart-earned-coupon:after{content:'$10';position:absolute;right:-8px;bottom:-24px;color:rgba(217,45,32,.1);font-size:86px;font-weight:1000;line-height:1}.cart-earned-coupon>span{position:relative;z-index:1;padding:7px 10px;border-radius:999px;background:#d92d20;color:#fff;font-size:10px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}.cart-earned-coupon>div{position:relative;z-index:1;display:grid;gap:3px}.cart-earned-coupon strong{font-size:22px;line-height:1}.cart-earned-coupon small{font-weight:800;line-height:1.35}.cart-actions .button:disabled{cursor:not-allowed!important}.coupon-summary{display:grid;grid-template-columns:1fr auto;gap:8px 24px}.coupon-summary span{color:var(--muted);font-size:12px;font-weight:800}.coupon-summary strong{text-align:right}.repeat-coupon-promo{display:flex;justify-content:space-between;gap:18px;margin:-10px 0 20px;padding:14px 16px;border:2px dashed #d92d20;border-radius:13px;background:#fff5d6;color:#7a271a}.repeat-coupon-promo span{font-size:12px}.coupon-checkout{background:#fffaf0}.coupon-checkout p{margin:0;color:var(--muted);font-size:12px}.coupon-applied{padding:14px 16px;border-radius:12px;background:#fff5d6;color:#7a271a}.coupon-wallet{display:grid;grid-template-columns:minmax(220px,.8fr) 1.2fr;gap:20px;margin:0 0 20px;padding:20px;border:1px solid #ead28b;border-radius:18px;background:#fffaf0}.coupon-wallet h3{margin:0 0 8px;font-size:22px}.coupon-wallet p{margin:0;color:var(--muted);line-height:1.5}.coupon-wallet-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.coupon-ticket{display:grid;gap:4px;padding:14px;border:2px dashed #d92d20;border-radius:13px;background:#fff}.coupon-ticket>span{justify-self:start;padding:3px 7px;border-radius:999px;background:#fff0ed;color:#b42318;font-size:9px;font-weight:900;text-transform:uppercase}.coupon-ticket>strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:17px;letter-spacing:.04em}.coupon-ticket>b{color:#b42318}.coupon-ticket>small{color:var(--muted)}.coupon-ticket.reserved,.coupon-ticket.redeemed,.coupon-ticket.expired,.coupon-ticket.revoked{border-color:#c9c9c2;background:#f5f5f2;opacity:.78}.coupon-ticket.reserved>span,.coupon-ticket.redeemed>span,.coupon-ticket.expired>span,.coupon-ticket.revoked>span{background:#e8e8e3;color:#555}.empty-coupons{grid-column:1/-1;padding:18px;border:1px dashed #c9b66e;border-radius:12px;background:#fff}@media(max-width:720px){.cart-earned-coupon{grid-template-columns:1fr;gap:9px}.repeat-coupon-promo{display:grid}.coupon-wallet{grid-template-columns:1fr}.coupon-wallet-list{grid-template-columns:1fr}}
.cart-owned-coupons{display:grid;gap:12px;margin:-8px 0 22px;padding:18px;border:1px solid #ead28b;border-radius:16px;background:#fffaf0}.cart-owned-coupon-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.cart-owned-coupon-head .eyebrow{margin:0 0 4px}.cart-owned-coupon-head h3{margin:0;font-size:19px}.cart-owned-coupon-head>small{padding:5px 8px;border-radius:999px;background:#fff5d6;color:#7a271a;font-weight:900}.cart-owned-coupon-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cart-owned-coupon{position:relative;display:block;border:2px dashed #d92d20;border-radius:13px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.cart-owned-coupon:hover,.cart-owned-coupon.selected{border-style:solid;box-shadow:0 0 0 2px rgba(217,45,32,.15)}.cart-owned-coupon:active{transform:scale(.99)}.cart-owned-coupon input{position:absolute;right:10px;top:10px;width:18px;height:18px;accent-color:#d92d20}.cart-owned-coupon>span{display:grid;gap:3px;padding:14px 40px 14px 14px}.cart-owned-coupon b{color:#b42318;font-size:16px}.cart-owned-coupon strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px}.cart-owned-coupon small{color:var(--muted)}.cart-owned-coupon-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-owned-coupon-foot p{margin:0;color:#7a271a;font-size:12px;font-weight:800}.cart-owned-coupon-foot .text-button{margin:0;white-space:nowrap}.cart-coupon-signin{display:grid;gap:3px}.cart-coupon-signin span,.cart-coupon-loading{color:var(--muted);font-size:13px}.cart-coupon-loading{margin:0}@media(max-width:720px){.cart-owned-coupon-head,.cart-owned-coupon-foot{display:grid}.cart-owned-coupon-list{grid-template-columns:1fr}.cart-owned-coupon-foot .text-button{justify-self:start}}
.commerce-form label>small{font-weight:500;line-height:1.45}.auth-resend{justify-self:start;color:#075f7c;font-weight:800}.auth-resend:disabled{opacity:.55;cursor:wait}
