.v2-root .crumb{font-size:12.5px;color:var(--v2-muted);padding:18px 0 0}.v2-root .crumb a:hover{color:var(--v2-pine-700)}.v2-root .crumb span{margin:0 7px;opacity:.6}.v2-root .steps{display:flex;flex-wrap:wrap;gap:10px 22px;list-style:none;margin:18px 0 0;padding:0}.v2-root .steps li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--v2-muted)}.v2-root .steps li span{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;background:var(--v2-straw-100);color:var(--v2-muted);border:1px solid var(--v2-rule)}.v2-root .steps li.on{color:var(--v2-pine-800);font-weight:600}.v2-root .steps li.on span{background:var(--v2-pine-700);color:var(--v2-leaf-100);border-color:var(--v2-pine-700)}.v2-root .top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:14px 0 22px;flex-wrap:wrap}.v2-root .top h1{font-size:clamp(26px,3.4vw,34px);color:var(--v2-pine-800)}.v2-root .top p{font-size:14px;color:var(--v2-muted);margin:4px 0 0}.v2-root .cart-loading{color:var(--v2-muted);font-size:14px;padding:40px 0 80px}.v2-root .cart{display:grid;grid-template-columns:1fr 372px;gap:32px;padding:0 0 60px;align-items:start}.v2-root .deliver{display:flex;align-items:center;gap:10px;background:var(--v2-leaf-100);border:1px solid var(--v2-leaf-300);border-radius:var(--v2-r-m);padding:12px 16px;margin-bottom:16px}.v2-root .deliver>svg{width:19px;height:19px;flex:none;stroke:var(--v2-pine-700);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.v2-root .deliver p{margin:0;font-size:13.5px;color:var(--v2-pine-800)}.v2-root .deliver p b{font-weight:700;font-feature-settings:"tnum" 1}.v2-root .deliver-change{margin-left:8px;font-size:12.5px;color:var(--v2-pine-700);border-bottom:1px solid var(--v2-pine-500);padding-bottom:1px}.v2-root .deliver-edit{display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex:1}.v2-root .deliver-edit>span{font-size:13px;color:var(--v2-pine-800)}.v2-root .deliver-in{display:flex;gap:8px;margin-left:auto}.v2-root .deliver-in input{width:130px;border:1px solid var(--v2-leaf-300);border-radius:var(--v2-r-s);padding:8px 11px;font:inherit;font-size:13.5px;background:#fff;outline:none}.v2-root .meter{background:#fff;border:1px solid var(--v2-rule);border-radius:var(--v2-r-m);padding:15px 18px;margin-bottom:16px}.v2-root .meter p{margin:0 0 10px;font-size:13.5px;color:var(--v2-ink-2)}.v2-root .meter b{color:var(--v2-pine-700);font-weight:600}.v2-root .mtrack{height:8px;background:rgba(22,51,42,.08);border-radius:6px;overflow:hidden}.v2-root .mfill{height:100%;background:linear-gradient(90deg,var(--v2-leaf-400),var(--v2-pine-700));border-radius:6px;transition:width .35s var(--v2-ease)}.v2-root .meter-dabba{margin:0 0 16px;padding:13px 18px;border-radius:var(--v2-r-m);background:var(--v2-leaf-100);border:1px solid var(--v2-leaf-300);font-size:13.5px;color:var(--v2-ink-2)}.v2-root .meter-dabba b{color:var(--v2-pine-800);font-weight:600}.v2-root .gift{border-radius:var(--v2-r-l);padding:20px 22px;margin-bottom:16px;background:#fff;border:1px solid var(--v2-rule);transition:background .2s,border-color .2s}.v2-root .gift.on{background:linear-gradient(160deg,var(--v2-turmeric-100),#fff 78%);border-color:var(--v2-turmeric)}.v2-root .gift-h{display:flex;align-items:center;gap:14px}.v2-root .gift-ic{width:48px;height:48px;flex:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;background:var(--v2-turmeric-100);border:1px solid var(--v2-turmeric)}.v2-root .gift.on .gift-ic{background:var(--v2-turmeric)}.v2-root .gift-copy b{display:block;font-size:16px;font-weight:700;color:var(--v2-pine-900);letter-spacing:-.01em}.v2-root .gift-copy span{display:block;font-size:13px;color:var(--v2-ink-2);margin-top:2px}.v2-root .gtrack{height:8px;background:rgba(22,51,42,.08);border-radius:6px;overflow:hidden;margin:14px 0 4px}.v2-root .gfill{height:100%;background:linear-gradient(90deg,var(--v2-turmeric),var(--v2-clay));border-radius:6px;transition:width .35s var(--v2-ease)}.v2-root .gift-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:8px;margin-top:14px;overflow-x:auto}.v2-root .gcard{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1px;padding:11px 9px 10px;border-radius:var(--v2-r-s);background:#fff;border:1.5px solid var(--v2-rule);transition:border-color .16s,background .16s,opacity .16s}.v2-root .gcard:disabled{opacity:.5;cursor:not-allowed}.v2-root .gcard.on{border-color:var(--v2-turmeric);background:var(--v2-turmeric-100)}.v2-root .gcard-ic{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--v2-pine-700);margin-bottom:3px}.v2-root .gcard-ic svg{width:100%;height:100%}.v2-root .gcard b{font-size:12px;font-weight:600;color:var(--v2-pine-900);line-height:1.2}.v2-root .gcard em{font-style:normal;font-size:10.5px;color:var(--v2-muted)}.v2-root .gcard-free{font-style:normal;font-size:10.5px;font-weight:800;letter-spacing:.05em;color:var(--v2-clay);margin-top:3px}.v2-root .gcard-mark{position:absolute;top:6px;right:6px;width:19px;height:19px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;background:rgba(22,51,42,.08);color:var(--v2-pine-700);transition:.14s}.v2-root .gcard.on .gcard-mark{background:var(--v2-turmeric);color:#3a2a08}.v2-root .srow .pickme{color:var(--v2-clay);font-weight:700;font-size:12px}.v2-root .alert{display:flex;gap:11px;background:var(--v2-turmeric-100);border:1px solid var(--v2-turmeric);border-radius:var(--v2-r-m);padding:14px 16px;margin-bottom:16px}.v2-root .alert svg{width:19px;height:19px;stroke:#a07c1a;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.v2-root .alert b{display:block;font-size:13.5px;color:#5a3e07;font-weight:600}.v2-root .alert p{margin:3px 0 0;font-size:12.5px;color:#7a5a17;line-height:1.55}.v2-root .dgrp{border:1px solid var(--v2-rule);border-radius:var(--v2-r-m);background:#fff;margin-bottom:16px;overflow:hidden;box-shadow:var(--v2-shadow-sm)}.v2-root .dgrp.warn{border-color:var(--v2-clay)}.v2-root .dgrp-h{background:var(--v2-straw-100);padding:12px 18px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--v2-rule);flex-wrap:wrap}.v2-root .dgrp-h svg{width:18px;height:18px;stroke:var(--v2-pine-700);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.v2-root .dgrp-h b{font-size:13.5px;font-weight:600;color:var(--v2-pine-800)}.v2-root .dgrp-h .eta{color:var(--v2-pine-700);background:var(--v2-leaf-100);padding:3px 10px;border-radius:999px}.v2-root .dgrp-h .eta,.v2-root .dgrp-h .eta-warn{font-size:12.5px;font-weight:600;margin-left:auto}.v2-root .dgrp-h .eta-warn{color:var(--v2-clay)}.v2-root .li{display:grid;grid-template-columns:96px 1fr;gap:16px;padding:18px;border-bottom:1px solid var(--v2-rule)}.v2-root .li:last-child{border-bottom:none}.v2-root .li-img{width:96px;height:96px;border-radius:var(--v2-r-s);background:var(--v2-straw-100);display:flex;align-items:center;justify-content:center;overflow:hidden}.v2-root .li-img img{width:100%;height:100%;object-fit:cover}.v2-root .li-t{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.v2-root .li-t b{font-weight:500;font-size:15px;display:block;color:var(--v2-ink)}.v2-root .li-t small{display:block;font-size:12.5px;color:var(--v2-muted);margin-top:2px}.v2-root .fresh{display:inline-flex;align-items:center;gap:6px;margin-top:7px;font-size:11.5px;font-weight:500;color:var(--v2-pine-700);background:var(--v2-leaf-100);padding:3px 9px;border-radius:999px}.v2-root .fresh .dot{width:6px;height:6px;border-radius:50%;background:var(--v2-pine-500);flex:none}.v2-root .li-p{font-weight:600;font-size:16px;color:var(--v2-pine-800);white-space:nowrap;font-feature-settings:"tnum" 1}.v2-root .li-ctl{display:flex;align-items:center;gap:14px;margin-top:12px;flex-wrap:wrap}.v2-root .li .qty{display:flex;align-items:center;border:1px solid var(--v2-rule);border-radius:var(--v2-r-s);background:#fff}.v2-root .li .qty button{width:34px;height:34px;font-size:17px;color:var(--v2-pine-700)}.v2-root .li .qty span{min-width:62px;padding:0 8px;text-align:center;font-size:14px;font-weight:500;white-space:nowrap}.v2-root .li-link{font-size:13px;color:var(--v2-muted);border-bottom:1px solid var(--v2-rule);padding-bottom:1px}.v2-root .li-link:hover{color:var(--v2-clay)}.v2-root .values{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:4px 0 26px}.v2-root .val{background:#fff;border:1px solid var(--v2-rule);border-radius:var(--v2-r-m);padding:16px 15px}.v2-root .val svg{width:22px;height:22px;stroke:var(--v2-pine-700);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;margin-bottom:9px}.v2-root .val b{display:block;font-size:13px;color:var(--v2-pine-900);letter-spacing:-.01em;margin-bottom:3px}.v2-root .val span{font-size:12px;color:var(--v2-muted);line-height:1.5}.v2-root .sum{position:sticky;top:var(--v2-sticky-top);background:#fff;border:1px solid var(--v2-rule);border-radius:var(--v2-r-m);overflow:hidden;box-shadow:var(--v2-shadow-md)}.v2-root .sum-head{background:linear-gradient(135deg,var(--v2-pine-700),var(--v2-pine-900));padding:18px 22px}.v2-root .sum-head h2{font-size:18px;color:var(--v2-leaf-100);margin:0}.v2-root .sum-body{padding:20px 22px 22px}.v2-root .srow{display:flex;justify-content:space-between;gap:14px;font-size:14px;color:var(--v2-ink-2);padding:7px 0}.v2-root .srow .free{color:var(--v2-pine-700);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.04em;background:var(--v2-leaf-100);padding:2px 10px;border-radius:999px}.v2-root .srow.tot{border-top:1px solid var(--v2-rule);margin-top:10px;padding-top:14px;font-size:18px;font-weight:600;color:var(--v2-pine-800);font-family:var(--v2-display)}.v2-root .srow.tot .free{align-self:center}.v2-root .srow small{display:block;font-size:11.5px;color:var(--v2-muted);font-weight:400;font-family:var(--v2-body);text-align:right}.v2-root .fee-note{display:flex;align-items:center;gap:7px;margin:14px 0 0;font-size:12.5px;font-weight:500;color:var(--v2-pine-700);background:var(--v2-leaf-100);padding:9px 12px;border-radius:var(--v2-r-s)}.v2-root .fee-note svg{width:15px;height:15px;flex:none;stroke:var(--v2-pine-700);fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.v2-root .co-btn{width:100%;margin-top:16px}.v2-root .co-sub{font-size:12px;color:var(--v2-muted);text-align:center;margin:9px 0 0}.v2-root .trust{margin-top:18px;border-top:1px solid var(--v2-rule);padding-top:16px;display:flex;flex-direction:column;gap:10px}.v2-root .tr{display:flex;gap:9px;align-items:flex-start;font-size:12.5px;color:var(--v2-ink-2)}.v2-root .tr svg{width:17px;height:17px;stroke:var(--v2-pine-500);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.v2-root .also{margin-top:8px}.v2-root .also h2{font-size:19px;color:var(--v2-pine-800);margin-bottom:14px}.v2-root .arow{display:grid;grid-template-columns:repeat(auto-fill,minmax(142px,1fr));gap:10px}.v2-root .ac{background:#fff;border:1px solid var(--v2-rule);border-radius:var(--v2-r-m);padding:11px;text-align:center;box-shadow:var(--v2-shadow-sm)}.v2-root .ac-i{height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:7px}.v2-root .ac b{display:block;font-size:13.5px;font-weight:500;color:var(--v2-ink)}.v2-root .ac i{font-style:normal;font-size:14px;font-weight:600;color:var(--v2-pine-800);display:block;margin:2px 0 9px}.v2-root .ac button{width:100%;border:1px solid var(--v2-pine-700);color:var(--v2-pine-800);border-radius:var(--v2-r-s);padding:7px;font-size:12.5px;font-weight:500;transition:.15s}.v2-root .ac button:hover{background:var(--v2-leaf-100)}.v2-root .empty{background:#fff;border:1px dashed var(--v2-rule);border-radius:var(--v2-r-m);padding:52px 24px;text-align:center;margin-bottom:60px}.v2-root .empty-art{display:flex;justify-content:center;margin-bottom:8px;opacity:.8}.v2-root .empty h2{font-size:21px;color:var(--v2-pine-800);margin-bottom:6px}.v2-root .empty p{font-size:14px;color:var(--v2-muted);margin:0 auto 20px;max-width:46ch}@media (max-width:920px){.v2-root .cart{grid-template-columns:1fr;gap:22px}.v2-root .sum{position:static}.v2-root .values{grid-template-columns:1fr 1fr}}@media (max-width:560px){.v2-root .li{grid-template-columns:74px 1fr;gap:12px;padding:14px}.v2-root .li-img{width:74px;height:74px}.v2-root .arow{grid-template-columns:1fr 1fr}.v2-root .values{grid-template-columns:1fr}.v2-root .deliver-in{margin-left:0}}.v2-root .li-tub{display:inline-block;margin-top:6px;font-size:11.5px;font-weight:600;color:var(--v2-pine-800);background:var(--v2-leaf-100);border-radius:999px;padding:3px 10px}