:root{--checkout-ink:#171717;--checkout-muted:#66615c;--checkout-line:#e4dfd8;--checkout-soft:#f7f4ef;--checkout-plum:#35152f;--checkout-green:#415545}
.checkout-v2{background:#fff;min-height:100vh;padding:36px 0 90px}.checkout-shell{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);gap:44px;align-items:start}.checkout-order-pane,.checkout-payment-pane{border:1px solid var(--checkout-line);border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(28,24,20,.06);overflow:hidden}.checkout-order-pane{position:sticky;top:112px}.checkout-pane-head{padding:34px 34px 24px;border-bottom:1px solid var(--checkout-line)}.checkout-pane-head .eyebrow{margin-bottom:10px}.checkout-pane-head h1,.checkout-pane-head h2{font-family:'Cormorant Garamond',Georgia,serif;color:var(--checkout-ink);line-height:.98;margin:0}.checkout-pane-head h1{font-size:58px}.checkout-pane-head h2{font-size:42px}.checkout-pane-head p{margin:12px 0 0;color:var(--checkout-muted);line-height:1.6}.checkout-items{padding:10px 34px 0}.checkout-product{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid var(--checkout-line)}.checkout-product-media{width:92px;height:112px;border-radius:14px;overflow:hidden;background:var(--checkout-soft)}.checkout-product-media img{width:100%;height:100%;object-fit:cover;display:block}.checkout-product-info strong{display:block;font-size:16px;line-height:1.35}.checkout-product-type{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--checkout-muted);margin:6px 0 13px}.checkout-product-controls{display:flex;align-items:center;gap:8px}.checkout-qty{display:inline-flex;align-items:center;border:1px solid var(--checkout-line);border-radius:999px;height:34px;overflow:hidden}.checkout-qty button{width:32px;height:32px;border:0;background:#fff;cursor:pointer;font-size:17px}.checkout-qty span{min-width:28px;text-align:center;font-size:13px;font-weight:700}.checkout-remove{border:0;background:transparent;color:var(--checkout-muted);font-size:12px;text-decoration:underline;cursor:pointer}.checkout-product-price{font-size:15px;font-weight:700;white-space:nowrap}.checkout-summary{padding:20px 34px 30px}.checkout-summary-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;color:var(--checkout-muted)}.checkout-summary-row strong{color:var(--checkout-ink)}.checkout-summary-row.total{margin-top:10px;padding-top:20px;border-top:1px solid var(--checkout-line);font-size:22px;color:var(--checkout-ink)}.checkout-empty-state{padding:46px 10px;text-align:center;color:var(--checkout-muted)}.checkout-edit-link{display:inline-flex;margin-top:16px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--checkout-ink)}
.checkout-payment-body{padding:30px 34px 36px}.checkout-section-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:32px;margin:0 0 18px}.checkout-fields-v2{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:30px}.checkout-field-v2.full{grid-column:1/-1}.checkout-field-v2 label{display:block;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px}.checkout-field-v2 input{width:100%;height:50px;border:1px solid var(--checkout-line);border-radius:10px;padding:0 14px;background:#fff;outline:none;transition:.2s}.checkout-field-v2 input:focus{border-color:var(--checkout-plum);box-shadow:0 0 0 3px rgba(53,21,47,.07)}
.payment-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.payment-choice{min-height:84px;border:1px solid var(--checkout-line);border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:10px;cursor:pointer;transition:.22s}.payment-choice:hover{transform:translateY(-2px);border-color:#bfb4aa;box-shadow:0 10px 26px rgba(28,24,20,.07)}.payment-choice.active{border:2px solid var(--checkout-ink);background:#fbfaf8;box-shadow:0 10px 30px rgba(28,24,20,.08)}.payment-choice img{max-height:25px;max-width:78px;object-fit:contain}.payment-choice .double-logos{display:flex;align-items:center;gap:8px}.payment-choice .double-logos img{max-width:43px;max-height:24px}.payment-choice span{font-size:12px;font-weight:800}.payment-provider-note{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--checkout-soft);border:1px solid var(--checkout-line);border-radius:12px;padding:12px 14px;margin-bottom:14px;font-size:12px;color:var(--checkout-muted)}.payment-provider-note img{height:21px;width:auto}.payment-panel-v2{display:none;border:1px solid var(--checkout-line);border-radius:16px;background:#fff;padding:20px}.payment-panel-v2.active{display:block;animation:checkoutPanelIn .3s ease}.payment-panel-v2 h3{margin:0 0 7px;font-size:18px}.payment-panel-v2 p{margin:0 0 17px;color:var(--checkout-muted);font-size:13px;line-height:1.55}.card-preview-grid{display:grid;grid-template-columns:1fr 150px;gap:12px}.card-preview-field{border:1px solid var(--checkout-line);border-radius:12px;height:54px;display:flex;align-items:center;padding:0 14px;color:#8a8580;font-size:14px;background:#fbfbfa}.card-preview-field.full{grid-column:1/-1}.card-preview-logos{margin-left:auto;display:flex;gap:7px}.card-preview-logos img{height:20px;width:auto}.wallet-preview{height:58px;border-radius:10px;background:#050505;color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;gap:8px}.wallet-preview.google{background:#fff;color:#202124;border:1px solid var(--checkout-line)}.wallet-preview img{height:25px;max-width:100px}.paypal-preview{min-height:62px;border-radius:10px;background:#ffc439;display:flex;align-items:center;justify-content:center}.paypal-preview img{height:31px}.payment-mount{margin-top:14px}.payment-setup-note{margin-top:14px;padding:13px 14px;border-radius:10px;background:#fff8e7;border:1px solid #e9c978;color:#6e5421;font-size:12px;line-height:1.5}.checkout-pay-button{width:100%;height:58px;margin-top:18px;border:0;border-radius:999px;background:#111;color:#fff;font-weight:800;font-size:15px;cursor:pointer;transition:.22s}.checkout-pay-button:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(0,0,0,.18)}.checkout-pay-button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.checkout-secure-line{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--checkout-muted);font-size:12px;margin-top:13px}.checkout-payment-badges{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding-top:20px}.checkout-payment-badges img{height:22px;max-width:75px;object-fit:contain;filter:saturate(.95)}
@keyframes checkoutPanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:1050px){.checkout-shell{grid-template-columns:1fr}.checkout-order-pane{position:static}.checkout-order-pane{order:2}.checkout-payment-pane{order:1}}
@media(max-width:720px){.checkout-v2{padding:18px 0 60px}.checkout-shell{gap:20px}.checkout-pane-head,.checkout-payment-body,.checkout-items,.checkout-summary{padding-left:20px;padding-right:20px}.checkout-pane-head h1{font-size:46px}.checkout-pane-head h2{font-size:36px}.checkout-fields-v2{grid-template-columns:1fr}.checkout-field-v2.full{grid-column:auto}.payment-method-grid{grid-template-columns:1fr 1fr}.checkout-product{grid-template-columns:72px minmax(0,1fr);gap:13px}.checkout-product-media{width:72px;height:90px}.checkout-product-price{grid-column:2;justify-self:end;margin-top:-28px}.card-preview-grid{grid-template-columns:1fr}.card-preview-field.full{grid-column:auto}}
