.cart-drawer{position:fixed;top:0;right:-100%;width:400px;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;flex-direction:column}.cart-header-grid{display:flex;justify-content:space-between;width:100%;gap:10px;align-items:center}.cart-header-grid:last-child{margin-top:1rem;font-size:10px;color:rgb(var(--color-foreground),.6);text-transform:uppercase;font-weight:400}.free-shipping-bar{text-align:center;flex:1;position:relative;height:28px}.free-shipping-bar .svg__wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:18px;height:18px}.free-shipping-bar .svg__wrapper svg{width:12px}.free-shipping-message{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:400;color:rgb(var(--color-foreground),.75);line-height:1.5;position:absolute;top:0;right:0;bottom:0;left:0}.more_money,.shipping-achieved{display:flex;align-items:center;gap:5px}.shipping-achieved .svg__wrapper{border:1px dotted rgb(var(--color-foreground));border-radius:20px}.free-shipping-message.success{color:rgb(var(--color-foreground),.8)}.progress-bar{width:100%;height:100%;background-color:rgba(var(--color-foreground),.1);overflow:hidden;margin-block:8px}.progress-bar .progress{height:100%;background-color:#188a4959;transition:width .3s ease;animation:pulse 3s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.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:16px 16px 0}.cart-drawer__title{font-size:10px;letter-spacing:.5px;text-transform:uppercase;margin:0;color:rgb(var(--color-foreground));display:flex;align-items:center;gap:5px}.cart-drawer__items{flex:1;display:flex;flex-direction:column;position:relative}.cart-drawer__items:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-background),.6);z-index:5;pointer-events:none;opacity:0}.cart-drawer__items.updating:before,.cart-drawer__items.removing:before{opacity:1;pointer-events:all}.cart-drawer__form{display:flex;flex-direction:column;flex:1}.cart__items{flex:1;overflow-y:auto;margin-block:7px 20px;display:flex;flex-direction:column;padding:0 16px;gap:5px}.cart-item{display:flex;gap:.25rem;position:relative;border-radius:4px;overflow:hidden}.cart-item:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-color:#00000008;z-index:0;pointer-events:none}.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;display:flex;height:100%;align-items:center;pointer-events:all}.cart-item__remove{background-color:transparent;border:none;transition:all .2s ease;width:auto;height:100%;padding:3px;position:relative}.cart-item__remove svg{width:auto;display:block;height:80%}.cart-item__remove svg path{stroke:rgb(var(--color-foreground));transition:stroke .3s ease;stroke-width:.5px}.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 70px;padding:10px 0;aspect-ratio:7 / 8;height:auto;overflow:hidden;z-index:-1;position:relative}.cart-item__image img{width:100%;height:100%;object-fit:contain;display:block}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:8px;padding:10px 10px 10px 0}.top_item-info{flex:1;gap:10px;display:flex;justify-content:space-between;margin-bottom:8px;color:rgb(var(--color-foreground))}.top_item-title{display:flex;flex-direction:column;gap:5px}.top_item-total{font-size:var(--fluid-12-14)}.cart-item__title{font-size:10px;letter-spacing:.5px;font-weight:700;line-height:1.2;text-transform:uppercase}.cart-item__title:hover{text-decoration:underline;text-underline-offset:2px}.cart-item__price{font-size:11px;color:rgb(var(--color-foreground),.8);margin:0;word-spacing:-2px;white-space:nowrap}.cart-item__compare{font-size:11px;color:rgb(var(--color-foreground),.6);text-decoration:line-through}.cart-item__actions{display:flex;align-items:end;justify-content:space-between;gap:5px;margin-top:auto}.shipping-message{display:none;justify-content:space-between;width:100%;color:rgb(var(--color-foreground),.6);line-height:1.3;font-size:10px;text-transform:uppercase;margin-bottom:.35rem}.free-shipping{color:rgb(var(--color-foreground),.8);font-size:13px}.final-price{display:block}.cart-item__quantity{position:relative;height:28px;border-radius:40px;width:85px;margin-inline:1px;overflow:hidden}.minus-drawer,.plus-drawer{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.cart-item__quantity input{display:block;width:100%;z-index:60;height:100%;padding:0 12px;text-align:center;border-radius:40px;background-color:rgb(var(--color-background));border:none;outline:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-item__quantity-up,.cart-item__quantity-down{position:absolute;width:18px;height:100%;display:flex;align-items:center;justify-content:center;border:none;padding:0;border-radius:50%;cursor:pointer;bottom:0}.cart-item__quantity svg{width:auto;height:12px;display:flex;align-items:center;justify-content:center}.cart-item__quantity-up{right:5px}.cart-item__quantity-down{left:5px}.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;bottom:0;left:0;width:100%;margin-top:auto;padding:20px 10px}.cart-drawer__summary{display:flex;justify-content:space-between;align-items:center;line-height:1.3;font-size:10px;text-transform:uppercase;margin-bottom:.35rem}.cart-drawer__subtotal{color:rgb(var(--color-foreground),.6)}.cart-drawer__total{color:rgb(var(--color-foreground),.8);font-size:13px}.cart-item__variant{font-size:var(--fluid-11-13);color:rgb(var(--color-foreground),.7)}.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}.stock-error{color:red;font-size:.875rem;margin-top:.5rem;animation:fadeIn .3s ease}.cart-error{padding:10px;color:#d73b02;font-size:14px;text-align:center}@keyframes absolute-spinner{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 600px){.cart-drawer{width:100%;max-width:100%}}.minus-drawer svg path{stroke:rgb(var(--color-foreground));stroke-width:3px;fill:none}.plus-drawer svg{stroke-width:1px;padding:1px;stroke:rgb(var(--color-foreground))}.cart_close{display:flex;justify-content:space-between;align-items:end}.rtl .free-shipping-message{text-align:right;flex-direction:row-reverse}.cart-upsell{overflow:hidden;box-shadow:0 0 2px 4px rgba(var(--color-foreground),.03)}.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/4/assets/cart-drawer.css.map */
