/* import font css if needed. sometimes designer uses new adobe font */
@import url("https://use.typekit.net/son7sot.css");

/* global css, this css usually caters for any pdt page, add ur own css if needed. */
html span.nowrap {
  white-space: nowrap;
}

#features * {
  font-family: "graphie", "proxima-nova", sans-serif;
}

#features .text-center,
#features .text-center * {
  text-align: center !important;
}

#features .breakout > .container-fluid,
#features .breakout > .container {
  padding-left: 15px;
  padding-right: 15px;
}

#features .flex-valign-middle {
  margin-left: 0;
  margin-right: 0;
}

#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 .max-1440 {
  max-width: 1440px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

#features .max-1920 {
  max-width: 1920px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

#features .max-1600 {
  max-width: 1600px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

#features .max-1170 {
  max-width: 1170px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 
#features h3.feature-header{
  font-size: clamp(15px, 3vw, 50px);
} 
*/

#features h4.feature-subheader {
  font-weight: 800;
  font-size: clamp(24px, 3.8vw, 72px);
  margin: 0;
  line-height: 1.2;
}

#features h4.feature-subheader.bigger {
  font-size: clamp(28px, 3.5vw, 72px);
}

#features .center-all * {
  text-align: center !important;
}

#features p {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.4;
  font-weight: 100;
  margin: 0.5em 0;
}

#features p.bigger {
  font-size: clamp(20px, 2.6vw, 38px);
  font-weight: 700;
}

#features p.smallfont {
  font-size: clamp(12px, 1.5vw, 16px);
}

#features p.footnote {
  font-size: clamp(12px, 1.5vw, 16px);
  /* sometimes marketer will request to be smaller, compared to mock css. if they do, just use 12px */
}

#features strong {
  font-weight: bold !important;
}

#features .section-header-wrapper {
  display: none;
}

#features .product-info-container-light p,
#features .product-info-container-light h5 {
  color: #000;
}

#features .product-info-container-dark p,
#features .product-info-container-dark h5 {
  color: #fff;
}

#features .btn_expand:after {
  content: "\00a0+";
  display: inline;
}

#features .btn_expand.minus:after {
  content: "\00a0-";
}

#features .product-info-container-light .btn_expand {
  border: 2px solid black;
  color: black;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 11px 20px 10px 20px;
  text-transform: uppercase;
  font-size: clamp(14px, 1.2vw, 24px);
}

#features .product-info-container-dark .btn_expand {
  border: 2px solid white;
  color: white;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 11px 20px 10px 20px;
  text-transform: uppercase;
  font-size: clamp(14px, 1.2vw, 24px);
}

@media screen and (max-width: 1919px) {
  #features .product-info-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  #features .mobile-center-all * {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  #features .row.breakout > div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  #features .product-info-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #features .margin-top-60 {
    margin-top: 30px;
  }

  #features .margin-bottom-60 {
    margin-bottom: 30px;
  }

  #features .mobile-no-bottom-margin {
    margin-bottom: 0 !important;
  }
}

/* =================================== hero section =================================== */

/* .product-hero-container {
  display: none;
} */

/* =================================== design section =================================== */

#features .section_design {
  background-color: #81ddcd;
  display: flex;
  align-items: center;
}

#features .section_design h3.feature-header {
  color: #33646b;
}
#features .section_design h3.feature-header::after {
  color: #33646b;
}

#features .section_design h4.feature-subheader {
  font-weight: 800;
}

#features .section_design p {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.4;
  font-weight: 100;
  margin: 1.05em 0;
}

#features .section_design h4.exbold p {
  font-weight: 800 !important;
  font-size: clamp(30px, 7.2vw, 100px) !important;
  color: #2b2b38;
}

#features .section_design h4.feature-subheader span {
  color: #fff;
}

#features .section_design .img_container img {
  margin-bottom: 20px;
}

#features .section_design #pdt_measure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #features .section_design .img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: clamp(20px, 1vw, 40px);
  }

  #features .section_design .img_container img {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* =================================== audio section =================================== */
#features .section_audio {
  background-color: #e5e5e5;
}

#features .section_audio h3.feature-header {
  color: #fff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
}

#features .section_audio h4.feature-subheader {
  color: #2c2c38;
}

#features .section_audio .desc_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#features .section_audio .desc_container > p {
  width: 100%;
  color: #2b2b2b;
  margin-left: auto;
  margin-right: auto;
}

#features .section_audio .audio_header {
  display: block !important;
}

#features .section_audio .audio_header div {
  position: relative;
  background: url("/inline/products/24368/2_lifestyle_mobile.png") no-repeat top center;
  background-size: 95% auto;
  padding-top: 65vw;
}

@media screen and (min-width: 768px) {
  #features .section_audio .audio_header div {
    position: relative;
    background: url("/inline/products/24368/2_lifestyle.png") no-repeat top center;
    background-size: auto 90%;
    padding-top: 0;
    min-height: calc(100vw * 960 / 2560);
  }
}

/* =================================== connectvity section =================================== */
#features .section_connectivity {
  background: url("/inline/products/24368/3_bg.jpg") no-repeat top center;
  background-size: cover;
  background-color: #e37174;
}

#features .section_connectivity h3.feature-header,
#features .section_connectivity h3.feature-header::after {
  color: #6b3347;
}
#features .section_connectivity h4.feature-subheader {
  color: #fff;
  width: 100%;
}

#features .section_connectivity .text-container {
  padding-left: 30px;
}

#features .section_connectivity img {
  width: clamp(400px, 50vw, 800px);
}

@media screen and (min-width: 992px) {
  #features .section_connectivity {
    min-height: calc(90vw * 920 / 2560);
  }
  #features .section_connectivity .row {
    position: relative;
  }
  #features .section_connectivity .text-container {
    position: absolute;
    left: 0;
    top: 9%;
  }
  #features .section_connectivity h4 + p {
    width: 70%;
  }
}
/* =================================== button section =================================== */

#features #instructions_btn.open::after {
  content: "\2D"; /* minus sign */
  color: #2b2b38;
  font-size: 18px;
  font-weight: 800;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

#features #instructions_btn::after {
  content: "\2B"; /* plus sign */
  position: absolute;
  color: #2b2b38;
  right: 28px;
  font-size: 18px;
  top: calc(50% - 16px);
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  font-weight: 800;
}

#features #instructions_btn {
  position: absolute;
  width: 80%;
  text-align: left;
  float: left;
  padding-left: 34px;
  margin-top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2b2b38;
  color: #fff;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  max-width: 280px;
  padding-right: 64px;
}

@media screen and (min-width: 768px) {
  #features #instructions_btn {
    width: max-content;
    max-width: none;
    text-align: center;
    padding-right: 74px;
  }
}

/* =================================== instructions section =================================== */
#features .section_instructions {
  background-color: #e5e5e5;
  height: 0 !important;
  padding-top: 60px;
}
#features .section_instructions .container {
  display: flex;
  justify-content: center;
}
#features .section_instructions .steps {
  padding: 0 5vw;
}

#features .section_instructions.open {
  background-color: #bebec3;
  height: auto !important;
}

@media screen and (min-width: 992px) {
  #features .section_instructions {
    background-color: #e5e5e5;
    height: 0 !important;
    padding-top: 60px;
  }
}

/* =================================== battery section =================================== */

#features .section_battery {
  background-color: #e5e5e5;
}

#features .section_battery .battery_container * {
  text-align: center !important;
}

#features .section_battery .battery_desc img {
  width: clamp(100px, 11vw, 200px);
}

#features .section_battery h4.feature-subheader {
  color: #2c2c38;
}

@media screen and (min-width: 768px) {
  #features .section_battery .battery_container * {
    text-align: left !important;
  }
  #features .section_battery .battery_container {
    display: flex;
    align-items: center;
  }
}

/* =================================== downloads section =================================== */

#features .section_downloads {
  background-color: #27376a;
}

#features .section_downloads h3.feature-header,
#features .section_downloads h3.feature-header::after {
  color: #7197be;
}

#features .section_downloads .text_container {
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#features .section_downloads .downloads_container {
  padding: 0 4vw;
  display: flex;
  justify-content: center;
}

#features .section_downloads .icon_container {
  display: flex;
  gap: 10px;
  align-items: center;
}

#features .section_downloads .icon_container a {
  border:0;
}

#features .section_downloads .div1 img {
  width: clamp(60px, 20vw, 180px);
}

#features .section_downloads .div1 {
  flex: 1;
}

#features .section_downloads .div2 {
  display: none;
}

#features .section_downloads .div3 {
  flex: 1;
}

#features .section_downloads .div4 {
  flex: 1;
  margin: 0;
}
#features .section_downloads .div4 img {
  width: 100%;
}

#features .section_downloads .div2 a {
  background: #44557e;
  width: 100%;
  display: block;
  color: #fff;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 20px;
  padding: clamp(5px, 1vw, 15px) clamp(10px, 1.5vw, 20px);
  font-size: clamp(12px, 1.5vw, 18px);
}
