/* Keep the WooCommerce gallery + summary inside the card from overflowing */
.fairplay-product-top-card .card-body::after {
	content: "";
	display: table;
	clear: both;
}

/* Tabs: the nav-tabs bottom border merges into the card body above */
.fairplay-product-tabs-card {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
