/* Local Overrides */

.welcome__lockup-primary-copy.custom-empty {
	display: none;
}
@media only screen and (max-width: 734px) {
	.welcome__lockup-primary-copy.custom-empty {
		display: block;
		min-height: 18px;
	}
}
/*Hero section */

@media only screen and (min-width: 1069px) {
	#main > section.section.section-welcome > div {
		padding-top: 50px;
	}
}
/* Compare section */

@media only screen and (min-width: 415px) and (max-width: 734px) {
	.section-contrast
		> div.responsive-content
		.product-tile.product-tile-ipad-air.has-image-link-row.has-badge-row.has-swatches-row.has-headline-row.has-plus-rows-7
		> p.product-tile-positioning.product-tile-padding {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 325px) {
	.section-contrast
		> div.responsive-content
		li.product-tile.product-tile-ipad-air.has-image-link-row.has-badge-row.has-swatches-row.has-headline-row.has-plus-rows-7
		> p {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 735px) {
	.custom_spacing {
		display: none;
	}
}

/* compare section */
@media only screen and (max-width: 734px) {
	.section-contrast .product-tile-ipad-air .product-tile-positioning {
		flex-grow: 1;
	}
}
@media only screen and (max-width: 370px) {
	.section-contrast .product-tile-ipad-air .product-tile-ctas {
		max-width: 110px;
	}
	.section-contrast .product-tile-ipad-pro .product-tile-ctas a:first-child {
		margin-top: 9px;
		margin-bottom: 9px;
	}
}
