/** from 375px */
/** from 576px */
/** from 768px */
/** from 992px */
/** from 1200px */
.main_content .product_front,
.main_content .product_down,
.main_content .product_side {
  justify-content: start;
}
.main_content .product_front img,
.main_content .product_down img,
.main_content .product_side img {
  width: 60%;
}
.main_content .product_down img {
  margin-left: 15%;
}
.main_content .product_side {
  justify-content: end;
}
.main_content .product_side img {
  margin-right: 5%;
}
.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);
}
.main_content .using_sunvisor .sunvisor_text2 {
  position: absolute;
  display: inline-block;
  top: calc(50% + var(--margin-top));
  left: 0;
}
.main_content .toggle_flip_back_chin_bar,
.main_content .face_shield_replacement {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .main_content .toggle_flip_back_chin_bar,
.main_content .face_shield_replacement {
    flex-direction: row;
  }
}
.main_content .toggle_flip_back_chin_bar.close img {
  margin-top: -3.2rem;
}
.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 {
    top: 0;
    left: 58%;
    right: auto;
  }
}
.main_content .features_image {
  width: 100%;
}
.main_content .features_image .img_container.second {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -3rem;
}
.main_content .features_image .img_container.second img {
  max-width: 36%;
}
@media (min-width: 768px) {
  .main_content .features_image .img_container.second {
    margin-top: -15rem;
  }
}
@media (min-width: 1200px) {
  .main_content .features_image {
    max-width: 45%;
  }
  .main_content .features_image .img_container.second {
    margin-top: -1rem;
  }
  .main_content .features_image .small_note {
    margin-right: 3rem;
    font-size: 1rem;
    padding-left: 40%;
    text-align: left;
    display: grid;
  }
}
@media (max-width: 768px) {
  .main_content .features_image .img_container.second {
    margin-top: -15rem;
  }
  .main_content .col2 .features_text.right.w50.cl1 dd {
    margin-top: -260px;
  }
  .main_content .col2 .features_text.right.w50.cl2 dd {
    margin-top: 15px;
  }
  .main_content span.f13 {
    font-size: 13px;
  }
  .main_content .w70 {
    width: 70%;
  }
}

.liner.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  max-width: 700px;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}
.liner.title {
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
}
.liner.img_container {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 70%;
  margin-right: 0;
  margin-left: auto;
}
.liner.text_container {
  position: absolute;
  flex-grow: 1;
  flex-shrink: 1;
  width: 49%;
  margin-bottom: 10vh;
  height: 100%;
}
.liner.text_container dd {
  font-size: 0.6rem;
}
@media (min-width: 576px) {
  .liner.text_container dd {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .liner.text_container dd {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .liner.text_container dd {
    font-size: 1.2rem;
  }
}
.liner.text_container .inflation {
  position: absolute;
  top: 12px;
}
@media (min-width: 576px) {
  .liner.text_container .inflation {
    top: 18px;
  }
}
.liner.text_container .deflation {
  position: absolute;
  top: 60%;
}

.cheek_pads.container {
  display: flex;
  flex-wrap: wrap;
}
.cheek_pads.item {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  max-width: 700px;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 992px) {
  .cheek_pads.item {
    flex-basis: 50%;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cheek_pads.item_text {
  width: 100%;
  margin-bottom: 0.3rem;
}
@media (min-width: 576px) {
  .cheek_pads.item_text {
    width: 40%;
  }
}
.cheek_pads.item_text dd {
  font-size: 16px;
}
.cheek_pads.item_image {
  width: 100%;
}
@media (min-width: 576px) {
  .cheek_pads.item_image {
    width: 60%;
  }
}

.peak_visor.container {
  width: 100%;
}
.peak_visor.item_image {
  position: relative;
  max-width: 700px;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}
.peak_visor.text_float {
  position: absolute;
}
.peak_visor.text_float dd {
  font-size: 0.6rem;
}
@media (min-width: 576px) {
  .peak_visor.text_float dd {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .peak_visor.text_float dd {
    font-size: 24px;
  }
}
.peak_visor.text_float1 {
  top: 2%;
  left: 70%;
}
.peak_visor.text_float2 {
  top: 64%;
  left: 60%;
}
.peak_visor.text_float3 {
  top: 74%;
  left: 73%;
}
@media (min-width: 375px) {
  .peak_visor.text_float3 {
    left: 75%;
  }
}
.peak_visor.text_float4 {
  top: 80%;
  right: 42%;
}
.peak_visor.text_float5 {
  text-align: right;
  top: 9%;
  right: 51%;
  width: 30%;
}
.peak_visor.text_float6 {
  text-align: right;
  top: 24%;
  right: 76%;
  width: 30%;
}
@media (min-width: 375px) {
  .peak_visor.text_float6 {
    top: 33%;
  }
}
@media (min-width: 576px) {
  .peak_visor.text_float6 {
    top: 30%;
  }
}
@media (min-width: 992px) {
  .peak_visor.text_float6 {
    top: 32%;
  }
}
.peak_visor.text_float7 {
  text-align: right;
  width: 40%;
  top: 58%;
  right: 55%;
}
@media (min-width: 375px) {
  .peak_visor.text_float7 {
    top: 58%;
  }
}
.peak_visor.text_float8 {
  text-align: right;
  top: 58%;
  right: 27%;
}
@media (min-width: 576px) {
  .peak_visor.text_float8 {
    right: 26%;
  }
}

.warning.container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 0.5rem;
}
.warning .label_warning {
  margin-bottom: 0;
}
.warning.icon_magnet {
  width: auto;
  height: 2.8rem;
}
.warning.text_block {
  margin-bottom: 1rem;
}

.safety_system.item_image {
  max-width: 700px;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  margin: 0 auto;
}
.safety_system.text_float {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.safety_system.text_float dd {
  font-size: 0.6rem;
}
@media (min-width: 375px) {
  .safety_system.text_float dd {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) {
  .safety_system.text_float dd {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .safety_system.text_float dd {
    font-size: 24px;
  }
}
.safety_system.text_float1 {
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0 24px;
}
@media (min-width: 768px) {
  .safety_system.text_float1 {
    padding: 0 48px;
  }
}
.safety_system.text_float3 {
  top: 72%;
  left: 50%;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .safety_system.text_float3 {
    padding: 0 48px;
  }
}
.safety_system.text_float3 dd {
  width: 25%;
  font-size: 0.6rem;
}
@media (min-width: 768px) {
  .safety_system.text_float3 dd {
    font-size: 1rem;
  }
}