/** from 375px */
/** from 576px */
/** from 768px */
/** from 992px */
/** from 1200px */
.main dt {
  margin-bottom: unset;
}

.main_content .product_front {
  justify-content: start;
}
.main_content .product_front img {
  width: 60%;
}
.main_content .product_down {
  justify-content: start;
}
.main_content .product_down img {
  margin-left: 15%;
  width: 60%;
}
.main_content .product_side {
  justify-content: end;
}
.main_content .product_side img {
  margin-right: 5%;
  width: 60%;
}
.main_content dl.additional_feature_body .img_container.right {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
}
.main_content dl.additional_feature_body img.image_icon {
  width: 25%;
  margin-left: 50px;
}
.main_content .using_sunvisor {
  position: relative;
  --margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .main_content .using_sunvisor {
    --margin-top: 2rem;
  }
}
.main_content .using_sunvisor .sunvisor_text1 {
  margin-top: var(--margin-top);
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .main_content .using_sunvisor .sunvisor_text1 {
    font-size: unset;
  }
}
.main_content .using_sunvisor .sunvisor_text2 {
  font-size: 26px;
  position: absolute;
  display: inline-block;
  top: calc(50% + var(--margin-top));
  left: 0;
}
@media only screen and (max-width: 768px) {
  .main_content .using_sunvisor .sunvisor_text2 {
    font-size: unset;
  }
}
.main_content .toggle_flip_back_chin_bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .main_content .toggle_flip_back_chin_bar {
    flex-direction: row;
  }
}
.main_content .toggle_flip_back_chin_bar.close img {
  margin-top: -3.2rem;
}
.main_content .face_shield_replacement {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .main_content .face_shield_replacement {
    flex-direction: row;
  }
}
.main_content .face_shield_replacement .img_container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.main_content .text_float.not_removable {
  left: 52%;
  top: -4%;
}
@media (min-width: 576px) {
  .main_content .text_float.not_removable {
    font-size: 28px;
    top: 0;
    left: 58%;
    right: auto;
  }
}

.features_image {
  width: 100%;
}
.features_image .img_container.second {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -5rem;
}
.features_image .img_container.second img {
  max-width: 45%;
}
@media (min-width: 768px) {
  .features_image .img_container.first img {
    max-width: 45%;
  }
  .features_image .img_container.second {
    margin-top: -15rem;
  }
  .features_image .img_container.second img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .features_image {
    max-width: 40%;
  }
  .features_image .img_container_second {
    max-height: 500px;
  }
  .features_image .img_container.second {
    margin-top: -14rem;
  }
  .features_image .img_container.second img {
    max-width: 45%;
  }
  .features_image .img_container.second .small_note {
    padding-left: 40%;
  }
  .features_image img.md,
.features_image .with_text_side img.md {
    max-width: 50%;
  }
  .features_image .with_text_side {
    font-size: 18px;
  }
  .features_image .small_note {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .img_container {
    width: 100%;
    height: 60%;
  }
  .main dd {
    color: #000;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 32px;
  }
  div.col2_second img {
    max-height: 500px;
  }
  div .chinbar_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  div .chinbar_content_wrapper.col2.chinbar_content_wrapper {
    width: 100%;
  }
  div .chinbar_content_wrapper.col2 div {
    width: 50%;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
  }
  div .chinbar_content_wrapper.col2 div .img_container {
    width: 100%;
    height: 35%;
  }
  div .chinbar_content_wrapper.col2 div .w70 {
    width: 70%;
  }
  div .chinbar_content_wrapper.col2 div .w30 {
    width: 30%;
  }
  .chinbar_text.left dd {
    text-align: left;
  }
  .chinbar_text.left dt {
    text-align: left;
  }
  .chinbar_text.right dd {
    text-align: right;
  }
  .chinbar_text.right dt {
    text-align: right;
  }
  dd.chip_end {
    margin-top: 45px;
  }
  dd dl.chip {
    margin-top: -485px;
    margin-right: 870px;
    text-align: right;
    margin-bottom: 400px;
  }
  dd dl.chip span {
    font-size: 18px;
  }
}