@media only screen and (max-width: 1280px) {

	.products-product-container a .products-product-info {
		background-color: rgba(var(--color-white-rgb), 0.9) !important;
		color: var(--color-primary) !important;
	}
	
}