/* Local Overrides */

/* Headline */
@media only screen and (min-width: 1069px) {
	.section-hero.screens .hero-content-iphone-16 {
		max-width: 676px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero.screens .hero-content {
		max-width: 520px;
	}
}

/* Compare */
@media only screen and (min-width: 1069px) {
	.section-compare .custom_three-lines-large {
		height: 60px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-compare .custom_three-lines-medium {
		height: 60px;
	}
}
@media only screen and (max-width: 734px) {
	.section-compare .custom_three-lines-small {
		height: 60px;
	}
	.section-compare .custom_four-lines-small {
		height: 80px;
	}
}

@media only screen and (max-width: 390px) {
	.section-compare .custom_two-lines-x-small {
		height: 40px;
	}
	.section-compare .custom_three-lines-x-small {
		height: 60px;
	}
	.section-compare .custom_four-lines-x-small {
		height: 80px;
	}
}

@media only screen and (max-width: 320px) {
	.section-compare .iphone-16e.camera p:nth-child(5) {
		height: 100px;
	}
}

@media only screen and (min-width: 735px) {
	.section-compare .tout {
		white-space: wrap;
	}
}
@media only screen and (max-width: 337px) {
	.section-compare .iphone-16 .tout {
		padding-bottom: 13px;
	}
}

@media only screen and (max-width: 424px) {
	.section-compare .iphone-16-pro.design p:nth-child(2) {
		height: 80px;
	}
}

@media only screen and (max-width: 328px) {
	.section-compare .iphone-16.display p:nth-child(3) {
		height: 40px;
	}
}

@media only screen and (min-width: 425px) and (max-width: 450px) {
	.section-compare .iphone-16-pro.design p:nth-child(2) {
		height: 60px;
	}
}

@media only screen and (min-width: 390px) and (max-width: 450px) {
	.section-compare .iphone-16e.design p:nth-child(2) {
		height: 60px;
	}
}

/* Images Overrides */

/* HERO */
.section-hero.screens .image-hero-iphone-16 {
	background-image: url("/mx/iphone/buy/images/overview/hero__ges919d02kq6_large.jpg");
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-hero.screens .image-hero-iphone-16 {
		background-image: url("/mx/iphone/buy/images/overview/hero__ges919d02kq6_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero.screens .image-hero-iphone-16 {
		background-image: url("/mx/iphone/buy/images/overview/hero__ges919d02kq6_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-hero.screens .image-hero-iphone-16 {
		background-image: url("/mx/iphone/buy/images/overview/hero__ges919d02kq6_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-hero.screens .image-hero-iphone-16 {
		background-image: url("/mx/iphone/buy/images/overview/hero__ges919d02kq6_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-hero.screens .image-hero-iphone-16 {
		background-image: url("/mx/iphone/buy/images/overview/hero__ges919d02kq6_small_2x.jpg");
	}
}

.section-hero.screens .image-hero-iphone-16 {
    width: 1054px;
    height: 401px;
    background-size: 1054px 401px;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    margin-left: -527px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

@media only screen and (min-width: 735px) {
.section-hero.screens .hero-content-iphone-16 {
	max-width: 575px;
	padding-bottom: 436px;
}}


@media only screen and (max-width: 1068px) {
    .section-hero.screens .image-hero-iphone-16 {
        left: 50%;
        margin-left: -281px;
		width: 562px;
        height: 285px;
        background-size: 562px 285px;
        background-repeat: no-repeat;
    }
	
}

@media only screen and (max-width: 734px) {
    .section-hero.screens .image-hero-iphone-16 {
        left: 50%;
        margin-left: -148px;
		width: 296px;
        height: 174px;
        background-size: 296px 174px;
        background-repeat: no-repeat;
    }
}




/*Carriers */
.logo-att {
	width: 221px;
	height: 100px;
	background-size: 221px 100px;
	background-repeat: no-repeat;
	background-image: url("/mx/iphone/buy/images/carriers/att.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.logo-att {
		background-image: url("/mx/iphone/buy/images/carriers/att_2x.jpg");
	}
}

.logo-movistar {
	width: 225px;
	height: 100px;
	background-size: 225px 100px;
	background-repeat: no-repeat;
	background-image: url("/mx/iphone/buy/images/carriers/movistar.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.logo-movistar {
		background-image: url("/mx/iphone/buy/images/carriers/movistar_2x.jpg");
	}
}

.logo-telcel {
	width: 218px;
	height: 100px;
	background-size: 218px 100px;
	background-repeat: no-repeat;
	background-image: url("/mx/iphone/buy/images/carriers/telcel.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.logo-telcel {
		background-image: url("/mx/iphone/buy/images/carriers/telcel_2x.jpg");
	}
}

/* Additional styles for carriers section */
* + h4,
* + h5,
* + h6 {
	margin-top: 1em;
}
.section-carriers .section-content {
	padding: 94px 0 68px;
	text-align: left;
}
@media only screen and (max-width: 1068px) {
	.section-carriers .section-content {
		padding: 70px 0;
	}
}
.section-carriers hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #d6d6d6;
	margin: 67px 0;
}
@media only screen and (max-width: 735px) {
	.section-carriers hr {
		margin: 60px 0;
	}
}
@media only screen and (max-width: 1068px) {
	.section-carriers .column {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 735px) {
	.section-carriers .column {
		padding-left: 0px;
		margin-bottom: 43px;
	}
}
.section-carriers .column:last-child {
	margin-bottom: 0;
}
.section-carriers .column-spacing-top {
	margin-top: 47px;
}
@media only screen and (max-width: 735px) {
	.section-carriers .column-spacing-top {
		margin-top: 0;
	}
}
.section-carriers .icon-standin {
	background: #ccc;
	border-radius: 10%;
	width: 60px;
	height: 60px;
}
.row .center {
	text-align: center;
}

.trade-up-centered {
	text-align: center;
	padding-bottom: 60px;
}

/*Trade Up*/
.section-trade-in .section-header {
	text-align: center;
}

@media only screen and (max-width: 735px) {
	.section-trade-in .section-header {
		text-align: left;
	}
}

.section-trade-in .section-content {
	padding-top: 126px;
}

@media only screen and (max-width: 1068px) {
	.section-trade-in .section-content {
		padding-top: 72px;
	}
}

@media only screen and (max-width: 735px) {
	.section-trade-in .section-content {
		padding-top: 52px;
	}
}

.section-trade-in .section-headline {
	margin-bottom: 0px;
}

.section-trade-in .image-trade-in {
	width: 302px;
	height: 353px;
	background-size: 302px 353px;
	background-repeat: no-repeat;
	background-image: url("/mx/iphone/buy/images/overview/trade_in__djk6i9425m4i_large.jpg");
	position: relative;
	margin: auto;
	margin-top: 62px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-trade-in .image-trade-in {
		background-image: url("/mx/iphone/buy/images/overview/trade_in__djk6i9425m4i_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-trade-in .image-trade-in {
		width: 235px;
		height: 168px;
		background-size: 235px 168px;
		background-repeat: no-repeat;
		background-image: url("/mx/iphone/buy/images/overview/trade_in__djk6i9425m4i_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-trade-in .image-trade-in {
		background-image: url("/mx/iphone/buy/images/overview/trade_in__djk6i9425m4i_medium_2x.jpg");
	}
}

@media only screen and (max-width: 735px) {
	.section-trade-in .image-trade-in {
		width: 245px;
		height: 201px;
		background-size: 245px 201px;
		background-repeat: no-repeat;
		background-image: url("/mx/iphone/buy/images/overview/trade_in__djk6i9425m4i_small.jpg");
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 735px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.section-trade-in .image-trade-in {
		background-image: url("/mx/iphone/buy/images/overview/trade_in__djk6i9425m4i_small_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-trade-in .image-trade-in {
		margin: auto;
	}
}

@media only screen and (max-width: 735px) {
	.section-trade-in .image-trade-in {
		margin: auto;
	}
}

@media only screen and (max-width: 1068px) {
	.section-trade-in .image-trade-in {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 735px) {
	.section-trade-in .image-trade-in {
		margin-top: 46px;
	}
}

.section-trade-in .section-header {
	text-align: center !important;
}

.section-background {
	background-color: #fff;
}

.section-setup.section-background {
	background-color: #f5f5f7;
}

/*Buystrip border-bottom fix*/
#ac-globalfooter .ac-gf-buystrip-info-keyline,
#ac-globalfooter .ac-gf-buystrip-info {
	border: none;
}

/* Footer */
#ac-globalfooter .ac-gf-sosumi li p:nth-child(n + 2) {
	padding-top: 0.8em;
}

/* Ribbon */
.ribbon-financing.theme-light.custom_ribbon-iphone {
	--ribbon-background-color: #fff;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.iphone-se.camera.cell.row > p:nth-child(6) {
		margin-top: 20px;
	}
}
