/*------------------------------------*\ 
   LOCAL SCREENS 
\*------------------------------------*/ 
 
.overview-mac-plus-iphone-mac-iphone {
   --p-width: 758px;
   --p-height: 459px;
}

@media only screen and (max-width: 1068px) {
   .overview-mac-plus-iphone-mac-iphone {
	 --p-width: 505px;
	 --p-height: 307px;
   }
}
 
@media only screen and (max-width: 734px) {
   .overview-mac-plus-iphone-mac-iphone {
	 --p-width: 375px;
	 --p-height: 320px;
   }
}
 
 
 
 /*------------------------------------*\ 
   END LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   LOCAL FIXES 
\*------------------------------------*/ 
 
 .section-routers .router-item-accessories .router-item-content {
	 max-width: unset;
	 margin-block: unset;
	 display: unset;
	 flex-direction: unset;
	 justify-content: unset;
	 margin-top: 52px;
 }
 
 @media only screen and (max-width: 1068px) {
	 .section-routers .router-item-accessories .router-item-content {
		 margin-top: 33px;
	 }
 }
 
 @media only screen and (max-width: 734px) {
	.section-routers .router-item-accessories .router-item-content {
		margin-top: 36px;
	}
 }
 
 .section-routers .router-item-accessories .router-item-picture {
	 left: unset;
	 position: unset;
	 top: unset;
	 bottom: unset;
	 margin: unset;
	 height: unset;
 }
 
 .section-routers .router-item-accessories .router-content-wrapper {
	 position: relative;
 }
 
 .section-upgraders {
   margin-bottom: 272px
 }
 
 @media only screen and (max-width: 1068px) {
   .section-upgraders {
	   margin-bottom: 120px;
   }
}

.performance-modal-content .subsection-gallery .toggle-wrap .model-toggle {
	text-align: center;
	width: 126px;
}

@media only screen and (max-width:734px) {
 .performance-modal-content .subsection-gallery .toggle-wrap .model-toggle {
		 width: 100px;
	}
}

@media only screen and (max-width: 734px) {
   .performance-modal-content .subsection-gallery .tabnav-link {
	   font-size: 18px;
   }
}

article.section-performance .badge .badge-value {
	font-size: 68px
}

@media only screen and (max-width: 1068px) {
    article.section-performance .badge .badge-value {
        font-size: 46px;
	}
}

@media only screen and (max-width: 734px) {
    article.section-performance .badge .badge-value {
        font-size: 40px;
	}
}

.section-routers .accent-green:before {
	width: 200px;
	background-size: 200px 47px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .accent-green:before {
		width: 175px;
		background-size: 175px 42px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .accent-green:before {
		width: 140px;
		background-size: 140px 34px;
	}
}
 
 
 /*------------------------------------*\ 
   END LOCAL FIXES 
\*------------------------------------*/

/*------------------------------------*\ 
  COMPARE SECTION AI FIXES 
\*------------------------------------*/ 


.section-routers .section-compare .macbook-air-13-15-product-memory {
	grid-row-start: 7;
	grid-row-end: 7;
}

.section-routers .section-compare .macbook-air-13-15-product-storage {
	grid-row-start: 8;
	grid-row-end: 8;
}

.section-routers .section-compare .macbook-air-13-15-product-battery {
	grid-row-start: 9;
	grid-row-end: 9;
}

.section-routers .section-compare .macbook-air-13-15-product-biometrics {
	grid-row-start: 10;
	grid-row-end: 10;
}

.section-routers .section-compare .macbook-air-13-15-product-intelligence {
	grid-row-start: 11;
	grid-row-end: 11;
}

.section-routers .section-compare .macbook-pro-14-16-product-memory {
	grid-row-start: -8;
	grid-row-end: -8;
}

.section-routers .section-compare .macbook-pro-14-16-product-storage {
	grid-row-start: -7;
	grid-row-end: -7;
}

.section-routers .section-compare .macbook-pro-14-16-product-battery {
	grid-row-start: -6;
	grid-row-end: -6;
}

.section-routers .section-compare .macbook-pro-14-16-product-biometrics {
	grid-row-start: -5;
	grid-row-end: -5;
}

.section-routers .section-compare .macbook-pro-14-16-product-intelligence {
	grid-row-start: -4;
	grid-row-end: -4;
}

.router-item.full-split .router-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}
@media only screen and (max-width:1068px) {
    .router-item.full-split .router-content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:1068px) {
    .router-item-headline {
        font-size: 35px;
    }
}
@media only screen and (max-width:735px) {
    .router-item-headline {
        font-size: 32px;
    }
}

/*------------------------------------*\ 
  END COMPARE SECTION AI FIXES 
\*------------------------------------*/ 