.add-to-cart i{display: none}
.add-to-cart::before{font-family: "Material Icons"; content: "\e8cb"; font-size: 19px; vertical-align: top; margin: 0 5px 0 0; display: inline-block}
.add-to-cart:disabled::before{content: "\e9d0"; font-family: "Material Symbols Outlined"; animation: spin 1.5s linear infinite;}
.add-to-cart.added::before{content: "\e5ca"; font-family: "Material Symbols Outlined";}
.add-to-cart.failed::before{content: "\e5cd"; font-family: "Material Symbols Outlined";}
.add-to-cart{position: relative}
.product-variants .attribute{margin-bottom:7px}
.product_attributes_module.btn{width: 100%}
#product-description-short{margin-bottom: 0 !important; min-height: 30px}

#index .product-variants .attribute{display: none}

@keyframes spin{
  0%{transform: rotate(0deg);}
  100%{ transform: rotate(360deg);}
}
@media only screen and (max-width: 576px) {
	#product-description-short {
		min-height: 0;
	}
}