.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:#00000080;transition:visibility .3s ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:100%;max-width:420px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.drawer.active .drawer__inner{transform:translate(0)}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center;text-align:center}.cart__empty-text{font-size:18px;font-weight:600;color:#1a202c;margin-bottom:20px}.cart-drawer__continue-btn{display:inline-block;padding:14px 28px;background-color:#264653;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:14px}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header,cart-drawer.is-empty .cart-drawer__timer,cart-drawer.is-empty .cart-drawer__shipping-bar{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings{display:none}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.drawer__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #E5E5E5}.drawer__header-left{display:flex;align-items:center;gap:10px}.drawer__cart-icon{color:#1a202c}.drawer__heading{font-size:18px;font-weight:600;color:#1a202c;margin:0}.drawer__item-count{color:#1a202c}.drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;cursor:pointer;color:#1a202c}.drawer__close:hover{color:#4a5568}.cart-drawer__timer{background-color:#264653;color:#fff;text-align:center;padding:10px 20px;font-size:14px;font-weight:500}.cart-drawer__timer-countdown{font-weight:700}.cart-drawer__shipping-bar{padding:20px;background-color:#fff;border-bottom:1px solid #E5E5E5}.cart-drawer__shipping-text{text-align:center;font-size:15px;color:#1a202c;margin:0 0 12px}.cart-drawer__shipping-text strong{font-weight:700}.cart-drawer__shipping-text--success{color:#4a7c59;display:flex;align-items:center;justify-content:center;gap:6px}.cart-drawer__progress-track{position:relative;height:8px;background-color:#e5e5e5;border-radius:100px;overflow:visible;margin-bottom:8px}.cart-drawer__progress-bar{height:100%;background-color:#f89c1f;border-radius:100px;transition:width .3s ease;min-width:8px}.cart-drawer__shipping-bar--unlocked .cart-drawer__progress-track{background-color:#f89c1f}.cart-drawer__shipping-bar--unlocked .cart-drawer__progress-bar{width:100%!important}.cart-drawer__progress-icon{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background-color:#fff;border:2px solid #E5E5E5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a202c;transition:left .3s ease}.cart-drawer__shipping-label{display:block;text-align:right;font-size:12px;color:#4a5568}cart-drawer-items{overflow:auto;flex:1}cart-drawer-items.is-empty+.drawer__footer{display:none}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.drawer__contents{flex-grow:1;display:flex;flex-direction:column;width:100%}.drawer__cart-items-wrapper{padding:0 20px}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid #E5E5E5}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background-color:#f5f5f5}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-details{display:flex;flex-direction:column;gap:4px}.cart-drawer__item-title{font-size:15px;font-weight:600;color:#1a202c;text-decoration:none;line-height:1.3}.cart-drawer__item-title:hover{color:#264653}.cart-drawer__item-variant{font-size:13px;color:#4a5568;margin:0}.cart-drawer__item-quantity{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-drawer__quantity-label{font-size:13px;color:#4a5568}.cart-drawer__quantity-input{display:flex;align-items:center;border:1px solid #E5E5E5;border-radius:6px;overflow:hidden}.cart-drawer__quantity-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;cursor:pointer;color:#4a5568}.cart-drawer__quantity-btn:hover{background-color:#f5f5f5;color:#1a202c}.cart-drawer__quantity-value{width:40px;height:32px;text-align:center;border:none;border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5;font-size:14px;font-weight:600;color:#1a202c;-moz-appearance:textfield}.cart-drawer__quantity-value::-webkit-outer-spin-button,.cart-drawer__quantity-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__item-prices{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cart-drawer__item-compare-price{font-size:13px;color:#718096;text-decoration:line-through}.cart-drawer__item-price{font-size:15px;font-weight:600;color:#1a202c}.drawer__footer{border-top:1px solid #E5E5E5;padding:20px;background-color:#fff}.cart-drawer__totals{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.cart-drawer__totals-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#4a5568}.cart-drawer__totals-row--discount .cart-drawer__discount-amount{color:#e53e3e;font-weight:600}.cart-drawer__free-shipping{color:#4a7c59;font-weight:600}.cart-drawer__totals-row--total{padding-top:12px;border-top:1px solid #E5E5E5;font-size:16px;font-weight:700;color:#1a202c}.cart-drawer__total-price{font-size:20px}.cart-drawer__ctas{margin-bottom:16px}.cart-drawer__checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;background-color:#f89c1f;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:background-color .2s ease}.cart-drawer__checkout-btn:hover{background-color:#e08a1a}.cart-drawer__checkout-btn:disabled{background-color:#cbd5e0;cursor:not-allowed}.cart-drawer__remove-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin-top:8px;background:transparent;border:1px solid #E5E5E5;border-radius:6px;cursor:pointer;color:#718096;transition:all .2s ease}.cart-drawer__remove-btn:hover{background-color:#fee2e2;border-color:#fca5a5;color:#dc2626}cart-remove-button{display:block}.cart-drawer__guarantee{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:500;color:#1a202c;padding-bottom:20px}.cart-drawer__guarantee svg{color:#4a7c59}cart-drawer-items::-webkit-scrollbar{width:4px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:#cbd5e0;border-radius:100px}cart-drawer-items::-webkit-scrollbar-track{background-color:transparent}@media screen and (max-width: 749px){.drawer__inner{max-width:100%}.cart-drawer__item{grid-template-columns:70px 1fr auto;gap:12px}.cart-drawer__item-image{width:70px;height:70px}}@media (prefers-reduced-motion: no-preference){.drawer__inner{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}}
/*# sourceMappingURL=/cdn/shop/t/93/assets/cart-drawer-custom.css.map */
