.checkout{--checkout-ink:#1e2d43;--checkout-muted:#738095;--checkout-line:#e5eaf0;padding-top:32px;padding-bottom:64px;min-height:65vh;color:var(--checkout-ink)}
.checkout *{box-sizing:border-box}.checkout-back{display:inline-block;color:#64748b;font-size:13px;text-decoration:none;margin-bottom:22px}.checkout-back:hover{color:#e91450}.checkout-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.checkout .checkout-eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;color:#9a6575;margin:0 0 7px}.checkout-heading h1{font-size:32px;line-height:1.25;letter-spacing:-1px;margin:0 0 10px;font-weight:750}.checkout-heading p{margin:0;color:var(--checkout-muted);font-size:14px}.checkout-step{white-space:nowrap;font-size:12px;color:#67768b;background:#fff;border:1px solid var(--checkout-line);padding:10px 15px;border-radius:30px}.checkout-step span{margin:0 10px;color:#c0c8d2}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.checkout-basket,.checkout #cart-form-container{background:white;border:1px solid var(--checkout-line);border-radius:18px;min-width:0;box-shadow:0 5px 20px #1c304006!important}.checkout-section-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.checkout-basket>.checkout-section-heading{padding:24px 26px;border-bottom:1px solid var(--checkout-line)}.checkout h2{font-size:18px;margin:0;font-weight:700;letter-spacing:-.3px}.checkout-section-heading>span{font-size:11px;color:var(--checkout-muted)}#checkout-items-count{display:inline-block;background:#f1f4f8;border-radius:6px;min-width:24px;padding:2px 6px;margin-left:8px;font-size:12px;text-align:center;color:#64748b;vertical-align:middle}.checkout #cart-items-container{background:transparent;border-radius:0!important;box-shadow:none!important;padding:0 26px}.checkout-item{display:grid;grid-template-columns:100px minmax(0,1fr);gap:20px;padding:26px 0;border-bottom:1px solid var(--checkout-line)}.checkout-item:last-child{border-bottom:0}.checkout-item-image{display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f8fafc;border:1px solid #f0f3f6;height:112px;overflow:hidden}.checkout-item-image img{width:100%;height:100%;object-fit:contain;padding:8px;mix-blend-mode:multiply}.checkout-item-top{display:flex;align-items:flex-start;gap:12px}.checkout-item-name{font-size:15px;line-height:1.5;font-weight:650;color:var(--checkout-ink);text-decoration:none;flex:1;min-width:0;overflow-wrap:anywhere}.checkout-item-name:hover{color:#e91450}.checkout-remove{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;background:none;border:0;border-radius:7px;color:#9ba6b5;cursor:pointer}.checkout-remove:hover{background:#fff0f3;color:#d9144b}.checkout-remove svg{width:17px;height:17px;pointer-events:none}.checkout-item-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;margin-top:16px;flex-wrap:wrap}.checkout-variant{display:block;flex:1;max-width:300px;min-width:140px;color:var(--checkout-muted);font-size:11px}.checkout-variant select{display:block;margin-top:6px;padding:9px 30px 9px 10px;max-width:100%;width:100%;border:1px solid #dfe5ec;background:#fafbfd;border-radius:8px;color:var(--checkout-ink);font:inherit;font-size:12px;min-height:38px}.checkout-item-price{text-align:right;white-space:nowrap}.checkout-item-price strong{font-size:19px;font-weight:750;letter-spacing:-.5px}.checkout-item-price strong small{font-size:11px;font-weight:600;letter-spacing:0;color:#738095}.checkout-item-price>span{display:block;font-size:11px;color:var(--checkout-muted);margin-top:3px}.checkout-item-error{margin:9px 0 0;color:#b54747;font-size:12px}.checkout-item-error:empty{display:none}.checkout-removed{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:14px 0;font-size:12px;color:var(--checkout-muted)}.checkout-removed span{overflow-wrap:anywhere}.checkout-removed button{border:0;background:#f2f5f9;border-radius:7px;padding:7px 10px;color:#304a68;cursor:pointer;flex-shrink:0;font:inherit}.checkout-empty,.checkout-success{text-align:center;padding:44px 15px 50px}.checkout-empty-icon{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 17px;border-radius:18px;background:#f1f5f9;color:#698099;font-size:27px}.checkout-empty h3,.checkout-success h3{font-size:21px;margin:0 0 10px}.checkout-empty p,.checkout-success p{color:var(--checkout-muted);font-size:14px;line-height:1.6;margin:0 0 22px}.checkout-shop-link{display:inline-block;background:#193f62;color:white;padding:11px 18px;border-radius:9px;text-decoration:none;font-size:13px;font-weight:600}.checkout #cart-form-container{padding:24px;position:sticky;top:220px}.checkout-form-note{font-size:12px;line-height:1.6;color:var(--checkout-muted);margin:8px 0 23px}.checkout-field{margin-bottom:17px}.checkout-field label{display:flex;gap:5px;align-items:center;font-size:12px;font-weight:650;margin-bottom:7px}.checkout-field label>span{color:#de2f5a}.checkout-field label small{margin-left:auto;color:#95a0b0;font-size:11px;font-weight:400}.checkout-field input,.checkout-field textarea{display:block;width:100%;border:1px solid #dfe5ec;background:#fafbfd;border-radius:9px;padding:12px;color:var(--checkout-ink);font:inherit;font-size:14px;line-height:1.5}.checkout-field textarea{resize:vertical;min-height:88px}.checkout input:focus,.checkout textarea:focus,.checkout select:focus{outline:3px solid #e4edf5;border-color:#8da9c2;background:white}.checkout button:focus-visible,.checkout a:focus-visible{outline:3px solid #8da9c2;outline-offset:3px}.checkout-consent{display:flex;gap:9px;align-items:flex-start;font-size:11px;line-height:1.6;color:#718096;cursor:pointer}.checkout-consent input{margin-top:3px;width:15px;height:15px;flex-shrink:0;accent-color:#193f62}.checkout-total{border-top:1px solid var(--checkout-line);margin-top:24px;padding-top:21px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.checkout-total>span{font-size:14px;font-weight:650}.checkout-total strong{font-size:28px;letter-spacing:-.7px}.checkout-total small{font-size:12px;letter-spacing:0}.checkout-submit{display:block;width:100%;border:0;border-radius:10px;padding:15px 12px;background:#e91450;color:white;font-size:14px;font-weight:700;cursor:pointer;min-height:50px}.checkout-submit:hover{background:#ca1043}.checkout button:disabled,.checkout select:disabled{opacity:.55;cursor:wait}.checkout-error{background:#fff2f2;border-radius:8px;padding:12px;color:#a83737;font-size:12px;line-height:1.5;margin:14px 0 0}
@media(max-width:1050px){.checkout-layout{grid-template-columns:minmax(0,1fr) 330px;gap:18px}.checkout #cart-items-container{padding:0 18px}.checkout-item{gap:13px;grid-template-columns:80px minmax(0,1fr)}.checkout-item-image{height:92px}.checkout-step{display:none}}
@media(max-width:760px){.checkout{padding-top:20px;padding-bottom:36px}.checkout-heading h1{font-size:26px}.checkout-heading p{font-size:13px;line-height:1.5}.checkout-heading{margin-bottom:22px}.checkout-layout{grid-template-columns:1fr}.checkout #cart-form-container{position:static;padding:22px}.checkout-basket>.checkout-section-heading{padding:20px}.checkout-item{padding:20px 0}.checkout-item-name{font-size:13px}.checkout-item-bottom{gap:10px}.checkout-item-price strong{font-size:18px}.checkout-variant{max-width:none;min-width:0;flex-basis:100%}.checkout-item-price{text-align:left}.checkout-back{margin-bottom:18px}}

.checkout.container { padding-top:32px!important; padding-bottom:64px!important; }
.checkout .checkout-back { display:inline-flex; align-items:center; min-height:40px; padding:10px 15px; margin-bottom:24px; border:1px solid #dce4ed; border-radius:10px; background:#fff; color:#294563; font-size:13px; font-weight:600; line-height:1.4; box-shadow:0 2px 5px #243b5305; }
.checkout .checkout-back:hover { background:#edf3f8; border-color:#b6c8d9; color:#153d63; }
@media(max-width:760px) { .checkout.container { padding-top:24px!important; padding-bottom:36px!important; } }

.checkout-basket .checkout-section-heading h2 { font-size:21px; }
.checkout-basket .checkout-section-heading>span { font-size:13px; color:#64748b; }
.checkout-basket .checkout-item-name { font-size:17px; line-height:1.55; }
.checkout-basket .checkout-variant { font-size:13px; color:#596b80; }
.checkout-basket .checkout-variant select { font-size:15px; min-height:44px; padding-top:10px; padding-bottom:10px; }
.checkout-basket .checkout-item-price strong { font-size:24px; }
.checkout-basket .checkout-item-price strong small { font-size:14px; }
.checkout-basket .checkout-item-price>span { font-size:14px; color:#596b80; margin-top:5px; }
.checkout-basket .checkout-item-error,.checkout-basket .checkout-removed { font-size:14px; }
.checkout-basket .checkout-remove { width:36px; height:36px; }
.checkout-basket .checkout-remove svg { width:20px; height:20px; }
@media(max-width:760px) { .checkout-basket .checkout-item-name { font-size:16px; } .checkout-basket .checkout-variant select { font-size:16px; } .checkout-basket .checkout-item-price strong { font-size:23px; } }

.checkout .checkout-heading { align-items:center; gap:24px; margin-bottom:28px; }
.checkout .checkout-heading h1 { font-size:30px; margin-bottom:9px; letter-spacing:-.7px; }
.checkout .checkout-heading p { max-width:620px; line-height:1.6; }
.checkout .checkout-heading .checkout-back { margin:0; flex-shrink:0; gap:10px; padding:11px 16px 11px 12px; }
.checkout-back svg { display:block; flex-shrink:0; }
@media(max-width:760px) { .checkout .checkout-heading { align-items:flex-start; flex-direction:column; gap:17px; margin-bottom:24px; } .checkout .checkout-heading h1 { font-size:26px; } .checkout .checkout-heading .checkout-back { min-height:42px; } }

/* A larger currency mark only within checkout, including native colour options. */
@font-face { font-family:'Checkout BYN Glyph'; src:url('../fonts/byn/byn.woff') format('woff'); unicode-range:U+E901; size-adjust:110%; font-weight:100 900; font-display:swap; }
.checkout .checkout-variant select,.checkout .checkout-variant option { font-family:'Checkout BYN Glyph',Manrope,sans-serif!important; }
.checkout .checkout-item-price strong small { font-size:.9em; }
.checkout .checkout-total small { font-size:.9em; }
.checkout .checkout-section-heading .currency-symbol { font-size:17px; }
.checkout .checkout-item-price>span .currency-symbol { font-size:17px; }
