hc-cart-shipping{display:block;margin-top:12px;font-size:12px;line-height:1.5;color:rgb(var(--color-foreground))}
.hc-delivery-promise{display:grid;gap:4px;padding:12px 14px;margin-bottom:10px;border:1px solid #dce6df;border-radius:8px;background:#f5faf6;font-size:13px;line-height:1.5;color:#234b33}
.hc-delivery-promise strong{font-weight:650}.hc-delivery-promise span{color:#394d40}
.hc-shipping-line{display:flex;flex-wrap:wrap;justify-content:space-between;gap:3px 10px}
.hc-shipping-line strong{font-weight:600;color:#286343}
hc-cart-shipping progress{display:block;width:100%;height:6px;margin:7px 0;border:0;border-radius:8px;overflow:hidden;appearance:none;background:#e3e8e4;color:#32835b}
hc-cart-shipping progress::-webkit-progress-bar{background:#e3e8e4;border-radius:8px}
hc-cart-shipping progress::-webkit-progress-value{background:#32835b;border-radius:8px}
hc-cart-shipping progress::-moz-progress-bar{background:#32835b;border-radius:8px}
.hc-shipping-summary summary{display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer;list-style:none;color:rgba(var(--color-foreground),.7)}
.hc-shipping-summary summary::-webkit-details-marker{display:none}
.hc-shipping-details{max-width:390px;color:rgba(var(--color-foreground),.75);padding-top:4px}
.hc-shipping-details p{margin:6px 0}.hc-shipping-details a{text-decoration:underline;text-underline-offset:3px}
.hc-shipping-summary summary:focus-visible{outline:2px solid currentColor;outline-offset:4px}
