.center-symbol {
    margin-right: -0.6em;
    display: inline-flex;
}
.center-symbol.large-hide {
    display: none;
}
@media only screen and (max-width: 1068px) {
    .center-symbol.medium-hide {
        display: none;
    }
    .center-symbol.medium-show,
    .center-symbol.medium-show-inline,
    .center-symbol.medium-show-inlineflex {
        display: inline-flex;
    }
}
@media only screen and (max-width: 734px) {
    .center-symbol.small-hide {
        display: none;
    }
    .center-symbol.small-show,
    .center-symbol.small-show-inline,
    .center-symbol.small-show-inlineflex {
        display: inline-flex;
    }
}

.camera-stats .stat {
	padding-inline-end: 23px;
	width:50%
}
@media only screen and (max-width: 1068px) {
	.section-cameras .subsection-camera-stats .stat-reduced .stat-value {
		font-size: 32px;
	}
}
.camera-stats {
	grid-template-columns: 50% 50%
}

@media (min-width: 1070px) {
    html.enhanced .camera-stats--front-image {
        --geo-offset: 40px;
        margin-top: calc(var(--hardware-offset) + var(--enhanced-copy-offset) + var(--geo-offset));
    }
}
/* 解决 比较所有 iPhone 机型 icon定位因字体样式影响而不居中的问题 */
#aap-contrast .aap-text-icon-control .icon{
    position: absolute !important;
}

/* fixed harmoney not support subgrid issue */

@supports not (grid-template-rows: subgrid) {

  .tabnav-platter {
    height: calc(var(--tabnav-height));
  }
  .section.section-contrast .product-tile {
    grid-template-rows: [image] 231px [colorindicator] 41px [product-id-start badge] 24px [headline] 28px [positioning product-id-end] 52px [price] 31px [ctas-start ctas-inline] 80px [ctas-stacked] 79px;
  }

  .product-tile .product-tile-product-id {
    grid-template-rows: [product-id-start badge] 24px [headline] 28px [positioning product-id-end];
  }
 .product-tile .product-tile-ctas-stacked {
    grid-template-rows: [ctas-start ctas-inline] 30px [ctas-stacked] 30px;
 }
  .product-tile .tout-group {
    grid-template-rows: [ctas-end tout-group-start tout-1] 104.594px [tout-2] 163.188px [tout-3] 214.375px [tout-4] 121.594px [tout-5] 121.594px [tout-6] 264px [tout-group-end];
  }
  .tabnav-mask {
    mask-image: var(--tabnav-mask-gradient);
    -webkit-mask-image: var(--tabnav-mask-gradient);
  }

}



/* price */
.localnav-container .content-expand-wrap .product-action .product-cta .pricing {
    width: 162px;
}

/* apple-intelligence alt */
/* 
.section-shared-features .subsection-ai-alt {
    margin-top:var(--global-section-padding)
}
 */

.section-shared-features .subsection-ai-alt .alt-content {
    --p-width: 1261px;
    --p-height: 420px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    position: relative;
    max-width: var(--p-width);
    min-height: var(--p-height);
    background-color:#fff
}

@media (max-width: 1068px) and(max-width: 1068px) {
    .section-shared-features .subsection-ai-alt .alt-content {
        --p-width: 937px;
        --p-height:420px
    }
}

@media (max-width: 734px) and(max-width: 734px) {
    .section-shared-features .subsection-ai-alt .alt-content {
        --p-width: 420px;
        --p-height:512px
    }
}

@media (max-width: 734px) {
    .section-shared-features .subsection-ai-alt .alt-content {
        display: flex;
        align-items:center
    }
}

.section-shared-features .subsection-ai-alt .row-alt {
    position: relative;
    z-index: 1;
    text-align: center;
    padding:80px
}

@media (max-width: 734px) {
    .section-shared-features .subsection-ai-alt .row-alt {
        padding:80px 40px
    }
}

@media (max-width: 734px) {
    .section-shared-features .subsection-ai-alt .small-width-auto {
        width:auto
    }
}

.section-shared-features .subsection-ai-alt .headline {
    margin-top:40px
}

@media (max-width: 734px) {
    .section-shared-features .subsection-ai-alt .headline {
        margin-top:38px
    }
}

.section-shared-features .subsection-ai-alt .copy {
    margin-top:28px
}

@media (max-width: 1068px) {
    .section-shared-features .subsection-ai-alt .copy {
        margin-top:32px
    }
}

.section-shared-features .subsection-ai-alt .violator {
    margin-top:20px
}

@media (max-width: 734px) {
    .section-shared-features .subsection-ai-alt .violator {
        margin-top:30px
    }
}

.section-shared-features .subsection-ai-alt .ai-background {
    display: block;
    position: relative;
    max-width: 1261px;
    width: 100%;
    position: absolute;
    top:0
}

.section-shared-features .subsection-ai-alt .ai-background::after {
    content: "";
    display:block
}

.section-shared-features .subsection-ai-alt .ai-background img {
    max-width: 100%;
    position:absolute
}

.section-shared-features .subsection-ai-alt .ai-background::after {
    padding-bottom:33.3068992863%
}

@media (max-width: 1068px) {
    .section-shared-features .subsection-ai-alt .ai-background {
        max-width:937px
    }

    .section-shared-features .subsection-ai-alt .ai-background::after {
        padding-bottom:44.8239060832%
    }
}

@media (max-width: 734px) {
    .section-shared-features .subsection-ai-alt .ai-background {
        max-width:420px
    }

    .section-shared-features .subsection-ai-alt .ai-background::after {
        padding-bottom:121.9047619048%
    }
}

.section-shared-features .subsection-ai-alt .ai-icon {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 62px;
    --p-height: 60px;
    margin-inline-start: auto;
    margin-inline-end:auto
}

.section-shared-features .subsection-ai-alt .alt-color {
    color:#6e6e73
}

.section-shared-features .subsection-ai-alt .headline {
	font-size: 48px;
	line-height: 52px;
}
@media (max-width: 1068px) {
	.section-shared-features .subsection-ai-alt .headline {
		font-size: 40px;
		line-height: 44px;
	}
}
@media (max-width: 734px) {
	.section-shared-features .subsection-ai-alt .headline {
		font-size: 28px;
		line-height: 32px;
	}
}
@media (max-width: 734px) {
	.section-shared-features .subsection-ai-alt .typography-caption-tile {
		font-size: 14px;
	}
}
.section-shared-features .subsection-ai-alt .violator {
	font-size: 12px;
}
.section-shared-features .subsection-ai-alt .typography-caption-tile strong{
	font-style: inherit;
	font-weight: inherit;
}
.caption-sosumi a{
	color: var(--sk-glyph-gray-secondary);
}

.section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-display),
.section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-highlights-versatility-endframe),
.section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-highlights-chip-endframe)  {
    --p-width: 1260px;
    --p-height:612px
}

@media (max-width: 1068px){
    .section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-display),
    .section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-highlights-versatility-endframe),
    .section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-highlights-chip-endframe) {
        --p-width: 934px;
        --p-height:576px
    }
}

@media (max-width: 734px) {
    .section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-display),
    .section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-highlights-versatility-endframe),
    .section-highlights [data-ac-gallery-item].gallery-item .media-block:has(picture.overview-highlights-highlights-chip-endframe) {
        --p-width: 420px;
        --p-height:480px
    }
}

.typography-feature-card-headline.tradein-alt-width {
    width: 288px;
}

@media only screen and (max-width: 734px) {
    .typography-feature-card-headline.tradein-alt-width {
        width: 212px;
    }
}

br.xlarge-hide-alt{
	display:block
}

@media (min-width: 1441px) {
	br.xlarge-hide-alt{
		display:none
	}
}

/*VP trade-in fallback*/
.typography-feature-card-body .pricing-fallback {
    display: none
}

.typography-feature-card-body .pricing-container[style="display: none;"] + .pricing-fallback {
    display:inline
}
