/* Local Overrides */

/* Hero */
.marquee.marquee-milestone-cta
	.viewport-content
	.marquee-detail.typography-detail {
	margin-top: var(--sk-paragraph-plus-element-margin, 0.8em);
}

.marquee-detail p + * {
	margin-top: unset;
}

.card-hover .footnote.mfnc-sup.mfnc-no-errors {
	--target-size: 0px;
}

/* banner*/
.custom-footnote {
	text-decoration: none !important;
	color: rgb(0, 102, 204) !important;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.product-tile .product-tile-price {
		width: 246px;
	}
}

@media only screen and (max-width: 429px) {
	.product-tile .product-tile-price {
		width: 156px;
	}
}

@media only screen and (max-width: 352px) {
	.product-tile .product-tile-price {
		width: 140px;
		font-size: 13px;
	}
}

/* compare section */
@media only screen and (max-width: 450px) {
	.section-contrast .product-tile .product-tile-price {
		width: 130px;
	}
}
