/* Shipping preferences and quotation review; inherits the active storefront palette. */
.checkout-page [hidden]{display:none!important}
.checkout-page{--checkout-ink:#183b4b;--checkout-muted:#526774;color:var(--checkout-ink)}
.checkout-page .checkout-note{font-size:12px;line-height:1.75;color:var(--checkout-muted);display:block;overflow-wrap:anywhere}
.checkout-page .basket-heading h1{font-size:30px}.checkout-page .basket-heading p{line-height:1.8}
.checkout-steps{list-style:none;padding:20px 24px;margin:0 0 24px;border:1px solid #dce8eb;background:linear-gradient(115deg,#f2fbf9,#fffdf0);border-radius:18px;display:flex;justify-content:space-between;gap:18px;font-size:12px;color:#4b6470}
.checkout-steps li{display:flex;align-items:center;gap:8px}.checkout-steps a{text-decoration:none;display:flex;align-items:center;gap:8px}.checkout-steps b{display:grid;place-items:center;width:30px;height:30px;flex-shrink:0;border-radius:50%;background:#e1edec;color:#325762}.checkout-steps [aria-current=step]{color:#075d64;font-weight:700}.checkout-steps [aria-current=step] b{background:#087780;color:#fff}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 375px;gap:26px;align-items:start}.checkout-main{min-width:0}
.checkout-page fieldset{border:0;min-width:0;margin:24px 24px 0;padding:12px 0 0}.checkout-page legend{font-weight:700;font-size:15px;padding:0}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.checkout-page label{font-size:13px;display:block;line-height:1.8;color:var(--checkout-ink);min-width:0}.checkout-page label small{color:var(--checkout-muted);font-size:11px}.checkout-page label>span{color:#a13220}.checkout-wide{grid-column:1/-1}
.checkout-page input:not([type=radio]):not([type=checkbox]),.checkout-page textarea{box-sizing:border-box;width:100%;max-width:100%;margin-top:6px;padding:11px 12px;min-height:44px;border:1px solid #afc7ce;border-radius:10px;color:var(--checkout-ink);background:#fff;font:inherit;font-size:15px;line-height:1.6}.checkout-page textarea{resize:vertical}.checkout-page input:focus-visible,.checkout-page textarea:focus-visible,.checkout-page button:focus-visible,.checkout-page a:focus-visible{outline:3px solid #087780;outline-offset:3px}
.checkout-delivery label{display:flex;align-items:flex-start;gap:10px;padding:12px;margin:8px 0;border:1px solid #dce8eb;border-radius:12px;background:#f5faf9}.checkout-page input[type=radio],.checkout-page input[type=checkbox]{accent-color:#087780;width:18px;height:18px;flex-shrink:0;margin:4px 0 0}
.checkout-form-bottom{padding:24px}.checkout-form-bottom .checkout-remember{display:flex;align-items:flex-start;gap:10px;margin-top:18px;font-size:12px}.checkout-form-bottom>.button{display:block;width:100%;min-height:48px;margin-top:20px;font-size:14px}.checkout-page button:disabled{opacity:.5;cursor:not-allowed}.checkout-text-button{background:transparent!important;border:0;color:#076b74;padding:10px!important;font-size:12px!important;min-height:44px}.checkout-form-bottom>.checkout-text-button{display:block;margin:8px auto 0}
.checkout-summary{position:sticky;top:16px}.checkout-summary .basket-panel-heading{flex-wrap:wrap;gap:10px}.checkout-item{display:flex;align-items:center;gap:16px;padding:18px 24px;border-bottom:1px solid #dce8eb}.checkout-item img{width:64px;height:72px;flex-shrink:0;object-fit:contain}.checkout-item>div{min-width:0;flex:1}.checkout-item strong{display:block;font-size:13px;overflow-wrap:anywhere;line-height:1.8}.checkout-line-total{display:block;font-size:14px;margin-top:5px;font-variant-numeric:tabular-nums}.checkout-totals{padding:10px 24px 24px}.checkout-totals .basket-summary-line{font-size:13px;flex-wrap:wrap}.checkout-totals #checkout-total{font-size:22px;overflow-wrap:anywhere}.checkout-edit-cart{display:block;text-align:center;margin-top:20px;font-size:12px;min-height:36px}
.checkout-review-body{padding:24px}.checkout-document-brand{font-size:19px;font-weight:700;margin:0 0 6px}.checkout-review-body h3{font-size:15px;margin-top:24px}.checkout-customer-summary p{font-size:14px;line-height:1.8;margin:6px 0;white-space:pre-wrap;overflow-wrap:anywhere}.checkout-not-order{background:#fff6df;color:#684a18;border-radius:12px;padding:15px;font-size:13px;line-height:1.8;margin:24px 0}.checkout-actions{display:flex;flex-wrap:wrap;gap:12px}.checkout-actions button{flex:1 1 180px;min-height:46px;font-size:13px;border-radius:12px;padding:12px;border:1px solid #a9c7cb;background:#fff;color:var(--checkout-ink)}.checkout-actions .primary{flex-basis:100%}.checkout-sales{display:flex;flex-wrap:wrap;gap:10px 20px;font-size:13px;line-height:1.8;padding-top:24px;margin-top:24px;border-top:1px solid #dce8eb}.checkout-sales strong{flex-basis:100%}.checkout-sales a{overflow-wrap:anywhere}.checkout-page #checkout-copy-fallback{margin-top:20px}.checkout-print-unready{display:none}
@media(max-width:1050px){.checkout-layout{grid-template-columns:minmax(0,1fr) 310px;gap:18px}.checkout-page fieldset{margin-left:18px;margin-right:18px}.checkout-form-bottom,.checkout-review-body{padding:18px}.checkout-fields{gap:14px}.checkout-steps{padding:16px}.checkout-steps li{font-size:11px}}
@media(max-width:780px){.checkout-layout{grid-template-columns:minmax(0,1fr)}.checkout-summary{position:static}.checkout-steps{gap:10px;padding:14px 10px}.checkout-steps li,.checkout-steps a{flex-direction:column;text-align:center;justify-content:flex-start;flex:1;line-height:1.65}.checkout-page .basket-heading h1{font-size:26px}.checkout-fields{grid-template-columns:1fr}.checkout-wide{grid-column:auto}.checkout-review .basket-panel-heading{flex-wrap:wrap;gap:8px}.checkout-review-body{padding:20px}.checkout-page .checkout-note{font-size:12px}}
@media print{
 @page{size:A4;margin:15mm}
 body>*:not(.checkout-page),.checkout-page>.catalog-breadcrumb,.checkout-page>.basket-heading,.checkout-page>.checkout-steps,.checkout-page>#checkout-status,.checkout-page>#checkout-empty,.checkout-form,.checkout-actions,.checkout-review button,.checkout-edit-cart,#checkout-copy-fallback,#checkout-action-result,#checkout-email-note{display:none!important}
 .checkout-page{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;color:#172d37!important}
 .checkout-page .checkout-layout{display:none!important}.checkout-page .checkout-print-unready{display:block}
 .checkout-print-ready .checkout-page .checkout-layout{display:block!important}.checkout-print-ready .checkout-print-unready{display:none}
 .checkout-page .basket-panel{border:0;border-radius:0;overflow:visible;box-shadow:none!important}.checkout-page .checkout-review-body,.checkout-page .checkout-totals{padding:10px 0}.checkout-summary{position:static!important;margin-top:20px}.checkout-page .basket-panel-heading{padding:10px 0;border-bottom:1px solid #aaa}.checkout-item{padding:12px 0;break-inside:avoid}.checkout-page .checkout-not-order{background:none;border:1px solid #aaa}.checkout-sales{break-inside:avoid}.checkout-item img{height:48px}.checkout-page a{text-decoration:none;color:inherit}.checkout-page p,.checkout-page strong{color:inherit!important}
}
