.cart-page{max-width:720px;margin:0 auto;padding:1.5rem 20px 3rem}.cart-container{min-height:40vh}.cart-title{font-size:1.5rem;margin-bottom:1.5rem}.cart-empty,.cart-loading{color:var(--text-muted,#64748b);text-align:center;padding:2rem}.cart-empty .btn{margin-top:1rem}.cart-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:var(--bg-secondary,#f8fafc);border-radius:var(--radius,8px);align-items:flex-start}.cart-item-image-wrap{flex-shrink:0;display:block;width:80px;height:80px;border-radius:var(--radius,8px);overflow:hidden;background:#e2e8f0}.cart-item-image{width:100%;height:100%;object-fit:cover}.cart-item-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#94a3b8}.cart-item-details{flex:1 1;min-width:0}.cart-item-name{font-weight:600;color:var(--text-dark,#1e293b);text-decoration:none;display:block;margin-bottom:.25rem}.cart-item-name:hover{color:var(--primary-color,#2563eb)}.cart-item-price{font-size:.9rem;color:var(--text-muted,#64748b);margin:0 0 .5rem}.cart-item-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cart-item-qty{display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:var(--radius,8px);overflow:hidden}.cart-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#f1f5f9;cursor:pointer;font-size:1.1rem;color:var(--text-dark,#1e293b)}.cart-qty-btn:hover{background:#e2e8f0}.cart-qty-btn:disabled{opacity:.5;cursor:not-allowed}.cart-qty-value{min-width:2rem;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cart-item-remove{padding:.25rem .5rem;font-size:.85rem;color:#dc2626;background:none;border:none;cursor:pointer;text-decoration:underline}.cart-item-remove:hover{color:#b91c1c}.cart-section{margin:1.25rem 0;padding:1.25rem;background:var(--bg-light,#f8fafc);border-radius:var(--radius,8px);border:1px solid var(--border-color,#e2e8f0)}.cart-section-title{font-weight:700;font-size:.95rem;color:var(--text-dark,#1e293b);margin:0 0 .85rem}.discount-row input{border:1px solid var(--border-color,#e2e8f0);border-radius:var(--radius,8px)}.discount-row input:focus{border-color:var(--primary-color,#0f91dc)}.discount-applied{border-radius:var(--radius,8px)}.shipping-options{gap:.6rem}.shipping-option{padding:.75rem 1rem;border:2px solid var(--border-color,#e2e8f0);border-radius:var(--radius,8px);transition:all .2s}.shipping-option.selected,.shipping-option:hover{border-color:var(--primary-color,#0f91dc);background:#f0f9ff}.shipping-option input[type=radio]{accent-color:var(--primary-color,#0f91dc)}.shipping-option-name{color:var(--text-dark,#1e293b)}.shipping-option-desc{color:var(--text-light,#64748b)}.shipping-option-cost{color:var(--text-dark,#1e293b)}.cart-summary{padding:1.25rem;background:#f1f5f9;border-radius:var(--radius,8px)}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-light,#64748b);margin-bottom:.6rem}.cart-summary-row.discount{color:#16a34a}.cart-summary-total{display:flex;justify-content:space-between;font-size:1.05rem;font-weight:700;color:var(--text-dark,#1e293b);padding-top:.75rem;border-top:1px solid var(--border-color,#e2e8f0);margin-top:.5rem}.checkout-submit-btn{background:var(--primary-color,#0f91dc);border-radius:var(--radius,8px);transition:all .2s}.checkout-submit-btn:hover:not(:disabled){background:var(--primary-dark,#0d7ab8)}.cart-whatsapp-btn{display:inline-block;text-decoration:none}.checkout-page{max-width:900px;margin:0 auto;padding:2rem 20px 4rem}.checkout-header{display:flex;align-items:center;gap:1.5rem;margin:0 0 2rem}.back-to-cart{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--text-light,#64748b);border:1px solid var(--border-color,#e2e8f0);padding:.45rem .9rem;border-radius:var(--radius,8px);transition:var(--transition);white-space:nowrap}.back-to-cart:hover{color:var(--primary-color);border-color:var(--primary-color);background:var(--bg-light,#f8fafc)}.checkout-title{font-size:1.5rem;font-weight:700;margin:0;color:var(--text-dark)}.checkout-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:1.5rem;gap:1.5rem;align-items:start}@media (max-width:700px){.checkout-layout{grid-template-columns:1fr}}.checkout-section{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.25rem}.checkout-section:last-child{margin-bottom:0}.checkout-section h3{font-size:1rem;color:var(--text-dark);margin:0 0 1.25rem;display:flex;gap:.5rem}.checkout-section h3,.step-number{font-weight:700;align-items:center}.step-number{width:24px;height:24px;border-radius:50%;background:var(--primary-color);color:#fff;font-size:.8rem;display:inline-flex;justify-content:center;flex-shrink:0}.address-options{display:flex;flex-direction:column;gap:.75rem}.address-option{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:2px solid var(--border-color);border-radius:var(--radius);cursor:pointer;transition:var(--transition)}.address-option.selected,.address-option:hover{border-color:var(--primary-color);background:#f0f9ff}.address-option input[type=radio]{margin-top:2px;flex-shrink:0;accent-color:var(--primary-color);width:18px;height:18px}.address-option-content{flex:1 1}.address-option-title{font-weight:700;font-size:.9rem;margin-bottom:.25rem}.address-option-detail{font-size:.85rem;color:var(--text-light);line-height:1.5}.add-new-address-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:2px dashed var(--border-color);border-radius:var(--radius);color:var(--primary-color);background:none;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;transition:var(--transition)}.add-new-address-btn:hover{background:#f0f9ff;border-color:var(--primary-color)}.shipping-options{display:flex;flex-direction:column;gap:.75rem}.shipping-option{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:2px solid var(--border-color);border-radius:var(--radius);cursor:pointer;transition:var(--transition)}.shipping-option.selected,.shipping-option:hover{border-color:var(--primary-color);background:#f0f9ff}.shipping-option input[type=radio]{flex-shrink:0;accent-color:var(--primary-color);width:18px;height:18px}.shipping-option-info{flex:1 1}.shipping-option-name{font-weight:700;font-size:.9rem;color:var(--text-dark)}.shipping-option-desc{font-size:.8rem;color:var(--text-light);margin-top:.1rem}.shipping-option-cost{font-weight:700;font-size:.9rem;color:var(--text-dark);white-space:nowrap}.shipping-option-cost.free{color:#16a34a}.discount-row{display:flex;gap:.5rem}.discount-row input{flex:1 1;padding:.65rem 1rem;font-size:.9rem;font-family:inherit;border:1px solid var(--border-color);border-radius:var(--radius);text-transform:uppercase;direction:ltr}.discount-row input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(15,145,220,.12)}.discount-applied{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);font-size:.88rem;color:#166534}.discount-applied button{background:none;border:none;color:#dc2626;cursor:pointer;font-size:.85rem;font-family:inherit;padding:0}.order-summary{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius);padding:1.5rem;position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 1rem)}.order-summary h3{font-size:1rem;font-weight:700;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.summary-items{margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;font-size:.88rem;color:var(--text-light);margin-bottom:.5rem}.summary-item.discount{color:#16a34a}.summary-divider{border:none;border-top:1px solid var(--border-color);margin:1rem 0}.summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;color:var(--text-dark)}.summary-total .amount{color:var(--primary-color);font-size:1.1rem}.checkout-submit-btn{width:100%;margin-top:1.25rem;padding:.9rem;font-size:1rem;font-weight:700;font-family:inherit;background:var(--primary-color);color:#fff;border:none;border-radius:var(--radius);cursor:pointer;transition:var(--transition)}.checkout-submit-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-note{font-size:.8rem;color:var(--text-light);text-align:center;margin-top:.75rem}.order-confirm-page{max-width:560px;margin:4rem auto;padding:0 20px;text-align:center}.order-confirm-icon{width:80px;height:80px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem}.order-confirm-page h1{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.order-confirm-page p{color:var(--text-light);font-size:.95rem;margin-bottom:.5rem}.order-confirm-number{font-size:1.1rem;font-weight:700;color:var(--primary-color);margin:1rem 0;direction:ltr}.order-confirm-actions{display:flex;gap:.75rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}