.sticky-bar{position:fixed;bottom:0;left:0;z-index:var(--z-index-sticky-bar);width:100%;background-color:var(--color-grey-light);opacity:0;padding:1.2rem 0;pointer-events:none;transition:var(--duration-default) ease;transform:translateY(100%)}.sticky-bar.active{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.sticky-bar__inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:4rem}.sticky-bar__title{display:flex;align-items:center;white-space:nowrap;flex-wrap:wrap;column-gap:2rem;row-gap:.5rem}.sticky-bar .product-form__buttons{flex-wrap:nowrap;width:100%;gap:2rem}.sticky-bar .product-form__buttons .button{min-width:15rem}.sticky-bar .product-form__buttons .button svg{width:1.6rem}.sticky-bar .quantity{display:none}.sticky-bar .product-form__buttons .quantity__input{min-width:3rem}.sticky-bar__buttons{display:flex;align-items:center;gap:2rem;width:100%}.sticky-bar__buttons .price{white-space:nowrap}.sticky-bar__buttons .price__container{font-weight:500;font-size:2rem;text-align:right;line-height:1}.sticky-bar__buttons .price-item--compare{color:var(--color-original-price);font-size:1.4rem;font-weight:var(--font-body-weight)}@media screen and (min-width:990px){.sticky-bar{bottom:unset;top:calc(var(--header-height) + var(--promo-height));transform:translateY(-100%)}body:has(.shopify-section-header-hidden) .sticky-bar{top:var(--promo-height)}.sticky-bar .quantity{display:flex}.sticky-bar__buttons{width:auto}}
/*# sourceMappingURL=/cdn/shop/t/481/assets/sticky-bar.css.map */
