.custom-quantity-cart-wrapper{width:100%;margin:1.5rem 0}.custom-quantity-cart{width:100%;display:flex;align-items:center;gap:1rem;direction:rtl}.product-form{flex:1;display:flex;align-items:center;width:100%}.custom-cart-controls{display:flex!important;align-items:center;gap:1rem;flex:1;direction:rtl;flex-wrap:nowrap;width:100%}.custom-quantity-selector{display:flex;align-items:center;background-color:#fff;border:1px solid rgba(var(--color-foreground),.15);border-radius:50px;padding:.5rem;gap:1rem;min-width:140px;justify-content:space-between}.custom-quantity-btn{width:40px;height:40px;border-radius:50%;background-color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#2c2c2c;transition:all .2s ease;padding:0;line-height:1}.custom-quantity-btn:hover{background-color:#000;color:#fff;transform:scale(1.05)}.custom-quantity-btn:active{transform:scale(.95)}.custom-quantity-btn span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.custom-quantity-input{width:50px;text-align:center;border:none;background:transparent;font-size:20px;font-weight:600;color:#2c2c2c;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.custom-quantity-input::-webkit-outer-spin-button,.custom-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-quantity-input:focus{outline:none}.custom-add-to-cart-btn{flex:1 1 auto;background-color:#2c2f3e!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:1rem 2rem!important;font-size:18px!important;font-weight:500!important;cursor:pointer;display:flex!important;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease;min-height:56px;min-width:200px;direction:rtl;white-space:nowrap;position:relative}.custom-add-to-cart-btn.loading{color:transparent!important}.custom-add-to-cart-btn .loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.8rem;height:1.8rem}.custom-add-to-cart-btn .loading__spinner.hidden{display:none}.custom-add-to-cart-btn .spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.custom-add-to-cart-btn .spinner .path{stroke:#fff;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.custom-add-to-cart-btn:hover{background-color:#3c3f4e;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.custom-add-to-cart-btn:active{transform:translateY(0)}.custom-add-to-cart-btn:disabled{background-color:#8c8c8c;cursor:not-allowed;opacity:.6}.custom-add-to-cart-btn:disabled:hover{transform:none;box-shadow:none}.custom-add-to-cart-btn .cart-icon{width:20px;height:20px;flex-shrink:0}.custom-buy-now-btn{flex:0 0 auto;background-color:#f5c8d6!important;color:#2c2c2c!important;border:none!important;border-radius:50px!important;padding:1rem 2rem!important;font-size:18px!important;font-weight:500!important;cursor:pointer;display:flex!important;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;min-height:56px;min-width:150px;direction:rtl;white-space:nowrap}.custom-buy-now-btn .arrow-icon{width:16px;height:16px;flex-shrink:0}.custom-buy-now-btn:hover{background-color:#e5a8bd!important;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.custom-buy-now-btn:active{transform:translateY(0)}.custom-buy-now-btn:disabled{background-color:#d3d3d3!important;color:#8c8c8c!important;cursor:not-allowed;opacity:.6}.custom-buy-now-btn:disabled:hover{transform:none;box-shadow:none}.product-form__error-message-wrapper{margin-top:1rem;padding:1rem;background-color:#fff3f3;border-radius:8px;border:1px solid #FFD6D6}.product-form__error-message{color:#c30000;font-size:14px;margin-right:.5rem}.icon-error{width:20px;height:20px;flex-shrink:0}@media screen and (max-width:749px){.custom-quantity-cart-wrapper{width:100%!important;margin:1.5rem 0!important;padding:0!important}.custom-quantity-cart{flex-direction:column!important;gap:1rem!important;align-items:stretch!important;width:100%!important}.product-form{width:100%!important;flex:0 0 auto!important;display:block!important}.custom-cart-controls{flex-direction:column!important;gap:.75rem!important;width:100%!important;flex:0 0 auto!important;align-items:stretch!important}.custom-quantity-selector{width:100%!important;min-width:100%!important;max-width:100%!important;margin-bottom:10px!important;flex:0 0 auto!important;box-sizing:border-box!important}.custom-add-to-cart-btn{width:100%!important;min-width:100%!important;max-width:100%!important;flex:0 0 auto!important;padding:.875rem 1.5rem!important;font-size:16px!important;box-sizing:border-box!important}.custom-buy-now-btn{width:100%!important;min-width:100%!important;max-width:100%!important;margin-top:-12px!important;flex:0 0 auto!important;box-sizing:border-box!important}}@media screen and (min-width:750px){.custom-quantity-selector{min-width:160px}.custom-add-to-cart-btn{max-width:none}.custom-buy-now-btn{min-width:180px}}[dir=rtl] .custom-cart-controls,.custom-cart-controls{direction:rtl}[dir=rtl] .custom-add-to-cart-btn,.custom-add-to-cart-btn{flex-direction:row-reverse}.custom-add-to-cart-btn.loading{position:relative;color:transparent}.custom-add-to-cart-btn.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.custom-quantity-btn:focus-visible,.custom-add-to-cart-btn:focus-visible{outline:2px solid #4A90E2;outline-offset:2px}.custom-quantity-input:focus-visible{outline:2px solid #4A90E2;outline-offset:2px;border-radius:4px}
/*# sourceMappingURL=/cdn/shop/t/25/assets/component-custom-quantity-cart.css.map */
