@font-face {
  font-family: "ARegular";
  src: url("/assets/frontend/fonts/AvenirNext-Regular.woff2") format("woff2"), url("/assets/frontend/fonts/AvenirNext-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABold";
  src: url("/assets/frontend/fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("/assets/frontend/fonts/AvenirNext-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ADemiBold";
  src: url("/assets/frontend/fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("/assets/frontend/fonts/AvenirNext-DemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AItalic ";
  src: url("/assets/frontend/fonts/AvenirNext-Italic.woff2") format("woff2"), url("/assets/frontend/fonts/AvenirNext-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "ARegular", Verdana, sans-serif;
  font-size: 16px;
}

body {
  background-color: #FFFFFF;
  color: #25282A;
  font-size: 1rem; /* 16px */
}

header {
  background-color: #F2F1F0;
  padding: 20px;
  background-color: #25282A;
  color: #956C58;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
header .row {
  width: 100%;
}
header .row .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .row .left img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 512px) {
  header .row .left {
    display: none;
  }
}
header .row .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 512px) {
  header .row .right {
    justify-content: center;
  }
}
header .row .right ul {
  display: flex;
  flex-direction: row;
  align-items: end;
}
header .row .right ul li {
  list-style: none;
  min-width: 80px;
  font-size: 1.25rem;
  font-family: "Abold", Verdana, sans-serif;
}
@media screen and (max-width: 512px) {
  header .row .right ul li {
    font-size: 0.85rem;
  }
}
header .row .right ul li a {
  display: block;
  color: #956C58;
  text-decoration: none;
  margin-right: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 512px) {
  header .row .right ul li a {
    font-size: 0.85rem;
  }
}

main .hero {
  background-color: #25282A;
  flex-direction: column;
}
main .hero .product {
  background-image: url("/assets/frontend/imgs/hero-product.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 60vh;
  margin-bottom: 5rem;
}
@media screen and (max-width: 512px) {
  main .hero .product {
    min-height: 80vh;
  }
}
main .hero .ht-l {
  color: #FFFFFF;
}
main .hero .ht-l img {
  max-width: auto !important;
}
@media screen and (max-width: 512px) {
  main .hero .ht-l img {
    max-width: 180px !important;
  }
}
main .hero .ht-r {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
main .hero .ht-r img {
  max-width: 260px !important;
  height: auto;
}
@media screen and (max-width: 512px) {
  main .hero .ht-r img {
    max-width: 180px !important;
  }
}
@media screen and (max-width: 512px) {
  main .hero .ht-r {
    flex-direction: row;
  }
}
main .hero .hb-l {
  color: #956C58;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .hero .hb-r {
  color: #FFFFFF;
}
main .hero .hb-r img {
  max-width: 200px !important;
  height: auto;
}
@media screen and (max-width: 512px) {
  main .hero .hb-r img {
    max-width: 160px !important;
  }
}
@media screen and (max-width: 512px) {
  main .description {
    flex-direction: column;
  }
}
main h1 {
  font-size: 2rem; /* 40px */
  line-height: 3rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 512px) {
  main h1 {
    font-size: 1.5rem; /* 40px */
  }
}
main h2 {
  font-size: 2rem; /* 32px */
}
main p {
  font-size: 1rem; /* 16px */
}
main small {
  font-size: 0.875rem; /* 14px */
}
main .model-female {
  background-image: url("/assets/frontend/imgs/fen-model.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 75vh;
}
main .products {
  background-color: #25282A;
  color: #956C58;
}
main .products .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .products h2 {
  font-family: "Abold", Verdana, sans-serif;
}
main .products img {
  padding-bottom: 1rem;
}
main .products .driftwood {
  color: #956C58;
  font-family: "Abold", Verdana, sans-serif;
  font-size: 1.25rem;
}
main .products .rose {
  color: #E16683;
  font-family: "Abold", Verdana, sans-serif;
  font-size: 1.25rem;
}
main .products .ocean {
  color: #6D86A4;
  font-family: "Abold", Verdana, sans-serif;
  font-size: 1.25rem;
}
main .products .slate {
  color: #494B4D;
  font-family: "Abold", Verdana, sans-serif;
  font-size: 1.25rem;
}
main .products .shop-btn {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 512px) {
  main .products .shop-btn {
    max-width: 180px !important;
  }
}
main .model-male {
  background-image: url("/assets/frontend/imgs/fen-model-male.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 75vh;
}
main .data {
  color: #AF8774;
}
main .data ul li {
  list-style: none;
  min-width: 80px;
  font-size: 1.25rem;
  margin-right: 20px;
  font-size: 2.25rem;
  font-family: "Abold", Verdana, sans-serif;
}
@media screen and (max-width: 960px) {
  main .data ul li {
    font-size: 1.5rem;
    text-align: center;
  }
}
main .data ul .percentage {
  font-family: "Abold", Verdana, sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 960px) {
  main .data ul .percentage {
    font-size: 5rem;
    display: block;
  }
}
main .data .stars {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  color: #000000;
  font-size: 1.25rem;
}
main .data .stars img {
  max-width: 260px !important;
}
@media screen and (max-width: 560px) {
  main .data .stars img {
    max-width: 180px !important;
  }
}
main .data .stars .fa-star, main .data .stars .fa-star-half-alt {
  color: #F9B900;
}
main .data .claim {
  font-size: 1rem;
  font-family: "AItalic", Verdana, sans-serif;
  font-style: italic;
  font-weight: normal;
}
main .player {
  width: 100%;
}
main .player .video-layer {
  position: relative;
  overflow: hidden;
}
main .player .video-layer video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
main .player .video-layer .play-btn,
main .player .video-layer .pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s;
}
main .player .video-layer .pause-btn {
  opacity: 0;
  pointer-events: none;
}
main .player .video-layer:hover .pause-btn.show {
  opacity: 1;
  pointer-events: auto;
}

footer {
  background-color: #25282A;
  color: #956C58;
}
footer h2 {
  font-size: 1.5rem; /* 24px */
  text-align: center;
  margin-top: 20px;
  font-family: "Abold", Verdana, sans-serif;
}
footer .contact-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  align-content: center;
  justify-content: space-evenly;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 512px) {
  footer .contact-info {
    flex-direction: column;
  }
}
footer .contact-info .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .contact-info .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .contact-info p {
  font-size: 1.5rem;
}
@media screen and (max-width: 512px) {
  footer .contact-info p {
    text-align: center;
  }
}
footer .contact-info img {
  max-width: 120px !important;
  height: auto;
}
footer .contact-info a {
  color: #956C58;
  text-decoration: none;
}
footer .contact-info a:hover {
  text-decoration: underline;
}
footer .the-end {
  display: flex;
}
@media screen and (max-width: 960px) {
  footer .the-end {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
}
footer .the-end a {
  color: #956C58;
  text-decoration: none;
}
footer .the-end a:hover {
  text-decoration: underline;
}
footer .the-end .links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer .the-end .links ul li {
  list-style: none;
  min-width: 80px;
}
footer .the-end .links ul li a {
  display: block;
  color: #956C58;
  text-decoration: none;
  margin-right: 20px;
}
