/* Local Fixes */

/* Why Mac Tile */
@media only screen and (min-width: 446px) and (max-width: 734px) {
	.grid-item-compare {
		width: 100%;
	}
}
@media only screen and (max-width: 445px) {
	.grid-item-compare {
		width: 100%;
	}
}

/* VP holiday gift */
#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;
}
