.cart-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:1001}.cart-overlay.is-active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:500px;height:100vh;background-color:#fff;box-shadow:-2px 0 8px #0000001a;transform:translate(100%);transition:transform .8s ease;z-index:1001;overflow-y:auto;overflow-x:hidden}@media (max-width: 768px){.cart-drawer{width:100vw;padding:0}cart-drawer__content{padding:20px}.line-item{margin:10px 0}.line-item__image{width:70px;height:70px}}.cart-drawer__content,.line-item,.checkout-btn a.global-btn{max-width:100%;overflow-x:hidden}.cart-drawer.is-active{transform:translate(0)}.cart-drawer__header{position:relative;padding:8px 20px;display:flex;justify-content:space-between;align-items:center;background-color:#fff}.cart-drawer__close-btn{font-size:24px;background:none;border:none;cursor:pointer}.cart-drawer__content{padding:10px;overflow-y:auto;max-height:calc(100vh - 250px)}@media (max-width: 768px){.cart-drawer__content{padding:20px}}.top-collection-wrap a{text-decoration:none}.collection-wrap.hover-transition{height:200px;border-radius:32px;background-position:center;background-size:cover;display:flex;flex-direction:column;justify-content:center;padding-left:20px;gap:15px}.collection-wrap h5{font-size:14px;opacity:.64;line-height:1;margin:0;color:#fff}.collection-wrap h3{font-size:24px;line-height:1;margin:0;color:#fff}.drawer-free-shipping-wrap{display:flex;align-items:center;gap:15px}.drawer-free-shipping-section{display:flex;flex-direction:column;gap:10px}.drawer-free-shipping-section h5{font-size:16px;font-weight:700}.free-shipping-bar{background-color:#4caf50;height:100%;width:0;border-radius:10px;transition:width .3s ease}.free-shipping-bar-wrap{width:100%;height:6px;border-radius:50%}.line-item{display:grid;grid-template-columns:80px 320px 20px;align-items:center;padding:10px 20px;border-bottom:1px solid #e0e0e0;position:relative;gap:20px;background-color:#fff;border-radius:25px;margin:20px 0}@media screen and (max-width: 1024px){.line-item{display:block}}.line-item__image{width:80px;height:80px;object-fit:contain;border-radius:5px}.line-item__details{flex-grow:1}.line-item__title{font-size:16px;font-weight:700;margin:0}.line-item__variant{font-size:14px;color:#555}.line-item__stock-warning{font-size:14px;color:#ff6b35;background-color:#ffecd1;padding:4px 8px;border-radius:4px;display:inline-block;margin-top:5px}.line-item__price{font-size:16px;font-weight:700;margin:5px 0}p.line-item__price.line-item__price--compare{text-decoration:line-through;opacity:.5}.line-item__price-wrapper{display:flex;gap:10px}.line-item__quantity{display:flex;align-items:center;gap:5px;border:1px solid #f2f2f2}.line-item__quantity button{border:none;background-color:#fff;color:#000;padding:5px 10px;border-radius:50%;font-size:16px;cursor:pointer}.line-item__quantity-value{font-size:16px}.subtotal-cart{display:flex;justify-content:space-between}.subtotal-cart h5{font-size:16px}.cart-drawer__footer{padding:28px;position:fixed;bottom:70px;left:0;width:100%;background-color:#fff;border-top:1px solid #e0e0e0}.line-item__remove{position:absolute;top:15px;right:20px;font-size:18px;color:#333;background:none;border:none;cursor:pointer}.checkout-btn a.global-btn{display:block;width:100%;background-color:#e87722;color:#fff;font-weight:700;font-size:16px;padding:10px 20px}.priceNquantity{display:flex;justify-content:space-between}.empty-cart-message{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;height:90%;z-index:999}.empty-cart-image{width:120px;height:auto;margin-bottom:20px}.empty-cart-message h2{font-size:24px;font-weight:700;margin:10px 0}.empty-cart-message p{font-size:16px;color:#555;margin:0}.continue-shopping-btn{display:inline-block;padding:10px 20px;font-size:16px;color:#fff;background-color:#4ca1af;border-radius:25px;text-decoration:none;box-shadow:0 4px 8px #0003;transition:background-color .3s}.continue-shopping-btn:hover{background-color:#3b8e9e}.upsell-cart__item-details{display:flex;align-items:center;justify-content:space-between}.upsell-cart__item{padding:15px;border-bottom:1px solid #eee}.upsell-cart__item-link{text-decoration:none;color:inherit;display:block}.upsell-cart__variant-selector{width:100%;padding:8px;margin:10px 0;border:1px solid #ddd;border-radius:4px}.upsell-cart__add-btn{width:100px;margin-top:10px;padding:10px}.upsell-cart__item-title h5{font-size:16px;font-weight:600;margin:0}.upsell-cart__item-title{display:flex;flex-direction:column;gap:5px}.upsell-cart__items{margin-bottom:60px}.cart-drawer__loader{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;justify-content:center;align-items:center;z-index:10}.cart-drawer__loader-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.upsell-cart__item.hidden{display:none}.empty-cart-message a.global-btn{width:80%}.free-product{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;padding:20px}.free-product button.global-btn{width:100px;margin-top:0;cursor:pointer}.free-product__variant-selector{width:100%;padding:0 8px 10px;margin:10px 0;border-bottom:1px solid var(--secondary-color)}.free-product__variant-selector select{width:100%;padding:8px;margin:10px 0;border:1px solid #ddd;border-radius:4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media all and (max-width: 1024px){.line-item{grid-template-columns:80px 240px 20px}}
/*# sourceMappingURL=/cdn/shop/t/175/assets/cs-cart-drawer.css.map */
