:root{--cart-yellow: #f3ff75;--cart-footer-bg: #fafafa;--cart-shadow: 0 10px 40px rgba(0, 0, 0, .25)}html.cart-drawer-open{overflow:hidden}body.cart-drawer-open{overflow:hidden;position:fixed;width:100%;top:0;left:0;right:0}body.cart-drawer-open>*{overflow:hidden}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000026;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;transition:opacity .3s ease-in-out;z-index:9998}html.cart-drawer-open .cart-drawer__overlay{opacity:1}.cart-drawer{position:fixed;right:0;top:0;height:100vh;height:100dvh;width:563px;max-width:100%;background:#fff;box-shadow:var(--cart-shadow);z-index:9999;transform:translate(110%);transition:transform .2s ease;display:flex;flex-direction:column;border-radius:16px 0 0 16px;overflow:hidden}.cart-drawer[aria-hidden=false]{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px;gap:12px}.cart-drawer__title{font-size:24px;line-height:1.1;font-weight:700;margin:0;color:#000}.cart-drawer__count{font-weight:700;margin-left:6px;transition:all .2s ease}.cart-drawer__count.pending{color:#999;text-shadow:none;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.cart-drawer__close{font-size:24px;line-height:24px;border:0;background:transparent;cursor:pointer}.cart-drawer__close svg{color:#292d32;width:24px;height:24px}.cart-drawer__banner{height:50px;display:flex;align-items:center;justify-content:center;background:var(--cart-yellow);color:#000;font-weight:700;font-size:14px}.cart-drawer__body{padding:24px;overflow:auto;flex:1 1 auto;position:relative;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.cart-drawer__body::-webkit-scrollbar{display:none}.cart-drawer__empty{padding:32px 0;text-align:center}.cart-drawer__list{list-style:none;margin:0;padding:0;max-width:515px}.cart-drawer__item{display:grid;grid-template-columns:160px 1fr;gap:16px;position:relative;transition:opacity .2s ease}.cart-drawer__thumb{flex-shrink:0;width:105px;height:145px;border-radius:8px;overflow:hidden}.cart-drawer__thumb img{width:100%;height:100%;object-fit:cover}.cart-drawer__meta{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.cart-drawer__meta-content{display:flex;flex-direction:column;gap:12px}.qty__input{width:50px;height:24px;text-align:center;background:#fff;font-size:16px;font-weight:500;color:#1a1a1a;transition:all .2s ease;border:none}.qty__input:focus{outline:none}.qty__input:disabled{cursor:not-allowed}.qty__input.updating{color:#999}.qty__input.error{border-color:#dc3545;color:#dc3545}.cart-drawer__remove{position:absolute;right:0;top:0;transform:translateY(-20%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:transparent;border:0;cursor:pointer}.cart-drawer__remove-icon{display:block}.cart-drawer__remove-loader{display:none;animation:spin 1s linear infinite}.cart-drawer__remove.updating .cart-drawer__remove-icon{display:none}.cart-drawer__remove.updating .cart-drawer__remove-loader{display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-drawer__product-title{display:block;font-weight:600;font-size:18px;color:#000;text-decoration:none}.cart-drawer__variant{font-style:400;font-size:16px;color:#000}.cart-drawer__price{font-weight:500;font-size:18px;color:#000}.cart-drawer__qty{width:156px;height:48px;border:1px solid #000;border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;gap:12px}.qty__btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;flex-shrink:0}.qty__input::-webkit-outer-spin-button,.qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty__input[type=number]{-moz-appearance:textfield}.cart-drawer__divider{border:0;border-bottom:1px solid #aaaaaa;margin:24px 0}.cart-drawer__footer{background:var(--cart-footer-bg);display:flex;flex-direction:column;align-items:stretch;gap:15px;padding:24px;margin-top:auto;position:relative;z-index:1}.cart-drawer__footer>*{width:100%}.cart-drawer__fs-text{margin-bottom:8px;font-weight:400;font-size:16px;color:#000}.progress{width:100%;height:13px;background:#f0f0f0;border-radius:10px;overflow:hidden}.progress__bar{height:100%;background:#000;border-radius:6.5px;width:0;transition:width .3s ease}.cart-drawer__actions{width:100%}.cart-drawer__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 24px;border-radius:12px;border:1px solid #000;font-size:16px;font-weight:700;text-decoration:none}.cart-drawer__btn--primary{background:var(--cart-yellow);color:#090428}.cart-drawer__btn--primary:hover{filter:brightness(.97)}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;color:#000;font-size:24px;font-weight:500}.cart-drawer__subtotal strong{font-weight:800}.cart-drawer__disclaimer{font-size:12px;font-weight:400;color:#000}.cart-drawer__remove.updating{cursor:not-allowed;pointer-events:none}.cart-drawer__subtotal-container{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 768px){.cart-drawer{width:100%;border-radius:0;height:100vh;height:100dvh}.cart-drawer__footer{padding:12px 16px;min-height:auto;position:sticky;bottom:0;background:var(--cart-footer-bg);box-shadow:0 -2px 10px #0000001a}.cart-drawer__subtotal{font-size:20px}.cart-drawer__disclaimer{font-size:11px;line-height:1.4;margin-bottom:env(safe-area-inset-bottom)}.cart-drawer__body{padding:20px 16px 16px}}:root{--discount-chip-bg: rgba(243, 255, 117, .5);--discount-chip-fg: #090428;--discount-chip-icon: #090428}.cart-discount-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;margin-bottom:-4px}.cart-loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe6;display:none;align-items:center;justify-content:center;z-index:1000}.cart-loader-spinner{animation:spin 1s linear infinite}.discount-chip{display:inline-flex;align-items:center;gap:8px;background:var(--discount-chip-bg);color:var(--discount-chip-fg);padding:6px 12px;border-radius:999px;line-height:1;font-size:14px;font-weight:500;box-shadow:0 0 0 1px #0000000a inset}.discount-chip__icon{display:inline-flex;width:16px;height:16px;color:var(--discount-chip-icon)}.discount-chip__code{white-space:nowrap}.discount-chip__amount{font-weight:800}@media (max-width: 768px){.cart-discount-chips{gap:6px}.discount-chip{font-size:13px;padding:6px 10px}.cart-drawer__qty{height:38px;width:110px;gap:0px}.qty__input{width:36px}.cart-drawer__thumb{width:100px;height:130px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-drawer.css.map */
