.cd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:saturate(120%) blur(2px);backdrop-filter:saturate(120%) blur(2px);z-index:9998}.cd-drawer{position:fixed;top:0;right:0;width:min(420px,92vw);height:100dvh;background:#fff;z-index:9999;transform:translate(104%);transition:transform .26s ease;box-shadow:0 16px 60px #00000038;outline:none;display:flex;flex-direction:column;border-left:1px solid rgba(0,0,0,.06)}.cd-drawer.is-open{transform:translate(0)}.cd-header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 16px 12px;border-bottom:1px solid rgba(0,0,0,.06)}.cd-title{margin:0;font-weight:700;font-size:18px;line-height:1.2}.cd-subtitle{margin:6px 0 0;font-size:13px;opacity:.72}.cd-close{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;cursor:pointer;transition:transform .12s ease}.cd-close:active{transform:scale(.98)}.cd-body{padding:14px 16px 0;overflow:auto;-webkit-overflow-scrolling:touch;flex:1}.cd-empty-badge{display:inline-block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;padding:8px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);margin-bottom:10px}.cd-empty-title{margin:6px 0;font-size:18px;font-weight:700}.cd-empty-text{margin:0 0 14px;opacity:.72}.cd-points{margin-top:14px;display:grid;gap:10px}.cd-point{display:flex;gap:10px;align-items:center;font-size:13px;opacity:.9}.cd-ico svg{width:18px;height:18px;opacity:.9}.cd-progress{border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:12px;margin-bottom:12px;background:linear-gradient(180deg,#00000004,#0000)}.cd-progress-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.cd-progress-text{margin:0;font-size:13px;opacity:.8}.cd-chip{display:inline-flex;gap:8px;align-items:center;padding:8px 10px;border-radius:999px;background:#00806014;border:1px solid rgba(0,128,96,.18);font-size:12px;font-weight:600}.cd-chip-ico svg{width:16px;height:16px}.cd-chip--success{background:#008c461a;border-color:#008c4638}.cd-bar{height:8px;border-radius:999px;background:#00000014;margin-top:10px;overflow:hidden}.cd-bar>span{display:block;height:100%;width:var(--cd-progress, 0%);border-radius:999px;background:#0b6b79;transition:width .25s ease}.cd-items{display:grid;gap:12px;margin-top:6px}.cd-item{display:grid;grid-template-columns:64px 1fr;gap:12px;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:12px;background:#fff}.cd-item-media img{width:64px;height:64px;object-fit:cover;border-radius:14px;background:#0000000a}.cd-item-top{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.cd-item-title{font-weight:700;font-size:14px;line-height:1.25;text-decoration:none;color:#111}.cd-item-variant{margin:6px 0 0;font-size:12px;opacity:.65}.cd-item-remove{width:34px;height:34px;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:#fff;cursor:pointer;display:grid;place-items:center;transition:transform .12s ease}.cd-item-remove svg{width:14px;height:14px;opacity:.8}.cd-item-remove:active{transform:scale(.98)}.cd-item-bottom{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.cd-item-price{margin:0;font-weight:700}.cd-qty{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:999px;overflow:hidden;background:#fff}.cd-qty-input{width:44px;text-align:center;border:0;outline:none;font-weight:700;font-size:13px;padding:8px 0}.cd-qty-btn{width:38px;height:34px;border:0;background:#fff;cursor:pointer;display:grid;place-items:center;transition:transform .1s ease}.cd-qty-btn svg{width:14px;height:14px;opacity:.85}.cd-qty-btn:active{transform:scale(.96)}.cd-bump{animation:cdBump .22s ease}@keyframes cdBump{0%{transform:scale(1)}50%{transform:scale(.94)}to{transform:scale(1)}}.cd-trust{border:1px dashed rgba(0,0,0,.14);border-radius:16px;padding:12px;margin:14px 0;background:#00000004}.cd-trust-line{margin:0 0 6px;font-weight:700;font-size:13px}.cd-ship{margin:0;opacity:.72;font-size:12px}.cd-upsell{margin:12px 0 6px}.cd-upsell-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:0 0 10px}.cd-upsell-title{margin:0;font-weight:800;font-size:13px;letter-spacing:.02em}.cd-upsell-note{font-size:12px;opacity:.65}.cd-upsell-grid{display:grid;gap:10px}.cd-upsell-card{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:10px;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:10px;background:#fff}.cd-upsell-media img{width:52px;height:52px;object-fit:cover;border-radius:14px;background:#0000000a}.cd-upsell-name{display:block;font-weight:700;font-size:13px;color:#111;text-decoration:none;line-height:1.2}.cd-upsell-price{margin:4px 0 0;font-size:12px;opacity:.7}.cd-upsell-add{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:999px;padding:10px 12px;font-weight:800;font-size:12px;cursor:pointer;transition:transform .12s ease}.cd-upsell-add:active{transform:scale(.98)}.cd-upsell-add[disabled]{opacity:.45;cursor:not-allowed}.cd-footer{position:sticky;bottom:0;background:#fff;padding:14px 16px 16px;border-top:1px solid rgba(0,0,0,.06)}.cd-subtotal{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;font-size:13px;opacity:.9}.cd-btn{display:block;width:100%;text-align:center;border-radius:16px;padding:14px;font-weight:800;text-decoration:none}.cd-btn-primary{background:#0b6b79;color:#fff}.cd-link{width:100%;margin-top:10px;background:transparent;border:0;padding:8px;font-weight:700;cursor:pointer;opacity:.75;text-decoration:underline}.cd-badges{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;font-size:12px;opacity:.78}.cd-badge{display:inline-flex;gap:8px;align-items:center}.cd-badge-ico svg{width:16px;height:16px;opacity:.85}@media (max-width: 360px){.cd-progress-top{flex-direction:column;align-items:flex-start}.cd-item{grid-template-columns:56px 1fr}.cd-item-media img{width:56px;height:56px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/cart-drawer.css.map */
