/* HAD V18 — commerce functionality */
.nav-search{position:relative}
.nav-search-results{position:absolute;top:52px;left:0;right:0;background:#fff;border:1px solid #dbe8f1;border-radius:16px;box-shadow:0 22px 55px rgba(6,48,82,.18);overflow:hidden;display:none;z-index:150;min-width:340px}
.nav-search-results.open{display:block}
.nav-search-results a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid #edf3f7;background:#fff}
.nav-search-results a:last-child{border-bottom:0}.nav-search-results a:hover{background:#f5fbfe}
.nav-search-results img{width:48px;height:48px;object-fit:contain;background:#f7fbfd;border-radius:10px;padding:3px}.nav-search-results span{display:flex;flex-direction:column;min-width:0}.nav-search-results b{font-size:11.5px;color:#17457d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-search-results small{font-size:10px;color:#71869a;margin-top:3px}.search-noresult{padding:13px;color:#6b8092;font-size:12px}
.drawer-remove{border:0;background:none;cursor:pointer;font-size:20px;color:#8295a5}.cart-empty-mini p{color:#637991}
.availability-line,.detail-status{display:flex;align-items:center;gap:7px;color:#55758b;font-size:11px;font-weight:800;margin:8px 0}.availability-line span,.detail-status-dot{width:8px;height:8px;border-radius:50%;background:#18a77a;box-shadow:0 0 0 4px rgba(24,167,122,.12)}
.shop-status{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:-13px 0 22px;color:#60788c;font-size:12px}.shop-status b{color:#17457d}.shop-empty{grid-column:1/-1;padding:50px 24px;text-align:center;background:#fff;border:1px solid #dceaf1;border-radius:22px}.shop-empty b{display:block;color:#17457d;font-size:20px}.shop-empty p{color:#6a8092}
.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.detail-reassurance{display:grid;gap:7px;margin-top:18px;padding:14px 16px;border-radius:16px;background:#f6fbfe;color:#587288;font-size:11.5px;font-weight:750;border:1px solid #e0edf4}.related-wrap{padding-top:0}.related-wrap .section-head{margin-bottom:24px}
.cart-line-total{align-self:center}.cart-summary .btn{white-space:normal}.checkout-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:28px;align-items:start}.checkout-form-card,.checkout-summary-card{background:#fff;border:1px solid #dce9f1;border-radius:26px;box-shadow:0 14px 36px rgba(34,67,121,.07)}.checkout-form-card{padding:26px}.checkout-form-card h2{margin:0 0 6px;color:#17457d;font-size:25px}.checkout-form-card>p{color:#6b8093;margin:0 0 24px;font-size:13px}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.checkout-field{display:flex;flex-direction:column;gap:7px}.checkout-field.full{grid-column:1/-1}.checkout-field label{font-size:11px;color:#345b7e;font-weight:900}.checkout-field input,.checkout-field select,.checkout-field textarea{width:100%;border:1px solid #ccdfe9;border-radius:13px;background:#fff;padding:12px 13px;color:#183d60;outline:0}.checkout-field textarea{min-height:96px;resize:vertical}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:#0bb5e0;box-shadow:0 0 0 3px rgba(11,181,224,.11)}.checkout-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.checkout-option{display:flex;align-items:center;gap:9px;border:1px solid #d8e6ef;border-radius:14px;padding:12px;cursor:pointer;color:#315a7e;font-size:12px;font-weight:800}.checkout-option input{accent-color:#0bb5e0}.checkout-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.checkout-actions .btn-primary{flex:1;min-width:220px}.checkout-summary-card{padding:20px;position:sticky;top:112px}.checkout-summary-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid #edf3f7;color:#17457d}.checkout-summary-head span{font-weight:900;font-size:18px}.checkout-summary-head b{font-size:11px}.checkout-item{display:grid;grid-template-columns:62px 1fr;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid #edf3f7}.checkout-item img{width:62px;height:62px;object-fit:contain;background:#f7fbfd;border-radius:12px;padding:5px}.checkout-item b{display:block;font-size:12px;color:#173f66}.checkout-item small{display:block;font-size:10.5px;color:#6c8193;margin-top:4px}.checkout-total{display:flex;justify-content:space-between;gap:12px;padding:17px 0 6px;color:#17457d}.checkout-total strong{font-size:20px}.checkout-warning{font-size:10.5px;line-height:1.5;padding:10px 11px;border-radius:12px;background:#fff8e7;color:#7c641d}.checkout-warning.rx{background:#fff0f3;color:#8b3650}.checkout-error,.checkout-done{display:none;margin-bottom:15px;padding:12px 14px;border-radius:13px;font-size:12px}.checkout-error.show{display:block;background:#fff0f1;color:#9a2940;border:1px solid #f5c7d1}.checkout-done.show{display:flex;flex-direction:column;gap:9px;background:#eefbf6;color:#245b49;border:1px solid #ccecdf;margin-top:18px}.checkout-done .btn{align-self:flex-start}.checkout-empty{text-align:center;padding:40px}.is-hidden{display:none!important}.had-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,25px);background:#173f66;color:#fff;padding:10px 15px;border-radius:999px;font-size:12px;font-weight:800;opacity:0;pointer-events:none;transition:.22s;z-index:300}.had-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1080px){.checkout-shell{grid-template-columns:1fr}.checkout-summary-card{position:static}.nav-search-results{right:auto;width:360px}}
@media(max-width:650px){.checkout-form-card{padding:18px;border-radius:20px}.checkout-grid{grid-template-columns:1fr}.checkout-field.full{grid-column:auto}.checkout-options{grid-template-columns:1fr}.checkout-actions{flex-direction:column}.checkout-actions .btn{width:100%}.nav-search-results{display:none!important}.shop-status{align-items:flex-start;flex-direction:column;gap:5px}}
