.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999999;display:flex;align-items:flex-start;justify-content:flex-end;padding:3rem;opacity:0;display:none}@media screen and (max-width: 768px){.cart-drawer{padding:2rem}}.cart-drawer__container{width:60rem;height:100%;padding:4rem;background-color:var(--color-text-2);border-radius:2.5rem;display:flex;justify-content:space-between;flex-direction:column;position:relative}@media screen and (max-width: 768px){.cart-drawer__container{width:100%;height:95%;padding:2rem;border-radius:1.5rem}}.cart-drawer__heading-wrapper{text-align:center;border-bottom:.2rem solid var(--color-text);padding-bottom:2rem}.cart-drawer__heading-wrapper h2{text-align:start}.cart-drawer__product{margin-top:2rem;display:flex;align-items:flex-start;justify-content:flex-start}.cart-drawer__product p{font-size:1.6rem;line-height:1.8rem;margin-top:.5rem}.cart-drawer__product-image{width:15rem;height:15rem;margin-right:2rem}@media screen and (max-width: 768px){.cart-drawer__product-image{width:12rem;height:12rem}}.cart-drawer__product-price{font-weight:700;font-size:2rem!important}.cart-drawer__product-title h3{font-size:2rem!important}.cart-drawer__footer{border-top:.2rem solid var(--color-text);padding-top:2rem;display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:column}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;width:100%}.cart-drawer__subtotal p{font-size:3rem;line-height:1;font-weight:700}.cart-drawer__checkout{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;width:100%}.cart-drawer__checkout a{padding:.5rem 2rem;background-color:var(--color-orange);color:var(--color-text-2);border-radius:1.5rem;border:.2rem solid var(--color-text);display:flex;align-items:center;justify-content:center;width:100%;height:5rem;text-align:center}.cart-drawer__quantity-controls{display:flex;align-items:center;justify-content:flex-start;margin-top:1rem;gap:1rem}.cart-drawer__quantity-controls button{width:3.5rem;height:3.5rem;border:.1rem solid var(--color-text);background-color:transparent;outline:none;font-size:2rem;font-family:var(--font-body-family);display:flex;align-items:center;justify-content:center;border-radius:.5rem;cursor:pointer}.cart-drawer__quantity-controls input{border-radius:.5rem;width:3.5rem;height:3.5rem;border:.1rem solid var(--color-text);background-color:transparent;text-align:center}.cart-drawer__quantity-input::-webkit-outer-spin-button,.cart-drawer__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__product-details{max-width:20rem}.cart-drawer__empty{margin-top:2rem}.cart-drawer__heading-content{display:flex;width:100%;align-items:center;justify-content:space-between;margin-bottom:2rem}.cart-drawer__heading-content svg{width:2.2rem;height:2.2rem;cursor:pointer;transition:all .3s ease}.cart-drawer__heading-content svg:hover{opacity:.7}.cart-drawer__discount-bar{padding:1rem;background-color:#f8f8f8;border-radius:.5rem;margin-bottom:1.5rem;display:none}.cart-drawer__discount-text{text-align:center;font-weight:600;margin-bottom:1.5rem;color:#361615;font-size:2rem}@media screen and (max-width: 768px){.cart-drawer__discount-text{font-size:1.5rem;margin-bottom:1rem}}.cart-drawer__progress-container{height:1rem;background-color:#e0e0e0;border-radius:.5rem;overflow:hidden;margin-bottom:.5rem}.cart-drawer__progress-bar{height:100%;background-color:var(--color-orange-2);transition:width .3s ease;display:block!important}.cart-drawer__progress-labels{display:flex;justify-content:space-between;font-size:1.2rem;color:#666}.cart-drawer__products-wrapper{height:55rem;position:relative;overflow-y:scroll}@media screen and (max-width: 768px){.cart-drawer__products-wrapper{max-height:47rem}}.cart-drawer__products-wrapper:after{content:"";height:10rem;width:calc(100% - 17px);position:sticky;bottom:-1rem;left:0;background:linear-gradient(to top,#fff,#fff0);pointer-events:none;z-index:10;display:block}@media screen and (max-width: 768px){.cart-drawer__close-button{height:2.2rem;width:2.2rem}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/cart.css.map */
