.hero_product {
  margin-bottom: 12em;
}
.hero_video {
  position: relative;
  width: 100%;
  height: 78svh;
  overflow: hidden;
  opacity: 1;
  min-height: 700px;
}
.hero_video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #8aa4b7;
  opacity: 0.7;
}
.hero_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: 100%;
  min-height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.hero_topTextSP {
  display: none;
}
.hero_content-product {
  background-color: #ffffff;
  opacity: 0.8;
  color: #49505b;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 14%;
  height: 42vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.hero_content-product h2 {
  font-family: "Special Gothic Condensed One";
  font-weight: 400;
  font-size: 7rem;
  width: 40%;
  padding-left: 15%;
  line-height: 1em;
  margin: 2.5% 0;
}
.hero_text {
  width: 60%;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 3%;
  padding-right: 5%;
  line-break: strict;
  letter-spacing: 0.1rem;
}
.hero_text p {
  padding: 1rem 0px;
}
.hero_button {
  position: absolute;
  bottom: 26%;
  display: flex;
  width: 97%;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5%;
  margin-left: 3%;
  justify-content: center;
}
.hero_button .button {
  font-size: 1rem;
  padding: 2em 0em;
  width: 20%;
}
.hero_button .button:hover {
  background-color: #e3e4e6;
}
.hero_button .button::before {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.hero_button .button_text {
  justify-content: center;
}
.hero_button .button_text p:nth-of-type(2) {
  padding-left: 0.5em;
}
.hero_button .button_productText .btnText {
  font-weight: bold;
}

.notes {
  font-size: 1rem;
}

.product_card {
  margin-top: 3em;
  display: flex;
  width: 73%;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  border: 2px solid #edcb21;
  border-radius: 15px;
  margin-left: 15%;
}
.product_video {
  width: 60%;
  position: relative;
  padding-top: 33.75%;
  margin: 10% auto;
}
.product_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.product_picture {
  width: 82%;
  margin-left: 7.7%;
}
.product_picture img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.product_spec {
  text-align: center;
  font-size: 3.8rem;
  margin-top: 12rem;
  margin-bottom: 4%;
  padding-left: 1.5em;
}

.card_img {
  width: 50%;
  padding: 1.5%;
}
.card_img img {
  width: 100%;
  padding: 1.5%;
}
.card_text {
  width: 50%;
  padding: 3% 3% 3% 1%;
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.card_text h5 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
}
.card_text p {
  font-weight: 600;
}
.card_text p.card_notes {
  font-size: 1rem;
}
.card_pro {
  color: #ffffff;
  background-color: #8aa4b7;
  display: inline-block;
  padding: 0 2em !important;
  line-height: 1.3;
}

.borderColor {
  border: 2px solid #cecece;
}

.spec_section {
  margin-bottom: 15em;
  padding-left: 6rem;
}
.spec_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #e3e4e6;
  padding: 0.2%;
  width: 76%;
  margin: 0 auto;
}
.spec_table {
  border-collapse: collapse;
  text-align: left;
  width: 76%;
  margin: 0 auto;
  margin-bottom: 12em;
}
.spec_table span {
  font-size: 1rem;
}
.spec_table th, .spec_table td {
  border-bottom: 1px solid #49505b;
  padding: 1em 0 1em 2.5em;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.spec_table th {
  font-weight: bold;
  width: 25%;
}
.spec_table td {
  font-weight: 600;
  width: 75%;
  padding-left: 7%;
}

.tile_pro .hero_text {
  margin-top: 1%;
  line-break: strict;
}
.tile_pro .card_text h5 {
  font-size: 3rem;
  line-height: 1.4;
}
.tile_pro .card_notes {
  padding-top: 9%;
}

.skin_ultra .hero_content-product {
  top: 10%;
}
.skin_ultra .hero_text {
  padding-top: 2%;
  padding-right: 10%;
  line-break: strict;
}
.skin_ultra .hero_text p {
  padding: 1.5rem 0px;
  line-height: 1.8;
}
.skin_ultra .card_text {
  line-height: 1.4;
}
.skin_ultra .card_text p {
  padding-top: 4%;
  line-height: 1.8;
}
.skin_ultra .card_notes {
  padding-top: 5%;
}
.skin_ultra .product_picture {
  width: 73.5%;
  margin-left: 15.2%;
}

@media (max-width: 1200px) {
  .hero_content-product {
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero_content-product h2 {
    font-size: 8rem;
  }
  .hero_text {
    font-size: 2rem;
  }
  .hero_button {
    bottom: 35%;
  }
}
@media (max-width: 1024px) {
  .hero_video {
    height: 70svh;
  }
  .hero_content-product {
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero_content-product h2 {
    font-size: 7rem;
  }
  .hero_text {
    font-size: 1.6rem;
  }
  .hero_button {
    bottom: auto;
    top: 50%;
  }
  .notes {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .hero_topTextSP {
    display: flex;
    position: absolute;
    left: 50%;
    top: 3%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding-left: 2.8%;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    color: white;
  }
  .hero_topTextSP p {
    font-size: 4.5rem;
    font-family: "Special Gothic Condensed One";
    margin-top: 30px;
    letter-spacing: 0.3rem;
  }
  .hero_topTextSP span {
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 3.1rem;
    letter-spacing: 0.1rem;
  }
  .hero_content-product {
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero_content-product h2 {
    margin: 5% 0;
  }
  .hero_button {
    bottom: auto;
    align-items: center;
    flex-direction: column;
    top: 39%;
  }
  .hero_button .button {
    font-size: 2rem;
    padding: 1em 0em;
    width: 30%;
    margin: 2% 0;
  }
  .product_card {
    margin: 12em auto;
    width: 93%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    border: 2px solid #edcb21;
    border-radius: 15px;
  }
  .product_spec {
    padding-left: 0;
    font-size: 8rem;
  }
  .card_img {
    width: 100%;
  }
  .card_img img {
    width: 100%;
    padding: 1.5%;
  }
  .card_text {
    width: 90%;
    padding: 3% 0;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .card_text h5 {
    font-size: 7.6rem;
  }
  .card_text p {
    font-size: 3.9rem;
    padding-top: 1em;
  }
  .card_text p.card_notes {
    font-size: 2.6rem;
  }
  .spec_section {
    padding-left: 0;
  }
  .spec_title {
    font-size: 5.5rem;
    width: 80%;
  }
  .spec_table-wrap {
    overflow-x: scroll;
    width: 80%;
    margin: 0 auto;
  }
  .spec_table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .spec_table span {
    font-size: 2.5rem;
  }
  .spec_table th, .spec_table td {
    font-size: 3.5rem !important;
  }
  .spec_table th {
    width: 35%;
  }
  .spec_table td {
    width: 65%;
    padding-left: 2%;
  }
  .tile_pro .card_text h5 {
    font-size: 7.6rem;
  }
  .tile_pro .card_notes {
    padding-top: 0;
    font-size: 2.6rem;
  }
}
@media (max-width: 575px) {
  .hero_video {
    height: 100vh;
  }
  .hero_content-product {
    flex-direction: column;
    top: 9%;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero_content-product h2 {
    margin: 0;
    font-size: 20rem;
    width: 100%;
    padding-top: 6rem;
    padding-left: 0;
  }
  .hero_text {
    width: 100%;
    font-size: 4.5rem;
    padding: 1em 4%;
    letter-spacing: 0rem;
  }
  .hero_button {
    bottom: auto;
    align-items: center;
    flex-direction: column;
    top: 72%;
  }
  .hero_button .button {
    font-size: 3rem;
    padding: 0.6em 0em;
    width: 55%;
    margin: 2% 0;
  }
  .notes {
    padding-top: 7rem !important;
    font-size: 3.2rem;
  }
  .product_video {
    width: 70%;
    padding-top: 39.375%;
  }
  .tile_pro .hero_text {
    padding: 0.3em 4%;
    margin-top: 0;
  }
  .skin_ultra .hero_text {
    padding-top: 0;
    padding-right: 0;
    font-size: 4rem;
  }
  .skin_ultra .hero_text p {
    padding: 0;
  }
  .skin_ultra .notes {
    padding-top: 0 !important;
  }
}