:root{--plum: #512a3c;--cream: #f4edd1;--green: #bdca80;--orange: #de5829;--purple-light: #d7c5e5;--cart-font: "Tel Aviv Modernist", var(--ff-secondary), sans-serif;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)}html:has(.drawer.active){overflow:hidden!important}#CartDrawer,#CartDrawer *{font-family:var(--cart-font)!important;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.item-title,.upsell-title,.checkout-button,.upsell-add-btn,.shipping-bar-text strong{font-weight:700!important}.item-variant,.upsell-variant,.rezzle-bubble,.qty-text,.footer-label,.footer-price,.drawer__heading,.shipping-bar-text{font-weight:400!important}.drawer{position:fixed;z-index:1000;top:0;right:0;width:100vw;height:100vh;height:100dvh;display:flex;justify-content:flex-start;visibility:hidden;direction:rtl}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:430px;max-width:100vw;display:flex;flex-direction:column;background-color:var(--cream);transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:relative;border-left:2px solid var(--plum);flex-shrink:0}@media screen and (max-width: 480px){.drawer__inner{width:100%!important;min-width:100vw!important;border-left:none}}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{display:flex;justify-content:space-between;align-items:center;height:60px;background-color:var(--green);padding:0 20px;border-bottom:2px solid var(--plum);flex-shrink:0}.drawer__heading{font-size:18px;color:var(--plum);margin:0}.drawer__close{height:35px;width:35px;display:flex;justify-content:center;align-items:center;background-color:var(--cream);border-radius:50%;border:2px solid var(--plum);cursor:pointer;transition:var(--transition-smooth);padding:0}.drawer__close:hover{transform:rotate(90deg);background-color:var(--plum)}.drawer__close:hover svg path{stroke:var(--cream)}.shipping-bar-container{padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.shipping-bar-text{font-size:14px;color:var(--plum);text-align:center;line-height:1.2}.progress-bar-bg{width:100%;height:16px;background-color:var(--plum)!important;border:2px solid var(--plum);border-radius:100px;position:relative;overflow:hidden;display:block!important}.progress-bar-fill{position:absolute;top:0;right:0;height:100%;background-color:var(--orange)!important;border-radius:100px;transition:width .8s cubic-bezier(.65,0,.35,1);display:block!important;z-index:1}.drawer__main-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.cart-item-wrapper{padding:0 20px}.cart-item{display:flex;gap:15px;padding:15px 0;border-bottom:2px dashed var(--plum);align-items:center;position:relative}.item-image-circle{width:80px;height:80px;border-radius:50%;border:2px solid var(--plum);object-fit:cover;flex-shrink:0}.item-details{display:flex;flex-direction:column;flex:1;text-align:right;min-width:0}.item-header-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:2px}.item-title{font-size:15px;color:var(--plum);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.item-remove-btn{width:24px;height:24px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin-right:10px;transition:var(--transition-smooth);flex-shrink:0}.item-variant{font-size:12px;color:var(--plum);margin-bottom:5px;opacity:1}.item-controls-frame{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.bubble-wrapper{display:inline-flex;height:30px;justify-content:center;padding:0 12px;border-radius:50px;border:2px solid var(--plum);color:var(--plum);font-size:13px;align-items:center;white-space:nowrap}.quantity-selector-box{display:inline-flex;height:30px;align-items:center;gap:8px;position:relative;border-radius:50px;border:2px solid var(--plum);background:transparent;padding:0;overflow:hidden}.qty-btn-circle{display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;border:2px solid var(--plum);background:transparent;cursor:pointer;padding:0;transition:var(--transition-smooth);margin:-2px;z-index:2}.qty-btn-circle:hover{background-color:var(--plum)}.qty-btn-circle:hover svg path{stroke:var(--cream)}.qty-text{color:var(--plum);font-size:14px;font-weight:700;min-width:20px;height:100%;text-align:center;padding:0 4px;display:flex;align-items:center;justify-content:center}.loading-spinner{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:inline-block;vertical-align:middle;animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.upsell-section{width:100%;padding:20px 0;margin-top:auto;flex-shrink:0;background-color:var(--cream)}.upsell-slider-container{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scrollbar-width:none;gap:0;cursor:grab}.upsell-slider-container:active{cursor:grabbing}.upsell-card-wrapper{min-width:100%;flex:0 0 100%;scroll-snap-align:center;padding:0 20px}.upsell-card-inner{display:flex;border:2px solid var(--plum);border-radius:20px;overflow:hidden;height:130px;background:var(--cream)}.upsell-img{width:100px;height:100%;object-fit:cover;border-left:2px solid var(--plum)}.upsell-info{flex:1;padding:12px;display:flex;flex-direction:column;justify-content:space-between;text-align:right;min-width:0}.upsell-title{font-size:15px;color:var(--plum);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upsell-variant{font-size:12px;color:var(--plum);margin-bottom:5px;opacity:1}.upsell-btn-row{display:flex;align-items:center;gap:8px;flex-direction:row-reverse}.upsell-add-btn{display:flex;height:36px;min-width:90px;align-items:center;justify-content:center;padding:0 15px;flex:1;background-color:var(--plum);color:#fff;border-radius:50px;border:none;cursor:pointer;font-size:13px;font-weight:700}.upsell-price-tag{display:inline-flex;height:36px;align-items:center;justify-content:center;padding:0 12px;border-radius:50px;border:2px solid var(--plum);color:var(--plum);font-size:13px}.upsell-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.upsell-dot{display:block!important;width:14px;height:14px;border-radius:50%;border:2px solid var(--plum);background:transparent;cursor:pointer;transition:var(--transition-smooth)}.upsell-dot.active{background:var(--plum)}.drawer__footer{background-color:var(--purple-light);border-top:2px solid var(--plum);padding:20px;flex-shrink:0;margin-top:auto}.footer-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:var(--plum);font-size:16px}.checkout-button{width:100%;height:60px;background-color:var(--plum);color:#fff;border-radius:40px;border:none;font-size:20px;cursor:pointer;transition:var(--transition-smooth);box-shadow:0 4px #3d1f2d;position:relative}.checkout-button:active{top:2px;box-shadow:0 0 #2a151f}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-cart-drawer.css.map */
