/* Retail */
.tile-apple-store-app {
	margin-top: 70px;
}

@media only screen and (max-width: 1068px) {
	.tile-apple-store-app {
		margin-top: 61px;
	}
}

@media only screen and (max-width: 734px) {
	.tile-apple-store-app {
		margin-top: 44px;
	}
}

/* apple-pay */
.tile-apple-pay .banner-container {
	background-color: #ffffff;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tile-apple-pay {
    overflow:hidden
}

.tile-apple-pay .tile-headline-apple-pay {
	margin-top: .2em;
}

.tile-apple-pay .tile-cta {
	display: inline-block;
	margin-top: 7px;
}

@media only screen and (max-width: 1068px) {
	.tile-apple-pay .tile-cta {
		margin-top: 6px;
	}
}
.tile-apple-pay .banner-image-wrapper a.block{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/* add avail msg lost css*/ 
.typography-hero-date-copy.alt {
    font-weight: 400
}

.section-hero .copy-wrapper .links-stacked.stacked {
    flex-direction: column;
    margin-top: 29px
}

@media only screen and (max-width: 734px) {
    .section-hero .copy-wrapper .links-stacked.stacked {
        margin-top:18px
    }
}

.section-hero .copy-wrapper .links-stacked.stacked .cta-link {
    margin-top: 18px
}

.section-hero .copy-wrapper .links-stacked.stacked .cta-link:first-child {
    margin-top: 0
}

@media only screen and (max-width: 734px) {
    .section-hero .copy-wrapper .links-stacked.stacked .cta-link {
        margin-top:16px
    }
}

.section-hero .availability-copy.alt {
    justify-content: center
}

@media only screen and (max-width: 1068px) {
    .section-hero .availability-copy.alt .availability-column:last-child {
        margin-left:0px
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .availability-copy.alt .availability-column:last-child {
        margin-left:auto
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .date-copy:last-child {
        margin-top:10px
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .date-copy {
        margin-top:10px
    }
}


/*vday-2021*/
.section-vday-2021{
        margin: 0 auto 30px;
    }

@media only screen and (max-width: 1068px) {
    .section-vday-2021{
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 734px) {
    .section-vday-2021{
        margin: 0 auto 15px;
    }
}
/*vday-2021*/

/* airtag start */
.section-accessories .tile-full.engraving-tile-update.airtag-tile .accessories-avail {
    width:250px
}

@media only screen and (max-width: 1068px) {
    .section-accessories .tile-full.engraving-tile-update.airtag-tile .accessories-avail {
        width:190px
    }
}

@media only screen and (max-width: 734px) {
    .section-accessories .tile-full.engraving-tile-update.airtag-tile .accessories-avail {
        width: 210px;
    }
}
/* airtag end */

/* trade-in */
.tile-trade-in .content-wrapper {
    flex-direction: row;
    justify-content: center;
    min-height: 560px;
}
@media only screen and (max-width: 1068px) {
    .tile-trade-in .content-wrapper {
        min-height: 414px;
    }
}

.tile-trade-in .copy-wrapper {
    max-width: 470px;
    margin-bottom: 85px;
}

@media only screen and (max-width: 1068px) {
    .tile-trade-in .copy-wrapper {
        max-width: 310px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 734px) {
    .tile-trade-in .copy-wrapper {
        max-width: 320px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 734px) {
    .tile-trade-in .tile-copy {
        padding: 0;
    }
}
.tile-trade-in .column-copy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 734px) {
    .tile-trade-in .column-copy {
        align-items: flex-start;
    }
}

.tile-trade-in .tile-headline {
    margin-top: 88px;
}
@media only screen and (max-width: 1068px) {
    .tile-trade-in .tile-headline {
        margin-top: 40px;
    }
}

.tile-trade-in .trade-in-image {
    margin-left: 0;
    left: 0;
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 734px) {
    .tile-trade-in .trade-in-image {
        margin-top: 28px;
        margin-left: -122.5px;
        left: 50%;
        position: relative;
        bottom: -15px;
    }
}

.tile-trade-in .image-wrapper {
    position: relative;
}


/** Pre-order **/

.tile-iphone-13-pro .preorder-apu-copy-wrapper {
    font-size: 17px;
    color: #86868b;
    font-weight:400;
    margin-top: 19px
}

@media only screen and (max-width: 1068px) {
    .tile-iphone-13-pro .preorder-apu-copy-wrapper {
        font-size: 17px;
        margin-top: 15px
    }
}

@media only screen and (max-width: 734px) {
    .tile-iphone-13-pro .preorder-apu-copy-wrapper {
        margin-top: 17px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

.tile-iphone-13-pro .preorder-apu-copy {
    margin-top: 6px
}

.tile-iphone-13-pro .preorder-apu-iup-copy{
    margin-top: 20px
}

.tile-iphone-13 .preorder-apu-copy-wrapper {
    font-size: 17px;
    color: #86868b;
    font-weight:400
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 1068px) {
    .tile-iphone-13 .preorder-apu-copy-wrapper {
        font-size: 17px;
        margin-top: 15px
    }
}

@media only screen and (max-width: 734px) {
    .tile-iphone-13 .preorder-apu-copy-wrapper {
        margin-top: 15px;
        max-width: 300px;
    }
}

.tile-iphone-13 .preorder-apu-copy {
    margin-top: 6px
}

.tile-iphone-13 .preorder-apu-iup-copy{
    margin-top: 20px
}

.tile-iphone-13 .copy-wrapper .preorder-apu-copy a {
    color:#2997ff;
}

/** END Pre-order **/



/*fix hero section : no ribbon version for GC*/
.section-hero .tile-iphone-13-pro{
    padding-top: 88px;
}
@media only screen and (max-width: 1068px) {
    .section-hero .tile-iphone-13-pro{
        padding-top: 59px;
    }
}

@media only screen and (max-width: 734px){
       .section-hero .tile-iphone-13-pro{
        padding-top: 39px;
    } 
}




/* Fixed mday-2022 tile big margin */
.section-retail {
    text-align: center;
    padding-top:30px
}

@media only screen and (max-width: 1068px) {
    .section-retail {
        padding-top:20px
    }
}

@media only screen and (max-width: 734px) {
    .section-retail {
        padding-top:15px
    }
}
/* Fixed mday-2022 tile big margin */



/* avail width */
@media only screen and (max-width: 734px) {
    .tile-iphone-14-pro .copy-wrapper .hero-copy-pre-order {
        width: 290px
    }
}


/* fixed APU lauoyt 0909 */

.ava_apu {
    margin-top: 24px!important;; 
}

@media only screen and (max-width: 734px) {
    .ava_apu {
        margin-top: 32px!important;;
    }
}

@media only screen and (max-width: 734px) {
    .ava_apu {
        margin-top: 11px!important;;
    }
}

.tile-iphone-14.tile-iphone-14-alt {
    padding-top: 58px;
}

@media only screen and (max-width: 1068px) {
    .tile-iphone-14.tile-iphone-14-alt {
        padding-top:68px
    }
}

@media only screen and (max-width: 734px) {
    .tile-iphone-14.tile-iphone-14-alt {
        padding-top:58px
    }
}

.tile-iphone-14-pro.tile-iphone-14-pro-alt {
    padding-top: 98px;
}

@media only screen and (max-width: 1068px) {
    .tile-iphone-14-pro.tile-iphone-14-pro-alt {
        padding-top:80px
    }
}

@media only screen and (max-width: 734px) {
    .tile-iphone-14.tile-iphone-14-alt {
        padding-top:87px
    }
}