.cart-page body{--primary-color:#c62828!important;--primary-dark:#d32f2f!important;--primary-light:#ff5f52!important}.h2,h2{font-size:1.75rem;font-weight:600;color:#c62828;margin-bottom:1.5rem;position:relative;padding-bottom:12px}.h2::after,h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#c62828,#ff5f52);border-radius:2px}.h3,h3{font-size:1.5rem;font-weight:600;color:#c62828;margin-bottom:1rem;position:relative;padding-bottom:10px}.h3::after,h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#c62828,#ff5f52);border-radius:2px}.btn-primary,.btn-primary:hover,.btn-success{background:linear-gradient(135deg,#c62828 0,#ff5f52 100%)!important;border-color:#c62828!important;color:#fff!important}.btn-primary:hover{background:linear-gradient(135deg,#d32f2f 0,#ff7043 100%)!important}.btn-purple-custom{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#7c3aed 0,#8b5cf6 100%);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:.3s;box-shadow:0 4px 15px rgba(124,58,237,.3)}.btn-purple-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(124,58,237,.4);color:#fff;background:linear-gradient(135deg,#8b5cf6 0,#a78bfa 100%)}@keyframes pulse-purple{0%,100%{box-shadow:0 4px 15px rgba(124,58,237,.4)}50%{box-shadow:0 4px 25px rgba(124,58,237,.7)}}#checkout-btn:not(:disabled){cursor:pointer;animation:2s infinite pulse-purple}#checkout-btn:disabled{opacity:.6;cursor:not-allowed}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:1rem;gap:1rem;transition:box-shadow .2s}.cart-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.cart-item-main{display:flex;align-items:center;gap:1rem;flex:1;min-width:280px}.cart-item-img{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;display:block}.cart-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.cart-item-img:hover img{transform:scale(1.05)}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-weight:600;font-size:1rem;color:var(--text-dark);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;word-break:break-word}.cart-item-name:hover{color:#c62828}.cart-item-options{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.cart-option-badge{display:inline-flex;align-items:center;padding:3px 10px;font-size:12px;font-weight:500;border-radius:20px;white-space:nowrap}.cart-option-quality{background:linear-gradient(135deg,#ffebee 0,#ffcdd2 100%);color:#c62828;border:1px solid #ef9a9a}.cart-option-quality i{color:#c62828}.cart-option-color{background:linear-gradient(135deg,#fce4ec 0,#f8bbd0 100%);color:#ad1457;border:1px solid #f48fb1}.cart-option-color i{color:#ad1457}.cart-option-price{opacity:.8}.cart-item-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cart-item-price{font-size:1rem;color:var(--text-dark);min-width:80px;text-align:center}.cart-item-qty{display:flex;align-items:center;gap:0}.cart-item-qty .btn{width:40px;height:38px;padding:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;border-radius:0;cursor:pointer}.cart-item-qty .qty-decrease{border-radius:4px 0 0 4px}.cart-item-qty .qty-increase{border-radius:0 4px 4px 0}.cart-item-qty .form-control{width:50px;height:38px;padding:0;border-radius:0;border-left:none;border-right:none;font-size:15px;font-weight:600;text-align:center}.cart-item-qty .form-control::-webkit-inner-spin-button,.cart-item-qty .form-control::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item-qty .form-control[type=number]{-moz-appearance:textfield}.cart-item-subtotal{font-weight:700;font-size:1.1rem;color:var(--secondary-color);min-width:90px;text-align:center}.quantity-input{width:80px;text-align:center}.cart-summary{background-color:var(--accent-color);border-radius:8px;padding:1.5rem}@media (min-width:768px){.cart-item{padding:1.25rem}.cart-item-main{min-width:300px}.cart-item-actions{flex-wrap:nowrap}.order-success-page .compact-row{margin-bottom:.5rem}}@media (max-width:767.98px){.cart-item{padding:.75rem}.cart-item-main{min-width:0;flex:1 1 100%}.cart-item-img{width:70px;height:70px}.cart-item-name{-webkit-line-clamp:2}.cart-item-actions{flex:1 1 100%;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--border-color);margin-top:.5rem}.cart-item-subtotal{font-size:1rem}.cart-summary{margin-top:1rem}}@media (max-width:400px){.cart-item-qty .btn{width:36px;height:34px;font-size:16px}.cart-item-qty .form-control{width:44px;height:34px;font-size:14px}}.checkout-page body{--primary-color:#c62828!important;--primary-dark:#d32f2f!important;--primary-light:#ff5f52!important}.checkout-items{display:flex;flex-direction:column;gap:12px}.checkout-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px;transition:background .2s}.checkout-item:hover{background:#f0f1f3}#order-items-summary .checkout-item-img,.checkout-item-img{flex-shrink:0!important;width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important;max-width:70px!important;max-height:70px!important;border-radius:6px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}#order-items-summary .checkout-item-img img,.checkout-item-img img{width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important;max-width:70px!important;max-height:70px!important;object-fit:cover!important}.checkout-item-info{flex:1;min-width:0}.checkout-item-name{font-weight:600;font-size:14px;color:#333;margin-bottom:6px;line-height:1.3;word-break:break-word}.checkout-item-options{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.checkout-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:12px;font-weight:500;border-radius:4px}.badge-quality{background:#ffebee;color:#c62828}.badge-color{background:#fce4ec;color:#ad1457}.checkout-item-meta{display:flex;align-items:center;gap:8px}.qty-badge{background:#fff;color:#666;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;border:1px solid #dee2e6}.checkout-item-price{flex-shrink:0;font-weight:700;font-size:15px;color:#dc3545;white-space:nowrap}.field-valid-icon{color:#198754!important}input.is-valid,select.is-valid,textarea.is-valid{border-color:#198754!important;background-image:none!important}input.is-valid:focus,select.is-valid:focus,textarea.is-valid:focus{border-color:#198754!important;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)!important}.btn-danger-custom{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#c62828 0,#ff5f52 100%);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:.3s;box-shadow:0 4px 15px rgba(198,40,40,.3)}.btn-danger-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(198,40,40,.4);color:#fff;background:linear-gradient(135deg,#d32f2f 0,#ff7043 100%)}.order-total,.price,.text-primary,.total-amount{color:#c62828!important}@media (max-width:768px){.h2,h2{font-size:1.5rem}.h3,h3{font-size:1.25rem}.btn-danger-custom{padding:12px 24px;font-size:.95rem}}@media (max-width:576px){.h2,h2{font-size:1.25rem}.h3,h3{font-size:1.125rem}.btn-danger-custom{padding:10px 20px;font-size:.9rem}.checkout-item{padding:10px;flex-wrap:wrap}#order-items-summary .checkout-item-img,#order-items-summary .checkout-item-img img,.checkout-item-img,.checkout-item-img img{width:55px!important;height:55px!important;min-width:55px!important;min-height:55px!important;max-width:55px!important;max-height:55px!important}.checkout-item-info{flex:1;min-width:calc(100% - 75px)}.checkout-item-name{font-size:13px}.checkout-badge{font-size:12px;padding:2px 6px}.checkout-item-price{width:100%;text-align:right;font-size:14px;padding-top:8px;margin-top:8px;border-top:1px dashed #dee2e6}.checkout-item-options{gap:4px}.input-group:has(#zip_code){flex-wrap:nowrap}#zip-search-btn,#zip_code{white-space:nowrap}}.order-success-page body{--primary-color:#FF69B4!important;--primary-dark:#E91E8C!important;--primary-light:#FFB6D9!important}.order-success-page .btn-primary,.order-success-page .btn-primary:hover,.order-success-page .btn-success{background:linear-gradient(135deg,#ff69b4 0,#ffb6d9 100%)!important;border-color:#ff69b4!important;color:#fff!important}.order-success-page .btn-primary:hover{background:linear-gradient(135deg,#e91e8c 0,#ff69b4 100%)!important}.order-success-page .order-total,.order-success-page .price,.order-success-page .text-primary,.order-success-page .total-amount,.order-success-page h6[style*="#c62828"],.order-success-page td[style*="#c62828"]{color:#ff69b4!important}.order-success-page .rounded-circle[style*="#c62828"],.order-success-page .rounded-circle[style*="#ff5f52"]{background:linear-gradient(135deg,#ff69b4 0,#ffb6d9 100%)!important}@media (max-width:767.98px){.order-success-page h1{font-size:1.75rem}.order-success-page h2{font-size:1.5rem}.order-success-page h3{font-size:1.25rem}.order-success-page .fs-5{font-size:1rem!important}.order-success-page .fs-4{font-size:1.1rem!important}.order-success-page .btn-lg{padding:.5rem 1rem;font-size:1rem}.order-success-page .container{padding-left:15px;padding-right:15px}}.order-success-page .smaller{font-size:.8rem!important}.order-success-page .table-smaller{font-size:.85rem}.order-success-page .compact-card .card-header{padding:.75rem 1rem}.order-success-page .compact-card .card-body{padding:.75rem}.order-success-page .status-item{position:relative}.order-success-page .status-icon{width:40px;height:40px;border-radius:50%;background-color:#fff5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-success-page .status-icon i{color:#c62828}.order-success-page .status-content{flex-grow:1}.order-success-page .timeline-connector::before{content:'';position:absolute;left:-7px;top:-10px;width:16px;height:16px;border-radius:50%;background-color:#ffcdd2}@media (max-width:767.98px){.order-success-page .order-product-item{border-bottom:1px solid #e9ecef;padding:1rem 0}.order-success-page .order-product-item:last-child{border-bottom:none}.order-success-page .product-image-mobile{width:80px;height:80px;object-fit:cover;border-radius:8px}.order-success-page .product-info-mobile{padding-left:15px}.order-success-page .product-price-mobile{font-size:1.1rem;font-weight:700;color:#dc3545}.order-success-page .bank-info-mobile .row{margin-bottom:10px}.order-success-page .bank-info-mobile .col-6{margin-bottom:8px}.order-success-page .bank-amount-mobile{font-size:1.3rem;font-weight:700;color:#dc3545}}.order-success-page .order-summary-mobile{background-color:#f8f9fa;border-radius:8px;padding:15px;margin-top:15px}.align-items-center img{width:60px;height:60px}