.sticky-atc-bar{align-items:center;background-color:#fff;display:grid;font-size:14px;gap:10px;grid-template-columns:42px 1fr max-content;left:0;padding:8px 15px;position:fixed;top:0;transform:translateY(-100%);transition:transform .25s ease;width:100vw;z-index:49}.sticky-atc-bar.under-sticky-header{top:var(--top-offset,0);transition:transform .25s ease,top .5s linear}.sticky-atc-bar.--in-view{transform:translateY(0)}.sticky-atc-bar__image{flex-shrink:0;height:42px;width:42px}.sticky-atc-bar__image img{height:100%;object-fit:cover;width:100%}.sticky-atc-bar__details{max-width:100%;min-width:0}.sticky-atc-bar__title{line-height:16px;margin:0;max-height:32px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-atc-bar__price{align-items:center;display:flex;flex-wrap:nowrap;font-weight:700;gap:5px;justify-content:flex-start;margin:5px 0 0}.sticky-atc-bar__previous-price{color:#999;text-decoration-color:currentcolor;text-decoration-line:line-through}.sticky-atc-bar__previous-price:empty{display:none}.sticky-atc-bar__previous-price:not(:empty)+.sticky-atc-bar__current-price{color:var(--c-sale)}.sticky-atc-bar button{background-color:#000;color:#fff;font-size:12px;height:100%;padding:8px 15px}.sticky-atc-bar button[data-disabled]{opacity:.6}@media screen and (min-width:1024px){.sticky-atc-bar{display:none}}