/* airpods-pro nav */
@media only screen and (max-width: 540px) {
    #ac-localnav,
    #ac-localnav .ac-ln-title {
        height: 48px;
    }
}

/* icon */
#ac-globalfooter .ac-gf-more::after,
.icon-wrapper .more::after,
.more::after {
    top: -0.08em !important;
    position: relative !important;
}

.icon-wrapper .icon,
.icon-wrapper .more::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .icon-after::after {
    position: relative !important;
    top: -0.04em !important;
}


.xsmall-show {
    display: none;
}

@media only screen and (max-width: 420px) {
    .xsmall-show {
        display: block;
    }
}

.xsmall-hide {
    display: none;
}

@media only screen and (max-width: 380px) {
    .xsmall-hide {
        display: block;
    }
}

.smallmin-hide {
    display: none;
}

@media only screen and (max-width: 440px) {
    .smallmin-hide {
        display: block;
    }
}

/* nav */
@media only screen and (max-width: 320px) {
    #ac-localnav,
    #ac-localnav .ac-ln-title {
        height: 48px;
    }
}

.with-localnav .template-dropdown {
    padding-top: calc( 52px + 10px);
}

@media only screen and (max-width: 320px) {

    .with-localnav .template-dropdown {
        padding-top: calc( 48px + 10px);
    }
}

.with-localnav .section-hero{
    margin-bottom: calc(var(--margin-bottom) - 52px);
}

@media only screen and (max-width: 320px) {
    .with-localnav .section-hero{
        margin-bottom: calc(var(--margin-bottom) - 48px);
    }
}

.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-max+.typography-label, 
.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-pro+.typography-label, 
.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-4+.typography-label {
    padding-bottom: 31px;
}
@media only screen and (max-width: 1068px) {
    .compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-max+.typography-label, 
    .compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-pro+.typography-label, 
    .compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-4+.typography-label {
        padding-bottom: 27px;
    }
}
@media only screen and (max-width: 734px) {
    .compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-max+.typography-label, 
    .compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-pro+.typography-label, 
    .compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-4+.typography-label {
        padding-bottom: 0;
    }
}
