.dogme-free-shipping{--free-shipping-bg:#fff8f4;--free-shipping-text:#3a251c;--free-shipping-accent:#b68a45;color:var(--free-shipping-text);background:var(--free-shipping-bg);border:1px solid rgba(182,138,69,.42);box-shadow:0 10px 30px rgba(61,41,31,.16)}
.dogme-free-shipping__link{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}
.dogme-free-shipping__icon{display:grid;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:var(--free-shipping-accent);color:#fff;place-items:center}
.dogme-free-shipping__icon svg{width:25px;height:20px;fill:currentColor}
.dogme-free-shipping__copy{display:grid;gap:3px;min-width:0}
.dogme-free-shipping__copy strong{font:700 14px/1.45 Georgia,"Yu Mincho",serif;letter-spacing:.03em}
.dogme-free-shipping__status{font-size:11px;line-height:1.4;opacity:.74}
.dogme-free-shipping__track{height:4px;overflow:hidden;background:rgba(182,138,69,.16)}
.dogme-free-shipping__track span{display:block;height:100%;background:var(--free-shipping-accent);transition:width .35s ease}
.dogme-free-shipping--floating{position:fixed;z-index:95;right:16px;bottom:18px;width:min(360px,calc(100vw - 32px));overflow:hidden;border-radius:12px}
.dogme-free-shipping--floating .dogme-free-shipping__link{padding:13px 42px 11px 14px}
.dogme-free-shipping__close{position:absolute;z-index:2;right:6px;top:5px;display:grid;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;font-size:22px;line-height:1;cursor:pointer;place-items:center}
.dogme-free-shipping__close:hover,.dogme-free-shipping__close:focus-visible{background:rgba(182,138,69,.12);outline:2px solid rgba(182,138,69,.22)}
.dogme-free-shipping--cart{max-width:680px;margin:0 0 28px;padding:18px 20px;border-radius:10px;box-shadow:0 6px 20px rgba(61,41,31,.09)}
.dogme-free-shipping--cart .dogme-free-shipping__link{padding-bottom:13px}
.dogme-free-shipping--cart .dogme-free-shipping__copy strong{font-size:16px}
.dogme-free-shipping--cart .dogme-free-shipping__status{font-size:13px}
.dogme-free-shipping[hidden]{display:none!important}
@media(max-width:560px){.dogme-free-shipping--floating{right:10px;bottom:10px;width:calc(100vw - 20px)}.dogme-free-shipping--floating .dogme-free-shipping__link{padding:11px 38px 9px 12px}.dogme-free-shipping__icon{flex-basis:38px;width:38px;height:38px}.dogme-free-shipping__copy strong{font-size:13px}.dogme-free-shipping--cart{padding:15px 14px}.dogme-free-shipping--cart .dogme-free-shipping__copy strong{font-size:14px}}
@media(prefers-reduced-motion:reduce){.dogme-free-shipping__track span{transition:none}}
