:root {
  --app-height: 100%;
}

html .no-scroll,
body .no-scroll {
  touch-action: pan-x pan-y;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

#maincontent .page.messages .messages {
  top: 100px;
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (min-width: 767px) {
  #maincontent .page.messages .messages {
    top: 100vh;
  }
}
#maincontent.mobile-ease-animated .main .mobile-tongue {
  padding-top: 60px;
  position: relative;
}
#maincontent.mobile-ease-animated .main section:nth-of-type(2) {
  margin-top: 20px;
}

.main {
  padding-bottom: 0 !important;
}

.cms-index-index #hp-banners, .cms-noroute-index #hp-banners {
  height: 100vh;
}
@media (max-width: 767px) {
  .cms-index-index #hp-banners, .cms-noroute-index #hp-banners {
    max-height: calc(var(--app-height));
  }
  .cms-index-index #hp-banners.has-preheader, .cms-noroute-index #hp-banners.has-preheader {
    max-height: calc(var(--app-height) - 42px);
    padding-top: 42px;
  }
}
@media (min-width: 767px) {
  .cms-index-index #hp-banners.has-preheader, .cms-noroute-index #hp-banners.has-preheader {
    padding-top: 62px;
    height: calc(100vh - 62px);
  }
}
.cms-index-index #hp-banners .banner-list, .cms-noroute-index #hp-banners .banner-list {
  transition: all 0.4s ease 0s;
}
.cms-index-index #hp-banners .banner-list .banner, .cms-noroute-index #hp-banners .banner-list .banner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cms-index-index #hp-banners .banner-list .banner img, .cms-noroute-index #hp-banners .banner-list .banner img {
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.cms-index-index #hp-banners .banner-list .banner .content .title, .cms-noroute-index #hp-banners .banner-list .banner .content .title {
  font-size: 90px;
  line-height: 109px;
  color: white;
  font-family: "Poppins-bold";
  text-align: center;
}
@media (min-width: 768px) {
  .cms-index-index #hp-banners .banner-list .banner .content .title, .cms-noroute-index #hp-banners .banner-list .banner .content .title {
    font-size: 150px;
    line-height: 125px;
  }
}
.cms-index-index #hp-banners .banner-list .banner .content .link, .cms-noroute-index #hp-banners .banner-list .banner .content .link {
  letter-spacing: 1.8px;
  color: black;
  line-height: normal;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  clear: both;
  display: table;
  transition: 0.3s;
  padding-bottom: 6px;
  margin: 20px auto 0 auto;
}
.cms-index-index #hp-banners .banner-list .banner .content .link::after, .cms-noroute-index #hp-banners .banner-list .banner .content .link::after {
  content: "";
  height: 3px;
  width: 0%;
  background: #ffffff;
  transition: 0.3s;
  opacity: 0;
  display: block;
  top: 3px;
  position: relative;
}
.cms-index-index #hp-banners .banner-list .banner .content .link:hover, .cms-noroute-index #hp-banners .banner-list .banner .content .link:hover {
  color: #ffffff;
}
.cms-index-index #hp-banners .banner-list .banner .content .link:hover::after, .cms-noroute-index #hp-banners .banner-list .banner .content .link:hover::after {
  opacity: 1;
  width: 100%;
}
.cms-index-index #hp-banners .banner-list .banner .content .link:hover .label::after, .cms-noroute-index #hp-banners .banner-list .banner .content .link:hover .label::after {
  content: " !";
}
@media (max-width: 767px) {
  .cms-index-index #hp-banners .dot-list, .cms-noroute-index #hp-banners .dot-list {
    left: 0;
    right: 0;
  }
}
@media (min-width: 767px) {
  .cms-index-index #hp-banners .dot-list, .cms-noroute-index #hp-banners .dot-list {
    right: 30px;
  }
}
.cms-index-index #hp-banners .dot-list .dot.active, .cms-noroute-index #hp-banners .dot-list .dot.active {
  font-size: 28px;
  top: 3px;
  position: relative;
}
.cms-index-index #hp-banners .dot-list .dot.active .divider, .cms-noroute-index #hp-banners .dot-list .dot.active .divider {
  display: block;
}
.cms-index-index #hp-banners.mobile-ease-animation, .cms-noroute-index #hp-banners.mobile-ease-animation {
  transition: 1s max-height ease-in-out;
  max-height: 0;
}
.cms-index-index.mobile-ease-animation, .cms-noroute-index.mobile-ease-animation {
  transition: 1s max-height ease-in-out;
  max-height: 0;
}
.cms-index-index .mobile-tongue, .cms-noroute-index .mobile-tongue {
  margin: auto;
  background: white;
  width: 20%;
  height: 40px;
  z-index: 30;
}
.cms-index-index .mobile-tongue .divider, .cms-noroute-index .mobile-tongue .divider {
  width: 100%;
  background-color: #1E1E1E;
  height: 1px;
}
.cms-index-index #hp-look .header h2, .cms-noroute-index #hp-look .header h2 {
  top: 20px;
  position: relative;
}
.cms-index-index #hp-look .content .content-img, .cms-noroute-index #hp-look .content .content-img {
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cms-index-index #hp-look .content .content-img img, .cms-noroute-index #hp-look .content .content-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .cms-index-index #hp-look .content .content-img, .cms-noroute-index #hp-look .content .content-img {
    height: auto;
    width: 50%;
  }
  .cms-index-index #hp-look .content .content-img img, .cms-noroute-index #hp-look .content .content-img img {
    width: 100%;
    height: 500px;
  }
}
@media screen and (min-width: 991px) {
  .cms-index-index #hp-look .content .content-img, .cms-noroute-index #hp-look .content .content-img {
    width: 65%;
  }
  .cms-index-index #hp-look .content .content-img img, .cms-noroute-index #hp-look .content .content-img img {
    height: 802px;
  }
}
@media (max-width: 767px) {
  .cms-index-index #hp-look .content .content-slider, .cms-noroute-index #hp-look .content .content-slider {
    padding-top: 20px;
  }
}
@media (min-width: 767px) {
  .cms-index-index #hp-look .content .content-slider, .cms-noroute-index #hp-look .content .content-slider {
    padding: 0;
    width: 35%;
    margin-left: 50px;
  }
}
@media (min-width: 991px) {
  .cms-index-index #hp-look .content .content-slider, .cms-noroute-index #hp-look .content .content-slider {
    margin-left: 150px;
    width: 35%;
  }
}
@media (min-width: 767px) {
  .cms-index-index #hp-look .content .content-slider .slider, .cms-noroute-index #hp-look .content .content-slider .slider {
    height: 100%;
    max-width: 450px;
    width: 100%;
  }
}
.cms-index-index #hp-look .content .content-slider .slider .current-dot, .cms-noroute-index #hp-look .content .content-slider .slider .current-dot {
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .cms-index-index #hp-look .content .content-slider .slider .current-dot, .cms-noroute-index #hp-look .content .content-slider .slider .current-dot {
    position: absolute;
    top: 30px;
    left: calc(50% + 15px);
  }
}
.cms-index-index #hp-look .content .content-slider .slider .arrows .arrow-slider.slick-disabled, .cms-noroute-index #hp-look .content .content-slider .slider .arrows .arrow-slider.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .cms-index-index #hp-look .content .content-slider .slider .product-card, .cms-noroute-index #hp-look .content .content-slider .slider .product-card {
    width: 100% !important;
    margin: unset !important;
  }
}
.cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .image img, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .image img {
  width: 100%;
  margin: unset;
}
@media (max-width: 767px) {
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .image, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .image {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos {
    float: left;
    padding-left: 15px;
    margin-top: 60px;
    width: calc(50% - 20px);
  }
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-name, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-name {
    font-size: 32px;
  }
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-name, .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-ref, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-name, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-ref {
    text-align: left;
  }
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-ref, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-ref {
    margin: 10px 0 10px 0;
  }
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-price, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-price {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-price .final-price, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-price .final-price {
    font-size: 25px;
  }
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-price .regular-price, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-price .regular-price {
    font-size: 22px;
  }
  .cms-index-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-cta, .cms-noroute-index #hp-look .content .content-slider .slider .product-card .product-content .infos .product-cta {
    margin: 30px 0 0 0;
  }
}
.cms-index-index #hp-product-sheet .content, .cms-noroute-index #hp-product-sheet .content {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cms-index-index #hp-product-sheet .content, .cms-noroute-index #hp-product-sheet .content {
    flex-direction: column-reverse;
  }
}
.cms-index-index #hp-product-sheet .content .specs, .cms-noroute-index #hp-product-sheet .content .specs {
  flex: 40%;
  margin-top: 35px;
}
@media (min-width: 991px) {
  .cms-index-index #hp-product-sheet .content .specs, .cms-noroute-index #hp-product-sheet .content .specs {
    margin-top: 50px;
  }
}
.cms-index-index #hp-product-sheet .content .product, .cms-noroute-index #hp-product-sheet .content .product {
  flex: 52%;
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  z-index: 1;
}
@media (min-width: 991px) {
  .cms-index-index #hp-product-sheet .content .product, .cms-noroute-index #hp-product-sheet .content .product {
    padding-left: 70px;
  }
}
.cms-index-index #hp-product-sheet .content .product h2, .cms-noroute-index #hp-product-sheet .content .product h2 {
  top: 20px;
}
@media (max-width: 767px) {
  .cms-index-index #hp-product-sheet .content .product h2, .cms-noroute-index #hp-product-sheet .content .product h2 {
    font-size: 50px;
    line-height: 46px;
  }
}
.cms-index-index #hp-product-sheet .content .product .image img, .cms-noroute-index #hp-product-sheet .content .product .image img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/2;
}
.cms-index-index #hp-focus, .cms-noroute-index #hp-focus {
  display: table;
  width: 100%;
}
.cms-index-index #hp-focus .content, .cms-noroute-index #hp-focus .content {
  width: 100%;
  float: right;
  margin-right: 0px;
  margin-bottom: 40px;
  z-index: 99;
  position: relative;
}
@media (max-width: 767px) {
  .cms-index-index #hp-focus .content .big-title, .cms-noroute-index #hp-focus .content .big-title {
    font-size: 50px !important;
    line-height: 45px !important;
  }
}
@media (min-width: 767px) {
  .cms-index-index #hp-focus .content, .cms-noroute-index #hp-focus .content {
    width: 640px;
  }
}
@media (max-width: 767px) {
  .cms-index-index #hp-focus .content .infos .description, .cms-noroute-index #hp-focus .content .infos .description {
    width: 70%;
  }
  .cms-index-index #hp-focus .content .infos .play-paused, .cms-noroute-index #hp-focus .content .infos .play-paused {
    right: 10px;
    margin-right: 0px !important;
    position: absolute;
  }
}
.cms-index-index #hp-focus .content .infos .play-paused, .cms-noroute-index #hp-focus .content .infos .play-paused {
  box-sizing: border-box;
  width: 0;
  height: 45px;
  border-style: solid;
  border-width: 30px 0 30px 45px;
  border-color: transparent transparent transparent #ffffff;
  cursor: pointer;
  will-change: border-width;
  transition: all 0.2s ease;
}
.cms-index-index #hp-focus .content .infos .play-paused.paused, .cms-noroute-index #hp-focus .content .infos .play-paused.paused {
  border-style: double;
  border-width: 0px 0 0px 45px;
}
.cms-index-index #hp-focus-video, .cms-noroute-index #hp-focus-video {
  margin-top: -70px;
  position: relative;
}
@media (min-width: 767px) {
  .cms-index-index #hp-focus-video, .cms-noroute-index #hp-focus-video {
    margin-top: -185px;
  }
}
