@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;800&family=Montserrat:wght@100;300;400;500;600;900&display=swap');

/* global */
#features .section-header-wrapper{
  background: #e2e0dd;
  }

#features h2 .spec-text-big {
  font-size: clamp(80px, 10vw, 150px);
  line-height: 1;
}

#features h2 .spec-text-small {
  font-size: clamp(28px, 4vw, 85px);
  font-weight: 300;
}

#features h4.smaller {
  font-size: clamp(26px, 3.5vw, 70px);
}

#features h4 strong {
  font-weight: 900;
}

#features h5 {
  font-size: clamp(32px, 4vw, 85px);
  line-height: 1.1;
  font-family: "Montserrat", "proxima-nova", sans-serif;
  font-weight: 300;
}

#features h5 strong {
  font-weight: 900;
}

#features h6 {
  font-size: clamp(32px, 3vw, 60px);
  font-family: "Montserrat", "proxima-nova", sans-serif;
  font-weight: 300;
}

#features h7 {
  font-size: clamp(24px, 2.5vw, 42px);
  font-family: "Montserrat", "proxima-nova", sans-serif;
  font-weight: 400;
  margin-top: 30px;
}

#features p {
  font-size: clamp(18px, 1.8vw, 24px);
}

#features p.smaller {
  font-size: clamp(16px, 1.6px, 20px);
}

#features .section_connectivity_expand .table_mute .row2 .col2 img,
#features .section_connectivity_expand .table_mute .row3 .col2 img,
#features .section_connectivity_expand .table_mute .row4 .col2 img,
#features .section_connectivity_expand .table_mute .row5 .col2 img {
  width: 100%;
  max-width: 30px;
  margin-right: 5px;
  display: inline-block;
}

#features .section_download .wrapper_feature a {
  display: inline-block;
  border: none;
}

#features .section_download p[data-id],
#features .section_download div[data-id] {
  display: none;
}

#features .section_download p[data-id].show,
#features .section_download div[data-id].show {
  display: block;
}

#features .section_download p[data-id] {
  margin: 0;
}

#features p.footnote {
  font-size: clamp(12px, 1.5vw, 14px) !important;
}

.sm-top-30 {
  margin-top: 30px;
}

.product-info-container-light p {
  color: #000;
  font-weight: 400;
}

.product-info-container-dark p {
  color: #fff;
  font-weight: 400;
}

#features p a {
  color: inherit;
  border: 0;
  text-decoration: underline;
}

@media screen and (max-width:767px) {

  section#features .xs-text-center,
  section#features .xs-text-center .header,
  section#features .xs-text-center p,
  section#features .text-center,
  section#features .text-center .feature-subheader,
  section#features .text-center p {
    text-align: center !important;
  }

  #features .container-fluid.no-padding .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {

  section#features .sm-text-center,
  section#features .sm-text-center .header,
  section#features .sm-text-center p {
    text-align: center !important;
  }
}

.sm-bottom-30 {
  margin-bottom: 30px;
}

#features .wrapper_btn {
  text-align: center;
}

#features .wrapper_btn .btn {
  position: relative;
  display: inline-block;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.1;
  padding: 20px 70px 20px 20px;
  text-transform: uppercase;
  cursor: pointer;
}

#features .product-info-container-light .wrapper_btn .btn {
  color: #fff;
  background-color: #1b1a18;
}

#features .product-info-container-dark .wrapper_btn .btn {
  color: #000;
  background-color: #fff;
}

#features .wrapper_btn .btn:after {
  content: '+';
  position: absolute;
  background-color: #434342;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

#features .wrapper_btn .btn.plus:after {
  content: '+';
}

#features .wrapper_btn .btn.minus:after {
  content: '-';
}

.product-hero-container img.img-responsives {
  width: clamp(100px, 9vw, 290px);
  display: block;
  margin: 0 auto 10px;
}

.product-hero-container .container h1 span {
  color: #56a6ff;
  font-weight: 900;
}

/* product-name style*/
.product-hero-container .product-tagline {
  font-size: clamp(15px, 2vw, 20px);
  color: #7d8b9c;
}

.product-hero-container .gallery-thumbnail>ul {
  margin-top: 0px;
}

.product-hero-container .product-name-large span.spec_text {
  color: #efa366;
}

@media screen and (min-width: 768px) {
  .product-hero-container {
    background: url('./PebbleX_MHL_pdt.png') bottom right/auto 70% no-repeat,
      url('./PebbleX_MHL_bg.jpg') top center/cover no-repeat;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-hero-container {
    background-size: auto 80%, cover;
  }
}
@media screen and (min-width: 1600px) {
  .product-hero-container {
    background-size: auto 90%, cover;
  }
}
@media screen and (min-width: 1920px) {
  .product-hero-container {
    background-size: auto 100%, cover;
    background-position: 80% bottom, top center;
  }
}

@media screen and (max-width: 767px) {
  #features .mobile-center-all * {
    text-align: center !important;
  }
}


/* section overview*/

.section_overview h3.feature-header{
  margin-top: -60px;
  }
/* MIX h4*/
.product-info-container-light .feature-header,
.product-info-container-dark .feature-header {
  color: #a7a7a7;
}

#features .section_overview {
  background: #e2e0dd;
}

#features .section_overview .feature-header:after {
  color: #696969;
}

/* end of MIX h4*/


#features .section_overview h4.feature-subheader {
  color: #323842;
  text-align: center;
}

#features .section_overview p strong {
  font-weight: 900;
}

#features .section_overview p {
  text-align: center;
}

/* end of section overview */



/* section sub*/
#features .section_audio {
  background: #14171A;
}

#features .section_audio .product-info-row {
  margin-top: 60px;
  margin-bottom: 60px;
}

#features .section_audio h5 {
  color: #56a6ff;
  text-align: center;
}

#features .section_audio strong {
  color: #fff;
}

#features .section_audio .img-sub {
  display: none;
}

#features .section_audio .img-sub-mobile {
  display: block;
}

#features .section_audio .col-xs-12.col-sm-4.flex-valign-middle {
  margin-left: unset;
  justify-content: center;
  margin-bottom: 0;
}

#features .section_audio .flex-valign-middle.mrg-top {
  flex-direction: column;
  margin-top: 0;
  padding-left: calc(7.5% + -50 * ((100vw - 767px) / 767));
  padding-right: calc(7.5% + -50 * ((100vw - 767px) / 767));
}

#features .section_audio .flex-valign-middle {
  flex-direction: column;
}

#features .section_audio img.de-mar {
  margin-top: -10%;
  padding-bottom: 0;
}

#features .section_audio .flex-valign-middle p {
  text-align: center;
}

#features .section_audio h6 {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0px;
  color: #fff;
}

#features .section_audio p {
  text-align: center;
}

#features .section_audio div.white {
  padding: 0 40px;
  justify-content: center;
}

#features .section_audio a {
  text-decoration: underline;
  border-bottom: unset;
}

#features .section_audio .row.product-info-row.product-info-container-light {
  justify-content: center;
}

#features .section_audio .container-w80 {
  width: 80%;
  max-width: 1200px;
  padding-right: 3vw;
}

#features .section_audio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#features .section_audio .col-xs-12.col-sm-5.col-sm-pull-6.flex-valign-middle.col-sm-offset-2.white .feature-subheader,
#features .section_audio .col-xs-12.col-sm-5.col-sm-pull-6.flex-valign-middle.col-sm-offset-2.white p {
  text-align: left;
}

/* section design*/

#features .section_design {
  background: #aeaeae;
}

#features .section_design .feature-subheader,
#features .section_connectivity .feature-subheader {
  text-align: center;
}

#features .section_design.product-info-container-dark .feature-header {
  color: #fff;
}

#features .section_design .flex-valign-middle {
  flex-direction: column;
}

#features .section_design .inner-box-p p {
  margin-top: 0;
  color: #000;
  text-align: center;
}


/* section lifestyle*/
/* section lifestyle*/

#features .section_4_lifestyle {
  background: #848382;
  margin-top: -1px;
}

#features .section_4_lifestyle .wrapper_feature {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

#features .section_4_lifestyle .wrapper_feature .txt-box {
  background: #fff;
  padding: 20px 20px;
}

#features .section_4_lifestyle .wrapper_feature .header {
  font-family: "Montserrat", "proxima-nova", sans-serif;
  font-size: clamp(28px, 3vw, 60px);
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

#features .section_4_lifestyle .wrapper_feature .header .heavy {
  font-weight: 900;
}

#features .section_4_lifestyle .wrapper_feature p {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 300;
}

/* section rgb control*/

#features .section_4_lifestyle_expand {
  background: #1b1a18;
}

#features .section_4_lifestyle_expand .table_family {
  margin-left: auto;
  margin-right: auto;
}

#features .section_4_lifestyle_expand .table_family .row_title,
#features .section_4_lifestyle_expand .table_family .row_desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}

#features .section_4_lifestyle_expand .table_family .row_title,
#features .section_4_lifestyle_expand .table_family .row_desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

#features .section_4_lifestyle_expand .table_family .row_title>div:nth-of-type(n+2),
#features .section_4_lifestyle_expand .table_family .row_desc>div:nth-of-type(n+2) {
  width: calc(55% - 4px);
  padding-left: 5%;
  text-align: left;
}

#features .section_4_lifestyle_expand .table_family .row_title>div,
#features .section_4_lifestyle_expand .table_family .row_desc>div {
  margin: 4px;
}

#features .section_4_lifestyle_expand .table_family .row_title>div:nth-of-type(1),
#features .section_4_lifestyle_expand .table_family .row_desc>div:nth-of-type(1),
#features .section_4_lifestyle_expand .table_family .row_desc div.desc_title {
  width: calc(40% - 4px);
}

#features .section_4_lifestyle_expand .table_family .row_desc div.desc_title {
  color: #fff;
  font-weight: 300;
  align-items: center;
  padding: 30px 30px;
  width: 100%;
  justify-content: center;
}

#features .section_4_lifestyle_expand .table_family .desc {
  background: #302f2d;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
}

#features .section_4_lifestyle_expand .desc_img {
  background: #302f2d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}

#features .section_4_lifestyle_expand .desc_img span {
  flex: 1;
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.1;
}

#features .section_4_lifestyle_expand .desc_img img {
  width: 80%;
  max-width: 120px;
}

#features .section_4_lifestyle_expand .title_1,
#features .section_4_lifestyle_expand .title_2 {
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.1;
  padding: 10px 10px;
  text-align: left;
}

#features .section_4_lifestyle_expand .title_1 {
  background: #bcbcbd;
  color: #000;
  font-weight: 600;
}

#features .section_4_lifestyle_expand .title_2 {
  background: #585757;
  color: #fff;
  font-weight: 600;
}


/* section connectivity*/
#features .section_connectivity {
  background: #E4E5E7;
}

#features .section_connectivity .feature-subheader {
  font-weight: 900;
  color: #323842;
}

#features .section_connectivity .feature-subheader span {
  color: #56a6ff;
}

#features .section_connectivity .col-xs-12.col-sm-8.col-sm-offset-2.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

#features .section_connectivity .col-xs-12.col-sm-8.col-sm-offset-2.text-center p {
  margin-top: 0;
  text-align: center;
}

#features .section_connectivity .wrapper_controlbtn {
  display: flex;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

#features .section_connectivity .row.product-info-row .row.breakout {
  justify-content: center;
}

#features .section_connectivity .btn {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

#features .section_connectivity .bg_black {
  background: #1b1a18;
}

#features .section_connectivity .bg_gray {
  background: #302f2d;
  font-size: 40px;
  line-height: 80%;
  padding-left: 20px;
  padding-right: 20px;
}

/* section connectivity_expand*/
#features .section_connectivity_expand {
  background: #1b1a18;
}

#features .section_connectivity_expand .borderline {
  flex-direction: row;
  max-width: 1000px;
}

#features .section_connectivity_expand .borderline {
  padding: 5px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

#features .section_connectivity_expand .table_mute {
  width: 100%;
  padding: 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}

#features .section_connectivity_expand .table_mute .title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3%;
}

#features .section_connectivity_expand .table_mute .row1,
#features .section_connectivity_expand .table_mute .row2,
#features .section_connectivity_expand .table_mute .row3,
#features .section_connectivity_expand .table_mute .row4,
#features .section_connectivity_expand .table_mute .row5,
#features .section_connectivity_expand .table_mute .row6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

#features .section_connectivity_expand .table_mute .row1 .col1,
#features .section_connectivity_expand .table_mute .row2 .col1,
#features .section_connectivity_expand .table_mute .row3 .col1,
#features .section_connectivity_expand .table_mute .row4 .col1,
#features .section_connectivity_expand .table_mute .row5 .col1 {
  width: 50%;
  line-height: 1.2;
  font-size: clamp(14px, 1.5vw, 20px);
}

#features .section_connectivity_expand .table_mute .row1>div,
#features .section_connectivity_expand .table_mute .row2>div,
#features .section_connectivity_expand .table_mute .row3>div,
#features .section_connectivity_expand .table_mute .row4>div,
#features .section_connectivity_expand .table_mute .row5>div {
  float: left;
  padding: 5px;
  color: #fff;
}

#features .section_connectivity_expand .table_mute .row3>div,
#features .section_connectivity_expand .table_mute .row4>div,
#features .section_connectivity_expand .table_mute .row5>div {
  padding-top: 0;
}

#features .section_connectivity_expand .table_mute .row1 .col2,
#features .section_connectivity_expand .table_mute .row2 .col2,
#features .section_connectivity_expand .table_mute .row3 .col2,
#features .section_connectivity_expand .table_mute .row4 .col2,
#features .section_connectivity_expand .table_mute .row5 .col2 {
  width: 50%;
  line-height: 1.2;
}

#features .section_connectivity_expand .table_mute .row2 .col1,
#features .section_connectivity_expand .table_mute .row3 .col1,
#features .section_connectivity_expand .table_mute .row4 .col1,
#features .section_connectivity_expand .table_mute .row5 .col1 {
  background: #302f2d;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3%;
  text-align: left;
}

#features .section_connectivity_expand .table_mute .row2 .col2,
#features .section_connectivity_expand .table_mute .row3 .col2,
#features .section_connectivity_expand .table_mute .row4 .col2,
#features .section_connectivity_expand .table_mute .row5 .col2 {
  background: #302f2d;
  margin-left: 3%;
  text-align: left;
  padding-left: 12px;
  font-size: clamp(14px, 1.5vw, 20px);
}

#features .section_connectivity_expand .img {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  display: flex;
}

#features .section_connectivity_expand .row1 .col1 .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#features .section_connectivity_expand .table_mute .title .col1 {
  background-color: #bcbcbd;
  color: #000;
}

#features .section_connectivity_expand .table_mute .title .col2 {
  background-color: #585757;
  margin-left: 3%;
}

#features .section_connectivity_expand .table_mute .title .col1,
#features .section_connectivity_expand .table_mute .title .col2 {
  font-size: clamp(17px, 1.5vw, 24px);
  padding: 10px 10px;
  text-align: left;
  padding-left: 3%;
}

#features .section_connectivity_expand .table_mute .title p {
  line-height: 1.1;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: clamp(14px, 1.5vw, 20px);
}

#features .section_connectivity_expand .table_mute .title img {
  width: 70%;
  max-width: 140px;
}

#features .section_connectivity_expand .table_mute,
#features .section_connectivity_expand .img {
  float: left;
}

#features .section_connectivity_expand .col-xs-12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#features .section_connectivity_expand .container {
  padding-left: 2%;
  padding-right: 2%;
}

#features .section_connectivity_expand .table_mute {
  padding: 1% 1%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}

#features .section_connectivity_expand .table_mute .row5>div {
  padding-bottom: 8px;
}

/*section download*/

#features .section_download .header1 {
  font-size: clamp(24px, 2.35vw, 36px);
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
}

#features .section_download .btn {
  font-size: clamp(14px, 1.5vw, 20px);
  background: #302F2D;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  padding: 12px 20px;
  display: inline-block;
}

#features .section_download .btn_container a {
  display: inline-block;
}

#features .section_download .wrapper_icon {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  justify-content: center;
  flex-direction: row;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

#features .section_download .wrapper_icon img {
  margin-right: 0px;
}

#features .section_download .con-box {
  padding: calc(40px + 45 * ((100vw - 767px) / 767));

}

#features .section_download .con-box:nth-child(1) {
  background: #1b1a18;
}

#features .section_download .con-box:nth-child(2) {
  background: #56a6ff;
}

#features .section_download .wrapper_feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

#features .section_download .wrapper_feature>div {
  width: 75%;
  text-align: center;
}

#features .section_download .wrapper_feature>div+div {
  margin-top: 20px;
}

#features .section_download .con-box.col-xs-12.col-sm-5 {
  display: flex;
  align-items: center;
}

#features .section_download .con-box p {
  color: #fff;
}

#features .section_download .con-box p.footnote {
  color: #000;
}

#features .section_download .wrapper_feature span {
  display: block;
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.1;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

#features .section_download h6 {
  text-align: center;
}

@media screen and (min-width:768px) {
  #features .section_download h6 {
    text-align: left;
  }
}

#features .section_audio .img-flex-center {
  display: flex;
  align-items: center;
}

#features .section_audio .col-xs-12.col-sm-6.col-sm-push-6 img {
  margin-left: unset;
}


#features .section_connectivity_expand .img-responsive.center-block {
  margin-bottom: 0;
  transform: scale(0.8);
}

/*min-width 768 */
@media screen and (min-width: 768px) {
  .product-hero-container img.img-responsives {
    margin-left: 0px;
  }

  #features .section_audio .img-sub {
    display: block;
    margin-left: auto;
  }

  #features .section_audio .img-sub-mobile {
    display: none;
  }

  #features .section_audio div.white {
    align-items: flex-start;
  }

  #features .section_audio h5 {
    text-align: left;
  }

  .sm-top-60 {
    margin-top: 60px;
  }

  .sm-bottom-60 {
    margin-bottom: 60px;
  }

  #features .section_audio .flex-valign-middle p {
    text-align: left;
  }

  #features .section_audio .flex-valign-middle.mrg-top {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  #features .section_audio h6 {
    margin-bottom: 0px;
    margin-top: 30px;
    text-align: left;
  }

  #features .section_audio p {
    text-align: left;
  }

  #features .section_audio img.de-mar {
    margin-top: -10%;
    padding-bottom: 1%;
  }

  #features .section_audio .col-xs-12.col-sm-7.sm-bottom-30.sm-bottom-60 p {
    margin-right: calc(15% + 35 * ((100vw - 2560px) / 2560));
    margin-left: 0;
  }

  #features .section_4_lifestyle .wrapper_feature .txt-box {
    padding: 40px 40px;
  }

  #features .section_4_lifestyle_expand .table_family .row_title>div:nth-of-type(1),
  #features .section_4_lifestyle_expand .table_family .row_desc>div:nth-of-type(1),
  #features .section_4_lifestyle_expand .table_family .row_desc div.desc_title {
    width: calc(39% - 8px);
  }

  #features .section_connectivity_expand .table_mute .title .col1,
  #features .section_connectivity_expand .table_mute .title .col2 {
    padding: 20px 40px;
    text-align: left;
  }

  #features .section_connectivity_expand .table_mute .title {
    margin-bottom: 12px;
  }

  #features .section_connectivity_expand .table_mute .title img {
    width: 100%;
  }

  #features .section_connectivity_expand .table_mute .title p {
    text-align: center;
  }

  #features .section_4_lifestyle_expand .table_family .row_title>div:nth-of-type(n+2),
  #features .section_4_lifestyle_expand .table_family .row_desc>div:nth-of-type(n+2) {
    width: calc(55% - 8px);
    padding-left: 40px;
    text-align: left;
  }

  #features .section_4_lifestyle_expand .table_family .row_title>div,
  #features .section_4_lifestyle_expand .table_family .row_desc>div {
    margin: 6px;
  }

  #features .section_4_lifestyle_expand .title_2,
  #features .section_4_lifestyle_expand .title_1 {
    padding: 15px 20px;
  }

  #features .section_4_lifestyle_expand .table_family .desc {
    padding: 20px;
  }

  #features .section_connectivity .col-xs-12.col-sm-.col-sm-offset-2.text-center p {
    margin-top: 0;
    width: 75%;
  }

  #features .section_connectivity .wrapper_controlbtn {
    display: flex;
    justify-content: center;
  }

  #features .section_connectivity .btn {
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding-right: 70px;
  }

  #features .section_connectivity .bg_gray {
    background: #302f2d;
    font-size: 40px;
    line-height: 80%;
  }

  #features .section_connectivity_expand .table_mute {
    padding: 10px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }

  #features .section_connectivity_expand .table_mute .row2 .col1,
  #features .section_connectivity_expand .table_mute .row3 .col1,
  #features .section_connectivity_expand .table_mute .row4 .col1,
  #features .section_connectivity_expand .table_mute .row5 .col1 {
    background: #302f2d;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: clamp(20px, calc(20px + ((50 - 20) / (2560 - 768) * (100vw - 768px))), 50px);
  }

  #features .section_connectivity_expand .borderline {
    padding: 5px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  #features .section_connectivity_expand .img {
    width: 30%;
    margin-top: auto;
    margin-bottom: auto;
  }

  #features .section_connectivity_expand .table_mute>div .col2 {
    margin-left: 12px;
  }

  #features .section_connectivity_expand .table_mute .row2 .col2,
  #features .section_connectivity_expand .table_mute .row3 .col2,
  #features .section_connectivity_expand .table_mute .row4 .col2,
  #features .section_connectivity_expand .table_mute .row5 .col2 {
    background: #302f2d;
    text-align: left;
    padding-left: 20px;
  }

  #features .section_connectivity_expand .table_mute .row2 .col2 img,
  #features .section_connectivity_expand .table_mute .row3 .col2 img,
  #features .section_connectivity_expand .table_mute .row4 .col2 img,
  #features .section_connectivity_expand .table_mute .row5 .col2 img {
    max-width: 50px;
  }

  #features .section_download .img_creativeapp {
    margin-right: 0;
  }

  #features .section_download .col1 .feature-subheader {
    font-weight: 600;
    font-size: clamp(24px, 2.35vw, 36px);
  }

  #features .section_download h6 {
    text-align: left;
  }

  #features .section_download .con-box {
    padding: 40px;
  }

  #features .section_download .wrapper_icon {
    justify-content: flex-start;
    max-width: 450px;
    margin-left: 0;
  }


  #features .section_connectivity_expand .table_mute .row1>div,
  #features .section_connectivity_expand .table_mute .row2>div,
  #features .section_connectivity_expand .table_mute .row3>div,
  #features .section_connectivity_expand .table_mute .row4>div,
  #features .section_connectivity_expand .table_mute .row5>div {
    padding: 10px;
  }

  #features .section_connectivity_expand .table_mute .row3>div,
  #features .section_connectivity_expand .table_mute .row4>div,
  #features .section_connectivity_expand .table_mute .row5>div {
    padding-top: 0;
  }

  #features .section_connectivity_expand .table_mute .row5>div {
    padding-bottom: 15px;
  }

  #features .section_download .wrapper_feature {
    flex-direction: row;
    margin-top: 30px;
  }

  #features .section_download .wrapper_feature>div {
    width: 33%;
  }

  .storepage_15 #features .section_download .wrapper_feature>div {
    width: 25%;
  }

  #features .section_download .wrapper_feature>div+div {
    margin-top: 0;
  }

  .product-info-row {
    margin-top: 60px;
    margin-bottom: 60px;

  }

  #features .section_download .con-box:nth-child(2) {
    background: #56a6ff;
    padding-left: calc(40px + 40 * ((100vw - 2560px) / 2560));
    padding-right: calc(40px + 40 * ((100vw - 2560px) / 2560));
  }

  #features .section_connectivity .row {
    flex-direction: column;
  }

  #features .section_download .product-info-row:first-child {
    margin-top: 60px;
    margin-bottom: 60px;
  }



  #features .section_download .col-xs-12.col-sm-6.sm-top-30.sm-top-60.sm-bottom-60.sm-bottom-30.text-right {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #features .section_audio .col-xs-12.col-sm-4.flex-valign-middle {
    margin-bottom: 3%;
  }

  #features .section_overview .col-xs-12.col-sm-10.col-sm-push-1.text-center {
    width: 100%;
    left: 0;
  }

  #features .section_audio .col-xs-12.col-sm-5.col-sm-pull-6.flex-valign-middle.col-sm-offset-2 {
    padding: 0 clamp(20px, 1vw, 40px);
  }


  #features .section_connectivity .feature-header {
    margin-bottom: clamp(40px, 1vw, 50px);
  }


}

@media screen and (min-width:992px) {
  #features .section_4_lifestyle .wrapper_feature {
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    max-width: 1500px;
  }

  #features .section_4_lifestyle .wrapper_feature>div {
    width: 50%;
  }

  #features .section_4_lifestyle .wrapper_feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    max-width: none;
  }

  #features .section_4_lifestyle .wrapper_btn {
    text-align: left;
  }

  #features .section_connectivity_expand .row1 .col1 .icon {
    flex-direction: row;
  }

  #features .section_4_lifestyle_expand .desc_img {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .product-info-row {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  #features .section_audio .container-w80 {
    display: flex;
    align-items: center;
  }
}


@media screen and (min-width:1920px) {

  #features .max-1920 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  #features .section_4_lifestyle .wrapper_feature .txt-box {
    padding: 60px 60px;
  }
}

/* hide adapter section for HK AU UK TW MY */
.storepage_3 #features .section_download .adapter_container,
.storepage_4 #features .section_download .adapter_container,
.storepage_12 #features .section_download .adapter_container,
.storepage_29 #features .section_download .adapter_container,
.storepage_38 #features .section_download .adapter_container {
  display: none;
}