.checkout-body{margin:0;background:var(--white)}.checkout-layout{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.checkout-left{background:var(--beige);border-right:1px solid var(--border);position:sticky;top:0;height:100vh;overflow-y:auto}.checkout-left-inner{max-width:460px;margin-left:auto;padding:var(--sp-5) var(--sp-4) var(--sp-5) var(--sp-3);display:flex;flex-direction:column;gap:var(--sp-3)}.checkout-logo img{height:36px}.checkout-logo--form{display:none;margin-bottom:var(--sp-2)}.checkout-heading{font-size:1.125rem}.co-items{display:flex;flex-direction:column;gap:var(--sp-2)}.co-item{display:flex;align-items:center;gap:var(--sp-2);background:var(--white);border-radius:var(--radius-sm);padding:var(--sp-2);box-shadow:var(--shadow)}.co-item img{width:56px;height:56px;border-radius:8px;object-fit:cover;flex-shrink:0}.co-item-info{flex:1;display:flex;flex-direction:column;gap:2px}.co-item-name{font-weight:600;font-size:.875rem}.co-item-info .text-muted{font-size:.75rem}.co-item-price{font-weight:700;font-size:.9375rem;white-space:nowrap}.co-totals{display:flex;flex-direction:column;gap:var(--sp-1);font-size:.9375rem;background:var(--white);border-radius:var(--radius-sm);padding:var(--sp-3);box-shadow:var(--shadow)}.co-row{display:flex;justify-content:space-between}.co-divider{border-top:1px solid var(--border);margin:var(--sp-1) 0}.co-row--total{font-weight:700;font-size:1.125rem}.co-free-shipping{background:var(--white);border-radius:var(--radius-sm);padding:var(--sp-2) var(--sp-3);box-shadow:var(--shadow)}.co-free-shipping p{font-size:.8125rem;margin-top:var(--sp-1);text-align:center}.co-free-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.co-free-fill{height:100%;background:var(--teal);border-radius:4px;transition:width .6s ease}.co-reviews{display:flex;flex-direction:column;gap:var(--sp-2)}.co-review{display:flex;flex-direction:column;gap:var(--sp-1);background:var(--white);border-radius:var(--radius-sm);padding:var(--sp-3);box-shadow:var(--shadow)}.co-review-text{font-size:.875rem;font-style:italic;color:var(--text-muted);line-height:1.6}.co-review-author{font-size:.8125rem;font-weight:600}.checkout-right{background:var(--white)}.checkout-right-inner{max-width:520px;margin-right:auto;padding:var(--sp-5) var(--sp-3) var(--sp-5) var(--sp-4)}.co-form-title{margin-bottom:var(--sp-1)}.checkout-right .form-row,.checkout-right .form-group{padding-bottom:8px}.co-fieldset{border:none;padding:0;margin:var(--sp-4) 0 0}.co-legend{font-size:1rem;font-weight:700;margin-bottom:var(--sp-2);display:block;width:100%}.co-radio-group{display:flex;flex-direction:column;gap:var(--sp-1)}.radio-card{display:block;background:var(--white);border:2px solid var(--border);border-radius:var(--radius-sm);padding:var(--sp-2) var(--sp-3);cursor:pointer;transition:border-color .2s}.radio-card:hover{border-color:#01010133}.radio-card.is-selected{border-color:var(--teal)}.radio-card input[type=radio]{display:none}.radio-card-content{display:flex;justify-content:space-between;align-items:center}.radio-card-content p{margin-top:2px;font-size:.8125rem}.radio-card-price{font-weight:700;font-size:.9375rem;white-space:nowrap}.co-popular{display:inline-block;background:var(--gold);color:var(--dark);font-size:.6875rem;font-weight:700;padding:2px 8px;border-radius:var(--radius-pill);margin-left:var(--sp-1);vertical-align:middle}.co-coupon-row{display:flex;gap:var(--sp-1)}.co-coupon-row .form-input{flex:1}.co-submit{margin-top:var(--sp-4);display:flex;flex-direction:column;gap:var(--sp-2)}.co-trust{display:flex;justify-content:center;gap:var(--sp-4);padding-top:var(--sp-1)}.co-trust-item{display:flex;align-items:center;gap:var(--sp-1);font-size:.75rem}.co-trust-item strong{display:block}.co-trust-item .text-muted{font-size:.6875rem}.co-address-status{display:none;align-items:center;gap:var(--sp-1);font-size:.8125rem;color:var(--teal);padding:var(--sp-1) 0}.co-address-status.is-visible{display:flex}.co-spinner{width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--teal);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-input.is-valid{border-color:var(--check)}.form-input.is-error{border-color:var(--red)}.checkout-footer{display:flex;justify-content:center;gap:var(--sp-3);padding:var(--sp-3);font-size:.8125rem;color:var(--text-muted);border-top:1px solid var(--border)}.checkout-footer a{text-decoration:underline}.checkout-footer a:hover{color:var(--text)}@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-left{position:static;height:auto;border-right:none;border-bottom:1px solid var(--border)}.checkout-left-inner{max-width:100%;margin-left:0;padding:var(--sp-3)}.checkout-right-inner{max-width:100%;margin-right:0;padding:var(--sp-3)}.co-reviews{display:none}.checkout-logo--form{display:block}.checkout-left .checkout-logo{display:none}}
