.nav-cart{display:inline-flex!important;align-items:center;gap:7px;position:relative}.nav-cart svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.nav-cart b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--green,#176b4d);color:#fff;font-size:11px}.cart-product{display:grid;grid-template-columns:82px minmax(0,1fr) auto auto auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #eaecf0}.cart-product-image{width:82px;height:82px;border-radius:12px;overflow:hidden;background:#f2f4f7;display:grid;place-items:center}.cart-product-image img{width:100%;height:100%;object-fit:cover}.cart-product-info{display:grid;gap:5px}.cart-product-info small{color:#667085}.cart-quantity{display:flex;align-items:center;border:1px solid #d0d5dd;border-radius:10px;overflow:hidden}.cart-quantity button{width:36px;height:38px;border:0;background:#f9fafb;font-size:18px;cursor:pointer}.cart-quantity input{width:48px;height:38px;padding:0;border:0;border-inline:1px solid #eaecf0;text-align:center}.cart-remove{border:0;background:none;color:#b42318;cursor:pointer}.address-modal[hidden]{display:none}.address-modal{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:20px}.address-modal-backdrop{position:absolute;inset:0;background:rgba(16,24,40,.6);backdrop-filter:blur(3px)}.address-dialog{position:relative;width:min(760px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:20px;box-shadow:0 24px 60px #0004}.address-dialog>header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;padding:22px 24px;border-bottom:1px solid #eaecf0;background:#fff}.address-dialog>header h2{margin:4px 0}.address-dialog>header small{font-weight:800;color:var(--green,#176b4d)}.address-dialog>header button{border:0;background:#f2f4f7;width:36px;height:36px;border-radius:50%;font-size:22px;cursor:pointer}.address-dialog form{padding:22px 24px}.address-dialog footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.address-dialog footer .primary-button{width:auto}.modal-open{overflow:hidden}.map-search{display:flex;gap:8px;margin-top:12px}.map-search input{flex:1;padding:12px;border:1px solid #ced5d9;border-radius:9px}.map-search button{border:0;border-radius:9px;padding:0 18px;font-weight:700}.map-results{max-height:160px;overflow:auto;border-radius:8px;box-shadow:0 8px 20px #0002}.map-results button{display:block;width:100%;padding:10px;border:0;border-bottom:1px solid #eee;background:#fff;text-align:left}.address-message{color:#b42318}.rate-option span{display:grid}.rate-option small{color:#667085}.shipping-summary p{color:#667085;font-size:.85rem;line-height:1.4}@media(max-width:760px){.nav-cart span{display:none}.cart-product{grid-template-columns:64px 1fr auto}.cart-product-image{width:64px;height:64px}.cart-quantity{grid-column:2}.cart-line-total{grid-column:3;grid-row:2}.cart-remove{grid-column:3;grid-row:1}.address-modal{padding:0;align-items:end}.address-dialog{max-height:94vh;border-radius:20px 20px 0 0}.address-dialog footer{position:sticky;bottom:-22px;background:#fff;padding:14px 0}.address-dialog footer button{flex:1}}
.public-alert{max-width:1180px;margin:18px auto 0;padding:14px 18px;border-radius:12px;background:#eef6ff;color:#174b7a;border:1px solid #c9e0f5}.public-alert.error{background:#fff1f1;color:#9f2525;border-color:#f2c4c4}.public-alert.success{background:#edf9f2;color:#17633b;border-color:#bee5ce}
