.checkout-container{margin:0 auto;max-width:1400px;padding:40px 20px}.checkout-content{background:#fff}.checkout-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}.checkout-header h1{color:#1a1a1a;font-size:2.5rem;margin:0}.back-link{color:#000;font-weight:500;text-decoration:none;transition:color .3s}.back-link:hover{color:#1a1a1a}.checkout-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 400px}.checkout-section{background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:30px;padding:30px}.checkout-section h2{border-bottom:2px solid #f0f0f0;color:#1a1a1a;font-size:1.5rem;margin:0 0 24px;padding-bottom:12px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{color:#333;font-size:.9rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group select{border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;padding:12px;transition:all .3s}.form-group input:focus,.form-group select:focus{border-color:#000;box-shadow:0 0 0 3px #0000001a;outline:none}.form-group input.error,.form-group select.error{border-color:#e74c3c}.error-message{color:#e74c3c;font-size:.85rem;margin-top:4px}.place-order-button{border-radius:12px;padding:18px;transition:all .3s}.place-order-button:hover:not(:disabled){box-shadow:0 10px 30px #7b1f3b66}.place-order-button:disabled{opacity:.6}.order-summary{background:#fff;border:1px solid #e5e5e5;border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:30px;position:-webkit-sticky;position:sticky;top:20px}.order-summary h2{border-bottom:2px solid #f0f0f0;color:#1a1a1a;font-size:1.5rem;margin:0 0 24px;padding-bottom:12px}.order-items{margin-bottom:24px;max-height:400px;overflow-y:auto}.order-item{border-bottom:1px solid #f0f0f0;display:flex;gap:16px;padding:16px 0}.order-item:last-child{border-bottom:none}.order-item img{border-radius:8px;height:60px;object-fit:cover;width:60px}.order-item-details{flex:1 1}.order-item-details h4{color:#1a1a1a;font-size:.95rem;margin:0 0 4px}.order-item-details p{color:#666;font-size:.85rem;margin:0}.order-item-price{color:#1a1a1a;font-weight:600}.order-totals{border-top:2px solid #f0f0f0;padding-top:20px}.order-total-row{display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:12px}.order-total-row.total{border-top:2px solid #f0f0f0;color:#1a1a1a;font-size:1.3rem;font-weight:700;margin-top:12px;padding-top:12px}@media (max-width:1024px){.checkout-grid{grid-template-columns:1fr}.order-summary{position:static}}@media (max-width:768px){.checkout-header{align-items:flex-start;flex-direction:column;gap:16px}.checkout-header h1{font-size:2rem}.form-grid{grid-template-columns:1fr}.checkout-section,.order-summary{padding:20px}}.payment-methods{display:flex;flex-direction:column;gap:15px;margin-top:20px}.payment-method-option{background:#fff;border:2px solid #e5e5e5;border-radius:12px;cursor:pointer;padding:20px;position:relative;transition:all .3s ease}.payment-method-option:hover:not(.disabled){border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.payment-method-option.selected{background:#f0f7ff;border-color:#007bff;box-shadow:0 2px 8px #007bff26}.payment-method-option.disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.payment-method-header{align-items:center;display:flex;gap:15px}.payment-method-icon{font-size:2rem;line-height:1}.payment-method-info{flex:1 1}.payment-method-info h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin:0 0 5px}.payment-method-info p{color:#666;font-size:.9rem;margin:0}.payment-method-option input[type=radio]{cursor:pointer;height:20px;width:20px}.payment-method-note{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;margin-top:15px;padding:12px}.payment-method-note p{color:#856404;font-size:.9rem;margin:0}.payment-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-size:.875rem;margin-top:10px;padding:10px}.place-order-button{border:none;border-radius:8px;box-shadow:0 4px 15px #7b1f3b4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:20px;padding:15px 30px;transition:all .3s ease;width:100%}.place-order-button,.place-order-button:hover:not(:disabled){background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary) 100%)}.place-order-button:hover:not(:disabled){box-shadow:0 6px 20px #7b1f3b66;transform:translateY(-2px)}.place-order-button:disabled{background:#6c757d;box-shadow:none;cursor:not-allowed;transform:none}