/* Local Overrides */

/* Hero Copy */
@media only screen and (max-width: 734px) and (max-height: 770px) {
	html.sticky-small-hero-xp .section-hero .hero-products-grid {
		grid-template-columns: 132px [macmini] 110px [watch] 370px [iphone] 300px;
	}
}

/* Shipping card */

.section-shipping .card-content {
	margin-left: 15px;
}
@media only screen and (max-width: 1068px) {
	.section-shipping .card-content {
		margin-left: -5px;
	}
}
@media only screen and (max-width: 734px) {
	.section-shipping .card-content {
		margin-left: 4px;
	}
}

/* Less power  */

.section-less-power .card-content {
	padding-top: 40px;
}

.section-less-power .card-content picture {
	padding-top: 40px;
}
