@font-face{font-family:Lemon;src:url("assets/Lemon-Bold.woff2") format("woff2");font-weight:700;font-display:swap}
:root{--red:#fb0d1b;--ink:#202020;--muted:#707070;--line:#e3dfdb;--page:#f7f4f1;--white:#fff;--radius:14px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:light}
.live-loading body{visibility:hidden}
body{margin:0;background:var(--page);color:var(--ink);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.45}
.demo-banner{align-items:center;background:#242424;color:#fff;display:flex;font-family:Arial,Helvetica,sans-serif;font-size:13px;gap:12px;justify-content:center;padding:9px 16px;position:relative;z-index:1000}
.demo-banner strong{color:#fb0d1b;letter-spacing:.05em}
button,input,select{font:inherit;color:inherit}
button{cursor:pointer}
[hidden]{display:none!important}
.site-header{min-height:112px;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.06)}
.brand{width:100%;max-width:1080px;margin:auto;padding:0 26px;border:0;background:none;text-align:left}
.brand img{display:block;width:min(300px,100%);height:auto}
.account-shell{width:min(650px,calc(100% - 40px));margin:38px auto 72px;display:grid;grid-template-columns:minmax(0,650px);justify-content:center}
.account-nav{display:none}
.account-nav a{color:#8a8a8a;text-decoration:none}.account-nav a:hover{color:var(--red);text-decoration:underline}
.order-page{min-width:0}
.order-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.back-to-orders{width:34px;height:34px;border:0;background:none;font-size:25px}
.order-heading h1{margin:0;font-size:22px;line-height:1.2;font-weight:600;letter-spacing:-.02em}
.order-heading p{margin:3px 0 0;color:var(--muted);font-size:14px}
.edit-panel,.card,.order-note,.closed-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
.window-progress{height:4px;background:#ece8e5;border-radius:14px 14px 0 0;overflow:hidden}
.window-progress i{display:block;width:79%;height:100%;background:var(--red);transition:width 1s linear}
.edit-heading{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 16px}
.edit-heading h2,.closed-panel h2{margin:0;font:700 25px/1 Lemon,sans-serif;letter-spacing:.035em}
.edit-heading p{margin:7px 0 0;color:var(--muted);font-size:14px}
.edit-heading p strong{color:var(--ink);font-variant-numeric:tabular-nums}
.open-status{padding:5px 9px;border-radius:5px;background:#fff1f2;color:var(--red);font-size:11px;font-weight:700;letter-spacing:.08em}
.edit-list{border-top:1px solid var(--line)}
.edit-list button,.edit-list>a{width:100%;min-height:68px;padding:12px 18px;border:0;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:26px 1fr 18px;align-items:center;gap:10px;text-align:left;text-decoration:none;color:inherit}
.edit-list button:last-child,.edit-list>a:last-child{border-bottom:0;border-radius:0 0 14px 14px}
.edit-list button:hover,.edit-list>a:hover{background:#faf8f6}
.edit-list .row-icon{font-size:18px;line-height:1;text-align:center}
.edit-list button>span:nth-child(2),.edit-list>a>span:nth-child(2){display:grid;gap:2px}
.edit-list strong{font-size:16px;font-weight:600}
.edit-list small{color:var(--muted);font-size:13px}
.edit-list i{color:#8b8b8b;font-size:25px;font-style:normal;text-align:right}
.order-note{margin:16px 0;padding:16px 18px;display:grid;grid-template-columns:22px 1fr;gap:10px;background:#fbfaf9}
.order-note>span{width:18px;height:18px;border:1px solid #999;border-radius:50%;display:grid;place-items:center;color:#777;font-size:12px;font-weight:700}
.order-note p{margin:0;font-size:14px;line-height:1.5}
.order-note strong{display:block;margin-bottom:2px}
.card{margin-top:16px;padding:20px}
.tracking-card{margin:0 0 16px;padding:18px 20px}
.tracking-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.tracking-card>header div{display:grid;gap:2px}.tracking-card>header span{color:var(--muted);font-size:13px}
.packing-countdown{display:grid!important;justify-items:end;gap:1px!important;white-space:nowrap}.tracking-card>header .packing-countdown span{color:var(--muted);font-size:11px;font-weight:600}.packing-countdown b{color:var(--red);font-size:22px;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:.02em}
.tracking-card ol{list-style:none;margin:20px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.tracking-card li{position:relative;min-width:0;text-align:center}
.tracking-card li:after{content:"";position:absolute;z-index:0;left:50%;right:-50%;top:20px;height:2px;background:#dedad6}
.tracking-card li.done:after{background:var(--red)}
.tracking-card li:last-child:after{display:none}
.stage-icon{position:relative;z-index:1;width:40px;height:40px;margin:0 auto 8px;border:2px solid #d2cdca;border-radius:50%;background:#fff;color:#999;display:grid;place-items:center}
.stage-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tracking-card li.done .stage-icon{border-color:var(--red);background:var(--red);color:#fff}
.tracking-card li.current .stage-icon{border-color:var(--red);background:#fff1f2;color:var(--red)}
.tracking-card li.packing-current .stage-icon,.tracking-card li.shipping-current .stage-icon{border-color:var(--red);background:#fff1f2;color:var(--red)}
.tracking-card li.packing-current:after{background:#dedad6}
.tracking-card li.current:after{background:linear-gradient(90deg,var(--red) 0 var(--packing-progress,0%),#dedad6 var(--packing-progress,0%) 100%);transition:background 1s linear}
.tracking-card li div{position:relative;z-index:1;min-width:0;display:grid;gap:1px;background:#fff}
.tracking-card li strong{font-size:12px;line-height:1.2;overflow-wrap:anywhere}.tracking-card li small{color:var(--muted);font-size:10px}
.fulfilment-note{margin:18px -20px -18px;padding:14px 20px;border-top:1px solid var(--line);border-radius:0 0 14px 14px;background:#fbfaf9;font-size:13px;line-height:1.45}.fulfilment-note strong{display:block;margin-bottom:2px}
.order-line{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:start}
#order-lines .order-line+.order-line{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.product-image{position:relative;width:72px;height:72px}
.product-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.line-copy{display:grid;gap:4px;padding-top:2px}.line-copy strong{font-size:16px}.line-copy span{color:var(--muted);font-size:13px}
.line-price{display:grid;justify-items:end;gap:2px;padding-top:2px}.line-price s{color:#888;font-size:12px}.line-price strong{font-size:14px}
.totals{margin:20px 0 0;padding:16px 0 0;border-top:1px solid var(--line);display:grid;gap:8px}
.totals div{display:flex;justify-content:space-between;font-size:14px}.totals dt,.totals dd{margin:0}.totals .discount{color:#13815c}.totals .total{margin-top:6px;font-size:18px;font-weight:700}
.detail-card{padding:0}.detail-card>div{position:relative;min-height:58px;padding:16px 62px 16px 118px;border-bottom:1px solid var(--line)}
.detail-card>div:last-child{border-bottom:0}.detail-card span{position:absolute;left:18px;color:var(--muted);font-size:14px}.detail-card p{margin:0;font-size:14px;line-height:1.45}.detail-card button{position:absolute;right:18px;top:15px;border:0;background:none;color:var(--red);text-decoration:underline;font-size:13px}
.closed-panel{padding:18px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:14px}.closed-panel>span{width:38px;height:38px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:700}.closed-panel h2{font-size:20px}.closed-panel p{margin:4px 0 0;color:var(--muted);font-size:14px}
.invoice-button{height:42px;padding:0 14px;border:2px solid var(--ink);border-radius:8px;background:#fff;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.invoice-button:hover{border-color:var(--red);color:var(--red)}.invoice-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tracking-invoice{flex:0 0 auto;justify-content:flex-start}
.future-edit-panel{margin-top:16px}.rewards-card,.points-card{overflow:hidden}.rewards-card{padding:0;border-color:var(--red);background:#fff}.rewards-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.rewards-heading span{color:var(--red);font-size:10px;font-weight:800;letter-spacing:.09em}.rewards-heading h2{margin:5px 0 0;font:700 24px/1 Lemon,sans-serif;letter-spacing:.03em}.rewards-heading p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.rewards-heading>strong{padding:6px 9px;border-radius:5px;background:#fff1f2;color:var(--red);font-size:11px;letter-spacing:.07em;white-space:nowrap}.gift-heading{position:relative;min-height:176px;padding:24px 22px 26px;overflow:hidden;background:var(--red);color:#fff}.gift-heading:before{content:"";position:absolute;right:-55px;bottom:-92px;width:230px;height:230px;border:46px solid rgba(255,255,255,.12);border-radius:50%}.gift-heading:after{content:"FREE • FREE • FREE";position:absolute;right:-14px;bottom:20px;transform:rotate(-8deg);font:700 12px/1 Lemon,sans-serif;letter-spacing:.13em;color:rgba(255,255,255,.3)}.gift-heading>div,.gift-heading>strong{position:relative;z-index:1}.gift-heading span,.gift-heading p{color:#fff}.gift-heading h2{margin-top:12px;font-size:36px;line-height:.92;letter-spacing:.02em}.gift-heading p{margin-top:12px;font-size:13px;font-weight:600}.gift-heading>strong{background:#fff;color:var(--red);box-shadow:0 5px 0 rgba(54,0,4,.18)}
.reward-now{position:relative;margin:0;padding:22px;background:#fff4f2;border-bottom:1px solid #ffc5ca;display:grid;grid-template-columns:minmax(0,1fr) 178px;gap:18px;align-items:center;overflow:hidden}.reward-now:empty{display:none}.reward-now-copy{position:relative;z-index:2}.reward-now-copy>span{display:block;margin-bottom:8px;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.13em}.reward-now h3{margin:0 0 7px;font:700 22px/1 Lemon,sans-serif;letter-spacing:.02em}.reward-now p{margin:0;color:#655;font-size:12px;line-height:1.45}.reward-now-art{position:relative;align-self:stretch;display:grid;align-items:center}.reward-now-art:before{content:"";position:absolute;inset:4px;border-radius:50%;background:#ffd0b3}.reward-now-art>span{position:absolute;z-index:2;right:-3px;top:2px;padding:5px 7px;border-radius:4px;background:#242424;color:#fff;font:700 8px/1 Lemon,sans-serif;letter-spacing:.06em;transform:rotate(5deg)}.reward-now-art img{position:relative;z-index:1;width:230px;max-width:none;margin-left:-24px}.reward-cta{width:100%;min-height:48px;margin-top:14px;padding:0 16px;border:0;border-radius:9px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer}.reward-cta.secondary{background:#242424}.reward-cta:disabled{background:#bbb;cursor:not-allowed}.gift-image-cta{display:block;width:min(285px,100%);min-height:0;padding:0;border-radius:13px;background:none;overflow:hidden;box-shadow:0 6px 0 #c70b16;transition:transform .16s ease,box-shadow .16s ease}.gift-image-cta:hover{transform:translateY(-2px);box-shadow:0 8px 0 #c70b16}.gift-image-cta:active{transform:translateY(3px);box-shadow:0 3px 0 #c70b16}.gift-image-cta img{display:block;width:100%;height:auto}.gift-image-cta:disabled{background:none;filter:grayscale(1);opacity:.55}
.gift-progress-copy{padding:24px 22px 0;display:flex;align-items:end;justify-content:space-between;gap:16px}.gift-progress-copy span{color:var(--red);font-size:9px;font-weight:900;letter-spacing:.12em}.gift-progress-copy strong{max-width:330px;font-size:12px;text-align:right}.reward-roadmap{--reward-progress:0%;position:relative;padding:28px 22px 8px 76px;display:grid;gap:24px}.reward-roadmap:before,.reward-roadmap:after{content:"";position:absolute;left:39px;top:70px;bottom:68px;width:5px;border-radius:5px;background:#ddd}.reward-roadmap:after{bottom:auto;height:var(--reward-progress);max-height:calc(100% - 138px);background:var(--red);transition:height .6s ease}.reward-step{position:relative;display:block}.reward-step:nth-child(even){transform:translateX(12px)}.reward-marker{position:absolute;z-index:2;left:-58px;top:36px;width:42px;height:42px;border:3px solid #d7d7d7;border-radius:50%;background:#fff;display:grid;place-items:center;align-content:center;box-shadow:0 0 0 5px #fff}.reward-marker span{font:700 14px/.85 Lemon,sans-serif}.reward-marker small{font-size:6px;font-weight:900;letter-spacing:.08em}.reward-stage{position:relative;padding:12px 12px 14px;border:1px solid #e5e0dc;border-radius:13px;background:#fff;box-shadow:0 7px 18px rgba(68,31,22,.07);overflow:hidden}.reward-stage-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px 9px}.reward-stage-top em{color:var(--red);font-size:8px;font-style:normal;font-weight:900;letter-spacing:.12em}.reward-stage-top b{padding:4px 6px;border-radius:4px;background:#f1efed;color:#777;font-size:7px;letter-spacing:.08em}.reward-art{width:100%;min-height:118px;display:grid;place-items:center}.reward-art img{display:block;width:100%;height:auto;object-fit:contain}.reward-copy{padding:9px 4px 0;display:flex;align-items:start;justify-content:space-between;gap:12px}.reward-copy strong{font-size:13px;line-height:1.2}.reward-copy small{max-width:190px;color:var(--muted);font-size:10px;line-height:1.35;text-align:right}.reward-step.complete .reward-marker,.reward-step.current .reward-marker{border-color:var(--red);color:var(--red)}.reward-step.complete .reward-marker{background:var(--red);color:#fff}.reward-step.current .reward-stage{border-color:var(--red);box-shadow:0 9px 0 #ffced2,0 14px 24px rgba(168,0,12,.12)}.reward-step.current .reward-stage-top b,.reward-step.complete .reward-stage-top b{background:#fff0f1;color:var(--red)}.reward-step.locked .reward-stage{background:#f4f3f2;box-shadow:none}.reward-step.locked .reward-art,.reward-step.locked .reward-copy{filter:grayscale(1);opacity:.42}
.gift-map-foldout{margin-top:22px;border-top:1px solid var(--line)}.gift-map-foldout summary{min-height:58px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;color:var(--red);font-size:10px;font-weight:900;letter-spacing:.1em}.gift-map-foldout summary::-webkit-details-marker{display:none}.gift-map-foldout summary i{font-size:20px;font-style:normal;font-weight:400;transition:transform .2s ease}.gift-map-foldout[open] summary i{transform:rotate(45deg)}.gift-map-foldout>div{padding:0 14px 18px;background:#fff}.gift-map-foldout img{display:block;width:100%;height:auto;border:1px solid var(--red);border-radius:12px}.points-card>p{margin:14px 0 0;color:var(--muted);font-size:13px}.credit-products{margin:14px 0 0;padding:0 0 10px;display:flex;gap:12px;overflow-x:auto;scroll-padding-inline:2px;scroll-snap-type:x mandatory}.credit-product{width:152px;min-width:152px;padding:12px;border:0;border-radius:9px;background:#f7f4f1;display:grid;gap:6px;text-align:left;scroll-snap-align:start}.credit-product:disabled{opacity:.48}.credit-product img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:6px;background:#fff}.credit-product strong{font-size:11px;line-height:1.25}.credit-product span{color:var(--red);font-size:10px;font-weight:800}
body[data-order-state="closed"] .packing-countdown,body[data-order-state="closed"] #active-process-note,body[data-order-state="closed"] .address-edit,body[data-order-state="shipping"] .packing-countdown,body[data-order-state="shipping"] #active-process-note,body[data-order-state="shipping"] .address-edit{display:none!important}
body[data-order-state="closed"] .tracking-card>header,body[data-order-state="shipping"] .tracking-card>header{min-height:24px}
body[data-order-state="closed"] .tracking-card>header,body[data-order-state="shipping"] .tracking-card>header{justify-content:flex-start}
body[data-order-state="shipping"] .tracking-card li[data-stage="fulfilling"]:after{background:var(--red)}
.overlay{position:fixed;inset:0;z-index:30;background:rgba(20,20,20,.42);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
.questionnaire{position:fixed;z-index:40;left:50%;top:50%;transform:translate(-50%,-50%);width:min(560px,calc(100% - 32px));max-height:calc(100dvh - 32px);background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.credit-dialog{position:fixed;z-index:40;left:50%;top:50%;transform:translate(-50%,-50%);width:min(520px,calc(100% - 32px));background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.credit-dialog>header{padding:22px 24px 18px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.credit-dialog header span{color:var(--red);font-size:10px;font-weight:800;letter-spacing:.09em}.credit-dialog h2{margin:7px 0 0;font:700 27px/1 Lemon,sans-serif;letter-spacing:.03em}.credit-dialog header button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:19px}.credit-dialog-body{padding:22px 24px 24px}.credit-dialog-body>p{margin:0 0 20px;color:var(--muted);font-size:14px}.credit-value-input{width:max-content;margin:0 auto 18px;padding:7px 11px;border:2px solid transparent;border-radius:8px;display:flex;align-items:center;color:var(--red);font:700 32px/1 Lemon,sans-serif}.credit-value-input:focus-within{border-color:var(--red);background:#fff5f5}.credit-value-input input{width:118px;padding:0;border:0;outline:0;background:transparent;color:inherit;font:inherit;text-align:left;appearance:textfield}.credit-value-input input::-webkit-inner-spin-button,.credit-value-input input::-webkit-outer-spin-button{appearance:none;margin:0}.credit-dialog input[type="range"]{width:100%;height:28px;margin:0;accent-color:var(--red);cursor:pointer}.credit-scale{margin-top:3px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px;font-weight:700}.credit-dialog .reward-cta{margin-top:22px}
.credit-dialog-body p{color:var(--muted);font-size:14px;line-height:1.45}.credit-product-confirm{text-align:center}.credit-product-confirm img{width:160px;height:160px;object-fit:contain;border-radius:10px;background:#f7f4f1}.credit-product-confirm h3,.credit-dialog-status h3{margin:14px 0 5px;font:700 24px/1 Lemon,sans-serif}.credit-product-confirm p,.credit-dialog-status p{margin:0}.credit-dialog-status{text-align:center}.credit-dialog-status>span{width:52px;height:52px;margin:0 auto;display:grid;place-items:center;border-radius:50%;background:#e9f8f0;color:#13815c;font-size:26px;font-weight:800}.credit-dialog-status.error>span{background:#fff0f1;color:var(--red)}
.questionnaire:not([hidden]){display:flex;flex-direction:column}
.questionnaire>header{height:58px;padding:0 16px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:18px}
.questionnaire header button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:18px}
.progress{display:flex;gap:5px}.progress i{height:3px;flex:1;border-radius:4px;background:#e8e4e1}.progress i.on{background:var(--red)}
.q-body{padding:26px 28px 28px;display:flex;min-height:0;flex:1;flex-direction:column}
.kicker{color:var(--red);font-size:11px;font-weight:700;letter-spacing:.08em}
.q-body h2{margin:10px 0 8px;font:700 32px/1.04 Lemon,sans-serif;letter-spacing:.03em}
.q-body>p{margin:0 0 20px;color:var(--muted);font-size:15px;line-height:1.45}
.choices{display:grid;gap:10px;border:0;border-radius:0;overflow:visible}
.choice{width:100%;min-height:70px;padding:10px 14px;border:0;border-radius:10px;background:#f7f4f1;display:flex;align-items:center;gap:12px;text-align:left}
.choice:hover,.choice.selected{background:#fff1f2}.choice .radio{width:20px;height:20px;border:2px solid #aaa;border-radius:50%;flex:0 0 auto}.choice.selected .radio{border:6px solid var(--red)}
.choice .copy{display:grid;gap:2px;min-width:0}.choice strong{font-size:15px;font-weight:600}.choice small{color:var(--muted);font-size:13px;line-height:1.3}.choice em{width:max-content;margin-top:3px;padding:2px 6px;border-radius:4px;background:#f1efed;color:#666;font-size:9px;font-style:normal;font-weight:700;letter-spacing:.06em}
.choice.free-upgrade-choice em{background:var(--red);color:#fff}
.choice.has-image{padding:8px 12px}.choice img{width:58px;height:58px;object-fit:cover;border-radius:9px}.choice.has-image .radio{margin-left:auto}
.swap-path-grid{display:grid;gap:12px}.swap-path-card{width:100%;min-height:112px;padding:14px;border:0;border-radius:12px;background:#f7f4f1;display:grid;grid-template-columns:90px 1fr 22px;align-items:center;gap:14px;text-align:left}.swap-path-card:hover{background:#fff1f2}.swap-path-card.perform{background:#fff1f2}.swap-path-card.perform:hover{background:#ffe7e9}.swap-path-card>span:nth-child(2){display:grid;gap:3px}.swap-path-card strong{font-size:16px;line-height:1.2}.swap-path-card small{color:var(--muted);font-size:12px;line-height:1.35}.swap-path-card em{width:max-content;margin-bottom:2px;padding:3px 6px;border-radius:4px;background:var(--red);color:#fff;font-size:9px;font-style:normal;font-weight:700;letter-spacing:.08em}.swap-path-card>i{color:var(--red);font-size:22px;font-style:normal}.swap-art{height:82px;position:relative;display:flex;align-items:center;justify-content:center}.swap-art img{width:62px;height:76px;object-fit:contain}.swap-art img+img{margin-left:-27px;transform:translate(12px,4px)}.swap-art-electrolytes img{width:78px;height:78px}
.swap-portal-link{display:block;margin:14px 0 0;color:#888;font-size:12px;text-align:center;text-decoration:underline;text-underline-offset:2px}.swap-portal-link:hover{color:#666}
.continue{width:100%;height:52px;margin-top:18px;padding:0 18px;border:0;border-radius:10px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700}.continue:disabled{background:#d5d2cf;color:#999;cursor:not-allowed}
.keep-flavour{width:max-content;margin:10px auto 0;padding:2px;border:0;background:none;color:#666;text-decoration:underline;font-size:12px}
.summary{margin-bottom:12px;padding:16px;border:1px solid var(--line);border-radius:12px}.summary>span{color:var(--red);font-size:11px;font-weight:700;letter-spacing:.06em}.change-summary{display:grid;grid-template-columns:1fr 18px 1fr;gap:10px;align-items:center}.change-summary>span,.change-summary>em{grid-column:1/-1}.change-summary div small{color:#888;font-size:10px;font-weight:700}.change-summary div p{margin:6px 0 0;font-size:14px;line-height:1.35}.change-summary>i{color:var(--red);font-size:20px;font-style:normal}.change-summary>i+div{padding-left:12px}.change-summary>em{padding-top:10px;border-top:1px solid var(--line);color:#666;font-size:12px;font-style:normal}
.scope,.future-note{margin-top:10px;padding:14px;border:1px solid var(--line);border-radius:12px}.scope{display:grid;grid-template-columns:20px 1fr;gap:10px;cursor:pointer}.scope input{position:absolute;opacity:0}.box{width:20px;height:20px;border:1px solid #aaa;border-radius:4px}.scope input:checked+.box{background:var(--red);border-color:var(--red)}.scope input:checked+.box:after{content:"✓";display:grid;place-items:center;color:#fff}.scope span:last-child,.future-note{display:grid;gap:3px}.scope strong,.future-note strong{font-size:13px}.scope small,.future-note span{color:var(--muted);font-size:12px;line-height:1.35}.future-note strong{color:var(--red)}
.scope-status{margin:8px 2px 0;color:#666;font-size:12px;text-align:center}
.address-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.address-form label{display:grid;gap:4px}.address-form label.wide,.form-error{grid-column:1/-1}.address-form label>span{font-size:10px;font-weight:700;letter-spacing:.05em}.address-form label>span em{color:#999;font-style:normal;font-weight:400}.address-form input,.address-form select{width:100%;height:42px;padding:0 10px;border:1px solid #cfcac6;border-radius:8px;background:#fff;font-size:14px;outline:none}.address-form input:focus,.address-form select:focus{border-color:var(--red)}#address-autocomplete-host{display:block;width:100%;color-scheme:light;font:400 14px/1.45 "Helvetica Neue",Helvetica,Arial,sans-serif}.field-help{color:#888;font-size:10px}.form-error{margin:0;color:#b0000b;font-size:12px}.address-search-wrap{position:relative}.address-suggestions{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;overflow:hidden;border:1px solid #cfcac6;border-radius:8px;background:#fff}.address-suggestions button{display:grid;width:100%;padding:10px 12px;border:0;border-bottom:1px solid #eee;background:#fff;text-align:left}.address-suggestions button:last-child{border-bottom:0}.address-suggestions button:hover,.address-suggestions button:focus{background:#fff1f2}.address-suggestions strong{font-size:13px}.address-suggestions small{margin-top:2px;color:var(--muted);font-size:11px}
.no-change,.result,.loading{text-align:center}.tick{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center}.tick svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.no-change p,.result p,.loading p{color:var(--muted);font-size:14px;line-height:1.5}.result h2,.loading h2{font:700 28px/1.05 Lemon,sans-serif}.result-card{margin-top:16px;padding:14px;background:#f7f4f1;border:0;border-radius:12px;text-align:left}.result-card span{color:var(--red);font-size:10px;font-weight:700}.result-card strong{display:block;margin-top:5px;font-size:15px}.spinner{width:44px;height:44px;margin:25px auto 18px;border:2px solid #eee;border-top-color:var(--red);border-radius:50%;display:block;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.payment-step{text-align:left}.payment-step>h2{margin:10px 0 8px;font:700 31px/1.04 Lemon,sans-serif;letter-spacing:.03em}.payment-step>p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.45}.payment-change-card{overflow:hidden;border:1px solid var(--line);border-radius:12px}.payment-product{padding:14px 16px;background:#f8f5f3;display:grid;gap:3px}.payment-product span{color:var(--red);font-size:10px;font-weight:700;letter-spacing:.06em}.payment-product strong{font-size:15px}.payment-change-card dl{margin:0;padding:11px 16px;display:grid;gap:7px}.payment-change-card dl div{display:flex;justify-content:space-between;gap:18px;color:#666;font-size:13px}.payment-change-card dt,.payment-change-card dd{margin:0}.payment-change-card dd{color:var(--ink);font-weight:600}.payment-change-card .amount-due{margin-top:3px;padding-top:10px;border-top:1px solid var(--line);color:var(--ink);font-size:16px;font-weight:700}.payment-change-card .amount-due dd{color:var(--red);font-size:18px}.secure-payment-note{margin-top:12px;padding:11px 12px;border-radius:10px;background:#eef8f3;display:grid;grid-template-columns:23px 1fr;gap:9px;align-items:center}.secure-payment-note>span{width:22px;height:22px;border-radius:50%;background:#16835d;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700}.secure-payment-note p{margin:0;display:grid;gap:1px}.secure-payment-note strong{font-size:12px}.secure-payment-note small{color:#567064;font-size:10px;line-height:1.35}.payment-link{text-decoration:none}.payment-check{width:100%;margin-top:10px;padding:3px;border:0;background:none;color:#555;font-size:12px;text-decoration:underline}.payment-check:disabled{color:#aaa}.payment-check i{font-style:normal;text-decoration:none}.payment-status-label{margin:4px 0 0!important;color:#777!important;font-size:10px!important;text-align:center}
@media(max-width:760px){.site-header{min-height:98px}.brand{padding:0 16px;text-align:center}.brand img{width:min(260px,100%);margin:auto}.account-shell{width:min(100% - 24px,650px);margin:24px auto 48px;display:block}.account-nav{display:none}.order-heading{margin:0 4px 16px}.order-heading h1{font-size:20px}.edit-heading{padding:18px 16px 14px}.edit-heading h2{font-size:23px}.edit-list button{min-height:66px;padding:11px 14px}.order-note{padding:14px}.card{padding:16px}.rewards-card{padding:0}.detail-card{padding:0}.detail-card>div{padding-left:102px}.tracking-card>header:has(.tracking-invoice:not([hidden])){display:grid;justify-content:start}.tracking-invoice{width:auto}.gift-heading{min-height:164px;padding:22px 18px}.gift-heading h2{font-size:32px}.gift-heading:before{right:-80px}.reward-now{padding:18px;grid-template-columns:minmax(0,1fr) 112px;gap:10px}.reward-now h3{font-size:19px}.reward-now-art img{width:190px;margin-left:-47px}.gift-image-cta{width:240px}.gift-progress-copy{padding:22px 18px 0}.reward-roadmap{padding:24px 14px 6px 60px;gap:20px}.reward-roadmap:before,.reward-roadmap:after{left:28px}.reward-marker{left:-51px;width:38px;height:38px}.reward-step:nth-child(even){transform:none}.reward-stage{padding:10px}.reward-art{min-height:92px}.reward-copy{display:grid;gap:4px}.reward-copy small{max-width:none;text-align:left}.gift-map-foldout summary{padding:0 18px}.q-body{padding:22px 20px 24px}.q-body h2{font-size:30px}.q-body>p{font-size:14px}}
@media(max-width:380px){.account-shell{width:calc(100% - 16px)}.tracking-card{padding:16px 10px}.tracking-card>header{padding:0 6px}.stage-icon{width:34px;height:34px}.stage-icon svg{width:17px;height:17px}.tracking-card li:after{top:17px}.tracking-card li strong{font-size:11px}.tracking-card li small{font-size:9px}.fulfilment-note{margin:16px -10px -16px;padding:12px 16px}.order-line{grid-template-columns:62px 1fr;gap:10px}.product-image{width:62px;height:62px}.edit-list small{font-size:12px}.q-body{padding:18px 16px 20px}.q-body h2{font-size:27px}.choice strong{font-size:14px}}
@media(max-height:700px){.questionnaire{height:calc(100dvh - 16px);max-height:none}.questionnaire>header{height:46px}.q-body{padding:12px 16px 14px}.q-body h2{margin:6px 0 5px;font-size:25px}.q-body>p{margin-bottom:8px;font-size:12px;line-height:1.3}.choices{gap:6px}.choice{min-height:50px;padding:6px 9px}.choice img{width:42px;height:42px}.choice strong{font-size:13px}.choice small{font-size:11px}.choice em{display:none}.swap-path-grid{gap:7px}.swap-path-card{min-height:82px;padding:8px;grid-template-columns:68px 1fr 18px}.swap-art{height:64px}.swap-art img{width:48px;height:60px}.swap-art-electrolytes img{width:60px;height:60px}.swap-path-card strong{font-size:13px}.swap-path-card small{font-size:10px}.continue{height:42px;margin-top:8px}.address-form{gap:4px 8px}.address-form label{gap:1px}.address-form input,.address-form select{height:31px;font-size:13px}.address-form label>span{font-size:9px}.field-help{display:none}.scope,.future-note{padding:8px;margin-top:5px}.scope strong,.future-note strong{font-size:11px}.scope small,.future-note span{font-size:10px}.summary{padding:10px;margin-bottom:5px}.summary p{font-size:12px}.result h2,.loading h2{font-size:24px}.tick{width:40px;height:40px;margin-bottom:8px}}
@media print{.preview,.site-header,.account-nav,.tracking-card,.rewards-card,.points-card,.edit-panel,.closed-panel,.order-note,.order-credit-pill,.detail-card button{display:none!important}.account-shell{display:block;width:auto;margin:0;padding:18mm}.order-page{width:100%}.order-heading:after{content:"TAX INVOICE";margin-left:auto;font:700 28px/1 Lemon,sans-serif;color:var(--red)}.card{break-inside:avoid}.product-card{margin-top:28px}.price-breakdown[open]>summary{display:none}.price-breakdown[open]>dl{display:block!important}body{background:#fff}@page{size:A4;margin:0}}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Compact, stage-aware gift carousel */
.gift-heading{min-height:104px;padding:18px 20px;display:block}.gift-heading>div{width:100%}.gift-heading>strong{position:absolute;right:18px;top:17px;padding:5px 8px;box-shadow:none}.gift-heading h2{margin-top:14px;width:100%;font-size:clamp(18px,3vw,25px);line-height:1;white-space:nowrap}.gift-heading:before{right:-45px;bottom:-150px;width:220px;height:220px;border-width:34px}.gift-heading:after{display:none}
.reward-now{min-height:128px;padding:16px 22px;grid-template-columns:minmax(0,1fr) 238px;gap:18px}.reward-now h3{margin:0 0 4px;font-size:18px}.reward-now p{font-size:11px}.reward-now-art{height:96px}.reward-now-art:before,.reward-now-art>span{display:none}.reward-now-art img{width:250px;max-width:100%;margin:0}.gift-claim-cta{width:max-content;min-width:148px;min-height:36px;margin-top:10px;padding:0 12px;border-radius:7px;font-size:10px;letter-spacing:.03em}.gift-claim-cta:disabled{background:#b7b3b3;color:#fff}
.reward-roadmap{position:relative;margin:0;padding:18px 22px 7px;display:flex;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.reward-roadmap::-webkit-scrollbar{display:none}.reward-roadmap:before,.reward-roadmap:after{display:none}.reward-step,.reward-step:nth-child(even){width:calc((100% - 20px)/3);min-width:calc((100% - 20px)/3);min-height:0;padding:9px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;gap:6px;transform:none;scroll-snap-align:start}.reward-step.current{border-color:var(--red);box-shadow:0 3px 0 #ffcbd0}.reward-step.complete{background:#fff}.reward-step.locked{background:#f4f3f2}.reward-stage-top{padding:0;min-height:18px}.reward-stage-top em{font-size:7px}.reward-stage-top b{font-size:7px}.reward-art{width:100%;min-height:0;height:72px}.reward-art img{width:100%;height:100%;object-fit:contain}.reward-copy{padding:0;display:grid;gap:2px}.reward-copy strong{font-size:9px;line-height:1.15}.reward-copy small{max-width:none;font-size:8px;line-height:1.25;text-align:left}.reward-step.locked .reward-art,.reward-step.locked .reward-copy{filter:grayscale(1);opacity:.45}.reward-carousel-nav{height:28px;display:flex;align-items:center;justify-content:center;gap:5px}.reward-carousel-nav i{width:5px;height:5px;border-radius:50%;background:#d4cfcc;transition:width .18s ease,background .18s ease}.reward-carousel-nav i.active{width:17px;border-radius:5px;background:var(--red)}
@media(max-width:760px){.gift-heading{min-height:94px;padding:16px}.gift-heading>strong{right:14px;top:14px}.gift-heading h2{margin-top:13px;font-size:clamp(16px,4.5vw,19px)}.reward-now{min-height:124px;padding:14px 18px;grid-template-columns:minmax(0,1fr) 136px;gap:10px}.reward-now h3{font-size:16px}.reward-now-art{height:76px}.reward-now-art img{width:158px;margin-left:-18px}.gift-claim-cta{min-width:132px;min-height:34px;margin-top:8px;font-size:9px}.reward-roadmap{padding:16px 18px 5px}.reward-step{width:min(224px,72vw);min-width:min(224px,72vw);padding:9px}.reward-art{height:78px}.reward-copy strong{font-size:10px}.reward-copy small{font-size:8px}.reward-carousel-nav{height:25px}}

/* 5 Aug hierarchy and rewards refinement */
.timeline-note{margin:18px -20px -18px;padding:14px 20px;border-top:1px solid var(--line);border-radius:0 0 var(--radius) var(--radius);background:#fbfaf9;display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start}.timeline-note>span{width:18px;height:18px;border:1px solid #999;border-radius:50%;display:grid;place-items:center;color:#777;font-size:11px;font-weight:700}.timeline-note p{margin:0;font-size:14px;line-height:1.45}.timeline-note strong{font-weight:600}.rewards-card{margin-top:16px}.gift-heading h2{font-size:25px;letter-spacing:.035em}.reward-now h3{font-size:18px;line-height:1.08}.reward-now p{color:var(--muted);font-size:13px;line-height:1.42}.reward-roadmap{padding-bottom:18px}.reward-step{align-content:start}.reward-stage-top em{font-size:8px}.reward-stage-top b{font-size:8px}.reward-art{height:90px}.totals .savings,.totals .loyalty{padding-top:9px;border-top:1px solid var(--line);align-items:flex-start}.totals .savings{margin-top:4px;font-weight:700}.totals .savings dt{display:grid;gap:1px}.totals .savings small{color:var(--muted);font-size:10px;font-weight:500}.totals .loyalty{color:#13815c;font-weight:600}.totals .loyalty dd{text-align:right}
@media(max-width:760px){.timeline-note{margin:16px -16px -16px;padding:13px 16px}.gift-heading h2{font-size:23px}.reward-now h3{font-size:17px}.reward-now p{font-size:12px}.reward-roadmap{padding-bottom:16px}.reward-art{height:86px}.totals .loyalty{gap:16px}.totals .loyalty dt{max-width:46%}.totals .loyalty dd{max-width:54%}}
.reward-now h3{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:600;line-height:1.15;letter-spacing:-.01em}
@media(max-width:760px){.reward-roadmap{overflow:hidden;gap:7px}.reward-step{width:calc((100% - 14px)/3);min-width:calc((100% - 14px)/3);padding:7px}.reward-stage-top{gap:3px}.reward-stage-top em,.reward-stage-top b{font-size:6px}.reward-stage-top b{padding:3px}.reward-art{height:68px}}
.rewards-card+#points-card,.rewards-card+#points-card[hidden]+#edit-card,.rewards-card+#points-card[hidden]+#edit-card+#future-edit-card{margin-top:24px}.gift-claim-cta{font-size:12px}.totals .savings small{color:#13815c;font-weight:700}.totals .loyalty{margin-top:3px;padding:10px 12px;border:0;border-radius:999px;background:var(--red);color:#fff;align-items:center}.totals .loyalty dt,.totals .loyalty dd{color:#fff}.totals .loyalty dd{font-size:12px}
@media(max-width:760px){.gift-claim-cta{font-size:11px}.totals .loyalty{padding:10px}.totals .loyalty dt{max-width:43%}.totals .loyalty dd{max-width:57%}}
.gift-claim-cta{border:2px solid var(--red);background:linear-gradient(90deg,var(--red) 0 50%,#fff 50% 100%);background-size:200% 100%;background-position:100% 0;color:var(--red);transition:background-position .3s ease,color .2s ease,transform .16s ease}.gift-claim-cta:hover{background-position:0 0;color:#fff}.reward-now.claimed{grid-template-columns:178px minmax(0,1fr)}.reward-now.claimed .reward-now-art{grid-column:1}.reward-now.claimed .reward-now-copy{grid-column:2}.reward-now.claimed .reward-now-art img{margin:0;width:190px}.totals .loyalty{width:max-content;max-width:100%;margin-left:auto;padding:9px 14px}.totals .loyalty dd{max-width:none!important;font-size:12px;white-space:nowrap}
.gift-order-context{margin:10px 0;padding:10px;border:1px solid #d8d2ce;border-radius:8px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);gap:8px;align-items:center}.gift-order-context>div{display:grid;gap:2px}.gift-order-context span{color:#716b67;font-size:8px;font-weight:900;letter-spacing:.1em}.gift-order-context strong{font-size:15px;line-height:1.05}.gift-order-context small{color:#8b8581;font-size:9px;font-weight:700}.gift-order-context>i{color:#9b9591;font-size:16px;font-style:normal;text-align:center}.gift-order-context .gift-delivery-order{padding:7px 8px;border-radius:6px;background:#fff0f1}.gift-order-context .gift-delivery-order span,.gift-order-context .gift-delivery-order strong{color:var(--red)}
@media(max-width:760px){.reward-now.claimed{grid-template-columns:112px minmax(0,1fr)}.reward-now.claimed .reward-now-art img{width:150px;margin-left:-22px}.totals .loyalty{padding:8px 12px}}
@media(max-width:760px){.gift-order-context{margin:8px 0;padding:8px;gap:5px}.gift-order-context strong{font-size:13px}.gift-order-context span{font-size:7px}.gift-order-context small{font-size:8px}.gift-order-context .gift-delivery-order{padding:6px}.reward-now:has(.gift-order-context){grid-template-columns:minmax(0,1fr) 106px}.reward-now:has(.gift-order-context) .reward-now-art img{height:72px;max-height:72px}}
.price-breakdown{border-bottom:1px solid var(--line)}.price-breakdown summary{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;color:var(--ink);font-size:14px;font-weight:400}.price-breakdown summary::-webkit-details-marker{display:none}.price-breakdown summary i{color:var(--red);font-size:18px;font-style:normal;transition:transform .2s ease}.price-breakdown[open] summary i{transform:rotate(180deg)}.price-breakdown dl,.totals-highlights{margin:0;padding:0 0 14px;display:grid;gap:8px}.price-breakdown dl{padding-top:3px}.totals-highlights{padding:12px 0 0}.totals .price-breakdown .total{margin-top:6px}.totals>.price-breakdown,.totals>.totals-highlights{display:block}.totals .totals-highlights>div{display:flex}
.price-breakdown:not([open]) dl{display:none}
.product-card .totals{padding-top:0}.totals .savings{border-top:0;color:#13815c}.totals .savings dt,.totals .savings dd,.totals .savings small{color:#13815c}
.product-card{position:relative}.order-card-title{display:none;margin:0 0 22px;font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.02em}.order-credit-pill{position:absolute;top:24px;right:24px;width:max-content;max-width:calc(100% - 48px);padding:9px 14px;border-radius:999px;background:var(--red);color:#fff;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap}body[data-order-state="shipping"] .order-card-title{display:block}body[data-order-state="shipping"] .product-card{padding-top:24px}
@media(max-width:760px){.order-credit-pill{top:16px;right:16px;max-width:calc(100% - 32px);padding:8px 10px;font-size:10px}.product-card .order-line{padding-right:150px}}

/* Order-by-order AutoShip reward history */
.reward-roadmap{position:relative;width:100%;margin:0;padding:20px 22px 22px;display:flex;gap:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:22px;scrollbar-width:none;overscroll-behavior-inline:contain}.reward-roadmap::-webkit-scrollbar{display:none}.reward-roadmap:before,.reward-roadmap:after{display:none}.reward-step,.reward-step:nth-child(even){position:relative;width:calc((100% - 56px)/3);min-width:calc((100% - 56px)/3);height:132px;padding:10px;border:1px solid #dedad6;border-radius:10px;background:#fff;display:grid;grid-template-rows:22px 1fr;gap:5px;transform:none;scroll-snap-align:start;box-shadow:none;overflow:hidden}.reward-step.complete{background:#fff}.reward-step.current{border:2px solid var(--red);padding:9px;background:#fff7f7;box-shadow:0 4px 0 #ffd0d4}.reward-stage-top{min-height:22px;padding:0 1px;display:flex;align-items:center;justify-content:space-between;gap:7px}.reward-stage-top em{color:var(--ink);font-size:9px;font-style:normal;font-weight:800;letter-spacing:.06em}.reward-stage-top b{padding:4px 6px;border-radius:4px;background:#efedeb;color:#686461;font-size:7px;font-weight:800;letter-spacing:.06em;white-space:nowrap}.reward-step.current .reward-stage-top em{color:var(--red)}.reward-step.current .reward-stage-top b{background:var(--red);color:#fff}.reward-art{width:100%;height:85px;min-height:0;display:grid;place-items:center}.reward-art img{display:block;width:100%;height:100%;object-fit:contain}.reward-step[data-reward="credit"] .reward-art img{width:92%}.reward-step.locked{display:none}.reward-step.locked .reward-art,.reward-step.locked .reward-copy{filter:none;opacity:1}
@media(max-width:760px){.reward-roadmap{padding:18px 16px 20px;gap:10px;overflow-x:auto;scroll-padding-inline:16px}.reward-step,.reward-step:nth-child(even){width:172px;min-width:172px;height:122px;padding:9px;grid-template-rows:21px 1fr}.reward-step.current{padding:8px}.reward-stage-top em{font-size:8px}.reward-stage-top b{font-size:7px}.reward-art{height:78px}}

/* Complete reward history and upcoming milestones */
.reward-now-art{overflow:visible}.reward-now-art img{display:block;width:100%;height:100%;max-width:100%;margin:0;object-fit:contain}
.reward-step.complete{border-color:var(--red);background:var(--red)}.reward-step.complete .reward-stage-top em{color:#fff}.reward-step.complete .reward-stage-top b{background:#fff;color:var(--red)}
.reward-step.locked{display:grid;background:#efedeb;border-color:#d5d1ce}.reward-step.locked .reward-art{filter:grayscale(1);opacity:.38}.reward-step.locked .reward-stage-top{opacity:.65}.reward-step.locked .reward-copy{filter:none;opacity:1}

/* Uniform reward cards */
.reward-stage-top b{padding:5px 8px;font-size:10px;line-height:1;letter-spacing:.045em}.reward-art{height:85px;align-items:end}.reward-art img,.reward-step[data-reward="credit"] .reward-art img{width:100%;height:76px;object-fit:contain;object-position:center bottom}
@media(max-width:760px){.reward-stage-top b{padding:4px 6px;font-size:9px}.reward-art{height:78px}.reward-art img,.reward-step[data-reward="credit"] .reward-art img{height:70px}}

/* Keep supplied reward artwork on one shared visual scale */
.reward-step .reward-art{align-items:center;justify-items:center}.reward-step:not([data-reward="credit"]) .reward-art img{width:auto;height:68px;max-width:100%;max-height:68px;object-fit:contain;object-position:center}
.reward-now{overflow:visible}.reward-now-art{height:112px;overflow:visible;align-items:center;justify-items:center}.reward-now-art img{width:auto;height:99px;max-width:none;max-height:99px;object-fit:contain;object-position:center;margin:0;transform:translateY(-6px)}
@media(max-width:760px){.reward-step:not([data-reward="credit"]) .reward-art img{width:auto;height:62px;max-height:62px}.reward-now-art{height:90px}.reward-now-art img{width:auto;height:78px;max-width:none;max-height:78px;margin:0;transform:translateY(-4px)}}

/* Optical sizing after trimming transparent padding from supplied artwork */
.reward-step[data-reward="welcome"] .reward-art img{height:70px;max-height:70px}.reward-step[data-reward="bottle-750"] .reward-art img{height:72px;max-height:72px}.reward-step[data-reward="variety"] .reward-art img{height:59px;max-height:59px}.reward-step[data-reward="bottle-1l"] .reward-art img{height:82px;max-height:82px}
@media(max-width:760px){.reward-step[data-reward="welcome"] .reward-art img{height:64px;max-height:64px}.reward-step[data-reward="bottle-750"] .reward-art img{height:65px;max-height:65px}.reward-step[data-reward="variety"] .reward-art img{height:54px;max-height:54px}.reward-step[data-reward="bottle-1l"] .reward-art img{height:72px;max-height:72px}}

/* Quiet directional wayfinding between AutoShip reward cards */
.reward-roadmap{gap:0}.journey-arrow{position:relative;flex:0 0 28px;height:132px;display:grid;place-items:center;pointer-events:none}.journey-arrow i{position:relative;display:block;width:16px;height:1px;background:#beb8b4}.journey-arrow i:after{content:"";position:absolute;right:0;top:50%;width:5px;height:5px;border-top:1px solid #8f8985;border-right:1px solid #8f8985;transform:translateY(-50%) rotate(45deg);transform-origin:center}.reward-step.complete+.journey-arrow i{background:#fb0d1b}.reward-step.complete+.journey-arrow i:after{border-color:#fb0d1b}

.order-promo{margin:0 22px 22px;padding:14px 16px;border:1px solid #dedad6;border-radius:10px;background:#faf8f6;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;align-items:center}.order-promo[hidden]{display:none}.order-promo+.order-promo{margin-top:-10px}.order-promo-art{width:58px;height:58px;display:grid;place-items:center;overflow:visible}.order-promo-art img{display:block;width:103%;height:103%;object-fit:contain}.order-promo-copy{min-width:0}.order-promo-copy h3{margin:0 0 3px;font:700 20px/1.05 Lemon,sans-serif;letter-spacing:.02em}.order-promo-copy p{margin:0;color:var(--red);font-size:10px;font-weight:800;letter-spacing:.06em}.order-promo-copy small{display:block;margin-top:5px;color:var(--muted);font-size:9px}.order-promo-entries{min-width:94px;padding-left:14px;border-left:1px solid #dedad6;display:grid;justify-items:center;color:var(--red);text-align:center}.order-promo-entries b{font:700 28px/.9 Lemon,sans-serif}.order-promo-entries span{max-width:76px;margin-top:5px;font-size:7px;line-height:1.25;letter-spacing:.08em}
@media(max-width:760px){.order-promo{margin:0 16px 18px;padding:12px;grid-template-columns:48px minmax(0,1fr) 76px;gap:10px}.order-promo-art{width:48px;height:48px}.order-promo-copy h3{font-size:16px}.order-promo-copy small{font-size:8px}.order-promo-entries{min-width:0;padding-left:9px}.order-promo-entries b{font-size:24px}.order-promo-entries span{font-size:6px}}
@media(max-width:760px){.journey-arrow{flex-basis:20px;height:122px}.journey-arrow i{width:12px}}

/* Centre the reward story on previous, current and next. Completed cards stay
   quiet, with one translucent completion mark instead of a red fill. */
.reward-step.complete{position:relative;border-color:#f2b7bc;background:#fff;isolation:isolate}.reward-step.complete:before,.reward-step.complete:after{content:none!important;display:none!important}.reward-step.complete .reward-stage-top em{color:var(--ink);display:inline-flex;align-items:center;gap:6px}.reward-step.complete .reward-stage-top em:after{content:"✓";width:16px;height:16px;border-radius:50%;background:var(--red);color:#fff;display:inline-grid!important;place-items:center;font:900 11px/1 "Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:0;flex:0 0 16px}.reward-step.complete .reward-stage-top b{background:#fff0f1;color:var(--red)}.reward-step.complete+.journey-arrow i{background:#d7a7ab}.reward-step.complete+.journey-arrow i:after{border-color:#c77d83}
@media(max-width:760px){.reward-roadmap{padding-inline:16px}.reward-step,.reward-step:nth-child(even){width:calc((100% - 40px)/3);min-width:calc((100% - 40px)/3);padding:7px}.reward-step.current{padding:6px}.reward-stage-top{display:grid;justify-items:start;align-content:start;gap:3px}.reward-stage-top b{font-size:7px}.reward-step.complete .reward-stage-top em{gap:4px}.reward-step.complete .reward-stage-top em:after{width:14px;height:14px;flex-basis:14px;font-size:9px}.reward-step:not([data-reward="credit"]) .reward-art img{max-width:100%}}
.payment-remove-confirm>h2{margin:10px 0 8px;font:700 31px/1.04 Lemon,sans-serif;letter-spacing:.03em}.payment-remove-confirm>p{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.45}.payment-remove-confirm .payment-product{border:1px solid var(--line);border-radius:12px}.payment-remove-confirm .form-error{margin:12px 0 0;text-align:center}
#apply-next-order-credit{width:max-content;min-height:40px;margin-top:18px;padding:0 18px;gap:10px;justify-content:center;font-size:12px;border-radius:8px}
@media(max-width:760px){#apply-next-order-credit{min-height:38px;font-size:11px}}
.gift-claim-cta{gap:14px;justify-content:center}
.reward-now-art.next-gift{height:auto;align-self:center;display:grid;align-content:center;justify-items:center;gap:7px}
.reward-now-art.next-gift img{width:auto;max-width:100%;height:76px;margin:0;object-fit:contain}
.reward-now-art.next-gift small{padding:4px 8px;border-radius:4px;background:#fff;border:1px solid #ffc5ca;color:var(--red);font-size:8px;font-weight:900;letter-spacing:.08em;white-space:nowrap}
@media(max-width:760px){.reward-now-art.next-gift img{height:62px}.reward-now-art.next-gift small{font-size:7px}}
#apply-next-order-credit{position:relative;margin:18px auto 0;display:flex;background:var(--red);overflow:hidden;box-shadow:0 4px 0 #c70b16;transition:transform .18s ease,box-shadow .18s ease}
#apply-next-order-credit:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-20deg)}
#apply-next-order-credit:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 7px 0 #c70b16}
#apply-next-order-credit:hover:after{animation:credit-shine .7s ease}
#apply-next-order-credit:active{transform:translateY(2px);box-shadow:0 2px 0 #c70b16}
@keyframes credit-shine{from{left:-75%}to{left:125%}}
.reward-roadmap{margin:0 16px;padding:20px 6px 22px;scroll-padding-inline:6px}
@media(max-width:760px){.reward-roadmap{margin:0 12px;padding:18px 4px 20px;scroll-padding-inline:4px}}
.reward-roadmap{position:relative;margin:0 6px;padding:20px 12px 22px;gap:18px;scroll-padding-inline:12px}
.reward-step,.reward-step:nth-child(even){width:calc((100% - 36px)/3);min-width:calc((100% - 36px)/3);position:relative;z-index:1}
.journey-arrow{display:none}
.journey-line{position:absolute;top:50%;left:0;right:0;height:0;z-index:0;pointer-events:none}
.journey-line i{position:absolute;top:-2px;height:0;border-top:4px solid var(--red);border-radius:4px}
.journey-line i.todo{border-top:4px dashed rgba(251,13,27,.32)}
@media(max-width:760px){.reward-roadmap{margin:0 4px;padding:18px 10px 20px;gap:14px;scroll-padding-inline:10px}.reward-step,.reward-step:nth-child(even){width:calc((100% - 28px)/3);min-width:calc((100% - 28px)/3)}}
.reward-roadmap{width:auto}
.journey-line i.todo{border-top:4px solid #d9d4d0}
.payment-remove-confirm .downgrade-option-note{margin:8px 0 14px;color:var(--muted);font-size:12px;line-height:1.45;text-align:center}
.payment-remove-confirm .secondary-continue{background:#242424}
