.cart-module__-RJi4G__cartPage{--primary-color:#e03c31;--secondary-color:#c8c9c7;--accent-color:#000;--white:#fff;--light-gray:#f5f5f5;--text-dark:#333;--text-light:#666;--text-color:#555;--success-color:#28a745;--danger-color:#dc3545;--border-radius:16px;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 32px #00000029;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:100vh;padding:2rem 0 4rem;font-family:Segoe UI,Tahoma,Arial,sans-serif}.cart-module__-RJi4G__pageTitle{text-align:center;color:var(--accent-color);text-shadow:0 2px 4px #0000001a;margin-bottom:2.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;animation:.6s ease-out cart-module__-RJi4G__slideInDown}@keyframes cart-module__-RJi4G__slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.cart-module__-RJi4G__emptyCart{justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex}.cart-module__-RJi4G__emptyCartContent{text-align:center;background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);width:100%;padding:4rem 3rem;animation:.8s ease-out cart-module__-RJi4G__fadeInScale}@keyframes cart-module__-RJi4G__fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.cart-module__-RJi4G__emptyCartContent h1{color:var(--primary-color);margin-bottom:1.5rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:700}.cart-module__-RJi4G__emptyCartContent p{color:var(--text-color);margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.cart-module__-RJi4G__cartItems{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-md);margin-bottom:2rem;padding:2rem;animation:.6s ease-out cart-module__-RJi4G__slideInUp}@keyframes cart-module__-RJi4G__slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cart-module__-RJi4G__cartItem{background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);border:2px solid #0000;border-radius:12px;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:1.5rem;margin-bottom:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative}.cart-module__-RJi4G__cartItem:hover{box-shadow:var(--shadow-sm);border-color:#e03c3133;transform:translateY(-2px)}.cart-module__-RJi4G__cartItem:last-child{margin-bottom:0}.cart-module__-RJi4G__itemImage{background:var(--light-gray);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.cart-module__-RJi4G__itemImage img{object-fit:cover;width:100%;height:100%}.cart-module__-RJi4G__itemDetails{min-width:0}.cart-module__-RJi4G__itemDetails h3{color:var(--accent-color);word-wrap:break-word;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.4}.cart-module__-RJi4G__itemPrice{color:var(--text-color);margin:0;font-size:.95rem;font-weight:500}.cart-module__-RJi4G__quantityControls{background:var(--light-gray);border-radius:50px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.cart-module__-RJi4G__quantityBtn{background:var(--primary-color);color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.cart-module__-RJi4G__quantityBtn:hover{background:#c02d24;transform:scale(1.1)}.cart-module__-RJi4G__quantityBtn:active{transform:scale(.95)}.cart-module__-RJi4G__quantity{color:var(--accent-color);text-align:center;min-width:35px;font-size:1.1rem;font-weight:700}.cart-module__-RJi4G__itemTotal{color:var(--primary-color);white-space:nowrap;font-size:1.2rem;font-weight:700}.cart-module__-RJi4G__removeBtn{background:var(--danger-color);color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.cart-module__-RJi4G__removeBtn:hover{background:#c82333;transform:scale(1.1)rotate(90deg)}.cart-module__-RJi4G__cartSummary{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-md);padding:2rem;animation:.6s ease-out cart-module__-RJi4G__slideInUp}.cart-module__-RJi4G__total{text-align:center;background:linear-gradient(135deg,#e03c3114 0%,#e03c3108 100%);border:2px solid #e03c3126;border-radius:12px;margin-bottom:2rem;padding:2rem}.cart-module__-RJi4G__total h3{color:var(--primary-color);margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.cart-module__-RJi4G__codNote{color:var(--success-color);margin:0;font-size:1rem;font-weight:600}.cart-module__-RJi4G__cartActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cart-module__-RJi4G__cartActions .cart-module__-RJi4G__btn{text-align:center;cursor:pointer;border:none;border-radius:50px;min-width:150px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.cart-module__-RJi4G__cartActions .cart-module__-RJi4G__btn-primary{background:linear-gradient(135deg,var(--primary-color)0%,#c02d24 100%);color:var(--white);box-shadow:0 4px 12px #e03c314d}.cart-module__-RJi4G__cartActions .cart-module__-RJi4G__btn-secondary{background:linear-gradient(135deg,var(--secondary-color)0%,#b0b1af 100%);color:var(--accent-color)}.cart-module__-RJi4G__cartActions .cart-module__-RJi4G__btn-primary:hover{background:linear-gradient(135deg,#c02d24 0%,#a02419 100%);transform:translateY(-2px);box-shadow:0 6px 20px #e03c3166}.cart-module__-RJi4G__cartActions .cart-module__-RJi4G__btn-secondary:hover{background:linear-gradient(135deg,#b0b1af 0%,#9a9b99 100%);transform:translateY(-2px);box-shadow:0 4px 16px #0003}.cart-module__-RJi4G__checkoutForm{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);max-width:700px;margin:0 auto;padding:2.5rem;animation:.6s ease-out cart-module__-RJi4G__slideInUp}.cart-module__-RJi4G__checkoutForm h2{color:var(--accent-color);text-align:center;margin-bottom:2rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.cart-module__-RJi4G__formGroup{margin-bottom:1.5rem}.cart-module__-RJi4G__formGroup label{color:var(--accent-color);margin-bottom:.6rem;font-size:1rem;font-weight:600;display:block}.cart-module__-RJi4G__formGroup input,.cart-module__-RJi4G__formGroup textarea,.cart-module__-RJi4G__formGroup select{width:100%;color:var(--text-dark);background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;padding:.9rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.cart-module__-RJi4G__formGroup input:focus,.cart-module__-RJi4G__formGroup textarea:focus,.cart-module__-RJi4G__formGroup select:focus{border-color:var(--primary-color);background:var(--white);outline:none;box-shadow:0 0 0 3px #e03c311a}.cart-module__-RJi4G__formGroup textarea{resize:vertical;min-height:80px}.cart-module__-RJi4G__deliverySelect{font-weight:500}.cart-module__-RJi4G__deliveryFeeNote{color:var(--primary-color);text-align:center;background:linear-gradient(135deg,#e03c311a 0%,#e03c310d 100%);border:1px solid #e03c3133;border-radius:8px;margin-top:.75rem;padding:.75rem 1rem;font-weight:600;animation:.3s ease-out cart-module__-RJi4G__slideInDown}.cart-module__-RJi4G__freeDeliveryHint{color:#16a34a;background:linear-gradient(135deg,#22c55e26 0%,#22c55e0d 100%);border:1px solid #22c55e4d;border-radius:6px;margin-top:.5rem;padding:.5rem;font-size:.85rem;font-weight:600;animation:.4s ease-out cart-module__-RJi4G__fadeIn}@keyframes cart-module__-RJi4G__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.cart-module__-RJi4G__promoCodeSection{border:2px dashed var(--secondary-color);background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;margin:2rem 0;padding:1.5rem}.cart-module__-RJi4G__promoCodeSection h3{color:var(--accent-color);text-align:center;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.cart-module__-RJi4G__promoCodeInput{align-items:stretch;gap:.75rem;display:flex}.cart-module__-RJi4G__promoInput{border:2px solid var(--secondary-color);text-transform:uppercase;color:var(--accent-color);background:var(--white);border-radius:10px;flex:1;padding:.9rem 1.2rem;font-size:1rem;font-weight:600;transition:all .3s}.cart-module__-RJi4G__promoInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #e03c311a}.cart-module__-RJi4G__applyPromoBtn{background:linear-gradient(135deg,var(--primary-color)0%,#c02d24 100%);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:.9rem 2rem;font-weight:700;transition:all .3s}.cart-module__-RJi4G__applyPromoBtn:hover{background:linear-gradient(135deg,#c02d24 0%,#a02419 100%);transform:translateY(-2px);box-shadow:0 4px 12px #e03c314d}.cart-module__-RJi4G__appliedPromo{border:2px solid var(--success-color);background:linear-gradient(135deg,#28a7451a 0%,#28a7450d 100%);border-radius:10px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;animation:.3s ease-out cart-module__-RJi4G__slideInDown;display:flex}.cart-module__-RJi4G__promoDetails{flex-direction:column;gap:.25rem;display:flex}.cart-module__-RJi4G__promoCode{color:var(--success-color);font-size:1.1rem;font-weight:700}.cart-module__-RJi4G__promoDescription{color:var(--text-color);font-size:.9rem}.cart-module__-RJi4G__removePromoBtn{background:var(--danger-color);color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex}.cart-module__-RJi4G__removePromoBtn:hover{background:#c82333;transform:scale(1.1)rotate(90deg)}.cart-module__-RJi4G__promoError{color:var(--danger-color);text-align:center;background:#dc35451a;border-radius:6px;margin-top:.75rem;padding:.5rem;font-size:.9rem;font-weight:600;animation:.5s ease-in-out cart-module__-RJi4G__shake}@keyframes cart-module__-RJi4G__shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.cart-module__-RJi4G__orderSummary{background:var(--light-gray);border-radius:12px;margin:2rem 0;padding:1.5rem}.cart-module__-RJi4G__orderSummary h3{color:var(--accent-color);text-align:center;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.cart-module__-RJi4G__orderItem{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.95rem;display:flex}.cart-module__-RJi4G__orderItem:last-of-type{border-bottom:none}.cart-module__-RJi4G__discountItem{background:#28a74514;border:1px solid #28a74533;border-radius:8px;margin:.5rem 0;padding:.75rem}.cart-module__-RJi4G__discountAmount,.cart-module__-RJi4G__freeDelivery{color:var(--success-color);font-weight:700}.cart-module__-RJi4G__freeDelivery s{color:var(--text-light);margin-right:.5rem}.cart-module__-RJi4G__orderTotal{border-top:2px solid var(--primary-color);text-align:center;margin-top:1rem;padding-top:1rem}.cart-module__-RJi4G__orderTotal strong{color:var(--primary-color);font-size:1.4rem}.cart-module__-RJi4G__paymentNote{text-align:center;color:var(--success-color);margin:1rem 0 0;font-size:.95rem;font-weight:600}.cart-module__-RJi4G__formActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.cart-module__-RJi4G__formActions .cart-module__-RJi4G__btn{text-align:center;cursor:pointer;border:none;border-radius:50px;min-width:160px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.cart-module__-RJi4G__formActions .cart-module__-RJi4G__btn-primary{background:linear-gradient(135deg,var(--primary-color)0%,#c02d24 100%);color:var(--white);box-shadow:0 4px 12px #e03c314d}.cart-module__-RJi4G__formActions .cart-module__-RJi4G__btn-secondary{background:linear-gradient(135deg,var(--secondary-color)0%,#b0b1af 100%);color:var(--accent-color)}.cart-module__-RJi4G__formActions .cart-module__-RJi4G__btn-primary:hover{background:linear-gradient(135deg,#c02d24 0%,#a02419 100%);transform:translateY(-2px);box-shadow:0 6px 20px #e03c3166}.cart-module__-RJi4G__formActions .cart-module__-RJi4G__btn-secondary:hover{background:linear-gradient(135deg,#b0b1af 0%,#9a9b99 100%);transform:translateY(-2px);box-shadow:0 4px 16px #0003}[dir=rtl] .cart-module__-RJi4G__cartPage,[dir=rtl] .cart-module__-RJi4G__cartItem{direction:rtl}[dir=rtl] .cart-module__-RJi4G__formGroup,[dir=rtl] .cart-module__-RJi4G__formGroup input,[dir=rtl] .cart-module__-RJi4G__formGroup textarea,[dir=rtl] .cart-module__-RJi4G__formGroup select{text-align:right}[dir=rtl] .cart-module__-RJi4G__freeDelivery s{margin-left:.5rem;margin-right:0}@media (max-width:768px){[dir=rtl] .cart-module__-RJi4G__removeBtn{margin-left:0;margin-right:3rem}[dir=rtl] .cart-module__-RJi4G__itemTotal{text-align:right}.cart-module__-RJi4G__cartPage{padding:1.5rem 0 3rem}.cart-module__-RJi4G__cartItems,.cart-module__-RJi4G__cartSummary,.cart-module__-RJi4G__checkoutForm{padding:1.5rem}.cart-module__-RJi4G__cartItem{grid-template-rows:auto auto;grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.cart-module__-RJi4G__itemImage{width:80px;height:80px}.cart-module__-RJi4G__itemDetails{grid-area:1/2}.cart-module__-RJi4G__quantityControls,.cart-module__-RJi4G__removeBtn{grid-row:2}.cart-module__-RJi4G__quantityControls{grid-column:1;justify-self:start;align-items:center;display:flex}.cart-module__-RJi4G__removeBtn{grid-column:2;justify-self:start;width:36px;height:36px;margin-left:3rem;position:static}.cart-module__-RJi4G__itemTotal{text-align:left;grid-area:3/1/auto/-1;margin-top:.5rem;font-size:1.1rem}.cart-module__-RJi4G__itemDetails h3{font-size:1rem}.cart-module__-RJi4G__cartActions,.cart-module__-RJi4G__formActions{flex-direction:column}.cart-module__-RJi4G__cartActions .cart-module__-RJi4G__btn,.cart-module__-RJi4G__formActions .cart-module__-RJi4G__btn{width:100%}.cart-module__-RJi4G__promoCodeInput{flex-direction:column}.cart-module__-RJi4G__applyPromoBtn{width:100%}}@media (max-width:480px){.cart-module__-RJi4G__pageTitle{margin-bottom:1.5rem;font-size:1.8rem}.cart-module__-RJi4G__cartItems,.cart-module__-RJi4G__cartSummary,.cart-module__-RJi4G__checkoutForm{border-radius:12px;padding:1rem}.cart-module__-RJi4G__emptyCartContent{padding:2.5rem 1.5rem}.cart-module__-RJi4G__emptyCartContent h1{font-size:2rem}.cart-module__-RJi4G__emptyCartContent p{font-size:1rem}.cart-module__-RJi4G__cartItem{grid-template-columns:70px 1fr;gap:.75rem;padding:.75rem}.cart-module__-RJi4G__itemImage{width:70px;height:70px}.cart-module__-RJi4G__itemDetails h3{font-size:.95rem}.cart-module__-RJi4G__itemPrice{font-size:.85rem}.cart-module__-RJi4G__quantityBtn{width:28px;height:28px;font-size:1rem}.cart-module__-RJi4G__quantity{min-width:30px;font-size:1rem}.cart-module__-RJi4G__itemTotal{font-size:1rem}.cart-module__-RJi4G__removeBtn{width:32px;height:32px;font-size:1rem}.cart-module__-RJi4G__total{padding:1.5rem 1rem}.cart-module__-RJi4G__total h3{font-size:1.5rem}.cart-module__-RJi4G__checkoutForm h2{font-size:1.6rem}.cart-module__-RJi4G__formGroup{margin-bottom:1.25rem}.cart-module__-RJi4G__formGroup input,.cart-module__-RJi4G__formGroup textarea,.cart-module__-RJi4G__formGroup select{padding:.75rem 1rem;font-size:.95rem}.cart-module__-RJi4G__promoCodeSection{padding:1rem}.cart-module__-RJi4G__promoCodeSection h3{font-size:1.1rem}.cart-module__-RJi4G__promoInput{padding:.75rem 1rem;font-size:.95rem}.cart-module__-RJi4G__applyPromoBtn{padding:.75rem 1.5rem;font-size:.95rem}.cart-module__-RJi4G__orderSummary{padding:1.25rem}.cart-module__-RJi4G__orderSummary h3{font-size:1.2rem}.cart-module__-RJi4G__orderItem{padding:.6rem 0;font-size:.9rem}.cart-module__-RJi4G__orderTotal strong{font-size:1.2rem}.cart-module__-RJi4G__cartActions .cart-module__-RJi4G__btn,.cart-module__-RJi4G__formActions .cart-module__-RJi4G__btn{min-width:140px;padding:.85rem 1.5rem;font-size:.95rem}}@media (max-width:360px){.cart-module__-RJi4G__pageTitle{font-size:1.5rem}.cart-module__-RJi4G__cartItem{grid-template-columns:60px 1fr}.cart-module__-RJi4G__itemImage{width:60px;height:60px}.cart-module__-RJi4G__itemDetails h3{font-size:.9rem}.cart-module__-RJi4G__quantityControls{gap:.5rem;padding:.4rem .6rem}.cart-module__-RJi4G__quantityBtn{width:26px;height:26px}.cart-module__-RJi4G__quantity{min-width:25px;font-size:.95rem}}
