/**
 * Il Tucano Pet – related products on the product page
 */

.related-and-upsells {
	margin: 28px auto 48px;
}

.related-and-upsells .wd-el-title,
.related-and-upsells .element-title,
.related-and-upsells h2.title,
.related-and-upsells .related-products .wd-el-title {
	font-size: 22px !important;
	font-weight: 800 !important;
	letter-spacing: 0.01em;
	color: #1c1c1c;
	margin: 0 0 18px !important;
}

@media (max-width: 768px) {
	.related-and-upsells {
		margin: 20px auto 36px;
	}

	.related-and-upsells .wd-el-title,
	.related-and-upsells .element-title,
	.related-and-upsells h2.title {
		font-size: 18px !important;
	}
}
