/* br */
br.small {
  display: none;
}
@media only screen and (max-width: 734px) {
    br.small {
      display: block;
    }
}
br.medium {
  display: none;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
  br.medium {
    display: block;
  }
}
br.large {
  display: none;
}
@media only screen and (min-width: 1069px) {
    br.large {
      display: block;
    }
}

/* weight and size section figcaption alignment */
.section-dimensions .airpods-size .width {
  left: 8%;
}
.section-dimensions .airpods-size .height {
  top: 42.5%;
}
.section-dimensions .right-wrapper .case-depth .depth {
  transform: translateX(-60%);
}
.section-dimensions .right-wrapper .case-depth .height {
  top: 43%;
}
@media only screen and (max-width: 1068px) {
  .section-dimensions .airpods-size .width {
    left: 6%;
  }
  .section-dimensions .airpods-size .height {
    top: 41.5%;
  }
  .section-dimensions .right-wrapper .case-depth .depth {
    transform: translateX(-60%);
  }
  .section-dimensions .right-wrapper .case-depth .height {
    top: 42.5%;
  }
}
@media only screen and (max-width: 734px) {
  .section-dimensions .airpods-size .width {
    left: 3%;
  }
  .section-dimensions .airpods-size .height {
    top: 40%;
  }
  .section-dimensions .right-wrapper .case-depth .depth {
    transform: translateX(0%);
    left: 1.5%;
  }
  .section-dimensions .right-wrapper .case-depth .height {
    top: 44%;
  }
}

/* VP chevron alignment */
#ac-globalfooter .ac-gf-icon-after::after, #ac-globalfooter .ac-gf-more::after {
  top: -0.06em;
}

/* KC mark */
br.br-400 {
  display: none;
}
@media only screen and (max-width: 400px) {
  br.br-400 {
      display: block;
  }
}

.image-kc {
  width: 14px;
  height: 21px;
  background-size: 14px 21px;
  background-repeat: no-repeat;
  background-image: url("/kr/airpods-4/images/specs/image__bs3c7k4nox36_large.png");
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx){
  .image-kc {
      background-image: url("/kr/airpods-4/images/specs/image__bs3c7k4nox36_large_2x.png");
  }
}

.section-kc-cert .techspecs-row .techspecs-column .techspecs-list {
  list-style: disc;
  margin-inline-start: 1.1764705882em;
}
