/* Видимость по состоянию */
.product .go-to-cart-btn { display: none; }
.product.in-cart .go-to-cart-btn { display: flex !important; }
.product.in-cart .product-buttons { display: none !important; }

/* Нестандартные карточки (AWS и т.п.) */
.mfr-in-cart .go-to-cart-btn { display: flex !important; }
.mfr-in-cart .product-buttons { display: none !important; }

/* База */
.go-to-cart-btn {
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
