.cart-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#16140f73;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s;z-index:998}.cart-overlay.is-open{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s linear 0s}#cartDrawer.cart-drawer{--cd-bg: var(--white, #FAFAF8);--cd-ink: var(--ink, #16140F);--cd-muted: #7A746A;--cd-line: #E8E6E0;--cd-chip: #F1EEE8;--cd-green: #1F7A4D;--cd-green-bg: #E9F4EE;--cd-gold: var(--gold, #B8893B);--cd-gold-bg: #FBF4E6;--cd-red: #B3261E;position:fixed!important;top:0!important;right:0!important;left:auto!important;bottom:0!important;height:100vh!important;height:calc(var(--cd-vh, 1vh) * 100)!important;height:100dvh!important;width:440px!important;max-width:92vw!important;margin:0!important;background:var(--cd-bg);color:var(--cd-ink);font-size:14px;line-height:1.35;z-index:999;box-shadow:-12px 0 40px #0000002e;transform:translate(100%);transition:transform .35s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;overflow:hidden}#cartDrawer.cart-drawer.is-open{transform:translate(0)}.cart-drawer *{box-sizing:border-box}.cart-drawer button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}#cartDrawerMount{display:flex;flex-direction:column;height:100%;min-height:0}.cd-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--cd-line);flex:none}.cd-head h2{font-size:21px;font-weight:500;letter-spacing:-.01em;font-family:var(--font-heading, inherit)}.cd-head h2 small{font-size:13px;color:var(--cd-muted);font-weight:400;margin-left:6px}.cd-x{width:38px;height:38px;border-radius:50%;background:var(--cd-chip);font-size:20px;line-height:1}.cd-head,.cd-foot{flex:none}.cd-body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.cd-body::-webkit-scrollbar{width:0}.cd-offer{background:var(--cd-ink);color:#fff;padding:14px 20px 16px}.cd-offer .cd-t{font-size:13.5px;font-weight:600;display:flex;gap:8px;align-items:center}.cd-offer .cd-t em{font-style:normal;color:#f3d48b}.cd-offer .cd-s{font-size:11.5px;color:#bdb8ae;margin-top:3px}.cd-track{position:relative;height:6px;border-radius:6px;background:#3a372f;margin:14px 8px 0}.cd-track i{position:absolute;left:0;top:0;bottom:0;border-radius:6px;background:linear-gradient(90deg,#f3d48b,#e9b949);transition:width .5s cubic-bezier(.2,.8,.2,1)}.cd-steps{display:flex;justify-content:space-between;margin-top:8px;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:#8f8a80}.cd-steps b{font-weight:600}.cd-steps .cd-done{color:#f3d48b}.cd-offer.cd-unlocked{background:var(--cd-green)}.cd-offer.cd-unlocked .cd-s{color:#cfe8da}.cd-offer.cd-unlocked .cd-track{background:#ffffff40}.cd-offer.cd-unlocked .cd-track i{background:#fff}.cd-offer.cd-unlocked .cd-steps,.cd-offer.cd-unlocked .cd-steps .cd-done{color:#fff}.cd-ticker{display:flex;align-items:center;gap:8px;padding:9px 20px;font-size:12px;color:#4a463e;border-bottom:1px solid var(--cd-line);background:#fff;min-height:36px}.cd-ticker .cd-dot{width:7px;height:7px;border-radius:50%;background:var(--cd-green);flex:none;box-shadow:0 0 #1f7a4d80;animation:cd-pulse 1.8s infinite}.cd-ticker .cd-tx{transition:opacity .35s}.cd-ticker .cd-tx.cd-out{opacity:0}.cd-ticker b{font-weight:600;color:var(--cd-ink)}@keyframes cd-pulse{70%{box-shadow:0 0 0 7px #1f7a4d00}to{box-shadow:0 0 #1f7a4d00}}.cd-items{padding:6px 20px 0}.cd-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--cd-line)}.cd-thumb{width:72px;height:88px;border-radius:10px;flex:none;position:relative;background:var(--cd-chip);overflow:hidden}.cd-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cd-main{flex:1;min-width:0}.cd-title{font-weight:600;font-size:13.5px}.cd-title a{color:inherit;text-decoration:none}.cd-var{color:var(--cd-muted);font-size:12px;margin-top:2px}.cd-tag{display:inline-block;margin-top:6px;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 7px;border-radius:5px;background:var(--cd-green-bg);color:var(--cd-green)}.cd-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.cd-qty{display:flex;align-items:center;border:1px solid var(--cd-line);border-radius:999px;background:#fff}.cd-qty button{width:30px;height:30px;font-size:16px}.cd-qty span{min-width:20px;text-align:center;font-weight:600;font-size:13px}.cd-price{text-align:right;font-weight:600}.cd-price s{display:block;color:var(--cd-muted);font-weight:400;font-size:12px}.cd-price .cd-free{color:var(--cd-green)}.cd-rm{font-size:11.5px;color:var(--cd-muted);text-decoration:underline;margin-left:10px}.cd-rail-wrap{padding:16px 0 4px;width:100%;min-width:0}.cd-rail-h{display:flex;justify-content:space-between;align-items:baseline;padding:0 20px 10px}.cd-rail-h h3{font-size:13px;font-weight:700;letter-spacing:.02em}.cd-rail-h span{font-size:11.5px;color:var(--cd-muted)}.cd-rail{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px;width:100%;max-width:100%;overflow-x:scroll!important;overflow-y:hidden!important;padding:0 20px 12px;margin:0;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;overscroll-behavior-y:none;touch-action:pan-x!important;cursor:grab;scrollbar-width:none}.cd-rail:active{cursor:grabbing}.cd-rail::-webkit-scrollbar{display:none;width:0;height:0}.cd-card{flex:0 0 132px!important;width:132px!important;min-width:132px!important;max-width:132px!important;background:#fff;border:1px solid var(--cd-line);border-radius:12px;padding:10px;scroll-snap-align:start;scroll-snap-stop:always}.cd-card .cd-thumb{width:100%;height:96px}.cd-card h4{font-size:12px;font-weight:600;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cd-card .cd-p{font-size:12px;margin-top:2px}.cd-card .cd-p s{color:var(--cd-muted);margin-right:4px}.cd-card .cd-p b{color:var(--cd-green)}.cd-card button{width:100%;margin-top:8px;padding:8px 0;border-radius:999px;background:var(--cd-ink);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cd-card button.cd-ghost{background:#fff;color:var(--cd-ink);border:1px solid var(--cd-ink)}@media(max-width:480px){.cd-rail{gap:10px;padding-left:16px;padding-right:16px;scroll-snap-type:x mandatory;touch-action:pan-x!important}.cd-card{flex-basis:132px!important;width:132px!important;min-width:132px!important}}.cd-addons{margin:12px 20px 0;border:1px solid var(--cd-line);border-radius:12px;background:#fff}.cd-addon{display:flex;align-items:center;gap:10px;padding:11px 12px}.cd-addon+.cd-addon{border-top:1px solid var(--cd-line)}.cd-addon .cd-ck{width:20px;height:20px;border-radius:6px;border:1.5px solid #BDB8AE;flex:none;display:grid;place-items:center;font-size:12px;color:#fff}.cd-addon.cd-on .cd-ck{background:var(--cd-ink);border-color:var(--cd-ink)}.cd-addon .cd-n{flex:1;font-size:12.5px;font-weight:500}.cd-addon .cd-n small{display:block;color:var(--cd-muted);font-weight:400;font-size:11.5px}.cd-addon .cd-pr{font-size:12.5px;font-weight:600}.cd-prepaid{margin:12px 20px 0;padding:11px 12px;border-radius:12px;background:var(--cd-gold-bg);border:1px dashed #E3C98F;font-size:12.5px;display:flex;gap:10px;align-items:center}.cd-prepaid b{font-weight:700}.cd-prepaid .cd-ic{font-size:16px}.cd-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 20px 8px}.cd-tb{display:flex;gap:9px;align-items:flex-start;padding:10px;border-radius:10px;background:#fff;border:1px solid var(--cd-line)}.cd-tb svg{width:18px;height:18px;flex:none;margin-top:1px;stroke:var(--cd-ink);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cd-tb b{display:block;font-size:12px;font-weight:600}.cd-tb span{font-size:11px;color:var(--cd-muted)}.cd-rating{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 20px 18px;font-size:12px;color:#4a463e}.cd-rating .cd-st{color:var(--cd-gold);letter-spacing:1px}.cd-review{margin:0 20px 18px;padding:12px;border-radius:12px;background:#fff;border:1px solid var(--cd-line);font-size:12.5px}.cd-review .cd-st{color:var(--cd-gold);font-size:11px;letter-spacing:1px}.cd-review p{margin-top:4px;color:#3a372f}.cd-review small{display:block;margin-top:6px;color:var(--cd-muted);font-size:11px}.cd-foot{flex:none;border-top:1px solid var(--cd-line);background:#fff;padding:12px 20px calc(14px + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 24px #16140f0f}.cd-save{background:var(--cd-green-bg);color:var(--cd-green);font-weight:600;font-size:12.5px;text-align:center;padding:7px;border-radius:8px;margin-bottom:10px}.cd-tot{display:flex;justify-content:space-between;align-items:baseline}.cd-tot .cd-l{font-size:13px;color:var(--cd-muted)}.cd-tot .cd-r{font-size:19px;font-weight:700}.cd-tot .cd-r s{font-size:13px;color:var(--cd-muted);font-weight:400;margin-right:6px}.cd-ship{display:flex;justify-content:space-between;font-size:12px;color:var(--cd-muted);margin-top:3px}.cd-ship b{color:var(--cd-green);font-weight:600}.cd-cta{width:100%;margin-top:12px;padding:16px;border-radius:999px;background:var(--cd-ink);color:#fff;font-size:13.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;display:flex;justify-content:center;gap:10px;align-items:center;transition:transform .15s}.cd-cta:active{transform:scale(.985)}.cd-cta .cd-sep{opacity:.4}.cd-under{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:10px;font-size:11px;color:var(--cd-muted)}.cd-pay{display:flex;justify-content:center;gap:6px;margin-top:8px}.cd-pay i{font-style:normal;font-size:9.5px;font-weight:700;letter-spacing:.04em;border:1px solid var(--cd-line);border-radius:4px;padding:3px 6px;color:#4a463e}.cd-dispatch{text-align:center;font-size:11.5px;margin-top:8px;color:#4a463e}.cd-dispatch b{color:var(--cd-red)}.cd-empty{text-align:center;padding:40px 20px 8px}.cd-empty svg{width:64px;height:64px;stroke:#8a8378;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cd-empty p{color:var(--cd-muted);font-size:16px;margin-top:14px}.cd-empty .cd-big{font-size:19px;color:var(--cd-ink);font-weight:600;margin-top:6px}.cd-empty .cd-cta{width:auto;display:inline-flex;padding:14px 28px;margin-top:18px}@media(max-width:480px){.cart-drawer{width:100%!important;max-width:100%!important}.cd-trust{grid-template-columns:1fr}}span.sr-checkout-visible2{color:#fff}
/*# sourceMappingURL=/cdn/shop/t/57/assets/cart-drawer.css.map */
