.cart-drawer-footer button .atc-button--icon,.single-product__quantity-wrap button .atc-button--icon{position:absolute;left:45%;top:28%;display:none;transition:all 300ms ease;-webkit-animation:rotate 2s linear infinite;animation:spin 2s linear infinite;height:30px}
.cart-drawer[data-cart-count="0"] .cart-empty{display:block}
.cart-drawer-footer .processing{.check_text{opacity:0}
.atc-button--icon{display:block}
}
.cart-empty{padding:32px 16px;text-align:center;display:none}
.cart-drawer{position:fixed;top:0;left:-9999px;opacity:0;width:100%;height:100vh;background:rgba(0,0,0,0.7);z-index:99999;display:flex;flex-direction:column;padding:8px;transition:left 0s 0.2s,opacity 0.2s}
.cart-drawer--active{left:0;opacity:1;transition:left 0s,opacity 0.2s}
.cart-drawer-box{width:300px;background:#f5f5f5;border-radius:12px;flex:1;min-height:0;margin-left:auto;display:flex;flex-direction:column;gap:1rem;padding:1rem;overflow:hidden;transition:0.2s opacity,0.2s transform;opacity:0;transform:translateX(40px);-webkit-transform:translateX(40px);-moz-transform:translateX(40px)}
.cart-drawer--active .cart-drawer-box{transform:none;opacity:1;-webkit-transform:none;-moz-transform:none}
.cart-drawer-header{display:flex;align-items:center;padding:24px;border-bottom:1px solid #e7e7e7;flex-shrink:0}
.cart-drawer-header h2{color:#212529;flex:1;font-weight:500;font-size:18px}
.cart-drawer-header-right{color:#a1a1a1;display:inline-flex;align-items:center;gap:20px}
.cart-drawer-header-right-items{display:block;font-weight:500}
.cart-drawer-header-right-close{cursor:pointer;font-family:cursive;font-size:20px;background-color:transparent;border:0;font-family:'Montserrat';font-weight:500;transition:all 300ms ease}
.cart-drawer-header-right-close:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05)}
.cart-drawer-form{display:flex;flex-direction:column;flex:1;min-height:0}
.cart-drawer-items{flex:1;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.cart-drawer-items .drawer-container{padding:24px}
.cart-drawer-item{display:flex;flex-direction:column;align-items:center;border:1px solid #e7e7e7;border-radius:12px;background:white;overflow:hidden;position:relative}
.cart-drawer-item+.cart-drawer-item{margin-top:10px}
.cart-drawer-item-image{width:100px;margin:0}
.cart-drawer-item-image img{width:120px;height:120px;object-fit:contain;padding:10px}
.cart-drawer-item-main{flex:1;padding:0 24px}
.cart-drawer-item-main-flex{display:flex;align-items:center;gap:20px}
.cart-drawer-item-main-flex-left{flex:1}
.cart-drawer-item-main-flex-left h3{font-size:15px;font-weight:500}
.cart-drawer-item-main-flex-left h3 a{color:#212529}
.cart-drawer-item-main-flex-right span{font-weight:500;color:#212529;font-size:14px;font-family:'Poppins'}
.cart-drawer-quantity-selector{display:inline-flex;margin-top:10px;margin-bottom:10px;width:100%;justify-content:space-between}
.cart-drawer-quantity-selector .quantity-wrapper span{font-size:16px;color:#ff6363;cursor:pointer}
.cart-drawer-quantity-selector .quantity-wrapper input:hover{border:none !important}
.cart-drawer-quantity-selector .remove_container{display:flex;justify-content:center;align-items:center;span:hover{color:#ff6363;cursor:pointer}
}
.cart-drawer-quantity-selector button{width:28px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none}
.cart-drawer-quantity-selector input{width:28px;font-size:13px;text-align:center;line-height:24px;border:1px solid #e7e7e7}
.cart-drawer-footer{padding:24px;margin-top:auto;border-top:1px solid #e7e7e7;flex-shrink:0;position:relative;z-index:2}
.cart-drawer-footer-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.cart-drawer-footer-row:last-of-type{margin-bottom:16px}
.cart-drawer-footer-row h3{font-weight:400;color:#525252;font-size:14px}
.cart-drawer-footer-row span{font-weight:500;color:#212529;font-size:14px}
.cart-drawer-button{display:block;width:100%;font-weight:500;background-color:#ff6363;color:#fff;line-height:46px;font-size:16px;border-radius:6px;cursor:pointer;transition:all 300ms ease;position:relative;border-color:#ff6363}
.cart-drawer-button:hover{background-color:white;color:#ff6363}
.cart-drawer-empty{margin:auto;color:#212529}
.loader-bg{display:none;position:absolute;width:100%;height:100%;background-color:black;opacity:69%;z-index:100}
.loader{display:none;border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid black;width:50px;height:50px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;position:absolute;right:40%;z-index:200;top:40%}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg)}
}
@keyframes spin{0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.loading-state{display:block}
@media only screen and (min-width:400px){.cart-drawer-box{width:360px}
}
@media only screen and (min-width:768px){.cart-drawer-item{flex-direction:row}
.loader{bottom:auto}
.cart-drawer-box{width:480px}
}