/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/
.show-for-xsmall {
	display: none;
}
.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	.show-for-large {
		display: none;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-small {
		display: block;
	}
	.show-for-xsmall {
		display: block;
	}
}

.section-environment {
	margin-bottom: 20px;
}

.section-techspecs .section-colors .gallery-item .ar-gallery-link .icon {
	text-decoration: none;
}

.section-techspecs .section-colors .gallery-item .ar-gallery-link .icon:hover {
	text-decoration: underline;
}

@media (min-width: 1068px) {
	.section-size-weight .size-weight-picture .caption:nth-of-type(2) {
		right: -47px;
	}
}

@media (max-width: 1068px) and (min-width: 734px) {
	.section-size-weight .size-weight-picture .caption:nth-of-type(2) {
		right: 0px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-techspecs .section-at-a-glance .grid-item-apple-intelligence .grid-item-icon {
		margin-bottom: 21px;
		margin-top: -1px;
	}
}

@media only screen and (max-width: 734px) {
	.section-techspecs .section-at-a-glance .grid-item-keyboard .grid-item-headline {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-techspecs .section-colors .techspecs-list {
		width: 73%;
	}
}

/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
