.sticky-add-to-cart{z-index:80;border-top:1px solid rgba(var(--color-foreground), .1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;transition:transform .25s;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -10px 30px #00000014}.sticky-add-to-cart.visible{transform:translateY(0)}.sticky-add-to-cart__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:8.8rem;display:flex}.sticky-add-to-cart__product{align-items:center;gap:1.2rem;min-width:0;display:flex}.sticky-add-to-cart__product img{border-radius:var(--radius-media);object-fit:cover;background:#f5f5f5;flex:0 0 5.6rem;width:5.6rem;height:5.6rem}.sticky-add-to-cart__product h3{font-size:calc(var(--font-heading-scale) * 1.6rem);margin:0 0 .3rem}.sticky-add-to-cart__product p{color:rgb(var(--color-accent));margin:0;font-size:1.3rem;font-weight:700}.sticky-add-to-cart__controls{align-items:center;gap:1rem;display:flex}.sticky-add-to-cart__controls select,.sticky-add-to-cart__controls button{border-radius:var(--radius-button);min-height:4.4rem;font-family:var(--font-body);font-weight:700}.sticky-add-to-cart__controls select{border:1px solid rgba(var(--color-foreground), .16);background:rgb(var(--color-background));min-width:11rem;color:rgb(var(--color-foreground));padding:0 1.2rem}.sticky-add-to-cart__controls button{background:rgb(var(--color-accent));min-width:14rem;color:rgb(var(--color-white));padding:0 2rem}@media screen and (max-width:749px){.sticky-add-to-cart__inner{flex-direction:column;align-items:stretch;gap:1rem;padding-top:1rem;padding-bottom:1rem}.sticky-add-to-cart__controls{width:100%}.sticky-add-to-cart__controls select,.sticky-add-to-cart__controls button{flex:1}}
