.biotage-cart{display:flex;height:1.5em;position:relative;width:1.5em}.biotage-cart .cart__button .cart__count{align-items:center;background:#000;border-radius:1em;color:#fff;display:flex;font-size:var(--font-size-25);height:1.5em;justify-content:center;min-width:1.5em;padding:.3em;position:absolute;right:-.5em;text-align:center;top:-.5em;width:auto}.biotage-cart .cart__count:empty{display:none}.biotage-cart .cart__checkout{align-items:flex-start;backdrop-filter:blur(25px);background:rgba(0,0,0,.3);bottom:0;display:none;justify-content:center;left:0;overflow-y:auto;overscroll-behavior:contain;position:fixed;right:0;top:0;z-index:9999}.biotage-cart .cart__checkout.is-active{display:flex}.biotage-cart .checkout__container{display:grid;grid-gap:var(--space-300);background:#fff;gap:var(--space-300);height:fill-content;margin:var(--space-300) var(--layout-h-gap);padding:var(--space-300) var(--layout-h-gap);width:100%}.biotage-cart .checkout__header{align-items:center;display:flex;justify-content:space-between}.biotage-cart .checkout__header .cart__count:before{content:"("}.biotage-cart .checkout__header .cart__count:after{content:")"}