@media(max-width: 749px){
	.evenflo-mobile-content-shuffle {
		.product__info-container .product__title,
		.product__info-container .shopify-app-block {
			display: none;
		}
	}
}
@media(min-width: 750px){
	.evenflo-mobile-content-shuffle {
		.mobile-product-heading {
			display: none;
		}
	}
}