/* Local Overrides */

/* Dynamic Pricing */
.sosumi-link-follows,
.sosumi-link-follows + .footnote {
	display: none;
}
.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] + .footnote {
	display: inline;
}

/* Local Nav */

/* VP holiday gift */
#ac-globalfooter a.ac-gf-block .ac-gf-block-link {
	display: inline-block;
	margin-top: 0.3em;
}

#ac-globalfooter a.ac-gf-block .ac-gf-block-link:hover {
	text-decoration: none;
}
#ac-globalfooter .ac-gf-buystrip-info-copy {
	color: var(--footer-directory-title-color);
}
#ac-globalfooter a.ac-gf-block .ac-gf-block-link.ac-gf-buystrip-info-cta:hover {
	text-decoration: underline;
}

/* Trade In Headline */
.router-item-headline {
	max-width: 600px !important;
	margin: 0px auto;
}

/* Value props */

.footnote .ac-gf-block-link {
	font-size: 14px !important;
	position: absolute;
	color: inherit !important;
	text-decoration: none !important;
}
.footnote .ac-gf-block-link:hover {
	color: #06c !important;
	text-decoration: none !important;
}

/* Dynamic pricing format */

@media only screen and (max-width: 734px) {
	.section-hero .hero-price {
		max-width: 255px;
		margin-left: auto;
		margin-right: auto;
	}
}
