.custom-cart-drawer{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:2147483647;display:flex;justify-content:flex-end;visibility:hidden;transition:visibility .3s ease;pointer-events:none}.custom-cart-drawer.is-open{pointer-events:auto}.custom-cart-drawer.is-loading.is-open{pointer-events:auto}.custom-cart-drawer.is-open{visibility:visible}.custom-cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease}.custom-cart-drawer.is-open .custom-cart-drawer__overlay{opacity:1}.custom-cart-drawer__wrapper{position:relative;width:100%;max-width:420px;height:100vh;background-color:#fff;transform:translate(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;box-shadow:-5px 0 15px #0000001a;color:#1a1a1a;font-family:inherit}.custom-cart-drawer.is-open .custom-cart-drawer__wrapper{transform:translate(0)}#CustomCartDrawerForm{display:flex;flex-direction:column;height:100%;overflow:hidden}.custom-cart-drawer__wrapper *{box-sizing:border-box}.custom-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e5e5}.custom-cart-drawer__title{font-size:18px;font-weight:600;color:#1a1a1a}.custom-cart-drawer__close{background:#f8f8f8;border:1px solid #cccccc;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#1a1a1a;cursor:pointer;padding:0;line-height:1}.custom-cart-drawer__close:hover{background:#f0f0f0}.custom-cart-drawer__urgency-banner{padding:8px 15px;text-align:center;font-size:13px;font-weight:600;color:#1a1a1a;border-bottom:1px solid #e5e5e5;background-color:#fff}.custom-cart-drawer__progress-container{padding:10px 24px 15px;width:95%;margin:auto;text-align:center;border-bottom:1px solid #e5e5e5}.custom-cart-drawer__progress-text{font-size:14px;margin-bottom:12px;color:#1a1a1a}.custom-cart-drawer__progress-track{width:100%;margin:0 0 10px;height:8px;border-radius:8px;background-color:#e0e0e0;position:relative;overflow:visible}.custom-cart-drawer__progress-fill{height:100%;border-radius:8px;width:0%;transition:width .4s ease}.custom-cart-drawer__milestones{display:flex;justify-content:space-between;margin-top:-32px;position:relative;z-index:1;margin-bottom:25px;pointer-events:none}.custom-cart-drawer__milestone{display:flex;flex-direction:column;align-items:center;gap:4px;position:relative;width:0}.custom-cart-drawer__milestone-icon{width:28px;height:28px;border-radius:50%;background-color:#fff;border:2px solid #3d2b1f;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.custom-cart-drawer__milestone.is-active .custom-cart-drawer__milestone-icon{background-color:#3d2b1f;border-color:#3d2b1f}.custom-cart-drawer__tag-icon{width:12px;height:12px;color:#3d2b1f}.custom-cart-drawer__milestone.is-active .custom-cart-drawer__tag-icon{color:#fff}.custom-cart-drawer__milestone-label{font-size:10px;text-transform:uppercase;font-weight:600;color:#1a1a1a;white-space:nowrap;position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:4px}.custom-cart-drawer__items{flex-grow:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:20px}.custom-cart-drawer__empty{display:none;text-align:center;padding:40px 20px;font-size:16px;color:#666;flex-grow:1;overflow-y:auto}.custom-cart-drawer__item{display:flex;gap:15px;position:relative}.custom-cart-drawer__item-image{width:85px;height:85px;object-fit:cover;border-radius:6px;background:#f8f8f8;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform}.custom-cart-drawer__item-details{flex-grow:1;display:flex;flex-direction:column}.custom-cart-drawer__item-title{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 4px;padding-right:20px;line-height:1.3}.custom-cart-drawer__item-options{font-size:13px;color:#777;margin-bottom:8px;line-height:1.4}.custom-cart-drawer__item-remove{position:absolute;top:0;right:0;background:none;border:none;cursor:pointer;color:#999;padding:0}.custom-cart-drawer__item-remove:hover{color:#d00}.custom-cart-drawer__bottom-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.custom-cart-drawer__qty{display:inline-flex;align-items:center;border:1px solid #e5e5e5;border-radius:4px;height:32px}.custom-cart-drawer__qty button{background:none;border:none;width:32px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#666;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.custom-cart-drawer__qty input{width:32px;height:100%;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;text-align:center;font-size:13px;font-weight:600;background:transparent;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.custom-cart-drawer__qty input::-webkit-outer-spin-button,.custom-cart-drawer__qty input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.custom-cart-drawer__item-price-wrapper{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.custom-cart-drawer__price-row{display:flex;gap:6px;align-items:center;justify-content:flex-end}.custom-cart-drawer__price-original{font-size:13px;color:#999;text-decoration:line-through}.custom-cart-drawer__price-final{font-size:14px;font-weight:700;color:#1a1a1a}.custom-cart-drawer__savings{font-size:13px;font-weight:700;color:#22c55e;margin-top:5px;font-style:normal}.custom-cart-drawer__item-unlock{display:inline-flex;align-items:center;gap:6px;background-color:#f2f2f2;padding:4px 10px;border-radius:12px;font-size:11px;color:#666;margin-top:10px;width:fit-content;align-self:flex-end}.custom-cart-drawer__tag-icon-small{width:10px;height:10px;color:#666}.custom-cart-drawer__footer{padding:20px 24px;border-top:1px solid #e5e5e5;background-color:#fff;display:flex;flex-direction:column;gap:12px}.custom-cart-drawer__discounts-section{display:flex;flex-direction:column;gap:8px;padding-bottom:2px}.custom-cart-drawer__discounts-header{font-size:13px;font-weight:800;text-transform:italic;font-style:italic;color:#000;margin-bottom:10px}.custom-cart-drawer__discounts-row{display:flex;justify-content:space-between;align-items:center}.custom-cart-drawer__discount-amount{font-size:13px;font-weight:700;color:#000}.custom-cart-drawer__unlock-badge{display:flex;align-items:center;gap:8px;background-color:#f2f2f2;padding:8px 12px;border-radius:4px;font-size:12px;color:#666;width:fit-content}.custom-cart-drawer__checkout-btn{width:100%;height:52px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s ease}.custom-cart-drawer__checkout-btn:hover{opacity:.9}.custom-cart-drawer__lock-icon{width:16px;height:16px;color:currentColor}.custom-cart-drawer__free-shipping{text-align:center;font-size:11px;color:#1a1a1a;font-weight:500;margin-top:-2px}.custom-cart-drawer__payment-icons{display:flex;justify-content:center;margin-top:-10px}.custom-cart-drawer__payment-icons img{width:100%;height:auto;max-width:100%;object-fit:contain}.custom-cart-drawer__trustpilot{display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#1a1a1a;margin-top:-10px}.custom-cart-drawer__trustpilot img{height:auto;width:100%;max-width:250px;object-fit:contain}.custom-cart-drawer__empty-heading{font-family:inherit;font-size:20px;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.custom-cart-drawer__empty-subheading{font-style:italic;font-size:14px;color:#1a1a1a;font-weight:600;margin-bottom:24px}.custom-cart-drawer__empty-btn{display:flex;align-items:center;justify-content:center;background-color:#3d2b1f;color:#fff;padding:14px;border-radius:6px;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:14px;width:100%;margin-bottom:40px;transition:opacity .2s ease}.custom-cart-drawer__empty-btn:hover{opacity:.9;color:#fff}.custom-cart-drawer__recommendations{text-align:left;margin-top:20px}.custom-cart-drawer__recommendations-heading{font-size:16px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:20px}.custom-cart-drawer__recommendations-list{display:flex;flex-direction:column;gap:20px}.custom-cart-drawer__rec-item{display:flex;gap:15px;align-items:flex-start}.custom-cart-drawer__rec-image-link{flex-shrink:0}.custom-cart-drawer__rec-image{width:80px;height:100px;object-fit:cover;background:#f8f8f8}.custom-cart-drawer__rec-info{flex-grow:1;display:flex;flex-direction:column;gap:4px}.custom-cart-drawer__rec-title{font-size:14px;font-weight:700;color:#1a1a1a;text-decoration:none;line-height:1.3;margin-bottom:2px}.custom-cart-drawer__rec-price{font-size:13px;display:flex;gap:8px;align-items:center;margin-bottom:4px}.custom-cart-drawer__rec-compare{color:#999;text-decoration:line-through}.custom-cart-drawer__rec-current{color:#1a1a1a}.custom-cart-drawer__rec-form{display:flex;flex-direction:column;gap:8px;width:100%}.custom-cart-drawer__rec-select{width:100%;padding:8px;border:1px solid #e5e5e5;border-radius:4px;font-size:13px;color:#1a1a1a;background-color:#fff}.custom-cart-drawer__rec-add-btn{background-color:#3d2b1f;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:700;font-size:13px;cursor:pointer;align-self:flex-end;min-width:80px;transition:opacity .2s ease}.custom-cart-drawer__rec-add-btn:hover{opacity:.9}.custom-cart-drawer.cart-is-empty .custom-cart-drawer__urgency-banner,.custom-cart-drawer.cart-is-empty .custom-cart-drawer__progress-container,.custom-cart-drawer.cart-is-empty .custom-cart-drawer__footer,.custom-cart-drawer.cart-is-empty .custom-cart-drawer__items{display:none!important}.custom-cart-drawer.is-loading .custom-cart-drawer__wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff6;z-index:10;cursor:wait}.custom-cart-drawer.is-loading{pointer-events:none}.custom-cart-drawer.cart-is-empty .custom-cart-drawer__empty{display:block!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/cart-drawer.css.map */
