.cart-drawer *,.cart-drawer *:before,.cart-drawer *:after{box-sizing:border-box}body.cart-drawer-open{overflow:hidden}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#1212126b;opacity:0;visibility:hidden;transition:.2s ease}.cart-drawer-overlay.is-active{opacity:1;visibility:visible}.cart-drawer{--orange:#ff6a00;--orange-dark:#e85c00;--orange-soft:#fff4ea;--orange-pale:#fffaf5;--ink:#171717;--muted:#6a6a6a;--line:#e9e9e9;--panel:#f7f7f7;position:fixed;z-index:9999;top:0;right:0;width:min(100vw,460px);height:100dvh;display:flex;flex-direction:column;background:#fff;color:var(--ink);transform:translate(100%);transition:transform .28s ease;box-shadow:-18px 0 50px #00000024;font-family:inherit;overflow:hidden}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{min-height:54px;padding:0 12px 0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;flex:none}.cart-drawer__brand{display:flex;align-items:center;gap:9px;min-width:0}.cart-drawer__logo-link{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}.cart-drawer__logo{display:block;width:auto;height:26px;max-width:98px;object-fit:contain}.cart-drawer__heading{display:flex;align-items:center;gap:6px;min-width:0}.cart-drawer__title{margin:0;font-size:14px;line-height:1.2;font-weight:800;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer__count-label{font-size:10px;line-height:1.2;font-weight:700;color:#777;white-space:nowrap}.cart-drawer__close{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#222;cursor:pointer}.cart-drawer__close:hover{background:#f5f5f5}.cart-drawer__tier-banner{flex:none;background:var(--orange);color:#fff;padding:9px 12px 8px}.cart-tier-banner__message{font-size:11px;font-weight:750;line-height:1.35;text-align:center}.cart-tier-progress{margin-top:8px;padding:0 4px}.cart-tier-progress__track{height:6px;border-radius:99px;background:#ffffff47;overflow:hidden}.cart-tier-progress__fill{height:100%;border-radius:99px;background:#fff;width:0%;transition:width .35s ease}.cart-tier-banner__tiers{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:7px}.cart-tier__item{display:flex;align-items:center;gap:4px;opacity:.72;font-size:9px;font-weight:800;white-space:nowrap}.cart-tier__item.is-active{opacity:1}.cart-tier__label{padding:2px 5px;border-radius:5px;background:#ffffff24}.cart-tier__discount{color:#fff}.cart-tier__divider{width:1px;height:14px;background:#ffffff4d}.cart-drawer__body{flex:1 1 auto;min-height:0;overflow:auto;padding:10px;background:#fff;overscroll-behavior:contain}.cart-drawer__items{display:grid;gap:8px}.cart-item{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;padding:9px;border:1px solid #ededed;border-radius:11px;background:var(--panel)}.cart-item__image-wrap{width:74px;height:82px;border:1px solid #e4e4e4;border-radius:9px;overflow:hidden;background:#fff}.cart-item__image{width:100%;height:100%;display:block;object-fit:cover}.cart-item__details{min-width:0;display:flex;flex-direction:column}.cart-item__title{color:var(--ink);text-decoration:none;font-size:13px;line-height:1.35;font-weight:650;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__variant{margin-top:2px;color:#777;font-size:10px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__price-row{margin-top:5px;display:flex;align-items:center;flex-wrap:wrap;gap:3px 6px}.cart-item__price{font-size:13.5px;font-weight:800;color:#111}.cart-item__compare-price{font-size:10.5px;color:#8a8a8a;text-decoration:line-through}.cart-item__off-badge{padding:2px 5px;border-radius:5px;background:var(--orange-soft);color:var(--orange-dark);font-size:9px;font-weight:800}.cart-item__actual-price{font-size:9.5px;color:var(--orange-dark);font-weight:800}.cart-item__qty-row{margin-top:auto;padding-top:7px;display:flex;align-items:center;gap:7px}.cart-item__qty-control{height:29px;display:flex;border:1px solid #d8d8d8;border-radius:8px;overflow:hidden;background:#fff}.cart-item__qty-btn,.cart-item__qty-value{width:30px;height:28px;display:grid;place-items:center;border:0;background:#fff;color:#222}.cart-item__qty-btn{cursor:pointer;font-size:16px}.cart-item__qty-value{font-size:11px;font-weight:750;border-left:1px solid #eee;border-right:1px solid #eee}.cart-item__remove{width:29px;height:29px;display:grid;place-items:center;border:1px solid #e3e3e3;border-radius:8px;background:#fff;color:#777;cursor:pointer}.cart-item__remove:hover{background:var(--orange-soft);color:var(--orange-dark)}.cart-drawer__empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;color:#666;font-size:14px}.cart-drawer__continue-btn{min-height:40px;padding:9px 16px;border:0;border-radius:9px;background:var(--orange);color:#fff;font-size:13px;font-weight:750;cursor:pointer}.cart-drawer__footer{flex:none;max-height:48dvh;overflow:auto;padding:8px 10px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;box-shadow:0 -7px 22px #0000000d}.cart-order-summary{margin-top:7px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.cart-order-summary summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 34px 9px 10px;cursor:pointer;font-size:12.5px;font-weight:800;position:relative}.cart-order-summary summary::-webkit-details-marker{display:none}.cart-order-summary summary:after{content:"";position:absolute;right:12px;top:50%;width:7px;height:7px;border-right:1.6px solid #555;border-bottom:1.6px solid #555;transform:translateY(-65%) rotate(45deg);transition:transform .18s ease}.cart-order-summary[open] summary:after{transform:translateY(-35%) rotate(225deg)}.cart-summary-badge{font-size:9px;font-weight:650;color:#888}.cart-order-summary__body{padding:3px 10px 8px;border-top:1px solid #f0f0f0}.cart-order-summary__body>div{min-height:25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #ececec;color:#616161;font-size:10.5px}.cart-order-summary__body>div:last-child{border-bottom:0}.cart-order-summary__body strong{color:#222;font-size:10.8px}.cart-order-summary__grand{margin-top:2px;padding-top:2px;color:#171717!important;font-weight:800}.cart-order-summary__grand strong{font-size:13px;color:#111}#cart-drawer-checkout-form{width:100%;display:block;margin:0}.cart-drawer__checkout-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;color:#fff;cursor:pointer;font-family:inherit}.cart-checkout-btn__payment-icons{display:flex;align-items:center;margin-left:auto}#cart-drawer #cart-checkout-btn.cart-drawer__checkout-btn{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;justify-content:space-between!important;flex:0 0 100%!important}.cart-drawer.is-busy{cursor:progress}.cart-drawer.is-busy .cart-item{opacity:.72}.cart-drawer button:disabled{cursor:wait;opacity:.65}@media(max-width:767px){.cart-drawer{top:auto;left:0;right:0;bottom:0;width:100%;height:auto;max-height:92dvh;border-radius:20px 20px 0 0;transform:translateY(100%);box-shadow:0 -10px 40px #0000002e}.cart-drawer.is-open{transform:translateY(0)}}@media(max-width:480px){.cart-drawer__body{padding:8px}.cart-drawer__footer{padding-left:9px;padding-right:9px}.cart-item{grid-template-columns:68px minmax(0,1fr);gap:8px;padding:8px}.cart-item__image-wrap{width:68px;height:76px}#cart-drawer #cart-checkout-btn.cart-drawer__checkout-btn{width:100%!important;max-width:none!important;min-width:0!important}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/cart-drawer.css.map */
