.sticky-cart-bar{position:fixed;bottom:0;left:0;right:0;z-index:3;padding:8px 0;background-color:rgba(var(--color-background),1);-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);box-shadow:0 -.3rem 1rem rgba(var(--color-shadow),.6);width:100%;display:block;opacity:0;transform:translateY(100%);transition:opacity 1s ease,transform .3s ease}.sticky-cart-bar.show{opacity:1;transform:translateY(0)}.sticky-cart-bar__product-image-wrapper{display:flex;align-items:center;margin-right:.75rem}.sticky-cart-bar__product-image{width:40px;height:40px;object-fit:cover;border-radius:6px}.sticky-cart-bar__product-info{display:flex;align-items:center;gap:4px;flex-direction:row}.sticky-cart-bar.hide{opacity:0;transform:translateY(100%)}@media screen and (min-width:750px){.sticky-cart-bar{padding:8px 0}}.sticky-cart-bar__content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--grid-desktop-horizontal-spacing)}.sticky-cart-bar__inner{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;gap:8px}.sticky-cart-bar__add-to-cart{display:block;width:100%}@media screen and (min-width:750px){.sticky-cart-bar__product-image{width:54px;height:54px;object-fit:cover;border-radius:6px}.sticky-cart-bar__content{flex-direction:row;justify-content:space-between}.sticky-cart-bar__inner{flex-direction:row;justify-content:space-between;gap:0}.sticky-cart-bar__add-to-cart{width:auto}}.sticky-cart-bar__product-name{font-size:calc(1.4rem * var(--font-body-scale));line-height:calc(1 + .8 / var(--font-body-scale));margin-right:var(--grid-desktop-horizontal-spacing);color:rgb(var(--color-foreground));display:block;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}@media screen and (min-width:750px){.sticky-cart-bar__product-name{font-size:calc(1.7rem * var(--font-body-scale))}}.sticky-cart-bar__add-to-cart{display:block;width:100%;display:flex;justify-content:center;align-items:center;gap:8px}@media screen and (min-width:750px){.sticky-cart-bar__add-to-cart{width:auto}}.sticky-cart-bar__add-to-cart:hover{background-color:rgb(var(--color-button-hover))}.sticky-cart-bar__add-to-cart svg{width:16px;height:16px}.sticky-cart-bar__add-to-cart .icon--svg{display:flex;justify-content:center;align-items:center}
/*# sourceMappingURL=/cdn/shop/t/112/assets/component-sticky-cart-button.css.map */
