.carry-service-quickbar { position:relative; z-index:20; display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:62px; padding:.65rem clamp(1rem,4vw,4rem); color:#fff; background:#062535; border-bottom:3px solid #ffc400; }
.carry-service-quickbar__brand { display:inline-flex; align-items:center; gap:10px; color:#fff; text-decoration:none; font-weight:900; letter-spacing:.12em; line-height:1.2; }
.carry-service-quickbar__brand:hover { color:#fff; }
.carry-service-quickbar__brand > i { display:grid; place-items:center; width:36px; height:36px; border-radius:12px; background:#00835e; color:#fff; font-size:18px; }
.carry-service-quickbar[data-service="water"] .carry-service-quickbar__brand > i { background:#0878d3; }
.carry-service-quickbar[data-service="parcel"] .carry-service-quickbar__brand > i { background:#d49e00; }
.carry-service-quickbar__brand b { display:block; font-size:9px; letter-spacing:.2em; color:#ffc400; }
.carry-service-quickbar__links { display:flex; align-items:center; gap:4px; }
.carry-service-quickbar__links > a, .carry-service-quickbar__links > button, .carry-service-quickbar .commerce-browse-switcher > button { display:inline-flex; align-items:center; gap:6px; padding:10px; min-height:44px; color:#fff; background:transparent; border:0; border-radius:10px; font-size:.75rem; font-weight:700; text-decoration:none; }
.carry-service-quickbar__links > a:hover, .carry-service-quickbar__links > button:hover, .carry-service-quickbar .commerce-browse-switcher > button:hover { background:#ffffff15; }
.carry-service-quickbar a:focus-visible, .carry-service-quickbar button:focus-visible { outline:2px solid #ffc400; outline-offset:2px; }
.carry-ride-basket-summary { margin:16px 0; padding:16px; border:1px solid #dce6e2; border-radius:12px; background:#f3faf6; }
.carry-ride-basket-summary p { overflow-wrap:anywhere; }
@media(max-width:575.98px) {
 .carry-service-quickbar { padding:8px 12px; flex-wrap:wrap; gap:4px 12px; }
 .carry-service-quickbar__links { margin-left:auto; flex-wrap:wrap; justify-content:flex-end; }
 .carry-service-quickbar__links > a, .carry-service-quickbar__links > button, .carry-service-quickbar .commerce-browse-switcher > button { font-size:.7rem; padding:8px; }
 .carry-service-quickbar .commerce-browse-switcher { position:static; }
 .carry-service-quickbar .commerce-browse-menu { max-width:calc(100vw - 24px); }
}
