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






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




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

.section-more-iphone .item-trade-in .pricing-container {
	width: 404px;
}

.section-more-iphone .item-trade-in .typography-more-card-headline, .section-more-iphone .item-switch .typography-more-card-headline  {
	font-size: 32px;
}

@media only screen and (min-width: 1441px) {
	.section-more-iphone .item-trade-in .typography-more-card-headline, .section-more-iphone .item-switch .typography-more-card-headline {
		font-size: 40px;
	}
	
	.section-more-iphone .item-trade-in .pricing-container {
		width: 510px;
	}
}

@media (max-width:1068px) {
	.section-more-iphone .item-trade-in .pricing-container {
		width: 220px;
	}
}

@media (max-width:1068px) {
	.section-more-iphone .item-trade-in .typography-more-card-headline, .section-more-iphone .item-switch .typography-more-card-headline {
		font-size: 24px;
	}
}

@media (max-width:734px) {
	.section-more-iphone .item-trade-in .pricing-container {
		width: 290px;
	}
}

.section-select .section-header {
	column-gap: 56px;
}

@media (max-width:1068px) {
	.section-select .section-header {
		column-gap: 80px;
	}
}

@media (max-width:734px) {
	.section-select .section-header {
		grid-gap: 16px;
		gap: 16px;
	}
}

.product-tile .product-tile-price.product-tile-padding {
    padding-inline-start: var(--product-tile-padding);
    padding-inline-end:var(--product-tile-padding);
}

@media (max-width: 734px) {
    .product-tile .product-tile-price.product-tile-padding {
        padding-inline-start:0;
        padding-inline-end:8px;
    }
}

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