/* Local overrides */

/* Chip */
@media (min-width: 735px) and (max-width: 1068px) {
	.section-techspecs .section-header.section-chip-header {
		flex-basis: 150px;
	}
}

/* Storage */
@media (min-width: 735px) and (max-width: 1068px) {
	.section-techspecs .section-storage .section-header {
		padding-right: 30px;
	}
	.section-techspecs .section-storage .section-header h2 {
		font-size: 21px;
	}
}

/* Size and Weight */
@media (min-width: 735px) and (max-width: 1068px) {
	.section-size-weight .size-weight-picture .caption:nth-of-type(2) {
		right: 7px;
	}
}

/* Localized images */
.section-built-in-apps .techspecs-app-icon-calendar {
	background-image: url(/br/imac/images/specs/icon_calendar__dqdgdzzd21g2_large.png);
}

@media (min-resolution: 1.5dppx), (min-resolution: 144dpi) {
	.section-built-in-apps .techspecs-app-icon-calendar {
		background-image: url(/br/imac/images/specs/icon_calendar__dqdgdzzd21g2_large_2x.png);
	}
}

@media screen and (max-width: 734px) {
	html.ar-quicklook .section-techspecs .section-colors .ar-gallery-link {
		width: 150%;
		bottom: -25px;
	}
}

@media screen and (min-width: 401px) and (max-width: 734px) {
	html.ar-quicklook .section-techspecs .section-colors .ar-gallery-link {
		bottom: 0px;
	}
}

@media screen and (max-width: 400px) {
	br.xsmall {
		display: block;
	}
}

@media screen and (min-width: 401px) {
	br.xsmall {
		display: none;
	}
}

@media screen and (max-width: 325px) {
	br.xxsmall {
		display: block;
	}
}

@media screen and (min-width: 326px) {
	br.xxsmall {
		display: none;
	}
}
