.cart-drawer{position:fixed;top:0;right:-100%;width:640px;max-width:640px;border-radius:1.5rem 0 0 1.5rem;height:100%;z-index:1000;transition:right .3s ease;background-color:rgb(var(--color-background));overflow:hidden}.cart-drawer.open{right:0}.cart-shipping-header{display:flex;justify-content:space-between;align-items:center}.cart-drawer__content{height:100%;position:relative;overflow-y:auto;display:flex;flex-direction:column}.cart-drawer__header{display:flex;justify-content:space-between;gap:10px;align-items:end;font-weight:700;position:sticky;top:0;background-color:rgb(var(--color-background));z-index:10}.cart-drawer__header-content{flex:1;padding:24px}.cart-drawer__title{font-size:var(--fluid-16-20);font-weight:600;margin:0;color:rgb(var(--color-foreground));display:flex;align-items:center;gap:5px}.cart-drawer__items{flex:1;display:flex;flex-direction:column}.cart-drawer__form{display:flex;flex-direction:column;flex:1}.cart__items{flex:1;overflow-y:auto;margin-bottom:20px;display:flex;flex-direction:column;padding:0 24px;gap:5px}.cart-item{display:flex;gap:2rem;padding:15px;border-radius:16px;position:relative}.cart-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-color:#00000008;border-radius:16px;z-index:1}.cart-item.removing,.cart-item.updating{position:relative}.cart-item.removing .is_remove,.cart-item.updating .is_remove{opacity:0;pointer-events:none}.is_remove{opacity:1;pointer-events:all}.cart-item__remove{background-color:transparent;border:none;transition:all .2s ease;width:24px;height:24px;padding:3px;position:relative}.cart-item__remove svg{width:100%;height:100%}.cart-item__remove svg path{stroke:rgb(var(--color-foreground),.1);transition:stroke .3s ease}.cart-item__remove:hover svg path{stroke:#d73b02}.cart-item.removing .cart-item__remove:before,.cart-item.updating .cart-item__remove:before{position:absolute;content:"";left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;border:4px solid transparent;border-top-color:var(--color-foreground);z-index:1;animation:absolute-spinner 1s linear infinite}.cart-item__image{flex:0 0 104px;height:auto;border-radius:4px;overflow:hidden;background-color:rgba(var(--color-foreground),.2)}.cart-item__image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:8px}.left_item-info{flex:1;gap:10px;display:flex;justify-content:space-between}.cart-item__title{font-size:var(--fluid-12-14);font-weight:700;margin-bottom:8px;color:rgb(var(--color-foreground));line-height:1.3}.cart-item__title:hover{text-decoration:underline;text-underline-offset:2px}.cart-item__price{font-size:.8125rem;color:rgb(var(--color-foreground),.8);margin:0;display:flex;gap:8px;align-items:center;word-spacing:-2px;white-space:nowrap}.cart-item__actions{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:auto}.shipping-message{display:none;width:100%;font-weight:700;color:rgb(var(--color-foreground),.6);justify-content:space-between;margin-bottom:24px;font-size:var(--fluid-12-14)}.final-price{display:block}.cart-item__quantity{display:flex;align-items:center;position:relative;height:40px;width:120px;margin-inline:1px;overflow:hidden}.cart-item__quantity input{width:100%;height:100%;padding:0 40px;text-align:center;border-radius:40px;background-color:transparent;border:none;outline:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;font-weight:700}.cart-item__quantity-up,.cart-item__quantity-down{position:absolute;width:40px;height:100%;display:flex;align-items:center;justify-content:center;border:none;padding:0;background-color:rgb(var(--color-background),.2);border-radius:50%;border:1px solid rgb(var(--color-foreground),.1);cursor:pointer;bottom:0}.cart-item__quantity-up{right:0}.cart-item__quantity-down{left:0}.cart-item__quantity input::-webkit-outer-spin-button,.cart-item__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__footer{background-color:rgb(var(--color-background));position:sticky;z-index:2;bottom:0;left:0;width:100%;margin-top:auto;padding:24px}.cart-money{background-color:rgb(var(--color-background))}.cart-drawer__summary{display:flex;justify-content:space-between;margin-bottom:24px;font-size:var(--fluid-12-14)}.cart-drawer__subtotal,.cart-drawer__total{font-weight:700;color:rgb(var(--color-foreground));margin:0}.button--primary{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;font-size:16px;padding:15px 20px;width:100%;border-radius:4px;font-weight:500;text-align:center;transition:all .2s ease}.free-shipping-bar{padding:15px;background-color:rgb(var(--color-foreground),.05);border-radius:8px;margin:1rem 0}.free-shipping-message{display:flex;justify-content:space-between;gap:10px;font-size:var(--fluid-11-13);font-weight:700;color:rgb(var(--color-foreground),.75)}.free-shipping-message.success{color:rgb(var(--color-foreground),.8)}.progress-bar{height:4px;background-color:rgba(var(--color-foreground),.1);border-radius:3px;overflow:hidden;margin-top:12px}.progress-bar .progress{height:100%;background-color:#1ee02b;transition:width .3s ease}.stock-error{color:red;font-size:.875rem;font-weight:500}.quantity-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:10px}@keyframes absolute-spinner{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 768px){.cart-drawer{position:fixed;bottom:-100%;top:unset;right:0;border-radius:1.5rem 1.5rem 0 0;height:90%;transition:bottom .3s ease;width:100%;max-width:100%}.stock-error{font-size:.75rem;margin-top:.25rem}.cart-drawer.open{bottom:0}.cart-drawer__footer{background-color:rgb(var(--color-background));position:sticky;bottom:0;left:0;width:100%;margin-top:auto;padding:16px}.cart__items{padding:0 16px}.cart-drawer__header-content{padding:16px}.free-shipping-bar{padding:10px}.free-shipping-message{font-size:var(--fluid-9-11)}.quantity-wrapper{flex-direction:column;align-items:center;justify-content:end;gap:0}}.cart-error{font-size:var(--fluid-12-14);color:red;text-align:center;padding:10px}.minus-drawer svg path{stroke:rgb(var(--color-foreground),.4);stroke-width:3px;fill:none}.plus-drawer svg{padding:2px;stroke:rgb(var(--color-foreground),.8)}.cart_close{display:flex;justify-content:space-between;align-items:end}.cart-upsell{background-color:rgb(var(--product-background));padding:24px 24px 80px;overflow:hidden}.featured-section{padding:2rem 0 5rem;background-color:rgb(var(--color-background));overflow:hidden}.featured-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.featured_title{font-size:var(--fluid-20-28);letter-spacing:.4px;font-weight:400}.featured_title.small{font-size:1.25rem;font-family:Montserrat,sans-serif;font-weight:700}.featured-container,.featured-slider-wrapper{position:relative}.featured-slider{display:flex;gap:10px;transition:transform .3s ease;will-change:transform;-webkit-user-select:none;user-select:none}.featured-slider a{text-decoration:none;color:inherit}.product-card-item{flex:0 0 calc(25% - 8px);scroll-snap-align:start}.product-card-item .product-card{height:100%}.featured-container.small .product-card-item{flex:0 0 calc(50% - 8px)}.featured-btns{display:flex;gap:5px}.featured-btns .featured-nav{width:40px;height:40px;background-color:rgb(var(--color-background));box-shadow:0 0 3px 2px rgba(var(--color-foreground),.05);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.featured-btns .featured-nav:disabled{opacity:.3;background-color:rgba(var(--product-background),.5);cursor:not-allowed}.featured-btns .featured-nav.prev{transform:rotate(180deg)}@media (max-width: 999px){.product-card-item{flex:0 0 calc(50% - 5px)}.featured-slider{gap:5px}.featured-section{padding:2.5rem 0}}.featured-slider{-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.featured-slider.dragging *{pointer-events:none!important}.featured-slider img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}body.slider-dragging{user-select:none;-webkit-user-select:none}body.slider-dragging .featured-slider img{pointer-events:none!important}.featured-slider.dragging{cursor:grabbing}.no-select{cursor:grabbing!important}.no-select *{pointer-events:none!important;user-select:none!important;-webkit-user-select:none!important}.empty__close{position:absolute;top:0;right:0}.empty__cart{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%;height:100%;padding:24px;color:rgb(var(--color-foreground),.8);font-size:var(--fluid-12-14);font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/12/assets/cart-drawer.css.map */
