.cart-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000bf;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-modal{background:linear-gradient(145deg,#1a1a1a,#252525);border:1px solid #ffc1074d;border-radius:20px;min-width:340px;max-width:90vw;padding:2rem;animation:.3s slideUp;position:relative;box-shadow:0 25px 60px #00000080,0 0 40px #ffc1071a}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.cart-modal__close{color:#999;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .2s,transform .2s;position:absolute;top:12px;right:16px}.cart-modal__close:hover{color:#fff;transform:scale(1.1)}.cart-modal__product{border-bottom:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.cart-modal__image{object-fit:contain;border:1px solid #ffc10733;border-radius:12px;width:min-content;height:300px}.cart-modal__info{flex-direction:column;justify-content:center;gap:.5rem;display:flex}.cart-modal__name{color:#fff;margin:0;font-size:1.25rem}.cart-modal__price{color:var(--color-primary);margin:0;font-size:1.1rem;font-weight:600}.cart-modal__quantity{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.cart-modal__quantity label{color:#ccc;font-size:1rem}.cart-modal__quantity-controls{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:0;display:flex;overflow:hidden}.cart-modal__qty-btn{width:44px;height:44px;color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-size:1.4rem;transition:background .2s}.cart-modal__qty-btn:hover:not(:disabled){background:#ffc10726}.cart-modal__qty-btn:disabled{color:#555;cursor:not-allowed}.cart-modal__qty-input{text-align:center;color:#fff;-moz-appearance:textfield;background:0 0;border:none;width:60px;height:44px;font-size:1.1rem;font-weight:600}.cart-modal__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-modal__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-modal__total{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 0;display:flex}.cart-modal__total span{color:#ccc;font-size:1rem}.cart-modal__total-price{font-weight:700;color:var(--color-primary)!important;font-size:1.5rem!important}.cart-modal__confirm{text-transform:uppercase;letter-spacing:.5px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700}.cart-modal__confirm:disabled{opacity:.6;cursor:not-allowed}.cart-modal__success{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.cart-modal__success-icon{color:#fff;background:linear-gradient(135deg,#34d399,#10b981);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;animation:.3s popIn;display:flex}@keyframes popIn{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}.cart-modal__success p{color:#34d399;margin:0;font-size:1.25rem;font-weight:600}
