/* Single checkout flow: channel, carrier and collection choices remain in one card. */
.checkout .order-channel{display:block!important}.checkout .order-channel .form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.checkout .order-channel>textarea{display:block!important;width:100%!important;min-height:58px!important;margin-top:12px!important}.checkout .order-box{grid-row:1/span 2!important}.checkout .order-box .total-summary{border-bottom:0!important}.checkout .order-box .total-summary b{font-size:18px!important}@media(max-width:800px){.checkout .order-channel .form-grid{grid-template-columns:1fr!important}.checkout .order-box{grid-row:auto!important}}
