.sticky-buy-button{position:fixed;bottom:0;left:0;right:0;background:rgb(var(--color-background));box-shadow:0 -2px 10px #0000001a;padding:1.5rem;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:999;border-top:1px solid rgba(var(--color-foreground),.08)}.sticky-buy-button.visible{transform:translateY(0)}.sticky-buy-button__wrapper{display:flex;align-items:center;gap:1rem;max-width:120rem;margin:0 auto}.sticky-buy-button__product-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.sticky-buy-button__image{width:5rem;height:5rem;flex-shrink:0;border-radius:.5rem;overflow:hidden}.sticky-buy-button__image img{width:100%;height:100%;object-fit:cover}.sticky-buy-button__details{flex:1;min-width:0}.sticky-buy-button__title{font-size:1.4rem;font-weight:500;margin:0 0 .3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy-button__price{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground))}.sticky-buy-button__actions{display:flex;gap:1rem;align-items:center;flex-shrink:0}.sticky-buy-button__quantity{display:flex;align-items:center;gap:.5rem}.sticky-buy-button__button{white-space:nowrap;min-width:16rem}@media screen and (max-width:749px){.sticky-buy-button{padding:1rem}.sticky-buy-button__wrapper{flex-direction:row;gap:.8rem}.sticky-buy-button__image{width:4rem;height:4rem}.sticky-buy-button__title,.sticky-buy-button__price{font-size:1.2rem}.sticky-buy-button__quantity{display:none}.sticky-buy-button__button{min-width:12rem;font-size:1.3rem}}@media screen and (min-width:750px){.sticky-buy-button__wrapper{padding:0 2rem}.sticky-buy-button__details{max-width:30rem}}@media(prefers-reduced-motion:reduce){.sticky-buy-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-sticky-buy-button.css.map */
