.sticky-product-bar{position:fixed;left:0;right:0;bottom:0;z-index:25;padding:10px 0;background:#fffffff7;border-top:1px solid #e7e3dd;box-shadow:0 -5px 20px #0000000c;transform:translateY(110%);visibility:hidden;transition:transform .24s ease,visibility 0s linear .24s}
.sticky-product-bar.is-visible{transform:translateY(0);visibility:visible;transition:transform .24s ease}
.sticky-product-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.sticky-product-bar__product{display:flex;align-items:center;gap:14px;min-width:0}
.sticky-product-bar__image{width:58px;height:58px;flex:0 0 58px;border-radius:5px;object-fit:cover;background:#f5f5f3}
.sticky-product-bar__details{min-width:0}
.sticky-product-bar__title{margin:0 0 3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:500}
.sticky-product-bar__prices{display:flex;flex-wrap:wrap;align-items:center;gap:5px 12px}
.sticky-product-bar__compare{color:#17212b;font-size:16px;font-weight:400;white-space:nowrap}
.sticky-product-bar__price{margin:0;color:inherit;font-size:22px;font-weight:700;white-space:nowrap}
.sticky-product-bar__price.on-sale{color:#f5222d}
.sticky-product-bar__savings{padding:4px 10px;border-radius:999px;background:#ef202b;color:#fff;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap}
.sticky-product-bar__prices [hidden]{display:none}
.sticky-product-bar__button{width:min(280px,28vw);margin:0;border-radius:4px}
@media(max-width:600px){.sticky-product-bar{padding:8px 0}.sticky-product-bar__inner{padding:0 12px;gap:10px}.sticky-product-bar__image{width:48px;height:48px;flex-basis:48px}.sticky-product-bar__title{font-size:12px;max-width:32vw}.sticky-product-bar__price{font-size:17px}.sticky-product-bar__compare{font-size:12px}.sticky-product-bar__prices{gap:4px 7px}.sticky-product-bar__savings{font-size:10px;padding:3px 7px}.sticky-product-bar__product{flex:1;gap:8px}.sticky-product-bar__image{width:38px;height:38px;flex-basis:38px}.sticky-product-bar__button{flex-shrink:0}.sticky-product-bar__button{width:auto;min-width:142px;padding:11px 13px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.sticky-product-bar,.sticky-product-bar.is-visible{transition:none}}
