@import url("https://use.typekit.net/son7sot.css");

.video-container {
  display: none;
}

/* global */
html span.nowrap {
  white-space: nowrap;
}

#features video {
  width: 100%;
}

#features .max-1300 {
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#features .max-1600 {
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#features .max-1700 {
  max-width: 1700px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#features img.scaledown {
  max-width: 80px;
}

#features sup {
  font-size: 45%;
  top: -1em;
}

#features .text-center * {
  text-align: center !important;
}

#features .round-border {
  border-radius: 25px;
}

#features .width-25 {
  width: 25%;
  max-width: clamp(100px, 12vw, 130px);
}

#features .width-35 {
  width: 35vw;
  max-width: clamp(120px, 15vw, 160px);
}

#features .feature-header.left {
  margin-bottom: 30px !important;
}

#features .flex-col-valign-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#features .feature-header.left:after {
  margin: 0;
  width: 40%;
}

#features .breakout>.container-fluid,
#features .breakout>.container {
  padding-left: 15px;
  padding-right: 15px;
}

#features .flex-valign-middle {
  margin-left: 0;
  margin-right: 0;
}

#features h3.feature-header {
  margin-bottom: 30px;
}

#features .product-info-container-light .feature-header,
#features .product-info-container-light .feature-header::after {
  color: #000;
}

#features .product-info-container-dark .feature-header,
#features .product-info-container-dark .feature-header::after {
  color: #fff;
}

#features h1.product-name-large {
  font-family: "graphie", "proxima-nova", sans-serif;
  font-size: clamp(30px, 3.2vw, 64px);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

#features h1.product-name-large span.wrap-small {
  font-size: clamp(22px, 2.4vw, 30px);
  display: block;
}

#features h2.product-tagline {
  font-family: "graphie", "proxima-nova", sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #000;
}

#features h4.feature-subheader {
  font-family: "graphie", "proxima-nova", sans-serif;
  font-size: clamp(24px, 4vw, 60px);
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

#features .center-all * {
  text-align: center !important;
}

#features h4.smaller {
  font-size: clamp(26px, 3vw, 50px);
  font-family: "graphie", "proxima-nova", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  margin: 0.5em 0 0;
}

#features h5 {
  font-size: clamp(18px, 2.1vw, 26px);
  font-family: "graphie", "proxima-nova", sans-serif;
  line-height: 1.4;
  font-weight: 700;
  margin: 0.5em 0 0;
}

#features p {
  font-size: clamp(16px, 1.8vw, 20px);
  font-family: "graphie", "proxima-nova", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  margin: 0.5em 0;
  letter-spacing: 0.2px;
}

#features p.smallfont {
  font-size: clamp(12px, 1vw, 14px);
}

#features p.footnote {
  color: #999;
  font-size: clamp(12px, 1vw, 14px);
}

#features strong {
  font-weight: bold !important;
}

#features .section-header-wrapper {
  display: none;
}

#features .product-info-container-light h4,
#features .product-info-container-light h5,
#features .product-info-container-light p {
  color: #000;
}

#features .product-info-container-dark h4,
#features .product-info-container-dark h5,
#features .product-info-container-dark p {
  color: #fff;
}

#features .product-info-container-dark p {
  font-weight: 300;
}

#features .white-text {
  color: #fff !important;
}

#features .button_control.open::after {
  content: "\2D";
}

#features .button_control::after {
  content: "\2B";
  position: absolute;
  right: 28px;
  font-size: 18px;
  top: calc(50% - 13px);
}

#features .product-info-container-light .button_control {
  border: 1px solid black;
  color: black;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 11px 60px 10px 30px;
  text-transform: uppercase;
  font-size: clamp(16px, 2.2vw, 24px);
  border-radius: 40px;
}

#features .product-info-container-dark .button_control {
  border: 1px solid white;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 11px 60px 10px 30px;
  text-transform: uppercase;
  font-size: clamp(14px, 1.7vw, 18px);
  border-radius: 40px;
}

@media screen and (min-width: 1920px) {
  #features .col-xl-10 {
    width: calc((100% / 12) * 10);
  }

  #features .col-xl-push-1 {
    left: calc((100% / 12) * 1);
  }

  #features .col-xl-7 {
    width: calc((100% / 12) * 7);
  }

  #features .col-xl-5 {
    width: calc((100% / 12) * 5);
  }
}

@media screen and (max-width: 1919px) {
  #features .product-info-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #features .margin-top-60 {
    margin-top: 30px;
  }

  #features .margin-bottom-60 {
    margin-bottom: 30px;
  }
}

/* =================================== hero section =================================== */

/* section_mhl */
#features .section_mhl {
  background: url("../24282/hero-outlier-go-1.jpg") no-repeat top center;
  height: calc(250vw * 900 / 2560);
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1vw;
}

#features .section_mhl p {
  font-size: clamp(16px, 2vw, 22px);
  margin-top: 0;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  #features .section_mhl {
    background: url("../24282/hero-outlier-go-1.jpg") no-repeat top center;
    height: calc(100vw * 900 / 2560);
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding-bottom: 1vw;
  }
}

/* section_overview */
#features .section_overview {
  background: #f5f5f5;
}

#features .section_overview .grid_container sup {
  font-size: 75%;
  top: -0.5em;
}

#features .section_overview .grid_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: clamp(20px, 2vw, 40px);
  grid-row-gap: 20px;
}

#features .section_overview .grid_container div {
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

#features .section_overview .grid_container div img {
  max-height: clamp(40px, 3vw, 60px);
  max-width: clamp(60px, 5vw, 80px);
  width: auto;
  height: 100%;
  object-fit: contain;
  transform: scale(0.85);
}

#features .section_overview .grid_container div img+p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #features .section_overview .grid_container div {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 0;
  }

  #features .section_overview .grid_container div img {
    max-height: clamp(40px, 3vw, 60px);
    flex: 1;
  }

  #features .section_overview .grid_container div img+p {
    margin-left: 20px;
    margin-top: 0;
    flex: 3;
  }
}

@media screen and (min-width: 992px) {
  #features .section_overview .grid_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

/* section_design */
#features .section_design {
  background: #f5f5f5 url("../24282/design-background.jpg?crop=(0,0,2560,800)") no-repeat top center;
  background-size: 100% auto;
}

/* Apply styles to the images */
#features .section_design .image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

#features .section_design .prev,
#features .section_design .next {
  padding: 0;
  position: absolute;
  width: 20px;
  border: none;
  cursor: pointer;
  color: #000;
  z-index: 3;
  opacity: 1;
  display: none;
  margin-bottom: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

#features .section_design .prev path,
#features .section_design .next path {
  fill: #000;
}

#features .section_design .prev {
  left: -40px;
}

#features .section_design .next {
  right: -60px;
}

#features .section_design .slick-initialized~.prev,
#features .section_design .slick-initialized~.next {
  display: block;
}

#features .section_design .slick-dots {
  margin: 0;
}

#features .section_design .slick-dots li button:before {
  color: #000;
}

#features .section_design .button_control.open::after {
  content: "\2013";
}

#features .section_design .button_control::after {
  content: "\2B";
  position: initial;
  font-weight: 700;
  font-size: 26px;
}

#features .section_design .button_control {
  border: 0;
  color: #fff;
  position: absolute;
  cursor: pointer;
  right: 4%;
  bottom: 5%;
  width: clamp(30px, 4vw, 45px);
  height: clamp(30px, 4vw, 45px);
  background: #fec804;
  border-radius: 100%;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#features .section_design .row.custom-margin-overlay1 {
  margin-top: 10px;
}

#features .section_design .row.custom-margin-overlay2 {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #features .section_design .offset-valign-center-10 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 10%;
  }

  #features .section_design .row.custom-margin-overlay1 {
    margin-top: -10%;
  }

  #features .section_design .row.custom-margin-overlay2 {
    margin-top: -23%;
  }

  #features .section_design .toggle {
    display: flex;
    align-items: flex-end;
  }

  #features .section_design .toggle p {
    font-size: 16px;
  }

  html[lang="en"] #features .section_design .toggle p {
    font-size: clamp(16px, 1.8vw, 20px);
  }
}

@media screen and (min-width: 768px) {
  #features .section_design .slick-track {
    display: flex !important;
    height: 100%;
  }

  #features .section_design .image-container {
    display: flex;
    height: 42vw;
    max-height: 700px;
  }

  #features .section_design .image-wrapper {
    flex: 1;
    margin: 1px;
    transition: all 0.6s ease;
    overflow: hidden;
  }

  #features .section_design .image-container .image-wrapper:hover,
  #features .section_design .image-container .image-wrapper.expanded {
    flex: 2 !important;
    /* Expand the hovered image */
  }

  /* Reset images to their original size when not hovered */
  #features .section_design .image-container .image-wrapper:not(:hover) {
    flex: 1;
  }
}

#features .section_audio {
  background: #000 url("../24282/audio.jpg") no-repeat 70% 0;
  background-size: auto calc(150vw * 1085 / 2560);
  padding-top: calc(160vw * 1085 / 2560);
  padding-bottom: calc(10vw * 1085 / 2560);
}

#features .section_audio .row {
  max-width: 1700px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

@media screen and (min-width: 992px) {
  #features .section_audio {
    background: url("../24282/audio.jpg") no-repeat top right;
    background-size: cover;
    min-height: calc(100vw * 1085 / 2560);
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  #features .section_audio .text_container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

#features .section_outlier {
  background: #fec804 url("../24282/outlier-spirit.jpg") no-repeat top left;
  background-size: auto calc(155vw * 1020 / 2560);
  padding-top: calc(150vw * 1020 / 2560);
  display: none;
}

body.storepage_1 #features .section_outlier,
body.storepage_12 #features .section_outlier,
body.storepage_15 #features .section_outlier {
  display: flex;
}

#features .section_outlier a.button {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  font-size: clamp(14px, 1.7vw, 18px);
  border: 0;
  line-height: 1.2;
  height: auto;
  margin-top: 10px;
  border-radius: 45px;
}

@media screen and (min-width: 992px) {
  #features .section_outlier {
    background: url("../24282/outlier-spirit.jpg") no-repeat 50% 0;
    background-size: cover;
    min-height: calc(100vw * 1020 / 2560);
    align-items: center;
    padding-top: 0;
  }

  #features .section_outlier .row {
    width: 98vw;
    justify-content: flex-end;
  }

  #features .section_outlier a.button {
    background: #fec804;
    color: #000;
  }

  #features .section_outlier .text_container {
    max-width: 800px;
  }
}

#features .section_battery {
  background: #f5f5f5 url("../24282/battery-background.jpg") no-repeat bottom center;
  background-size: 100% auto;
}

#features .section_battery .row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1600px;
}

@media screen and (min-width: 768px) {
  #features .section_battery .valign-center {
    display: flex;
    align-items: center;
  }
}

.section_connectivity {
  background: #000;
}

#features .section_connectivity .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

#features .section_connectivity2 {
  background: rgb(249, 248, 252);

  .wrapper_icon {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
    text-align: center;
  }

  .wrapper_icon>div {
    width: 48%;
    margin-bottom: 20px;
  }

  img {
    display: block;
    height: 100px;
    width: 120px;
    object-fit: contain;
    object-position: left;
    margin-left: auto;
    margin-right: auto;
  }

  .step {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .step+p,
  .step+p+p {
    margin-top: 0;
    font-size: clamp(14px, 1.5vw, 16px);
  }

  @media screen and (min-width: 768px) {
    img {
      width: 177px;
      height: 85px;
    }
  }

  @media screen and (min-width: 1200px) {
    .wrapper_icon {
      text-align: left;
    }

    .wrapper_icon>div {
      width: 22%;
    }

    img {
      width: 210px;
      height: 100px;
      margin-left: 0;
    }
  }

  @media screen and (min-width: 1920px) {
    .container {
      width: 100%;
      max-width: 1800px;
      margin-left: auto;
      margin-right: auto;
    }

    img {
      width: 354px;
      height: 120px;
    }
  }
}

#features .section_connectivity2.open {
  max-height: none;
  display: block !important;
}

#features .section_download {
  background: #fff;
}

#features .section_download .row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1600px;
}

#features .section_download .app_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

#features .section_download .app_container a {
  border: 0;
}

@media screen and (max-width: 991px) {
  #features .feature-header.left:after {
    width: 25%;
    margin: 0 auto;
  }

  #features .center-all-991,
  #features .center-all-991 * {
    text-align: center !important;
  }

  #features .flex-valign-middle {
    flex-direction: column;
    justify-content: center;
  }

  #features .sm-margin-top-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #features .row.breakout>div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  #features .center-all-767 * {
    text-align: center !important;
  }

  /* #features .section_battery .valign-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } */
}

.promocode-container {
  background: rgba(0, 0, 0, 1);
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;

  margin: 10px auto;
  max-width: 300px;
  line-height: 1.2;
}

.promocode-container .txt2 {
  font-size: 22px;
  color: #ff0000 !important;
  font-weight: 700;
}
.promocode-container strong {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .promocode-container {
    background: rgba(255, 255, 255, .8);
    color: #000 !important;
  }
  .promocode-container strong {
    color: #000 !important;
  }
  
}
.addpromo.section_mhl {
  position: relative;
}

.addpromo.section_mhl .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
