

/* CART */

	osmo-cart-button-widget{
		width: max-content;
	}

	.nav-actions-wrapper__mobile osmo-cart-button-widget{
		display: flex;
	  position: absolute;
	  bottom: 0px;
	  width: 50px;
	  height: 50px;
	  right: 75px;
	  align-items: center;
	  justify-content: center;
	  background-color: #bd1f18;
	  z-index: 1100;
	}