.product-row.food .raw-title img { margin-bottom: -1px; }
.product-row.food .raw-title span { font-size: 26px; }
.kibble-options .raw .image { margin-top: 0; }
.kibble-options .raw .feeding-inner {
	overflow: visible;
    position: relative;
    z-index: 5;
    padding-bottom: 27px;
}
@media only screen and (min-width: 50em) {
	
	.product-row.raw {
		max-width: 816px;
		margin: 0 auto;
	}
	.product-row.raw .flex.grid.four {
		grid-template-columns: repeat(2, 1fr);
	}
	
}
@media only screen and (max-width: 67em) {
	
	.kibble-options .raw .image img {
		max-width: 100%;
		height: auto;
	}
	
}