/* br */
br.custom-medium {
  display: none;
}
@media only screen and (min-width: 743px) and (max-width: 1068px) {
    br.custom-medium {
      display: block;
    }
}

/* icon v-align */
.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before):after, .icon-wrapper .icon-before:before, .icon-wrapper .icon-after:after {
  display: inline-block;
  top: -0.03em;
}

#ac-globalfooter .ac-gf-icon-after::after, #ac-globalfooter .ac-gf-more::after {
  top: -0.08em;
}

/* airpods max tile avail msg fix */
@media only screen and (max-width: 734px) {
  .section-airpods-max .hero-priceline {
    flex-direction: column;
  }
}
