.s-mobile-sticky-bar{box-shadow:0 0 10px rgba(var(--color-foreground),.12);position:fixed;left:0;bottom:0;width:100%;z-index:25;will-change:transform;transform:none;transition:transform var(--s-duration-default, .25s) ease;background-color:rgb(var(--color-background))}.s-mobile-sticky-bar--item{display:flex;flex:1 0 auto;padding:18px 20px;align-items:center;justify-content:center;border-right:1px solid rgb(var(--color-border));position:relative}.s-mobile-sticky-bar--item .s-cart-icon-bubble,.s-mobile-sticky-bar--item .s-tooltip{padding:0}.s-mobile-sticky-bar--item .s-cart-count-bubble{display:flex;right:-18px;top:-7px}.s-mobile-sticky-bar--item .s-cart-count-bubble .cart-empty{display:none}.s-mobile-sticky-bar--item .s-wishlist-icon-bubble{right:-15px;top:-7px;font-weight:500}.s-mobile-sticky-bar--item:last-child{border-right:0}.s-mobile-sticky-bar--item .s-mobile-sticky-bar--search::before,.s-mobile-sticky-bar--item a::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0}.s-mobile-sticky-bar--wishlist{position:relative}.s-mobile-sticky-bar.scroll-up{transform:translate3d(0,104%,0)}