/** Shopify CDN: Minification failed

Line 5789:2 "max-wdith" is not a known CSS property
Line 9818:0 Unexpected "{"
Line 9818:1 Expected identifier but found "%"
Line 9975:0 Unexpected "{"
Line 9975:1 Expected identifier but found "%"
Line 11075:0 "@charset" must be the first rule in the file
Line 14222:2 "font-wize" is not a known CSS property
Line 18915:21 Expected ":"

**/
@charset "UTF-8";

.uc-content .main-right .jdgm-prev-badge__text{
  margin-left: 20px;
  text-decoration: underline;
}

.uc-content .main-right .jdgm-preview-badge .jdgm-star.jdgm-star{
  color:#000;
}

.tt-where-to-buy {
    position: fixed;
    transition: all .3s;
    right: 20px;
    width: 48px;
    height: 48px;
    top: unset;
    cursor: pointer;
    z-index: 25;
    bottom: 70px;
}

.tt-where-to-buy svg {
    border-radius: 50%;
    box-shadow: 0 2px 6px #00000059;
    pointer-events: none;
}

.tt-fiex-icon:hover svg circle {
    fill: #ff7a3d;
}

.tt-where-to-buy.tt-fiex-icon:hover svg path {
    fill: #fff;
}

.tt-back-to-top.tt-fiex-icon:hover svg path {
    stroke: #fff;
}



/* back to top */
.tt-back-to-top {
  position: fixed;
  bottom: -50px;
  top: unset;
  transition: all .3s;  
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 25;
}

.tt-back-to-top.active {
    bottom: 190px;
}

.tt-back-to-top svg {
  border-radius: 50%;
  box-shadow: 0 2px 6px #00000059;
  pointer-events: none;
}

.tt-back-to-top .backtotop .st0 {
  transition: all 0.3s;
  fill: #f1f1f1 !important;
}

.tt-back-to-top .backtotop .st1 {
  fill: #000000!important;
}

.tt-back-to-top:hover .backtotop .st0 {
  fill: #FE7B3D !important;
}

.tt-back-to-top:hover .backtotop .st1 {
  fill: #ffffff!important;
}

@media (max-width: 800px) {
  .tt-back-to-top {
    top: 40px;
    width: 50px;
    height: 50px;
  }

  .tt-back-to-top.tt-show {
    bottom: 70px;
  }


  .tt-back-to-top.active {
    bottom: 90px;
  }  
  
  .tt-where-to-buy{
     bottom: 30px;
     right:14px;
  }
  
}

@media (max-width: 550px) {
  .tt-back-to-top {
    right: 10px;
  }
}





.jdgm-prev-badge:hover .jdgm-star{
  color: #fe7b3d !important;
}

.jdgm-prev-badge:hover .jdgm-prev-badge__text{
  color: #fe7b3d;
  text-decoration:underline;
}

.section-product-compare {
  padding: 4.16666666vw 24px;
}

.section-product-compare .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  text-align: center;
}

.section-product-compare .compare-table {
  max-width: 800px;
  margin: 0px auto;
}

.section-product-compare .compare-table .compare-row {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0px;
}

.section-product-compare .compare-table .compare-row:not(:first-of-type) {
  border-bottom: 1px solid #bababa;
}

.section-product-compare .compare-table .product-image {
  max-width: 240px;
  /*       flex-shrink: 0; */
  height: 100%;
}

.section-product-compare .compare-table .compare-title {
  width: 25%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.section-product-compare .compare-table .compare-content {
  width: 75%;
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.section-product-compare .compare-table .compare-content .item {
  width: 40%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
}

.section-product-compare .compare-table .compare-content .product-colors {
  display: flex;
}

.section-product-compare .compare-table .compare-content .product-colors span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 15px;
}

.section-product-compare .compare-table .compare-content .product-colors .color-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.section-product-compare .compare-table .compare-content .product-colors .color-item:last-of-type {
  margin-right: 0px;
}

.section-product-compare .compare-table .compare-content .product-colors .color-item svg {
  display: none;
}

.section-product-compare .compare-table .compare-content .product-colors .color-item.active svg {
  display: block;
}

.section-product-compare .compare-table .compare-content .icon {
  max-width: 18px;
  margin-left: 5px;
}

.section-product-compare .compare-table .compare-content .item-inner {
  display: flex;
  margin: 0px auto;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}

.section-product-compare .compare-table .compare-content .item-inner:hover {
  color: #fe7b3d;
}

.section-product-compare .compare-table .compare-content .item-inner:hover .detail-wrapper {
  display: block !important;
}

.section-product-compare .compare-table .compare-content .detail-wrapper {
  position: absolute;
  top: 8px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  display: none;
}

.section-product-compare .compare-table .compare-content .triangle {
  border-top: 10px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #f1f1f1;
  border-left: 5px solid transparent;
  display: inline-block;
  margin-bottom: -5px;
}

.section-product-compare .compare-table .compare-content .detail-info {
  color: #050505;
  background: #f1f1f1;
  border-radius: 3px;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 14px;
  z-index: 10;
}

.section-product-compare .compare-table .images .product-image {
  width: 100% !important;
  display: none;
}

.section-product-compare .compare-table .images .product-image.active {
  display: block;
}

.section-product-compare .compare-table .product-name {
  font-size: 20px;
  font-weight: bold !important;
  line-height: 1.5;
  color: #050505;
}

.section-product-compare .compare-all {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  padding: 13px 45px;
  border: 2px solid #050505;
  transition: all 0.3s;
  display: inline-block;
  margin-top: 60px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section-product-compare .compare-all:hover {
  color: #ffffff;
  background: #fe7b3d;
  border-color: #fe7b3d;
}

@media (min-width: 1921px) {
  .section-product-compare .title {
    font-size: 2.1875vw;
  }
  .section-product-compare .compare-table {
    max-width: 41.6666666vw;
  }
  .section-product-compare .compare-table .compare-row {
    padding: 1.04166666vw 0px;
  }
  .section-product-compare .compare-table .product-image {
    max-width: 12.5vw;
  }
  .section-product-compare .compare-table .compare-title {
    font-size: 0.729166vw;
  }
  .section-product-compare .compare-table .compare-content .item {
    font-size: 0.83333333vw;
  }
  .section-product-compare .compare-table .compare-content .product-colors span {
    width: 1.0416666vw;
    height: 1.0416666vw;
    border-radius: 50%;
    margin-right: 0.78125vw;
  }
  .section-product-compare .compare-table .compare-content .icon {
    max-width: 0.9375vw;
    margin-left: 0.26041666vw;
  }
  .section-product-compare .compare-table .product-name {
    font-size: 1.0416666vw;
  }
  .section-product-compare .compare-table .images {
    width: 40%;
    max-width: 480px;
  }
  .section-product-compare .compare-all {
    font-size: 0.7291666vw;
    padding: 0.6770833vw 2.34375vw;
    margin-top: 3.125vw;
  }
}

@media (max-width: 768px) {
  .section-product-compare {
    padding: 16vw 24px;
  }
  .section-product-compare .title {
    font-size: 4.266666vw;
    margin-bottom: 2.6666666vw;
  }
  .section-product-compare .compare-table .compare-row {
    padding: 2.6666666vw 0px;
    flex-wrap: wrap;
  }
  .section-product-compare .compare-table .product-image-wrapper {
    justify-content: center;
  }
  .section-product-compare .compare-table .product-image {
    max-width: 27.466666vw;
  }
  .section-product-compare .compare-table .compare-title {
    width: 100%;
    font-size: 3.733333vw;
    margin-bottom: 2.13333333vw;
  }
  .section-product-compare .compare-table .compare-content {
    width: 100%;
    margin-left: 5.3333333vw;
  }
  .section-product-compare .compare-table .compare-content .item {
    width: 50%;
    font-size: 4.26666666vw;
  }
  .section-product-compare .compare-table .compare-content .product-colors span {
    width: 4.266666vw;
    height: 4.266666vw;
    border-radius: 50%;
    margin-right: 1.066666vw;
  }
  .section-product-compare .compare-table .compare-content .icon {
    max-width: 3.733333vw;
    margin-left: 2.133333vw;
  }
  .section-product-compare .compare-table .compare-content .detail-wrapper {
    position: absolute;
    top: 2.1333333vw;
    left: calc(50% + 2px);
    transform: translateX(-50%);
    display: none;
  }
  .section-product-compare .compare-table .compare-content .triangle {
    border-top: 2.66666vw solid transparent;
    border-right: 1.333333vw solid transparent;
    border-bottom: 2.66666vw solid #f1f1f1;
    border-left: 1.333333vw solid transparent;
    margin-bottom: -1.3333333vw;
  }
  .section-product-compare .compare-table .compare-content .detail-info {
    border-radius: 0.8vw;
    white-space: unset;
    padding: 1.6vw 2.666666vw;
    font-size: 3.466666vw;
    width: 41.333vw;
  }
  .section-product-compare .compare-table .compare-name {
    font-size: 3.7333333vw;
    line-height: 5.6vw;
  }
  .section-product-compare .images:first-of-type {
    margin-right: 13.333333vw;
  }
  .section-product-compare .compare-all {
    font-size: 3.733333vw;
    border: unset;
    margin-top: 10.666666vw;
    padding: 2.666666vw 14.4vw;
    background: #F1F1F1;
    position: relative;
  }
}

@media (max-width: 330px) {
  .section-product-compare .compare-table .compare-content .detail-info {
    width: 43.333vw;
  }
}


.section-home-page-collection {
  margin-top: 0px !important;
}

.home-page-collection {
  padding: 3.6458vw 0px;
}

.home-page-collection .collections-wrapper {
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
}

.home-page-collection .collections-wrapper .one-column {
  width: 100%;
  /*       overflow: hidden; */
}

.home-page-collection .price-wrapper{
  display: none;
}

.compare-product-detail .price{
  visibility: hidden;  
  opacity:0;
}

@media(min-width:750px){
  .home-page-collection .collections-wrapper .one-third-column {
    width: 33.33333%;
    margin-top: 2.08333vw;
    margin-bottom: 10px;
    /*       overflow: hidden; */
  }
}

@media(max-width:749px){
  .home-page-collection .collections-wrapper .one-third-column {
    width: 50%;
    margin-top: 2.08333vw;
    margin-bottom: 10px;
    /*       overflow: hidden; */
  }
}

.home-page-collection .collections-wrapper .one-third-column .product-wrapper {
  width: 100% !important;
  margin-right: 10px;
  overflow: hidden;
}

.home-page-collection .collections-wrapper .title {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  color: #000000;
  padding-bottom: 10px;
}

@media(min-width:750px){
  
  .home-page-collection .collections-wrapper .collection-flex, .home-page-collection .collections-wrapper .one-product {
    display: flex;
    justify-content: space-between;
  }
  .home-page-collection .collections-wrapper .product-wrapper:not(:last-of-type) {
    margin-right: 10px;
  }
  .home-page-collection .collections-wrapper .product-wrapper {
    width: 33.3%;
    background-color: #f1f1f1;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s;
    overflow: hidden;
  }
}

@media(max-width:749px){
  .home-page-collection .collections-wrapper .collection-flex, .home-page-collection .collections-wrapper .one-product {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }
  .home-page-collection .collections-wrapper .product-wrapper {
    width: calc(50% - 10px);
    background-color: #f1f1f1;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s;
    overflow: hidden;
  }  
}

.home-page-collection .collections-wrapper .color_list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 10px;
}

.home-page-collection .collections-wrapper .color_list .options-color {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}

.home-page-collection .collections-wrapper .color_list .options-color svg {
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
}

.home-page-collection .collections-wrapper .color_list li {
  position: relative;
  line-height: 1;
}

.home-page-collection .collections-wrapper .color_list li:not(:last-of-type) {
  margin-right: 10px;
}

.home-page-collection .collections-wrapper .color_list li::after {
  opacity: 0;
  content: attr(data-tag);
  position: absolute;
  z-index: 1000;
  text-align: center;
  width: max-content;
  background: #ffffff;
  color: #000000;
  box-shadow: 1px 1px 1px 1px #dddddd;
  padding: 0 6px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -15%);
  display: none !important;
}

.home-page-collection .collections-wrapper .color_list li.active .options-color svg {
  display: block;
}

.home-page-collection .collections-wrapper .color_list li:hover::after {
  transition: all 0.3s;
  opacity: 1;
  transform: translate(-50%, 0%);
}

.home-page-collection .collections-wrapper .variant-wrapper {
  display: none;
}

.home-page-collection .collections-wrapper .variant-wrapper.active {
  display: block;
}

.home-page-collection .collections-wrapper .product-img {
  max-width: 240px;
  margin: 0 auto;
  transition: all 0.3s;
  width:100%;
  height:100%;
}

.home-page-collection .collections-wrapper .shadow-img {
  margin: 0 auto;
  display: block;
}

.home-page-collection .collections-wrapper .variant-buttons {
  position: absolute;
  bottom: -53px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  transition: all 0.3s;
}

.home-page-collection .collections-wrapper .variant-buttons form {
  display: flex;
}

.home-page-collection .collections-wrapper .variant-buttons .learn-more {
  width: 50%;
  height: 50px;
  line-height: 50px;
  color: #050505;
  background-color: #f1f1f1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
}

.home-page-collection .collections-wrapper .variant-buttons .learn-more:hover {
  color: #ffffff;
  background-color: #FE7B3D;
}

.home-page-collection .collections-wrapper .variant-buttons .addtocart {
  width: 50%;
  height: 45px !important;
  line-height: 45px;
  color: #ffffff;
  background-color: #050505;
  transition: all 0.3s;
  font-weight: 500;
}

.home-page-collection .collections-wrapper .variant-buttons .addtocart:hover {
  color: #ffffff;
  background-color: #FE7B3D;
}

.home-page-collection .collections-wrapper .variant-buttons .addtocart.disable {
  color: #ffffff !important;
  background-color: #dddddd !important;
  pointer-events: none;
}

@media (max-width: 768px) {
  .home-page-collection .collections-wrapper .variant-buttons {
    height: 40px;
    line-height: 40px;
  }
  .home-page-collection .collections-wrapper .variant-buttons .learn-more, .home-page-collection .collections-wrapper .variant-buttons .addtocart {
    height: 40px !important;
    line-height: 40px;
    font-size: 14px;
  }
}

.home-page-collection .collections-wrapper .product-wrapper .product-item {
  padding: 40px 20px;
}


.home-page-collection .collections-wrapper .product-wrapper .variants-img-wrapper {
  transition: all 0.3s;
}

.home-page-collection .collections-wrapper .product-wrapper .variant-img {
  display: none;
}

.home-page-collection .collections-wrapper .product-wrapper .variant-img.active {
  display: block;
}

.home-page-collection .collections-wrapper .product-wrapper .product-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #050505;
  text-align: center;
}

.home-page-collection .collections-wrapper .product-wrapper .notety {
  min-height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
}

.home-page-collection .collections-wrapper .product-wrapper .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #050505;
  text-align: center;
  margin-bottom: 10px;
}

.home-page-collection .collections-wrapper .product-wrapper .selling-points {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 400;
}

.home-page-collection .collections-wrapper .product-wrapper .selling-point-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  line-height: 1;
}

.home-page-collection .collections-wrapper .product-wrapper .selling-point-item img {
  margin-right: 8px;
}

.home-page-collection .collections-wrapper .product-wrapper .variants-other-wrapper {
  transition: all 0.3s;
}

.home-page-collection .collections-wrapper .product-wrapper:hover {
  box-shadow: 0px 4px 10px rgba(5, 5, 5, 0.2);
  border: 1px solid #dddddd;
  background-color: #ffffff;
  /*         .product-img{
          transform: rotate(10deg);
        } */
}

.home-page-collection .collections-wrapper .product-wrapper:hover .variants-img-wrapper {
  transform: translatey(-20px);
}

.home-page-collection .collections-wrapper .product-wrapper:hover .variants-other-wrapper {
  transform: translateY(-30px);
}

.home-page-collection .collections-wrapper .product-wrapper:hover .variant-buttons {
  bottom: 0px;
}

.home-page-collection .collections-wrapper .two-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-page-collection .collections-wrapper .two-product .product-item {
  height: calc(50% - 4px);
  position: relative;
  padding: 30px 0px;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s;
  overflow: hidden;
}

.home-page-collection .collections-wrapper .two-product .product-item a {
  margin-top: -10px;
}

.home-page-collection .collections-wrapper .two-product .product-item .product-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #050505;
  text-align: center;
  transition: all 0.3s;
  margin-top: -40px;
}

.home-page-collection .collections-wrapper .two-product .product-item .addtocart {
  width: 100%;
  height: 50px;
}

.home-page-collection .collections-wrapper .two-product .product-item:hover {
  box-shadow: 0px 4px 10px rgba(5, 5, 5, 0.2);
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.home-page-collection .collections-wrapper .two-product .product-item:hover .variant-buttons {
  bottom: 0px;
}

.home-page-collection .collections-wrapper .two-product .product-item:hover img {
  transform: translateY(-30px);
}

.home-page-collection .collections-wrapper .two-product .product-item:hover .product-title {
  transform: translateY(-30px);
}

.home-page-collection .hide-in-pc {
  display: none;
}

@media (max-width: 768px) {
  .home-page-collection .hide-in-mb {
    display: none;
  }
  .home-page-collection .hide-in-pc {
    display: block;
  }
}

.home-page-collection .collections-wrapper-mb {
  padding: 0px;
  overflow: hidden;
}

.home-page-collection .collections-wrapper-mb .blank-swiper-item {
  display: none;
}

@media (max-width: 768px) and (min-width: 500px) {
  .home-page-collection .collections-wrapper-mb {
    padding: 0px 20px;
  }
}

.home-page-collection .collections-wrapper-mb .product-wrapper {
  width: 100%;
  border-bottom: unset;
}

.home-page-collection .collections-wrapper-mb .product-wrapper:hover {
  background-color: unset;
}

.home-page-collection .collections-wrapper-mb .product-wrapper .product-item {
  padding: 20px 20px 30px;
}

.home-page-collection .collections-wrapper-mb .product-wrapper .variant-buttons {
  bottom: 0px;
}

.home-page-collection .collections-wrapper-mb .product-wrapper .variants-img-wrapper {
  transform: translateY(-20px);
}

.home-page-collection .collections-wrapper-mb .product-wrapper .product-img {
  transform: rotate(0deg) !important;
  max-width: 200px;
}

.home-page-collection .collections-wrapper-mb .product-wrapper .shadow-img {
  max-width: 180px;
}

.home-page-collection .collections-wrapper-mb .product-wrapper .variants-other-wrapper {
  transform: translateY(-30px);
}

.home-page-collection .collections-wrapper-mb .product-wrapper .selling-point-item {
  margin-bottom: 2px;
}

.home-page-collection .collections-wrapper-mb .collection-title-wrapper {
  display: flex;
  justify-content: center;
  padding: 25px 0px;
  opacity: 0;
}

.home-page-collection .collections-wrapper-mb .collection-title-wrapper .collection-title {
  margin-right: 10px;
  height: 20px;
  font-size: 3.7333vw;
  font-weight: 500;
  line-height: 21px;
  color: #BABABA;
  transition: all 0.2s;
}

@media (min-width: 500px) {
  .home-page-collection .collections-wrapper-mb .collection-title-wrapper .collection-title {
    font-size: 20px;
    margin-right: 30px;
  }
}

.home-page-collection .collections-wrapper-mb .collection-title-wrapper .collection-title.active {
  color: #050505;
}

@media (min-width: 500px) {
  .home-page-collection .collections-wrapper-mb .collection-title-wrapper .collection-title.active {
    font-size: 22px;
  }
}

.home-page-collection .collections-wrapper-mb .collection-products {
  opacity: 0;
}

.home-page-collection .collections-wrapper-mb .collection-products .swiper-slide-active .product-wrapper {
  box-shadow: 0px 4px 10px rgba(5, 5, 5, 0.1);
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.home-page-collection .collections-wrapper-mb .collection-products .swiper-slide-active .product-wrapper .variant-buttons {
  bottom: 0px;
}

@media (min-width: 500px) and (max-width: 768px) {
  .home-page-collection .collections-wrapper-mb .collection-products .blank-swiper-item {
    display: block;
  }
  .home-page-collection .collections-wrapper-mb .collection-products .swiper-slide-next .product-wrapper {
    box-shadow: 0px 4px 5px rgba(5, 5, 5, 0.2);
    border: 1px solid #dddddd;
    background-color: #ffffff;
  }
  .home-page-collection .collections-wrapper-mb .collection-products .swiper-slide-next .product-wrapper .variant-buttons {
    bottom: 0px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .home-page-collection {
    padding: 5vw 0px;
  }
}

@media (max-width: 500px) {
  .home-page-collection {
    padding: 30px 0px;
  }
}

.home-page-collection .bottom_buttom_wrapper {
  text-align: center;
  margin-top: 2.604vw;
}

@media (max-width: 768px) {
  .home-page-collection .bottom_buttom_wrapper {
    opacity: 0;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .home-page-collection .bottom_buttom_wrapper {
    margin-top: 5vw;
  }
}

@media (max-width: 500px) {
  .home-page-collection .bottom_buttom_wrapper {
    margin-top: 30px;
  }
}

.home-page-collection .bottom_buttom_wrapper .bottom_buttom {
  display: inline-block;
  padding: 13px 24px;
  border: 2px solid #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  height: 50px;
  color: #050505;
  transition: all 0.3s;
}

.home-page-collection .bottom_buttom_wrapper .bottom_buttom:hover {
  color: #ffffff;
  background-color: #FE7B3D;
  border-color: #FE7B3D;
}

@media (max-width: 768px) {
  .home-page-collection .bottom_buttom_wrapper .bottom_buttom {
    height: 40px;
    padding: 8px 24px;
    border: 2px solid #f1f1f1;
    background: #f1f1f1;
  }
}

@media (min-width: 769px) {
  .home-page-collection .bottom_buttom_wrapper {
    opacity: 1;
  }
}

.tt-back-to-top {
  position: absolute;
  transition: all 0.3s;
  right: 20px;
  width: 50px;
  height: 50px;
  top: 0px;
  cursor: pointer;
  z-index: 25;
}

.tt-back-to-top .backtotop .st0 {
  transition: all 0.3s;
  fill: #f1f1f1 !important;
}

.tt-back-to-top .backtotop .st1 {
  fill: #000000 !important;
}

.tt-back-to-top:hover .backtotop .st0 {
  fill: #FE7B3D !important;
}

.tt-back-to-top:hover .backtotop .st1 {
  fill: #ffffff !important;
}

@media (max-width: 800px) {
  .tt-back-to-top {
    top: 40px;
    width: 50px;
    height: 50px;
  }
  .tt-back-to-top.tt-show {
    bottom: 70px;
  }
}

@media (max-width: 550px) {
  .tt-back-to-top {
    right: 10px;
  }
}

.footer_new_wrapper {
  background: #050505;
  padding: 80px 0px 30px;
}

.footer_new_wrapper .footer_new {
  color: #ffffff;
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0px auto;
  position: relative;
}

.footer_new_wrapper .footer-menu {
  display: flex;
  justify-content: space-between;
}

.footer_new_wrapper .footer-menu .footer-menu-item .title {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}

.footer_new_wrapper .footer-menu .footer-menu-item .child-title {
  display: block;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  transition: all 0.3s;
  text-decoration: unset !important;
}

.footer_new_wrapper .footer-menu .footer-menu-item .child-title:hover {
  color: #fe7b3d !important;
}

.footer_new_wrapper .social-medias {
  display: flex;
  justify-content: space-between;
}

.footer_new_wrapper .sign-up-email {
  display: flex;
  margin-top: 40px;
  cursor: pointer;
  align-items: center;
}

.footer_new_wrapper .sign-up-email div {
  transition: all 0.3s;
}

.footer_new_wrapper .sign-up-email:hover {
  color: #fe7b3d;
}

.footer_new_wrapper .sign-up-email:hover svg .a {
  transition: all 0.3s;
}

.footer_new_wrapper .sign-up-email:hover:hover .a {
  fill: #FE7B3D;
}

.footer_new_wrapper .media-icon {
  cursor: pointer;
  height: 24px;
}

.footer_new_wrapper .media-icon svg .a {
  transition: all 0.3s;
}

.footer_new_wrapper .media-icon:hover .a {
  fill: #FE7B3D;
}

.footer_new_wrapper .media-icon:not(:last-of-type) {
  margin-right: 20px;
}

.footer_new_wrapper .website_wrapper {
  position: relative;
  margin-top: 10px;
}

.footer_new_wrapper .current_website_wrapper {
  padding-left: 0px;
  border: 2px solid #2F2F2F;
  padding: 5px;
}

.footer_new_wrapper .current_website_wrapper.active {
  background-color: #2f2f2f;
}

.footer_new_wrapper .current_website_wrapper.active > img {
  transform: rotate(-90deg);
}

@media (max-width: 800px) {
  .footer_new_wrapper .current_website_wrapper.active > img {
    transform: rotate(90deg);
  }
}

.footer_new_wrapper .current_website_wrapper > div {
  width: 39px;
  height: 26px;
  border-radius: unset;
  /*     @media (max-width: 800px){
      width: 30px;
      height: 21px;
    } */
}

.footer_new_wrapper .current_website_wrapper > img {
  transition: all 0.3s;
}

.footer_new_wrapper .website_change_total_wrapper span {
  margin: 0px 32px 0px 20px;
}

.footer_new_wrapper .website_change_wrapper {
  top: unset;
  bottom: 38px;
  border-radius: unset;
  background: #2f2f2f;
  padding: 0px;
  border: 2px solid #2f2f2f;
  border-bottom: unset;
  border-top: unset;
}

.footer_new_wrapper .website_change_wrapper a {
  padding-left: 0px;
  padding-right: 0px;
  align-items: center;
  display: flex;
  text-decoration: none;
  color: #000000;
  padding: 4px 5px;
}

.footer_new_wrapper .website_change_wrapper a > div {
  width: 39px;
  height: 26px;
  border-radius: unset;
  background-size: cover;
  /*     @media(max-width: 800px){
       width: 30px;
      height: 21px;
    } */
}

.footer_new_wrapper .website_change_wrapper a > img {
  height: 15px;
  width: 15px;
  margin-left: 6px;
  display: inline-block !important;
}

.footer_new_wrapper .website_change_wrapper a > span {
  font-size: 14px;
  color: #ffffff;
  margin: 0px 32px 0px 20px;
}

.footer_new_wrapper .copyright {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_new_wrapper .copyright span {
  font-size: 12px;
  color: #A2A2A2;
}

.footer_new_wrapper .copyright .pay-icon img {
  width: 35px;
  background-color: #ffffff;
}

.footer_new_wrapper .plus-and-minus {
  display: none;
  position: absolute !important;
  right: 0px;
  top: 0px;
}

.footer_new_wrapper .social-medias-mb, .footer_new_wrapper .copyright-mb {
  display: none;
}

@media (max-width: 800px) {
  .footer_new_wrapper {
    padding: 20px 0px;
  }
  .footer_new_wrapper .footer_new {
    padding: 0px;
  }
  .footer_new_wrapper .footer-logo {
    padding: 40px 24px 0px;
    width: 100%;
    max-width: 540px;
    margin: auto;
  }
  .footer_new_wrapper .footer-logo svg {
    max-width: 105px !important;
  }
  .footer_new_wrapper .footer-menu {
    flex-wrap: wrap;
    margin: auto;
    padding: 40px 24px 0px;
    width: 100%;
    max-width: 540px;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item svg.after-logo {
    max-width: 105px;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item .plus-and-minus {
    display: block;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item .plus-and-minus .minus {
    display: none;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item .title {
    position: relative;
    height: 48px;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item .title span {
    display: block;
    position: relative;
    font-size: 18px;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item .title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2f2f2f;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item .title.active .plus-and-minus .plus {
    display: none;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item .title.active .plus-and-minus .minus {
    display: block;
  }
  .footer_new_wrapper .footer-menu .footer-menu-item .second-menu {
    display: none;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 20px;
    padding-left: 25px;
  }
  .footer_new_wrapper .social-medias {
    display: none;
  }
  .footer_new_wrapper .social-medias-mb {
    display: flex;
    width: 164px;
  }
  .footer_new_wrapper .website_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px 0px;
    width: 100%;
    max-width: 540px;
    margin: 0px auto;
    align-items: center;
  }
  .footer_new_wrapper .copyright {
    display: none;
  }
  .footer_new_wrapper .copyright-mb {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #A2A2A2;
    margin-top: 0px;
    display: block;
  }
  .footer_new_wrapper .website_change_wrapper_mb {
    position: relative;
    bottom: unset;
    top: 0px;
    padding: 0px;
  }
  .footer_new_wrapper .website_change_wrapper_mb a {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 0px;
  }
  .footer_new_wrapper .website_change_wrapper_mb a img {
    position: absolute;
    right: 0px;
  }
  .footer_new_wrapper .website_change_wrapper_mb .website-icon-wrapper {
    padding: 40px 20px 0px 25px;
    width: 100%;
    max-width: 540px;
    margin: 0px auto;
  }
}

@media (max-width: 500px) {
  .footer_new_wrapper {
    /*     .current_website_wrapper{
      padding: 2px;
    } */
    /*     .current_website_wrapper > div {
      width: 29px;
      height: 19px;
      border-radius: unset;
    } */
  }
  .footer_new_wrapper .footer-menu-item .title span {
    font-size: 14px !important;
  }
  .footer_new_wrapper .footer-menu-item .child-title {
    font-size: 14px !important;
  }
  .footer_new_wrapper .footer-menu-item .title {
    height: 38px;
  }
  .footer_new_wrapper .sign-up-email {
    font-size: 14px;
  }
  .footer_new_wrapper .media-icon:not(:last-of-type) {
    margin-right: 18px;
  }
  .footer_new_wrapper .instagram svg {
    width: 20px !important;
  }
  .footer_new_wrapper .facebook svg {
    width: 20px !important;
  }
  .footer_new_wrapper .twitter svg {
    width: 23px !important;
  }
  .footer_new_wrapper .youtube svg {
    width: 24px !important;
  }
  .footer_new_wrapper .social-medias-mb {
    width: 140px;
    /*       svg{
        width: 20px !important;
        height: 20px !important;
      } */
  }
}



.section-christmas-warmup-product {
  padding: 80px 30px;
  text-align: center;
}

.section-christmas-warmup-product .text1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #005038;
}

.section-christmas-warmup-product .text2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  color: #C82130;
}

.section-christmas-warmup-product .text3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
  margin-bottom: 40px;
}

.section-christmas-warmup-product .product-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  background: #f1f1f1;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

.section-christmas-warmup-product .product-wrapper .item {
  width: 30%;
}

@media (max-width: 768px) {
  .section-christmas-warmup-product {
    padding: 10.66666vw 2.133333vw;
  }
  .section-christmas-warmup-product .text1 {
    font-size: 4.26666vw;
  }
  .section-christmas-warmup-product .text2 {
    font-size: 7.46666vw;
    margin: 1vw 0px;
  }
  .section-christmas-warmup-product .text3 {
    font-size: 3.733333vw;
    margin-bottom: 5.333333vw;
  }
  .section-christmas-warmup-product .product-wrapper {
    padding: 2.666666vw;
  }
}

.pages-christmas-warmup .product-item .variants-img-wrapper {
  position: relative;
}

.product_sale_discount_christmas {
  position: absolute;
  top: 20px;
  right: calc((100% - 240px)/2);
  font-weight: bold;
  font-size: 23px;
  color: #c92130;
}

@media (max-width: 768px) {
  .product_sale_discount_christmas {
    right: calc((100% - 240px)/2);
    font-size: 20px;
  }
}

body#christmas-warmup .section-exit-pop.display-block {
  display: flex;
  align-items: center;
}

body#christmas-warmup #launcher, body#christmas-warmup #webWidget {
  display: none !important;
}

@media (min-width: 769px) {
  .christmas-warmup-collection .collections-wrapper .variant-buttons .learn-more {
    width: 100%;
    max-width: 190px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .christmas-warmup-collection .collections-wrapper .one-column {
    flex-wrap: wrap;
  }
  .christmas-warmup-collection .collections-wrapper .product-wrapper {
    width: calc(33.3% - 10px);
  }
  .christmas-warmup-collection .collections-wrapper .product-wrapper:last-of-type {
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .section-christmas-warmup-product .product-wrapper {
    flex-wrap: wrap;
  }
  .section-christmas-warmup-product .product-wrapper .item {
    width: 45%;
  }
}

/******************************************************* shokz log ******************************************************/
.index-sections .shopify-section {
  margin-top: 0px !important;
}

.header-container .header-logo-wrapper .header-logo svg {
  height: 36px;
  width: 90px;
}

@media (min-width: 1921px) {
  .header-container .header-logo-wrapper .header-logo svg {
    width: 4.6875vw !important;
  }
}

.button-border-style {
  border: 2px solid #050505;
  padding: 11px 35px;
  display: inline-block;
  margin: 0px auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  transition: all 0.3s;
}

.button-border-style:hover {
  color: #ffffff;
  background: #fe7b3d;
  border-color: #fe7b3d;
}

@media (max-width: 768px) {
  .button-border-style {
    padding: 10px 35px;
    border: unset;
    background: #F1F1F1;
  }
}

.section-call-us-shokz {
  padding: 4.16666vw 20px;
  text-align: center;
}

.section-call-us-shokz .image {
  display: block;
  margin: 0px auto 20px;
}

.section-call-us-shokz .text1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  color: #BABABA;
  margin-bottom: 40px;
}

.section-call-us-shokz .text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
  margin-bottom: 40px;
}

.footer_new .footer-menu-item a svg {
  height: 36px;
  width: 90px;
}

@media (max-width: 768px) {
  .home-open-ear .content-wrapper .text-wrapper {
    background: #f1f1f1;
  }
  .section-call-us-shokz .text1, .section-call-us-shokz .text2 {
    margin-bottom: 20px;
    font-size: 4.26666vw;
  }
  .section-call-us-shokz {
    padding: 60px 20px;
  }
  .section-call-us-shokz br.hide-in-mb {
    display: none;
  }
  .header-container .header-logo-wrapper .header-logo svg, .footer_new .footer-menu-item a svg {
    max-width: 17.33333vw;
    width: 100%;
    max-height: 6.9333vw;
    height: 100%;
  }
}

.home-open-ear {
  background: #f1f1f1;
}

@media (min-width: 769px) {
  .section-brands-banner .brands-banner-texts-wrapper .brands-banner-texts-inner {
    max-width: 27.041666vw;
    margin: 0px auto;
    text-align: center;
  }
  .home_video_loop_wrapper .text-wrapper-relative {
    display: flex;
    justify-content: flex-end;
  }
  /*   .section-brands-highlights .highlights-content .highlights-right{
    margin-top: 0px;
  }
  .section-brands-highlights .highlights-right > li:first-of-type{margin-bottom: 60px;}
  .section-brands-highlights .highlights-right > li{margin-bottom: 60px;}
  .section-brands-highlights .highlights-item{margin-bottom: 60px;}
  .section-brands-highlights .highlights-item img{display: block;} */
}

@media (max-width: 600px) {
  .blog-banner-2 .blog-banner-text-2 {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}

.accout-wrapper .account-content .account-form iframe {
  padding: 1px !important;
}

@media (max-width: 768px) {
  .accout-wrapper .account-right iframe {
    margin-top: -40px !important;
  }
}

.accout-wrapper .account-right.product_registration iframe {
  margin-top: -80px !important;
}

/*================================= Product Openrun pro =============================*/
.product-openrun-pro .fixed-top-0 {
  border-bottom: 1px solid #050505;
}

.product-openrun-pro .buy-now.mb .product-info {
  padding-right: 2vw;
}

.product-openrun-pro #shopify-section-product-template-new .product-right .selling-points .selling-points-item br {
  display: block;
}

.product-openrun-pro .section-product-additional-feartures .feartures-wrapper {
  max-width: 1200px;
  align-items: flex-start;
}

.product-openrun-pro .section-product-additional-feartures .feartures-wrapper .item {
  max-width: 280px;
  align-items: flex-start;
}

.product-openrun-pro .section-product-features {
  background: #000000;
}

.product-openrun-pro .section-product-features .features-item {
  align-items: center;
}

.product-openrun-pro .section-product-features .features-item .text-wrapper .content {
  color: #f1f1f1 !important;
}

.product-openrun-pro .section-product-features .features1.text-left {
  display: flex;
  justify-content: flex-end;
}

.product-openrun-pro .section-product-features .features1 .text-wrapper .content {
  max-width: calc(6.5104166vw + 375px);
}

.product-openrun-pro .section-product-features .features2 {
  max-width: 1248px;
  padding: 0px 24px;
  margin: 0px auto;
}

.product-openrun-pro .section-product-features .features2 .text-wrapper {
  padding: 40px 0 6.25vw;
  position: relative;
  top: unset;
  transform: unset;
  display: flex;
}

.product-openrun-pro .section-product-features .features2 .text-wrapper .title {
  width: 50%;
}

.product-openrun-pro .section-product-features .features2 .text-wrapper .content {
  max-width: 460px;
}

.product-openrun-pro .section-product-features .features3 {
  max-width: 1248px;
  padding: 40px 24px 6.25vw;
  margin: 0px auto;
}

.product-openrun-pro .section-product-features .features3 .text-wrapper {
  max-width: 460px;
  right: 140px;
}

.product-openrun-pro .section-product-features .features3 .text-wrapper .content {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff !important;
  max-width: 100%;
}

.product-openrun-pro .section-product-features .features3 .text-wrapper .icon-wrapper {
  display: flex;
  align-items: center;
}

.product-openrun-pro .section-product-features .features3 .text-wrapper .icon-wrapper img {
  width: 100px;
  height: 30px;
  margin-right: 16px;
  display: block;
}

.product-openrun-pro .section-product-features .features3 .text-wrapper .info {
  color: #E8E8E8;
  margin-top: 20px;
  font-size: 12px;
}

.product-openrun-pro .section-product-features .features3 .text-wrapper .info a {
  color: #E8E8E8;
  text-decoration: underline;
  transition: all 0.3s;
}

.product-openrun-pro .section-product-features .features3 .text-wrapper .info a:hover {
  color: #fe7b3d;
}

.product-openrun-pro .section-product-features .features-item_4 .product-feature-video {
  width: 100%;
  max-width: 59.8958vw;
}

.product-openrun-pro .section-product-features .features-item_4 .text-wrapper {
  left: 18.75vw;
  max-width: calc(400px + 6.770833vw);
}

.product-openrun-pro .section-product-features .features-item_5 {
  /*       margin-bottom: 10.41666vw; */
}

.product-openrun-pro .section-product-features .features-item_5 .product-feature-video {
  width: 100%;
  max-width: 56.51041vw;
}

.product-openrun-pro .section-product-features .features-item_5 .text-wrapper {
  left: 54.16666vw;
  max-width: calc(450px + 6.770833vw);
}

.product-openrun-pro .section-product-features .features-item_5 .text-wrapper .content span {
  font-size: calc(10px + 0.208333vw);
  color: #BABABA;
  display: block;
  margin-top: 40px;
  position: relative;
}

.product-openrun-pro .section-product-features .features-item_5 .text-wrapper .content span:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #2F2F2F;
  top: -20px;
  left: 0px;
}

.product-openrun-pro .section-product-features .features-item_7 .product-feature-video {
  width: 100%;
  max-width: 69.2708vw;
}

.product-openrun-pro .section-product-features .features-item_7 .text-wrapper {
  left: 18.75vw;
  max-width: calc(450px + 6.770833vw);
}

.product-openrun-pro .section-product-features .features-item_8 .features-image-pc {
  width: 100%;
  max-width: 48.4375vw;
  margin-left: 3.64583vw;
}

.product-openrun-pro .section-product-features .features-item_8 .text-wrapper {
  left: 56.40625vw;
  max-width: calc(400px + 5.770833vw);
}

.product-openrun-pro .section-openrun-pro-best-color {
  background: #000000;
  padding: 40px 24px 80px;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination {
  display: flex;
  bottom: -40px;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet {
  width: 26px !important;
  height: 26px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet img {
  display: none;
  width: 17px;
  height: 17px;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet.swiper-pagination-bullet-active img {
  display: block;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet[data-index="0"] {
  background: #2D2A26 !important;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet[data-index="1"] {
  background: #A79B90 !important;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet[data-index="2"] {
  background: #6EA1AF !important;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet[data-index="3"] {
  background: #F08C81 !important;
}

.product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 25px;
}

.product-openrun-pro .section-openrun-pro-best-color .text-wrapper {
  max-width: 1200px;
  margin: 0px auto;
}

.product-openrun-pro .section-openrun-pro-best-color .text-wrapper .title {
  font-size: 2.1875vw;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 45px;
  position: relative;
}

.product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper {
  max-width: 1200px;
  margin: 0px auto;
}

.product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .fulfill-job-item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .image {
  width: 100%;
}

.product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .left-image-wapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 476px;
  padding: 70px 44px 20px;
  z-index: 2;
}

.product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .right-image-wapper {
  width: 781px;
  padding: 12px 0px 12px 107px;
  z-index: 1;
}

.product-openrun-pro #shopify-section-product-template-new .product-right .product-single__title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  color: #FE7B3D;
  display: block;
  text-transform: capitalize;
}

@media (min-width: 1921px) {
  .product-openrun-pro {
    /*     .section-product-features .features-item_3 .text-wrapper{max-width: 30.22916vw;} */
    /*     .section-product-features .features-item_6 .text-wrapper{max-width: 26.0416vw;} */
  }
  .product-openrun-pro .section-openrun-pro-best-color {
    padding-bottom: 4.166666vw;
  }
  .product-openrun-pro .section-product-features .features-item_4 .text-wrapper {
    max-width: 28.8229vw;
  }
  .product-openrun-pro .section-product-features .features1 .text-wrapper .content {
    max-width: 26.0416vw;
  }
  .product-openrun-pro .section-product-features .features2 {
    max-width: 65vw;
    padding: 0px 1.25vw;
  }
  .product-openrun-pro .section-product-features .features2 .text-wrapper .content {
    max-width: 23.95833vw;
  }
  .product-openrun-pro .section-product-features .features3 {
    max-width: 65vw;
    padding: 0px 1.25vw 6.25vw;
  }
  .product-openrun-pro .section-product-features .features3 .text-wrapper {
    max-width: 23.95833vw;
    right: 7.29166vw;
  }
  .product-openrun-pro .section-product-features .features3 .text-wrapper .content {
    font-size: 0.833333vw;
    margin-bottom: 1.041666vw;
  }
  .product-openrun-pro .section-product-features .features3 .text-wrapper .icon-wrapper img {
    max-width: 5.20833vw;
  }
  .product-openrun-pro .section-product-features .features3 .text-wrapper .info {
    margin-top: 1.041666vw;
    font-size: 0.625vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper {
    max-width: 62.5vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .text-wrapper {
    max-width: 62.5vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .left-image-wapper {
    width: 24.791666vw;
    padding: 3.645833vw 2.291666vw 1.04166vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .right-image-wapper {
    width: 40.677083vw;
    padding: 0.625vw 0 0.625vw 5.572916vw;
  }
  .product-openrun-pro .section-product-additional-feartures .feartures-wrapper .item {
    max-width: 14.5833vw;
  }
}

@media (max-width: 1248px) and (min-width: 769px) {
  .product-openrun-pro .section-product-features .features3 .text-wrapper {
    max-width: 36.85897vw;
    right: 11.217948vw;
  }
  .product-openrun-pro .section-product-features .features3 .text-wrapper .content {
    font-size: calc(8px + 0.64102vw);
  }
  .product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .right-image-wapper {
    width: 62.58012vw;
    padding-left: 8.5737179vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .left-image-wapper {
    width: 38.141025vw;
    padding: 5.60897vw 3.52564vw 1.60256vw;
  }
}

@media (max-width: 1024px) {
  .product-openrun-pro .section-product-features .features-item_4 .text-wrapper {
    max-width: 42.96875vw;
  }
}

@media (max-width: 768px) {
  .product-openrun-pro .fixed-top-0 {
    border-bottom: 1px solid #d5d5d5;
  }
  .product-openrun-pro #shopify-section-product-template-new .product-right .product-single__title span {
    font-size: 3.73333vw;
    text-align: center;
    line-height: 1.5;
  }
  .product-openrun-pro .features-item .text-wrapper .content {
    font-size: 3.73333vw;
  }
  .product-openrun-pro .section-product-additional-feartures .feartures-wrapper {
    flex-wrap: wrap;
  }
  .product-openrun-pro .section-product-additional-feartures .feartures-wrapper .item {
    max-width: unset;
    order: 1;
  }
  .product-openrun-pro .section-product-additional-feartures .feartures-wrapper .item:nth-of-type(2) {
    order: 3;
    margin-top: 15px;
  }
  .product-openrun-pro .section-product-additional-feartures .feartures-wrapper .item:last-of-type {
    order: 2;
  }
  .product-openrun-pro .radio-wrapper .single-option-radio {
    max-width: 41%;
  }
  .product-openrun-pro #shopify-section-product-template-new .product-single .product-right .selling-points.hide-pc .selling-points-item {
    width: 50% !important;
  }
  .product-openrun-pro .section-product-features .features-item {
    display: block !important;
  }
  .product-openrun-pro .section-product-features .features-item .text-wrapper {
    max-width: unset;
    padding: 16vw 24px 21.33333vw;
    position: relative;
    left: unset;
    bottom: unset;
  }
  .product-openrun-pro .section-product-features .features-item .text-wrapper br.pc {
    display: none;
  }
  .product-openrun-pro .section-product-features .features-item .text-wrapper .title {
    font-size: 4.8vw;
  }
  .product-openrun-pro .section-product-features .features1 .text-wrapper .content {
    max-width: 26.0416666vw;
  }
  .product-openrun-pro .section-product-features .features2 {
    padding: 0px;
  }
  .product-openrun-pro .section-product-features {
    /*       .features-item_7, */
  }
  .product-openrun-pro .section-product-features .features-item_7 .image-wrapper, .product-openrun-pro .section-product-features .features-item_6 .image-wrapper, .product-openrun-pro .section-product-features .features-item_2 .image-wrapper, .product-openrun-pro .section-product-features .features-item_3 .image-wrapper {
    padding: 0px 24px;
  }
  .product-openrun-pro .section-product-features .features-item_6 {
    margin-bottom: 0px;
  }
  .product-openrun-pro .section-product-features .features2 .text-wrapper {
    padding: 16vw 24px 21.33333vw;
    display: block;
    bottom: unset;
  }
  .product-openrun-pro .section-product-features .features2 .text-wrapper .title {
    width: 100%;
  }
  .product-openrun-pro .section-product-features .features-item_5 .text-wrapper .content span {
    font-size: 3.2vw;
  }
  .product-openrun-pro .section-product-features .features3 {
    padding-bottom: 16vw;
  }
  .product-openrun-pro .section-product-features .features3 .text-wrapper {
    right: 0px;
    background: #2F2F2F;
    padding: 5.33333vw 3.73333vw;
  }
  .product-openrun-pro .section-product-features .features3 .text-wrapper .content {
    font-size: 3.73333vw;
    color: #f1f1f1 !important;
  }
  .product-openrun-pro .section-openrun-pro-best-color .text-wrapper .title {
    font-size: 4.8vw;
    margin-bottom: 16vw;
    text-align: center;
  }
  .product-openrun-pro .section-openrun-pro-best-color .swiper-pagination {
    width: 100%;
    justify-content: center;
    bottom: -10vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .swiper-pagination-bullet img {
    width: 3.73333vw;
    height: 3.73333vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .fulfill-job-item {
    align-items: center;
  }
  .product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .left-image-wapper {
    width: 41.2844%;
    padding: 0px;
    display: flex;
    align-items: center;
    min-height: 53.3333vw;
  }
  .product-openrun-pro .section-openrun-pro-best-color .product-best-color-wrapper .right-image-wapper {
    width: 58.71559%;
    padding: 0px;
    display: flex;
    align-items: center;
    min-height: 53.3333vw;
    padding-left: 3vw;
  }
  .product-openrun-pro .section-product-what-in-box .what-in-box-wrapper .right-content .image {
    max-width: 76.133333vw;
    transform: unset;
  }
}

@media (min-width: 769px) {
  .product-openrun-pro {
    /*     .section-product-features .features-item_3 .text-wrapper{padding-bottom: 7.291666vw;} */
  }
  .product-openrun-pro .section-product-what-in-box {
    padding: 4.166666666vw 0 0px;
    background: #f1f1f1;
  }
  .product-openrun-pro .section-product-what-in-box .what-in-box-wrapper .left-content {
    width: 40%;
    padding-bottom: 4.166666666vw;
  }
  .product-openrun-pro .section-product-what-in-box .what-in-box-wrapper .right-content {
    width: 60%;
  }
  .product-openrun-pro .section-product-features .features-item_4 {
    margin-bottom: 6.25vw;
  }
  .product-openrun-pro .section-product-features .features-item_5 {
    margin-bottom: 6.25vw;
  }
  .product-openrun-pro .section-product-features .features-item_7 {
    margin-bottom: 6.25vw;
  }
  .product-openrun-pro .section-product-features .features3 .text-wrapper {
    padding-bottom: 6.25vw;
  }
}

@media (max-width: 374px) {
  .product-openrun-pro .radio-wrapper .single-option-radio {
    max-width: 42%;
  }
}

/*================================= End Product Openrun pro ========================*/
/*================================= Product Openrun =============================*/
.product-openrun .class-product-tab, .product-openrun .buy-now.mb .product-info {
  background: #f1f1f1;
}

.product-openrun .buy-now.mb .product-info .product-single__price {
  color: #050505;
}

.product-openrun .class-product-tab .class-product-tab-inner .buy-now .product-single__price {
  color: #050505;
}

.product-openrun #shopify-section-product-template-new .product-right .selling-points .selling-points-item br {
  display: block;
}

.product-openrun #shopify-section-product-template-new .product-right .product-single__title {
  display: flex;
  align-items: center;
}

.product-openrun #shopify-section-product-template-new .product-right .product-single__title .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .product-openrun #shopify-section-product-template-new .product-right .product-single__title .text {
    display: none;
  }
}

@media (max-width: 950px) {
  .product-openrun #shopify-section-product-template-new .product-right .product-single__title {
    display: block;
  }
  .product-openrun #shopify-section-product-template-new .product-right .product-single__title .text {
    margin-left: 0px;
  }
}

.product-openrun .section-product-banner .text-wrapper {
  text-align: center;
  top: unset;
  bottom: 4.166666vw;
}

.product-openrun .section-product-banner .text-wrapper .text-inner {
  padding: 0px 24px;
  color: #050505;
}

.product-openrun .section-product-banner .text-wrapper .text-inner .title {
  color: #050505;
}

.product-openrun .bg-color-top {
  display: none;
  position: absolute;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0px;
  opacity: 0.59;
}

.product-openrun .bg-color-bottom {
  display: none;
  position: absolute;
  bottom: 0px;
  opacity: 0.59;
  width: 100%;
  height: 67.73333vw;
  transform: rotate(180deg);
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.product-openrun .snippet-product-selling-pointer {
  background: #dbdbdb;
  color: #050505;
}

.product-openrun .snippet-product-selling-pointer .learn-more {
  color: #2f2f2f;
}

.product-openrun .snippet-product-selling-pointer .learn-more:hover {
  color: #fe7b3d;
}

.product-openrun .snippet-product-selling-pointer .selling-pointer-wrapper .selling-pointer svg path {
  fill: #050505 !important;
}

.product-openrun .section-product-awards {
  background: #f1f1f1;
  color: #050505;
}

.product-openrun .section-product-awards .title {
  color: #050505;
}

.product-openrun .section-product-what-in-box .what-in-box-wrapper .left-content {
  width: 33.3333%;
}

.product-openrun .section-product-what-in-box .what-in-box-wrapper .right-content {
  width: 66.666666%;
}

.product-openrun .section-product-what-in-box .what-in-box-wrapper .right-content .image {
  transform: unset;
  display: block;
}

.product-openrun .section-product-what-in-box {
  padding: 4.166666666vw 0 0;
}

.product-openrun .section-product-additional-feartures .feartures-wrapper {
  max-width: 1200px;
  align-items: flex-start;
}

.product-openrun .section-product-additional-feartures .feartures-wrapper .item {
  max-width: 280px;
  align-items: flex-start;
}

.product-openrun .section-product-video {
  background: #dbdbdb;
}

.product-openrun .section-product-fulfill-job {
  background: #dbdbdb;
  color: #050505;
}

.product-openrun .section-product-fulfill-job .title {
  color: #050505;
}

.product-openrun .section-openrun-quick-charge {
  background: #F1F1F1;
}

.product-openrun .section-openrun-quick-charge .features-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-openrun .section-openrun-quick-charge .features-item .features-image {
  width: 73vw;
}

.product-openrun .section-openrun-quick-charge .features-item .text-wrapper {
  left: 18.75vw;
}

.product-openrun .section-openrun-features-2 {
  background: #F1F1F1;
}

.product-openrun .section-openrun-features-2 .features-item {
  align-items: center;
}

.product-openrun .section-openrun-features-2 .features-item.image-right {
  display: flex;
  justify-content: flex-end;
}

.product-openrun .section-openrun-features-2 .features-item.image-right .text-wrapper {
  left: 18.75vw;
}

.product-openrun .section-openrun-features-2 .features2 {
  max-width: 1248px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 24px 6.25vw;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}

.product-openrun .section-openrun-features-2 .features2 .features-image {
  width: auto;
  max-width: 590px;
}

.product-openrun .section-openrun-features-2 .features2 .text-wrapper {
  color: #000000;
  left: 0px !important;
  position: relative;
  top: unset;
  transform: unset;
}

.product-openrun .section-openrun-features-2 .features2 .text-wrapper .content {
  max-width: 412px;
  width: 100%;
}

.product-openrun .section-openrun-features-2 .features2.image-left .features-image {
  order: 1;
}

.product-openrun .section-openrun-features-2 .features2.image-left .text-wrapper {
  order: 2;
}

.product-openrun .section-openrun-features-2 .features-item_1 .features-image {
  width: 50vw;
}

.product-openrun .section-openrun-features-2 .features-item_1 .content {
  max-width: calc(310px + 5.41666vw);
}

.product-openrun .section-openrun-features-2 .features-item_2 {
  margin-top: -2vw;
}

.product-openrun .section-openrun-features-2 .features-item_2 .text-wrapper {
  left: 52.60416vw;
  width: 40%;
}

.product-openrun .section-openrun-features-2 .features-item_2 .features-image {
  width: 59.739583vw;
}

.product-openrun .section-openrun-features-2 .features-item_2 .content {
  max-width: calc(345px + 5.989583vw);
}

.product-openrun .section-openrun-features-scale {
  background: #F1F1F1;
  padding: 40px 24px;
}

.product-openrun .section-openrun-features-scale .features-item {
  max-width: 1200px;
  margin: 0px auto;
}

.product-openrun .section-openrun-features-scale .features-item .text-wrapper {
  padding: 40px 0px 6.25vw;
  position: relative;
  top: unset;
  transform: unset;
  display: flex;
}

.product-openrun .section-openrun-features-scale .features-item .text-wrapper .title {
  width: 50%;
}

.product-openrun .section-openrun-features-scale .features-item .text-wrapper .content {
  max-width: 412px;
}

.product-openrun .section-product-guides .link-wrapper {
  justify-content: center;
}

@media (min-width: 1921px) {
  .product-openrun .section-openrun-features-2 .features-item_1 .content {
    max-width: 21.458333vw;
  }
  .product-openrun .section-openrun-features-2 .features-item_2 .content {
    max-width: 23.95833vw;
  }
  .product-openrun .section-openrun-features-2 .features2 .features-image {
    max-width: unset;
    width: 30.729vw;
  }
  .product-openrun .section-openrun-features-2 .features2 {
    max-width: calc(62.5vw + 48px);
  }
  .product-openrun .section-openrun-features-2 .features2 .text-wrapper .content {
    max-width: 21.4583vw;
  }
  .product-openrun .section-openrun-features-scale .features-item {
    max-width: 62.5vw;
  }
  .product-openrun .section-openrun-features-scale .features-item .text-wrapper .content {
    max-width: 21.45833vw;
  }
  .product-openrun .section-product-additional-feartures .feartures-wrapper .item {
    max-width: 14.58333vw;
  }
}

@media (max-width: 1400px) {
  .product-openrun .section-openrun-features-2 .features-item_3.features2 .title br:first-of-type {
    display: none;
  }
}

@media (max-width: 1250px) {
  .product-openrun .section-openrun-features-2 .features2 .features-image {
    max-width: 47.2vw;
  }
  .product-openrun .section-openrun-features-2 .features2 .text-wrapper {
    max-width: calc(12.96vw + 250px);
  }
}

@media (min-width: 769px) {
  .product-openrun #shopify-section-product-template-new .product-right .selling-points .selling-points-item {
    width: 45%;
  }
  .product-openrun #shopify-section-product-template-new .product-right .selling-points .selling-points-item:nth-of-type(2n) {
    width: 52.5%;
  }
  .product-openrun .section-openrun-features-2 .features-item .text-wrapper .title {
    margin-bottom: 2.0833333vw;
  }
}

@media (max-width: 768px) {
  .product-openrun .buy-now.mb .product-info .product-name {
    color: #000000;
  }
  .product-openrun .bg-color-bottom, .product-openrun .bg-color-top {
    display: block;
  }
  .product-openrun #shopify-section-product-template-new .product-single .product-right .selling-points.hide-pc .selling-points-item {
    width: 50% !important;
  }
  .product-openrun .radio-wrapper .single-option-radio {
    max-width: 41%;
  }
  .product-openrun .section-product-banner .text-wrapper {
    bottom: 10.6666vw;
  }
  .product-openrun .section-product-banner .text-wrapper .text-inner {
    color: #ffffff;
  }
  .product-openrun .section-product-banner .text-wrapper .text-inner .title {
    color: #ffffff;
  }
  .product-openrun .section-product-what-in-box .what-in-box-wrapper .left-content {
    width: 100%;
  }
  .product-openrun .section-product-what-in-box .what-in-box-wrapper .right-content {
    width: 100%;
  }
  .product-openrun .section-product-what-in-box .what-in-box-wrapper .right-content .image {
    transform: translateX(-5vw);
    margin-top: 3.333333vw;
    max-width: 81.6vw;
  }
  .product-openrun .section-product-what-in-box {
    padding: 15.166667vw 0 0;
  }
  .product-openrun .section-product-additional-feartures .feartures-wrapper {
    flex-wrap: wrap;
  }
  .product-openrun .section-product-additional-feartures .feartures-wrapper .item {
    max-width: unset;
  }
  .product-openrun .section-product-additional-feartures .feartures-wrapper .item:last-of-type {
    margin-top: 15px;
  }
  .product-openrun .section-openrun-quick-charge .features-item {
    flex-wrap: wrap;
  }
  .product-openrun .section-openrun-quick-charge .features-item .features-image {
    width: 100%;
    order: 1;
  }
  .product-openrun .section-openrun-quick-charge .features-item .text-wrapper {
    position: relative;
    left: 0px;
    width: 100%;
    padding: 5.33333vw 24px 21.3333vw;
    color: #050505 !important;
    bottom: unset;
    order: 2;
  }
  .product-openrun .section-openrun-quick-charge .features-item .text-wrapper .title {
    font-size: 4.8vw;
  }
  .product-openrun .section-openrun-quick-charge .features-item .text-wrapper .content {
    font-size: 3.73333vw;
  }
  .product-openrun .section-openrun-features-2 .features-item {
    display: flex;
    flex-wrap: wrap;
  }
  .product-openrun .section-openrun-features-2 .features-item .text-wrapper {
    color: #050505 !important;
    position: relative;
    order: 2;
    bottom: unset;
    padding: 5.33333vw 24px 21.3333vw;
    width: 100%;
    left: unset;
  }
  .product-openrun .section-openrun-features-2 .features-item .text-wrapper .title {
    font-size: 4.8vw;
  }
  .product-openrun .section-openrun-features-2 .features-item .text-wrapper .content {
    font-size: 3.73333vw;
  }
  .product-openrun .section-openrun-features-2 .features-item .text-wrapper .title br.pc {
    display: none;
  }
  .product-openrun .section-openrun-features-2 .features-item .features-image {
    width: 100% !important;
    order: 1;
  }
  .product-openrun .section-openrun-features-2 .features-item .content {
    max-width: unset !important;
    width: 100%;
  }
  .product-openrun .section-openrun-features-2 .features2 .text-wrapper {
    max-width: unset;
    padding: 16vw 0px;
  }
  .product-openrun .section-openrun-features-2 .features2 .text-wrapper .content {
    max-width: unset;
  }
  .product-openrun .section-openrun-features-2 .features2 .features-image {
    max-width: 72vw;
  }
  .product-openrun .section-openrun-features-2 .features2.image-right {
    justify-content: flex-end !important;
  }
  .product-openrun .section-openrun-features-scale {
    padding: 0px;
  }
  .product-openrun .section-openrun-features-scale .features-item .text-wrapper {
    padding: 16vw 24px 21.33333vw;
    display: block;
    color: #050505 !important;
    bottom: unset;
  }
  .product-openrun .section-openrun-features-scale .features-item .text-wrapper .title {
    width: 100%;
  }
  .product-openrun .section-openrun-features-scale .features-item .text-wrapper .content {
    max-width: unset;
    width: 100%;
  }
  .product-openrun .section-openrun-features-scale .features2 {
    padding: 0px 24px;
  }
  .product-openrun .section-openrun-features-scale .features2 .text-wrapper {
    padding: 16vw 0px 21.33333vw;
  }
}

/*================================= End Product Openrun ========================*/
.c-loading {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hide-logo-gif .c-loading {
  display: none;
}

@media (min-width: 769px) {
  .section-home-page-collection .home-page-collection .collections-wrapper .product-wrapper .variants-img-wrapper {
    margin-bottom: 23px;
  }
  .home-page-brand-honor .brand-honor-left .left-image-wrapper {
    margin-bottom: 3.229166vw;
  }
}

.product-openrun-pro .section-product-guides .link-wrapper, .product-opencomm .section-product-guides .link-wrapper, .product-openmove .section-product-guides .link-wrapper {
  justify-content: center;
}

@media (max-width: 1200px) and (min-width: 769px) {
  .product-openswim #shopify-section-product-template-new .product-right .product-single__title {
    display: block;
  }
  .product-openswim #shopify-section-product-template-new .product-right .product-single__title span {
    display: block;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .product-openswim .section-product-banner .text-wrapper .text-inner .title span {
    font-size: 6.5vw;
  }
}

.amazon-button-wrapper {
  display: flex;
}

.amazon-button-wrapper .amazon-button-inner {
  max-height: 50px;
}

.amazon-button-wrapper .amazon-button-inner .image {
  display: block;
  max-height: 50px;
}

.amazon-button-wrapper .amazon-button-inner .hover-image {
  display: none;
}

.amazon-button-wrapper .amazon-button-inner:hover {
  background: #FF7A3D;
}

.amazon-button-wrapper .amazon-button-inner:hover .image {
  display: none;
}

.amazon-button-wrapper .amazon-button-inner:hover .hover-image {
  display: block;
}

@media (max-width: 768px) {
  .amazon-button-wrapper {
    max-width: 450px;
    margin: 0px auto;
    width: 100%;
    min-width: calc(100vw - 48px);
    justify-content: center;
  }
  .amazon-button-wrapper button.btn--add-to-cart {
    margin-right: 10px !important;
    padding: 0px !important;
    text-align: center !important;
    width: 50% !important;
    min-width: unset !important;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .amazon-button-wrapper .amazon-button-inner {
    width: 50%;
    display: block;
    background: #000000;
    max-height: unset;
  }
  .amazon-button-wrapper .amazon-button-inner .image {
    max-height: 45px;
    margin: 0px auto;
  }
}

@media (max-width: 768px) and (min-width: 500px) {
  .amazon-button-wrapper {
    width: 520px;
    min-width: unset;
  }
  .amazon-button-wrapper button.btn--add-to-cart {
    height: 50px !important;
  }
  .amazon-button-wrapper button.btn--add-to-cart span {
    font-size: 16px !important;
  }
  .amazon-button-wrapper .amazon-button-inner .image {
    max-height: 50px;
  }
}

#shopify-section-openrun-awards .section-product-awards .item .image-wrapper:first-of-type img {
  width: unset;
}

/*********************************** End shokz log ***************************************************/
@media (max-width: 768px) {
  .product-page .buy-now.mb form.disable-button {
    background: #bababa;
  }
  #shopify-section-product-template-new .product-single .product-right .selling-points.hide-pc .selling-points-item img {
    min-width: 6.4vw;
  }
}

.text-buy-amazon-code {
  color: #050505;
  font-size: 14px;
  font-weight: bold;
}

.text-buy-amazon-code span {
  color: #fe7b3d;
}

#shopify-section-product-template-new .product-right #AddToCart--product-template-new[disabled] {
  pointer-events: none !important;
  border: 2px solid #f6f6f6 !important;
}

.compare-product-detail .compare-detail-header .product-info-block .product-not-available {
  width: 100%;
  max-width: 200px;
  padding: 13px 0;
  height: unset !important;
  line-height: unset;
  margin: 2.8645833vw auto 1.0416666vw;
}

@media (min-width: 1921px) {
  .compare-product-detail .compare-detail-header .product-info-block .product-not-available {
    margin: 55px auto 20px;
  }
}

@media (max-width: 768px) {
  .compare-product-detail .compare-detail-header .product-info-block .product-not-available {
    font-size: 3.2vw;
    border: unset;
    padding: 1.866666vw 0;
    background: #dddddd;
    margin: 10.666666vw auto 5.3333333vw;
  }
}

.compare-product-detail .compare-detail-footer-product .product-info-block .product-not-available {
  margin-top: 20px !important;
}

.compare-product-detail .compare-detail-header .product-info-block .addtocart[disable] {
  color: #ffffff;
  background-color: #dddddd;
  border-color: #dddddd;
  pointer-events: none;
}

.compare-product-detail .compare-detail-footer-product .product-info-block .addtocart-buy-on-amazon.compare {
  margin-top: 20px !important;
}

.compare-product-detail .fixed-top-product-swatch .compare-detail-header .product-info-block .product-info-item .product-imgs {
  min-height: unset;
}

.product-wrapper .variants-other-wrapper {
  position: relative;
}

.product-wrapper .variants-other-wrapper .collection-tem-porduct-tag.tag-product {
  position: absolute;
  top: -20px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fe7b3d;
}

.fixed_top_nav_pdt_label.product-tag {
  font-size: 14px;
  color: #fe7b3d;
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  left: 0;
}

.fixed_top_nav_pdt_label.product-tag.mb {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #fe7b3d;
  bottom: unset;
  max-width: 100px;
  left: unset;
}

@media (min-width: 1000px) {
  .compare-product-detail .compare-detail-header .product-info-block .product-info-item .product-imgs {
    min-height: 215px;
  }
}

@media (max-width: 768px) {
  .compare-product-detail .compare-detail-header .product-info-block .product-info-item .product-imgs {
    min-height: 31.2vw;
  }
}

.product-faq-content .faq-content-subtitle {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0px auto 2.6041666vw;
}

@media (max-width: 768px) {
  .product-faq-content .faq-content-subtitle {
    padding: 0px 24px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .section-product-fulfill-job .swiper-container-fulfill-job {
    border-radius: 8px;
  }
  .product-openrun .section-product-what-in-box .what-in-box-wrapper .left-content {
    padding-bottom: 4.166666666vw;
  }
}

.section-product-footer-banner .content-wrapper .social-medias {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .section-product-footer-banner .content-wrapper .social-medias {
    justify-content: center;
  }
}

.section-openswim-features .features_type1:last-of-type .text-wrapper {
  color: #08162b;
}

/*======================== Faq page video ========================*/
.faq-page-videos {
  position: relative;
  overflow: hidden;
}

.faq-page-videos .faq-page-content {
  background: #f1f1f1;
}

.faq-page-videos .title {
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

.faq-page-videos .videos-wrapper {
  position: relative;
}

.faq-page-videos .videos-wrapper .video-item {
  position: absolute;
  top: 0px;
  opacity: 0;
}

.faq-page-videos .videos-wrapper .video-item.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.faq-page-videos .videos-wrapper iframe {
  display: block;
}

.faq-page-videos .section-product-video {
  padding: 6.4vw 24px;
}

.faq-page-videos .section-product-video .player_video-wrapper {
  max-width: 1200px;
}

.faq-page-videos .thumbs-wrapper {
  display: flex;
  justify-content: normal;
  max-width: 1200px;
  margin: 20px auto 0px;
  position: relative;
  /*     .swiper-container-faq-video{width: 100%;}
    .swiper-wrapper{
      display: flex;
      justify-content: space-between;
    } */
}

.faq-page-videos .thumbs-wrapper .thumb-item {
  width: calc(16.66666% - 10px);
}

.faq-page-videos .thumbs-wrapper .thumb-item:not(:last-of-type) {
  margin-right: 12px;
}

.faq-page-videos .thumbs-wrapper .item-image-wrapper {
  position: relative;
  cursor: pointer;
}

.faq-page-videos .thumbs-wrapper .active-text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2857;
  width: 100%;
  text-align: center;
}

.faq-page-videos .thumbs-wrapper .bg-shadow-background, .faq-page-videos .thumbs-wrapper .active-text {
  display: none;
}

.faq-page-videos .thumbs-wrapper .thumb-item.active .bg-shadow-background, .faq-page-videos .thumbs-wrapper .thumb-item.active .active-text {
  display: block;
}

.faq-page-videos .thumbs-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.faq-page-videos .thumbs-wrapper .item-title {
  font-size: 14px;
  line-height: 1.2857;
  color: #666666;
  max-width: 140px;
}

.faq-page-videos .thumbs-wrapper .item-time {
  font-size: 12px;
  line-height: 1.5;
  color: #BABABA;
}

.faq-page-videos .thumbs-wrapper .item-image {
  display: block;
  width: 100%;
}

@media (max-width: 1920px) {
  .faq-page-videos .title {
    font-size: calc(20px + 1.145833333vw);
    margin-bottom: 3.125vw;
  }
}

@media (max-width: 1000px) {
  .faq-page-videos .thumbs-wrapper .text-wrapper {
    flex-direction: column;
  }
  .faq-page-videos .thumbs-wrapper .item-title {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .faq-page-videos {
    margin-bottom: -20px;
  }
  .faq-page-videos .title {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .faq-page-videos .section-product-video {
    padding: 40px 0px;
  }
  .faq-page-videos .thumbs-wrapper {
    padding: 0px 0px 20px;
    overflow-x: auto;
  }
  .faq-page-videos .thumbs-wrapper-for-mb {
    padding: 0px 10px;
  }
  .faq-page-videos .thumbs-wrapper .thumb-item {
    width: calc(30%);
    margin-right: 8px;
  }
  .faq-page-videos .thumbs-wrapper .thumb-item:last-of-type {
    margin-right: 0px;
  }
  .faq-page-videos .thumbs-wrapper .text-wrapper {
    flex-direction: column;
    margin-top: 6px;
  }
  .faq-page-videos .thumbs-wrapper .item-title {
    font-size: 3.2vw;
    max-width: unset;
  }
  .faq-page-videos .thumbs-wrapper .item-content {
    font-size: 3.2vw;
  }
  .faq-page-videos .thumbs-wrapper .active-text {
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
  }
}

@media (max-width: 768px) and (min-width: 591px) {
  .faq-page-videos .thumbs-wrapper .item-title {
    font-size: 18px;
  }
  .faq-page-videos .thumbs-wrapper .item-time {
    font-size: 15px;
  }
}

.section-product-video .player_video-wrapper .paly-icon-white svg {
  border: 3px solid #dddddd;
}

.section-product-video .player_video-wrapper .paly-icon-white svg #play_5400 {
  transition: all 0.3s;
  fill: #dddddd !important;
}

@media (max-width: 768px) {
  .section-product-video .player_video-wrapper .paly-icon-white svg {
    border: 0.6vw solid #dddddd;
  }
}

.section-product-video .player_video-wrapper:hover .paly-icon-white svg {
  border-color: #fe7b3d;
}

.section-product-video .player_video-wrapper:hover .paly-icon-white svg #play_5400 {
  fill: #ffffff !important;
}

.bg-shadow-background {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.39);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.shokz-normal-swiper-arrow .swiper-button-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23050505'%2F%3E%3C%2Fsvg%3E");
  background-position: 8px 3px;
  background-size: 13px 25px;
  transition: all 0.3s;
}

.shokz-normal-swiper-arrow .swiper-button-next:hover {
  background-color: #FE7B3D;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.shokz-normal-swiper-arrow .swiper-button-prev {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23050505'%2F%3E%3C%2Fsvg%3E");
  background-position: 8px 3px;
  background-size: 13px 25px;
  transition: all 0.3s;
}

.shokz-normal-swiper-arrow .swiper-button-prev:hover {
  background-color: #FE7B3D;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.shokz-normal-circle-swiper-arrow .swiper-button-prev {
  z-index: 3;
  background-position: 8px 5px;
  background-size: 10px 20px;
  border-radius: 50%;
  /*     left: calc(20vw + 10px); */
  left: 0px;
  background-color: rgba(186, 186, 186, 0.5);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.shokz-normal-circle-swiper-arrow .swiper-button-prev:hover {
  background-color: #FF7A3D;
}

.shokz-normal-circle-swiper-arrow .swiper-button-next {
  z-index: 3;
  background-position: 11px 5px;
  background-size: 10px 20px;
  border-radius: 50%;
  /*     right: calc(20vw + 10px); */
  right: 0px;
  background-color: rgba(186, 186, 186, 0.5);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.shokz-normal-circle-swiper-arrow .swiper-button-next:hover {
  background-color: #FF7A3D;
}

.shokz-normal-circle-swiper-arrow .swiper-button-prev, .shokz-normal-circle-swiper-arrow .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin: unset;
}

.faq-page-videos .swiper-button-next {
  top: 43%;
  right: 0px;
}

.faq-page-videos .swiper-button-prev {
  top: 43%;
  left: 0px;
}

@media (max-width: 768px) {
  .faq-page-videos .swiper-button-next {
    top: 33%;
    right: 0px;
  }
  .faq-page-videos .swiper-button-prev {
    top: 33%;
    left: 0px;
  }
}

/*======================== End faq page video ========================*/
/*======================== Openrun pro Strava =======================*/
#openrun-pro-strava #shopify-section-announcement, #openrun-pro-strava #shopify-section-header, #openrun-pro-strava #shopify-section-home-email-register, #openrun-pro-strava #shopify-section-exit-pop2 {
  display: none !important;
}

.strava-2021-challenge-style.openrun-pro-strava-banner {
  background: transparent;
}

.strava-2021-challenge-style.openrun-pro-strava-banner .content {
  font-size: calc(10px + 0.52083vw);
  line-height: 1.5;
}

.strava-2021-challenge-style.openrun-pro-strava-banner .content .title {
  font-size: calc(21px + 1.09375vw);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}

.strava-2021-challenge-style.openrun-pro-strava-banner .logo {
  max-width: 245px;
}

@media (max-width: 768px) {
  .strava-2021-challenge-style.openrun-pro-strava-banner {
    padding-bottom: 10.6666vw;
  }
  .strava-2021-challenge-style.openrun-pro-strava-banner .content {
    font-size: 4.26666vw;
    max-width: 70.66666vw;
    margin: 20px auto 0px;
  }
  .strava-2021-challenge-style.openrun-pro-strava-banner .content .title {
    font-size: 7.46666vw;
  }
  .strava-2021-challenge-style.openrun-pro-strava-banner .logo {
    max-width: 42.13333vw;
  }
}

.transition-all-0-3s {
  transition: all 0.3s;
}

.section-openrun-pro-strava-country {
  padding: 80px 24px;
  text-align: center;
  background: #F1F1F1;
}

.section-openrun-pro-strava-country .coontent-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.section-openrun-pro-strava-country .title, .section-openrun-pro-strava-country .title2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.section-openrun-pro-strava-country .code {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #E16226;
  text-decoration: underline;
  margin-bottom: 10px;
}

.section-openrun-pro-strava-country .content, .section-openrun-pro-strava-country .content2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
}

.section-openrun-pro-strava-country .content2 {
  margin-bottom: 40px;
}

.section-openrun-pro-strava-country .content2 span {
  font-weight: 500;
  color: #E16226;
  text-decoration: underline;
}

.section-openrun-pro-strava-country .a-line {
  width: 100%;
  height: 1px;
  background: #BABABA;
  margin: 40px 0px;
}

.section-openrun-pro-strava-country .country-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-openrun-pro-strava-country .country-wrapper .item {
  width: calc(25% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 12px 3px;
}

.section-openrun-pro-strava-country .country-wrapper .item .icon {
  margin-right: 10px;
  max-width: 39px;
}

.section-openrun-pro-strava-country .country-wrapper .item .country {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.section-openrun-pro-strava-country .country-wrapper .item:hover {
  background: #fe7b3d;
}

.section-openrun-pro-strava-country .country-wrapper .item:hover .country {
  color: #ffffff;
}

@media (max-width: 850px) {
  .section-openrun-pro-strava-country .country-wrapper .item .country {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .section-openrun-pro-strava-country {
    padding: 16vw 4.266666vw;
  }
  .section-openrun-pro-strava-country .title, .section-openrun-pro-strava-country .title2 {
    font-size: 4.8vw;
  }
  .section-openrun-pro-strava-country .title2 {
    margin-bottom: 2.66666vw;
  }
  .section-openrun-pro-strava-country .code {
    margin-bottom: 2.66666vw;
    font-size: 4.8vw;
  }
  .section-openrun-pro-strava-country .content, .section-openrun-pro-strava-country .content2 {
    font-size: 3.73333vw;
  }
  .section-openrun-pro-strava-country .a-line {
    margin: 8vw 0px;
  }
  .section-openrun-pro-strava-country .content2 {
    margin-bottom: 8vw;
  }
  .section-openrun-pro-strava-country .country-wrapper {
    flex-wrap: wrap;
  }
  .section-openrun-pro-strava-country .country-wrapper .item {
    width: calc(50% - 1.3333vw);
    padding: 2.66666vw 6.6vw;
    margin-top: 5.333333vw;
    justify-content: flex-start;
  }
  .section-openrun-pro-strava-country .country-wrapper .item .icon {
    margin-right: 1vw;
    max-width: 6.93333vw;
  }
  .section-openrun-pro-strava-country .country-wrapper .item .country {
    font-size: 3.73333vw;
  }
  .section-openrun-pro-strava-country .country-wrapper .item:nth-of-type(1), .section-openrun-pro-strava-country .country-wrapper .item:nth-of-type(3) {
    padding: 2.66666vw 1.5vw;
  }
}

.section-openrun-pro-strava-email {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.section-openrun-pro-strava-email .image {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 769px) {
  .section-openrun-pro-strava-email .image {
    min-width: 1920px;
  }
}

.section-openrun-pro-strava-email .klaviyo-email-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 848px;
  padding: 0px 24px;
}

.section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2):last-of-type {
  margin: 40px auto 0px !important;
  max-width: 600px !important;
}

.section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2) {
  margin-bottom: 40px;
}

.section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3) button {
  padding: 0px 50px !important;
  font-size: 14px !important;
  fonts-weight: 500 !important;
}

.section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4) label {
  padding-bottom: 0px !important;
}

.section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4) label div {
  color: #ffffff !important;
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2):last-of-type {
    margin-top: 8vw !important;
  }
  .section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1) p span {
    font-size: 5.333333vw !important;
  }
  .section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2) p span {
    font-size: 3.73333vw !important;
  }
  .section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2) {
    margin-bottom: 8vw;
  }
  .section-openrun-pro-strava-email .klaviyo-email-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3) button {
    padding: 0px 24px !important;
  }
}

/*======================== End Openrun pro Strava ===================*/
.addtocart-buy-on-amazon {
  text-align: center;
  width: 50%;
  height: 45px !important;
  line-height: 45px;
  color: #ffffff;
  background-color: #050505;
  transition: all 0.3s;
  font-weight: 500;
}

.addtocart-buy-on-amazon:hover {
  color: #ffffff;
  background-color: #FE7B3D;
}

.addtocart-buy-on-amazon.compare {
  display: block;
  margin: 55px auto 20px;
  width: 100%;
  max-width: 200px;
  padding: 13px 0px;
  border: 2px solid #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  transition: all 0.3s;
  height: unset !important;
  background-color: transparent;
}

.addtocart-buy-on-amazon.compare:hover {
  color: #ffffff;
  background-color: #fe7b3d;
  border-color: #fe7b3d;
}

@media (min-width: 769px) and (max-width: 1920px) {
  .addtocart-buy-on-amazon.compare {
    margin: 2.8645833vw auto 1.0416666vw;
  }
}

@media (max-width: 768px) {
  .addtocart-buy-on-amazon.compare {
    font-size: 3.2vw;
    border: unset;
    padding: 1.866666vw 0;
    background: #f1f1f1;
    margin: 10.666666vw auto 5.3333333vw;
  }
}

@media (max-width: 768px) {
  .addtocart-buy-on-amazon {
    height: 40px !important;
    line-height: 40px;
    font-size: 14px;
  }
}

/*================================= pages openrun pro raffle ==============================*/
.fixed-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: 100%;
}

.fixed-banner-text .fixed-banner-text-wrapper {
  position: relative;
  max-width: 1260px;
  padding: 30px;
  width: 100%;
  margin: auto;
}

@media (min-width: 1921px) {
  .fixed-banner-text .fixed-banner-text-wrapper {
    max-width: 65.625vw;
    padding: 1.5625vw;
  }
}

@media (max-width: 768px) {
  .fixed-banner-text {
    text-align: center;
    max-width: unset;
    padding: 0px 24px;
    width: 100%;
    top: unset;
    left: 0px;
    transform: unset;
    bottom: 13vw;
  }
  .fixed-banner-text .fixed-banner-text-wrapper {
    position: relative;
    max-width: unset;
    padding: unset;
    width: 100%;
    margin: unset;
  }
}

.openrun-pro-raffle-banner {
  position: relative;
}

.openrun-pro-raffle-banner img {
  display: block;
  width: 100%;
}

.openrun-pro-raffle-banner .info {
  font-size: calc(10px + 0.52083vw);
  font-weight: 500;
  line-height: 1.3;
  color: #FF7A3D;
}

.openrun-pro-raffle-banner .title {
  font-size: calc(20px + 1.145833vw);
  font-weight: bold;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.openrun-pro-raffle-banner .content {
  font-size: calc(12px + 0.625vw);
  font-weight: 500;
  line-height: 1.45833;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.openrun-pro-raffle-banner .time {
  font-size: calc(10px +  0.52083vw);
  font-weight: 400;
  line-height: 1.5;
  color: #BABABA;
}

@media (max-width: 768px) {
  .openrun-pro-raffle-banner .contents {
    top: 24.8vw;
    padding: 0px 6.4vw;
  }
  .openrun-pro-raffle-banner .info {
    font-size: 3.73333vw;
  }
  .openrun-pro-raffle-banner .title {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
  .openrun-pro-raffle-banner .content {
    font-size: 3.73333vw;
    margin-bottom: 1vw;
  }
  .openrun-pro-raffle-banner .time {
    font-size: 3.2vw;
  }
}

.openrun-pro-raffle-attention {
  position: relative;
  background: #BABABA;
  padding: 40px 24px;
}

.openrun-pro-raffle-attention .title {
  font-size: calc(14px + 0.72916vw);
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 20px;
  text-align: center;
}

.openrun-pro-raffle-attention .content li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  max-width: 510px;
  margin: 0px auto;
}

@media (min-width: 1921px) {
  .openrun-pro-raffle-attention .title {
    font-size: 1.458333vw;
  }
  .openrun-pro-raffle-attention .content li {
    font-size: 0.83333vw;
    max-width: 26.5625vw;
  }
}

@media (max-width: 768px) {
  .openrun-pro-raffle-attention .title {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .openrun-pro-raffle-attention {
    padding: 40px 16px;
  }
  .openrun-pro-raffle-attention .content li {
    font-size: 3.73333vw;
  }
}

.openrun-pro-raffle-benefit {
  background: #F1F1F1;
  padding: 80px 24px;
}

.openrun-pro-raffle-benefit .items-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto;
}

.openrun-pro-raffle-benefit .item {
  width: calc(33.33% - 5px);
  position: relative;
}

.openrun-pro-raffle-benefit .item .image {
  display: block;
  width: 100%;
}

.openrun-pro-raffle-benefit .item .title {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0px 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.14285;
  color: #FFFFFF;
  text-align: center;
}

.openrun-pro-raffle-benefit .benefit-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.openrun-pro-raffle-benefit .benefit-button {
  padding: 15px 70px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28571;
  color: #FFFFFF;
  background: #050505;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.3s;
}

.openrun-pro-raffle-benefit .benefit-button:hover {
  background: #fe7b3d;
}

@media (min-width: 1921px) {
  .openrun-pro-raffle-benefit {
    padding: 80px 1.25vw;
  }
  .openrun-pro-raffle-benefit .items-wrapper {
    max-width: 62.5vw;
  }
  .openrun-pro-raffle-benefit .item {
    width: calc(33.33% - 0.26041vw);
  }
  .openrun-pro-raffle-benefit .item .titlte {
    bottom: 1.04166vw;
    font-size: 1.4583333vw;
  }
  .openrun-pro-raffle-benefit .benefit-button-wrapper {
    margin-top: 2.083333vw;
  }
  .openrun-pro-raffle-benefit .benefit-button {
    padding: 0.78125vw 3.645833vw;
    font-size: 0.729166vw;
  }
}

@media (max-width: 1250px) {
  .openrun-pro-raffle-benefit .item .title {
    font-size: 2.24vw;
  }
}

@media (max-width: 768px) {
  .openrun-pro-raffle-benefit {
    padding: 60px 4.26666vw;
  }
  .openrun-pro-raffle-benefit .items-wrapper {
    display: block;
  }
  .openrun-pro-raffle-benefit .item {
    width: 100%;
  }
  .openrun-pro-raffle-benefit .item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .openrun-pro-raffle-benefit .item .title {
    bottom: 3.46666vw;
    font-size: 5.33333vw;
  }
  .openrun-pro-raffle-benefit .benefit-button-wrapper {
    margin-top: 7.46666vw;
  }
  .openrun-pro-raffle-benefit .benefit-button {
    padding: 10px  37px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .openrun-pro-raffle-benefit {
    padding: 60px 16px;
  }
}

.section-openrun-pro-raffle {
  position: relative;
  overflow: hidden;
}

.section-openrun-pro-raffle img {
  display: block;
}

.section-openrun-pro-raffle .image {
  width: 100%;
  min-width: 1920px;
  position: relative;
  left: 0px;
}

.section-openrun-pro-raffle .content-wrapper {
  max-width: 1188px;
  padding: 0px 24px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-openrun-pro-raffle .right-text {
  max-width: 560px;
  width: 100%;
}

.section-openrun-pro-raffle .right-text .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.section-openrun-pro-raffle .right-text .content {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.section-openrun-pro-raffle .right-text .time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #F1F1F1;
  margin-bottom: 20px;
}

.section-openrun-pro-raffle .button-wrapper {
  display: flex;
  align-items: center;
}

.section-openrun-pro-raffle .button-wrapper .try-now {
  height: 50px;
  background: #FD793D;
  width: 166px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
}

.section-openrun-pro-raffle .button-wrapper .amazon-image {
  height: 50px;
  background: #FD793D;
  width: 166px;
  /*       display: none !important; */
}

@media (min-width: 1921px) {
  .section-openrun-pro-raffle .content-wrapper {
    max-width: 61.875vw;
    padding: 0px 1.25vw;
  }
  .section-openrun-pro-raffle .raffle-image {
    width: 21.458333vw;
  }
  .section-openrun-pro-raffle .right-text {
    max-width: 29.16666vw;
  }
  .section-openrun-pro-raffle .right-text .title {
    font-size: 1.875vw;
    margin-bottom: 0.52083vw;
  }
  .section-openrun-pro-raffle .right-text .content {
    font-size: 1.041666vw;
    margin-bottom: 0.52083vw;
  }
  .section-openrun-pro-raffle .right-text .time {
    font-size: 0.72916vw;
    margin-bottom: 1.04166vw;
  }
  .section-openrun-pro-raffle .button-wrapper .try-now {
    height: 2.604166vw;
    width: 8.64583vw;
    margin-right: 0.52083vw;
    font-size: 0.72916vw;
  }
  .section-openrun-pro-raffle .button-wrapper .amazon-image {
    height: 2.604166vw;
    width: 8.64583vw;
  }
}

@media (max-width: 1250px) {
  .section-openrun-pro-raffle .content-wrapper {
    max-width: 95.04vw;
  }
  .section-openrun-pro-raffle .raffle-image {
    width: 32.96vw;
  }
  .section-openrun-pro-raffle .right-text {
    max-width: 44.8vw;
  }
  .section-openrun-pro-raffle .right-text .title {
    font-size: 2.88vw;
  }
  .section-openrun-pro-raffle .right-text .content {
    font-size: 1.6vw;
  }
  .section-openrun-pro-raffle .right-text .time {
    font-size: 1.12vw;
  }
  .section-openrun-pro-raffle .button-wrapper .try-now {
    height: 4vw;
    width: 13.28vw;
    font-size: 1.12vw;
  }
  .section-openrun-pro-raffle .button-wrapper .amazon-image {
    height: 4vw;
    width: 13.28vw;
  }
}

@media (max-width: 768px) {
  .section-openrun-pro-raffle .image {
    min-width: unset;
  }
  .section-openrun-pro-raffle .content-wrapper {
    max-width: unset;
    padding: 40px 15px;
  }
  .section-openrun-pro-raffle .right-text {
    order: 1;
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .section-openrun-pro-raffle .right-text .title {
    font-size: 5.33333vw;
    margin-bottom: 1vw;
  }
  .section-openrun-pro-raffle .right-text .content {
    font-size: 3.46666vw;
    margin-bottom: 1vw;
  }
  .section-openrun-pro-raffle .right-text .time {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
  }
  .section-openrun-pro-raffle .raffle-image {
    width: 80vw;
    order: 2;
    margin: 0px auto 5.33333vw;
  }
  .section-openrun-pro-raffle .button-wrapper {
    order: 3;
    width: 100%;
  }
  .section-openrun-pro-raffle .button-wrapper .try-now, .section-openrun-pro-raffle .button-wrapper .amazon-image {
    width: 250px;
    height: 60px;
    font-size: 20px;
    margin: 0px auto;
  }
  .section-openrun-pro-raffle .button-wrapper .try-now {
    margin: 0px auto 2.6666vw;
  }
}

@media (max-width: 768px) {
  .section-openrun-pro-raffle .button-wrapper .try-now, .section-openrun-pro-raffle .button-wrapper .amazon-image {
    width: 44.2666vw;
    height: 10.66666vw;
    font-size: 3.73333vw;
  }
}

/*================================= End pages openrun pro raffle =========================*/
/*==================================== Openrun pro blog =================================*/
.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content {
  margin-top: 40px;
  background: #000000;
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content h2, .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content p, .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content div {
  color: #ffffff;
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content h2 {
  margin: 0px 0px 20px;
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .feature-content {
  max-width: 800px;
  margin: 0px auto 40px;
  padding: 0px 20px;
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .item img {
  margin: 0px;
  width: 50%;
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .item .text-wrapper {
  width: 50%;
  padding: 20px 40px;
}

@media (max-width: 999px) {
  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .feature-content {
    margin-bottom: 60px;
  }
  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .item img {
    order: 1;
    width: 100%;
  }
  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .item .text-wrapper {
    width: 100%;
    order: 2;
    padding: 60px 25px;
  }
}

@media (max-width: 590px) {
  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .feature-content {
    padding: 0px 10px;
    margin-bottom: 5.333333vw;
  }
  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .item .text-wrapper {
    padding: 5.333333vw 4vw;
  }
  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content .right-left-content .item div {
    font-size: 3.73333vw;
  }
}

/*==================================== End Openrun pro blog =================================*/
.section-collection-banner .title, .section-compare-banner .title {
  color: #ffffff;
}

@media (min-width: 769px) {
  .section-collection-template2 .home-page-collection .collections-wrapper .collection-flex, .page-compare-product .home-page-collection .collections-wrapper .collection-flex {
    flex-wrap: wrap;
  }
  .section-collection-template2 .home-page-collection .collections-wrapper .product-wrapper, .page-compare-product .home-page-collection .collections-wrapper .product-wrapper {
    width: calc(33.33% - 7px);
  }
  .section-collection-template2 .home-page-collection .collections-wrapper .product-wrapper[data-index="3"], .page-compare-product .home-page-collection .collections-wrapper .product-wrapper[data-index="3"] {
    margin-right: 0px;
  }
  .section-collection-template2 .home-page-collection .collections-wrapper .product-wrapper[data-index="4"], .page-compare-product .home-page-collection .collections-wrapper .product-wrapper[data-index="4"] {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .section-collection-template2 .home-page-collection .collections-wrapper .product-wrapper[data-index="3"], .page-compare-product .home-page-collection .collections-wrapper .product-wrapper[data-index="3"] {
    margin-top: 5.333333vw;
  }
}

@media (max-width: 768px) {
  .product-openrun-pro .section-product-what-in-box .what-in-box-wrapper .left-content .text-wrapper {
    flex-wrap: wrap;
  }
  .product-openrun-pro .section-product-what-in-box .what-in-box-wrapper .left-content .text-wrapper .text1 {
    width: 100%;
  }
  .product-openrun-pro .section-product-what-in-box .what-in-box-wrapper .left-content .text-wrapper .text2-and-text3 {
    width: 100%;
  }
}

.amazon-button-wrapper.hide-amazon .amazon-button-inner {
  display: none !important;
}

@media (max-width: 768px) {
  .amazon-button-wrapper.hide-amazon {
    min-width: calc(58vw - 48px);
  }
  .amazon-button-wrapper.hide-amazon button.btn--add-to-cart {
    margin-right: 0px !important;
  }
}

/*==================================== start Application Page =================================*/
.page-application .section-app-detail {
  max-width: 1260px;
  padding: 0px 40px;
  margin: 0px auto 40px;
  position: relative;
}

@media (max-width: 768px) {
  .page-application .section-app-detail {
    padding: 0px 24px;
  }
}

.page-application .section-app-detail .back {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2F2F2F;
  cursor: pointer;
}

.page-application .section-app-detail .back a {
  display: inline-flex;
  align-items: center;
}

.page-application .section-app-detail .back a svg {
  margin-right: 10px;
}

.page-application .section-app-detail .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
  color: #050505;
  margin: 4.16666666vw 0;
  text-align: center;
}

.page-application .section-app-detail .title .subtitle {
  font-size: 25px;
}

@media (max-width: 768px) {
  .page-application .section-app-detail .title {
    font-size: 24px;
    line-height: 1.6;
  }
  .page-application .section-app-detail .title .subtitle {
    font-size: 16px;
  }
}

.page-application .section-app-detail .app-detail-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .page-application .section-app-detail .app-detail-wrapper {
    flex-direction: column;
  }
}

.page-application .section-app-detail .app-detail-wrapper .app-detail-left {
  width: 50%;
}

@media (max-width: 768px) {
  .page-application .section-app-detail .app-detail-wrapper .app-detail-left {
    width: 100%;
  }
}

.page-application .section-app-detail .app-detail-wrapper .app-detail-right {
  width: 44%;
  padding-top: 18px;
}

@media (max-width: 768px) {
  .page-application .section-app-detail .app-detail-wrapper .app-detail-right {
    width: 100%;
    padding-top: 0;
  }
}

.page-application .section-app-detail .app-detail-wrapper .app-detail-right .image-wrapper {
  text-align: center;
}

.page-application .section-app-detail .app-detail-wrapper .app-detail-right .image-wrapper img {
  margin: 0 6px;
}

.page-application .section-app-detail .app-detail-wrapper .app-detail-right .image-wrapper img.img-first {
  display: block;
  margin: 25px auto;
}

@media (max-width: 768px) {
  .page-application .section-app-detail .app-detail-wrapper .app-detail-right .image-wrapper img.hide-pc {
    display: inline-block !important;
    margin-left: 8px;
    margin-right: 8px;
  }
  .page-application .section-app-detail .app-detail-wrapper .app-detail-right .image-wrapper img.img-first.hide-pc {
    display: block !important;
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-application .section-app-detail .content {
  color: #2F2F2F;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .page-application .section-app-detail .content {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }
}

.page-application .application-bg {
  background: #F1F1F1;
  padding: 5vw 0;
}

@media (max-width: 768px) {
  .page-application .application-bg {
    padding: 36px 24px;
  }
}

.page-application .application-bg .tab-content-wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

.page-application .application-bg .tab-content h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  padding-bottom: 40px;
  margin-bottom: 0px;
  border-bottom: 1px solid #BABABA;
  text-align: center;
}

@media (max-width: 768px) {
  .page-application .application-bg .tab-content h2 {
    padding-bottom: 20px;
    font-size: 28px;
  }
}

.page-application .application-bg .tab-content .item {
  padding: 20px 0px;
  border-bottom: 1px solid #BABABA;
}

.page-application .application-bg .tab-content .item.active .question::after {
  transform: rotate(-180deg);
}

.page-application .application-bg .tab-content .question {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  cursor: pointer;
  position: relative;
}

@media (max-width: 768px) {
  .page-application .application-bg .tab-content .question {
    font-size: 14px;
    padding-right: 40px;
    font-weight: 400;
  }
}

.page-application .application-bg .tab-content .question::after {
  background: url("https://cdn.shopifycdn.net/s/files/1/0074/1890/4612/files/arrow_dowm.png?v=1625639350") no-repeat;
  background-size: cover;
  width: 26px;
  height: 25px;
  content: "11";
  color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
  transform: rotate(0deg);
}

@media (max-width: 768px) {
  .page-application .application-bg .tab-content .question::after {
    width: 20px;
    height: 20px;
  }
}

.page-application .application-bg .tab-content .answer {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
  display: none;
  margin-top: 20px;
  margin-bottom: 12px;
  padding-left: 40px !important;
  width: 100% !important;
}

.page-application .application-bg .tab-content .answer img {
  margin-top: 20px;
  margin-right: 24px;
  max-width: calc(50% - 24px);
}

.page-application .application-bg .tab-content .answer a {
  color: #050505;
  transition: all 0.3s;
  text-decoration: underline;
}

.page-application .application-bg .tab-content .answer a:hover {
  color: #fe7b3d;
}

.page-application .application-bg .application-area {
  width: 100%;
  max-width: 810px;
  margin: 40px auto 0;
  background: #E6E6E6;
  border-radius: 8px;
  padding: 10px;
}

.page-application .application-bg .application-area > p {
  font-size: 16px;
}

.page-application .application-bg .application-area .area-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-application .application-bg .application-area .area-wrapper .item-col {
  width: 47%;
}

.page-application .application-bg .application-area .area-wrapper .item {
  margin-bottom: 26px;
  width: 100%;
}

.page-application .application-bg .application-area .area-wrapper .item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #2F2F2F;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.page-application .application-bg .application-area .area-wrapper .item ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.page-application .application-bg .application-area .area-wrapper .item ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2F2F2F;
  list-style: none;
  width: 33.33%;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .page-application .application-bg .application-area .area-wrapper .item ul li {
    font-size: 12px;
  }
}

.product-faq-page .product-faq-header .right-block .item.app {
  cursor: pointer;
}

/*==================================== end Application Page =================================*/
#zigpoll-embed-frame {
  border: unset !important;
}

.faq-page-line {
  height: 1px;
  background: #bababa;
  max-width: 1200px;
  margin: 0px auto 20px;
}

.faq-page-zigpoll-info {
  text-align: center;
  margin-bottom: 30px;
  color: #050505;
}

.faq-page-zigpoll-info a {
  color: #0FA4E1;
}

@media (min-width: 769px) {
  .home-page-collection .collections-wrapper .one-third-column.cable {
    width: 100%;
  }
  .home-page-collection .collections-wrapper .one-third-column.cable .two-product {
    flex-direction: row;
    justify-content: unset;
  }
  .home-page-collection .collections-wrapper .one-third-column.cable .two-product .product-item {
    height: 100%;
    width: calc(33.333% - 10px);
    margin-right: 10px;
  }
  .home-page-collection .collections-wrapper .one-third-column.cable .two-product .product-item .learn-more {
    margin-top: 0px;
    width: 50%;
  }
  .home-page-collection .collections-wrapper .one-third-column.cable .two-product .product-item .addtocart {
    width: 50%;
  }
  .home-page-collection .collections-wrapper .one-third-column.cable .two-product .product-item .product-title {
    margin-top: -15px;
    padding: 0px 20px;
  }
}

@media (max-width: 768px) {
  .section-collection-template2 .one-column-mb.cable .two-product .product-item .product-title {
    margin-bottom: 5vw;
    margin-top: 0vw;
  }
}

.header-container .nav__dropdown_mega_mune .mega_mune_inner .collection-all a {
  min-width: 218px;
}

.header-container .nav__dropdown_mega_mune .mega_mune_inner .collection-all a:first-of-type {
  margin-right: 60px;
}

@media (min-width: 1921px) {
  .header-container .nav__dropdown_mega_mune .mega_mune_inner .collection-all a {
    min-width: 11.354166vw;
  }
}

/* #shopify-section-product-template-new .product-right{
  .product-back-wrapper{
    .back-text{
      color: #fe7b3d;
      .code{
        cursor: pointer;
        font-weight: bold;
      }
    }
    &.pc-flex{
      @media(min-width: 769px){
        display: flex;
        align-items:center;
        .back-text{margin-left: 20px;}
      }
    }
  }
} */
/*================================ section article-page-email-pop ===================================*/
.section-article-page-email-pop {
  padding: 20px 24px;
  position: fixed;
  bottom: -500px;
  left: 0px;
  background: #ffffff;
  width: 100%;
  z-index: 50;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.section-article-page-email-pop.active {
  bottom: 0px;
}

.section-article-page-email-pop.hide {
  display: none !important;
}

.section-article-page-email-pop .close-exit-pop {
  position: absolute;
  top: 20px;
  right: -4vw;
  cursor: pointer;
}

@media (max-width: 1330px) {
  .section-article-page-email-pop .close-exit-pop {
    top: -10px;
    right: 0px;
  }
}

@media (max-width: 900px) {
  .section-article-page-email-pop .close-exit-pop {
    top: 10px;
  }
}

.section-article-page-email-pop .close-exit-pop svg {
  width: 16px;
  height: 16px;
}

.section-article-page-email-pop .close-exit-pop svg path {
  transition: all 0.3s;
  fill: #BABABA;
}

.section-article-page-email-pop .close-exit-pop svg:hover path {
  fill: #fe7b3d;
}

.section-article-page-email-pop .email-pop-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-child(5) {
  display: none !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1) p span {
  font-weight: 500 !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1) p strong {
  font-weight: 500 !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-child(4) {
  display: none !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(3) > div[data-testid="form-component"]:first-of-type,
.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4):nth-last-child(2) > div[data-testid="form-component"]:first-of-type,
.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(5):nth-last-child(1) > div[data-testid="form-component"]:first-of-type {
  max-width: 350px;
  margin-right: 80px;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(3) > div[data-testid="form-component"]:first-of-type p strong,
.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4):nth-last-child(2) > div[data-testid="form-component"]:first-of-type p strong,
.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(5):nth-last-child(1) > div[data-testid="form-component"]:first-of-type p strong {
  font-weight: 500 !important;
}

@media (max-width: 1920px) {
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(3) > div[data-testid="form-component"]:first-of-type,
.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4):nth-last-child(2) > div[data-testid="form-component"]:first-of-type,
.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(5):nth-last-child(1) > div[data-testid="form-component"]:first-of-type {
    margin-right: 4.166666vw;
  }
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(3) button {
  min-width: 120px !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(3) p span {
  font-weight: 500 !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4):nth-last-child(2) {
  align-items: flex-start !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(2) u {
  font-weight: 500 !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3) u {
  cursor: pointer !important;
  font-weight: 500 !important;
}

.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4) button {
  max-width: 140px !important;
  margin: 0px auto !important;
}

@media (max-width: 900px) {
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-child(5) {
    display: block !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-child(5) p strong {
    font-size: 24px !important;
    font-weight: 500 !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-child(4) {
    display: block !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-child(4) p span {
    font-size: 18px !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(3) > div[data-testid="form-component"]:first-of-type,
.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4):nth-last-child(2) > div[data-testid="form-component"]:first-of-type,
.section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(5):nth-last-child(1) > div[data-testid="form-component"]:first-of-type {
    display: none !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(3) button {
    min-width: 120px !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4):nth-last-child(2) {
    align-items: flex-start !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(5):nth-last-child(1) > div[data-testid="form-component"]:last-of-type {
    margin-top: -5px !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(2) {
    padding-top: 14px !important;
    border-top: 1px solid #DDDDDD;
  }
}

@media (max-width: 500px) {
  .section-article-page-email-pop {
    padding: 10px 24px;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-child(5) p strong {
    font-size: 16px !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-child(4) p span {
    font-size: 13px !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-child(3) > div {
    padding-top: 15px !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-child(4) {
    padding-bottom: 14px !important;
  }
  .section-article-page-email-pop .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-child(4) p span {
    font-size: 16px !important;
  }
}

/*================================ End section article-page-email-pop ==============================*/
/*========================  Openrun mini ===================*/
.toggle-product-size {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.toggle-product-size .size-wrapper {
  margin-right: 15px;
  background: #f1f1f1;
  display: flex;
  padding: 4px;
  border-radius: 4px;
}

.toggle-product-size .toggle-product-size-item {
  cursor: pointer;
  padding: 5px 15px;
  font-size: 14px;
  color: #050505;
  border-radius: 2px;
}

.toggle-product-size .toggle-product-size-item.active {
  background: #fe7b3d;
  color: #ffffff;
}

.toggle-product-size .guide {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

@media (max-width: 768px) {
  .toggle-product-size {
    justify-content: center;
    flex-direction: column;
  }
  .toggle-product-size .size-wrapper {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.home-page-collection .toggle-product-size {
  margin-bottom: 10px;
  justify-content: center;
}

.home-page-collection .toggle-product-size .size-wrapper {
  background: #ebebeb;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.home-page-collection .toggle-product-size .toggle-product-size-item.active {
  background: #050505;
  color: #ffffff;
}

@media (max-width: 768px) {
  .home-page-collection .collections-wrapper-mb .product-wrapper.openrun .notety, .home-page-collection .collections-wrapper-mb .product-wrapper.mini20220411pre .notety {
    display: none;
  }
}

/* .template-product .product-openrun .radio-wrapper .single-option-radio label{
  display: none;
} */
.template-product .product-openrun .radio-wrapper .single-option-radio label[data-var_id="40089687687225"] {
  display: none;
  padding-left: 0px;
  margin-left: 0px;
}

@media (max-width: 768px) {
  .template-product .product-openrun .radio-wrapper .single-option-radio label[data-var_id="40089687687225"] {
    margin-left: 15.466666vw;
  }
}

.template-product .product-openrun .radio-wrapper .single-option-radio label[data-var_id="40345431343161"] {
  display: none;
}

@media (max-width: 768px) {
  .template-product .product-openrun .radio-wrapper .single-option-radio label[data-var_id="40345431343161"] {
    margin-left: 15.466666vw;
  }
}

/* .home-page-collection .collections-wrapper .openrun .color_list li{
  display: none;
} */
.home-page-collection .collections-wrapper .openrun .color_list li[data-var_id="40089687687225"] {
  display: none;
}

.home-page-collection .collections-wrapper .openrun .color_list li[data-var_id="40345431343161"] {
  display: none;
  margin-right: 0px;
}

/* .compare-product-detail .openrun .color_list li{
  display: none;
} */
.compare-product-detail .openrun .color_list li[data-var_id="40089687687225"] {
  display: none;
  margin-right: 0px;
}

.compare-product-detail .openrun .color_list li[data-var_id="40345431343161"] {
  display: none;
}

/* .template-product .product-openrun-pro .radio-wrapper .single-option-radio label{display: none; } */
.template-product .product-openrun-pro .radio-wrapper .single-option-radio label[data-var_id="40932871700537"] {
  display: none;
  padding-left: 0px;
  margin-left: 0px;
}

@media (max-width: 768px) {
  .template-product .product-openrun-pro .radio-wrapper .single-option-radio label[data-var_id="40932871700537"] {
    margin-left: 15.466666vw;
  }
}

.template-product .product-openrun-pro .radio-wrapper .single-option-radio label[data-var_id="40932873207865"] {
  display: none;
}

@media (max-width: 768px) {
  .template-product .product-openrun-pro .radio-wrapper .single-option-radio label[data-var_id="40932873207865"] {
    margin-left: 15.466666vw;
  }
}

/* .home-page-collection .collections-wrapper .openrun-pro .color_list li{display: none;} */
.home-page-collection .collections-wrapper .openrun-pro .color_list li[data-var_id="40932871700537"] {
  display: none;
}

.home-page-collection .collections-wrapper .openrun-pro .color_list li[data-var_id="40932873207865"] {
  display: none;
  margin-right: 0px;
}

/* .compare-product-detail .openrun-pro .color_list li{display: none;} */
.compare-product-detail .openrun-pro .color_list li[data-var_id="40932871700537"] {
  display: none;
  margin-right: 0px;
}

.compare-product-detail .openrun-pro .color_list li[data-var_id="40932873207865"] {
  display: none;
}

.compare-product-detail .toggle-product-size {
  justify-content: center;
}

.compare-product-detail .addtocart-buy-on-amazon {
  margin: 20px auto;
}

.compare-product-detail .addtocart-buy-on-amazon.product-notifyme-pop {
  margin: 2.8645833vw auto 1.0416666vw;
}

@media (max-width: 768px) {
  .compare-product-detail .toggle-product-size .toggle-product-size-item {
    padding: 5px;
    font-size: 12px;
  }
  .compare-product-detail .compare-detail-header .toggle-product-size {
    margin-bottom: 0px;
  }
  .compare-product-detail .addtocart-buy-on-amazon.product-pop-button {
    width: 100%;
  }
  .compare-product-detail .addtocart-buy-on-amazon.product-notifyme-pop {
    width: 100%;
    margin: 10.666666vw auto 5.3333333vw;
  }
}

.notify-me-wrapper .product-pop-button {
  display: none;
  width: 166px;
  height: 50px;
  background: #050505;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s;
  cursor: pointer;
}

.notify-me-wrapper .product-pop-button:hover {
  background-color: #fe7b3d;
}

@media (max-width: 768px) {
  .notify-me-wrapper .product-pop-button {
    padding: 1.866666vw 7.7333333vw;
    margin-right: 0;
    min-width: 44.26666vw;
    font-size: 3.7333333vw;
    width: 100%;
    height: unset;
    border: 2px solid #050505 !important;
  }
}

.notify-me-wrapper.active .product-pop-button {
  display: flex;
}

.notify-me-wrapper.active .btn {
  display: none;
}

.openrun-mini-featured-info-wrapper {
  background: #F1F1F1;
  padding-bottom: 6.25vw;
}

.openrun-mini-featured-info-wrapper .openrun-mini-featured-info {
  background: #ffffff;
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 24px;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}

.openrun-mini-featured-info-wrapper .image-wrapper {
  width: 50%;
}

.openrun-mini-featured-info-wrapper .image-wrapper img {
  display: block;
  width: 100%;
}

.openrun-mini-featured-info-wrapper .right-part-wrapper {
  padding: 50px;
  width: 50%;
}

.openrun-mini-featured-info-wrapper .right-part-wrapper .title {
  font-size: 2.1875vw;
  font-weight: 500;
  line-height: 3.125vw;
  margin-bottom: 40px;
  color: #050505;
}

.openrun-mini-featured-info-wrapper .right-part-wrapper .content {
  font-size: calc(12px + .2083333vw);
  line-height: 1.5;
  margin-bottom: 20px;
  color: #2f2f2f;
}

.openrun-mini-featured-info-wrapper .link-wrapper {
  display: flex;
}

.openrun-mini-featured-info-wrapper .link-wrapper .size-guide, .openrun-mini-featured-info-wrapper .link-wrapper .learn-more {
  text-decoration: underline;
  transition: all 0.3s;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}

.openrun-mini-featured-info-wrapper .link-wrapper .size-guide:hover, .openrun-mini-featured-info-wrapper .link-wrapper .learn-more:hover {
  color: #fe7b3d;
}

.openrun-mini-featured-info-wrapper .link-wrapper .size-guide {
  margin-right: 40px;
}

@media (min-width: 1920px) {
  .openrun-mini-featured-info-wrapper .openrun-mini-featured-info {
    max-width: calc(62.5vw + 48px);
  }
}

@media (max-width: 768px) {
  .openrun-mini-featured-info-wrapper {
    padding: 0px 24px 16vw;
  }
  .openrun-mini-featured-info-wrapper .openrun-mini-featured-info {
    flex-wrap: wrap;
    padding: 0px;
  }
  .openrun-mini-featured-info-wrapper .image-wrapper {
    width: 100%;
  }
  .openrun-mini-featured-info-wrapper .image-wrapper img {
    max-width: 69.33333vw;
    margin: 0px auto;
  }
  .openrun-mini-featured-info-wrapper .right-part-wrapper {
    width: 100%;
    padding: 16px 14px 40px;
  }
  .openrun-mini-featured-info-wrapper .right-part-wrapper .title {
    font-size: 4.8vw;
    margin-bottom: 5.333333vw;
  }
  .openrun-mini-featured-info-wrapper .right-part-wrapper .content {
    font-size: 3.733333vw;
    margin-bottom: 5.333333vw;
  }
}

@media (max-width: 768px) {
  .product-openrun .section-openrun-features-2 .features-item {
    padding-bottom: 0px;
  }
  .template-product .toggle-product-size .size-wrapper {
    min-width: 44.26666vw;
    justify-content: center;
  }
  #shopify-section-product-template-new .product-right #AddToCart--product-template-new[disabled] {
    border-color: #050505 !important;
    min-width: 44.26666vw;
  }
  .template-product .toggle-product-size .toggle-product-size-item {
    font-size: 3.733333vw;
  }
}

/*=========================== End Openrun mini ======================*/
/*=============================== page tryshokzon2022 =======================*/
.section-tryshokzon2022-banner {
  position: relative;
}

.section-tryshokzon2022-banner img {
  display: block;
  width: 100%;
}

.section-tryshokzon2022-banner.section-brands-banner .brands-banner-texts .title {
  font-size: 3.125vw;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.33333;
  color: #ffffff;
}

.section-tryshokzon2022-banner.section-brands-banner .brands-banner-texts .content {
  font-size: 2.1875vw;
  font-weight: 400;
  line-height: 1.333333;
  color: #ffffff;
}

@media (min-width: 769px) {
  .section-tryshokzon2022-banner .brands-banner-texts-wrapper .brands-banner-texts-inner {
    max-width: unset;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .section-tryshokzon2022-banner.section-brands-banner .brands-banner-texts .title {
    font-size: 7.466666vw;
    margin-bottom: 1vw;
  }
  .section-tryshokzon2022-banner.section-brands-banner .brands-banner-texts .content {
    font-size: 4.266666vw;
    font-weight: 500;
  }
  .section-tryshokzon2022-banner.section-brands-banner .brands-banner-texts {
    bottom: 10.66666vw;
  }
}

.what-is-tryshokz2022 {
  padding: 4.16666666vw 24px;
  background: #F1F1F1;
  text-align: center;
}

.what-is-tryshokz2022 .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.33333;
  color: #050505;
  margin-bottom: 40px;
}

.what-is-tryshokz2022 .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #050505;
  max-width: 800px;
  margin: 0px auto;
}

.what-is-tryshokz2022 .free-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #FF7A3D;
}

@media (min-width: 600px) {
  .what-is-tryshokz2022 .button-wrapper {
    display: flex;
    justify-content: center;
    margin: 0px auto;
    max-width: 500px;
  }
  .what-is-tryshokz2022 .button-wrapper .pop-123form-button {
    margin-top: 0px;
  }
  .what-is-tryshokz2022 .button-wrapper .pop-123form-button-1 {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .what-is-tryshokz2022 {
    padding: 10.66666vw 4.266666vw;
  }
  .what-is-tryshokz2022 .title {
    font-size: 5.333333vw;
    margin-bottom: 5.333333vw;
  }
  .what-is-tryshokz2022 .content {
    font-size: 3.2vw;
  }
  .what-is-tryshokz2022 .free-text {
    font-size: 4.266666vw;
  }
}

.page-tryshokzon2022 .pop-123form-button, .page-mini-testers .pop-123form-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.285714;
  color: #FFFFFF;
  padding: 16px 60px;
  max-width: 240px;
  background: #FF7A3D;
  margin: 40px auto 0px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 768px) {
  .page-tryshokzon2022 .pop-123form-button, .page-mini-testers .pop-123form-button {
    padding: 3.466666vw 0px;
    width: 53.3333vw;
    margin-top: 5.333333vw;
  }
}

@media (max-width: 768px) and (min-width: 590px) {
  .page-tryshokzon2022 .pop-123form-button, .page-mini-testers .pop-123form-button {
    padding: 16px 0px;
  }
}

.tryshokz2022-program-details {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tryshokz2022-program-details .image {
  width: 50%;
}

.tryshokz2022-program-details .right-part {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 40px;
  justify-content: center;
}

.tryshokz2022-program-details .title {
  font-size: calc(16px + 0.8333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 2.083333vw;
}

.tryshokz2022-program-details .item {
  margin-bottom: 1.0416666vw;
}

.tryshokz2022-program-details .item .item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #FF7A3D;
  margin-bottom: 6px;
}

.tryshokz2022-program-details .item .item-content {
  font-size: 16px;
  line-height: 1.375;
  color: #050505;
  max-width: 560px;
}

.tryshokz2022-program-details .item .item-content span {
  font-weight: 500;
}

.tryshokz2022-program-details .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #050505;
  margin-top: 2.083333vw;
}

.tryshokz2022-program-details .info span {
  font-weight: 500;
}

.tryshokz2022-program-details .info a {
  color: #FF7A3D;
}

@media (max-width: 1600px) {
  .tryshokz2022-program-details .item .item-title, .tryshokz2022-program-details .item .item-content {
    font-size: 14px;
  }
  .tryshokz2022-program-details .info {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .tryshokz2022-program-details .title {
    margin-bottom: 10px;
  }
  .tryshokz2022-program-details .item .item-title, .tryshokz2022-program-details .item .item-content {
    font-size: 12px;
  }
  .tryshokz2022-program-details .info {
    font-size: 12px;
    margin-top: 0px;
  }
}

@media (max-width: 820px) {
  .tryshokz2022-program-details .image {
    width: 100%;
    order: 2;
  }
  .tryshokz2022-program-details .right-part {
    width: 100%;
    order: 1;
    display: block;
    padding: 10.666666vw 4.266666vw;
  }
  .tryshokz2022-program-details .title {
    font-size: 5.333333vw;
    margin-bottom: 5.333333vw;
    text-align: center;
  }
  .tryshokz2022-program-details .item {
    margin-bottom: 5.333333vw;
  }
  .tryshokz2022-program-details .item .item-title {
    font-size: 3.2vw;
  }
  .tryshokz2022-program-details .item .item-content {
    font-size: 3.2vw;
  }
  .tryshokz2022-program-details .info {
    font-size: 3.2vw;
    margin-top: 5.333333vw;
  }
}

@media (max-width: 820px) and (min-width: 600px) {
  .tryshokz2022-program-details .right-part {
    padding: 60px 40px;
  }
  .tryshokz2022-program-details .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .tryshokz2022-program-details .item {
    margin-bottom: 40px;
  }
  .tryshokz2022-program-details .item .item-title {
    font-size: 18px;
  }
  .tryshokz2022-program-details .item .item-content {
    font-size: 18px;
  }
  .tryshokz2022-program-details .info {
    font-size: 18px;
    margin-top: 40px;
  }
}

.tryshokz2022-titmeline {
  max-width: 1200px;
  padding: 4.16666666vw 30px;
  margin: 0px auto;
}

.tryshokz2022-titmeline .title {
  font-size: calc(16px + 0.8333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 40px;
  text-align: center;
}

.tryshokz2022-titmeline .items-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tryshokz2022-titmeline .item {
  width: calc((100% - 360px)/3);
  max-width: 180px;
  text-align: center;
}

.tryshokz2022-titmeline .item .content {
  font-size: 20px;
  line-height: 1.3;
  color: #FF7A3D;
  margin-bottom: 10px;
  font-weight: 500;
}

.tryshokz2022-titmeline .item .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #BABABA;
}

.tryshokz2022-titmeline .a-line {
  width: 54px;
  height: 2px;
  background: #F1F1F1;
}

@media (max-width: 1300px) {
  .tryshokz2022-titmeline .item .content {
    font-size: 1.42857vw;
  }
  .tryshokz2022-titmeline .item .time {
    font-size: 1.230769vw;
  }
}

@media (max-width: 820px) {
  .tryshokz2022-titmeline .item {
    width: calc((100% - 200px)/3);
  }
  .tryshokz2022-titmeline .item .content {
    font-size: 14px;
  }
  .tryshokz2022-titmeline .item .time {
    font-size: 14px;
  }
  .tryshokz2022-titmeline .a-line {
    width: 30px;
  }
}

@media (max-width: 590px) {
  .tryshokz2022-titmeline {
    padding: 40px 20px;
  }
  .tryshokz2022-titmeline .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tryshokz2022-titmeline .pop-123form-button {
    margin-top: 20px;
  }
  .tryshokz2022-titmeline .hide-max-590 {
    display: none;
  }
  .tryshokz2022-titmeline .items-wrapper {
    display: block;
  }
  .tryshokz2022-titmeline .items-wrapper .a-line {
    width: 1px;
    height: 12px;
    margin: 10px auto;
  }
  .tryshokz2022-titmeline .item {
    width: 100%;
    max-width: unset;
    margin: 10px auto;
  }
  .tryshokz2022-titmeline .item .content {
    margin-bottom: 6px;
  }
}

.section-tryshokzon2022-testers {
  position: relative;
  padding: 4.166666vw 0px;
  background: #f1f1f1;
}

.section-tryshokzon2022-testers .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 40px;
  text-align: center;
}

.section-tryshokzon2022-testers .item {
  position: relative;
}

.section-tryshokzon2022-testers .item img {
  display: block;
  width: 100%;
}

.section-tryshokzon2022-testers .item::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.3;
}

.section-tryshokzon2022-testers .item.video-item {
  cursor: pointer;
}

.section-tryshokzon2022-testers .item.swiper-slide-active::after {
  content: none;
}

.section-tryshokzon2022-testers .white-shadow {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20.833333vw;
  z-index: 1;
}

.section-tryshokzon2022-testers .white-shadow.right-image {
  right: 0px;
  transform: rotate(-180deg);
  left: unset;
}

.section-tryshokzon2022-testers .swiper-button-prev {
  z-index: 3;
  background-position: 8px 5px;
  background-size: 10px 20px;
  border-radius: 50%;
  left: calc(20vw + 10px);
  background-color: rgba(186, 186, 186, 0.5);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.section-tryshokzon2022-testers .swiper-button-prev:hover {
  background-color: #FF7A3D;
}

.section-tryshokzon2022-testers .swiper-button-next {
  z-index: 3;
  background-position: 11px 5px;
  background-size: 10px 20px;
  border-radius: 50%;
  right: calc(20vw + 10px);
  background-color: rgba(186, 186, 186, 0.5);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.section-tryshokzon2022-testers .swiper-button-next:hover {
  background-color: #FF7A3D;
}

@media (max-width: 768px) {
  .section-tryshokzon2022-testers .title {
    padding: 0px 4.53333vw;
    font-size: 4.2666666vw;
    margin-bottom: 20px;
  }
  .section-tryshokzon2022-testers .swiper-pagination-testers {
    text-align: center;
    margin-top: 15px;
  }
  .section-tryshokzon2022-testers .swiper-pagination-testers .swiper-pagination-bullet {
    opacity: 1;
    border-radius: unset;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    background: #BABABA;
  }
  .section-tryshokzon2022-testers .swiper-pagination-testers .swiper-pagination-bullet-active {
    width: 16px;
    background: #050505;
  }
}

.dlv-video-wrapper {
  margin-top: 40px;
}

.dlv-video-wrapper .section-product-video {
  background: rgba(5, 5, 5, 0.5);
  padding: 80px 120px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dlv-video-wrapper .close-exit-pop-video {
  position: absolute;
  top: 0px;
  right: -50px;
}

.dlv-video-wrapper .close-exit-pop-video svg {
  width: 35px;
  height: 35px;
  background: transparent !important;
}

.dlv-video-wrapper .close-exit-pop-video svg path {
  fill: #ffffff !important;
}

.dlv-video-wrapper .close-exit-pop-video svg:hover path {
  fill: #fe7b3d !important;
}

.dlv-video-wrapper .section-product-video .text {
  display: none;
}

@media (max-width: 768px) {
  .dlv-video-wrapper {
    margin-top: 5.333333vw;
  }
  .dlv-video-wrapper .section-product-video {
    padding: 10px;
  }
  .dlv-video-wrapper .close-exit-pop-video {
    top: -30px;
    right: 0px;
  }
  .dlv-video-wrapper .close-exit-pop-video svg {
    width: 20px;
    height: 20px;
  }
  .dlv-video-wrapper .section-product-video .text {
    font-weight: bold;
    display: block;
  }
}

.bg-color-black {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  background: rgba(5, 5, 5, 0.3);
}

/*=============================== End page tryshokzon2022 =====================*/
/*====================== mini-testers ============*/
.section-mini-testers-banner {
  position: relative;
}

.section-mini-testers-banner img {
  display: block;
  width: 100%;
}

.section-mini-testers-banner .text-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18.75vw;
  max-width: 450px;
}

.section-mini-testers-banner .text-wrapper .title {
  font-size: calc(20px + 1.9791666vw);
  font-weight: bold;
  line-height: 1.5;
  color: #FFFFFF;
}

.section-mini-testers-banner .text-wrapper .subtitle {
  font-size: calc(16px + 0.83333333vw);
  font-weight: 400;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 1.875vw;
}

.section-mini-testers-banner .text-wrapper .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
  line-height: 1.375;
}

@media (max-width: 1500px) {
  .section-mini-testers-banner .text-wrapper {
    right: 8.75vw;
  }
}

@media (min-width: 1921px) {
  .section-mini-testers-banner .text-wrapper {
    max-width: 23.4375vw;
  }
  .section-mini-testers-banner .text-wrapper .title {
    font-size: 3.0208333vw;
  }
  .section-mini-testers-banner .text-wrapper .subtitle {
    font-size: 1.666666vw;
  }
  .section-mini-testers-banner .text-wrapper .content {
    font-size: 0.833333vw;
  }
}

@media (max-width: 768px) {
  .section-mini-testers-banner .text-wrapper {
    max-width: unset;
    top: unset;
    right: unset;
    transform: unset;
    text-align: center;
    bottom: 8vw;
    width: 100%;
    padding: 0px 24px;
  }
  .section-mini-testers-banner .text-wrapper .title {
    font-size: 10.666666vw;
  }
  .section-mini-testers-banner .text-wrapper .subtitle {
    font-size: 5.333333vw;
    margin-bottom: 2.66666666vw;
  }
  .section-mini-testers-banner .text-wrapper .content {
    font-size: 3.733333vw;
  }
}

.page-mini-testers .tryshokz2022-program-details {
  background: #f1f1f1;
}

@media (max-width: 768px) {
  .page-mini-testers .tryshokz2022-program-details .right-part {
    order: 3;
  }
  .page-mini-testers .tryshokz2022-program-details .item .item-title, .page-mini-testers .tryshokz2022-program-details .item .item-content {
    font-size: 3.466666vw;
  }
}

.mini-testers-timeline {
  padding: 4.1666666vw 40px;
  text-align: center;
}

.mini-testers-timeline .title {
  font-size: calc(0.8333333vw + 16px);
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 40px;
}

.mini-testers-timeline .content {
  font-size: 16px;
  line-height: 1.375;
  color: #2F2F2F;
  max-width: 800px;
  margin: 0px auto;
}

.mini-testers-timeline .a-line {
  height: 1px;
  background: #BABABA;
  margin: 40px auto;
  width: 100%;
  max-wdith: 1200px;
}

.mini-testers-timeline .titeline-wrapper {
  max-width: 900px;
  padding-top: 110px;
  border-bottom: 2px solid #FF7A3D;
  position: relative;
  margin: 0px auto;
}

.mini-testers-timeline .titeline-wrapper .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
  background: #FF7A3D;
  position: absolute;
  bottom: -12px;
  transform: translateX(-50%);
}

.mini-testers-timeline .titeline-wrapper .circle-1 {
  left: 0px;
}

.mini-testers-timeline .titeline-wrapper .circle-2 {
  left: 33.333%;
}

.mini-testers-timeline .titeline-wrapper .circle-3 {
  left: 66.666%;
}

.mini-testers-timeline .titeline-wrapper .circle-4 {
  right: 0px;
  transform: translateX(50%);
}

.mini-testers-timeline .titeline-wrapper .item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #2F2F2F;
  margin-bottom: 20px;
}

.mini-testers-timeline .titeline-wrapper .item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #2F2F2F;
}

.mini-testers-timeline .titeline-wrapper .item {
  position: absolute;
  bottom: 30px;
  transform: translateX(-50%);
}

.mini-testers-timeline .titeline-wrapper .item-1 {
  max-width: 130px;
  left: 0px;
}

.mini-testers-timeline .titeline-wrapper .item-2 {
  max-width: 195px;
  left: 33.333%;
}

.mini-testers-timeline .titeline-wrapper .item-3 {
  max-width: 218px;
  left: 66.666%;
}

.mini-testers-timeline .titeline-wrapper .item-4 {
  max-width: 180px;
  right: 0px;
  transform: translateX(50%);
}

@media (max-width: 1300px) {
  .mini-testers-timeline .titeline-wrapper {
    max-width: calc(100% - 200px);
  }
  .mini-testers-timeline .titeline-wrapper .item-title {
    font-size: 1.5384615vw;
  }
  .mini-testers-timeline .titeline-wrapper .item-content {
    font-size: 1.230769vw;
  }
}

@media (max-width: 768px) {
  .mini-testers-timeline {
    padding: 16vw 16px;
  }
  .mini-testers-timeline .title {
    font-size: 5.3333333vw;
    margin-bottom: 5.3333333vw;
  }
  .mini-testers-timeline .content {
    font-size: 3.733333vw;
  }
  .mini-testers-timeline .titeline-wrapper {
    max-width: 72.533333vw;
    padding-top: 24vw;
  }
  .mini-testers-timeline .titeline-wrapper .item {
    width: 25%;
    max-width: unset !important;
    bottom: 20px;
  }
  .mini-testers-timeline .titeline-wrapper .item-3 {
    width: 30%;
  }
  .mini-testers-timeline .titeline-wrapper .item-title {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
  .mini-testers-timeline .titeline-wrapper .item-content {
    font-size: 3.2vw;
  }
}

.mini-testers-apply {
  padding: 4.1666666vw 24px;
}

.mini-testers-apply .title {
  font-size: calc(16px + 0.833333vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #050505;
  text-align: center;
}

.mini-testers-apply .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #050505;
  text-align: center;
}

.mini-testers-apply .a-line {
  height: 1px;
  background: #BABABA;
  margin: 40px auto;
  width: 100%;
  max-width: 800px;
}

.mini-testers-apply .item-wrapper {
  max-width: 800px;
  margin: 0px auto;
}

.mini-testers-apply .item-wrapper .title {
  margin-top: 40px;
  text-align: left;
}

.mini-testers-apply .item-wrapper .item {
  margin-bottom: 20px;
}

.mini-testers-apply .item-wrapper .item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: #FF7A3D;
}

.mini-testers-apply .item-wrapper .item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #2f2f2f;
}

.mini-testers-apply .item-wrapper .item-content a {
  transition: all 0.3s;
  font-weight: 500;
  text-decoration: underline;
}

.mini-testers-apply .item-wrapper .item-content a:hover {
  color: #FF7A3D;
}

.mini-testers-apply .item-wrapper .info {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.375;
  color: #666666;
}

.mini-testers-apply .item-wrapper .info a {
  font-weight: 500;
  color: #FF7A3D;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .mini-testers-apply {
    padding: 10.666666vw 4.266666vw;
  }
  .mini-testers-apply .title {
    font-size: 5.333333vw;
    margin-bottom: 5.333333vw;
  }
  .mini-testers-apply .item-wrapper .title {
    font-size: 5.333333vw;
    margin-bottom: 5.333333vw;
    text-align: center;
  }
  .mini-testers-apply .item-wrapper .item-title, .mini-testers-apply .item-wrapper .item-content, .mini-testers-apply .item-wrapper .info {
    font-size: 3.466666vw;
  }
  .mini-testers-apply .item-wrapper .info {
    margin-top: 20px;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .section-mini-testers-banner .text-wrapper .content {
    font-size: 18px;
  }
  .mini-testers-timeline .content {
    font-size: 18px;
  }
  .mini-testers-timeline .titeline-wrapper .item-title {
    font-size: 18px;
  }
  .mini-testers-timeline .titeline-wrapper .item-content {
    font-size: 16px;
  }
  .mini-testers-timeline .titeline-wrapper .item-content .uk-hide-in-pc {
    display: none !important;
  }
  .page-mini-testers .tryshokz2022-program-details .item .item-content, .page-mini-testers .tryshokz2022-program-details .item .item-title {
    font-size: 18px;
    max-width: unset;
  }
  .mini-testers-apply .item-wrapper .item-content {
    font-size: 18px;
  }
  .mini-testers-apply .item-wrapper .info, .mini-testers-apply .item-wrapper .item-title {
    font-size: 18px;
  }
}

/*================== End mini-testers ================*/
.product-faq-page .product-faq-content .faqs .tab-item.size-guide {
  display: block !important;
}

/*=============================== page shokzfamily =======================*/
#shokzfamily .section-technology-bone-conduction .content-wrapper .text-wrapper .title {
  font-size: calc(20px + 1.1458333vw);
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #050505;
}

@media (min-width: 1921px) {
  #shokzfamily .section-technology-bone-conduction .content-wrapper .text-wrapper .title {
    font-size: 2.1875vw;
  }
}

@media (max-width: 768px) {
  #shokzfamily .section-technology-bone-conduction .content-wrapper .text-wrapper .title {
    font-size: 6.4vw;
    margin-bottom: 5.333333vw;
  }
}

@media (min-width: 769px) {
  #shokzfamily .section-brands-banner .brands-banner-texts-wrapper .brands-banner-texts-inner {
    max-width: 600px;
  }
  #shokzfamily .section-brands-banner {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 560px;
  }
  #shokzfamily .section-brands-banner .brands-video {
    display: block;
    min-width: 1400px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}

@media (min-width: 1921px) {
  #shokzfamily .section-brands-banner .brands-banner-texts .title {
    font-size: 42px;
  }
  #shokzfamily .section-brands-banner {
    max-height: 29.16666vw;
  }
}

.shokzfamily-banner .brands-banner-texts .title {
  font-weight: 500;
}

.shokzfamily-banner .subtitle {
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .shokzfamily-banner .brands-banner-texts .title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .shokzfamily-banner .brands-banner-texts {
    top: 50%;
    transform: translateY(-50%);
  }
  .shokzfamily-banner .over-read {
    background: rgba(5, 5, 5, 0.4);
    height: 100%;
  }
  .shokzfamily-banner .brands-banner-texts .title {
    font-size: 6.4vw;
    margin-bottom: 5.333333vw;
  }
  .shokzfamily-banner .subtitle {
    font-size: 3.73333vw;
    margin-bottom: 5.333333vw;
    line-height: 1.2857;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .shokzfamily-banner .brands-banner-texts {
    bottom: 30vw;
  }
}

.shokzfamily-products, .product-card-new {
  background: #f1f1f1;
}

.shokzfamily-products .title, .product-card-new .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.476;
  color: #050505;
  margin-bottom: 40px;
  text-align: center;
}

.shokzfamily-products .collections-wrapper, .product-card-new .collections-wrapper {
  position: relative;
  padding: 0 40px;
}

.shokzfamily-products .swiper-button-next, .product-card-new .swiper-button-next {
  z-index: 3;
  background-position: 7px 7px;
  background-size: 20px 20px;
  border-radius: 50%;
  right: -40px;
  background-color: #bababa;
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
  background-image: url("https://cdn.shopifycdn.net/s/files/1/0074/1890/4612/files/2_3.svg?v=1651714300") !important;
}

.shokzfamily-products .swiper-button-next:hover, .product-card-new .swiper-button-next:hover {
  background-color: #fe7b3d;
}

.shokzfamily-products .swiper-button-prev, .product-card-new .swiper-button-prev {
  z-index: 3;
  background-position: 7px 7px;
  background-size: 20px 20px;
  border-radius: 50%;
  left: -40px;
  background-color: #bababa;
  width: 35px;
  height: 35px;
  background-image: url("https://cdn.shopifycdn.net/s/files/1/0074/1890/4612/files/2_3.svg?v=1651714300") !important;
}

.shokzfamily-products .swiper-button-prev:hover, .product-card-new .swiper-button-prev:hover {
  background-color: #fe7b3d;
}

.shokzfamily-products .product-wrapper.product-wrapper-new, .product-card-new .product-wrapper.product-wrapper-new {
  border: unset !important;
  padding-bottom: 40px;
  background: #ffffff;
  width: 100%;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .product-item, .product-card-new .product-wrapper.product-wrapper-new .product-item {
  padding: 0px 30px 24px;
  position: relative;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .product-item::after, .product-card-new .product-wrapper.product-wrapper-new .product-item::after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: calc(100% - 60px);
  transform: translateX(-50%);
  height: 1px;
  background: #F1F1F1;
  transition: all 0.3s;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .product-img, .product-card-new .product-wrapper.product-wrapper-new .product-img {
  max-width: 210px;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .info, .product-card-new .product-wrapper.product-wrapper-new .info {
  font-size: 12px;
  text-align: center;
  line-height: 1.333333;
  color: #050505;
  max-width: 300px;
  margin: 0px auto 5px;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .product-title, .product-card-new .product-wrapper.product-wrapper-new .product-title {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .notety, .product-card-new .product-wrapper.product-wrapper-new .notety {
  display: none;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .notety.openswim, .product-card-new .product-wrapper.product-wrapper-new .notety.openswim {
  display: block;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .toggle-product-size, .product-card-new .product-wrapper.product-wrapper-new .toggle-product-size {
  margin-top: 10px;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .variants-other-wrapper, .product-card-new .product-wrapper.product-wrapper-new .variants-other-wrapper {
  min-height: 180px;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .selling-points, .product-card-new .product-wrapper.product-wrapper-new .selling-points {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 30px 20px;
  justify-content: space-between;
  transition: all 0.3s;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .selling-point-item, .product-card-new .product-wrapper.product-wrapper-new .selling-point-item {
  width: 47%;
  min-height: 35px;
  font-size: 13px;
  line-height: 1.33333;
}

@media (min-width: 822px) {
  .shokzfamily-products .product-wrapper.product-wrapper-new .selling-point-item:nth-of-type(1), .shokzfamily-products .product-wrapper.product-wrapper-new .selling-point-item:nth-of-type(2), .product-card-new .product-wrapper.product-wrapper-new .selling-point-item:nth-of-type(1), .product-card-new .product-wrapper.product-wrapper-new .selling-point-item:nth-of-type(2) {
    min-height: 52px;
  }
}

.shokzfamily-products .product-wrapper.product-wrapper-new .variant-wrapper, .product-card-new .product-wrapper.product-wrapper-new .variant-wrapper {
  padding: 0px 30px;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .variant-buttons form, .product-card-new .product-wrapper.product-wrapper-new .variant-buttons form {
  justify-content: space-between;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .variant-buttons .learn-more, .product-card-new .product-wrapper.product-wrapper-new .variant-buttons .learn-more {
  width: 48%;
  font-size: 13px;
  border: 1px solid #707070;
  background-color: #ffffff;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .variant-buttons .learn-more:hover, .product-card-new .product-wrapper.product-wrapper-new .variant-buttons .learn-more:hover {
  border: 1px solid #fe7b3d;
  background-color: #fe7b3d;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .variant-buttons .addtocart, .shokzfamily-products .product-wrapper.product-wrapper-new .variant-buttons .addtocart-buy-on-amazon, .product-card-new .product-wrapper.product-wrapper-new .variant-buttons .addtocart, .product-card-new .product-wrapper.product-wrapper-new .variant-buttons .addtocart-buy-on-amazon {
  width: 48%;
  height: 50px !important;
  line-height: 50px;
  font-size: 13px;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .toggle-product-size .size-wrapper, .product-card-new .product-wrapper.product-wrapper-new .toggle-product-size .size-wrapper {
  padding: 2px;
  background: #f1f1f1;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .toggle-product-size .toggle-product-size-item, .product-card-new .product-wrapper.product-wrapper-new .toggle-product-size .toggle-product-size-item {
  font-size: 13px;
  color: #BABABA;
  padding: 2px 10px;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .toggle-product-size .toggle-product-size-item.active, .product-card-new .product-wrapper.product-wrapper-new .toggle-product-size .toggle-product-size-item.active {
  color: #050505;
  background: #FFFFFF;
}

.shokzfamily-products .product-wrapper.product-wrapper-new .selling-point-item .new-br, .product-card-new .product-wrapper.product-wrapper-new .selling-point-item .new-br {
  display: block !important;
}

.shokzfamily-products .product-wrapper.product-wrapper-new:hover, .product-card-new .product-wrapper.product-wrapper-new:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.shokzfamily-products .product-wrapper.product-wrapper-new:hover .variants-img-wrapper, .product-card-new .product-wrapper.product-wrapper-new:hover .variants-img-wrapper {
  transform: translateY(-30px);
}

.shokzfamily-products .product-wrapper.product-wrapper-new:hover .variants-other-wrapper, .product-card-new .product-wrapper.product-wrapper-new:hover .variants-other-wrapper {
  transform: translateY(-40px);
}

.shokzfamily-products .product-wrapper.product-wrapper-new:hover .product-item::after, .product-card-new .product-wrapper.product-wrapper-new:hover .product-item::after {
  transform: translate(-50%, -50px);
}

.shokzfamily-products .product-wrapper.product-wrapper-new:hover .selling-points, .product-card-new .product-wrapper.product-wrapper-new:hover .selling-points {
  transform: translate(-50%, -50px);
}

.shokzfamily-products .product-wrapper.product-wrapper-new:hover .variant-buttons, .product-card-new .product-wrapper.product-wrapper-new:hover .variant-buttons {
  bottom: 30px;
  height: 50px;
}

.shokzfamily-products .swiper-pagination-shokzfamily, .product-card-new .swiper-pagination-shokzfamily {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  width: 100%;
}

.shokzfamily-products .swiper-pagination-shokzfamily .swiper-pagination-bullet, .product-card-new .swiper-pagination-shokzfamily .swiper-pagination-bullet {
  width: 4px !important;
  height: 4px !important;
  background: #BABABA !important;
  opacity: 1 !important;
  border-radius: 2px !important;
  transition: all 0.3s;
}

.shokzfamily-products .swiper-pagination-shokzfamily .swiper-pagination-bullet:not(:last-of-type), .product-card-new .swiper-pagination-shokzfamily .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 8px;
}

.shokzfamily-products .swiper-pagination-shokzfamily .swiper-pagination-bullet-active, .product-card-new .swiper-pagination-shokzfamily .swiper-pagination-bullet-active {
  width: 16px !important;
  background: #050505 !important;
}

@media (min-width: 769px) {
  .shokzfamily-products .swiper-pagination-shokzfamily, .product-card-new .swiper-pagination-shokzfamily {
    display: none;
  }
}

.shokzfamily-products .swiper-slide, .product-card-new .swiper-slide {
  padding-bottom: 20px;
}

@media (max-width: 1920px) {
  .shokzfamily-products .title, .product-card-new .title {
    font-size: calc(20px + 1.1458333vw);
  }
}

@media (max-width: 1400px) {
  .shokzfamily-products .swiper-button-prev, .product-card-new .swiper-button-prev {
    left: -10px;
  }
  .shokzfamily-products .swiper-button-next, .product-card-new .swiper-button-next {
    right: -10px;
  }
}

@media (max-width: 1279px) {
  .shokzfamily-products .swiper-button-prev, .product-card-new .swiper-button-prev {
    left: 5px;
  }
  .shokzfamily-products .swiper-button-next, .product-card-new .swiper-button-next {
    right: 5px;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .selling-points, .product-card-new .product-wrapper.product-wrapper-new .selling-points {
    padding: 0 20px 20px;
  }
}

@media (min-width: 769px) {
  .shokzfamily-products .opencomm .selling-point-item:nth-of-type(1), .shokzfamily-products .opencomm .selling-point-item:nth-of-type(3), .product-card-new .opencomm .selling-point-item:nth-of-type(1), .product-card-new .opencomm .selling-point-item:nth-of-type(3) {
    width: 56%;
  }
  .shokzfamily-products .opencomm .selling-point-item:nth-of-type(2), .shokzfamily-products .opencomm .selling-point-item:nth-of-type(4), .product-card-new .opencomm .selling-point-item:nth-of-type(2), .product-card-new .opencomm .selling-point-item:nth-of-type(4) {
    width: 42%;
  }
}

@media (max-width: 768px) {
  .shokzfamily-products, .product-card-new {
    padding: 40px 0px;
  }
  .shokzfamily-products .title, .product-card-new .title {
    font-size: 6.4vw;
    max-width: 60%;
    margin: 0px auto 20px;
  }
  .shokzfamily-products .collections-wrapper, .product-card-new .collections-wrapper {
    padding: 0px;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new, .product-card-new .product-wrapper.product-wrapper-new {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .product-title, .product-card-new .product-wrapper.product-wrapper-new .product-title {
    font-size: 20px;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .variants-img-wrapper, .product-card-new .product-wrapper.product-wrapper-new .variants-img-wrapper {
    transform: translateY(0px) !important;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .product-img, .product-card-new .product-wrapper.product-wrapper-new .product-img {
    max-width: 180px !important;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .variants-other-wrapper, .product-card-new .product-wrapper.product-wrapper-new .variants-other-wrapper {
    transform: translateY(-20px) !important;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .product-item:after, .product-card-new .product-wrapper.product-wrapper-new .product-item:after {
    transform: translate(-50%, -30px) !important;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .selling-points, .product-card-new .product-wrapper.product-wrapper-new .selling-points {
    transform: translate(-50%, -30px) !important;
    padding: 0 18px 20px;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .selling-point-item, .product-card-new .product-wrapper.product-wrapper-new .selling-point-item {
    flex-direction: column;
    text-align: center;
    min-height: 64px;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .selling-point-item img, .product-card-new .product-wrapper.product-wrapper-new .selling-point-item img {
    margin-right: 0px;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .variant-wrapper, .product-card-new .product-wrapper.product-wrapper-new .variant-wrapper {
    padding: 0px 18px;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .variant-buttons, .product-card-new .product-wrapper.product-wrapper-new .variant-buttons {
    bottom: 20px !important;
    height: 50px !important;
  }
  .shokzfamily-products .product-wrapper.product-wrapper-new .variant-buttons .learn-more, .product-card-new .product-wrapper.product-wrapper-new .variant-buttons .learn-more {
    height: 50px !important;
    line-height: 50px !important;
  }
}

.section-shokzfamily-email {
  position: relative;
  background: #F1F1F1;
  padding: 4.1666666vw 24px;
}

.section-shokzfamily-email .bottom-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857;
  color: #050505;
  text-decoration: underline;
  margin-top: 40px;
  cursor: pointer;
  display: none;
  transition: all 0.3s;
}

.section-shokzfamily-email .bottom-link.active {
  display: block;
}

.section-shokzfamily-email .bottom-link:hover {
  color: #ff7b3d;
}

.section-shokzfamily-email .shokzfamily-email-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  transition: all 0.3s;
}

.section-shokzfamily-email .shokzfamily-email-wrapper .image {
  display: block;
}

.section-shokzfamily-email .shokzfamily-email-wrapper .image-mb {
  display: none;
}

@media (min-width: 769px) {
  .section-shokzfamily-email .shokzfamily-email-wrapper:hover {
    box-shadow: 0px 4px 10px rgba(5, 5, 5, 0.2);
  }
}

.section-shokzfamily-email .klaviyo-wrapper {
  position: absolute;
  max-width: calc(50% - 80px);
  left: calc(50% + 40px);
  top: 50%;
  transform: translateY(-50%);
}

.section-shokzfamily-email .klaviyo-wrapper .needsclick[data-testid="form-row"]:nth-of-type(1) p span, .section-shokzfamily-email .klaviyo-wrapper p strong {
  font-weight: 500 !important;
}

.section-shokzfamily-email .klaviyo-wrapper .needsclick[data-testid="form-row"]:nth-of-type(4) label div {
  color: #2F2F2F !important;
}

.section-shokzfamily-email .klaviyo-wrapper button {
  padding: 0px 15px !important;
}

.section-shokzfamily-email .klaviyo-wrapper u {
  font-weight: bold !important;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .section-shokzfamily-email .klaviyo-wrapper {
    max-width: calc(50% - 40px);
    left: calc(50% + 20px);
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-of-type(5) > div {
    padding-bottom: 10px !important;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-of-type(5) > div p strong {
    font-size: 22px !important;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-of-type(4) p span {
    font-size: 14px !important;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-of-type(4) > div {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 768px) {
  .section-shokzfamily-email {
    padding: 5.333333vw 4.266666vw;
  }
  .section-shokzfamily-email .bottom-link {
    text-align: center;
  }
  .section-shokzfamily-email .shokzfamily-email-wrapper {
    max-height: 450px;
    overflow: hidden;
  }
  .section-shokzfamily-email .shokzfamily-email-wrapper .image-mb {
    display: block;
    width: 100%;
  }
  .section-shokzfamily-email .shokzfamily-email-wrapper .image-pc {
    display: none;
  }
  .section-shokzfamily-email .klaviyo-wrapper {
    width: calc(100% - 4vw);
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 375px;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-of-type(5) > div {
    padding-bottom: 20px !important;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-of-type(5) > div p strong {
    font-size: 24px;
    text-align: center !important;
    display: block;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-of-type(4) > div {
    padding-bottom: 20px !important;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-of-type(4) p span {
    text-align: center !important;
    display: block;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(1):nth-last-of-type(3) p span {
    font-size: 24px !important;
    display: block;
    text-align: center;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(2):nth-last-of-type(2) p span {
    display: block;
    text-align: center;
  }
  .section-shokzfamily-email .needsclick[data-testid="form-row"]:nth-of-type(3):nth-last-of-type(1) p u {
    font-size: 24px !important;
    display: block;
    text-align: center;
  }
}

/*=============================== End page shokzfamily ==================*/
.home-page-collection .collections-wrapper .product-wrapper .selling-point-item br.new-br {
  display: none;
}

/*========================= Home collection card new ========================*/
.product-card-new .title {
  text-align: left;
}

.product-card-new .collections-wrapper .product-wrapper .selling-point-item {
  line-height: 1.33333;
}

.product-card-new .one-column {
  display: none !important;
  position: relative;
}

.product-card-new .one-column.active {
  display: block !important;
}

.product-card-new .one-column.less-then-3.active {
  display: flex !important;
  justify-content: space-between;
}

.product-card-new .one-column.less-then-3 .one-third-column {
  width: calc((100% - 30px)/3);
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.product-card-new .collection-title-wrapper.pc {
  display: flex;
  padding: 0px 40px;
  max-width: 1280px;
  margin: 0px auto;
}

.product-card-new .collection-title-wrapper.pc .title {
  font-size: 24px;
  font-weight: 500;
  color: #BABABA;
  cursor: pointer;
  transition: all 0.3s;
}

.product-card-new .collection-title-wrapper.pc .title:not(:last-of-type) {
  margin-right: 60px;
}

.product-card-new .collection-title-wrapper.pc .title:hover {
  color: #ff7b3d;
}

.product-card-new .collection-title-wrapper.pc .title.active {
  color: #050505;
}

.product-card-new .swiper-button-next {
  right: -80px;
}

.product-card-new .swiper-button-prev {
  left: -80px;
}

.product-card-new .collections-wrapper {
  padding: 0px 80px;
  max-width: 1360px;
}

.product-card-new .product-wrapper.product-wrapper-new .product-item::after {
  bottom: 40px;
}

.product-card-new .product-wrapper.product-wrapper-new.openrun .product-item::after {
  bottom: 25px;
}

.product-card-new .product-wrapper.product-wrapper-new.openrun:hover .product-item:after {
  transform: translate(-50%, -40px);
}

.product-card-new .product-wrapper.product-wrapper-new .product-img {
  max-width: 240px;
}

.product-card-new .product-wrapper.product-wrapper-new .variants-other-wrapper {
  min-height: 160px;
}

.product-card-new .product-wrapper.product-wrapper-new .selling-points {
  padding-bottom: 17px;
}

.product-card-new .product-wrapper.product-wrapper-new {
  padding-bottom: 30px;
}

.product-card-new .product-wrapper-new .product-not-available {
  height: 50px !important;
  line-height: 50px;
  font-size: 13px;
}

.product-card-new .product-wrapper.product-wrapper-new .toggle-product-size {
  margin: 0px 0px 6px;
}

.product-card-new .product-wrapper.product-wrapper-new .price {
  margin-bottom: 6px;
  line-height: 1.4375;
}

.product-card-new .product-wrapper.product-wrapper-new:not(.openrun) .price {
  margin: 10px 0px;
}

.product-card-new .cable-row {
  width: 100%;
  overflow: hidden;
}

.product-card-new .cable-row .title {
  padding-bottom: 0px;
  margin-top: 40px;
}

.product-card-new .cable-row .two-product {
  flex-direction: unset;
  justify-content: flex-start;
}

.product-card-new .cable-row .two-product .product-item a {
  margin-top: 0px;
}

.product-card-new .cable-row .two-product .product-item {
  width: calc((100% - 30px)/3);
  margin-right: 15px;
  background: #ffffff;
  padding: 0px 0px 40px;
}

.product-card-new .cable-row .two-product .variant-buttons {
  padding: 0px 30px;
}

.product-card-new .cable-row .two-product .variant-buttons form {
  justify-content: space-between;
}

.product-card-new .cable-row .two-product .variant-buttons .learn-more {
  width: 48%;
  font-size: 13px;
  border: 1px solid #707070;
  background-color: #fff;
}

.product-card-new .cable-row .two-product .variant-buttons .learn-more:hover {
  border: 1px solid #fe7b3d;
  background-color: #fe7b3d;
}

.product-card-new .cable-row .two-product .variant-buttons .addtocart {
  width: 48% !important;
  height: 50px !important;
  line-height: 50px;
  font-size: 13px;
}

.product-card-new .cable-row .two-product .product-title {
  margin-top: -30px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.product-card-new .cable-row .two-product .price-wrapper {
  padding-top: 10px;
  font-weight: 500;
}

.product-card-new .cable-row .two-product .price-wrapper {
  transition: all 0.3s;
}

.product-card-new .cable-row .two-product .product-item:hover img {
  transform: translateY(-40px);
}

.product-card-new .cable-row .two-product .product-item:hover .product-title, .product-card-new .cable-row .two-product .product-item:hover .price-wrapper {
  transform: translateY(-50px);
}

.product-card-new .cable-row .two-product .product-item:hover .variant-buttons {
  bottom: 30px;
  height: 50px;
}

@media (max-width: 1400px) {
  .product-card-new .swiper-button-next {
    right: -60px;
  }
  .product-card-new .swiper-button-prev {
    left: -60px;
  }
  .product-card-new .collections-wrapper {
    padding: 0px 60px;
    max-width: 1320px;
  }
  .product-card-new .collection-title-wrapper.pc .title {
    font-size: 18px;
  }
  .product-card-new .collection-title-wrapper.pc .title:not(:last-of-type) {
    margin-right: 40px;
  }
}

@media (min-width: 769px) {
  .product-card-new .collections-wrapper .shadow-img {
    margin: -70px auto 0;
  }
  .product-card-new .collections-wrapper .product-wrapper .variants-img-wrapper {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 821px) {
  .product-card-new {
    background: #ffffff;
  }
  .product-card-new .collections-wrapper.hide-in-pc {
    display: block;
  }
  .product-card-new .collections-wrapper.hide-in-mb {
    display: none;
  }
  .product-card-new .collection-title-wrapper.pc {
    display: none;
  }
  .product-card-new .product-card-new .product-wrapper.product-wrapper-new .variant-buttons {
    bottom: 20px !important;
    height: 50px !important;
  }
  .product-card-new .product-wrapper.product-wrapper-new {
    background: #ffffff !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
  }
  .product-card-new .product-wrapper.product-wrapper-new .product-title {
    font-size: 20px;
  }
  .product-card-new .product-wrapper.product-wrapper-new .variants-img-wrapper {
    transform: translateY(0px) !important;
  }
  .product-card-new .product-wrapper.product-wrapper-new .product-img {
    max-width: 200px !important;
  }
  .product-card-new .product-wrapper.product-wrapper-new .variants-other-wrapper {
    transform: translateY(0px) !important;
  }
  .product-card-new .product-wrapper.product-wrapper-new .product-item:after {
    transform: translate(-50%, -25px) !important;
  }
  .product-card-new .product-wrapper.product-wrapper-new .selling-points {
    transform: translate(-50%, -30px) !important;
    padding: 0 18px 20px;
  }
  .product-card-new .product-wrapper.product-wrapper-new .variants-other-wrapper {
    min-height: 150px;
  }
  .product-card-new .product-wrapper.product-wrapper-new .selling-point-item {
    flex-direction: column;
    text-align: center;
    min-height: 76px;
  }
  .product-card-new .product-wrapper.product-wrapper-new .selling-point-item img {
    margin-right: 0px;
  }
  .product-card-new .product-wrapper.product-wrapper-new .selling-point-item:nth-of-type(3), .product-card-new .product-wrapper.product-wrapper-new .selling-point-item:nth-of-type(4) {
    margin-top: 10px;
    min-height: 60px;
  }
  .product-card-new .product-wrapper.product-wrapper-new .product-item {
    padding-bottom: 20px;
  }
  .product-card-new .product-wrapper.product-wrapper-new .variant-wrapper {
    padding: 0px 18px;
  }
  .product-card-new .product-wrapper.product-wrapper-new .variant-buttons {
    bottom: 20px !important;
    height: 50px !important;
  }
  .product-card-new .product-wrapper.product-wrapper-new .variant-buttons .learn-more {
    height: 50px !important;
    line-height: 50px !important;
  }
  .product-card-new .collections-wrapper {
    padding: 0px 16px;
  }
  .product-card-new .collections-wrapper .shadow-img {
    margin: -65px auto 0;
  }
  .product-card-new .product-wrapper.product-wrapper-new .variants-other-wrapper {
    transform: translateY(-18px) !important;
  }
}

@media (max-width: 499px) {
  .product-card-new .collections-wrapper-mb .collection-title-wrapper .collection-title:not(:last-of-type) {
    margin-right: 30px;
  }
  .product-card-new .collections-wrapper-mb .collection-title-wrapper .collection-title:last-of-type {
    margin-right: 0px;
  }
}

.template-collection .one-column {
  display: flex !important;
}

.template-collection .product-card-new .title {
  margin-bottom: 0px !important;
  padding-bottom: 10px;
}

.template-collection .product-card-new .one-third-column {
  margin-top: 40px 0px 10px;
}

.template-collection .product-card-new .one-third-column.cable-row {
  margin-top: 0px;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new {
  padding-bottom: 0px;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new .product-item {
  padding: 0px 0px 45px;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new .product-item::after {
  content: unset;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new .variants-other-wrapper {
  min-height: 135px;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new .product-title {
  font-size: 28px;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new .toggle-product-size {
  margin: 6px 0px;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new .price {
  margin-bottom: 6px;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new .color_list {
  margin-top: 4px;
}

.template-collection .product-card-new .product-wrapper.product-wrapper-new .two-product .product-img {
  max-width: 240px !important;
}

.template-collection .product-card-new .bottom_buttom_wrapper .bottom_buttom {
  border: unset;
  padding: 15px 24px;
  background: #ffffff;
}

.template-collection .product-card-new .bottom_buttom_wrapper .bottom_buttom:hover {
  background: #fe7b3d;
}

.template-collection .product-card-new .notety:not(.openrun) {
  display: block;
}

@media (max-width: 821px) {
  .template-collection .product-card-new {
    background: #f1f1f1;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new {
    padding-bottom: 20px;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .product-item {
    padding: 0 0 75px;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .variant-buttons .addtocart, .template-collection .product-card-new .product-wrapper.product-wrapper-new .product-not-available, .template-collection .product-card-new .product-wrapper.product-wrapper-new .addtocart-buy-on-amazon {
    display: none;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .learn-more {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .variant-wrapper {
    padding: 0px 12px;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .product-img {
    max-width: unset !important;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .product-card-new .cable-row .two-product .variant-buttons {
    padding: 0 12px;
  }
  .template-collection .product-card-new .product-img {
    width: 100%;
    padding: 0px 20px;
  }
  .template-collection .product-card-new .cable.cable-row .two-product .variant-buttons .learn-more {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
  }
  .template-collection .product-card-new .cable.cable-row .two-product .variant-buttons .addtocart {
    display: none;
  }
}

@media (max-width: 768px) {
  .template-collection .product-card-new .bottom_buttom_wrapper {
    margin-top: 40px;
  }
  .template-collection .product-card-new .bottom_buttom_wrapper .bottom_buttom {
    padding: 10px 24px;
  }
  .template-collection .product-card-new .title {
    max-width: unset;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new {
    padding-bottom: 20px;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .shadow-img {
    margin-top: -13vw;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .product-title {
    font-size: 4.8vw;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .product-item {
    padding: 0px;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .variant-buttons {
    padding: 0px;
    bottom: 0px !important;
    height: 40px !important;
  }
  .template-collection .product-card-new .product-wrapper.product-wrapper-new .learn-more {
    height: 40px !important;
    line-height: 40px !important;
  }
  .template-collection .product-card-new .cable.cable-row .product-item {
    width: calc(50% - 8px) !important;
    margin-right: 0px !important;
    padding-bottom: 20px;
  }
  .template-collection .product-card-new .cable.cable-row .two-product {
    justify-content: space-between;
  }
  .template-collection .product-card-new .cable.cable-row .two-product .product-item .product-title {
    margin-top: -20px !important;
    font-size: 3.733333vw !important;
    margin-bottom: 0px;
    min-height: 22.6666vw !important;
    padding: 0px 10px;
  }
  .template-collection .product-card-new .cable.cable-row .two-product .price-wrapper {
    transform: translateY(0px) !important;
  }
  .template-collection .product-card-new .cable.cable-row .two-product .product-item {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    border: unset !important;
  }
  .template-collection .product-card-new .cable.cable-row .two-product .variant-buttons {
    padding: 0 12px;
    height: 40px !important;
    margin-top: 10px;
  }
  .template-collection .product-card-new .cable.cable-row .two-product .variant-buttons .learn-more {
    height: 40px !important;
    line-height: 40px !important;
  }
  .template-collection .product-card-new .cable.cable-row .title {
    margin-top: 0px;
  }
  .template-collection .product-card-new .variant-buttons form .learn-more {
    border: unset !important;
    background: #050505 !important;
    color: #ffffff !important;
  }
  .template-collection .product-card-new .variant-buttons form .learn-more:hover {
    background: #fe7b3d !important;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .template-collection .product-card-new .variants-other-wrapper {
    min-height: 180px;
  }
}

.section-error-page-help-you {
  background: #ffffff;
}

.template-404 .product-card-new {
  background: #f1f1f1;
}

@media (max-width: 768px) {
  .section-error-page-collection h2.error-page-title {
    margin-bottom: 0px;
  }
  .section-error-page-collection .swiper-slide {
    padding-top: 20px;
  }
}

@media (max-width: 821px) {
  .template-404 .product-card-new, #find-a-store .product-card-new {
    padding: 40px 0px;
  }
  .home-page-collection .collections-wrapper-mb .collection-title-wrapper {
    justify-content: flex-start;
  }
}

.swiper-pagination-collection-mb {
  display: flex !important;
  justify-content: center;
  position: relative !important;
}

.swiper-pagination-collection-mb .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  background: #BABABA !important;
  transition: all 0.3s;
}

.swiper-pagination-collection-mb .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 8px !important;
}

.swiper-pagination-collection-mb .swiper-pagination-bullet-active {
  width: 26px !important;
  border-radius: 5px !important;
  background: #050505 !important;
}

@media (min-width: 822px) {
  .swiper-pagination-collection-mb {
    display: none !important;
  }
}

.fit-top-small-pc .home-page-collection .collections-wrapper .two-product .product-title {
  margin-top: -4vh !important;
}

.fit-top-small-pc .fit-top-small-pc .home-page-collection .collections-wrapper .product-img {
  max-height: 23vh;
}

.fit-top-small-pc .product-card-new .cable-row .two-product .product-item:hover img {
  transform: translateY(-30px);
}

.fit-top-small-pc .product-card-new .cable-row .two-product .product-item:hover .product-title, .fit-top-small-pc .product-card-new .cable-row .two-product .product-item:hover .price-wrapper {
  transform: translateY(-40px);
}

.fit-top-small-pc .home-page-collection .collections-wrapper .two-product .product-item a {
  margin-bottom: 15px;
}

.fit-top-small-pc .product-card-new .cable-row .two-product .product-item {
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .section-collection-template2 .one-column-mb.cable .two-product {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-collection-template2 .one-column-mb.cable .two-product .product-item:last-of-type {
    margin-top: 5.333333vw;
  }
}

/*========================= End Home collection card new ===================*/
/* 夏促 */
.section-summersale2022-featured-product {
  padding: 80px 30px;
  background: linear-gradient(359deg, #FFFFFF 0%, #e8f6f9 20%, #D9F9FF 100%);
}

.section-summersale2022-featured-product .featured-product-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
}

.section-summersale2022-featured-product .title {
  font-size: calc(10px + 1.666666vw);
  font-weight: 500;
  line-height: 1.5;
  color: #0E1B2E;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.section-summersale2022-featured-product .item {
  display: flex;
  align-items: center;
  margin-top: 80px;
  background: #ffffff;
  border-radius: 7px;
}

.section-summersale2022-featured-product .item.image-right .image-wrapper {
  order: 2;
}

.section-summersale2022-featured-product .item.image-right .text-wrapper {
  order: 1;
}

.section-summersale2022-featured-product .image-wrapper {
  width: 50%;
}

.section-summersale2022-featured-product .image-wrapper img {
  display: block;
}

.section-summersale2022-featured-product .text-wrapper {
  width: 50%;
  padding: 10px 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}

.section-summersale2022-featured-product .text-wrapper .name {
  font-size: 24px;
  line-height: 1.375;
  color: #050505;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.section-summersale2022-featured-product .text-wrapper .name span {
  font-size: 14px;
  color: #3397DD;
  display: block;
  margin-left: 20px;
}

.section-summersale2022-featured-product .text-wrapper .a-line {
  width: 100%;
  height: 1px;
  background: #BABABA;
  margin: 20px 0px;
}

.section-summersale2022-featured-product .selling-points {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.section-summersale2022-featured-product .selling-points .selling-points-item {
  width: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333333;
  color: #666666;
  display: flex;
  align-items: center;
}

.section-summersale2022-featured-product .selling-points .selling-points-item img {
  display: block;
  margin-right: 4px;
}

.section-summersale2022-featured-product .selling-points .selling-points-item:nth-of-type(1), .section-summersale2022-featured-product .selling-points .selling-points-item:nth-of-type(2) {
  margin-bottom: 16px;
}

.section-summersale2022-featured-product .text-wrapper .text {
  font-size: 14px;
  line-height: 20px;
}

.section-summersale2022-featured-product .item-1 .selling-points .selling-points-item:nth-of-type(1), .section-summersale2022-featured-product .item-1 .selling-points .selling-points-item:nth-of-type(3) {
  width: 40%;
}

.section-summersale2022-featured-product .item-1 .selling-points .selling-points-item:nth-of-type(2), .section-summersale2022-featured-product .item-1 .selling-points .selling-points-item:nth-of-type(4) {
  width: 60%;
}

.section-summersale2022-featured-product .item-2 .selling-points .selling-points-item:nth-of-type(1), .section-summersale2022-featured-product .item-2 .selling-points .selling-points-item:nth-of-type(3) {
  width: 60%;
}

.section-summersale2022-featured-product .item-2 .selling-points .selling-points-item:nth-of-type(2), .section-summersale2022-featured-product .item-2 .selling-points .selling-points-item:nth-of-type(4) {
  width: 40%;
}

.section-summersale2022-featured-product .item-3 .selling-points .selling-points-item:nth-of-type(1), .section-summersale2022-featured-product .item-3 .selling-points .selling-points-item:nth-of-type(3) {
  width: 35%;
}

.section-summersale2022-featured-product .item-3 .selling-points .selling-points-item:nth-of-type(2), .section-summersale2022-featured-product .item-3 .selling-points .selling-points-item:nth-of-type(4) {
  width: 65%;
}

.section-summersale2022-featured-product .link-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  background: #ff7b3d;
  padding: 10px 33px;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 850px) {
  .section-summersale2022-featured-product {
    background: linear-gradient(345deg, #FFFFFF 0%, #e8f6f9 20%, #D9F9FF 100%);
    padding: 60px 16px;
  }
  .section-summersale2022-featured-product .title {
    font-size: 5.333333vw;
  }
  .section-summersale2022-featured-product .title br {
    display: block !important;
  }
  .section-summersale2022-featured-product .item {
    margin-top: 60px;
    display: block;
  }
  .section-summersale2022-featured-product .text-wrapper {
    width: 100%;
    padding: 20px 14px;
  }
  .section-summersale2022-featured-product .text-wrapper .name {
    font-size: 5.33333vw;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .section-summersale2022-featured-product .text-wrapper .name span {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .section-summersale2022-featured-product .text-wrapper .text {
    font-size: 3.466666vw;
    text-align: center;
    width: 100%;
  }
  .section-summersale2022-featured-product .image-wrapper {
    width: 100%;
  }
  .section-summersale2022-featured-product .image-wrapper img {
    width: 100%;
  }
  .section-summersale2022-featured-product .selling-points .selling-points-item {
    width: 50% !important;
    font-size: 3.2vw !important;
  }
  .section-summersale2022-featured-product .link-button {
    margin: 20px auto 0px;
    padding: 0px;
    background: transparent;
    color: #ff7a3d;
    text-decoration: underline;
  }
}

@media (max-width: 850px) and (min-width: 750px) {
  .section-summersale2022-featured-product .item {
    max-width: 600px;
    display: block;
    margin: 60px auto 0px;
  }
  .section-summersale2022-featured-product .text-wrapper .name {
    font-size: 30px;
  }
  .section-summersale2022-featured-product .text-wrapper .text {
    font-size: 16px;
  }
  .section-summersale2022-featured-product .selling-points .selling-points-item {
    font-size: 14px !important;
  }
}

.section-summersale2022-notifyme {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-summersale2022-notifyme .item {
  position: relative;
}

.section-summersale2022-notifyme .item img {
  position: relative;
  display: block;
  min-width: 1920px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.section-summersale2022-notifyme .item .text-wrapper {
  position: absolute;
  left: 50vw;
  top: 50%;
  transform: translateY(-50%);
  max-width: 555px;
}

.section-summersale2022-notifyme .item .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 20px;
}

.section-summersale2022-notifyme .item .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 40px;
}

.section-summersale2022-notifyme .item .link-button {
  display: inline-block;
  padding: 15px 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  color: #FFFFFF;
  background: #ff7b3d;
  border-radius: 4px;
  cursor: pointer;
}

.section-summersale2022-notifyme .item-2 .text-wrapper {
  left: 27.0833vw;
  max-width: 445px;
}

.section-summersale2022-notifyme .item-2 .title {
  color: #ffffff;
}

.section-summersale2022-notifyme .item-2 .content {
  color: #ffffff;
}

.section-summersale2022-notifyme .item-2 .link-button {
  color: #050505;
  background: #ffffff;
  transition: all 0.3s;
}

.section-summersale2022-notifyme .item-2 .link-button:hover {
  color: #ffffff;
  background: #ff7b3d;
}

@media (max-width: 1300px) {
  .section-summersale2022-notifyme .item img {
    min-width: 1500px;
  }
  .section-summersale2022-notifyme .item .text-wrapper {
    max-width: 44vw;
  }
  .section-summersale2022-notifyme .item .title {
    font-size: 2vw;
    margin-bottom: 1.538461vw;
  }
  .section-summersale2022-notifyme .item .content {
    font-size: 1.230769vw;
    margin-bottom: 3.0769vw;
  }
  .section-summersale2022-notifyme .item .link-button {
    padding: 10px 30px;
  }
  .section-summersale2022-notifyme .item-2 .text-wrapper {
    left: 18vw;
    max-width: 34.2307vw;
  }
}

@media (max-width: 1100px) {
  .section-summersale2022-notifyme .item img {
    left: 60%;
  }
  .section-summersale2022-notifyme .item-2 img {
    left: 60%;
  }
  .section-summersale2022-notifyme .item .content {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .section-summersale2022-notifyme .item img {
    left: unset;
    transform: unset;
    min-width: unset;
  }
  .section-summersale2022-notifyme .item .text-wrapper {
    top: unset;
    bottom: 10.66666vw;
    max-width: unset;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding: 0px 4.26666vw;
  }
  .section-summersale2022-notifyme .item .title {
    font-size: 5.8666vw;
    margin-bottom: 5.333333vw;
  }
  .section-summersale2022-notifyme .item .content {
    font-size: 3.7333vw;
    margin-bottom: 5.333333vw;
  }
  .section-summersale2022-notifyme .item .link-button {
    padding: 15px 45px;
  }
}

@media (max-width: 1100px) and (min-width: 851px) {
  .section-summersale2022-featured-product .text-wrapper {
    padding: 5px 20px;
  }
  .section-summersale2022-featured-product .text-wrapper .name {
    margin-bottom: 5px;
  }
  .section-summersale2022-featured-product .text-wrapper .text {
    font-size: 14px;
  }
  .section-summersale2022-featured-product .text-wrapper .a-line {
    margin: 10px 0px;
  }
}

.section-summersale2022-time {
  position: relative;
  overflow: hidden;
}

.section-summersale2022-time img {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1920px;
}

.section-summersale2022-time img.img-mb {
  display: none;
}

.section-summersale2022-time .text-wrapper {
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-summersale2022-time .text-wrapper .title {
  font-size: calc(10px + 1.666666vw);
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .section-summersale2022-time img {
    min-width: unset;
  }
  .section-summersale2022-time img.img-mb {
    display: block;
  }
  .section-summersale2022-time img.img-pc {
    display: none;
  }
  .section-summersale2022-time .text-wrapper .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.find-my-shokz-wrapper-wrapper {
  background: linear-gradient(134deg, #3397DD 0%, #98D1E8 100%);
  max-width: 1200px;
  margin: 0px auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .find-my-shokz-wrapper-wrapper {
    border-radius: 4px;
  }
}

.find-my-shokz-wrapper {
  padding: 20px 0px;
  max-width: 600px;
  margin: 80px auto 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
}

.find-my-shokz-wrapper .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #F1F1F1;
}

.find-my-shokz-wrapper .exit-pop-summersale {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #FF7a3D;
  padding: 10px 25px;
  border-radius: 4px;
  background: #ffffff;
}

@media (max-width: 600px) {
  .find-my-shokz-wrapper {
    margin: 60px auto 0px;
    padding: 10px;
  }
  .find-my-shokz-wrapper .info {
    font-size: 13px;
  }
  .find-my-shokz-wrapper .exit-pop-summersale {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
    padding: 10px;
  }
}

/* #AccessibleNav .site-nav__item:first-of-type a{
  color: #44A6E3;
}
.nav-mb-wrapper .nav-item:first-of-type a{
  color: #44A6E3;
}
 */
#divtime-container {
  max-width: 800px;
  margin: 0px auto;
}

#divtime-container #divtime-pro {
  display: flex;
  align-items: center;
  justify-content: center;
}

#divtime-container .divtime-item {
  width: 146px;
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: #44A6E3;
}

#divtime-container .poi-time {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0px 32px;
}

#divtime-container .divtime-text {
  position: absolute;
  bottom: -40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #F1F1F1;
}

@media (max-width: 1000px) {
  #divtime-container .divtime-item {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 600px) {
  #divtime-container .divtime-item {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    font-size: 22px;
  }
  #divtime-container .poi-time {
    margin: 0px 15px;
    font-size: 22px;
  }
  #divtime-container .divtime-text {
    font-size: 14px;
    bottom: -26px;
  }
}

/* End 夏促 */
@media (max-width: 768px) {
  .product-openrun .has-mini-option {
    display: flex !important;
    justify-content: space-between !important;
  }
  .product-openrun .has-mini-option label {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .product-openrun .has-mini-option.mini {
    max-width: 20%;
  }
}

/* UC Blog klaviyo form */
.blog-k-form-wrapper {
  padding: 40px;
  background: #F1F1F1;
}

.blog-k-form-wrapper .klaviyo-form button {
  padding: 0 50px !important;
}

.blog-k-form-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(5) label {
  padding-bottom: 0px !important;
}

.blog-k-form-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(6) a:hover {
  color: #ffffff !important;
}

.blog-uc-aline {
  background: #bababa;
  height: 1px;
  margin: 40px 0px;
}

.uc-footer-info {
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
  color: #666666;
}

.uc-footer-info a {
  text-decoration: underline;
  transition: all 0.3s;
}

.uc-footer-info a:hover {
  color: #ff73bd;
}

@media (max-width: 500px) {
  .blog-k-form-wrapper {
    padding: 10px 9px 20px;
  }
  .blog-k-form-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(1) p span {
    font-size: 13px !important;
  }
  .blog-k-form-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(2) > div {
    padding-bottom: 10px !important;
  }
  .blog-k-form-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(3) > div {
    padding-bottom: 10px !important;
  }
  .blog-k-form-wrapper .klaviyo-form .needsclick[data-testid="form-row"]:nth-of-type(4) .needsclick {
    width: 100% !important;
  }
}

/*================= OpenComm new style ===================*/
.product-page .class-product-tab .class-product-tab-inner .product-tab-item {
  font-size: 16px;
  margin-right: 56px;
  line-height: 1.4375;
}

.product-page .class-product-tab .class-product-tab-inner .buy-now .product-single__price {
  font-size: 16px;
}

.product-page .class-product-tab .class-product-tab-inner .buy-now .addtocart {
  font-size: 14px;
  padding: 10px 44px;
}

#shopify-section-product-template-new .product-right .product-page-description {
  font-size: 14px;
  line-height: 1.428571;
}

#shopify-section-product-template-new .product-right .price-container .product-single__price {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
}

#shopify-section-product-template-new .product-right .find-in-store {
  color: #2f2f2f;
  font-size: 14px;
}

@media (min-width: 1921px) {
  .product-page .class-product-tab .class-product-tab-inner .product-tab-item {
    font-size: 0.8333333vw;
    margin-right: 2.916666vw;
  }
  .product-page .class-product-tab .class-product-tab-inner {
    padding: 1.145833vw 1.25vw;
  }
  .product-page .class-product-tab .class-product-tab-inner .buy-now .product-single__price {
    font-size: 0.8333333vw;
  }
}

@media (max-width: 1100px) {
  .product-page .class-product-tab .class-product-tab-inner .product-tab-item {
    margin-right: 3vw;
    font-size: 14px;
  }
}

.what-is-difference {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0px;
  padding-top: 20px;
  border-top: 1px solid #bababa;
  /*   @media(max-width: 1120px){
    .difference-pop{margin-top:20px;}
  } */
}

.what-is-difference .difference-item-wrapper {

}

.what-is-difference .col-aline {
  height: 20px;
  background: #D6D6D6;
  margin: 0px 10px;
  width: 1px;
}

.what-is-difference .toggle-product {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1428;
  color: #2F2F2F;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}

.what-is-difference .toggle-product img {
  display: block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.what-is-difference .toggle-product.active {
  background: #ffffff;
  color: #050505;
}

.what-is-difference .difference-pop {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2307;
  color: #666666;
  text-decoration: underline;
  margin-top: 0px;
}

.what-is-difference .difference-pop img {
  display: flex;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .what-is-difference {
    display: block;
  }
  .what-is-difference .difference-item-wrapper {
    max-width: 305px;
    margin: 0px auto !important;
    padding: 4px;
  }
  .what-is-difference .difference-pop {
    justify-content: center;
  }
}

@media (max-width: 370px) {
  .what-is-difference .difference-item-wrapper .toggle-product {
    font-size: 13px;
  }
}

.snippet-product-selling-pointer {
  background: unset;
  padding: 0px 24px 40px;
  color: #050505;
}

.snippet-product-selling-pointer .selling-pointer-wrapper {
  padding: 40px 0px 0px;
  border-top: 1px solid #bababa;
  transform: unset;
  max-width: 1200px;
}

.snippet-product-selling-pointer .selling-pointer-wrapper .selling-pointer {
  display: flex;
  align-items: center;
}

.snippet-product-selling-pointer .selling-pointer-wrapper svg {
  display: block;
  margin-right: 20px;
}

.snippet-product-selling-pointer svg path {
  fill: #050505 !important;
}

.snippet-product-selling-pointer .snippet-product-selling-pointer .learn-more {
  color: #666666;
}

@media (max-width: 768px) {
  .snippet-product-selling-pointer .selling-pointer-wrapper {
    flex-direction: unset;
    flex-wrap: wrap;
    padding-top: 0px;
    margin-top: 8vw;
  }
  .snippet-product-selling-pointer .selling-pointer-wrapper .selling-pointer {
    align-items: flex-start;
    width: 50%;
    text-align: left;
    margin-top: 8vw;
    line-height: 1.33333;
  }
  .snippet-product-selling-pointer .selling-pointer-wrapper .selling-pointer:last-of-type {
    width: 100%;
    margin-top: 4vw;
  }
  .snippet-product-selling-pointer .selling-pointer-wrapper .selling-pointer .title {
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  #shopify-section-product-template-new {
    padding-bottom: 0px;
  }
}

@media (min-width: 769px) {
  .product-page .class-product-tab .class-product-tab-inner {
    padding: 22px 24px;
  }
}

.section-opencomm-video-2 {
  background: #000000;
  padding: 6.25vw 0px;
  text-align: center;
}

.section-opencomm-video-2 .video-img-pc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

.section-opencomm-video-2 .title-1 {
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 1.71428;
  color: #FFFFFF;
  margin-bottom: 2.08333333vw;
}

.section-opencomm-video-2 .content-1 {
  font-size: 0.833333vw;
  line-height: 1.5;
  color: #F1F1F1;
  max-width: 31.25vw;
  margin: 0px auto 3.125vw;
}

.section-opencomm-video-2 .video1 {
  max-width: 62.5vw;
  margin: 0px auto;
}

.section-opencomm-video-2 .title-2 {
  line-height: 1.42857;
  color: #FFFFFF;
  margin-bottom: 2.08333333vw;
  font-size: 2.1875vw;
  margin-top: 6.25vw;
}

.section-opencomm-video-2 .content-2 {
  font-size: 0.833333vw;
  line-height: 1.5;
  color: #F1F1F1;
  max-width: 31.25vw;
  margin: 0px auto;
}

.section-opencomm-video-2 .voice-wrapper {
  max-width: 600px;
  margin: 0px auto;
}

.section-opencomm-video-2 .voice-contral {
  display: flex;
  align-items: center;
  background: #272727;
  padding: 10px 20px;
  justify-content: space-between;
  cursor: pointer;
}

.section-opencomm-video-2 .voice-contral .left-part {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #F1F1F1;
}

.section-opencomm-video-2 .voice-contral .left-part img {
  display: block;
  margin-right: 20px;
}

.section-opencomm-video-2 .voice-contral .left-part .playing {
  display: none;
}

.section-opencomm-video-2 .voice-contral .left-part.play .playing {
  display: block;
}

.section-opencomm-video-2 .voice-contral .left-part.play .stoping {
  display: none;
}

.section-opencomm-video-2 .voice-contral .left-part.pause .playing {
  display: none;
}

.section-opencomm-video-2 .voice-contral .left-part.pause .stoping {
  display: block;
}

.section-opencomm-video-2 .voice-contral .right-part {
  display: flex;
  align-items: center;
  padding: 5px;
  background: #000000;
  border-radius: 4px;
}

.section-opencomm-video-2 .voice-contral .right-part .item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14285;
  color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}

.section-opencomm-video-2 .voice-contral .right-part .item.active {
  background: #ffffff;
  color: #000;
}

.section-opencomm-video-2 .voice-contral .right-part .item.active::after {
  display: none !important;
}

.section-opencomm-video-2 .voice-contral .right-part .item-1::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  height: 25px;
  width: 1px;
  background: #454545;
}

.section-opencomm-video-2 .voice-contral .right-part .item-3::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 1px;
  background: #454545;
}

@media (max-width: 1921px) {
  .section-opencomm-video-2 .title-1 {
    font-size: calc(18px + 0.9375vw);
  }
  .section-opencomm-video-2 .content-1 {
    font-size: calc(12px + .2083333vw);
    max-width: 600px;
    margin: 0px auto 60px;
  }
  .section-opencomm-video-2 .video1 {
    max-width: 1200px;
    margin: 0px auto;
  }
  .section-opencomm-video-2 .content-2 {
    font-size: calc(12px + .2083333vw);
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .section-opencomm-video-2 {
    padding: 60px 16px;
    text-align: left;
  }
  .section-opencomm-video-2 .title-1 {
    font-size: 4.266666vw;
    margin-bottom: 4.5333333vw;
    line-height: 1.5;
  }
  .section-opencomm-video-2 .content-1 {
    font-size: 3.2vw;
    margin-bottom: 40px;
    max-width: unset;
  }
  .section-opencomm-video-2 .title-2 {
    font-size: 4.266666vw;
    margin: 60px 0px 4.5333333vw;
    line-height: 1.5;
  }
  .section-opencomm-video-2 .content-2 {
    font-size: 3.2vw;
    max-width: unset;
  }
  .section-opencomm-video-2 img {
    width: 100%;
  }
  .section-opencomm-video-2 .video-img-2 {
    width: 100vw;
    max-width: unset;
    transform: translateX(-16px);
  }
  .section-opencomm-video-2 .voice-contral {
    padding: 10px;
  }
  .section-opencomm-video-2 .left-part span {
    display: none;
  }
  .section-opencomm-video-2 .voice-contral .right-part {
    padding: 0px;
    background: unset;
  }
  .section-opencomm-video-2 .voice-contral .right-part .item {
    font-size: 12px;
    padding: 0 5px;
    color: #bababa;
  }
  .section-opencomm-video-2 .voice-contral .right-part .item.active {
    background: unset;
    color: #fff;
    text-decoration: underline;
  }
  .section-opencomm-video-2 .voice-contral .left-part img {
    margin-right: 10px;
    max-width: 22px;
  }
  .section-opencomm-video-2 .voice-wrapper {
    max-width: 400px;
  }
  .section-opencomm-video-2 .voice-contral .right-part .item:after {
    display: none !important;
  }
}

.section-opencomm-product-features-2 .features2 {
  background: #000;
  padding-bottom: 120px;
}

.section-opencomm-product-features-2 .features2.features-item-2 {
  padding-top: 120px;
}

.section-opencomm-product-features-2 .features2-inner {
  display: flex;
  max-width: 1248px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 24px;
  align-items: center;
  justify-content: space-between;
}

.section-opencomm-product-features-2 .features2-inner .text-wrapper {
  right: unset;
  left: unset;
  top: unset;
  transform: unset;
  position: relative;
  width: calc(50% - 100px);
}

.section-opencomm-product-features-2 .features2-inner .text-wrapper .content {
  max-width: unset;
}

.section-opencomm-product-features-2 .features2-inner .text-wrapper .title {
  font-size: calc(6px + 1.5625vw);
  line-height: 1.444444;
}

.section-opencomm-product-features-2 .features2-inner .image-wrapper {
  width: 50%;
}

.section-opencomm-product-features-2 .features2-inner.left-text .text-wrapper {
  order: 1;
}

.section-opencomm-product-features-2 .features2-inner.left-text .image-wrapper {
  order: 2;
}

@media (min-width: 769px) {
  .section-opencomm-product-features-2 .features-item-5 .text-wrapper .title, .section-opencomm-product-features-2 .features-item-6 .text-wrapper .title {
    font-size: 1.875vw;
    line-height: 1.44444;
  }
}

@media (min-width: 1921px) {
  .section-opencomm-product-features-2 .features2-inner .text-wrapper .title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .section-opencomm-product-features-2 .features2-inner .text-wrapper .content {
    font-size: 16px;
  }
}

@media (max-width: 1920px) {
  .section-opencomm-product-features-2 .features2 {
    padding-bottom: 6.25vw;
  }
  .section-opencomm-product-features-2 .features2.features-item-2 {
    padding-top: 6.25vw;
  }
}

@media (max-width: 768px) {
  .section-opencomm-product-features-2 .features2 {
    padding-top: 60px;
  }
  .section-opencomm-product-features-2 .features2-inner {
    padding: 0px 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .section-opencomm-product-features-2 .features2-inner .image-wrapper {
    width: 100%;
    order: 1 !important;
  }
  .section-opencomm-product-features-2 .features2-inner .text-wrapper {
    width: 100%;
    order: 2 !important;
    padding: 0px;
    bottom: unset;
    padding-top: 40px;
  }
  .section-opencomm-product-features-2 .features2-inner .text-wrapper .title {
    font-size: 4.266666vw;
    line-height: 1.5;
    margin-bottom: 5.33333vw;
  }
  .section-opencomm-product-features-2 .features2-inner .text-wrapper .content {
    font-size: 3.2vw;
  }
  .section-opencomm-product-features-2 .features2.features-item-2 {
    padding-top: 60px;
  }
  .section-opencomm-product-features-2 .features-item-1 {
    font-size: 4.8vw;
  }
  .section-opencomm-product-features-2 .features-item-1 .title br {
    display: none;
  }
  .section-opencomm-product-features-2 .features-item-3 .features2-inner .text-wrapper, .section-opencomm-product-features-2 .features-item-4 .features2-inner .text-wrapper {
    width: 100%;
    bottom: unset;
    padding-top: 40px;
    position: relative;
  }
  .section-opencomm-product-features-2 .features-item-6 .text-wrapper {
    position: relative;
    background: #000000;
    padding-bottom: 40px;
    bottom: unset;
    float: unset !important;
  }
}

@media (max-width: 768px) {
  .section-opencomm-product-features-3 .features-item .text-wrapper {
    position: relative;
    order: 1;
    bottom: unset;
    padding: 40px 23px;
    background: #798DA5;
  }
  .section-opencomm-product-features-3 .features-item .features-image {
    order: 2;
  }
  .section-opencomm-product-features-3 .features-item .text-wrapper .title {
    display: none;
  }
  .section-opencomm-product-features-3 .features-item .text-wrapper .content {
    font-size: 3.73333vw;
  }
  .section-opencomm-product-features-3 .features-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
}

.section-product-additional-feartures {
  overflow: hidden;
}

.section-product-additional-feartures .top-wrapper {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.section-product-additional-feartures .top-wrapper .title {
  margin-bottom: 20px !important;
}

.section-product-additional-feartures .top-wrapper .additional-compare {
  padding: 5px;
  display: flex;
  align-items: center;
  max-width: 225px;
  margin: 0px auto;
  justify-content: space-between;
}

.section-product-additional-feartures .top-wrapper .additional-compare .item {
  font-size: 14px;
  line-height: 1.1428;
  padding: 5px 10px;
  color: #666666;
  cursor: pointer;
}

.section-product-additional-feartures .top-wrapper .additional-compare .item.active {
  background: #ffffff;
  color: #000000;
}

.section-product-additional-feartures .product-detail-part-wrapper {
  position: relative;
  padding: 0px 100px;
}

.section-product-additional-feartures .product-detail-part {
  position: relative;
  max-width: 800px;
  height: 860px;
  margin: 0px auto;
}

.section-product-additional-feartures .product-detail-part .img {
  position: absolute;
  opacity: 0;
  transition: all 0.6s;
  width:100%;
}

.section-product-additional-feartures .product-detail-part .opacity {
  opacity: 1;
}

.section-product-additional-feartures .product-detail-part[data-index="1"] .img-1 {
  display: block;
}

.section-product-additional-feartures .product-detail-part[data-index="2"] .img-2 {
  display: block;
}

.section-product-additional-feartures .product-detail-part .detail {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.section-product-additional-feartures .product-detail-part .detail span {
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
}

.section-product-additional-feartures .product-detail-part .detail.detail-1 {
  bottom: 154px;
  left: -200px;
}

.section-product-additional-feartures .product-detail-part .detail.detail-2 {
  bottom: 222px;
  left: 400px;
}

.section-product-additional-feartures .product-detail-part .detail.detail-3 {
  left: 650px;
  top: 500px;
  width: 175px;
}

.section-product-additional-feartures .product-detail-part .detail.detail-4 {
  left: 610px;
  top: 145px;
}

.section-product-additional-feartures .product-detail-part .detail.detail-5 {
  left: -200px;
  top: 508px;
}

.section-product-additional-feartures .product-detail-part .detail.detail-6 {
  left: 750px;
  top: 70px;
  width: 180px;
}

.section-product-additional-feartures .product-detail-part[data-index="2"] .detail.detail-1 {
  top: 205px;
}

.section-product-additional-feartures .feartures-wrapper.has-white-line {
  border-top: 1px solid #ffffff;
  padding-top: 40px;
}

.section-opencomm-uc-video-2 .title {
  margin-bottom: 120px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
}

.section-opencomm-uc-video-2 .title-2 {
  margin: 0px;
  font-size: 36px;
  width: 50%;
  text-align: left;
}

.section-opencomm-uc-video-2 .content-2 {
  width: 50%;
  text-align: left;
}

.section-opencomm-uc-video-2 .text-wrapper {
  max-width: 1240px;
  padding: 0px 24px;
  display: flex;
  align-items: flex-start;
  margin: 0px auto;
}

.template-product .current-option-color {
  color: #050505;
}

@media (min-width: 1921px) {
  .section-opencomm-uc-video-2 .content-2 {
    font-size: 16px;
  }
}

@media (max-width: 1920px) {
  .section-opencomm-uc-video-2 .title {
    margin-bottom: 6.25vw;
  }
  .section-opencomm-uc-video-2 .title-2 {
    font-size: calc(18px + 0.9375vw);
  }
}

@media (max-width: 1360px) {
  .section-product-additional-feartures .product-detail-part-wrapper {
    padding: 0px 7.35294vw;
  }
  .section-product-additional-feartures .product-detail-part {
    max-width: 58.82352vw;
    height: calc(58.82352vw/0.93023255);
  }
  .section-product-additional-feartures .product-detail-part .detail {
    font-size: 1.17647vw;
  }
  .section-product-additional-feartures .product-detail-part .detail span {
    font-size: 1.0294vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-1 {
    bottom: 11.3235vw;
    left: -14.70588vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-2 {
    bottom: 16.32352vw;
    left: 29.41176vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-3 {
    left: 47.7941vw;
    top: 36.7647vw;
    width: 12.867647vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-4 {
    left: 44.8529vw;
    top: 10.66176vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-5 {
    left: -14.70588vw;
    top: 37.3529vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-6 {
    left: 55.147vw;
    top: 5.147vw;
    width: 13.235vw;
  }
  .section-product-additional-feartures .product-detail-part[data-index="2"] .detail.detail-1 {
    top: 14.8vw;
  }
}

@media (max-width: 1000px) {
  .product-opencomm .section-product-additional-feartures {
    padding-top: calc(4.16666vw + 50px);
  }
  .product-opencomm .section-product-additional-feartures .top-wrapper {
    top: -50px;
  }
}

@media (max-width: 900px) {
  .section-product-additional-feartures .product-detail-part .detail.detail-5 {
    left: -18.70588vw;
    top: 37vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-1 {
    bottom: 11.3235vw;
    left: -18.70588vw;
  }
}

@media (max-width: 768px) {
  .section-product-additional-feartures {
    padding: 16vw 0px 10.666666vw;
  }
  .section-product-additional-feartures .product-detail-part {
    max-width: unset;
    width: 100%;
    height: 870px;
  }
  .section-product-additional-feartures .feartures-wrapper {
    margin: 5.333333vw 24px;
  }
  .section-product-additional-feartures .features-table {
    margin-left: 24px;
    margin-right: 24px;
  }
  .section-product-additional-feartures .product-detail-part-wrapper {
    padding: 0px;
  }
  .section-product-additional-feartures .product-detail-part .detail {
    font-size: 3.73333vw;
  }
  .section-product-additional-feartures .product-detail-part .detail span {
    font-size: 3.2vw;
  }
  .section-product-additional-feartures .product-detail-part .detail .text-wrapper {
    display: none !important;
  }
  .section-product-additional-feartures .product-detail-part .detail .minus {
    display: none;
    cursor: pointer;
    width: 6.4vw;
    height: 6.4vw;
  }
  .section-product-additional-feartures .product-detail-part .detail .plus {
    display: block;
    cursor: pointer;
    width: 6.4vw;
    height: 6.4vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.active .minus {
    display: block;
  }
  .section-product-additional-feartures .product-detail-part .detail.active .plus {
    display: none;
  }
  .section-product-additional-feartures .product-detail-part .detail.active .text-wrapper {
    display: block !important;
  }
  .section-product-additional-feartures .product-detail-part .detail.active.detail-3 .text-wrapper {
    display: block !important;
    text-align: center;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-1 {
    left: 11vw;
    bottom: 20vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-1 .text-wrapper {
    position: absolute;
    left: 12vw;
    bottom: 8vw;
    width: 65vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-2 {
    left: 22vw;
    bottom: 48vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-2 .text-wrapper {
    position: absolute;
    left: 32vw;
    bottom: -39vw;
    width: 37.3333vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-3 {
    left: 29vw;
    top: 42vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-3 .text-wrapper {
    position: absolute;
    left: 0vw;
    top: 23vw;
    width: 40vw;
    display: flex;
    align-items: center;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-3 .text-wrapper img {
    width: 19.2vw;
    margin-right: 3vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-4 {
    left: 59vw;
    top: 52vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-4 .text-wrapper {
    position: absolute;
    left: -18vw;
    top: 10vw;
    width: 40vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-5 {
    left: 71vw;
    top: 49vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-5 .text-wrapper {
    position: absolute;
    left: -18vw;
    top: 12vw;
    width: 45vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-6 {
    left: 79vw;
    top: 26vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-6 .text-wrapper {
    position: absolute;
    left: -18vw;
    top: -9vw;
    width: 35vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-7 {
    left: 12vw;
    top: 51vw;
  }
  .section-product-additional-feartures .product-detail-part .detail.detail-7 .text-wrapper {
    position: absolute;
    left: 21vw;
    top: 20vw;
    width: 65vw;
  }
  .section-product-additional-feartures .product-detail-part[data-index="2"] .detail.detail-1 {
    top: 51vw;
    left: 28vw;
  }
  .section-product-additional-feartures .product-detail-part[data-index="2"] .detail.detail-1 .text-wrapper {
    position: absolute;
    left: -2vw;
    bottom: 24vw;
    width: 60vw;
  }
  .product-opencomm .section-product-additional-feartures {
    padding-top: 26vw;
  }
  .product-opencomm .section-product-additional-feartures .top-wrapper {
    top: -10vw;
  }
  .section-product-additional-feartures .top-wrapper .additional-compare .item {
    font-size: 12px;
  }
  .section-product-additional-feartures .feartures-wrapper.has-white-line {
    padding-top: 5.333333vw;
  }
  .section-opencomm-uc-video-2 .title {
    font-size: 5.33333vw;
    margin-bottom: 60px;
    line-height: 1.6;
  }
  .section-opencomm-uc-video-2 .text-wrapper {
    padding: 0px;
    display: block;
  }
  .section-opencomm-uc-video-2 .title-2 {
    font-size: 4.26666vw;
    margin-bottom: 20px;
    width: 100%;
  }
  .section-opencomm-video-2 .content-2 {
    width: 100%;
  }
  .section-product-compare .compare-table .compare-content .item {
    font-size: 3.2vw;
  }
  .section-product-compare .compare-table .compare-content .item.product-name {
    font-size: 3.73333vw;
  }
  #shopify-section-product-template-new .product-single .product-right .js-qty input[type=text] {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 1000px) and (min-width: 769px) {
  .section-product-features .features-item .text-wrapper.right {
    right: 15vw;
  }
  .section-product-features .features-item .text-wrapper.left {
    left: 15vw;
  }
  .section-product-features .features-item .text-wrapper .content {
    max-width: 35vw;
  }
  .section-product-additional-feartures .product-detail-part .detail .text-wrapper {
    white-space: nowrap;
  }
  .section-product-banner .text-wrapper .text-inner .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .section-product-banner .text-wrapper .text-inner .subtitle {
    font-size: 18px;
    line-height: 1.3;
  }
  .section-product-banner .text-wrapper .text-inner .content {
    line-height: 1.2;
  }
}

@media (max-width: 414px) {
  .section-product-additional-feartures .product-detail-part {
    height: 480px;
  }
}

@media (max-width: 376px) {
  .section-product-additional-feartures .product-detail-part {
    height: 435px;
  }
}

@media (max-width: 4097px) and (min-width: 4000px) {
  .section-product-additional-feartures .top-wrapper {
    top: -50px;
  }
  .section-product-additional-feartures .product-detail-part-wrapper {
    padding-top: 100px;
  }
}

/*================= End OpenComm new style ================*/
/*================= OpenComm uc style ================*/
.product-page .class-product-tab .class-product-tab-inner .buy-now .product-single__price {
  letter-spacing: 0px;
}

.header-container .site-nav__link {
  letter-spacing: 0px;
}

.product-single__price {
  letter-spacing: 0px;
  color: #050505;
}

#shopify-section-product-template-new .product-single .product-right .js-qty input[type=text] {
  color: #050505;
}

.section-opencomm-product-features-2.opencomm-uc .features-item-1 {
  padding-top: 120px;
  background: #000;
  padding: 0px 24px;
}

.section-opencomm-product-features-2.opencomm-uc .features-item-1 img {
  max-width: 1200px;
  margin: 0px auto;
}

.section-opencomm-product-features-2.opencomm-uc .features-item-1 .text-wrapper {
  width: calc(50% - 130px);
  left: calc(50% + 100px);
  max-width: calc(100px + 20.8333vw);
}

.section-opencomm-product-features-2.opencomm-uc .features-item-1 .title {
  font-size: calc(6px + 1.5625vw);
  line-height: 1.444444;
}

.section-opencomm-uc-additional-features .hide-mob.product-detail-part .detail.detail-2 {
  bottom: 335px;
  left: unset;
  right: 290px;
}

.section-opencomm-uc-additional-features .hide-mob.product-detail-part .detail.detail-3 {
  left: 650px;
  top: 450px;
  width: 175px;
}

.section-opencomm-uc-additional-features .hide-mob.product-detail-part[data-index="2"] .detail.detail-1 {
  top: unset;
  bottom: 154px;
}

.section-opencomm-uc-additional-features .hide-mob.product-detail-part .detail.detail-8 {
  bottom: 160px;
  right: 142px;
}

.section-opencomm-uc-designed-for {
  padding: 120px 24px;
  background: #000000;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner {
  max-width: 1200px;
  margin: 0px auto;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .title {
  font-size: 42px;
  margin-bottom: 80px;
  color: #ffffff;
  line-height: 1.571428;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features-item-1 {
  margin-bottom: 80px;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .item {
  width: calc(50% - 10px);
  border-radius: 4px;
  overflow: hidden;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .item {
  height: calc((600px - 10px)*0.720338);
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 a {
  color: #ffffff;
  transition: all 0.3s;
  text-decoration: underline;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 a:hover {
  color: #ff7b3d;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part {
  padding: 40px;
  background: #272727;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-title {
  font-size: 36px;
  line-height: 1.416666;
  margin-bottom: 40px;
  color: #ffffff;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-content {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.5;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-info {
  line-height: 1.461538;
  font-size: 13px;
  color: #bababa;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .right-part {
  position: relative;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .img-wrapper {
  position: relative;
  opacity: 0;
  transition: all 0.5s;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .img-wrapper:first-of-type {
  opacity: 1;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .img-wrapper.active {
  opacity: 1;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .img-wrapper img {
  display: block;
  width: 100%;
  background: #ffffff;
  position: absolute;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .text-wrapper {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .text-item {
  font-size: 14px;
  color: #bababa;
  line-height: 1.42857;
  text-decoration: underline;
  cursor: pointer;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .text-item:first-of-type {
  margin-bottom: 10px;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .text-item.active {
  color: #2f2f2f;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .text-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #272727;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 4px;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .features2-title {
  font-size: 36px;
  line-height: 1.66666;
  margin-right: 20px;
  color: #ffffff;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .content {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item {
  position: relative;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-1 .item-content {
  max-width: 291px;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-2 .item-content {
  max-width: 417px;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-text-wrapper {
  position: absolute;
  left: 40px;
  bottom: 47px;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-title {
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 10px;
}

.section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-content {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1248px) {
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features-item-1 .item {
    height: calc((50vw - 41px)*.720338);
  }
}

@media (max-width: 768px) {
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features-item-1 .item {
    height: unset;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features-item-1 .item:last-of-type {
    height: calc((100vw - 32px)*.613372);
  }
}

.section-opencomm-uc-animation {
  background: #000000;
}

.section-opencomm-uc-animation .animation-bg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
}

.section-opencomm-uc-animation .opencomm-uc-animation-inner {
  height: calc(100vh - 67px);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-opencomm-uc-animation .opencomm-uc-animation-inner .img-item-wrapper {
  position: relative;
  height: calc(100vh - 67px);
  overflow: hidden;
}

.section-opencomm-uc-animation .opencomm-uc-animation-inner .features-image {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: calc((100vh - 67px)/0.5625);
}

.section-opencomm-uc-animation .animation-image-wrapper {
  margin-top: 0px;
}

.section-opencomm-uc-animation .opacity-text-wrapper {
  position: relative;
}

.section-opencomm-uc-animation .animation-text-wrapper {
  position: absolute;
  top: calc(40% + 30px);
  left: 50%;
  transform: translateX(-50%);
  width: 580px;
  opacity: 0;
  transition: opacity 0.5s linear, top 0.5s cubic-bezier(0, 0.99, 0.48, 1);
  color: #ffffff;
}

.section-opencomm-uc-animation .animation-text-wrapper .title {
  font-size: 42px;
  margin-bottom: 40px;
  line-height: 1.42857;
  text-align: center;
}

.section-opencomm-uc-animation .animation-text-wrapper .item-text-wrapper {
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  border-top: 1px solid #ffffff;
  font-size: 20px;
  transition: opacity 0.5s linear, top 0.5s cubic-bezier(0, 0.99, 0.48, 1);
  line-height: 1.6;
}

.section-opencomm-uc-animation .animation-text-wrapper .item-title {
  width: 143px;
}

.section-opencomm-uc-animation .animation-text-wrapper .item-content {
  width: 430px;
}

.section-opencomm-uc-animation .animation-text-wrapper .item-2, .section-opencomm-uc-animation .animation-text-wrapper .item-3 {
  opacity: 0;
  display: none;
  z-index: 2;
}

.section-opencomm-uc-animation.active-title .animation-text-wrapper {
  top: 40%;
  opacity: 1;
}

.section-opencomm-uc-animation.remove-text-1 .animation-text-wrapper .item-1 {
  opacity: 0;
}

.section-opencomm-uc-animation.remove-text-1 .animation-text-wrapper .item-2 {
  display: flex;
}

.section-opencomm-uc-animation.active-text-2 .animation-text-wrapper .item-2 {
  opacity: 1;
}

.section-opencomm-uc-animation.remove-text-2 .animation-text-wrapper .item-2 {
  opacity: 0;
}

.section-opencomm-uc-animation.remove-text-2 .animation-text-wrapper .item-3 {
  display: flex;
}

.section-opencomm-uc-animation.active-text-3 .animation-text-wrapper .item-3 {
  opacity: 1;
}

.has-cable-wrapper {
  display: flex;
  align-items: center;
}

.has-cable-wrapper .connectivity-wrapper {
  margin-bottom: 13px;
  margin-left: 60px;
}

.has-cable-wrapper .connectivity-wrapper .c-title {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.has-cable-wrapper .connectivity-wrapper .c-content {
  display: flex;
  align-items: center;
}

.has-cable-wrapper .connectivity-wrapper .c-content .cable-icon-wrapper {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 50%;
}

.has-cable-wrapper .connectivity-wrapper .c-content span {
  font-size: 12px;
  line-height: 1.14285;
  color: #050505;
  transition: all 0.3s;
  text-decoration: underline;
  margin-left: 10px;
}

.has-cable-wrapper .connectivity-wrapper .c-content:hover span {
  color: #ff7b3d;
}

@media (min-width: 1921px) {
  .section-opencomm-product-features-2.opencomm-uc .features-item-1 .title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .section-opencomm-product-features-2.opencomm-uc .features-item-1 .content {
    font-size: 16px;
    max-width: 500px;
  }
}

@media (max-width: 1920px) {
  .section-product-footer-banner .content-wrapper .content {
    font-size: 14px;
  }
  .section-opencomm-product-features-2.opencomm-uc .features-item-1 {
    padding-top: 6.2vw;
  }
  .section-opencomm-uc-designed-for {
    padding: 6.25vw 24px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner {
    max-width: 1200px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .title {
    margin-bottom: 4.1666666vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features-item-1 {
    margin-bottom: 4.1666666vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-title {
    font-size: calc(6px + 1.5625vw);
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-content {
    font-size: calc(12px + .2083333vw);
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .features2-title {
    font-size: calc(6px + 1.5625vw);
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .content {
    max-width: 500px;
    font-size: calc(12px + .2083333vw);
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-title {
    font-size: calc(12px + 0.416666vw);
    margin-bottom: 10px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-content {
    font-size: calc(12px + .2083333vw);
  }
}

@media (max-width: 1400px) and (min-width: 769px) {
  .section-product-footer-banner .content-wrapper .content {
    font-size: 13px;
  }
}

@media (max-width: 1360px) {
  .section-opencomm-uc-additional-features .uk-hide-in-mb.product-detail-part .detail.detail-2 {
    bottom: 24.6323vw;
    left: unset;
    right: 21.3235vw;
  }
  .section-opencomm-uc-additional-features .uk-hide-in-mb.product-detail-part .detail.detail-3 {
    left: 47.794117vw;
    top: 33.0882vw;
  }
  .section-opencomm-uc-additional-features .uk-hide-in-mb.product-detail-part[data-index="2"] .detail.detail-1 {
    top: unset;
    bottom: 11.3235vw;
  }
  .section-opencomm-uc-additional-features .uk-hide-in-mb.product-detail-part .detail.detail-8 {
    bottom: 11.76470vw;
    right: 10.44117vw;
  }
  .section-opencomm-uc-animation .animation-text-wrapper .title {
    font-size: 36px;
  }
  .section-opencomm-uc-animation .animation-text-wrapper .item-text-wrapper {
    font-size: 18px;
  }
}

@media (max-width: 1120px) {
  .what-is-difference .difference-item-wrapper {
    margin-right: 0px;
  }
}

@media (max-width: 1000px) {
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-title {
    margin-bottom: 20px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part {
    padding: 20px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .text-wrapper {
    padding: 20px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .content {
    max-width: 400px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-text-wrapper {
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 769px) {
  #shopify-section-product-template-new .product-single .product-right .js-qty input[type=text] {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section-product-footer-banner .content-wrapper .content {
    font-size: 3.733333vw;
  }
  .section-product-footer-banner .content-wrapper .social-medias {
    justify-content: center;
  }
  .section-opencomm-product-features-2.opencomm-uc .features-item-1 {
    padding: 60px 16px 0px;
  }
  .section-opencomm-product-features-2.opencomm-uc .features-item-1 .text-wrapper {
    width: 100%;
    left: 0px;
    max-width: unset;
  }
  .section-opencomm-product-features-2.opencomm-uc .features-item-1 .text-wrapper .title {
    font-size: 4.8vw;
    line-height: 1.33333;
    margin-bottom: 5.33333vw;
  }
  .section-opencomm-product-features-2 .features2-inner .text-wrapper .title {
    line-height: 1.33333;
  }
  .section-opencomm-product-features-2.opencomm-uc .features-item-4 .features2-inner .text-wrapper {
    width: 100%;
    bottom: unset;
    padding-top: 40px;
    position: relative;
  }
  .section-opencomm-product-features-2.opencomm-uc .features-item-4 {
    padding-bottom: 60px;
  }
  .section-opencomm-product-features-3 .features-item .text-wrapper .content {
    line-height: 1.285714;
  }
  .section-opencomm-uc-additional-features .product-detail-part .detail.detail-8 {
    bottom: 160px;
    right: 142px;
  }
  .section-opencomm-uc-additional-features .product-detail-part .detail.detail-1 .text-wrapper {
    bottom: 6vw;
    width: 44vw;
  }
  .section-opencomm-uc-additional-features .product-detail-part .detail.detail-4 .text-wrapper {
    top: 10vw;
    width: 26.6666vw;
  }
  .section-opencomm-uc-additional-features .product-detail-part .detail.detail-7 .text-wrapper {
    top: 20vw;
    width: 35vw;
  }
  .section-opencomm-uc-additional-features .product-detail-part .detail.detail-8 {
    right: 17vw;
    bottom: 26vw;
  }
  .section-opencomm-uc-additional-features .product-detail-part[data-index="2"] .detail.detail-1 .text-wrapper {
    bottom: 18vw;
    width: 44vw;
  }
  .section-opencomm-uc-designed-for {
    padding: 60px 16px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .title {
    font-size: 5.33333vw;
    margin-bottom: 60px;
    line-height: 1.6;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .item {
    width: 100%;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part {
    padding: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-title {
    font-size: 4.26666vw;
    margin-bottom: 5.33333vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-content {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .left-part-info {
    font-size: 3.2vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .text-wrapper {
    left: 5.33333vw;
    top: unset;
    bottom: 5.33333vw;
    transform: unset;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .text-item {
    font-size: 3.46666vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features1 .right-part {
    margin-bottom: 40px;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .text-wrapper {
    padding: 5.33333vw;
    flex-wrap: wrap;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .features2-title {
    font-size: 4.26666vw;
    margin: 0px 0px 5.33333vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .content {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
    max-width: unset;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-wrapper {
    flex-wrap: wrap;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item {
    margin-bottom: 5.33333vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-title {
    font-size: 3.73333vw;
    margin-bottom: 2.666666vw;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-content {
    font-size: 3.2vw;
    max-width: unset;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item img {
    width: 100%;
  }
  .section-opencomm-uc-designed-for .opencomm-uc-designed-for-inner .features2 .item-text-wrapper {
    bottom: 5.33333vw;
    left: 0px;
    width: 100%;
    padding: 0px 5.33333vw;
  }
  .section-opencomm-uc-animation .opencomm-uc-animation-inner {
    height: calc(100vh - 98px);
  }
  .section-opencomm-uc-animation .opencomm-uc-animation-inner .img-item-wrapper {
    height: calc(100vh - 98px);
  }
  .section-opencomm-uc-animation .opencomm-uc-animation-inner .features-image {
    min-width: calc((100vh - 98px)/1.28);
  }
  .section-opencomm-uc-animation .animation-text-wrapper {
    max-width: 61vw;
    top: calc(30% + 30px);
  }
  .section-opencomm-uc-animation.active-title .animation-text-wrapper {
    top: 30%;
  }
  .section-opencomm-uc-animation .animation-text-wrapper .title {
    font-size: 7.46666vw;
    margin-bottom: 2.85714vw;
    line-height: 1.285714;
  }
  .section-opencomm-uc-animation .animation-text-wrapper .item-text-wrapper {
    text-align: center;
    flex-wrap: wrap;
    padding-top: 2.85714vw;
  }
  .section-opencomm-uc-animation .animation-text-wrapper .item-title {
    width: 100%;
    font-size: 3.73333vw;
    margin-bottom: 2.85714vw;
    line-height: 1.42857;
    font-weight: 500;
  }
  .section-opencomm-uc-animation .animation-text-wrapper .item-content {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .has-cable-wrapper {
    display: block;
  }
  .has-cable-wrapper .connectivity-wrapper {
    display: none;
  }
  .template-product .product-opencomm-uc .radio-wrapper .single-option-radio {
    max-width: 7.5%;
  }
}

.product-opencomm-uc #shopify-section-product-template-new .product-single .product-right .selling-points .selling-points-item {
  width: 50% !important;
}

#shopify-section-opencomm-uc-video-4 {
  background: black;
}

@media (max-width: 414px) {
  .section-opencomm-uc-additional-features .product-detail-part .detail.detail-8 {
    right: 15.5vw;
  }
}

/*================= End OpenComm uc style ================*/
/*======================== product-template-special ========================*/
.product-single__meta .product-userguide {
  font-size: calc(10px + 0.3125vw);
  line-height: 1.5;
  margin-top: 40px;
  letter-spacing: 0px;
}

.product-single__meta .product-userguide .guidetile,
.product-single__meta .product-userguide .guidetip {
  font-weight: 500;
  margin: 0;
}

.product-single__meta .product-userguide .guidetile {
  color: #050505;
}

.product-single__meta .product-userguide .guidetip {
  color: #2F2F2F;
}

.product-single__meta .product-userguide .guidecontent {
  margin-bottom: 24px;
  color: #2F2F2F;
}

.product-single__price {
  color: #050505;
  font-size: calc(10px + 0.9375vw);
  font-weight: 500;
}

#shopify-section-product-template-special .product-right .js-qty input[type=text] {
  font-size: calc(10px + 0.3125vw);
  color: #050505;
}

@media (min-width: 1000px) {
  #shopify-section-product-template-special .product-right {
    padding-top: 100px;
  }
}

@media (min-width: 2000px) {
  .section-opencomm-product-features-2.opencomm-uc .features-item-1 {
    padding-top: 6.2vw;
  }
}

/*======================== Endproduct-template-special ========================*/
@media (min-width: 769px) {
  .section-collection-template2 .home-page-collection .collections-wrapper .collection-flex.communication,
.page-compare-product .home-page-collection .collections-wrapper .collection-flex.communication,
.product-card-new .one-column.less-then-3.communication {
    justify-content: flex-start;
  }
  .home-page-collection .collections-wrapper .title.communication, .page-compare-product .home-page-collection .collections-wrapper .title.communication {
    margin-top: 2.08333vw;
  }
}

.product-card-new .one-column.less-then-3.communication .one-third-column:first-of-type {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .home-page-collection .collections-wrapper .title.communication, .page-compare-product .home-page-collection .collections-wrapper .title.communication {
    margin-top: 10.666666vw !important;
  }
  #shopify-section-opencomm-features .features-item .text-wrapper.left {
    padding: 0 16px;
  }
  #shopify-section-opencomm-features-2 {
    background: #000000;
  }
  .template-product .product-opencomm .radio-wrapper .single-option-radio {
    max-width: 7.5%;
  }
  .product-card-new .product-wrapper.product-wrapper-new.opencomm {
    margin-top: 0px !important;
  }
  .page-compare-product .home-page-collection .collections-wrapper .collection-flex.communication .product-wrapper {
    margin-top: 0px !important;
  }
}

.template-collection .product-card-new .one-third-column.collection-page-opencomm .title {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 590px) {
  .product-card-new .product-wrapper.product-wrapper-new.opencommuc .variants-other-wrapper {
    transform: translateY(0px) !important;
  }
  .product-card-new .product-wrapper.product-wrapper-new.opencomm .variants-other-wrapper {
    transform: translateY(0px) !important;
  }
}

/*======================== Openrun pro mini ============================*/
.product-card-new .product-wrapper.product-wrapper-new.openrun-pro .product-item::after {
  bottom: 25px;
}

@media (max-width: 768px) {
  /*   .product-openrun-pro .buy-now.mb .product-info{padding: 4vw 3vw;}
  .openrun-mini-featured-info-wrapper{
    padding: 0px 24px 16vw;
  } */
  .template-product .radio-wrapper .single-option-radio.mini {
    max-width: 20%;
  }
  .template-product .has-mini-option label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .template-product .has-mini-option {
    display: flex !important;
    justify-content: space-between !important;
  }
}

/*======================== End Openrun pro mini =======================*/
/*================ Cart you also like =======================*/
.color_list_normal.color_list {
  display: flex;
  justify-content: left;
  list-style-type: none;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 10px;
}

.color_list_normal.color_list .options-color {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}

.color_list_normal.color_list .options-color svg {
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
}

.color_list_normal.color_list li {
  position: relative;
  line-height: 1;
}

.color_list_normal.color_list li:not(:last-of-type) {
  margin-right: 10px;
}

.color_list_normal.color_list li::after {
  opacity: 0;
  content: attr(data-tag);
  position: absolute;
  z-index: 1000;
  text-align: center;
  width: max-content;
  background: #ffffff;
  color: #000000;
  box-shadow: 1px 1px 1px 1px #dddddd;
  padding: 0 6px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -15%);
  display: none !important;
}

.color_list_normal.color_list li.active .options-color svg {
  display: block;
}

.color_list_normal.color_list li:hover::after {
  transition: all 0.3s;
  opacity: 1;
  transform: translate(-50%, 0%);
}

{% if settings.show_drawer_cart_you_also_like %}
@media screen and (min-width: 1000px) {
  .drawer--right {
    width: 720px !important;
    right: -720px !important;
  }
  .js-drawer-open-right .drawer--right {
    -webkit-transform: translateX(-720px) !important;
    -moz-transform: translateX(-720px) !important;
    -ms-transform: translateX(-720px) !important;
    -o-transform: translateX(-720px) !important;
    transform: translate(-720px) !important;
  }
  .ajaxcart__inner--has-fixed-footer {
    width: 360px;
  }
  .ajaxcart__footer--fixed {
    width: 360px;
  }
  .you-may-also-like-wrapper {
    padding: 20px 15px 0;
    width: calc(100% - 360px);
    height: calc(100% - 60px);
    position: absolute;
    right: 0;
    overflow: auto;
    background: #f6f6f6;
    margin-top: 12px;
  }
  .you-may-also-like-title {
    text-transform: unset;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .you-may-also-like-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    background: #ffffff;
    color: #050505;
    margin-bottom: 20px;
    padding: 12px;
  }
  .you-may-also-like-item .product-info-wrapper {
    width: calc(100% - 140px);
  }
  .you-may-also-like-item .product-img-wrapper {
    margin-right: 20px;
    width: 120px;
    height: 120px;
  }
  .you-may-also-like-item .product-img {
    display: none;
    max-width: 120px;
  }
  .you-may-also-like-item .product-img.active {
    display: block;
  }
  .you-may-also-like-item .product-title {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    font-size: 1.1em;
  }
  .you-may-also-like-item .toggle-product-size .toggle-product-size-item {
    cursor: pointer;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 1.2;
  }
  .you-may-also-like-item .toggle-product-size {
    margin-bottom: 10px;
  }
  .you-may-also-like-item .option-name {
    font-size: 14px;
    font-weight: 500;
  }
  .you-may-also-like-item .current-option-color {
    font-weight: 400;
    margin-left: 10px;
  }
  .you-may-also-like-item .variant-buttons {
    display: none;
  }
  .you-may-also-like-item .variant-buttons.active {
    display: block;
  }
  .you-may-also-like-item .product-info-footter {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .you-may-also-like-item .price {
    font-weight: 500;
    font-size: 14px;
  }
  .you-may-also-like-item .compareprice {
    font-weight: 400;
    color: #bababa;
    text-decoration: line-through;
  }
  .you-may-also-like-item .addtocart {
    font-size: 14px;
    color: #ffffff;
    background: #ff7a3d;
    padding: 8px 15px;
    line-height: 1;
  }
  .you-may-also-like-item.openrun .color_list li {
    display: block;
  }
  .you-may-also-like-item.openrun .color_list li[data-var_id="40089687687225"] {
    display: none;
  }
  .you-may-also-like-item.openrun .color_list li[data-var_id="40345431343161"] {
    display: none;
    margin-right: 0px;
  }
  .you-may-also-like-item.openrun-pro .color_list li {
    display: block;
  }
  .you-may-also-like-item.openrun-pro .color_list li[data-var_id="40932871700537"] {
    display: none;
  }
  .you-may-also-like-item.openrun-pro .color_list li[data-var_id="40932873207865"] {
    display: none;
    margin-right: 0px;
  }
}

@media screen and (max-width: 999px) {
  .you-may-also-like-wrapper {
    display: none !important;
  }
}

.hide-all-recomment-product .you-may-also-like-wrapper {
  display: none !important;
}

.hide-all-recomment-product .drawer--right {
  width: 360px !important;
  right: -360px !important;
}

.js-drawer-open-right .hide-all-recomment-product .drawer--right {
  -webkit-transform: translateX(-360px) !important;
  -moz-transform: translateX(-360px) !important;
  -ms-transform: translateX(-360px) !important;
  -o-transform: translateX(-360px) !important;
  transform: translate(-360px) !important;
}
{% endif %}
/*================ End Cart you also like ===================*/

/* .proof-factor-wheel-container,#proof-factor-notification-box,.proof-factor-fw-triggers{display: none !important;} */
#CartDrawer #CartContainer .ajaxcart__inner {
  display: flex;
  flex-direction: column;
}

#CartDrawer #CartContainer .ajaxcart__inner .ajaxcart__product {
  order: 1;
}

#CartDrawer #CartContainer .ajaxcart__inner .ajaxcart__product[data-product-id="6947068903481"],
#CartDrawer #CartContainer .ajaxcart__inner .ajaxcart__product[data-product-id="6924271190073"] {
  order: 2;
}

/*=========================== OpenComm UC type C ==================*/
.has-cable-wrapper .connectivity-wrapper {
  margin-bottom: 0;
  margin-left: 0px;
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.has-cable-wrapper .radio-wrapper:first-of-type {
  margin-right: 60px;
}

.has-cable-wrapper .connectivity-wrapper svg {
  display: block;
  margin-right: 10px;
  text-decoration: underline;
}

.has-cable-wrapper .active .connectivity-wrapper svg .usb-fille-bg {
  fill: #ff7a3d !important;
}

.what-is-difference.type-c a.toggle-product {
  margin-left: 7px;
  padding: 5px 10px;
  border-left: 1px solid #D6D6D6;
  border-radius: unset;
}

.what-is-difference.type-c .difference-pop {
  margin-top: 10px;
}

.what-is-difference.type-c .difference-item-wrapper {
  margin-right: 0px;
}

.product-card-new .product-wrapper.product-wrapper-new.opencommuc .color_list,
.product-card-new .product-wrapper.product-wrapper-new.testproduct20221123 .color_list {
  display: none;
}

.connectivity_switch.product-card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.connectivity_switch.product-card .item {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  cursor: pointer;
}

.connectivity_switch.product-card .item:first-of-type {
  margin-right: 20px;
}

.connectivity_switch.product-card .item.active svg .usb-fille-bg {
  fill: #ff7a3d !important;
}

.connectivity_switch.product-card svg {
  display: block;
  margin-right: 10px;
}

.connectivity_switch.product-card.product-cable {
  min-height: 40px;
  transition: all 0.3s;
}

@media (min-width: 769px) {
  .product-card-new .cable-row .two-product .product-item:hover .connectivity_switch.product-cable {
    transform: translateY(-50px);
  }
}

.product-card-new .cable-row .product-item .product-img {
  display: none;
}

.product-card-new .cable-row .product-item .product-img.active {
  display: block;
}

.produc-template-special.dongle .product-single__thumbnails, .produc-template-special.testproduct20221124 .product-single__thumbnails {
  justify-content: unset;
}

@media (max-width: 768px) {
  .produc-template-special.dongle .radio-wrapper .single-option-radio, .produc-template-special.testproduct20221124 .radio-wrapper .single-option-radio {
    max-width: unset;
  }
}

@media (max-width: 1200px) {
  .what-is-difference.type-c .toggle-product {
    font-size: 12px;
  }
  .what-is-difference.type-c a.toggle-product {
    padding: 0px 5px;
  }
}

@media (max-width: 1200px) and (min-width: 1001px) {
  .what-is-difference.type-c .toggle-product img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 1100px) and (min-width: 822px) {
  .shokzfamily-products .product-wrapper.product-wrapper-new .product-title, .product-card-new .product-wrapper.product-wrapper-new .product-title {
    font-size: 25px;
  }
}

@media (max-width: 1000px) {
  .what-is-difference.type-c a.toggle-product {
    border: unset;
    width: 33.333%;
  }
  .what-is-difference.type-c a.toggle-product:nth-of-type(1) {

  }
  .what-is-difference.type-c .toggle-product {
    flex-direction: column;
    padding: 4px !important;
    text-align: center;
  }
  .what-is-difference.type-c .toggle-product img {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .what-is-difference.type-c .difference-item-wrapper {
    max-width: 330px;
  }
  .what-is-difference.type-c {
    padding-top: 0px;
    border: unset;
  }
}

@media (max-width: 850px) {
  .has-cable-wrapper .radio-wrapper:first-of-type {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .has-cable-wrapper {
    display: flex;
    flex-direction: column;
  }
  .template-product .has-cable-wrapper .radio-wrapper .single-option-radio__label {
    padding-right: 0px;
  }
  .has-cable-wrapper .radio-wrapper {
    order: 1;
  }
  .has-cable-wrapper .radio-wrapper:first-of-type {
    margin-right: 0px;
    order: 2;
  }
  .has-cable-wrapper .product-form__item[data-option-name="Connectivity"] .single-option-radio {
    max-width: unset;
    justify-content: center;
    display: flex;
  }
  .has-cable-wrapper .connectivity-wrapper svg {
    width: 5.333333vw;
    height: 5.333333vw;
  }
  .has-cable-wrapper .connectivity-wrapper {
    font-size: 3.2vw;
  }
}

@media (max-width: 600px) {
  .product-card-new.collection-page .connectivity_switch.product-card {
    flex-direction: column;
    align-items: center;
  }
  .product-card-new.collection-page .connectivity_switch.product-card .item {
    margin-bottom: 9px;
    min-width: 86px;
    justify-content: flex-start;
  }
  .product-card-new.collection-page .connectivity_switch.product-card .item:first-of-type {
    margin-right: 0px;
  }
  .product-card-new.collection-page .product-wrapper.product-wrapper-new.opencomm .variants-other-wrapper,
.product-card-new.collection-page .product-wrapper.product-wrapper-new.opencommuc .variants-other-wrapper {
    min-height: 150px;
  }
}

/*========================== End OpenComm UC type C ================*/
.template-cart #sca_fg_cart .grid__item .tt-original-price {
  text-decoration: line-through;
}

.proof-factor-fw-triggers-tabbutton {
  display: none !important;
}

.product-page .buy-now.mb .product-info .product-name {
  font-weight: 400;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active span,
.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active svg,
.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active strong {
  pointer-events: none;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .item span,
.compare-product-detail .compare-detail-header .product-info-block .switch-product .item strong {
  pointer-events: none;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-post-img img {
  display: block;
}

.section-opencomm-video-2 .voice-contral .left-part span, .section-opencomm-video-2 .voice-contral .left-part img {
  pointer-events: none;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list li div, .compare-product-detail .compare-detail-header .product-info-block .color_list li a {
  pointer-events: none;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list li {
  cursor: pointer;
}

.template-search .main-content .pagination .prev svg {
  transform: rotate(180deg);
}


/*============================= Brands page =========================*/

.section-brands-highlights img{
  width:100%;
}

.section-brands-banner {
  position: relative;
}

.section-brands-banner .over-read {
  display: none;
}

.section-brands-banner .fadein-05, .section-brands-banner .fadein-0, .section-brands-banner .fadein-1 {
  opacity: 0;
}

.section-brands-banner .banner-pc {
  display: block;
  width: 100%;
}

.section-brands-banner .banner-mb {
  display: none;
  width: 100%;
}

.section-brands-banner .brands-video {
  display: block;
}

.section-brands-banner .brands-banner-texts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: left;
  width: 100%;
  /*     max-width: 39.0625vw; */
}

.section-brands-banner .brands-banner-texts .title {
  /*       font-size: calc(12px + 2.5vw); */
  font-size: 2.1875vw;
  margin-bottom: 2.083333vw;
}

.section-brands-banner .brands-banner-texts .content {
  font-size: 0.833333vw;
}

.section-brands-banner .brands-banner-texts-wrapper {
  position: relative;
  max-width: 1260px;
  padding: 30px;
  width: 100%;
  margin: auto;
}

@media (min-width: 1921px) {
  .section-brands-banner .brands-banner-texts-wrapper {
    max-width: 65.625vw;
    padding: 1.5625vw;
  }
}

.section-brands-banner .brands-banner-texts-wrapper .brands-banner-texts-inner {
  max-width: 26.041666vw;
}

@media (max-width: 768px) {
  .section-brands-banner .over-read {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 58%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 38%, rgba(0, 0, 0, 0.4) 100%);
  }
  .section-brands-banner .banner-pc {
    display: none;
  }
  .section-brands-banner .banner-mb {
    display: block;
  }
  .section-brands-banner .brands-video {
    display: none;
  }
  .section-brands-banner .brands-banner-texts {
    text-align: center;
    max-width: unset;
    padding: 0px 24px;
    width: 100%;
    top: unset;
    left: 0px;
    transform: unset;
    bottom: 13vw;
  }
  .section-brands-banner .brands-banner-texts .title {
    font-size: 7.466666vw;
    font-weight: 500;
    margin-bottom: 5.33333vw;
  }
  .section-brands-banner .brands-banner-texts .content {
    font-size: 3.7333333vw;
    line-height: 4.8vw;
  }
  .section-brands-banner .brands-banner-texts .brands-banner-texts-wrapper {
    position: relative;
    max-width: unset;
    padding: unset;
    width: 100%;
    margin: unset;
  }
  .section-brands-banner .brands-banner-texts .brands-banner-texts-wrapper .brands-banner-texts-inner {
    max-width: unset;
  }
}

.section-brands-mission-wrapper {
  background: #F1F1F1;
}

.section-brands-mission, .section-technology-benefits .content-mb {
  display: flex;
  max-width: 1260px;
  margin: auto;
  padding: 5.989583vw 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.section-brands-mission .image-wrapper, .section-technology-benefits .content-mb .image-wrapper {
  width: 50%;
  padding-right: 20px;
}

.section-brands-mission .image-wrapper .left-image, .section-technology-benefits .content-mb .image-wrapper .left-image {
  width: 100%;
  max-width: 578px;
  display: none;
}

.section-brands-mission .image-wrapper .left-image.active, .section-technology-benefits .content-mb .image-wrapper .left-image.active {
  display: block;
}

.section-brands-mission .brands-mission-texts, .section-technology-benefits .content-mb .brands-mission-texts {
  width: 50%;
  padding-left: 20px;
  min-height: 450px;
  font-weight: 500;
  color: #050505;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-brands-mission .brands-mission-texts .text-item, .section-technology-benefits .content-mb .brands-mission-texts .text-item {
  position: relative;
}

.section-brands-mission .brands-mission-texts .text-item:not(:last-of-type), .section-technology-benefits .content-mb .brands-mission-texts .text-item:not(:last-of-type) {
  padding-bottom: 20px;
}

.section-brands-mission .brands-mission-texts .text-item .title, .section-technology-benefits .content-mb .brands-mission-texts .text-item .title {
  font-size: 28px;
  position: relative;
  cursor: pointer;
  margin:0;
}

.section-brands-mission .brands-mission-texts .text-item .title .hide-pc, .section-technology-benefits .content-mb .brands-mission-texts .text-item .title .hide-pc {
  display: none;
}

.section-brands-mission .brands-mission-texts .text-item .title svg, .section-technology-benefits .content-mb .brands-mission-texts .text-item .title svg {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}

.section-brands-mission .brands-mission-texts .text-item .content, .section-technology-benefits .content-mb .brands-mission-texts .text-item .content {
  font-size: 14px;
  display: none;
  font-weight: 400;
  padding-left: 40px;
  padding-top: 13px;
}

.section-brands-mission .brands-mission-texts .text-item .content a, .section-technology-benefits .content-mb .brands-mission-texts .text-item .content a {
  text-decoration: underline;
}

.section-brands-mission .brands-mission-texts .text-item a, .section-technology-benefits .content-mb .brands-mission-texts .text-item a {
  transition: all 0.3s;
}

.section-brands-mission .brands-mission-texts .text-item a:hover, .section-technology-benefits .content-mb .brands-mission-texts .text-item a:hover {
  color: #FE7B3D;
}

.section-brands-mission .brands-mission-texts .text-item.first-item .content, .section-technology-benefits .content-mb .brands-mission-texts .text-item.first-item .content {
  display: block;
}

.section-brands-mission .brands-mission-texts .text-item:not(:last-of-type)::after, .section-technology-benefits .content-mb .brands-mission-texts .text-item:not(:last-of-type)::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 8px;
  background-color: #bababa;
}

.section-brands-mission .brands-mission-texts .text-item.active .title svg, .section-technology-benefits .content-mb .brands-mission-texts .text-item.active .title svg {
  transform: translateY(-50%) rotate(-90deg);
}

@media (min-width: 1921px) {
  .section-brands-mission, .section-technology-benefits .content-mb {
    max-width: 65.625vw;
    padding: 5.989583vw 1.5625vw;
  }
  .section-brands-mission .image-wrapper, .section-technology-benefits .content-mb .image-wrapper {
    padding-right: 1.0416666vw;
  }
  .section-brands-mission .image-wrapper .left-image, .section-technology-benefits .content-mb .image-wrapper .left-image {
    max-width: 30.104166vw;
  }
  .section-brands-mission .brands-mission-texts, .section-technology-benefits .content-mb .brands-mission-texts {
    padding-left: 1.0416666vw;
    min-height: 23.65625vw;
  }
  .section-brands-mission .brands-mission-texts .text-item:not(:last-of-type), .section-technology-benefits .content-mb .brands-mission-texts .text-item:not(:last-of-type) {
    padding-bottom: 1.04166666vw;
  }
  .section-brands-mission .brands-mission-texts .text-item .title, .section-technology-benefits .content-mb .brands-mission-texts .text-item .title {
    font-size: 1.458333vw;
  }
  .section-brands-mission .brands-mission-texts .text-item .content, .section-technology-benefits .content-mb .brands-mission-texts .text-item .content {
    font-size: 0.7291666vw;
    padding-left: 2.0833333vw;
    padding-top: 0.677083vw;
  }
}

@media (min-width: 768px) and (max-width: 1260px) {
  .section-brands-mission, .section-technology-benefits .content-mb {
    padding: 10.66666vw 20px;
    /*     max-width: 620px; */
  }
  .section-brands-mission .brands-mission-texts, .section-technology-benefits .content-mb .brands-mission-texts {
    min-height: 35.523809vw;
  }
  .section-brands-mission .brands-mission-texts .text-item .title, .section-technology-benefits .content-mb .brands-mission-texts .text-item .title {
    font-size: 2.222222vw;
  }
  .section-brands-mission .brands-mission-texts .text-item .content, .section-technology-benefits .content-mb .brands-mission-texts .text-item .content {
    font-size: 1.111111vw;
    /*           max-height: 21.0317vw; */
    overflow: auto;
    padding-left: 3.174603vw;
  }
}

@media (max-width: 768px) {
  .section-brands-mission, .section-technology-benefits .content-mb {
    padding: 12.66666vw 24px;
    /*     max-width: 620px; */
  }
  .section-brands-mission .image-wrapper, .section-technology-benefits .content-mb .image-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .section-brands-mission .image-wrapper .left-image, .section-technology-benefits .content-mb .image-wrapper .left-image {
    max-width: unset;
  }
  .section-brands-mission .brands-mission-texts, .section-technology-benefits .content-mb .brands-mission-texts {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
    display: block;
    min-height: unset;
  }
  .section-brands-mission .brands-mission-texts .text-item .title, .section-technology-benefits .content-mb .brands-mission-texts .text-item .title {
    /*           font-size: calc(8px + 2.13333vw); */
    font-size: 4.266666vw;
  }
  .section-brands-mission .brands-mission-texts .text-item .title .hide-pc, .section-technology-benefits .content-mb .brands-mission-texts .text-item .title .hide-pc {
    display: block;
  }
  .section-brands-mission .brands-mission-texts .text-item .title .hide-mb, .section-technology-benefits .content-mb .brands-mission-texts .text-item .title .hide-mb {
    display: none;
  }
  .section-brands-mission .brands-mission-texts .text-item .content, .section-technology-benefits .content-mb .brands-mission-texts .text-item .content {
    font-size: 3.733333vw;
    line-height: 5.333333vw;
    padding-left: 0px;
    max-height: 100vw;
    overflow: auto;
  }
}

.section-brands-be-open, .section-technology-find-more-product {
  position: relative;
  color: #ffffff;
  margin-top: -1px;
  margin-bottom: -1px;
}

.section-brands-be-open .banner-image-mb, .section-technology-find-more-product .banner-image-mb {
  display: none;
}

.section-brands-be-open .banner-image, .section-technology-find-more-product .banner-image {
  display: block;
  width: 100vw;
}

.section-brands-be-open .brands-be-open-texts, .section-technology-find-more-product .brands-be-open-texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.section-brands-be-open .brands-be-open-texts .title, .section-technology-find-more-product .brands-be-open-texts .title {
  font-size: 2.1875vw;
  font-weight: 500;
  margin:0;
}

.section-brands-be-open .brands-be-open-texts .content, .section-technology-find-more-product .brands-be-open-texts .content {
  font-size: 0.729166vw;
}

.section-brands-be-open .brands-be-open-texts .button-wrapper, .section-technology-find-more-product .brands-be-open-texts .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.0833333vw;
}

@media (max-width: 900px) {
  .section-brands-be-open .brands-be-open-texts .button-wrapper, .section-technology-find-more-product .brands-be-open-texts .button-wrapper {
    margin-top: 1vw;
  }
}

.section-brands-be-open .brands-be-open-texts .button-wrapper .be-open-botton, .section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton {
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  line-height: 1;
  padding: 0.78125vw 2.864583vw;
  font-size: 0.729166vw;
  font-weight: 500;
}

.section-brands-be-open .brands-be-open-texts .button-wrapper .be-open-botton:first-of-type, .section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton:first-of-type {
  margin-right: 2.0833333vw;
}

.section-brands-be-open .brands-be-open-texts .button-wrapper .be-open-botton:hover, .section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton:hover {
  background-color: #FE7B3D;
  border-color: #FE7B3D;
}

@media (max-width: 768px) {
  .section-brands-be-open .banner-image-mb, .section-technology-find-more-product .banner-image-mb {
    display: block;
    width: 100%;
  }
  .section-brands-be-open .banner-image, .section-technology-find-more-product .banner-image {
    display: none;
  }
  .section-brands-be-open .brands-be-open-texts, .section-technology-find-more-product .brands-be-open-texts {
    width: 100%;
  }
  .section-brands-be-open .brands-be-open-texts .title, .section-technology-find-more-product .brands-be-open-texts .title {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  .section-brands-be-open .brands-be-open-texts .content, .section-technology-find-more-product .brands-be-open-texts .content {
    font-size: 3.73333333vw;
    max-width: 80.66666vw;
    margin: 0 auto;
    margin-bottom: 10.66666vw;
  }
  .section-brands-be-open .brands-be-open-texts .button-wrapper, .section-technology-find-more-product .brands-be-open-texts .button-wrapper {
    flex-direction: column;
    margin-top: 0px;
  }
  .section-brands-be-open .brands-be-open-texts .button-wrapper .be-open-botton, .section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton {
    display: inline-block;
    margin: auto !important;
    text-align: center;
    /*           padding: 2.666666vw 0px; */
    padding: 0px;
    border: unset !important;
    text-decoration: underline;
    width: 45vw;
    font-size: 3.733333vw;
  }
  .section-brands-be-open .brands-be-open-texts .button-wrapper .be-open-botton:first-of-type, .section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton:first-of-type {
    margin-bottom: 7.4666666vw !important;
  }
  .section-brands-be-open .brands-be-open-texts .button-wrapper .be-open-botton:hover, .section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton:hover {
    background: unset;
    color: #fe7b3d;
  }
}

.section-brands-numbers {
  padding: 4.166666vw 0px;
  border-top: 1px solid #ffffff;
}

.section-brands-numbers {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #050505;
}

.section-brands-numbers .brands-numbers-wrapper {
  max-width: 1240px;
  margin: 0px auto;
  padding: 0px 20px;
}

.section-brands-numbers .section-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 63px;
  color: #050505;
}

.section-brands-numbers .brands-numbers {
  display: block;
}

.section-brands-numbers .numbers .number {
  font-size: 150px;
}

.section-brands-numbers .title {
  font-size: 28px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 32px;
  color: #050505;
  margin:0;
}

.section-brands-numbers .content {
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto;
}

.section-brands-numbers .swiper-container-brands-numbers {
  margin-bottom: 35px;
}

.section-brands-numbers .swiper-pagination-bullet {
  border-radius: unset;
  transition: all 0.3s;
  height: 10px;
  width: 10px;
  background: #bababa;
}

.section-brands-numbers .swiper-pagination-bullet-active {
  height: 20px;
  background: #2f2f2f;
}

.section-brands-numbers .swiper-container-vertical > .swiper-pagination-bullets {
  left: 0px;
}

@media (min-width: 1921px) {
  .section-brands-numbers .section-title {
    font-size: 2.1875vw;
    line-height: 3.28125vw;
  }
  .section-brands-numbers .numbers .number {
    font-size: 7.8125vw;
  }
  .section-brands-numbers .title {
    font-size: 1.45833vw;
    line-height: 1.6666vw;
    color: #050505;
  }
  .section-brands-numbers .content {
    font-size: 0.83333333vw;
    max-width: 34.375vw;
    max-width: 31vw;
  }
  .section-brands-numbers .swiper-container-brands-numbers {
    margin-bottom: 2vw;
  }
  .section-brands-numbers .brands-numbers-wrapper {
    max-width: 64.58333vw;
    padding: 0px 1.041666vw;
  }
  .section-brands-numbers .swiper-pagination-bullet {
    height: 0.520833vw;
    width: 0.520833vw;
  }
  .section-brands-numbers .swiper-pagination-bullet-active {
    height: 1.041666vw;
  }
  .section-brands-numbers .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.3125vw 0px;
  }
}

@media (max-width: 1300px) {
  .section-brands-numbers .section-title {
    font-size: 3.230769vw;
  }
  .section-brands-numbers .numbers .number {
    font-size: 11.53846vw;
  }
  .section-brands-numbers .title {
    font-size: 2.153846vw;
    line-height: 2.4615vw;
    color: #050505;
  }
  .section-brands-numbers .content {
    font-size: 1.230769vw;
    max-width: 47.6923vw;
  }
  .section-brands-numbers .swiper-container-brands-numbers {
    margin-bottom: 2vw;
  }
}

@media (max-width: 768px) {
  .section-brands-numbers {
    padding: 15vw 0;
  }
  .section-brands-numbers .brands-numbers-wrapper {
    padding: 0px 20px;
  }
  .section-brands-numbers .section-title {
    font-size: 6.4vw;
    /*       margin-bottom: 4vw; */
  }
  .section-brands-numbers .numbers .number {
    font-size: 16vw;
    line-height: 1.5;
  }
  .section-brands-numbers .title {
    font-size: 4.266666vw;
    line-height: 1.1;
    color: #050505;
  }
  .section-brands-numbers .content {
    font-size: 3.733333vw;
    max-width: 87vw;
  }
  .section-brands-numbers .swiper-container-brands-numbers {
    margin-bottom: 1vw;
  }
  .section-brands-numbers .swiper-pagination-bullet {
    width: 1.0666vw;
    height: 1.0666vw;
    min-width: 4px;
    min-height: 4px;
  }
  .section-brands-numbers .swiper-pagination-bullet-active {
    height: 2.13333vw;
    min-height: 8px;
  }
}

.brands-nav {
  background-color: #2F2F2F;
  color: #ffffff;
}

.brands-nav .nav-inner {
  max-width: 1240px;
  padding: 10px 20px;
  margin: 0px auto;
  font-size: 14px;
  display: flex;
}

.brands-nav .nav-inner a {
  color: #ffffff;
  transition: all 0.3s;
  text-transform: uppercase;
}

.brands-nav .nav-inner a:hover {
  color: #fe7b3d;
}

.brands-nav .nav-inner span {
  margin: 0px 5px;
}

.section-brands-highlights {
  text-align: center;
  padding: 4.166666vw 0;
  color: #050505;
  background: #f1f1f1;
}

@media (max-width: 768px) {
  .section-brands-highlights {
    padding: 15vw 0;
  }
}

.section-brands-highlights .highlights-mb {
  display: none;
}

.section-brands-highlights .highlights-content {
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  padding: 0px 20px;
  margin: 0px auto;
  position: relative;
  text-align: left;
}

.section-brands-highlights .highlights-content.active .highlights-item {
  display: block;
}

.section-brands-highlights .highlights-content::before {
  content: " ";
  position: absolute;
  display: block;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  height: 100%;
  /*       border-left: 0.01rem solid #979797; */
  width: 1px;
  background: #979797;
}

.section-brands-highlights .highlights-content .highlights-left {
  width: 50%;
  /*       padding-right: 20px; */
  margin: 0px;
  max-width: 560px;
}

.section-brands-highlights .highlights-content .highlights-right {
  width: 50%;
  /*       padding-left: 20px; */
  margin: 0px;
  max-width: 560px;
  margin-top: 214px;
}

.section-brands-highlights .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 63px;
  text-align: center;
  margin-bottom: 40px;
}

.section-brands-highlights .highlights-item {
  margin-bottom: 110px;
  list-style-type: none;
  display: none;
}

.section-brands-highlights .year {
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 10px;
}

.section-brands-highlights .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 40px;
}

.section-brands-highlights .learn-more, .section-brands-highlights .leran-less {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #050505;
  border: 2px solid #050505;
  display: inline-block;
  padding: 16px 64px;
  cursor: pointer;
  margin-top: 60px;
  transition: all 0.3s;
}

.section-brands-highlights .learn-more.hide, .section-brands-highlights .leran-less.hide {
  display: none;
}

.section-brands-highlights .learn-more:hover, .section-brands-highlights .leran-less:hover {
  border-color: #fe7b3d;
  background-color: #fe7b3d;
  color: #fff;
}

.section-brands-highlights .leran-less {
  display: none;
}

@media (max-width: 1300px) and (min-width: 769px) {
  .section-brands-highlights .highlights-content .highlights-left {
    padding-right: 1.53846vw;
    max-width: 43.076923vw;
  }
  .section-brands-highlights .highlights-content .highlights-right {
    padding-left: 1.53846vw;
    max-width: 43.076923vw;
    margin-top: 16.461538vw;
  }
  .section-brands-highlights .title {
    font-size: 3.230769vw;
    line-height: 4.84615vw;
    margin-bottom: 3.076923vw;
  }
  .section-brands-highlights .highlights-item {
    margin-bottom: 8.461538vw;
  }
  .section-brands-highlights .year {
    font-size: 2.153846vw;
    line-height: 3vw;
    margin-bottom: 0.76923vw;
  }
  .section-brands-highlights .content {
    font-size: 1.076923vw;
    line-height: 1.615384vw;
    margin-bottom: 3.0769230vw;
  }
  .section-brands-highlights .learn-more, .section-brands-highlights .leran-less {
    font-size: 1.076923vw;
    line-height: 1.615384vw;
    padding: 1.230769vw 4.9230769vw;
    margin-top: 4.61538vw;
  }
}

@media (max-width: 768px) {
  .section-brands-highlights .title {
    font-size: 6.4vw;
    line-height: 8vw;
    margin-bottom: 10.666666vw;
  }
  .section-brands-highlights .year {
    font-size: 4.26666vw;
    line-height: 6.4vw;
    margin-bottom: 2.666666vw;
  }
  .section-brands-highlights .content {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
    line-height: 4.8vw;
  }
  .section-brands-highlights .highlights-content {
    padding: 0 24px;
  }
  .section-brands-highlights .highlights-content::before {
    left: 24px;
    transform: unset;
    content: "1";
    color: transparent;
  }
  .section-brands-highlights .highlights-content .highlights-left {
    display: none;
  }
  .section-brands-highlights .highlights-content .highlights-right {
    display: none;
  }
  .section-brands-highlights .highlights-mb {
    display: block;
    padding-left: 20px;
    margin: 0;
    /*       max-width: 620px; */
    /*       padding: 0px 24px; */
  }
  .section-brands-highlights .highlights-mb .highlights-item {
    margin-bottom: 0px;
  }
  .section-brands-highlights .highlights-mb .highlights-item:not(:first-of-type) {
    margin-top: 10.666666vw;
  }
  .section-brands-highlights .highlights-mb .fadein-0, .section-brands-highlights .highlights-mb .fadein-05, .section-brands-highlights .highlights-mb .fadein-1 {
    opacity: 0;
  }
  .section-brands-highlights .highlights-mb .imgae {
    width: 100%;
  }
  .section-brands-highlights .learn-more, .section-brands-highlights .leran-less {
    background: transparent;
    border-color: transparent;
    text-decoration: underline;
  }
  .section-brands-highlights .learn-more:hover, .section-brands-highlights .leran-less:hover {
    background: transparent;
    border-color: transparent;
    color: #fe7b3d;
  }
}

.section-brands-highlights.learn-more .learn-more {
  display: none;
}

.section-brands-highlights.learn-more .leran-less {
  display: inline-block;
}

/*============================= Brands page =========================*/

@charset "UTF-8";

.template-blog .main-content .container {
  padding: 0px;
  margin: 0px;
  max-width: unset;
}

.blog-banner-2 {
  position: relative;
}

.blog-banner-2 .image {
  width: 100%;
  display: block;
}

.blog-banner-2 .image.mb {
  display: none;
}

@media (max-width: 600px) {
  .blog-banner-2 .image.pc {
    display: none;
  }

  .blog-banner-2 .image.mb {
    display: block;
  }
}

.blog-banner-2 .blog-banner-text-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(20px + 1.145833vw);
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}

.blog-banner-2 .blog-banner-text-2 span {
  font-size: calc(14px + 0.72916666vw);
}

@media (max-width: 600px) {
  .blog-banner-2 .image.pc {
    display: none;
  }

  .blog-banner-2 .image.mb {
    display: block;
  }

  .blog-banner-2 .blog-banner-text-2 {
    font-size: 6.4vw;
    width: 100%;
    text-align: center;
    top: unset;
    left: unset;
    bottom: 26.66666vw;
    transform: unset;
  }

  .blog-banner-2 .blog-banner-text-2 span {
    font-size: 4.266666vw;
  }
}

.template-blog .section-blog-template {
  max-width: 1248px;
  margin: 40px auto 60px;
}

.blog-tags {
  justify-content: space-between;
  display: flex !important;
  list-style: none;
  padding: 0px 0 30px 0;
}

.blog-tags li {
  min-width: 150px;
  margin: 5px 0px;
}

.blog-tags li:not(:last-of-type) {
  margin-right: 25px;
}

.blog-tags a {
  font-size: 16px;
  color: #050505;
  line-height: 1.5;
  padding: 8px;
  text-transform: capitalize;
  display: block;
  text-align: center;
}

.blog-tags a:hover,
.blog-tags li.active a {
  color: #050505;
  background: #bababa;
}

.template-blog .section-blog-template .tt-layout-01-post .tt-post .tt-post-content {
  padding-top: 20px;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-title {
  height: unset;
  min-height: 47px;
  text-transform: capitalize;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-title:hover {
  color: #fe7b3d;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-title a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-autor {
  margin: 12px 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #2F2F2F;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #BABABA;
}

.template-blog .section-blog-template .tt-grid-col-3 .blog-item {
  margin-bottom: 4.1666666vw;
}

.template-blog .main-content .container .pagination {
  padding-top: 0px;
  display: flex;
  justify-content: center;
}

.template-blog .main-content .container .pagination .page a {
  width: 40px;
  height: 40px;
  margin: 0px 10px;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-blog .main-content .container .pagination .current {
  width: 40px;
  height: 40px;
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BABABA;
  color: #050505;
}

.template-blog .main-content .container .pagination .deco {
  display: flex;
  align-items: center;
}

.template-blog .main-content .container .pagination .prev,
.template-blog .main-content .container .pagination .next {
  display: flex;
  align-items: center;
}

.template-blog .main-content .container .pagination .prev svg,
.template-blog .main-content .container .pagination .next svg {
  max-height: 18px;
}

.template-blog .main-content .container .pagination .prev {
  margin-right: 10px;
}

.template-blog .main-content .container .pagination .prev svg {
  transform: rotate(180deg);
}

.template-blog .main-content .container .pagination .next {
  margin-left: 10px;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-btn {
  margin-top: 12px;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-btn a {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #050505;
  text-decoration: underline;
  transition: all 0.3s;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-btn a:hover {
  color: #fe7b3d;
  border: unset;
  text-decoration: underline;
}

.template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-title a:hover {
  color: #fe7b3d;
}

@media (max-width: 1270px) {
  .blog-tags li {
    min-width: 12.5%;
  }

  .blog-tags li:not(:last-of-type) {
    margin-right: 10px;
  }

  .blog-tags a {
    font-size: calc(8px + 0.64vw);
  }
}

@media (max-width: 1000px) {
  .blog-tags {
    justify-content: flex-start;
  }
}

@media (max-width: 800px) {
  #mobile-blog-tags-title {
    display: none;
  }

  .template-blog .section-blog-template .tt-grid-col-3 .tt-post {
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  .blog-tags {
    padding: 0px;
    margin-bottom: 40px;
  }

  .blog-tags li {
    min-width: unset;
    width: calc(33.3% - 10px);
    margin-right: 0px !important;
  }

  .blog-tags li a {
    min-width: unset;
    padding: 8px 0px;
  }

  .blog-tags li:not(:nth-of-type(3n)) {
    margin-right: 15px !important;
  }

  .template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-description {
    display: none;
  }

  .template-blog .section-blog-template .tt-grid-col-3 .blog-item {
    margin-bottom: 60px;
    width: 100%;
  }

  .template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-btn a {
    font-size: 14px;
  }

  .template-blog .section-blog-template .tt-grid-col-3 .tt-post .tt-autor {
    margin: 20px 0px;
  }

  .template-blog .main-content .container .pagination .page a,
  .template-blog .main-content .container .pagination .current {
    width: 30px;
    height: 30px;
    padding: 0px 7px;
  }

  .template-blog .main-content .container .pagination .next svg,
  .template-blog .main-content .container .pagination .prev svg {
    max-height: 15px;
  }
}

@media (max-width: 373px) {
  .blog-tags li {
    min-width: 98px;
    margin-right: 15px !important;
  }
}

.template-article .main-content .wrapper {
  max-width: unset !important;
  padding: 0px !important;
  margin: 0px !important;
}

.article-sidebar-page .row {
  margin-right: 0px !important;
}

.main-wraper {
  max-width: 1248px;
  padding: 0px 22px;
  margin: 0px auto;
}

.template-article .article-banner {
  max-height: 45vw;
  overflow: hidden;
}

.template-article .article-banner img {
  display: block;
  width: 100%;
}

.template-article .back-button-wrapper {
  margin: 4.166666vw auto 2.0833333vw;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #2F2F2F;
}

.template-article .back-button-wrapper svg {
  max-height: 17px;
  margin-right: 20px;
  transform: rotate(180deg);
}

.template-article .back-button-wrapper .back-top-all-blogs {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.template-article .back-button-wrapper .back-top-all-blogs:hover {
  color: #fe7b3d;
}

.template-article .article-sidebar-header .tt-title {
  font-size: calc(20px + 1.145833333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: unset;
}

.template-article .article-sidebar-main {
  margin-top: 0px;
}

.template-article .article-sidebar-page .article-sidebar-main h3 {
  font-size: calc(12px + 0.416666vw);
  margin: 30px 0px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: unset;
}

@media (max-width: 790px) {
  .template-article .article-sidebar-page .article-sidebar-main h3 {
    font-size: 20px;
  }
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content p:first-child {
  font-size: 16px;
}

.article-sidebar-page .article-sidebar-main .tt-post-single #article-right-icon {
  display: block;
}

.article-sidebar-page .content-bottom {
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
  border-top: 1px solid #2f2f2f;
  padding-top: 40px;
}

@media (max-width: 1400px) {
  .article-sidebar-page .content-bottom {
    margin: 60px 0px;
    padding-top: 30px;
  }
}

.article-sidebar-page .content-bottom .post-control-wrapper {
  display: flex;
  align-items: center;
  min-width: 300px;
  justify-content: space-between;
}

.article-sidebar-page .content-bottom .post-control-wrapper .post-control {
  transition: all 0.3s;
  text-decoration: underline;
  font-size: calc(12px + .416666vw);
  font-weight: 500;
  line-height: 1.2;
}

.article-sidebar-page .content-bottom .post-control-wrapper .post-control a {
  color: #050505;
  transition: all 0.3s;
  font-size: calc(12px + .416666vw);
  font-weight: 500;
  line-height: 1.2;
}

.article-sidebar-page .content-bottom .post-control-wrapper .post-control:hover {
  color: #fe7b3d;
}

.article-sidebar-page .content-bottom .post-control-wrapper .post-control:hover a {
  color: #fe7b3d;
}

.article-social-icon .container {
  display: flex;
  align-items: center;
}

.article-social-icon .container>span {
  font-size: calc(12px + .416666vw);
  font-weight: 500;
  line-height: 1.2;
  margin-right: 20px;
  margin-top: 0px;
  color: #050505;
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content img {
  margin: 40px 0px;
  display: block;
}

.article-sidebar-page .addthis_toolbox {
  width: unset;
  height: 36px;
}

.addthis_32x32_style .addthis_counter.addthis_bubble_style,
.addthis_32x32_white_style .addthis_counter.addthis_bubble_style {
  display: none !important;
}

.addthis_toolbox .at-icon-wrapper .at-icon,
.addthis_toolbox .at-icon-wrapper {
  width: 50px !important;
  height: 28px !important;
}

@media (min-width: 601px) and (max-width: 769px) {
  .article-sidebar-page .content-bottom .post-control-wrapper {
    min-width: 250px;
  }
}

@media (max-width: 600px) {
  .article-sidebar-page .content-bottom {
    margin: 40px 0px;
    padding-top: 40px;
  }

  .content-Column {
    width: 100%;
  }

  .article-sidebar-page .article-sidebar-main .tt-post-single #article-right-icon {
    width: 100%;
  }

  .article-sidebar-page .content-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .article-sidebar-page .content-bottom .post-control-wrapper {
    width: 100%;
    min-width: unset;
    margin-top: 40px;
  }

  .article-social-icon .container>span {
    font-size: 16px;
    margin-right: unset;
    width: 18vw;
    text-align: left;
  }

  .addthis_toolbox .at-icon-wrapper,
  .addthis_toolbox .at-icon-wrapper .at-icon {
    width: 45px;
    height: 23px;
  }

  .addthis_default_style .at300b,
  .addthis_default_style .at300bo,
  .addthis_default_style .at300m {
    padding: 0px !important;
  }

  .article-social-icon .container {
    justify-content: space-between;
  }

  .addthis_toolbox .at-icon-wrapper,
  .addthis_toolbox .at-icon-wrapper .at-icon {
    width: 10.6666vw !important;
    height: 6.13333333vw !important;
    min-height: 23px;
  }

  .article-sidebar-page .addthis_toolbox {
    width: calc(82vw - 48px);
    display: flex !important;
    justify-content: space-between;
  }

  .article-sidebar-page div.atclear {
    display: none;
  }

  .article-sidebar-page .content-bottom .post-control-wrapper .post-control {
    font-size: 14px;
  }

  .template-article .article-sidebar-page .article-sidebar-main .h3,
  .template-article .article-sidebar-page .article-sidebar-main h3 {
    font-size: 14px;
  }

  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content p {
    font-size: 14px;
  }

  .article-sidebar-page .article-sidebar-main .h2,
  .article-sidebar-page .article-sidebar-main h2 {
    font-size: 16px;
  }

  .template-article .back-button-wrapper {
    margin: 20px auto;
  }

  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-autor {
    margin-top: 20px;
  }

  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content {
    margin-top: 40px;
  }
}

.article-sidebar-footer {
  background: #f1f1f1;
  padding: 80px 24px;
}

.article-sidebar-footer .tt-post-related {
  max-width: 1200px;
  margin: 0px auto;
}

.article-sidebar-footer #relatedblogs .recommend {
  margin-bottom: 0px;
  font-size: calc(20px + 1.145833333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  text-transform: capitalize;
  letter-spacing: unset;
}

.article-sidebar-footer #relatedblogs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}

.article-sidebar-footer #relatedblogs ul li {
  list-style: none;
  width: calc(33.33% - 12px);
  margin-top: 40px;
  margin-bottom: 0px;
}

.article-sidebar-footer #relatedblogs ul li:not(:nth-of-type(3n)) {
  margin-right: 18px;
}

.article-sidebar-footer #relatedblogs .rb_image {
  display: block;
}

.article-sidebar-footer #relatedblogs .related-article-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-top: 20px;
  transition: all 0.3s;
  min-height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-sidebar-footer #relatedblogs .related-article-title:hover {
  color: #fe7b3d;
  text-decoration: underline;
}

.article-sidebar-footer #relatedblogs .related-article-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #BABABA;
  margin-bottom: 0px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-sidebar-footer #relatedblogs .related-autor {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px 0px;
  color: #2F2F2F;
  text-transform: capitalize;
}

.article-sidebar-footer #relatedblogs .read-more {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  text-decoration: underline;
  transition: all 0.3s;
  margin-top: 12px;
}

.article-sidebar-footer #relatedblogs .read-more:hover {
  color: #fe7b3d;
}

@media (max-width: 767px) {
  .template-article .article-sidebar-header .tt-title {
    font-size: 7.46666666vw;
  }

  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-autor {
    font-size: 14px;
  }

  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-autor span {
    font-size: 14px;
  }

  .article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content p:first-child {
    font-size: 14px;
  }

  .article-sidebar-page .content-bottom .post-control-wrapper .post-control a {
    font-size: 14px;
  }

  .article-sidebar-footer {
    overflow: hidden;
    padding: 80px 24px 40px;
  }

  .article-sidebar-footer #relatedblogs ul li {
    width: 100%;
    margin: 0px;
  }

  .article-sidebar-footer #relatedblogs ul {
    flex-wrap: nowrap;
  }

  .article-sidebar-footer #relatedblogs .recommend {
    margin-bottom: 40px;
    font-size: 7.46666666vw;
    text-align: center;
  }

  .article-sidebar-footer .swiper-container-horizontal>.swiper-pagination-bullets,
  .article-sidebar-footer .swiper-pagination-custom,
  .swiper-pagination-fraction {
    line-height: 1;
    text-align: center;
    margin-top: 40px;
  }

  .article-sidebar-footer #relatedblogs .related-article-content {
    display: none;
  }

  .article-sidebar-footer #relatedblogs .read-more {
    font-size: 14px;
  }

  .article-sidebar-footer #relatedblogs .related-autor {
    margin: 20px 0px;
  }

  .article-sidebar-footer .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px;
    transition: all 0.3s;
    opacity: 1;
    background: #FFFFFF;
    border-radius: unset;
    width: 8px;
    height: 8px;
  }

  .article-sidebar-footer .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 8px;
  }

  .article-sidebar-footer .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    background: #050505;
  }
}

.template-article .site-header__logo {
  margin: 0px;
}

@media (min-width: 860px) {
  .template-article .no-full-image {
    max-width: 800px;
    margin: 40px auto 20px;
    display: block;
  }
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content a.break-line {
  display: unset;
  transition: all 0.3s;
}

.article-sidebar-page .article-sidebar-main .tt-post-single .tt-post-content a.break-line:hover {
  background: #fe7b3d;
}

.produc-template-special .product-single__thumbnails {
  display: flex;
  justify-content: center;
}

.produc-template-special .product-single__thumbnails li:not(:last-of-type) {
  margin-right: 15px;
}

.produc-template-special .product-single__quantity {
  margin-top: 20px;
}

.produc-template-special #AddToCart--product-template-special {
  margin-top: 0px;
  border: 2px solid #050505;
  color: #050505;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: unset;
  padding: 12px 29px;
}

.produc-template-special #AddToCart--product-template-special:hover {
  color: #ffffff;
  background: #fe7b3d !important;
  border-color: #fe7b3d !important;
}

@media (max-width: 768px) {
  .produc-template-special #AddToCart--product-template-special {
    padding: 1.866666vw 7.7333333vw;
    margin-right: 0px;
    min-width: 41.3333333vw;
    font-size: 3.7333333vw;
    background: #050505;
    border-color: #050505;
    color: #FFFFFF;
  }
}

.section-aeropex-cable-fearture .item {
  display: flex;
  align-items: center;
  padding: 80px 0px;
}

.section-aeropex-cable-fearture .item .left-image {
  margin-right: 5.7291666vw;
  max-width: 46.354166vw;
  width: 100%;
}

.section-aeropex-cable-fearture .item .title {
  font-size: calc(20px + 1.145833333vw);
  font-weight: 500;
  line-height: 1.42857;
  color: #050505;
  margin-bottom: 2.083333vw;
}

.section-aeropex-cable-fearture .item .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
  max-width: 484px;
  margin-bottom: 2.083333vw;
}

.section-aeropex-cable-fearture .item .content span {
  color: #050505;
}

.section-aeropex-cable-fearture .item .icon-wrapper {
  display: flex;
}

.section-aeropex-cable-fearture .item .icon-wrapper .icon-item {
  text-align: center;
}

.section-aeropex-cable-fearture .item .icon-wrapper .icon-item:first-of-type {
  margin-right: 3.125vw;
}

.section-aeropex-cable-fearture .item .icon-wrapper .icon-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
}

.section-aeropex-cable-fearture .item-right-image {
  padding-left: calc(100vw - 56.041666vw - 24px - 484px);
}

.section-aeropex-cable-fearture .item-right-image .right-image {
  width: 100%;
  max-width: 44.9479166vw;
  transform: translateX(-33px);
}

.section-aeropex-cable-fearture .item-right-image .text-content {
  margin-left: 24px;
}

@media (max-width: 768px) {
  .section-aeropex-cable-fearture .item {
    padding: 60px 0px;
    flex-wrap: wrap;
  }

  .section-aeropex-cable-fearture .item .left-image {
    margin-right: 15px;
    margin-bottom: 60px;
    max-width: calc(100% - 15px);
  }

  .section-aeropex-cable-fearture .item .text-content {
    padding: 0px 24px;
    margin: 0px auto;
  }

  .section-aeropex-cable-fearture .item .title {
    font-size: 4.26666vw;
    margin-bottom: 40px;
  }

  .section-aeropex-cable-fearture .item .title br:first-of-type {
    display: none;
  }

  .section-aeropex-cable-fearture .item .content {
    font-size: 3.2vw;
    margin-bottom: 40px;
  }

  .section-aeropex-cable-fearture .item .icon-wrapper {
    justify-content: space-between;
  }

  .section-aeropex-cable-fearture .item .icon-wrapper .icon-title {
    font-size: 3.2vw;
  }

  .section-aeropex-cable-fearture .item .icon-wrapper .icon {
    max-width: 37.333333vw;
  }

  .section-aeropex-cable-fearture .item-right-image .right-image {
    width: 100%;
    max-width: unset;
    transform: translateX(-4vw);
    order: 1;
    margin-bottom: 60px;
  }

  .section-aeropex-cable-fearture .item-right-image .text-content {
    margin: 0 auto;
    order: 2;
  }

  .section-aeropex-cable-fearture .item-right-image .icon-wrapper .icon {
    max-width: 42.666666vw;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .section-aeropex-cable-fearture .item .title {
    font-size: 26px;
  }

  .section-aeropex-cable-fearture .item .content {
    font-size: 16px;
    max-width: 490px;
  }

  .section-aeropex-cable-fearture .item .icon-wrapper .icon-title {
    font-size: 16px;
  }
}

@media (min-width: 1921px) {
  .section-aeropex-cable-fearture .item .content {
    font-size: 0.8333333vw;
    max-width: 25.20833vw;
  }
}

.section-xtrainerz-cable-fearture .item {
  padding: 134px 24px;
}

.section-xtrainerz-cable-fearture .item-inner {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.section-xtrainerz-cable-fearture .title {
  font-size: calc(20px + 1.145833333vw);
  font-weight: 500;
  line-height: 1.42857;
  color: #050505;
  width: 530px;
}

@media (min-width: 1921px) {
  .section-xtrainerz-cable-fearture .title {
    font-size: 42px;
  }
}

.section-xtrainerz-cable-fearture .text-content {
  width: 650px;
}

.section-xtrainerz-cable-fearture .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
  margin-bottom: 60px;
}

.section-xtrainerz-cable-fearture .content span {
  color: #050505;
}

.section-xtrainerz-cable-fearture .icon-wrapper {
  display: flex;
  justify-content: space-between;
}

.section-xtrainerz-cable-fearture .icon-wrapper .icon-item {
  position: relative;
}

.section-xtrainerz-cable-fearture .icon-wrapper .icon-item:not(:last-of-type) {
  margin-right: 15px;
}

.section-xtrainerz-cable-fearture .icon-wrapper .icon-item .icon-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #838383;
  position: absolute;
  top: 0px;
  left: 0px;
}

.section-xtrainerz-cable-fearture .text-center-item {
  text-align: center;
}

.section-xtrainerz-cable-fearture .text-center-item .text-content {
  width: unset;
}

.section-xtrainerz-cable-fearture .text-center-item .title {
  width: unset;
}

.section-xtrainerz-cable-fearture .text-center-item .content {
  max-width: 484px;
  margin: 60px auto;
}

.section-xtrainerz-cable-fearture .text-center-item .icon-wrapper {
  max-width: 800px;
  margin: 0px auto;
}

.section-xtrainerz-cable-fearture .text-center-item .icon-wrapper .icon-item .icon-title {
  top: 20px;
  left: 20px;
}

@media (max-width: 768px) {
  .section-xtrainerz-cable-fearture .item {
    padding: 50px 24px;
  }

  .section-xtrainerz-cable-fearture .item-inner {
    flex-wrap: wrap;
  }

  .section-xtrainerz-cable-fearture .title {
    font-size: 4.26666vw;
    margin-bottom: 40px;
    width: 100%;
    line-height: 1.5;
  }

  .section-xtrainerz-cable-fearture .title br:first-of-type {
    display: none;
  }

  .section-xtrainerz-cable-fearture .content {
    font-size: 3.2vw;
    margin-bottom: 40px;
  }

  .section-xtrainerz-cable-fearture .icon-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section-xtrainerz-cable-fearture .icon-wrapper .icon-item {
    margin-right: unset !important;
  }

  .section-xtrainerz-cable-fearture .icon-wrapper .icon-item:last-of-type {
    margin-top: 20px;
  }

  .section-xtrainerz-cable-fearture .icon-wrapper .icon-item .icon-title {
    font-size: 3.2vw;
  }

  .section-xtrainerz-cable-fearture .icon-wrapper .icon {
    max-width: 37.33333vw;
  }

  .section-xtrainerz-cable-fearture .text-center-item {
    text-align: left;
  }

  .section-xtrainerz-cable-fearture .text-center-item .icon-wrapper .icon {
    max-width: 100%;
  }

  .section-xtrainerz-cable-fearture .text-center-item .content {
    margin: 40px auto;
  }
}

@media (max-width: 768px) and (min-width: 600px) {

  .section-xtrainerz-cable-fearture .item-inner,
  .section-xtrainerz-cable-fearture .text-center-item .text-content {
    max-width: 490px;
    margin: 0px auto;
  }

  .section-xtrainerz-cable-fearture .title {
    font-size: 26px;
  }

  .section-xtrainerz-cable-fearture .content {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1921px) {
  .section-xtrainerz-cable-fearture .item .content {
    font-size: 0.8333333vw;
    max-width: 25.20833vw;
  }

  .section-xtrainerz-cable-fearture .title {
    font-size: 2.1875vw;
    width: 27.604166vw;
  }

  .section-xtrainerz-cable-fearture .item-inner {
    max-width: 62.5vw;
  }

  .section-xtrainerz-cable-fearture .text-content {
    width: 33.854166vw;
  }

  .section-xtrainerz-cable-fearture .icon-wrapper .icon-item {
    width: 27.6923%;
  }

  .section-xtrainerz-cable-fearture .icon-wrapper .icon-item img {
    width: 100%;
  }

  .section-xtrainerz-cable-fearture .icon-wrapper .icon-item .icon-title {
    font-size: 0.7291666vw;
  }

  .section-xtrainerz-cable-fearture .text-center-item .icon-wrapper {
    max-width: 41.666666vw;
  }

  .section-xtrainerz-cable-fearture .text-center-item .icon-wrapper .icon-item {
    width: 47.5%;
  }
}

#klarna-faqs #PageContainer .text-center h1,
#klarna-faqs #PageContainer .container h1,
#product-registration #PageContainer .text-center h1,
#product-registration #PageContainer .container h1,
#aftershokz-privacy-policy #PageContainer .text-center h1,
#aftershokz-privacy-policy #PageContainer .container h1,
.page_team_service_wrapper .text-center h1,
.page_team_service_wrapper .container h1,
.default-page .text-center h1,
.default-page .container h1 {
  font-size: calc(20px + 1.14583333vw);
  margin-bottom: 80px !important;
  font-weight: 500;
  color: #050505;
}

@media (max-width: 700px) {

  #klarna-faqs #PageContainer .text-center h1,
  #klarna-faqs #PageContainer .container h1,
  #product-registration #PageContainer .text-center h1,
  #product-registration #PageContainer .container h1,
  #aftershokz-privacy-policy #PageContainer .text-center h1,
  #aftershokz-privacy-policy #PageContainer .container h1,
  .page_team_service_wrapper .text-center h1,
  .page_team_service_wrapper .container h1,
  .default-page .text-center h1,
  .default-page .container h1 {
    font-size: 28px;
  }
}

#klarna-faqs #PageContainer h1,
#klarna-faqs #PageContainer h2,
#klarna-faqs #PageContainer h3,
#klarna-faqs #PageContainer h4,
#product-registration #PageContainer h1,
#product-registration #PageContainer h2,
#product-registration #PageContainer h3,
#product-registration #PageContainer h4,
#aftershokz-privacy-policy #PageContainer h1,
#aftershokz-privacy-policy #PageContainer h2,
#aftershokz-privacy-policy #PageContainer h3,
#aftershokz-privacy-policy #PageContainer h4,
.page_team_service_wrapper h1,
.page_team_service_wrapper h2,
.page_team_service_wrapper h3,
.page_team_service_wrapper h4,
.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4 {
  text-transform: unset;
  color: #050505;
  letter-spacing: normal;
}

#klarna-faqs #PageContainer h2,
#klarna-faqs #PageContainer h3,
#product-registration #PageContainer h2,
#product-registration #PageContainer h3,
#aftershokz-privacy-policy #PageContainer h2,
#aftershokz-privacy-policy #PageContainer h3,
.page_team_service_wrapper h2,
.page_team_service_wrapper h3,
.default-page h2,
.default-page h3 {
  font-size: calc(14px + 0.72916666vw);
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  font-weight: 500;
}

#klarna-faqs #PageContainer p,
#product-registration #PageContainer p,
#aftershokz-privacy-policy #PageContainer p,
.page_team_service_wrapper p,
.default-page p {
  color: #2f2f2f;
}

@media (max-width: 768px) {

  #klarna-faqs #PageContainer h2,
  #klarna-faqs #PageContainer h3,
  #product-registration #PageContainer h2,
  #product-registration #PageContainer h3,
  #aftershokz-privacy-policy #PageContainer h2,
  #aftershokz-privacy-policy #PageContainer h3,
  .page_team_service_wrapper h2,
  .page_team_service_wrapper h3,
  .default-page h2,
  .default-page h3 {
    font-size: 16px;
  }

  #klarna-faqs #PageContainer .container-indent p,
  #product-registration #PageContainer .container-indent p,
  #aftershokz-privacy-policy #PageContainer .container-indent p,
  .page_team_service_wrapper .container-indent p,
  .default-page .container-indent p {
    font-size: 14px;
  }
}

#klarna-faqs #PageContainer a,
#product-registration #PageContainer a,
#aftershokz-privacy-policy #PageContainer a,
.page_team_service_wrapper a,
.default-page a {
  color: #fe7b3d;
  text-decoration: underline;
}

#klarna-faqs h2 {
  margin-top: unset !important;
}

#klarna-faqs .trigger_wrapper .item {
  margin-top: 0px;
}

.template-page .main-content .section-header {
  margin-bottom: 0px;
}

#aftershokz-privacy-policy .container {
  overflow: hidden;
}

#aftershokz-privacy-policy .container a {
  color: #fe7b3d;
  transition: all 0.3s;
}

#aftershokz-privacy-policy .container a:hover {
  text-decoration: underline;
}

.section-product-compare .compare-table .compare-content .product-colors .color-item.bg-white {
  border: 1px solid #b5b5b5;
}

.section-product-compare .compare-table .compare-content .product-colors .color-item.bg-white svg path {
  fill: #b5b5b5;
}

@media (min-width: 769px) {
  .home-page-collection .collections-wrapper .shadow-img {
    margin: -60px auto 0px;
  }

  .fit-top-small-pc .home-page-collection .collections-wrapper .shadow-img {
    margin: -5vh auto 0;
  }

  .compare-product-detail .compare-detail-header .product-info-block .shadow-img {
    margin: -60px auto 0px;
  }

  .compare-product-detail .compare-detail-header .hide-mb-flex .product-info-block .shadow-img {
    margin: -20px auto 0px;
  }
}

@media (max-width: 768px) {
  .home-page-collection .collections-wrapper .shadow-img {
    margin: -50px auto 0px;
  }

  .compare-product-detail .compare-detail-header .product-info-block .shadow-img {
    margin: -3vh auto 0;
  }
}

.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor .ql-font-arial {
  font-family: Poppins, sans-serif !important;
  font-weight: 400 !important;
  text-align: left !important;
  min-width: 300px !important;
  display: block !important;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor .ql-font-arial {
    text-align: center !important;
    min-width: unset !important;
  }
}

div.snize-ac-results li.snize-label {
  text-align: left !important;
  padding-left: 5px !important;
}

div.snize-ac-results li.snize-label:hover {
  background: #f7f7f7 !important;
  color: #a0a0a0 !important;
}

div.snize-ac-results li,
div.snize-ac-results li a.snize-view-link {
  line-height: 1.25 !important;
}

div.snize-ac-results span.snize-title {
  color: #050505 !important;
}

div.snize-ac-results li.snize-view-all-link span {
  color: #fe7b3d !important;
}

div.snize-ac-results li.snize-view-all-link:hover span {
  color: #ffffff !important;
}

div.snize-ac-results li.snize-category a.snize-view-link {
  color: #fe7b3d !important;
}

div.snize-ac-results li.snize-category:hover a.snize-view-link {
  color: #ffffff !important;
}

div.snize-ac-results li:hover,
div.snize-ac-results li a.snize-view-link:hover {
  background: #fff !important;
  color: #050505 !important;
}

div.snize-ac-results li:hover a,
div.snize-ac-results li a.snize-view-link:hover a {
  background: #fff !important;
  color: #050505 !important;
}

div.snize-ac-results li:hover span.snize-title,
div.snize-ac-results li a.snize-view-link:hover span.snize-title {
  color: #050505 !important;
}

div.snize-ac-results li:hover .snize-price,
div.snize-ac-results li a.snize-view-link:hover .snize-price {
  color: #4b4b4b;
}

.input-mb-top .search-bar .btn--secondary {
  background-color: #fe7b3d;
}

div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel input.snize-mobile-input-style {
  font-style: normal !important;
}

div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel:hover {
  background-color: #fff !important;
}

div.snize-ac-results li.snize-page .snize-page-img {
  background-image: url(https://cdn.shopifycdn.net/s/files/1/0074/1890/4612/files/svg-053053.svg?v=1626834275) !important;
}

div.snize-ac-results li.snize-page:hover .snize-page-img {
  background-image: url(https://cdn.shopifycdn.net/s/files/1/0074/1890/4612/files/svg-ffffff.svg?v=1626834275) !important;
  background-position: 0px 0px !important;
}

div.snize-ac-results.snize-ac-results-mobile li.snize-mobile-top-panel button.snize-close-button-arrow {
  background-image: url(https://cdn.shopifycdn.net/s/files/1/0074/1890/4612/files/arrow-5d5d5d.svg?v=1626836057) !important;
  transform: rotate(-90deg) !important;
}

#search-results #PageContainer .wrapper {
  max-width: 1248px;
  margin: 0px auto;
  padding: 0px 24px;
}

#search-results div.snize div.snize-main-panel-controls ul li a.active,
#search-results div.snize div.snize-main-panel-controls ul li a:hover {
  color: #050505;
}

#search-results div.snize li.snize-product span.snize-title,
#search-results div.snize li.snize-category span.snize-title,
#search-results div.snize li.snize-page span.snize-title {
  color: #050505;
}

#search-results div.snize li.snize-product .snize-price-list {
  color: #050505;
}

#search-results .snize-main-panel-controls-categories,
#search-results .snize-main-panel-controls-products,
#search-results .snize-main-panel-controls-pages {
  color: #050505;
}

#search-results #snize_results.snize-mobile-design div.snize-main-panel-dropdown>a>.caret {
  border-color: #050505;
}

#search-results #snize_results.snize-mobile-design div.snize-main-panel-dropdown>a {
  color: #050505;
}

#search-results #snize_results.snize-mobile-design div.snize-main-panel-mobile-filters>a {
  color: #050505;
}

#aftershokz-privacy-policy .page_privacy_policy_wrapper strong {
  font-weight: 500;
}

#aftershokz-privacy-policy .page_privacy_policy_wrapper b {
  font-weight: 500;
}

.account-drapdown {
  padding: 20px 5px;
}

.account-drapdown ul a {
  padding: 5px 15px;
  display: block;
}

.account-drapdown ul a li {
  letter-spacing: normal;
  font-weight: 400;
}

#claim-a-warranty-aftershokz-official-store #PageContainer .section-header h1,
#contact-us #PageContainer .section-header h1 {
  display: none;
}

.brands-nav .nav-inner span {
  margin: 0 !important;
}

#aftershokz-privacy-policy #PageContainer .brands-nav a,
#klarna-faqs #PageContainer .brands-nav a,
#product-registration #PageContainer .brands-nav a,
.default-page .brands-nav a,
.page_team_service_wrapper .brands-nav a {
  color: #ffffff;
  text-decoration: unset;
}

#aftershokz-privacy-policy #PageContainer .brands-nav a:hover,
#klarna-faqs #PageContainer .brands-nav a:hover,
#product-registration #PageContainer .brands-nav a:hover,
.default-page .brands-nav a:hover,
.page_team_service_wrapper .brands-nav a:hover {
  color: #fe7b3d;
}

.product-single__thumbnails-wrapper li {
  padding-bottom: 1px !important;
}

#find-a-store .page-content-wrapper {
  max-width: 1248px;
  padding: 0px 24px;
  margin: auto;
}

.find-in-store-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #2F2F2F;
}

#find-a-store .error-page-title {
  display: none;
}

#find-a-store .find-a-store-product-title {
  display: block !important;
}

#find-a-store .section-error-page-collection {
  background: #f1f1f1;
  margin-top: 4.16666666vw;
}

#find-a-store .home-page-collection .collections-wrapper .product-wrapper {
  background: #ffffff;
}

#stockist-widget .stockist-query-entry .stockist-search-field {
  height: 40px !important;
  background: #f1f1f1 !important;
  border: unset !important;
}

#stockist-widget .stockist-query-entry .stockist-search-button button {
  height: 40px !important;
  margin-left: -1px !important;
  background: #f1f1f1 !important;
}

#stockist-widget .stockist-icon {
  font-size: 18px !important;
}

#stockist-widget .stockist-icon-search:before {
  color: #7d7d7d !important;
}

#stockist-widget .stockist-result-list ul>li {
  border-left: 8px solid transparent !important;
  padding-right: 10px !important;
  border-top: 1px solid transparent !important;
  position: relative;
}

#stockist-widget .stockist-result-list ul>li:not(:last-of-type)::after {
  position: absolute;
  content: ' ';
  width: 93%;
  height: 1px;
  background: #bababa;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

#stockist-widget .stockist-result-list ul>li.stockist-selected {
  border-left-color: #fe7b3d !important;
}

#stockist-widget .stockist-result-list ul {
  background: #f1f1f1 !important;
  margin-right: 0px !important;
}

#stockist-widget .stockist-list-result .stockist-result-name {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px;
  color: #050505;
}

#stockist-widget .stockist-result-address {
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 16px;
  color: #BABABA;
}

#stockist-widget .stockist-list-result .stockist-result-distance {
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 16px;
  color: #2F2F2F;
}

#stockist-widget .stockist-query-entry {
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
}

#stockist-widget .stockist-icon-search:before,
#stockist-widget .stockist-icon-marker:before {
  content: '' !important;
}

.stockist-query-entry .stockist-icon {
  background-image: url(https://cdn.shopifycdn.net/s/files/1/0074/1890/4612/files/search-store.svg?v=1627370333);
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}

#stockist-widget .stockist-list-result>.stockist-result-distance>.stockist-icon,
#stockist-widget .stockist-result-message .stockist-icon {
  background-image: url(https://cdn.shopifycdn.net/s/files/1/0074/1890/4612/files/location.svg?v=1627371226);
  background-size: 24px 24px;
  background-position: center;
  height: 24px;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  #stockist-widget .stockist-horizontal .stockist-side-panel {
    width: 280px !important;
  }
}

@media (max-width: 768px) {
  #stockist-widget.stockist-responsive .stockist-result-list {
    max-height: 520px !important;
  }

  #stockist-widget.stockist-responsive .stockist-map {
    margin-bottom: 20px !important;
  }

  #find-a-store .find-in-store-title {
    margin-bottom: 40px !important;
  }

  #find-a-store .section-error-page-collection {
    margin-top: 60px;
  }
}

.yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
  color: #fe7b3d !important;
}

@media (max-width: 768px) {
  .accout--sidebar-menu .account-menu-wrapper .menu-content {
    display: none;
  }

  #AddAddress h2.h3 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

#addresses .all-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#addresses .address-item-info {
  width: calc(50% - 20px);
  background: #f1f1f1;
  margin-bottom: 40px;
  padding: 20px;
}

#addresses .address-item-info .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

#addresses .address-item-info .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
  min-height: 105px;
  margin-top: 10px;
}

#addresses .address-item-info .address-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#addresses .address-item-info .defaul-address {
  background: #BABABA;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857;
  color: #FFFFFF;
  padding: 0px 3px;
}

#addresses .address-item-info .defaul-address.mb {
  display: none;
}

#addresses .address-item-info .edit-address-button {
  font-weight: 500;
  color: #050505;
}

#addresses .address-item-info .edit-address-button a:first-of-type {
  margin-right: 30px;
}

#addresses .form-vertical {
  width: 100%;
}

.accout-wrapper .account-content a.btn {
  margin-top: 40px;
  margin-bottom: 25px;
}

.account-header .title-sign-out {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 18px;
  color: #050505;
  margin-left: 40px;
}

@media (max-width: 768px) {
  #addresses .address-item-info {
    width: 100%;
  }

  #addresses .address-item-info .info {
    min-height: unset;
  }

  #addresses .address-item-info .defaul-address.pc {
    display: none;
  }

  #addresses .address-item-info .defaul-address.mb {
    display: inline-block;
  }

  #addresses .address-item-info .address-bottom {
    margin-top: 40px;
  }

  #addresses .address-item-info .edit-address-button a:first-of-type {
    margin-right: 80px;
  }

  #addresses .address-item-info {
    margin-bottom: 20px;
  }

  .accout-wrapper .account-content a.btn {
    max-width: 414px;
    display: block;
    margin: 0px auto 40px !important;
  }

  .accout-wrapper .account-content {
    padding-right: 0px;
  }

  .accout-wrapper .accout--sidebar-menu {
    padding: 5px 15px;
    display: none;
  }

  .accout-wrapper .accout--sidebar-menu .menu-title {
    padding: 6px 0px;
  }

  .accout-wrapper .account-content a {
    text-decoration: underline;
    display: inline-block;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media screen and (min-width: 591px) and (max-width: 768px) {

  #addresses .grid,
  #addresses .grid--rev,
  #addresses .grid--full,
  #addresses .grid-uniform {
    margin-left: -15px;
  }
}

.cart--continue-browsing a {
  text-decoration: underline;
  transition: all 0.3s;
}

.cart--continue-browsing a:hover {
  color: #fe7b3d;
}

.accout-wrapper .account-content a {
  color: #050505;
  transition: all 0.3s;
}

.accout-wrapper .account-content a:hover {
  color: #fe7b3d;
}

.accout-wrapper .account-content .content-title {
  padding-bottom: 40px;
}

#orders .content-title {
  margin-bottom: 40px !important;
}

.account-link-btn,
.text-link {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .account-item-col {
    width: 48%;
    flex-direction: column;
  }

  .account-item-col svg {
    width: 36px;
  }

  .account-item-col .right-text {
    max-width: 100%;
  }

  .accout-wrapper .account-content .account-item-col a {
    text-align: left;
    margin-top: 0;
  }

  .account-item-col p {
    max-width: 100%;
    font-size: 12px;
  }

  .account-item-col .left-img {
    max-width: 9.6vw;
  }

  .accout-wrapper .account-content {
    padding-left: 0px;
  }

  .accout-wrapper .account-content h2 {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .account-box {
    margin-top: 40px;
  }

  .account-box:nth-of-type(2) {
    margin-top: 80px;
  }

  .account-header .h2,
  .account-header h2,
  .accout-wrapper .account-content .content-title,
  .login_wrapper .h1,
  .login_wrapper h1 {
    font-size: 28px;
    text-align: center;
  }

  .accout-wrapper .account-content .content-title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .opencomm-text-wrapper {
    z-index: 10;
  }

  .template-cart #PageContainer .main-content {
    padding-top: 0 !important;
  }

  .template-cart .section-header {
    margin-bottom: 5px;
  }

  .template-cart .section-header h1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    font-size: 1.6875em;
    margin: 0;
  }

  .template-cart .js-qty input[type=text] {
    padding: 0px 25px;
  }

  .template-cart .cart .cart__row {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }

  .template-cart .cart .cart__row .cart__product-name {
    letter-spacing: 0;
  }

  .template-cart .tt-shopcart-btn {
    border-bottom: 1px solid #ddd;
  }

  .why_buy_info_wrapper p {
    color: #777;
  }
}

.yotpo-action,
.yotpo .yotpo-icon-btn-small,
.yotpo .yotpo-icon {
  outline: none !important;
}

#snize-search-results-grid-mode li.snize-product .snize-button {
  display: none !important;
}

@media (max-width: 768px) and (min-width: 600px) {
  .index-slideshow-section .hero__text-content>div.slideshow-subheadding {
    font-size: 45px !important;
  }

  .index-slideshow-section .hero__text-content>div.slideshow-heading {
    font-size: 38px !important;
  }

  .home-two-product .text-wrapper .heading {
    font-size: 42px;
  }

  .home-two-product-wrapper .button {
    padding: 20px 30px !important;
  }

  .home_video_loop_wrapper .title {
    font-size: 42px !important;
  }

  .section-brands-banner .brands-banner-texts .title {
    font-size: 45px;
  }

  .section-brands-mission .brands-mission-texts .text-item .content,
  .section-technology-benefits .content-mb .brands-mission-texts .text-item .content {
    font-size: 25px;
  }

  .section-brands-mission .brands-mission-texts .text-item .title,
  .section-technology-benefits .content-mb .brands-mission-texts .text-item .title {
    font-size: 28px;
  }

  .section-brands-highlights .title {
    font-size: 42px;
  }

  .section-technology-benefits .section-title {
    font-size: 42px;
  }

  .section-technology-bone-conduction .content-wrapper .text-wrapper {
    font-size: 22px;
  }

  .section-product-banner .text-wrapper .text-inner .title {
    font-size: 45px !important;
  }

  .product-page .buy-now.mb .product-info .product-name,
  .product-page .buy-now.mb .product-info .product-single__price,
  .product-page .buy-now.mb form .addtocart {
    font-size: 22px !important;
  }

  .product-page .buy-now.mb .product-info {
    padding: 15px 24px;
  }

  .product-page .class-product-tab .class-product-tab-inner .product-tab-item {
    font-size: 22px;
  }

  .product-page .class-product-tab .class-product-tab-inner {
    padding: 15px 24px;
  }

  .section-product-compare .compare-table .compare-content .item {
    font-size: 24px !important;
  }

  .section-product-compare .compare-table .compare-title {
    font-size: 24px !important;
  }

  .section-product-compare .compare-table .compare-content .item {
    font-size: 22px !important;
  }

  .section-product-compare .compare-all {
    padding: 1.8vw 13vw;
    font-size: 24px;
  }

  .section-product-footer-banner .content-wrapper .title {
    font-size: 42px;
  }

  .section-product-footer-banner .content-wrapper .instagram,
  .section-product-footer-banner .content-wrapper .facebook,
  .section-product-footer-banner .content-wrapper .twitter,
  .section-product-footer-banner .content-wrapper .youtube {
    width: 50px;
    height: 50px;
  }

  .section-product-faq .question {
    font-size: 24px;
  }

  .section-product-faq .answer {
    font-size: 20px;
  }

  .section-support-products .title,
  .support-previous-models .title {
    font-size: 42px;
  }

  .support-faq .title,
  .section-support-resources .title {
    font-size: 42px;
  }

  .support-faq .faq-item .question,
  .section-support-resources .resources-content .resources-item .resources-title {
    font-size: 24px;
  }

  .support-faq .faq-item .answer {
    font-size: 20px;
  }
}

.advertisement-banner {
  position: relative;
}

.advertisement-banner .image {
  display: block;
  width: 100%;
}

.advertisement-banner .title {
  position: absolute;
  top: 50%;
  left: 18.75vw;
  transform: translateY(-50%);
  font-size: 2.1875vw;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  font-family: Poppins-Medium, sans-serif;
}

@media (max-width: 768px) {
  .advertisement-banner .title {
    top: unset;
    bottom: 26.6666vw;
    transform: unset;
    font-size: 6.4vw;
    width: 100%;
    left: unset;
    text-align: center;
    color: #FFFFFF;
  }
}

.section-product-footer-banner {
  position: relative;
}

.section-product-footer-banner .image {
  width: 100%;
  display: block;
}

.section-product-footer-banner .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  width: 100%;
  padding: 0px 24px;
  font-family: Poppins, sans-serif;
}

.section-product-footer-banner .content-wrapper .title {
  font-size: 1.458333vw !important;
  line-height: 1.5 !important;
  text-transform: unset;
  color: #FFFFFF;
  margin-bottom: 1.041666666vw;
  padding-bottom: 0px !important;
  font-family: Poppins-Medium, sans-serif;
}

.section-product-footer-banner .content-wrapper .content {
  font-size: 0.729166666vw;
  font-weight: 400;
  line-height: 1.285714;
  color: #ffffff;
}

@media (max-width: 768px) {
  .section-product-footer-banner .content-wrapper {
    text-align: center;
  }

  .section-product-footer-banner .content-wrapper .title {
    font-size: 6.4vw !important;
    margin-bottom: 10.66666vw;
    padding-bottom: 0px !important;
  }

  .section-product-footer-banner .content-wrapper .content {
    font-size: 3.733333vw;
  }

  .section-product-footer-banner .content-wrapper .content br {
    display: none;
  }
}

.section-get-your-headphone {
  position: relative;
}

.section-get-your-headphone .image {
  display: block;
  width: 100%;
}

.section-get-your-headphone .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.section-get-your-headphone .content-wrapper .title {
  font-size: 1.458333vw !important;
  line-height: 1.5 !important;
  text-transform: unset;
  color: #FFFFFF;
  margin-bottom: 2.0833333vw;
  padding-bottom: 0px !important;
  font-family: Poppins-Medium, sans-serif;
}

.section-get-your-headphone .content-wrapper .button-link {
  text-transform: uppercase;
  font-size: 0.72916666vw;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 0.677083vw 1.9791666vw;
  margin: 0px auto;
  transition: all 0.3s;
  text-decoration: unset;
  display: inline-block;
}

.section-get-your-headphone .content-wrapper .button-link:hover {
  background: #fe7b3d;
  color: #ffffff;
  border-color: #fe7b3d;
}

@media (max-width: 768px) {
  .section-get-your-headphone .content-wrapper .title {
    font-size: 6.4vw !important;
    margin-bottom: 1.041666666vw;
    padding-bottom: 0px !important;
    margin-bottom: 9.6vw !important;
    padding: 0px 20px;
  }

  .section-get-your-headphone .content-wrapper .title br {
    display: none;
  }

  .section-get-your-headphone .content-wrapper .button-link {
    font-size: 3.733333vw;
    color: #050505;
    border: unset;
    background: #ffffff;
    padding: 2.66666666vw 5.3333333vw;
  }

  .section-get-your-headphone .content-wrapper .button-link:hover {
    background: #fe7b3d;
    color: #ffffff;
  }
}

.advertisement-why-open-ear .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin: 60px 0px 70px;
  width: 100%;
  text-align: center;
  font-family: Poppins-Medium, sans-serif;
}

.advertisement-why-open-ear .items-wrapper {
  max-width: 1200px;
  margin: 0px auto 80px;
}

.advertisement-why-open-ear .items-wrapper .item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.advertisement-why-open-ear .items-wrapper .item.left {
  float: unset !important;
}

.advertisement-why-open-ear .items-wrapper .item.left .text-wrapper {
  padding-left: 70px;
}

.advertisement-why-open-ear .items-wrapper .item.left .image {
  order: 1;
}

.advertisement-why-open-ear .items-wrapper .item.left .text-wrapper {
  order: 2;
}

.advertisement-why-open-ear .items-wrapper .item.right {
  float: unset !important;
}

.advertisement-why-open-ear .items-wrapper .item.right .text-wrapper {
  padding-left: 60px;
}

.advertisement-why-open-ear .items-wrapper .item.right .image {
  order: 2;
}

.advertisement-why-open-ear .items-wrapper .item.right .text-wrapper {
  order: 1;
}

.advertisement-why-open-ear .items-wrapper .image {
  width: 62.5%;
}

.advertisement-why-open-ear .items-wrapper .text-wrapper {
  width: 37.5%;
}

.advertisement-why-open-ear .items-wrapper .item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 32px;
  font-family: Poppins-Medium, sans-serif;
}

.advertisement-why-open-ear .items-wrapper .item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
}

.advertisement-why-open-ear .items-wrapper .item-content span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #2F2F2F;
  margin-right: 5px;
  font-family: Poppins-Medium, sans-serif;
}

.advertisement-why-open-ear .bottom-text {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  text-align: center;
}

.advertisement-why-open-ear .bottom-text span {
  color: #ED814D;
  font-family: Poppins-Medium, sans-serif;
}

.advertisement-why-open-ear .bottom-image {
  margin: 0px auto;
  display: block;
  max-width: 100%;
}

@media (max-width: 1500px) {
  .advertisement-why-open-ear .title {
    font-size: 1.8666666vw;
    margin: 4vw 0px 4.6666666vw;
  }

  .advertisement-why-open-ear .items-wrapper {
    margin: 0px auto 5.333333vw;
    padding: 0px 24px;
  }

  .advertisement-why-open-ear .items-wrapper .item {
    margin-bottom: 4vw;
  }

  .advertisement-why-open-ear .items-wrapper .item.left .text-wrapper {
    padding-left: 4.6666666vw;
  }

  .advertisement-why-open-ear .items-wrapper .item.right .text-wrapper {
    padding-left: 4vw;
  }

  .advertisement-why-open-ear .items-wrapper .item-title {
    font-size: 1.8666666vw;
    margin-bottom: 2.13333vw;
  }

  .advertisement-why-open-ear .items-wrapper .item-content {
    font-size: calc(8px + 0.53333333vw);
  }

  .advertisement-why-open-ear .items-wrapper .item-content span {
    font-size: 1.6vw;
  }

  .advertisement-why-open-ear .bottom-text {
    padding-top: 1.3333333vw;
    font-size: 1.8666666vw;
  }
}

@media (max-width: 768px) {
  .advertisement-why-open-ear .title {
    font-size: 4.2666666vw;
    margin: 10.6666666vw 0px;
    width: 100%;
    padding: 0px 24px;
  }

  .advertisement-why-open-ear .items-wrapper {
    margin: 0px;
    padding: 0px;
  }

  .advertisement-why-open-ear .items-wrapper .item {
    margin-bottom: 0px;
    flex-wrap: wrap;
  }

  .advertisement-why-open-ear .items-wrapper .item.left .text-wrapper {
    width: 100%;
    padding-left: 0px;
  }

  .advertisement-why-open-ear .items-wrapper .item.left .text-wrapper br {
    display: none;
  }

  .advertisement-why-open-ear .items-wrapper .item.left .image {
    order: 1;
  }

  .advertisement-why-open-ear .items-wrapper .item.left .text-wrapper {
    order: 2;
  }

  .advertisement-why-open-ear .items-wrapper .item.right .text-wrapper {
    width: 100%;
    padding-left: 0px;
  }

  .advertisement-why-open-ear .items-wrapper .item.right .text-wrapper br {
    display: none;
  }

  .advertisement-why-open-ear .items-wrapper .item.right .image {
    order: 1;
  }

  .advertisement-why-open-ear .items-wrapper .item.right .text-wrapper {
    order: 2;
  }

  .advertisement-why-open-ear .items-wrapper .item:nth-of-type(3) .text-wrapper {
    padding: 0px 11.2vw !important;
  }

  .advertisement-why-open-ear .items-wrapper .image {
    width: 100%;
  }

  .advertisement-why-open-ear .items-wrapper .item-title {
    font-size: 4.26666vw;
    margin: 5.333333vw 0px;
  }

  .advertisement-why-open-ear .items-wrapper .text-wrapper {
    padding: 0px 24px !important;
    margin-bottom: 10.666666vw;
    text-align: center;
  }

  .advertisement-why-open-ear .items-wrapper .item-content {
    font-size: 3.733333vw;
  }

  .advertisement-why-open-ear .items-wrapper .item-content span {
    font-size: 4.26666vw;
  }

  .advertisement-why-open-ear .bottom-text {
    padding-top: 0px;
    font-size: 3.73333vw;
    padding: 0px 24px;
    margin-bottom: 5.3333333vw;
  }

  .advertisement-why-open-ear .bottom-text span {
    font-size: 4.26666vw;
  }

  .advertisement-why-open-ear .bottom-image {
    width: 100%;
  }
}

.advertisement-best-headphone {
  margin-top: -5vw;
  position: relative;
}

.advertisement-best-headphone .bg-image {
  width: 100%;
  min-height: 750px;
}

.advertisement-best-headphone .content-wrapper {
  padding: 0px 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.advertisement-best-headphone .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  font-family: Poppins-Medium, sans-serif;
  margin-bottom: 70px;
}

.advertisement-best-headphone .product-name {
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins-Bold", sans-serif;
  line-height: 1.5;
  color: #050505;
}

.advertisement-best-headphone .subname {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #2F2F2F;
}

.advertisement-best-headphone .learn-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #000000;
  display: inline-block;
  padding: 15px 88px;
  transition: all 0.3s;
  margin-top: 40px;
  border-radius: 2px;
}

.advertisement-best-headphone .learn-more:hover {
  background-color: #ED814D;
  text-decoration: unset;
}

@media (max-width: 1500px) {
  .advertisement-best-headphone {
    margin-top: -66px;
  }

  .advertisement-best-headphone .bg-image {
    min-height: calc(100px + 43.33333vw);
  }

  .advertisement-best-headphone .content-wrapper {
    padding: 0px 24px;
  }

  .advertisement-best-headphone .title {
    font-size: 1.8666666vw;
    margin-bottom: 4.666666vw;
  }

  .advertisement-best-headphone .product-image {
    max-width: 26.666666vw;
  }

  .advertisement-best-headphone .product-name {
    font-size: 1.6vw;
  }

  .advertisement-best-headphone .subname {
    font-size: calc(8px + 0.5333333vw);
  }

  .advertisement-best-headphone .learn-more {
    font-size: calc(8px + 0.4vw);
    padding: 1vw 5.866666vw;
    margin-top: 2.666666vw;
  }
}

@media (max-width: 768px) {
  .advertisement-best-headphone {
    margin-top: -6vw;
  }

  .advertisement-best-headphone .bg-image {
    min-height: 132vw;
  }

  .advertisement-best-headphone .content-wrapper {
    width: 100%;
  }

  .advertisement-best-headphone .title {
    font-size: 4.2666666vw;
    margin-bottom: 10.66666vw;
  }

  .advertisement-best-headphone .product-image {
    max-width: 67.466666vw;
  }

  .advertisement-best-headphone .product-name {
    font-size: 7.46666666vw;
  }

  .advertisement-best-headphone .subname {
    font-size: 3.733333vw;
  }

  .advertisement-best-headphone .learn-more {
    font-size: 3.733333vw;
    padding: 2.6666666vw 9.866666vw;
    margin-top: 10.666666vw;
  }
}

.advertisement-reviews {
  padding: 80px 24px;
  max-width: 1188px;
  margin: 0px auto;
  text-align: center;
}

.advertisement-reviews .items-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advertisement-reviews .item {
  width: 46.31578%;
  font-weight: 400;
}

.advertisement-reviews .item .title {
  font-size: 24px;
  line-height: 1.5;
  color: #050505;
}

.advertisement-reviews .item .content {
  font-size: 14px;
  line-height: 1.5;
  color: #7C7C7C;
  margin: 20px 0px;
}

.advertisement-reviews .item:first-of-type {
  width: 100%;
}

.advertisement-reviews .item:first-of-type .item-inner {
  max-width: 700px;
  margin: 0px auto 100px;
}

.advertisement-reviews .item:first-of-type .title {
  font-size: 28px;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 40px;
}

.advertisement-reviews .item:last-of-type .content {
  margin-bottom: 40px;
}

@media (max-width: 1500px) {
  .advertisement-reviews {
    padding: 5.3333333vw 24px;
  }

  .advertisement-reviews .item .title {
    font-size: 1.6vw;
  }

  .advertisement-reviews .item .content {
    font-size: calc(8px + 0.4vw);
    margin: 1.333333vw 0px;
  }

  .advertisement-reviews .item:first-of-type .item-inner {
    max-width: 46.66666vw;
    margin: 0px auto 6.666666vw;
  }

  .advertisement-reviews .item:first-of-type .title {
    font-size: 1.8666666vw;
    margin-bottom: 2.666666vw;
  }

  .advertisement-reviews .item:last-of-type .content {
    margin-bottom: 2.666666vw;
  }
}

@media (max-width: 768px) {
  .advertisement-reviews {
    padding: 21.33333vw 24px;
  }

  .advertisement-reviews .items-wrapper {
    display: block;
  }

  .advertisement-reviews .item {
    width: 100%;
    margin-bottom: 21.33333vw;
  }

  .advertisement-reviews .item .title {
    font-size: 4.2666666vw;
  }

  .advertisement-reviews .item .title br {
    display: none;
  }

  .advertisement-reviews .item .image {
    max-width: 25.3333333vw;
    min-width: 26.13333vw;
  }

  .advertisement-reviews .item .content {
    font-size: 3.2vw;
    margin: 5.333333vw 0px;
  }

  .advertisement-reviews .item:first-of-type .item-inner {
    max-width: unset;
    margin: 0px auto;
  }

  .advertisement-reviews .item:first-of-type .title {
    font-size: 4.266666vw;
    margin-bottom: 5.333333vw;
  }

  .advertisement-reviews .item:last-of-type {
    margin-bottom: 0px;
  }

  .advertisement-reviews .item:last-of-type .content {
    margin-bottom: 5.333333vw;
  }

  .advertisement-reviews .item:last-of-type .image {
    max-width: 10.9333333vw;
    min-width: 10.93333vw;
  }
}

.template-why-open-ear-sports-headphones .tt-breadcrumb {
  display: none;
}

.home-page-collection .collections-wrapper .product-wrapper .selling-point-item img {
  max-width: 24px;
}

#shopify-section-product-template-new .product-right .selling-points .selling-points-item img,
#shopify-section-product-template-special .product-right .selling-points .selling-points-item img {
  max-width: 24px;
}

@media (max-width: 768px) {
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-empty-state .write-review-button {
    display: block !important;
  }

  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-empty-state .yotpo-bottomline-box-1 .write-review-button {
    display: none !important;
  }
}

.product_sale_discount {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fe7b3d;
  color: #ffffff;
  padding: 2px 4px;
  font-size: 12px;
  letter-spacing: 3px;
  z-index: 1;
}

.mega_mune_inner .product_sale_discount {
  top: 25px;
  right: 10px;
}

.home-page-collection .product_sale_discount {
  top: 0px;
  right: 0px;
}

@media (max-width: 768px) {
  .nav-mb-wrapper .product_sale_discount {
    right: 0px;
    top: 0px;
    position: relative;
    margin-left: 20px;
    display: inline-block;
  }

  .section-collection-template2 .home-page-collection .collections-wrapper .variant-buttons .addtocart {
    height: 8vw !important;
  }
}

#pws_wrapper-1 svg {
  display: none;
}

#pws_wrapper-1.show-svg svg {
  display: unset;
}

.tt-back-to-top {
  position: fixed;
  bottom: -50px;
  top: unset;
  transition: all 0.3s;
}

.template-captcha .shopify-challenge__container {
  padding: 40px 0px;
}

.section-exit-pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30;
  transform: translate(-50%, 15%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.section-exit-pop.hide {
  display: none !important;
}

.section-exit-pop.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: unset;
}

.section-exit-pop .text-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.section-exit-pop .text-wrapper .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.section-exit-pop .text-wrapper .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.section-exit-pop .text-wrapper .content .underline {
  text-decoration: underline;
}

.section-exit-pop .text-wrapper a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #050505;
  padding: 15px 50px;
  background: #ffffff;
  transition: all 0.3s;
  display: inline-block;
  margin-top: 20px;
}

.section-exit-pop .text-wrapper a:hover {
  color: #ffffff;
  background: #fe7b3d;
}

.section-exit-pop .text-wrapper .flip a {
  background: transparent;
}

.section-exit-pop .text-wrapper .flip-clock-dividerht .days {
  display: none;
}

.section-exit-pop .text-wrapper .flip-clock-dividerht .flip-clock-label {
  display: none;
}

.section-exit-pop .text-wrapper .flip:nth-of-type(1),
.section-exit-pop .text-wrapper .flip:nth-of-type(2) {
  display: none;
}

.section-exit-pop .text-wrapper .flip-clock-wrapperht ul li a div div.inn {
  font-size: 24px;
  padding-top: 3px;
}

.section-exit-pop .text-wrapper .flip-clock-wrapperht ul {
  height: 28px;
  line-height: 28px;
}

.section-exit-pop .text-wrapper span.flip-clock-dividerht.hours {
  display: none;
}

.section-exit-pop .close-exit-pop {
  position: absolute;
  top: 24px;
  right: 24px;
}

.section-exit-pop .close-exit-pop svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.section-exit-pop .close-exit-pop svg path {
  fill: #000000;
  transition: all 0.3s;
}

.section-exit-pop .close-exit-pop:hover svg path {
  fill: #fe7b3d;
}

@media (max-width: 768px) {
  .section-exit-pop.active {
    width: calc(100% - 10px);
    max-width: 375px;
  }

  .section-exit-pop .text-wrapper .title {
    font-size: 20px;
  }

  .section-exit-pop .text-wrapper .content {
    font-size: 15px;
  }

  .section-exit-pop .text-wrapper a {
    margin-top: 15px;
    padding: 9px 25px;
  }

  .section-exit-pop .text-wrapper .flip-clock-wrapperht ul {
    width: 18px;
  }

  .section-exit-pop .flip-clock-dotht.bottom {
    bottom: 9px;
  }

  .section-exit-pop .flip-clock-dotht.top {
    top: 20px;
  }

  .section-exit-pop .close-exit-pop {
    width: 15px;
    height: 15px;
  }

  #epb_background {
    max-height: 50px;
  }

  .section-exit-pop .text-wrapper .content .underline {
    font-size: 20px;
  }
}

@media (max-width: 330px) {
  .section-exit-pop .text-wrapper .title {
    font-size: 16px;
  }

  .section-exit-pop .text-wrapper .content {
    font-size: 12px;
  }
}

#judgeme_product_reviews {
  padding: 4.1666666vw 24px;
  max-width: 1248px;
  margin: 0 auto;
}

#judgeme_product_reviews .jdgm-rev-widg__title {
  font-weight: 500;
  line-height: 63px;
  text-align: center;
  font-size: calc(20px + 1.145833333vw) !important;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  #judgeme_product_reviews .jdgm-rev-widg__title {
    font-size: 4.2666666vw;
    line-height: 6.4vw;
    margin-bottom: 10.133333333vw;
  }
}

#judgeme_product_reviews .jdgm-submit-rev {
  transition: all 0.3s !important;
  background: #ffffff !important;
  color: #050505 !important;
}

#judgeme_product_reviews .jdgm-submit-rev:hover {
  color: #ffffff !important;
  background: #fe7b3d !important;
}

#judgeme_product_reviews .jdgm-paginate__page.jdgm-curt {
  font-weight: bold;
  font-size: 100%;
  color: #fe7b3d;
  font-size: 14px;
}

#judgeme_product_reviews .jdgm-all-reviews-widget,
#judgeme_product_reviews .jdgm-rev-widg {
  border: unset;
  padding: 0;
  margin-top: 0px;
}

#judgeme_product_reviews .jdgm-rev-widg__summary {
  display: flex;
}

#judgeme_product_reviews .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text {
  margin-left: 20px;
  font-size: 14px;
}

#judgeme_product_reviews .jdgm-rev__timestamp {
  margin-left: 4px;
  position: absolute;
  font-size: 12px;
}

#judgeme_product_reviews .jdgm-rev__author {
  color: #2d2d2d;
  font-size: 12px;
}

#judgeme_product_reviews .jdgm-rev__title {
  color: #6B6D76;
  font-size: 14px;
  padding-bottom: 5px;
}

#judgeme_product_reviews .jdgm-rev__body p {
  font-size: 14px;
  color: #6B6D76;
}

#judgeme_product_reviews .jdgm-rev__content {
  padding-left: 58px;
}

#judgeme_product_reviews .jdgm-rev-widg__summary-stars .jdgm-star {
  font-wize: 20px;
}

#judgeme_product_reviews .jdgm-rev__buyer-badge {
  background-color: #fe7b3d;
}

#judgeme_product_reviews .jdgm-rev__icon::after {
  background-color: #1cc286;
}

#judgeme_product_reviews .jdgm-rev__icon {
  background-color: #818181;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

#judgeme_product_reviews .jdgm-paginate__page {
  color: #2d2d2d;
  font-size: 14px;
}

#judgeme_product_reviews .jdgm-quest,
#judgeme_product_reviews .jdgm-rev {
  border-top: 1px solid #e3e3e3 !important;
}

#judgeme_product_reviews .jdgm-rev__actions {
  padding-left: 58px;
}

.jdgm-sort-dropdown-wrapper {
  margin-top: 40px !important;
}

.jdgm-widget .jdgm-temp-hidden {
  display: block !important;
  width: 100% !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.jdgm-histogram__row {
  max-width: 300px !important;
}

.jdgm-ask-question-btn,
.jdgm-write-rev-link {
  transition: all 0.3s !important;
}

.jdgm-ask-question-btn:hover,
.jdgm-write-rev-link:hover {
  color: #ffffff !important;
  background: #fe7b3d !important;
}

.jdgm-widget label {
  font-style: normal !important;
  font-size: 14px !important;
}

.jdgm-form__reviewer-name-format-dropdown {
  font-size: 14px !important;
  padding-right: 10px !important;
}

.jdgm-widget input:not([type='submit']),
.jdgm-widget textarea {
  font-size: 14px !important;
}

@media (max-width: 768px) {

  .jdgm-ask-question-btn,
  .jdgm-write-rev-link {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .jdgm-sort-dropdown-wrapper {
    margin-top: 0px !important;
  }

  #judgeme_product_reviews .jdgm-rev__content {
    padding-left: 0px;
  }

  #judgeme_product_reviews {
    padding-top: 40px;
  }

  #judgeme_product_reviews .jdgm-rev-widg__title {
    padding-top: 40px;
  }

  #judgeme_product_reviews .jdgm-rev__actions {
    padding-left: 0px;
  }
}

.reviews-star-wrapper .jdgm-prev-badge__text {
  text-decoration: underline;
  margin-left: 20px;
  transition: all 0.3s;
}

.reviews-star-wrapper .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #050505;
  font-size: 18px;
  transition: all 0.3s;
}

.reviews-star-wrapper:hover .jdgm-prev-badge__text,
.reviews-star-wrapper:hover .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #fe7b3d;
}

.ajaxcart_shipping_price {
  display: flex;
  justify-content: space-between;
}

.free-shipping-text {
  color: #fe7b3d;
  font-size: 14px;
}

.free-shipping-text.bogof {
  margin-bottom: 10px;
}

.free-shipping-text.bogof a {
  transition: all 0.3s;
  color: #fe7b3d;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .section-collection-template2 .home-page-collection .collections-wrapper .variant-buttons .addtocart {
    display: none;
  }

  .section-collection-template2 .home-page-collection .collections-wrapper .variant-buttons .learn-more {
    display: block !important;
    background: #ffffff;
    height: 8vw !important;
    line-height: 8vw;
    width: 100%;
    border: 2px solid #f1f1f1;
    line-height: calc(8vw - 4px);
  }

  .section-collection-template2 .home-page-collection .collections-wrapper .variant-buttons .learn-more:hover {
    background: #fe7b3d;
  }

  .section-collection-template2 .one-column-mb .two-product .product-item {
    padding: 40px 0px 10px;
  }
}

.tag_sale-compare-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #BABABA;
  text-decoration: line-through;
  font-size: 87.5%;
}

.uk-hide-in-pc {
  display: none !important;
}

@media (max-width: 768px) {
  .uk-hide-in-mb {
    display: none !important;
  }

  .uk-hide-in-pc {
    display: block !important;
  }
}

.year-10th-title {
  font-size: 42px;
}

@media (max-width: 1920px) and (min-width: 769px) {
  .year-10th-title {
    font-size: calc(20px + 1.145833333vw) !important;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .year-10th-title {
    font-size: 35px;
  }
}

@media (max-width: 500px) {
  .year-10th-title {
    font-size: 7.4666vw;
  }
}

.section-10th-anniversary-banner {
  position: relative;
  text-align: center;
  padding-bottom: 4.1666666vw;
}

.section-10th-anniversary-banner .image {
  display: block;
  width: 100%;
}

.section-10th-anniversary-banner .image.mb {
  display: none;
}

.section-10th-anniversary-banner .content {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-10th-anniversary-banner {
    padding-bottom: 40px;
  }

  .section-10th-anniversary-banner .image {
    display: none;
  }

  .section-10th-anniversary-banner .image.mb {
    display: block;
  }

  .section-10th-anniversary-banner .content {
    font-size: 35px;
  }
}

@media (max-width: 500px) {
  .section-10th-anniversary-banner .content {
    margin-top: 20px;
    font-size: 5.333vw;
  }
}

.section-10th-anniversary-email {
  position: relative;
}

.section-10th-anniversary-email .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-snow .ql-editor a {
  text-decoration-color: unset !important;
}

.section-10th-anniversary-email .part-1 {
  padding: 4.1666666vw 0px;
  background-color: #f1f1f1;
  text-align: center;
}

.section-10th-anniversary-email .part-1 .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.section-10th-anniversary-email .part-1 .image {
  display: block;
  margin: 20px auto 40px;
}

.section-10th-anniversary-email .part-1 .item-wrapper {
  max-width: 1260px;
  padding: 0px 30px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.section-10th-anniversary-email .part-1 .item-wrapper .item {
  width: calc(33.333% - 13px);
}

.section-10th-anniversary-email .part-1 .item-wrapper .item .item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #E16326;
  margin-bottom: 10px;
}

.section-10th-anniversary-email .part-1 .item-wrapper .item .item-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
}

.section-10th-anniversary-email .part-2 {
  background-image: linear-gradient(45deg, #E05A21, #E57A34);
}

.section-10th-anniversary-email .part-2 .part-2-inner {
  max-width: 860px;
  padding: 4.16666vw 24px;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .section-10th-anniversary-email .part-1 {
    padding: 40px 0px;
  }

  .section-10th-anniversary-email .part-1 .title {
    font-size: 4.26666vw;
  }

  .section-10th-anniversary-email .part-1 .image {
    max-width: 76vw;
  }

  .section-10th-anniversary-email .part-1 .item-wrapper {
    flex-wrap: wrap;
    padding: 0px 24px;
  }

  .section-10th-anniversary-email .part-1 .item-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-10th-anniversary-email .part-1 .item-wrapper .item .item-title {
    font-size: 4.26666vw;
  }

  .section-10th-anniversary-email .part-1 .item-wrapper .item .item-content {
    font-size: 3.73333vw;
  }
}

.other-klaviyo-wrapper .klaviyo-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.other-klaviyo-wrapper .klaviyo-title br {
  display: none;
}

.other-klaviyo-wrapper .hWApFu {
  font-size: 12px !important;
}

.other-klaviyo-wrapper .ql-editor span,
.other-klaviyo-wrapper .ql-container a {
  font-size: 12px !important;
}

.other-klaviyo-wrapper .ql-editor span.ql-font-poppins {
  font-size: 14px !important;
}

.other-klaviyo-wrapper .ql-editor p:first-of-type span.ql-font-poppins {
  font-size: 24px !important;
}

.other-klaviyo-wrapper .bqUsjd,
.other-klaviyo-wrapper .bbPXBp {
  padding: 0px !important;
}

.other-klaviyo-wrapper .cjMaen,
.other-klaviyo-wrapper .yDmFV,
.other-klaviyo-wrapper .cjMaen,
.other-klaviyo-wrapper .yDmFV,
.other-klaviyo-wrapper input {
  height: 50px !important;
}

.other-klaviyo-wrapper .glmAlV,
.other-klaviyo-wrapper .fCyQh,
.other-klaviyo-wrapper .fhtrxa,
.other-klaviyo-wrapper button {
  padding: 17px 56px !important;
  transition: color 0.3s, background 0.3s !important;
}

.other-klaviyo-wrapper .glmAlV:hover,
.other-klaviyo-wrapper .fCyQh:hover,
.other-klaviyo-wrapper .fhtrxa:hover,
.other-klaviyo-wrapper button:hover {
  background: #fd5b00 !important;
}

.other-klaviyo-wrapper .hqRxwV {
  padding: 0px !important;
}

.other-klaviyo-wrapper .haxPLI {
  padding-bottom: 0px !important;
}

.other-klaviyo-wrapper .EowEC {
  padding: 0px 6px 0px 27px !important;
}

.other-klaviyo-wrapper .eVhWpo {
  padding-left: 0px !important;
}

.other-klaviyo-wrapper strong.ql-font-arial {
  text-align: center !important;
  font-size: 25px !important;
}

.other-klaviyo-wrapper .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor .ql-font-arial {
  text-align: center !important;
  font-size: 25px !important;
}

@media (max-width: 768px) {
  .other-klaviyo-wrapper .klaviyo-title {
    font-size: 4.26666vw;
  }

  .other-klaviyo-wrapper .klaviyo-title br {
    display: block;
  }

  .other-klaviyo-wrapper strong.ql-font-arial {
    text-align: center !important;
    font-size: 20px !important;
  }

  .other-klaviyo-wrapper .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor .ql-font-arial {
    text-align: center !important;
    font-size: 20px !important;
  }

  .other-klaviyo-wrapper .glmAlV,
  .other-klaviyo-wrapper .fCyQh,
  .other-klaviyo-wrapper .fhtrxa,
  .other-klaviyo-wrapper button {
    padding: 17px 24px !important;
  }
}

.other-klaviyo-wrapper svg #Shape {
  fill: #050505 !important;
}

.other-klaviyo-wrapper .itrmhl {
  padding: 0px 0px 10px 0px !important;
}

.other-klaviyo-wrapper .iRlXmm {
  padding-left: 0px !important;
  padding: 1px 0px 11px !important;
}

.other-klaviyo-wrapper .gjRyVg {
  padding-left: 28px !important;
}

.other-klaviyo-wrapper .ihmODT {
  font-size: 12px !important;
}

.other-klaviyo-wrapper .jqXZrI {
  color: #050505 !important;
}

.other-klaviyo-wrapper .fOEPIz {
  padding: 10px 6px 0px 0px !important;
}

.other-klaviyo-wrapper .iJuZEb {
  padding: 0px 0px 10px !important;
}

.other-klaviyo-wrapper .hMLCHS {
  color: #050505 !important;
}

.other-klaviyo-wrapper .kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor p {
  color: #ffffff;
}

.section-10th-sale {
  padding: 30px 30px 4.1666vw;
  text-align: center;
}

.section-10th-sale .title {
  font-weight: 500;
  line-height: 1.5;
  color: #E47330;
  margin-bottom: 2.08333vw;
}

.section-10th-sale .content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 2.083333vw;
}

.section-10th-sale .content span {
  color: #E4712E;
  font-size: 28px;
}

.section-10th-sale .content .small-text {
  font-size: 14px;
  color: #050505;
  display: block;
  margin-bottom: 2.083333vw;
}

.section-10th-sale .sale-product-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0px auto;
}

.section-10th-sale .item {
  display: flex;
  justify-content: center;
  width: calc(50% - 5px);
}

.section-10th-sale .item .left-part {
  width: 56.4705%;
  display: block;
}

.section-10th-sale .item .left-part.mb {
  display: none;
}

.section-10th-sale .item .right-part {
  width: 43.69747%;
  background: #F1F1F1;
  padding: 10px 5px 10px;
}

.section-10th-sale .item .item-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -30px;
  color: #050505;
}

.section-10th-sale .item .item-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 4px;
}

.section-10th-sale .item .item-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 30px;
}

.section-10th-sale .item .padding-wrapper {
  padding: 0px 15px;
}

.section-10th-sale .item .item-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #050505;
  padding: 15px 0px;
  width: 100%;
  display: inline-block;
  background: #ffffff;
  transition: all 0.3s;
}

.section-10th-sale .item .item-button:hover {
  color: #ffffff;
  background: #fd5b00;
}

@media (max-width: 768px) {
  .section-10th-sale {
    padding: 40px 24px;
  }

  .section-10th-sale .item .left-part {
    display: none;
  }

  .section-10th-sale .item .left-part.mb {
    display: block;
  }

  .section-10th-sale .title {
    margin-bottom: 20px;
  }

  .section-10th-sale .content {
    margin-bottom: 40px;
    font-size: 4.8vw;
  }

  .section-10th-sale .content span {
    font-size: 7.46666vw;
  }

  .section-10th-sale .content .small-text {
    margin-bottom: 40px;
    font-size: 3.733333vw;
  }

  .section-10th-sale .last-text {
    font-size: 3.733333vw;
  }

  .section-10th-sale .sale-product-wrapper {
    flex-wrap: wrap;
  }

  .section-10th-sale .item {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }

  .section-10th-sale .item .left-part {
    width: 100%;
  }

  .section-10th-sale .item .right-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 0px 3.1746%;
  }

  .section-10th-sale .image-wrapper {
    width: 37.3333vw;
    padding: 0px !important;
  }

  .section-10th-sale .content-wrapper {
    width: 42.6666vw;
    text-align: left;
  }

  .section-10th-sale .item .item-title {
    margin-top: 0px;
    font-size: 4.26666vw;
    margin-bottom: 4px;
  }

  .section-10th-sale .item .item-subtitle {
    font-size: 3.2vw;
    margin-bottom: 4px;
  }

  .section-10th-sale .item .item-content {
    font-size: 3.2vw;
  }

  .section-10th-sale .item .item-button {
    max-width: 200px;
    padding: 10px 0px;
    font-size: 3.7333vw;
  }

  .section-10th-sale .item:first-of-type {
    margin-bottom: 5.33333vw;
  }

  .section-10th-sale .button-wrapper {
    width: 100%;
    background: #f1f1f1;
    padding-bottom: 5.33333vw !important;
    margin-top: -10px;
  }
}

@media (max-width: 1250px) and (min-width: 769px) {
  .section-10th-sale .item .item-title {
    font-size: 18px;
  }

  .section-10th-sale .item .item-subtitle {
    font-size: 14px;
  }

  .section-10th-sale .item .item-content {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) and (min-width: 501px) {
  .section-10th-sale .item .item-button {
    max-width: 300px;
    font-size: 16px;
    padding: 15px 0;
  }
}

.section-10th-anniversary-benefits-true {
  padding: 80px 0px 40px;
}

.section-10th-anniversary-benefits-true .text-wrapper .text {
  padding: 0px 10px;
}

.section-10th-anniversary-benefits-true .button-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.section-10th-anniversary-benefits-true .button-wrapper .button-link {
  background: #050505;
  color: #ffffff;
  padding: 15px 88px;
  display: inline-block;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}

.section-10th-anniversary-benefits-true .button-wrapper .button-link:hover {
  background: #fd5b00;
}

@media (max-width: 768px) {
  .section-10th-anniversary-benefits-true .section-title {
    padding-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .section-10th-anniversary-benefits-true .button-wrapper .button-link {
    padding: 11px 68px;
  }
}

@media (max-width: 1300px) and (min-width: 769px) {
  .section-10th-anniversary-benefits-true .content {
    max-width: 1260px;
    padding: 0 30px;
  }
}

@media (min-width: 1921px) {
  .section-10th-anniversary-benefits-true .section-title {
    font-size: 42px;
    line-height: 1.5;
  }

  .section-10th-anniversary-benefits-true .content .text-wrapper .title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .section-10th-anniversary-benefits-true .content {
    max-width: 1200px;
  }

  .section-10th-anniversary-benefits-true .content .text-wrapper .text {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }

  .gw-sale-blog.year-10th .content {
    max-width: 1260px;
    padding: 0px 30px;
  }

  .gw-sale-blog.year-10th .blog-text {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.section-tryshokzon-banner {
  position: relative;
}

.section-tryshokzon-banner .img {
  width: 100%;
  display: block;
}

.section-tryshokzon-banner .bg-black {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.2;
  z-index: 1;
}

.section-tryshokzon-banner .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0px 24px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.section-tryshokzon-banner .content-wrapper .image {
  display: block;
  margin: 0px auto;
  margin-bottom: 4.166666vw;
  width: 15vw;
  min-width: 480px;
}

.section-tryshokzon-banner .content-wrapper .content {
  text-align: center;
  font-size: 2.1875vw;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .section-tryshokzon-banner .content-wrapper .image {
    max-width: 80vw;
    width: unset;
    margin-bottom: 10.66666vw;
    min-width: 200px;
  }

  .section-tryshokzon-banner .content-wrapper .content {
    font-size: 7.466666vw;
  }

  .section-tryshokzon-banner .content-wrapper {
    transform: unset;
    bottom: 16vw;
    left: unset;
    top: unset;
  }

  .section-tryshokzon-banner .content-wrapper .imager {
    margin-bottom: 40px;
  }
}

.section-what-is-tryshokzon {
  position: relative;
  padding: 4.1666666vw 30px;
  background: #F1F1F1;
}

.section-what-is-tryshokzon .content-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-what-is-tryshokzon .image {
  margin-right: 40px;
}

.section-what-is-tryshokzon .text-wrapper .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 40px;
}

.section-what-is-tryshokzon .text-wrapper .content {
  font-size: 18px;
  line-height: 1.5;
}

.section-what-is-tryshokzon .text-wrapper .content span {
  font-weight: 500;
}

.section-what-is-tryshokzon .text-wrapper .button-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857;
  color: #F1F1F1;
  padding: 20px 40px;
  background: #050505;
  border-radius: 4px;
  margin-top: 37px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}

.section-what-is-tryshokzon .text-wrapper .button-link:hover {
  background: #fe7b3d;
}

@media (max-width: 1260px) {
  .section-what-is-tryshokzon .image {
    max-width: 46.0317%;
  }

  .section-what-is-tryshokzon .text-wrapper .title {
    font-size: 2.22222vw;
    margin-bottom: 3.1746vw;
  }

  .section-what-is-tryshokzon .text-wrapper .content {
    font-size: 1.42857vw;
  }

  .section-what-is-tryshokzon .text-wrapper .button-link {
    font-size: 1.11111vw;
    margin-top: 2.9365vw;
  }
}

@media (max-width: 768px) {
  .section-what-is-tryshokzon {
    padding: 16vw 24px;
  }

  .section-what-is-tryshokzon .content-wrapper {
    flex-wrap: wrap;
  }

  .section-what-is-tryshokzon .image {
    width: 100%;
    max-width: unset;
    margin-right: 0px;
  }

  .section-what-is-tryshokzon .text-wrapper {
    margin-top: 40px;
    text-align: center;
  }

  .section-what-is-tryshokzon .text-wrapper .title {
    font-size: 4.8vw;
  }

  .section-what-is-tryshokzon .text-wrapper .content {
    font-size: 4.266666vw;
  }

  .section-what-is-tryshokzon .text-wrapper .button-link {
    text-align: center;
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 40px;
  }
}

.section-tryshokzon-application {
  padding: 2.76041vw 24px 4.16666vw;
}

.section-tryshokzon-application .text-wrapper {
  max-width: 800px;
  margin: 0px auto;
}

.section-tryshokzon-application .text-wrapper .title1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  text-align: center;
  margin-bottom: 40px;
}

.section-tryshokzon-application .text-wrapper .content1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #050505;
}

.section-tryshokzon-application .text-wrapper .content1 span {
  font-weight: 500;
}

.section-tryshokzon-application .text-wrapper .content1 a {
  text-decoration: underline;
  transition: all 0.3s;
}

.section-tryshokzon-application .text-wrapper .content1 a:hover {
  color: #fe7b3d;
}

.section-tryshokzon-application .text-wrapper .title2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #2F2F2F;
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
}

.section-tryshokzon-application .text-wrapper .content2 {
  font-size: 14px;
  line-height: 2;
  color: #2F2F2F;
}

@media (max-width: 768px) {
  .section-tryshokzon-application {
    padding: 16vw 24px;
  }

  .section-tryshokzon-application .text-wrapper .title1 {
    font-size: 4.26666vw;
    margin-bottom: 5.33333vw;
  }

  .section-tryshokzon-application .text-wrapper .content1 {
    font-size: 3.73333vw;
  }

  .section-tryshokzon-application .text-wrapper .title2 {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
    margin-top: 10.6666vw;
  }

  .section-tryshokzon-application .text-wrapper .content2 {
    font-size: 3.2vw;
  }
}

.section-tryshokzon-previous-testers {
  background: #F1F1F1;
  padding: 3.125vw 30px 4.166666vw;
}

.section-tryshokzon-previous-testers .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  margin-bottom: 40px;
  text-align: center;
}

.section-tryshokzon-previous-testers .testers-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.section-tryshokzon-previous-testers .testers-wrapper .item {
  width: calc(33.33% - 5px);
  font-size: 14px;
  line-height: 2;
  color: #050505;
}

.section-tryshokzon-previous-testers .testers-wrapper .item img {
  display: block;
  margin: 0px auto;
}

.section-tryshokzon-previous-testers .testers-wrapper .item .name {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .section-tryshokzon-previous-testers {
    padding: 80px 24px;
  }

  .section-tryshokzon-previous-testers .title {
    font-size: 4.8vw;
  }

  .section-tryshokzon-previous-testers .testers-wrapper {
    flex-wrap: wrap;
  }

  .section-tryshokzon-previous-testers .testers-wrapper .item {
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
  }

  .section-tryshokzon-previous-testers .testers-wrapper .item:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .section-tryshokzon-previous-testers .testers-wrapper .item img {
    max-width: 41.0666vw;
  }

  .section-tryshokzon-previous-testers .testers-wrapper .item .name {
    margin-bottom: 10px;
    margin-top: 6px;
  }
}

.section-tryshokzon-about-aftershokz {
  position: relative;
}

.section-tryshokzon-about-aftershokz .image {
  display: block;
  width: 100%;
}

.section-tryshokzon-about-aftershokz .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1260px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-tryshokzon-about-aftershokz .content-wrapper .icon {
  display: block;
  width: 40%;
}

.section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper {
  width: 50%;
  color: #ffffff;
}

.section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .title {
  font-size: 2.1875vw;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 1.041666vw;
}

.section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .content {
  font-size: 14px;
  line-height: 2;
}

.section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .content span {
  display: block;
  margin-bottom: 1vw;
}

@media (max-width: 1450px) {
  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .content {
    line-height: 1.5;
  }
}

@media (max-width: 1150px) {
  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .content {
    font-size: 12px;
  }
}

@media (max-width: 950px) {
  .section-tryshokzon-about-aftershokz .image.uk-hide-in-mb {
    display: none !important;
  }

  .section-tryshokzon-about-aftershokz .image.uk-hide-in-pc {
    display: block !important;
  }

  .section-tryshokzon-about-aftershokz .content-wrapper {
    padding: 16vw 24px;
    flex-wrap: wrap;
  }

  .section-tryshokzon-about-aftershokz .content-wrapper .icon {
    width: unset;
    margin: 0px auto;
    margin-bottom: 10.66666vw;
  }

  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper {
    width: 100%;
  }

  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .title {
    font-size: 7.46666vw;
    margin-bottom: 5.33333vw;
    text-align: center;
  }

  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .content {
    font-size: 3.73333vw;
  }

  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .content span {
    margin-bottom: 20px;
  }
}

.section-tryshokzon-benefit {
  padding-top: 80px;
  background: #F1F1F1;
}

.section-tryshokzon-benefit .content-wrapper .img-left {
  width: 38.33333%;
}

.section-tryshokzon-benefit .content-wrapper {
  justify-content: space-between;
  max-width: 1260px;
  padding: 0px 30px;
  align-items: flex-start;
}

.section-tryshokzon-benefit .content-wrapper .text-wrapper {
  padding-top: 0px;
  background: transparent !important;
}

.section-tryshokzon-benefit .content-wrapper .item-text {
  font-size: 16px;
  line-height: 1.5;
}

.section-tryshokzon-benefit .content-wrapper .title {
  line-height: 1.5;
}

@media (min-width: 769px) {
  .section-tryshokzon-benefit .content-wrapper .content {
    max-width: 600px;
  }
}

@media (max-width: 1400px) {
  .section-tryshokzon-benefit {
    padding-top: 5.7142vw;
  }

  .section-tryshokzon-benefit .content-wrapper .item-title {
    font-size: 2vw;
    line-height: 1.5;
  }

  .section-tryshokzon-benefit .content-wrapper .item-text {
    font-size: 1.142857vw;
  }

  .section-tryshokzon-benefit .content-wrapper .title {
    margin-bottom: 2.857142vw;
  }
}

@media (max-width: 768px) {
  .section-tryshokzon-benefit .content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .section-tryshokzon-benefit .content-wrapper .img-left {
    z-index: 1;
    position: relative;
    order: 3;
    top: 0px;
    width: 100%;
  }

  .section-tryshokzon-benefit .content-wrapper .text-wrapper {
    order: 1;
  }

  .section-tryshokzon-benefit .content-wrapper .title {
    margin-bottom: 40px;
  }

  .section-tryshokzon-benefit .content-wrapper .item-title {
    font-size: 4.26666vw;
  }

  .section-tryshokzon-benefit .content-wrapper .item-text {
    font-size: 3.73333vw;
  }

  .section-tryshokzon-benefit .content-wrapper .content .content-item {
    margin-bottom: 20px;
  }
}

.tryshokzon-final-button {
  text-align: center;
  padding: 80px 24px;
}

.tryshokzon-final-button .button-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857;
  color: #F1F1F1;
  padding: 20px 52px;
  display: inline-block;
  background: #050505;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s;
}

.tryshokzon-final-button .button-link:hover {
  background: #fe7b3d;
}

@media (max-width: 1260px) {
  .tryshokzon-final-button .button-link {
    font-size: 1.11111vw;
  }
}

@media (max-width: 768px) {
  .tryshokzon-final-button {
    padding: 16vw 24px;
  }

  .tryshokzon-final-button .button-link {
    text-align: center;
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .section-what-is-tryshokzon {
    padding: 80px 24px;
  }

  .section-what-is-tryshokzon .text-wrapper .title {
    font-size: 28px;
  }

  .section-what-is-tryshokzon .text-wrapper .content {
    font-size: 18px;
  }

  .section-tryshokzon-application {
    padding: 80px 24px;
  }

  .section-tryshokzon-application .text-wrapper .title1 {
    font-size: 28px;
  }

  .section-tryshokzon-application .text-wrapper .content1 {
    font-size: 18px;
  }

  .section-tryshokzon-application .text-wrapper .title2 {
    font-size: 28px;
  }

  .section-tryshokzon-application .text-wrapper .content2 {
    font-size: 16px;
  }

  .section-tryshokzon-previous-testers .title {
    font-size: 28px;
  }

  .section-tryshokzon-previous-testers .testers-wrapper .item {
    font-size: 18px;
  }

  .section-tryshokzon-benefit .content-wrapper .item-title {
    font-size: 25px;
  }

  .section-tryshokzon-benefit .content-wrapper .item-text {
    font-size: 18px;
  }

  .section-tryshokzon-benefit .content-wrapper .title {
    font-size: 28px;
  }

  .tryshokzon-final-button .button-link {
    padding: 10px 20px;
  }

  .section-what-is-tryshokzon .text-wrapper .button-link {
    display: inline-block;
    padding: 10px 20px;
  }
}

@media (max-width: 950px) and (min-width: 600px) {
  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .title {
    font-size: 30px;
  }

  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .content {
    font-size: 22px;
  }
}

@media (min-width: 1921px) {
  .section-tryshokzon-benefit .content-wrapper .item-title {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .section-tryshokzon-benefit .content-wrapper .title {
    font-size: 42px;
    margin-bottom: 40px;
  }

  .section-tryshokzon-about-aftershokz .content-wrapper .text-wrapper .title {
    font-size: 42px;
  }
}

.section-exit-pop2,
.section-exit-pop-festival,
.section-exit-pop-generic {
  width: 520px;
  max-width: 95%;
  height: 350px;
  background: #fff;
  display: none;
}

.section-exit-pop2.active,
.section-exit-pop-festival.active,
.section-exit-pop-generic.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: unset;
}

.section-exit-pop2 .klaviyo-form-R9Qcq7,
.section-exit-pop-festival .klaviyo-form-R9Qcq7,
.section-exit-pop-generic .klaviyo-form-R9Qcq7 {
  position: relative;
}

.section-exit-pop2 .text-wrapper,
.section-exit-pop-festival .text-wrapper,
.section-exit-pop-generic .text-wrapper {
  color: #050505;
  padding: 10px;
  text-align: left;
  bottom: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
}

.section-exit-pop2 .text-wrapper .title,
.section-exit-pop-festival .text-wrapper .title,
.section-exit-pop-generic .text-wrapper .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45833;
  color: #C30012;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.section-exit-pop2 .text-wrapper .content,
.section-exit-pop-festival .text-wrapper .content,
.section-exit-pop-generic .text-wrapper .content {
  position: relative;
}

.section-exit-pop2 .text-wrapper .content .subtitle,
.section-exit-pop-festival .text-wrapper .content .subtitle,
.section-exit-pop-generic .text-wrapper .content .subtitle {
  padding: 0px 10px;
}

.section-exit-pop2 .fhmQhu,
.section-exit-pop2 input,
.section-exit-pop2 .ikHPKM,
.section-exit-pop2 .GxlCZ,
.section-exit-pop2 button,
.section-exit-pop-festival .fhmQhu,
.section-exit-pop-festival input,
.section-exit-pop-festival .ikHPKM,
.section-exit-pop-festival .GxlCZ,
.section-exit-pop-festival button,
.section-exit-pop-generic .fhmQhu,
.section-exit-pop-generic input,
.section-exit-pop-generic .ikHPKM,
.section-exit-pop-generic .GxlCZ,
.section-exit-pop-generic button {
  height: 50px !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: unset !important;
}

.section-exit-pop2 .fhmQhu,
.section-exit-pop2 input,
.section-exit-pop2 .ikHPKM,
.section-exit-pop-festival .fhmQhu,
.section-exit-pop-festival input,
.section-exit-pop-festival .ikHPKM,
.section-exit-pop-generic .fhmQhu,
.section-exit-pop-generic input,
.section-exit-pop-generic .ikHPKM {
  background: #f1f1f1 !important;
  border: unset !important;
}

.section-exit-pop2 .GxlCZ,
.section-exit-pop2 button,
.section-exit-pop-festival .GxlCZ,
.section-exit-pop-festival button,
.section-exit-pop-generic .GxlCZ,
.section-exit-pop-generic button {
  padding: 11px 40px !important;
}

.section-exit-pop2 .haxPLI.haxPLI,
.section-exit-pop-festival .haxPLI.haxPLI,
.section-exit-pop-generic .haxPLI.haxPLI {
  padding-bottom: 0px;
}

.section-exit-pop2 .haxPLI.haxPLI .ggWihM.ggWihM,
.section-exit-pop-festival .haxPLI.haxPLI .ggWihM.ggWihM,
.section-exit-pop-generic .haxPLI.haxPLI .ggWihM.ggWihM {
  font-size: 12px !important;
  color: #bababa !important;
}

.section-exit-pop2 .needsclick[data-testid="form-row"]:nth-of-type(2) .ql-editor u,
.section-exit-pop-festival .needsclick[data-testid="form-row"]:nth-of-type(2) .ql-editor u,
.section-exit-pop-generic .needsclick[data-testid="form-row"]:nth-of-type(2) .ql-editor u {
  line-height: 1.33333;
  cursor: pointer !important;
}

.section-exit-pop2 .needsclick[data-testid="form-row"]:nth-of-type(4) .ql-editor p,
.section-exit-pop2 .needsclick[data-testid="form-row"]:nth-of-type(4) .ql-editor span,
.section-exit-pop-festival .needsclick[data-testid="form-row"]:nth-of-type(4) .ql-editor p,
.section-exit-pop-festival .needsclick[data-testid="form-row"]:nth-of-type(4) .ql-editor span,
.section-exit-pop-generic .needsclick[data-testid="form-row"]:nth-of-type(4) .ql-editor p,
.section-exit-pop-generic .needsclick[data-testid="form-row"]:nth-of-type(4) .ql-editor span {
  line-height: 1.33333;
}

.section-exit-pop2 .close-exit-text,
.section-exit-pop-festival .close-exit-text,
.section-exit-pop-generic .close-exit-text {
  font-size: 14px;
  line-height: 1.1;
  color: #C30012;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  bottom: 100px;
  text-align: center;
  width: 100%;
}

.section-exit-pop2 .text-wrapper a:hover,
.section-exit-pop-festival .text-wrapper a:hover,
.section-exit-pop-generic .text-wrapper a:hover {
  color: #ffffff !important;
}

.section-exit-pop2 .text-wrapper a,
.section-exit-pop-festival .text-wrapper a,
.section-exit-pop-generic .text-wrapper a {
  color: #777777 !important;
}

.section-exit-pop2 .fhrbA-D,
.section-exit-pop-festival .fhrbA-D,
.section-exit-pop-generic .fhrbA-D {
  left: 0px !important;
  right: unset !important;
}

@media (max-width: 768px) {

  .section-exit-pop2,
  .section-exit-pop-festival,
  .section-exit-pop-generic {
    height: 350px;
  }

  .section-exit-pop2 .text-wrapper,
  .section-exit-pop-festival .text-wrapper,
  .section-exit-pop-generic .text-wrapper {
    height: 320px;
    padding: 25px 0 10px;
  }

  .section-exit-pop2 .text-wrapper .title,
  .section-exit-pop-festival .text-wrapper .title,
  .section-exit-pop-generic .text-wrapper .title {
    font-size: 18px;
  }

  .section-exit-pop2 .text-wrapper .content .subtitle,
  .section-exit-pop-festival .text-wrapper .content .subtitle,
  .section-exit-pop-generic .text-wrapper .content .subtitle {
    font-size: 13px;
  }

  .section-exit-pop2 .close-exit-text,
  .section-exit-pop-festival .close-exit-text,
  .section-exit-pop-generic .close-exit-text {
    bottom: 120px;
  }

  .section-exit-pop2 .fhmQhu,
  .section-exit-pop2 input,
  .section-exit-pop2 .ikHPKM,
  .section-exit-pop2 .GxlCZ,
  .section-exit-pop2 button,
  .section-exit-pop-festival .fhmQhu,
  .section-exit-pop-festival input,
  .section-exit-pop-festival .ikHPKM,
  .section-exit-pop-festival .GxlCZ,
  .section-exit-pop-festival button,
  .section-exit-pop-generic .fhmQhu,
  .section-exit-pop-generic input,
  .section-exit-pop-generic .ikHPKM,
  .section-exit-pop-generic .GxlCZ,
  .section-exit-pop-generic button {
    height: 40px !important;
  }

  .section-exit-pop2 .GxlCZ,
  .section-exit-pop2 button,
  .section-exit-pop-festival .GxlCZ,
  .section-exit-pop-festival button,
  .section-exit-pop-generic .GxlCZ,
  .section-exit-pop-generic button {
    padding: 5px 20px !important;
  }
}

@media (max-width: 350px) {

  .section-exit-pop2,
  .section-exit-pop-festival,
  .section-exit-pop-generic {
    height: 400px;
  }
}

.section-exit-pop-generic.section-exit-pop .text-wrapper a {
  padding: 0px;
  margin: 0px !important;
  line-height: unset;
  font-family: Poppins, sans-serif !important;
}

.color-10th {
  color: #ff7a3d !important;
}

.color-10th:hover {
  color: #ffffff !important;
}

#aftershokz-10th-years #email_dialog_wrapper {
  display: none;
}

.template-product .single-option-radio label.disabled:before {
  content: unset;
}

#ctb_placeholder {
  display: none !important;
}

#ctb_placeholder.active {
  display: block !important;
}

.product-not-available {
  text-align: center;
  width: 50%;
  height: 45px !important;
  line-height: 45px;
  color: #fff;
  background-color: #ddd;
  transition: all .3s;
  font-weight: 500;
}

.template-product .product-not-available {
  width: unset;
  display: inline-block;
  padding: 0px 23px;
}

@media (max-width: 768px) {
  .template-product .product-not-available {
    width: 44vw;
  }
}

.product-tab-wrapper .product-not-available {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: calc(0.4166666vw + 5px) calc(20px + 1.14583333vw);
  border: 2px solid #dddddd;
  position: relative;
  transition: all .3s;
  background: #dddddd;
  height: unset !important;
}

@media (max-width: 768px) {
  .product-tab-wrapper .product-not-available {
    width: 100%;
    height: 55px !important;
    color: #fff;
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 1.1;
  }
}

.strava-2021-challenge-style {
  background: #F1F1F1;
  padding-bottom: 40px;
  position: relative;
}

.strava-2021-challenge-style .logo {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.strava-2021-challenge-style .content {
  font-size: calc(14px + 0.729166vw) !important;
  line-height: 1.71428;
  color: #050505;
  font-weight: 400;
}

@media (max-width: 768px) {
  .strava-2021-challenge-style .content {
    font-size: 4.266666vw !important;
  }

  .strava-2021-challenge-style .logo {
    max-width: 53.3333vw;
  }
}

.section-2021strava-challenge-for-athletes .link-buttong {
  margin-top: 40px;
  text-align: center;
}

.section-2021strava-challenge-for-athletes .link {
  color: #ffffff;
  background: #D93637;
  padding: 15px 80px;
  transition: all 0.3s;
  display: inline-block;
}

.section-2021strava-challenge-for-athletes .link:hover {
  background: #FD5B00;
}

@media (max-width: 768px) {
  .section-2021strava-challenge-for-athletes {
    padding: 40px 0px;
  }

  .section-2021strava-challenge-for-athletes .link {
    padding: 10px 60px;
  }

  .section-2021strava-challenge-for-athletes .section-title {
    font-size: 5.33333vw;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 10px 60px;
  }
}

.section-2021strava-challenge-product {
  max-width: 1240px;
  margin: 0px auto;
  padding: 40px 30px 60px;
  text-align: center;
}

.section-2021strava-challenge-product .text1 {
  font-size: 32px;
  line-height: 1.9375;
  color: #050505;
}

.section-2021strava-challenge-product .text1 span {
  font-weight: 600;
}

.section-2021strava-challenge-product .text2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.47619;
  color: #FF1718;
  margin-bottom: 30px;
}

.section-2021strava-challenge-product .text3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.27777;
  color: #2f2f2f;
  margin-bottom: 40px;
}

.section-2021strava-challenge-product .text3 span {
  color: #F52223;
}

.section-2021strava-challenge-product .product-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 952px;
  margin: 0px auto;
  align-items: center;
}

.section-2021strava-challenge-product .product-wrapper .image {
  width: 100%;
}

.section-2021strava-challenge-product .product-wrapper .product-item {
  width: calc(50% - 26px);
  padding: 0px 25px 35px;
  background: #F1F1F1;
}

.section-2021strava-challenge-product .product-wrapper .info-wrapper {
  margin-top: -50px;
}

.section-2021strava-challenge-product .product-wrapper .info-wrapper .product-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}

.section-2021strava-challenge-product .product-wrapper .info-wrapper .product-text {
  font-size: 14px;
  line-height: 1.5;
  color: #050505;
  min-height: 42px;
}

.section-2021strava-challenge-product .product-wrapper .icon-plus {
  width: 40px;
}

.section-2021strava-challenge-product .subtitle {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #050505;
  margin-bottom: 10px;
}

.section-2021strava-challenge-product .subtitle span {
  font-weight: bold;
}

.section-2021strava-challenge-product .country-wrapper {
  max-width: 800px;
  margin: 0px auto 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-2021strava-challenge-product .country-wrapper .item {
  display: flex;
  width: 186px;
  height: 50px;
  border: 1px solid #D83536;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  background: #D93637;
}

.section-2021strava-challenge-product .country-wrapper .item .icon {
  width: 39px;
  height: 26px;
  margin-right: 10px;
}

.section-2021strava-challenge-product .country-wrapper .item:hover {
  color: #ffffff;
  background: #FD5B00;
  border-color: #FD5B00;
}

@media (max-width: 1300px) {
  .section-2021strava-challenge-product .text1 {
    font-size: 2.46153vw;
  }

  .section-2021strava-challenge-product .text2 {
    font-size: 3.2307vw;
    margin-bottom: 2.30769vw;
  }

  .section-2021strava-challenge-product .text3 {
    font-size: 2.76923vw;
    margin-bottom: 3.0769vw;
  }

  .section-2021strava-challenge-product .product-wrapper .product-item {
    padding: 0px 1.92307vw 2.6923vw;
  }

  .section-2021strava-challenge-product .product-wrapper .image {
    max-width: 48vw;
    margin: 0px auto;
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper {
    margin-top: -3.84615vw;
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper .product-name {
    font-size: calc(10px + 0.76923vw);
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper .product-text {
    font-size: calc(8px + 0.461538vw);
  }

  .section-2021strava-challenge-product .product-wrapper .icon-plus {
    width: 3.0769vw;
  }
}

@media (max-width: 768px) {
  .section-2021strava-challenge-product {
    padding: 40px 24px;
  }

  .section-2021strava-challenge-product .text1 {
    font-size: 4.266666666666667vw;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .section-2021strava-challenge-product .text2 {
    font-size: 5.86666vw;
    margin-bottom: 20px;
  }

  .section-2021strava-challenge-product .text3 {
    font-size: 5.33333vw;
    margin-bottom: 20px;
  }

  .section-2021strava-challenge-product .product-wrapper {
    flex-direction: column;
  }

  .section-2021strava-challenge-product .product-wrapper .product-item {
    width: 100%;
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper {
    margin-top: -5.84615vw;
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper .product-name {
    font-size: 4.26666vw;
    margin-bottom: 10px;
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper .product-text {
    font-size: 3.733333vw;
  }

  .section-2021strava-challenge-product .product-wrapper .icon-plus {
    width: 18px;
    margin: 10px 0px;
  }

  .section-2021strava-challenge-product .subtitle {
    margin-top: 5.3333vw;
    font-size: 4.26666vw;
    margin-bottom: 0px;
  }

  .section-2021strava-challenge-product .country-wrapper {
    justify-content: space-between;
  }

  .section-2021strava-challenge-product .country-wrapper .item {
    padding-left: 0px;
    justify-content: center;
    margin-top: 2.666666vw;
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) and (min-width: 591px) {
  .section-2021strava-challenge-product .product-wrapper {
    flex-direction: unset;
  }

  .section-2021strava-challenge-product .product-wrapper .product-item {
    width: calc(50% - 20px);
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper {
    margin-top: -5.84615vw;
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper .product-name {
    font-size: 26px;
  }

  .section-2021strava-challenge-product .product-wrapper .info-wrapper .product-text {
    font-size: 15px;
  }

  .section-2021strava-challenge-product .country-wrapper {
    justify-content: space-between;
    max-width: 400px;
  }
}

.section-2021strava-challenge-email {
  padding: 80px 30px;
  background: linear-gradient(120deg, #d93637 60%, #efb756);
}

.section-2021strava-challenge-email .email-klaviyo-wrapper {
  max-width: 900px;
  margin: 0px auto;
}

.section-2021strava-challenge-email .other-klaviyo-wrapper .klaviyo-title {
  font-size: calc(14px + .729166vw) !important;
  font-weight: 600;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.section-2021strava-challenge-email .other-klaviyo-wrapper .klaviyo-title span {
  display: block;
  font-size: calc(13px + 0.5vw);
}

.section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(1) .ql-editor p:first-of-type strong.ql-font-poppins {
  font-size: calc(13px + 0.5vw) !important;
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 768px) {
  .section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(1) .ql-editor p:first-of-type strong.ql-font-poppins {
    font-size: 3.73333vw !important;
  }
}

.section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(3) .kl-private-reset-css-Xuajs1 label {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(3) .kl-private-reset-css-Xuajs1 label .kl-private-reset-css-Xuajs1 {
  color: #ffffff !important;
  font-size: 12px !important;
}

.section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(4) .ql-container a {
  color: #ffffff !important;
  transition: all 0.3s;
}

.section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(4) .ql-container a:hover {
  color: #FD5B00 !important;
}

.section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(2),
.section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(3),
.section-2021strava-challenge-email .other-klaviyo-wrapper .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(4) {
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
}

@media (max-width: 590px) {
  .section-2021strava-challenge-email {
    padding: 40px 24px;
  }

  .section-2021strava-challenge-email .other-klaviyo-wrapper .klaviyo-title {
    font-size: 4.266666vw !important;
    margin-bottom: 20px;
  }

  .section-2021strava-challenge-email .other-klaviyo-wrapper .klaviyo-title span {
    display: block;
    font-size: 3.73333vw;
  }
}

.klaviyo-form-USepcN .kl-private-quill-wrapper-Lkqws1 .ql-editor span.ql-font-poppins {
  font-size: 18px !important;
}

#strava-2021-challenge #shopify-section-announcement,
#strava-2021-challenge #shopify-section-header,
#strava-2021-challenge #shopify-section-home-email-register,
#strava-2021-challenge #shopify-section-footer_new,
#strava-2021-challenge #shopify-section-exit-pop2 {
  display: none !important;
}

.aeropex-bogof-banner {
  position: relative;
  padding-bottom: 0px;
}

.aeropex-bogof-banner .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 180px;
}

.aeropex-bogof-banner .content {
  margin-bottom: 10px;
  color: #ffffff;
  position: absolute;
  bottom: 4.166666vw;
  width: 100%;
  text-align: center;
  font-size: calc(20px + 1.1458333vw) !important;
  line-height: 1.58;
  font-weight: 500;
}

.aeropex-bogof-banner .content span {
  font-size: calc(14px + 0.72916vw);
  display: block;
}

@media (max-width: 768px) {
  .aeropex-bogof-banner .content {
    font-size: 7.46666vw !important;
    bottom: 16vw;
  }

  .aeropex-bogof-banner .content span {
    font-size: 3.73333vw;
  }

  .aeropex-bogof-banner .logo {
    max-width: 29.33333vw;
  }
}

body.bogof2021-body #shopify-section-announcement,
body.bogof2021-body #shopify-section-header,
body.bogof2021-body #shopify-section-home-email-register,
body.bogof2021-body #shopify-section-footer_new,
body.bogof2021-body #shopify-section-exit-pop2 {
  display: none !important;
}

#black-friday-sales-2021 #shopify-section-exit-pop2 {
  display: none !important;
}

body.bogof2021-body.bogof2021 #shopify-section-announcement,
body.bogof2021-body.bogof2021 #shopify-section-header,
body.bogof2021-body.bogof2021 #shopify-section-home-email-register,
body.bogof2021-body.bogof2021 #shopify-section-footer_new {
  display: block !important;
}

.bogof2021 .detail-info-wrapper .detail-info .text2 span,
.bogof2021 .detail-info-wrapper .detail-info .text2 br {
  display: block !important;
}

.bogof2021 .bogof2021-nav-wrapper {
  color: #ffffff;
}

.bogof2021 .bogof2021-nav-wrapper .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.bogof2021 .bogof2021-nav-wrapper .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #EFEFEF;
}

.bogof2021 .product-tab-wrapper #ProductPrice {
  display: block;
  font-size: 20px;
  color: #ffffff !important;
}

.bogof2021 .buy-now .price-container {
  text-align: right !important;
}

.bogof2021 .class-product-tab .class-product-tab-inner .buy-now .price-container .product-single__price--compare-at {
  font-size: 14px;
  color: #ffffff !important;
  display: block;
}

.bogof2021 .class-product-tab {
  background: #C92130;
}

.bogof2021 .class-product-tab .class-product-tab-inner .buy-now .addtocart {
  color: #C92130;
  border-color: #ffffff;
  background: #ffffff;
}

.bogof2021 .class-product-tab .class-product-tab-inner {
  padding: calc(8px + .52083vw) 24px;
}

@media (max-width: 768px) {
  .bogof2021 .product-tab-wrapper #ProductPrice {
    font-size: 3.733333vw !important;
  }

  .bogof2021 .product-tab-wrapper .buy-now.mb .product-info .price-container .product-single__price--compare-at {
    font-size: 3.2vw;
    color: #ffffff;
    display: block;
  }

  .bogof2021 .buy-now.mb .product-info {
    padding: 1.6vw 6.4vw;
    background: #C92130;
  }

  .bogof2021 .buy-now.mb form .addtocart {
    color: #C92130;
  }

  .bogof2021 .buy-now.mb form {
    background: #F1F1F1;
  }

  .bogof2021 .buy-now.mb .product-info .product-name {
    line-height: 1.2857;
  }

  .bogof2021 .class-product-tab {
    display: none;
  }
}

.bogof2021 #shopify-section-product-template-new .product-right .bogof2021-title {
  margin-bottom: 10px;
  color: #C92130;
}

.bogof2021 .product-right .bogof2021-subtitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.bogof2021 .bogof2021-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285;
  color: #2F2F2F;
  margin-bottom: 20px;
}

.bogof2021 #shopify-section-product-template-new .reviews-star-wrapper,
.bogof2021 #shopify-section-product-template-new .selling-points,
.bogof2021 #shopify-section-product-template-new .find-in-store,
.bogof2021 #shopify-section-product-template-new .free-shipping-text {
  display: none !important;
}

.bogof2021 #shopify-section-product-template-new .product-right .price-container.has-compare-price #ProductPrice {
  color: #C92130;
  font-size: 28px;
  font-weight: 500;
}

.bogof2021 #shopify-section-product-template-new .product-right .price-container .product-single__price--compare-at {
  font-size: 20px;
  color: #bababa;
}

.bogof2021 #shopify-section-product-template-new .product-right #AddToCart--product-template-new {
  background: #C92130;
  border-color: #C92130;
  color: #ffffff;
}

.bogof2021 #shopify-section-product-template-new .product-page-description {
  display: block !important;
  margin: 0px;
}

.bogof2021 .current-option-color {
  color: #050505;
}

.bogof2021 .color-desc-info {
  font-size: 12px;
  line-height: 1.5;
  color: #C92130;
}

.bogof2021 .fixed-top-0 {
  border-color: #d5d5d5;
}

.bogof2021 .snippet-product-selling-pointer .selling-pointer-wrapper .selling-pointer .title span,
.bogof2021 .detail-info-wrapper .detail-info .text1 span {
  display: unset !important;
}

@media (max-width: 768px) {
  .bogof2021 #shopify-section-product-template-new .product-right .bogof2021-title {
    font-size: 7.46666666vw;
    margin-bottom: 0px;
    color: #050505;
  }

  .bogof2021 #shopify-section-product-template-new .product-single .product-right .selling-points.hide-pc {
    display: none !important;
  }

  .bogof2021 .bogof2021-text {
    font-size: 3.73333vw;
  }

  .bogof2021 .product-right .bogof2021-subtitle {
    font-size: 3.73333vw;
  }

  .bogof2021 .color-desc-info {
    margin-top: 20px;
    font-size: 3.2vw;
  }

  .bogof2021 .snippet-product-selling-pointer .selling-pointer-wrapper .selling-pointer {
    text-align: left;
  }

  .bogof2021 .snippet-product-selling-pointer .selling-pointer-wrapper .selling-pointer svg {
    min-width: 6.4vw !important;
  }
}

.section-bogof2021-footer {
  background: #C92130;
  padding: 80px 30px;
}

.section-bogof2021-footer .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}

.section-bogof2021-footer .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 600px;
  margin: 0px auto;
}

.section-bogof2021-footer .text a {
  color: #ffffff;
  transition: all 0.3s;
  text-decoration: underline;
}

.section-bogof2021-footer .text a:hover {
  color: #fe7b3d;
}

@media (max-width: 590px) {
  .section-bogof2021-footer {
    padding: 40px 24px;
  }

  .section-bogof2021-footer .title {
    font-size: 4.26666vw;
  }

  .section-bogof2021-footer .text {
    font-size: 3.2vw;
  }
}

.bogof2021-bone-benefits {
  background: #ffffff;
}

.bogof2021-bone-benefits .content .text-wrapper .text {
  padding: 0px 10px;
}

@media (max-width: 768px) {
  .bogof2021-bone-benefits .content-mb .brands-mission-texts .text-item .content {
    overflow: unset;
    height: unset;
  }
}

.section-bogof2021-why-us {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-bogof2021-why-us .image {
  min-width: 1920px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section-bogof2021-why-us .content-wrapper {
  padding: 0px 24px;
  max-width: 848px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  text-align: center;
}

.section-bogof2021-why-us .content-wrapper .title {
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.section-bogof2021-why-us .content-wrapper .text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.section-bogof2021-why-us .icons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-bogof2021-why-us .icons-wrapper .icon {
  max-width: 183px;
}

.section-bogof2021-why-us .icons-wrapper .icon:not(:last-of-type) {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .section-bogof2021-why-us .image {
    min-width: unset;
    width: 100%;
  }

  .section-bogof2021-why-us .content-wrapper .title {
    font-size: 4.26666vw;
    margin-bottom: 5.33333vw;
  }

  .section-bogof2021-why-us .content-wrapper .text {
    font-size: 3.73333vw;
  }

  .section-bogof2021-why-us .icons-wrapper {
    max-width: 58.6666vw;
    margin: 0px auto;
    width: 100%;
    flex-wrap: wrap;
  }

  .section-bogof2021-why-us .icons-wrapper .icon {
    width: 45%;
    margin-right: unset !important;
  }

  .section-bogof2021-why-us .icons-wrapper .icon:nth-of-type(1),
  .section-bogof2021-why-us .icons-wrapper .icon:nth-of-type(2) {
    margin-bottom: 8vw;
  }
}

.section-bogof2021-best-deal .text1,
.section-bogof2021-best-deal .text2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: #C92130;
}

.section-bogof2021-best-deal .text2 span {
  font-weight: bold;
}

.section-bogof2021-best-deal .text2 {
  margin-bottom: 80px;
}

.section-bogof2021-best-deal .product-item {
  position: relative;
  overflow: hidden;
}

.section-bogof2021-best-deal .product-item .free-text {
  position: absolute;
  right: 25px;
  top: 60px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: #C30012;
}

.section-bogof2021-best-deal .product-item .air-info {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 0px 25px;
  font-size: 16px;
  line-height: 1.625;
  color: #2F2F2F;
}

.section-bogof2021-best-deal .product-wrapper {
  max-width: 1060px;
}

.section-bogof2021-best-deal .product-wrapper .product-item {
  padding: 10px 25px 35px;
  width: calc(50% - 80px);
}

.section-bogof2021-best-deal .product-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto 0px;
  max-width: 1060px;
  flex-wrap: wrap;
}

.section-bogof2021-best-deal .info-wrapper {
  width: calc(50% - 80px);
  text-align: left;
  margin-bottom: 30px;
}

.section-bogof2021-best-deal .info-wrapper .product-name {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
}

.section-bogof2021-best-deal .info-wrapper .product-text {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  min-height: 190px;
}

.section-bogof2021-best-deal .selling-points {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-bogof2021-best-deal .selling-points .selling-points-item {
  width: 40%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #050505;
}

.section-bogof2021-best-deal .selling-points .selling-points-item img {
  margin-right: 4px;
}

.section-bogof2021-best-deal .selling-points .selling-points-item:nth-of-type(2n) {
  width: 52%;
}

.section-bogof2021-best-deal .selling-points .selling-points-item.start {
  align-items: flex-start;
}

.section-bogof2021-best-deal .selling-points .selling-points-item span {
  color: #2F2F2F;
  text-align: left;
}

@media (max-width: 1300px) {
  .section-bogof2021-best-deal .info-wrapper .product-name {
    font-size: 3.076923vw;
  }

  .section-bogof2021-best-deal .text2 {
    margin-bottom: 6.15384vw;
  }
}

@media (max-width: 1100px) {
  .section-bogof2021-best-deal .product-item .free-text {
    font-size: 3.27272vw;
    top: 5.45454vw;
  }

  .section-bogof2021-best-deal .product-item .air-info {
    font-size: 1.45454vw;
    bottom: 1.81818vw;
  }
}

@media (max-width: 768px) {

  .section-bogof2021-best-deal .product-wrapper .product-item,
  .section-bogof2021-best-deal .info-wrapper {
    width: calc(50% - 30px);
  }

  .section-bogof2021-best-deal .selling-points .selling-points-item {
    width: 45%;
  }

  .section-bogof2021-best-deal .selling-points .selling-points-item:nth-of-type(2n) {
    width: 50%;
  }

  .section-bogof2021-best-deal .product-item .air-info {
    font-size: 12px;
  }
}

.section-bogof2021-best-deal .hide-pcandmidle {
  display: none;
}

@media (max-width: 590px) {
  .section-bogof2021-best-deal .hide-small {
    display: none;
  }

  .section-bogof2021-best-deal .hide-pcandmidle {
    display: block;
  }

  .section-bogof2021-best-deal .text1,
  .section-bogof2021-best-deal .text2 {
    font-size: 5.33333vw;
  }

  .section-bogof2021-best-deal .product-wrapper .product-item,
  .section-bogof2021-best-deal .info-wrapper {
    width: 100%;
  }

  .section-bogof2021-best-deal .info-wrapper .product-text span {
    display: none;
  }

  .section-bogof2021-best-deal .info-wrapper {
    margin-top: 20px !important;
    text-align: center;
    margin-bottom: 0px;
  }

  .section-bogof2021-best-deal .product-wrapper .product-item {
    max-width: 61.3333vw;
  }

  .section-bogof2021-best-deal .product-info-wrapper {
    margin-top: 0px;
  }

  .section-bogof2021-best-deal .info-wrapper .product-name {
    font-size: 4.26666vw;
    margin-bottom: 10px;
  }

  .section-bogof2021-best-deal .info-wrapper .product-text {
    min-height: unset;
    margin-bottom: 20px;
  }

  .section-bogof2021-best-deal .info-wrapper .product-text br {
    display: none;
  }

  .section-bogof2021-best-deal .selling-points .selling-points-item {
    width: 48%;
  }

  .section-bogof2021-best-deal .selling-points .selling-points-item:nth-of-type(2n) {
    width: 51%;
  }

  .section-bogof2021-best-deal .product-wrapper .icon-plus {
    margin: 20px 0px;
  }

  .section-bogof2021-best-deal .product-item .air-info {
    padding: 0px 10px;
    font-size: 12px;
  }

  .section-bogof2021-best-deal .product-item .free-text {
    font-size: 4vw;
    top: 7.45454vw;
  }
}

.bogof2021 .class-product-tab .class-product-tab-inner .buy-now .addtocart:hover {
  background: #FE7B3D;
  color: #ffffff;
  border-color: #FE7B3D;
}

@media (max-width: 1100px) and (min-width: 769px) {
  .bogof2021 #shopify-section-product-template-new .product-right .bogof2021-title {
    font-size: 3.81818vw;
  }
}

@media (max-width: 590px) {
  .section-2021strava-challenge-product .product-wrapper .image {
    max-width: unset;
  }
}

.bogof2021-body {}

.bogof2021-body .bogof2021 #shopify-section-product-template-new .product-right #AddToCart--product-template-new[disabled="disabled"],
.bogof2021-body .bogof2021 #shopify-section-product-template-new .product-right #AddToCart--product-template-new.disabled {
  border-color: #bababa !important;
  background: #BABABA !important;
  text-transform: uppercase;
  color: #ffffff;
  pointer-events: none;
}

.bogof-pre-button {
  background: #C92130;
  padding: 11px 43px;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}

.bogof-pre-button:hover {
  background: #fe7b3d;
}

.bogof-pre-button-nav {
  background: #ffffff;
  color: #C92130;
  text-align: center;
}

.bogof-pre-button-nav:hover {
  background: #fe7b3d;
  color: #ffffff;
}

@media (max-width: 768px) {
  .bogof-pre-button-nav {
    padding: 2.93333vw 10px;
  }
}

.section-exit-pop.pop-bogof2021 {
  width: 450px;
  height: 350px;
  background: #f1f1f1;
  padding: 10px;
  align-items: center;
}

.section-exit-pop.pop-bogof2021 .text-wrapper {
  bottom: unset;
  width: 100%;
  position: relative;
}

.section-exit-pop.pop-bogof2021 .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(4) label {
  padding-bottom: 0px !important;
}

.section-exit-pop.pop-bogof2021 .kl-private-reset-css-Xuajs1[data-testid="form-row"]:nth-of-type(4) label .kl-private-reset-css-Xuajs1 {
  font-size: 14px !important;
}

.section-exit-pop.pop-bogof2021 .text-wrapper a {
  color: #000000 !important;
  transition: all 0.3s;
}

.section-exit-pop.pop-bogof2021 .text-wrapper a:hover {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .section-exit-pop.pop-bogof2021 {
    height: 400px;
  }
}

body.bogof2021-body.bogof2021 .aeropex-bogof-banner .logo {
  display: none !important;
}

.header-logo-wrapper .site-header__logo {
  margin: 0px !important;
}

.section-collection-banner-bf {
  position: relative;
  overflow: hidden;
}

.section-collection-banner-bf .image {
  width: 100%;
  min-width: 1500px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section-collection-banner-bf .content-wrapper {
  position: absolute;
  width: 100%;
  padding: 0px 24px;
  top: 6.25vw;
}

.section-collection-banner-bf .text-wrapper {
  text-align: center;
}

.section-collection-banner-bf .text-wrapper .text1 {
  font-size: calc(0.36458333vw + 7px);
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
}

.section-collection-banner-bf .text-wrapper .text2 {
  font-size: 2.1875vw;
  font-weight: 500;
  line-height: 1.5;
  color: #C92130;
}

.section-collection-banner-bf .text-wrapper .text3 {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 1.04166vw;
}

.section-collection-banner-bf .text-wrapper .button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  background: #C92130;
  transition: all 0.3s;
  padding: 0.78125vw 2.395833vw;
  margin-bottom: 2.083333vw;
  display: inline-block;
}

.section-collection-banner-bf .text-wrapper .button:hover {
  background: #fe7b3d;
}

.section-collection-banner-bf .footer-text {
  font-size: calc(0.4166666vw + 8px);
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
}

.section-collection-banner-bf .footer-text a {
  color: #FD5B00;
  text-decoration: underline;
}

.section-collection-banner-bf .text4 {
  font-size: calc(0.4166666vw + 8px);
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}

.section-collection-banner-bf .product-wrapper {
  width: 41.6666vw;
  margin: 0px auto 1.041666vw;
  position: relative;
  display: block;
}

.section-collection-banner-bf .product-wrapper .product-image {
  display: block;
  width: 100%;
}

.section-collection-banner-bf .product-wrapper .item {
  position: absolute;
  bottom: 22px;
  max-width: calc(10.416666vw + 100px);
  text-align: center;
  min-width: 240px;
}

.section-collection-banner-bf .product-wrapper .item .product-title {
  font-size: calc(0.5208333vw + 10px);
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}

.section-collection-banner-bf .product-wrapper .item .product-text {
  font-size: calc(0.36458333vw + 7px);
}

.section-collection-banner-bf .product-wrapper .item.item-product1 {
  left: 2.083333vw;
}

.section-collection-banner-bf .product-wrapper .item.item-product1 .price {
  color: #c92130;
  line-height: 1.2;
}

.section-collection-banner-bf .product-wrapper .item.item-product2 {
  right: 2.083333vw;
}

.section-collection-banner-bf .product-wrapper .item.item-product2 .price {
  color: #c92130;
  line-height: 1.2;
}

.section-collection-banner-bf .product-wrapper .item.item-product2 .price span {
  text-decoration: line-through;
  font-size: 14px;
  color: #ffffff;
  margin-right: 5px;
}

@media (max-width: 1280px) {
  .section-collection-banner-bf .content-wrapper {
    top: 120px;
  }

  .section-collection-banner-bf .text-wrapper .text1 {
    font-size: 14px;
  }

  .section-collection-banner-bf .text-wrapper .text2 {
    font-size: 28px;
  }

  .section-collection-banner-bf .text-wrapper .text3 {
    font-size: 18px;
  }

  .section-collection-banner-bf .text4 {
    font-size: 14px;
  }

  .section-collection-banner-bf .product-wrapper {
    width: 560px;
  }

  .section-collection-banner-bf .product-wrapper .item .product-title {
    font-size: 18px;
  }

  .section-collection-banner-bf .product-wrapper .item .product-text {
    font-size: 12px;
  }

  .section-collection-banner-bf .product-wrapper .item {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .section-collection-banner-bf .image {
    min-width: unset;
    width: 100%;
  }

  .section-collection-banner-bf .product-wrapper {
    width: 100%;
    margin-bottom: 5.33333vw;
  }

  .section-collection-banner-bf .content-wrapper {
    padding: 0px 16px;
    top: 23.666666vw;
  }

  .section-collection-banner-bf .text-wrapper .text1 {
    font-size: 3.73333vw;
  }

  .section-collection-banner-bf .text-wrapper .text2 {
    font-size: 7.46666vw;
  }

  .section-collection-banner-bf .text-wrapper .text3 {
    font-size: 4.266666vw;
    margin-bottom: 3.733333vw;
  }

  .section-collection-banner-bf .text4 {
    font-size: 3.73333vw;
    margin-bottom: 3.733333vw;
  }

  .section-collection-banner-bf .text-wrapper .button {
    font-size: 3.73333vw;
    padding: 2.66666vw 12.266666vw;
    margin-bottom: 5.33333vw;
  }

  .section-collection-banner-bf .footer-text {
    font-size: 3.733333vw;
  }

  .section-collection-banner-bf .product-wrapper .item.item-product1 {
    left: 0px;
    width: 100%;
    max-width: unset;
    top: 35vw;
  }

  .section-collection-banner-bf .product-wrapper .item.item-product2 {
    max-width: unset;
    width: 100%;
    right: unset;
    bottom: 5.33333vw;
  }

  .section-collection-banner-bf .product-wrapper .item .product-text {
    font-size: 3.733333vw;
  }

  .section-collection-banner-bf .product-wrapper .item .product-title {
    margin-bottom: 1vw;
    font-size: 4.266666vw;
  }
}

.home-page-collection.bf .bf-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  width: 100%;
  text-align: center;
}

.home-page-collection.bf .bf-title {
  width: 100%;
  font-size: calc(20px + 1.14583vw);
  font-weight: 500;
  line-height: 1.5;
  color: #C92130;
  text-align: center;
  margin-bottom: 50px;
}

.home-page-collection.bf .collections-wrapper .product-wrapper .product-item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.home-page-collection.bf .collections-wrapper .variant-buttons form {
  justify-content: center;
  margin-top: 10px;
}

.home-page-collection.bf .collections-wrapper .variant-buttons {
  position: relative;
  bottom: unset;
}

.home-page-collection.bf .product-wrapper {
  padding-bottom: 20px;
}

.home-page-collection.bf .collections-wrapper .product-wrapper:hover .variants-img-wrapper {
  transform: unset;
}

.home-page-collection.bf .collections-wrapper .product-wrapper:hover .variants-other-wrapper {
  transform: unset;
}

.home-page-collection.bf .collections-wrapper .product-wrapper:hover {
  box-shadow: unset;
  background-color: #f1f1f1;
  border: 1px solid transparent;
}

.home-page-collection.bf .collections-wrapper .product-wrapper .variants-img-wrapper {
  margin-bottom: 20px;
}

.home-page-collection.bf .collections-wrapper .variant-buttons .learn-more {
  display: block;
  background: #C92130;
  color: #ffffff;
}

.home-page-collection.bf .collections-wrapper .variant-buttons .learn-more:hover {
  background: #fe7b3d;
}

.home-page-collection.bf .collections-wrapper .variant-buttons .learn-more.disable {
  background-color: #BABABA !important;
}

.home-page-collection.bf .product-wrapper:nth-of-type(3) .variants-other-wrapper .collection-tem-porduct-tag {
  display: none;
}

@media (max-width: 768px) {
  .home-page-collection.bf .bf-text {
    font-size: 3.733333vw;
  }

  .home-page-collection.bf .bf-title {
    font-size: 7.466666vw;
    margin-bottom: 5.333333vw;
  }

  .home-page-collection.bf .collections-wrapper .variant-buttons .learn-more {
    height: 10.66666vw !important;
    max-width: 250px;
    max-height: 60px;
    line-height: 10vw;
  }

  .home-page-collection.bf .collections-wrapper .variant-buttons {
    height: 10.66666vw;
  }

  .home-page-collection.bf .collections-wrapper .product-wrapper .notety {
    min-height: 10px;
  }

  .home-page-collection.bf .collections-wrapper .shadow-img {
    margin-top: -10vw;
  }

  .home-page-collection.bf .collections-wrapper .variant-buttons form {
    margin-top: 0px;
  }
}

.home-page-collection .collections-wrapper .product-wrapper .price.active {
  display: block !important;
}

.home-page-collection .collections-wrapper .product-wrapper .compare-price-style.price {
  color: #FF0000;
}

.home-page-collection .collections-wrapper .product-wrapper .compare-price-style.price .tag_sale-compare-price {
  color: #808080;
}

body.bogof2021 #shopify-section-product-template-new .product-right .product_quantity-pillar {
  display: none !important;
}

.product-tab-wrapper .buy-now.mb form .addtocart.disable {
  pointer-events: none;
}

.class-product-tab .class-product-tab-inner .buy-now .addtocart.disable {
  background: #BABABA;
  text-transform: uppercase;
  color: #ffffff;
  pointer-events: none;
  border-color: #bababa;
}

/*===============================  Page Press ===========================*/
.section-press-banner {
  position: relative;
}

.section-press-banner .bg-image {
  display: block;
  width: 100%;
}

.section-press-banner .bg-image-mb {
  display: none;
  width: 100%;
}

.section-press-banner .text-wrapper {
  position: absolute;
  /*     top: 0px; */
  bottom: 3.125vw;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 24px;
}

.section-press-banner .text-wrapper .icon {
  width: 8.072916vw;
}

.section-press-banner .content {
  font-size: 1.4583333vw;
  font-weight: 500;
  line-height: 2.1875vw;
  margin-bottom: 2.083333vw;
}

.section-press-banner .button-link {
  color: #ffffff;
  border: 2px solid #FFFFFF;
  transition: all 0.3s;
  padding: 0.68vw 2.08333vw;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.041666vw;
}

@media (min-width: 1921px) {
  .section-press-banner .button-link {
    font-size: 0.7291666vw;
  }
}

.section-press-banner .button-link:hover {
  border: 2px solid #FE7B3D;
  background: #fe7b3d;
}

@media (max-width: 768px) {
  .section-press-banner .bg-image {
    display: none;
  }
  .section-press-banner .bg-image-mb {
    display: block;
    width: 100%;
  }
  .section-press-banner .text-wrapper {
    bottom: 10.66666vw;
  }
  .section-press-banner .text-wrapper .icon {
    /*         max-width: 155px; */
    width: 26.66666vw;
  }
  .section-press-banner .content {
    font-size: 4.2666666vw;
    line-height: 6.666666vw;
    margin: 0px auto;
    margin-bottom: 5.33333vw;
  }
  .section-press-banner .content br {
    display: none;
  }
  .section-press-banner .button-link {
    padding: 2.7vw 10.6vw;
    font-size: 3.73333vw;
    line-height: 5.333333vw;
    background: #f1f1f1;
    color: #050505;
    border: unset !important;
  }
  .section-press-banner .button-link:hover {
    color: #ffffff;
  }
}

.section-press-news {
  padding: 4.16666vw 0px;
  /*   @media(min-width: 1921px){
    .press-news-wrapper{
      max-width: 65.625vw;
      padding: 0px 1.5625vw;
      .image-wrapper{
        line-height: 3.541666vw;
        height: 3.125vw;
      }
      .press-news-item{
        width: calc(33.3% - 1.40625vw);
        margin-bottom: 4.16666vw;
       
        &:not(:nth-of-type(3n)){
          margin-right: 2.083333vw;
        }
        &:nth-of-type(34),&:nth-of-type(35),&:nth-of-type(36){
          .image-wrapper{
            height: 5.208333vw;
            line-height: 7.8125vw;
          }
        }
        &:nth-of-type(32){
          .image-wrapper{
            line-height: 4.4791666vw;
          }
        }
        .text{
          font-size: 0.729166666vw;
          line-height: 1.09375vw;
          margin-bottom: 1.04166666vw;
        }
        .button_link{
          font-size: 0.729166666vw;
          line-height: 1.09375vw;
        }
      }
    }
    .show_more,.show_less{
      font-size: 0.729166666vw;
      line-height: 1.09375vw;
      padding: 0.67708333vw 0px;
      width: 8.85416666vw;
    }
  } */
}

.section-press-news .press-news-wrapper {
  max-width: 1260px;
  padding: 0px 30px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-press-news .press-news-wrapper .image-wrapper {
  line-height: 68px;
  height: 60px;
}

.section-press-news .press-news-wrapper .db-img {
  display: none;
}

@media (max-width: 768px) and (min-width: 600px) {
  .section-press-news .press-news-wrapper .db-img {
    display: inline-block;
  }
  .section-press-news .press-news-wrapper .normal-img {
    display: none;
  }
}

.section-press-news .press-news-wrapper .press-news-item {
  width: calc(33.3% - 27px);
  margin-bottom: 4.16666vw;
  display: none;
  /*       &:nth-of-type(31),&:nth-of-type(32),&:nth-of-type(33){
        .image-wrapper{
          height: 100px;
          line-height: 150px;
        }
      } */
}

.section-press-news .press-news-wrapper .press-news-item.show {
  display: block;
}

.section-press-news .press-news-wrapper .press-news-item:not(:nth-of-type(3n)) {
  margin-right: 40px;
}

.section-press-news .press-news-wrapper .press-news-item:nth-of-type(34) .image-wrapper, .section-press-news .press-news-wrapper .press-news-item:nth-of-type(35) .image-wrapper, .section-press-news .press-news-wrapper .press-news-item:nth-of-type(36) .image-wrapper {
  height: 100px;
  line-height: 150px;
}

.section-press-news .press-news-wrapper .press-news-item:nth-of-type(32) .image-wrapper {
  line-height: 86px;
}

.section-press-news .press-news-wrapper .press-news-item .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #050505;
  margin-bottom: 20px;
}

.section-press-news .press-news-wrapper .press-news-item .button_link {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #BABABA;
  transition: all 0.3s;
}

.section-press-news .press-news-wrapper .press-news-item .button_link:hover {
  color: #fe7b3d;
}

.section-press-news .show_more, .section-press-news .show_less {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 13px 0px;
  text-align: center;
  cursor: pointer;
  width: 170px;
  display: none;
  margin: 0px auto;
  border: 2px solid #050505;
  transition: all 0.3s;
}

.section-press-news .show_more:hover, .section-press-news .show_less:hover {
  color: #ffffff;
  background: #fe7b3d;
  border-color: #fe7b3d;
}

.section-press-news .show_more.show, .section-press-news .show_less.show {
  display: block;
}

@media (max-width: 768px) {
  .section-press-news {
    padding: 21.3333333vw 0px;
  }
  .section-press-news .press-news-wrapper {
    padding: 0px 24px;
    text-align: center;
  }
  .section-press-news .press-news-wrapper .image-wrapper {
    line-height: 1;
    height: unset;
    margin-bottom: 5.3333333vw;
  }
  .section-press-news .press-news-wrapper .press-news-item {
    width: 100%;
    margin-bottom: 21.3333333vw;
  }
  .section-press-news .press-news-wrapper .press-news-item:not(:nth-of-type(3n)) {
    margin-right: unset;
  }
  .section-press-news .press-news-wrapper .press-news-item:nth-of-type(34) .image-wrapper, .section-press-news .press-news-wrapper .press-news-item:nth-of-type(35) .image-wrapper, .section-press-news .press-news-wrapper .press-news-item:nth-of-type(36) .image-wrapper {
    height: unset;
    line-height: unset;
  }
  .section-press-news .press-news-wrapper .press-news-item:nth-of-type(32) .image-wrapper {
    line-height: unset;
  }
  .section-press-news .press-news-wrapper .press-news-item .text {
    font-size: 3.733333vw;
    line-height: 5.6vw;
    margin-bottom: 5.3333333vw;
  }
  .section-press-news .press-news-wrapper .press-news-item .button_link {
    font-size: 3.733333vw;
    line-height: 5.6vw;
  }
  .section-press-news .show_more, .section-press-news .show_less {
    font-size: 3.7333333vw;
    line-height: 5.6vw;
    padding: 2.5333333vw 0;
    width: 56vw;
    background: #F1F1F1;
    border: unset !important;
  }
}

@media (max-width: 768px) {
  .section-press-news .press-news-wrapper {
    padding: 0px 21px;
  }
}

/*===============================  End Page Press ===========================*/

@media (max-width: 768px) {
  .section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton:first-of-type {
    margin-top: 7.4666666vw !important;
    margin-bottom: 0px !important;
    padding: 2.666666vw 7.2vw;
    border: 2px solid #ffffff !important;
    text-decoration: unset;
    width: unset;
  }

  .section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton:first-of-type:hover {
    background-color: #fe7b3d;
    color: #ffffff;
    border-color: #fe7b3d !important;
  }
}

.section-technology-find-more-product .brands-be-open-texts .button-wrapper .be-open-botton:first-of-type {
  margin-right: 0px;
}

.section-technology-bone-conduction {
  padding: 3.229166vw 0px;
  color: #050505;
}

.section-technology-bone-conduction .content-wrapper {
  max-width: 1280px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}

.section-technology-bone-conduction .content-wrapper .img-wrapper {
  width: 50%;
  max-width: 622px;
  margin-right: 4.166666vw;
  margin-left: -20px;
}

.section-technology-bone-conduction .content-wrapper .img-wrapper img {
  width: 100%;
}

.section-technology-bone-conduction .content-wrapper .text-wrapper {
  width: 50%;
  max-width: 588px;
  font-size: 16px;
}

@media (min-width: 1921px) {
  .section-technology-bone-conduction .content-wrapper {
    max-width: 66.66666vw;
  }

  .section-technology-bone-conduction .content-wrapper .img-wrapper {
    max-width: 32.395833vw;
    margin-left: -1.53846vw;
    margin-left: -1.041666vw;
  }

  .section-technology-bone-conduction .content-wrapper .text-wrapper {
    max-width: 30.20833vw;
    font-size: 0.83333vw;
  }
}

@media (max-width: 1300px) {
  .section-technology-bone-conduction .content-wrapper {
    padding: 0px 24px;
  }

  .section-technology-bone-conduction .content-wrapper .img-wrapper {
    max-width: 47.84615vw;
    margin-left: -1.53846vw;
  }

  .section-technology-bone-conduction .content-wrapper .text-wrapper {
    max-width: 44.61538vw;
    font-size: 1.2307692vw;
  }
}

@media (max-width: 768px) {
  .section-technology-bone-conduction {
    padding: 16vw 0px;
  }

  .section-technology-bone-conduction .content-wrapper {
    padding: 0px 24px;
    display: block;
  }

  .section-technology-bone-conduction .content-wrapper .img-wrapper {
    width: 100%;
    max-width: unset;
    margin-left: -8vw;
    margin-bottom: 10.6666vw;
  }

  .section-technology-bone-conduction .content-wrapper .text-wrapper {
    max-width: unset;
    width: 100%;
    font-size: 3.733333vw;
  }
}

.section-technology-benefits {
  background: #F1F1F1;
  color: #050505;
  padding: 4.166666666vw 0px;
}

.section-technology-benefits .section-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 63px;
  text-align: center;
  margin-bottom: 4.166666666vw;
}

.section-technology-benefits .section-title br {
  display: none;
}

.section-technology-benefits .content {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  color: #ffffff;
  justify-content: space-between;
}

.section-technology-benefits .content .item {
  width: 32.9%;
  position: relative;
}

.section-technology-benefits .content .item-image {
  width: 100%;
  display: block;
}

.section-technology-benefits .content .text-wrapper {
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.section-technology-benefits .content .text-wrapper .title {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}

.section-technology-benefits .content .text-wrapper .text {
  font-size: 14px;
  line-height: 20px;
  height: 60px;
}

.section-technology-benefits .hide-pc {
  display: none;
}

@media (min-width: 1921px) {
  .section-technology-benefits .section-title {
    font-size: 2.1875vw;
    line-height: 3.28125vw;
  }

  .section-technology-benefits .content {
    max-width: 62.5vw;
  }

  .section-technology-benefits .content .text-wrapper {
    bottom: 1.0416666vw;
  }

  .section-technology-benefits .content .text-wrapper .title {
    font-size: 1.458333vw;
    margin-bottom: 1.0416666vw;
  }

  .section-technology-benefits .content .text-wrapper .text {
    font-size: 0.7291666vw;
    line-height: 1.0416666vw;
    height: 3.125vw;
  }
}

@media (max-width: 1300px) {
  .section-technology-benefits .section-title {
    font-size: 3.230769vw;
    line-height: 4.846153vw;
    padding: 0px 24px;
  }

  .section-technology-benefits .content {
    padding: 0px 24px;
  }

  .section-technology-benefits .content .text-wrapper {
    bottom: 1.538461vw;
  }

  .section-technology-benefits .content .text-wrapper .title {
    font-size: 2.153846vw;
    margin-bottom: 1.538461vw;
  }

  .section-technology-benefits .content .text-wrapper .text {
    font-size: 1.076923vw;
    line-height: 1.538461vw;
    height: 4.615384vw;
    padding: 0px 10px;
  }
}

@media (max-width: 768px) {
  .section-technology-benefits {
    padding: 21.333333vw 0px;
  }

  .section-technology-benefits .section-title {
    font-size: 7.466666vw;
    line-height: 11.2vw;
    margin-bottom: 5.33333vw;
  }

  .section-technology-benefits .section-title br {
    display: block;
  }

  .section-technology-benefits .hide-pc {
    display: block;
  }

  .section-technology-benefits .hide-mb {
    display: none;
  }

  .section-technology-benefits .content-mb {
    padding: 0px 24px;
  }

  .section-technology-benefits .content-mb .content {
    color: #050505 !important;
  }

  .section-technology-benefits .content-mb .brands-mission-texts {
    margin-top: 40px;
  }

  .section-technology-benefits .content-mb .brands-mission-texts .text-item:not(:last-of-type) {
    padding-bottom: 40px;
  }

  .section-technology-benefits .content-mb .brands-mission-texts .text-item:not(:last-of-type)::after {
    bottom: 20px;
  }
}

.section-technology-patents .bg {
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.section-technology-patents .text-wrapper {
  z-index: 2;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}

.section-technology-patents .text-wrapper .title {
  font-size: 5.2083333vw;
  line-height: 7.8125vw;
}

.section-technology-patents .text-wrapper .content {
  font-size: 1.4583333vw;
}

@media (max-width: 768px) {
  .section-technology-patents {
    padding: 39.466666vw 0px !important;
    margin-bottom: -2px;
  }

  .section-technology-patents .fadein-0,
  .section-technology-patents .fadein-05 {
    opacity: 0;
  }

  .section-technology-patents .text-wrapper .title {
    font-size: 16vw;
    line-height: 24vw;
  }

  .section-technology-patents .text-wrapper .content {
    font-size: 3.7333333vw;
    line-height: 4.8vw;
  }
}

.section-technology-history {
  position: relative;
  background: #000000;
  padding: 2.604166vw 0 5.20833vw;
}

.section-technology-history .swiper-button-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-position: 8px 3px;
  background-size: 13px 25px;
  transition: all .3s;
  margin-top: 0px;
}

.section-technology-history .swiper-button-next:hover {
  background-color: #fe7b3d;
}

.section-technology-history .swiper-button-prev {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-position: 8px 3px;
  background-size: 13px 25px;
  transition: all .3s;
  margin-top: 0px;
}

.section-technology-history .swiper-button-prev:hover {
  background-color: #fe7b3d;
}

@media (max-width: 768px) {
  .section-technology-history {
    padding: 30px 0px;
  }

  .section-technology-history .swiper-button-next,
  .section-technology-history .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 375px) {
  .section-technology-history {
    padding: 40px 0px;
  }
}

@media (max-width: 768px) and (min-width: 500px) {
  .section-technology-history {
    padding: 5vw 0px 10vw;
  }
}

@media (max-width: 350px) {
  .section-technology-history {
    padding: 8vw 0px 10vw;
  }

  .section-technology-history .next-part {
    bottom: 1vw !important;
  }
}

.section-technology-history .bg-wrapper .bg {
  opacity: 0;
  position: absolute;
  transition: all 1s;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.section-technology-history .bg-wrapper .bg.active {
  opacity: 1;
  transition: all 3s;
}

.section-technology-history .swiper-container-technology-history {
  overflow: hidden;
}

.section-technology-history .technology-history-wrapper {
  max-width: 65vw;
  margin: 0px auto;
  padding: 0px 24px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.section-technology-history .technology-history-wrapper .swiper-pagination-technology-history {
  position: absolute;
  left: 0px;
  bottom: -2.08333vw;
  display: flex;
  width: 100%;
  justify-content: center;
}

.section-technology-history .technology-history-wrapper .swiper-pagination-technology-history .swiper-pagination-bullet {
  opacity: 1;
  background: #bababa;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
  border-radius: unset;
  margin: 0px 5px;
  display: block;
  cursor: pointer;
}

.section-technology-history .technology-history-wrapper .swiper-pagination-technology-history .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 20px;
}

@media (min-width: 1921px) {
  .section-technology-history .technology-history-wrapper .swiper-pagination-technology-history .swiper-pagination-bullet {
    width: 0.520833vw;
    height: 0.520833vw;
    margin: 0px 0.26041vw;
  }

  .section-technology-history .technology-history-wrapper .swiper-pagination-technology-history .swiper-pagination-bullet-active {
    width: 1.041666vw;
  }
}

.section-technology-history .technology-history-wrapper .year {
  font-size: 1.4583vw;
  line-height: 1.1428;
  margin-bottom: 1.04166vw;
}

.section-technology-history .technology-history-wrapper .text1 {
  font-size: 1.4583vw;
  line-height: 1.5;
  margin-bottom: 1.04166vw;
}

.section-technology-history .technology-history-wrapper .text2 {
  font-size: 2.1875vw;
  line-height: 1.5;
  margin-bottom: 1.04166vw;
}

.section-technology-history .technology-history-wrapper .text3 {
  font-size: 0.729166vw;
  line-height: 1.42857;
  margin-bottom: 1.04166vw;
}

.section-technology-history .technology-history-wrapper .image {
  width: 38.541666vw;
  display: block;
  margin: 0px auto;
}

.section-technology-history .technology-history-wrapper .product-name {
  font-size: 0.833333vw;
  line-height: 0.8vw;
  margin-bottom: 2.0833vw;
  min-height: 1.5;
  font-weight: 500;
}

.section-technology-history .technology-history-wrapper .product-name a {
  color: #ffffff;
  transition: all 0.3s;
  text-decoration: underline;
}

.section-technology-history .technology-history-wrapper .product-name a:hover {
  color: #Fe7b3d;
}

@media (max-width: 1500px) {

  .section-technology-history .technology-history-wrapper .text3,
  .section-technology-history .technology-history-wrapper .product-name {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 768px) {
  .section-technology-history .technology-history-wrapper {
    text-align: left;
    max-width: unset;
    padding: 0px;
  }

  .section-technology-history .technology-history-wrapper .swiper-container-technology-history {
    padding: 0px 24px;
  }

  .section-technology-history .technology-history-wrapper .swiper-pagination-technology-history {
    top: unset;
    left: 50%;
    width: unset;
    bottom: -5.3333vw;
    transform: translateX(-50%);
    position: relative;
    line-height: 1.25;
  }

  .section-technology-history .technology-history-wrapper .swiper-pagination-technology-history .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    display: inline-block;
  }

  .section-technology-history .technology-history-wrapper .swiper-pagination-technology-history .swiper-pagination-bullet-active {
    width: 16px;
  }

  .section-technology-history .technology-history-wrapper .history-item br {
    display: none;
  }

  .section-technology-history .technology-history-wrapper .image {
    width: 100%;
    display: block;
  }
}

@media (max-width: 768px) {
  .section-technology-history .technology-history-wrapper .swiper-wrapper.history {
    height: unset !important;
  }

  .section-technology-history .technology-history-wrapper .mb-height {
    min-height: 330px;
  }

  .section-technology-history .technology-history-wrapper .year {
    font-size: 18px;
    margin-bottom: 2.66666vw;
    line-height: 1.285714;
  }

  .section-technology-history .technology-history-wrapper .text1 {
    font-size: 18px;
    margin-bottom: 2.66666vw;
    line-height: 1.42857;
  }

  .section-technology-history .technology-history-wrapper .text2 {
    font-size: 24px;
    margin-bottom: 2.66666vw;
    line-height: 1.333333;
  }

  .section-technology-history .technology-history-wrapper .text3 {
    font-size: 16px;
    margin-bottom: 2.66666vw;
    line-height: 1.3333;
  }

  .section-technology-history .technology-history-wrapper .product-name {
    font-size: 18px;
    margin-bottom: 3.7333333vw;
    line-height: 1.42857;
  }

  .section-technology-history .technology-history-wrapper .product-name span {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .section-technology-history .technology-history-wrapper .mb-height {
    min-height: 72vw;
    margin-bottom: 8vw;
  }

  .section-technology-history .technology-history-wrapper .year {
    font-size: 4.266vw;
    margin-bottom: 1.8666vw;
    line-height: 1.125;
  }

  .section-technology-history .technology-history-wrapper .text1 {
    font-size: 4.266vw;
    line-height: 1.4285;
    margin-bottom: 3.2vw;
  }

  .section-technology-history .technology-history-wrapper .text2 {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
    line-height: 1.3333;
  }

  .section-technology-history .technology-history-wrapper .text3 {
    font-size: 3.2vw;
    line-height: 1.333;
    margin-bottom: 5.333vw;
  }

  .section-technology-history .technology-history-wrapper .product-name {
    font-size: 3.7333333vw;
    line-height: 1.5;
    margin-bottom: 0px;
  }

  .section-technology-history .technology-history-wrapper .product-name span {
    font-size: 3.2vw;
  }
}

@media (max-width: 350px) {
  .section-technology-history .technology-history-wrapper .mb-height {
    min-height: 80vw;
  }
}

@media (max-width: 768px) {
  .section-technology-history {
    padding: 5.3333333vw 0px 12.8vw;
  }
}

/*============================= Page compare product ============================*/
.section-compare-banner h1 {
  color: #ffffff !important;
}

.page-compare-product .home-page-collection .collections-wrapper .product-wrapper:hover {
  box-shadow: unset;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  cursor: pointer;
}

.page-compare-product .home-page-collection .collections-wrapper .product-wrapper:hover .variants-img-wrapper {
  transform: unset;
}

.page-compare-product .home-page-collection .collections-wrapper .product-wrapper:hover .variants-other-wrapper {
  transform: unset;
}

.page-compare-product .home-page-collection .collections-wrapper .product-wrapper .product-item {
  padding: 0px 20px 30px;
}

.page-compare-product .home-page-collection .collections-wrapper .product-wrapper {
  padding-top: 20px;
}

.page-compare-product .compare-select-wrapper {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.page-compare-product .compare-select-wrapper .compare-select {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #BABABA;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.page-compare-product .compare-select-wrapper .compare-select svg {
  display: none;
}

.page-compare-product .compare-select-wrapper .compare-select.active {
  border: 1px solid #fe7b3d;
  background-color: #fe7b3d;
}

.page-compare-product .compare-select-wrapper .compare-select.active svg {
  display: block;
}

.page-compare-product .compare-select-wrapper .compare-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
}

@media (max-width: 768px) {
  .page-compare-product .home-page-collection .collections-wrapper .product-wrapper .product-item {
    padding: 0px 14px 0;
  }
  .page-compare-product .home-page-collection .collections-wrapper .product-wrapper {
    padding-bottom: 17px;
  }
  .page-compare-product .compare-select-wrapper {
    padding-left: 14px;
  }
  .page-compare-product .compare-select-wrapper .compare-select {
    width: 16px;
    height: 16px;
  }
  .page-compare-product .compare-select-wrapper .compare-text {
    font-size: 12px;
  }
}

.page-compare-product .bottom-select-product {
  position: fixed;
  bottom: -1000px;
  left: 0px;
  width: 100%;
  z-index: 26;
  background: #f1f1f1;
  padding: 40px 24px 30px;
  transition: all 0.3s;
}

.page-compare-product .bottom-select-product.active {
  bottom: 0px;
}

.page-compare-product .bottom-select-product .bottom-select-product-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  justify-content: space-between;
  align-items: flex-start;
}

.page-compare-product .bottom-select-product .content .bottom-title {
  font-size: calc(14px + .72916666vw);
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.page-compare-product .bottom-select-product .content .bottom-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #050505;
}

.page-compare-product .bottom-select-product .content .clear-select-product {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #2f2f2f;
  transition: all 0.3s;
  text-decoration: underline;
  margin-top: 16px;
  cursor: pointer;
  display: none;
}

.page-compare-product .bottom-select-product .content .clear-select-product.active {
  display: block;
}

.page-compare-product .bottom-select-product .content .clear-select-product:hover {
  color: #fe7b3d;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper {
  display: flex;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item {
  width: 130px;
  height: 130px;
  margin-right: calc(28px + 1.4583333vw);
  border: 2px solid #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item:first-of-type {
  margin-left: calc(28px + 1.4583333vw);
}

@media (max-width: 1100px) and (min-width: 769px) {
  .page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item {
    width: 90px;
    height: 90px;
  }
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item .img, .page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item svg, .page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item .product-name {
  display: none;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item.active {
  border: unset;
  background: #ffffff;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item.active .img, .page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item.active svg, .page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item.active .product-name {
  display: block;
  width:100%;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item svg {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item svg path {
  fill: #bababa;
  transition: all 0.3s;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item svg:hover path {
  fill: #fe7b3d;
}

.page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item .product-name {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #050505;
}

.page-compare-product .bottom-select-product .compare-buttom {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s;
  padding: calc(7px + 0.41666666vw) calc(30px + 1.8229166vw);
  display: flex;
  align-items: center;
  color: #FFFFFF;
  background: #cccccc;
}

.page-compare-product .bottom-select-product .compare-buttom.active {
  cursor: pointer;
  color: #FFFFFF;
  background: #050505;
}

.page-compare-product .bottom-select-product .compare-buttom.active:hover {
  background: #fe7b3d;
}

@media (max-width: 768px) {
  .page-compare-product .bottom-select-product {
    padding: 20px 24px 35px;
  }
  .page-compare-product .bottom-select-product .bottom-select-product-wrapper {
    flex-direction: column;
  }
  .page-compare-product .bottom-select-product .content {
    width: 100%;
    position: relative;
  }
  .page-compare-product .bottom-select-product .content .bottom-title {
    font-size: 4.26666666vw;
  }
  .page-compare-product .bottom-select-product .content .bottom-text {
    font-size: 3.2vw;
  }
  .page-compare-product .bottom-select-product .content .clear-select-product.active {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    font-size: 3.2vw;
  }
  .page-compare-product .bottom-select-product .bottom-product-wrapper {
    justify-content: space-between;
    width: 100%;
    margin: 20px 0px;
  }
  .page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item {
    width: 28vw;
    height: 28vw;
    margin-right: 0px;
    margin-left: 0px !important;
  }
  .page-compare-product .bottom-select-product .bottom-product-wrapper .bottom-img-item .product-name {
    font-size: 3.2vw;
  }
  .page-compare-product .bottom-select-product .compare-buttom {
    width: 100%;
    justify-content: center;
    max-width: 400px;
    margin: 0px auto;
    font-size: 3.7333333vw;
    padding: 10px;
  }
}

.compare-product-detail {
  display: none;
  margin-top: 121px;
}

@media (max-width: 768px) {
  .compare-product-detail {
    margin-top: 80px;
  }
}

.compare-product-detail .compare-product-detail-wrapper {
  /*     max-width: 1248px;
    margin: 0px auto;
    padding: 0px 24px; */
}

.compare-product-detail .compare-detail-header {
  max-width: 1248px;
  margin: 0 auto 80px;
  padding: 0 24px;
}

.compare-product-detail .compare-detail-header .back {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2F2F2F;
  cursor: pointer;
}

.compare-product-detail .compare-detail-header .back svg {
  margin-right: 28px;
}

.compare-product-detail .compare-detail-header .title {
  margin-top: 78px;
  margin-bottom: 20px;
  font-size: calc(20px + 1.145833333vw) !important;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  text-align: center;
}

.compare-product-detail .compare-detail-header .compare_subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
}

.compare-product-detail .compare-detail-header .product-info {
  display: flex;
  justify-content: space-between;
  padding: 30px 37px 0;
  align-items: flex-start;
}

.compare-product-detail .compare-detail-header .product-info .col {
  width: 33.3%;
  max-width: 300px;
}

.compare-product-detail .compare-detail-header .product-info .col:not(:last-of-type) {
  margin-right: 20px;
}

.compare-product-detail .compare-detail-header .product-info-block .product-info-item {
  width: 100%;
  position: relative;
  display: none;
  text-align: center;
}

.compare-product-detail .compare-detail-header .product-info-block .product-info-item.active {
  display: block;
}

.compare-product-detail .compare-detail-header .product-info-block img {
  display: block;
}

.compare-product-detail .compare-detail-header .product-info-block .shadow-img {
  margin: 0px auto;
}

.compare-product-detail .compare-detail-header .product-info-block .variant-img {
  width: 100%;
  display: none;
  height:100%;
}

.compare-product-detail .compare-detail-header .product-info-block .variant-img.active {
  display: block;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product {
  position: relative;
  background: #f1f1f1;
  max-width: 240px;
  text-align: center;
  margin: 0px auto;
  cursor: pointer;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active {
  font-size: calc(12px + 0.41666666vw);
  font-weight: bold;
  line-height: 1.5;
  color: #050505;
  position: relative;
  padding: 5px 0px;
  text-transform: uppercase;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active svg {
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(90deg);
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active svg path {
  fill: #bababa;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product.active .siwtch-active svg {
  transform: translateY(-50%) rotate(-90deg);
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .switch-product-items {
  position: absolute;
  top: 34px;
  width: 100%;
  background: #ECECEC;
  z-index: 2;
  display: none;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0px;
  color: #050505;
  cursor: pointer;
  transition: all 0.3s;
}
.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active svg {
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: all .3s;
    transform: translateY(-50%) rotate(90deg);
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active .product-svg-wrapper svg {
transform: unset !important;
    position: unset;
    display: block;df
    margin: 5px 0 5px 10px;
    height: 14px;
    width: unset;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active .product-svg-wrapper svg path{
  fill:#000;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .item-title {
    color: #bababa;
    font-size: 16px;
    padding: 5px 0;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}
.compare-product-detail .compare-detail-header .product-info-block .switch-product .item {
    padding-left: 30px;
    text-align: left;
}
.compare-product-detail .compare-detail-header .product-info-block .switch-product .item svg {
    display: block;
    margin: 4px 0;
    height: 12px;
    width: unset;
}
.compare-product-detail .compare-detail-header .product-info-block .switch-product .item:hover {
  color: #ffffff;
  background: #fe7b3d;
}

.compare-product-detail .compare-detail-header .product-info-block .switch-product .item:not(:last-of-type) {
  border-bottom: 1px solid #FFFFFF;
}

.compare-product-detail .compare-detail-header .product-info-block .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #050505;
  margin: 20px 0px;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 10px;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list .options-color {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list .options-color svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list li {
  position: relative;
  line-height: 1;
  margin-bottom: 0px;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list li:not(:last-of-type) {
  margin-right: 15px;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list li::after {
  opacity: 0;
  content: attr(data-tag);
  position: absolute;
  z-index: 1000;
  text-align: center;
  width: max-content;
  background: #ffffff;
  color: #000000;
  box-shadow: 1px 1px 1px 1px #dddddd;
  padding: 0 6px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -15%);
  display: none !important;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list li.active .options-color svg {
  display: block;
}

.compare-product-detail .compare-detail-header .product-info-block .color_list li:hover::after {
  transition: all 0.3s;
  opacity: 1;
  transform: translate(-50%, 0%);
}

.compare-product-detail .compare-detail-header .product-info-block .grade {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  color: #2F2F2F;
}

.compare-product-detail .compare-detail-header .product-info-block .variant-wrapper {
  display: none;
}

.compare-product-detail .compare-detail-header .product-info-block .variant-wrapper.active {
  display: block;
}

.compare-product-detail .compare-detail-header .product-info-block .addtocart {
  display: block;
  margin: 55px auto 20px;
  width: 100%;
  max-width: 200px;
  padding: 13px 0px;
  border: 2px solid #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  transition: all 0.3s;
}

.compare-product-detail .compare-detail-header .product-info-block .addtocart:hover {
  color: #ffffff;
  background-color: #fe7b3d;
  border-color: #fe7b3d;
}

.compare-product-detail .compare-detail-header .product-info-block .learn-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  text-decoration: underline;
  transition: all 0.3s;
}

.compare-product-detail .compare-detail-header .product-info-block .learn-more:hover {
  color: #fe7b3d;
}

.compare-product-detail .col-1 .openrun-pro,
.compare-product-detail .col-1 .aeropex,
.compare-product-detail .col-1 .openrun,
.compare-product-detail .col-1 .openmove,
.compare-product-detail .col-1 .air,
.compare-product-detail .col-1 .openswim,
.compare-product-detail .col-1 .xtrainerz,
.compare-product-detail .col-1 .opencomm,
.compare-product-detail .col-1 .opencomm2,
.compare-product-detail .col-1 .opencommuc,
.compare-product-detail .col-1 .opencomm2uc,
.compare-product-detail .col-1 .openfit{
  display: none;
}

.compare-product-detail .col-2 .openrun-pro,
.compare-product-detail .col-2 .aeropex,
.compare-product-detail .col-2 .openrun,
.compare-product-detail .col-2 .openmove,
.compare-product-detail .col-2 .air,
.compare-product-detail .col-2 .openswim,
.compare-product-detail .col-2 .xtrainerz,
.compare-product-detail .col-2 .opencomm,
.compare-product-detail .col-2 .opencomm2,
.compare-product-detail .col-2 .opencommuc,
.compare-product-detail .col-2 .opencomm2uc,
.compare-product-detail .col-2 .openfit{
  display: none;
}

.compare-product-detail .col-3 .openrun-pro,
.compare-product-detail .col-3 .aeropex,
.compare-product-detail .col-3 .openrun,
.compare-product-detail .col-3 .openmove,
.compare-product-detail .col-3 .air,
.compare-product-detail .col-3 .openswim,
.compare-product-detail .col-3 .xtrainerz,
.compare-product-detail .col-3 .opencomm,
.compare-product-detail .col-3 .opencomm2,
.compare-product-detail .col-3 .opencommuc,
.compare-product-detail .col-3 .opencomm2uc,
.compare-product-detail .col-3 .openfit{
  display: none;
}

.compare-product-detail.openrun-pro-1 .col-1 .openrun-pro {
  display: block !important;
}

.compare-product-detail.openrun-pro-2 .col-2 .openrun-pro {
  display: block !important;
}

.compare-product-detail.openrun-pro-3 .col-3 .openrun-pro {
  display: block !important;
}

.compare-product-detail.aeropex-1 .col-1 .aeropex {
  display: block !important;
}

.compare-product-detail.aeropex-2 .col-2 .aeropex {
  display: block !important;
}

.compare-product-detail.aeropex-3 .col-3 .aeropex {
  display: block !important;
}

.compare-product-detail.openrun-1 .col-1 .openrun {
  display: block !important;
}

.compare-product-detail.openrun-2 .col-2 .openrun {
  display: block !important;
}

.compare-product-detail.openrun-3 .col-3 .openrun {
  display: block !important;
}

.compare-product-detail.openmove-1 .col-1 .openmove {
  display: block !important;
}

.compare-product-detail.openmove-2 .col-2 .openmove {
  display: block !important;
}

.compare-product-detail.openmove-3 .col-3 .openmove {
  display: block !important;
}

.compare-product-detail.air-1 .col-1 .air {
  display: block !important;
}

.compare-product-detail.air-2 .col-2 .air {
  display: block !important;
}

.compare-product-detail.air-3 .col-3 .air {
  display: block !important;
}

.compare-product-detail.openswim-1 .col-1 .openswim {
  display: block !important;
}

.compare-product-detail.openswim-2 .col-2 .openswim {
  display: block !important;
}

.compare-product-detail.openswim-3 .col-3 .openswim {
  display: block !important;
}

.compare-product-detail.xtrainerz-1 .col-1 .xtrainerz {
  display: block !important;
}

.compare-product-detail.xtrainerz-2 .col-2 .xtrainerz {
  display: block !important;
}

.compare-product-detail.xtrainerz-3 .col-3 .xtrainerz {
  display: block !important;
}

.compare-product-detail.opencomm-1 .col-1 .opencomm {
  display: block !important;
}

.compare-product-detail.opencomm-2 .col-2 .opencomm {
  display: block !important;
}

.compare-product-detail.opencomm-3 .col-3 .opencomm {
  display: block !important;
}

.compare-product-detail.opencomm2-1 .col-1 .opencomm2 {
  display: block !important;
}

.compare-product-detail.opencomm2-2 .col-2 .opencomm2 {
  display: block !important;
}

.compare-product-detail.opencomm2-3 .col-3 .opencomm2 {
  display: block !important;
}

.compare-product-detail.opencommuc-1 .col-1 .opencommuc {
  display: block !important;
}

.compare-product-detail.opencommuc-2 .col-2 .opencommuc {
  display: block !important;
}

.compare-product-detail.opencommuc-3 .col-3 .opencommuc {
  display: block !important;
}

.compare-product-detail.opencomm2uc-1 .col-1 .opencomm2uc {
  display: block !important;
}

.compare-product-detail.opencomm2uc-2 .col-2 .opencomm2uc {
  display: block !important;
}

.compare-product-detail.opencomm2uc-3 .col-3 .opencomm2uc {
  display: block !important;
}



.compare-product-detail .compare-detail-content {
  background: #F1F1F1;
  padding-bottom: 4.166666vw;
}

.compare-product-detail .compare-detail-content .content-inner {
  max-width: 1248px;
  margin: 0 auto;
  padding: 80px 24px 0px;
}

.compare-product-detail .compare-detail-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.458333;
  color: #050505;
}

.compare-product-detail .compare-detail-content .item {
  display: flex;
  padding: 60px 37px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2F2F2F;
}

.compare-product-detail .compare-detail-content .item:not(:last-of-type) {
  border-bottom: 1px solid #BABABA;
  margin-bottom: 60px;
}

.compare-product-detail .compare-detail-content .item img {
  display: block;
  margin: 0px auto 10px;
}

.compare-product-detail .compare-detail-content .item .font-big {
  font-size: 40px;
  font-weight: 500;
  color: #2F2F2F;
}

.compare-product-detail .compare-detail-content .item .col {
  width: 33.3%;
  text-align: center;
  max-width: 300px;
}

.compare-product-detail .compare-detail-content .item .col:not(:last-of-type) {
  margin-right: 20px;
}

.compare-product-detail.compare-two .col-3 {
  display: none;
}

.compare-product-detail.compare-two .product-info {
  padding-left: 300px;
}

.compare-product-detail.compare-two .compare-detail-content .item {
  padding-left: 300px;
}

.compare-product-detail.compare-two .compare-detail-header .product-info .col:not(:last-of-type), .compare-product-detail.compare-two .compare-detail-header .product-info .col:not(:last-of-type), .compare-product-detail.compare-two .compare-detail-content .item .col:not(:last-of-type) {
  margin-right: 0px;
}

.view-more-button, .view-more-less {
  border: 2px solid #050505;
  font-size: calc(8px + 0.3125vw);
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
  padding: calc(8px + 0.234375vw) 0px;
  margin: 0px auto;
  width: calc(100px + 3.4375vw);
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 4.166666vw;
}

.view-more-button:hover, .view-more-less:hover {
  color: #ffffff;
  background: #fe7b3d;
  border-color: #fe7b3d;
}

@media (max-width: 768px) {
  .view-more-button, .view-more-less {
    margin-top: 10.66666vw;
    border: unset;
    text-decoration: underline;
    padding: unset;
    width: unset;
    font-size: 3.7333333vw;
  }
  .view-more-button:hover, .view-more-less:hover {
    color: #fe7b3d;
    background: unset;
  }
}

@media (min-width: 769px) and (max-width: 1920px) {
  .compare-product-detail .compare-detail-header .title {
    margin-top: 4.0625vw;
    margin-bottom: 1.0416666vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .price {
    margin: 1.0416666vw 0px;
  }
  .compare-product-detail .compare-detail-header .product-info-block .grade {
    margin-top: 1.0416666vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .addtocart {
    margin: 2.8645833vw auto 1.0416666vw;
  }
  .compare-product-detail .compare-detail-content .content-inner {
    padding: 4.166666vw 24px 0px;
  }
  .compare-product-detail .compare-detail-content .title {
    font-size: calc(12px + 0.625vw);
  }
  .compare-product-detail .compare-detail-content .item {
    padding: 2.5vw calc(20px + 0.88541666666vw);
  }
  .compare-product-detail .compare-detail-content .item:not(:last-of-type) {
    border-bottom: 1px solid #BABABA;
    margin-bottom: 2.5vw;
  }
  .compare-product-detail .compare-detail-content .item:last-of-type {
    padding-bottom: 0px;
  }
  .compare-product-detail .compare-detail-content .item .font-big {
    font-size: calc(20px + 1.041666vw);
  }
  .compare-product-detail.compare-two .compare-detail-content .item, .compare-product-detail.compare-two .product-info {
    padding: 3.125vw 150px;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .compare-product-detail.compare-two .compare-detail-content .item, .compare-product-detail.compare-two .product-info {
    padding: 3.125vw 11.53846vw;
  }
}

.position_relative {
  position: relative;
}

.hover-detail-info-wrapper {
  position: absolute;
  top: 10px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  display: none;
  line-height: 1;
  width: 100%;
}

.hover-detail-info-wrapper .triangle {
  border-top: 10px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 5px solid transparent;
  display: inline-block;
  margin-bottom: -5px;
}

.hover-detail-info-wrapper .detail-info {
  color: #050505;
  background: #ffffff;
  border-radius: 3px;
  /*     white-space: nowrap; */
  padding: 10px 15px;
  font-size: 14px;
  z-index: 10;
  line-height: 1.2;
}

.show_hover_detail_info {
  text-decoration: underline;
  transition: all 0.3s;
  cursor: pointer;
}

.show_hover_detail_info:hover {
  color: #fe7b3d;
}

.show_hover_detail_info:hover .hover-detail-info-wrapper {
  display: block;
}

@media (max-width: 1500px) {
  .compare-product-detail .compare-detail-content .item {
    padding: 2.125vw calc(20px + .88541666666vw);
  }
  .compare-product-detail .compare-detail-content .item:not(:last-of-type) {
    margin-bottom: 2.125vw;
  }
}

@media (max-width: 768px) {
  .compare-product-detail .compare-detail-content {
    padding-bottom: 21.3333333vw;
  }
  .compare-product-detail-wrapper {
    overflow: hidden;
  }
  .compare-product-detail .compare-detail-header {
    padding: 0px 16px;
    margin-bottom: 10.666666vw;
  }
  .compare-product-detail .compare-detail-header .title {
    margin-top: 10.66666vw;
    margin-bottom: 0px;
  }
  .compare-product-detail .compare-detail-header .subtitle {
    margin-bottom: 1.458333vw;
  }
  .compare-product-detail .compare-detail-header .product-info {
    padding: 0px;
  }
  .compare-product-detail .compare-detail-header .product-info-block .color_list li:not(:last-of-type) {
    margin-right: 1.066666vw;
  }
  .compare-product-detail .compare-detail-header .product-info .col:not(:last-of-type) {
    margin-right: 1px;
  }
  .compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active {
    font-size: 3.2vw;
    padding: 2.9333333vw 0px;
  }
  .compare-product-detail .compare-detail-header .product-info .col {
    width: calc(33.33vw - 26px);
  }
  .compare-product-detail .compare-detail-header .product-info .col:not(:last-of-type) {
    margin-right: 22px;
  }
  .compare-product-detail .compare-detail-header .col .product-info-block .switch-product {
    width: calc(33.33vw - 1px);
    max-width: unset;
  }
  .compare-product-detail .compare-detail-header .col:first-of-type .product-info-block .switch-product {
    width: 33.33vw;
    margin-left: -16px;
  }
  .compare-product-detail .compare-detail-header .col:nth-of-type(2) .product-info-block .switch-product {
    margin-left: -12px;
  }
  .compare-product-detail .compare-detail-header .col:last-of-type .product-info-block .switch-product {
    margin-left: -9px;
  }
  .compare-product-detail .compare-detail-header .product-info-block .switch-product .switch-product-items {
    top: 10vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .switch-product .item {
    font-size: 3.73333vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active svg {
    right: 3.2vw;
    height: 2.9333vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .price {
    font-size: 3.2vw;
    padding: 5.3333333vw 0px;
  }
  .compare-product-detail .compare-detail-header .product-info-block .color_list .options-color {
    height: 4.2666666vw;
    width: 4.2666666vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .color_list .options-color svg {
    width: 3.4vw;
    height: 3.4vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .grade {
    font-size: 3.2vw;
    margin-top: 5.3333333vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .addtocart {
    font-size: 3.2vw;
    border: unset;
    padding: 1.866666vw 0;
    background: #f1f1f1;
    margin: 10.666666vw auto 5.3333333vw;
  }
  .compare-product-detail .compare-detail-header .product-info-block .learn-more {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .compare-product-detail .compare-detail-content .content-inner {
    padding: 10.666666vw 16px;
  }
  .compare-product-detail .compare-detail-content .title {
    font-size: 3.733333vw;
  }
  .compare-product-detail .compare-detail-content .item {
    padding: 5.3333333vw 0px;
    font-size: 3.2vw;
  }
  .compare-product-detail .compare-detail-content .item:not(:last-of-type) {
    margin-bottom: 5.3333333vw;
  }
  .compare-product-detail .compare-detail-content .item:last-of-type {
    padding-bottom: 0px;
  }
  .compare-product-detail .compare-detail-content .item .font-big {
    font-size: 5.3333333vw;
  }
  .compare-product-detail .compare-detail-content .item .font-big.mb-600 {
    font-size: unset;
    font-weight: 600;
  }
  .hover-detail-info-wrapper {
    top: 82%;
    width: 45vw;
  }
  .hover-detail-info-wrapper .detail-info {
    font-size: 3.2vw;
  }
  .compare-product-detail .compare-detail-content .item .col-1 .hover-detail-info-wrapper {
    left: 22vw;
  }
  .compare-product-detail .compare-detail-content .item .col-3 .hover-detail-info-wrapper {
    left: 5vw;
  }
  .compare-product-detail.compare-two .compare-detail-content .item {
    padding-left: 8.5333333vw;
    padding-right: 8.5333333vw;
  }
  .compare-product-detail.compare-two .compare-detail-content .item .col:nth-of-type(2) {
    margin-right: 0px;
  }
  .compare-product-detail .compare-detail-content .item .col {
    width: 36%;
  }
  .compare-product-detail.compare-two .compare-detail-header .product-info .col:nth-of-type(2) {
    margin-right: 0px;
  }
  .compare-product-detail.compare-two .compare-detail-header .product-info {
    padding: 0px 8.5333333vw;
  }
  .compare-product-detail.compare-two .compare-detail-header .product-info .col {
    width: 36%;
  }
  .compare-product-detail.compare-two .compare-detail-header .col .product-info-block .switch-product {
    width: calc(50vw - 1px);
    margin-left: calc(-8.5333333vw - 16px);
  }
  .compare-product-detail.compare-two .compare-detail-header .col-2 .product-info-block .switch-product {
    width: 50vw;
    margin-left: calc(-50vw + 8.5333333vw + 16px + 100%);
  }
  .compare-product-detail .compare-detail-content .item .col:not(:last-of-type) {
    margin-right: 22px;
  }
}

@media (max-width: 330px) {
  .compare-product-detail .compare-detail-header .product-info-block .switch-product .siwtch-active svg {
    right: 1.866666vw;
  }
}

.compare-product-detail .compare-detail-footer {
  display: none;
  background: #BABABA;
}

.compare-product-detail .compare-detail-footer .title {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 40px;
}

.compare-product-detail .compare-detail-footer .title:not(:first-of-type) {
  margin-top: 80px;
}

.compare-product-detail .compare-detail-footer .subtitle {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #050505;
}

.compare-product-detail .compare-detail-footer .content-inner .item {
  margin: 20px 0px 40px;
  padding-bottom: 40px;
  padding-top: 0px;
}

.compare-product-detail .compare-detail-footer .content-inner .item:not(:last-of-type) {
  border-bottom: 1px solid #F1F1F1;
}

@media (max-width: 1920px) and (min-width: 769px) {
  .compare-product-detail .compare-detail-footer .title {
    padding-bottom: 2.0833333vw;
  }
  .compare-product-detail .compare-detail-footer .title:not(:first-of-type) {
    margin-top: 4.166666vw;
  }
  .compare-product-detail .compare-detail-footer .subtitle {
    margin-top: 2.0833333vw;
  }
  .compare-product-detail .compare-detail-footer .content-inner .item {
    margin: 1.041666vw 0px 2.0833333vw;
    padding-bottom: 2.0833333vw;
  }
}

@media (max-width: 768px) {
  .compare-product-detail .compare-detail-footer .subtitle {
    font-size: 3.2vw;
    margin-top: 5.333333vw;
  }
  .compare-product-detail .compare-detail-footer .title {
    padding-bottom: 5.333333vw;
  }
  .compare-product-detail .compare-detail-footer .content-inner .item {
    margin: 2.666666vw 0px 0px;
    padding-bottom: 2.666666vw;
  }
  .compare-product-detail .compare-detail-footer .title:not(:first-of-type) {
    margin-top: 21.333333vw;
  }
}

.compare-product-detail .compare-detail-footer-product {
  padding-top: 80px;
}

.compare-product-detail .compare-detail-footer-product .price, .compare-product-detail .compare-detail-footer-product .grade, .compare-product-detail .compare-detail-footer-product .product-info-block .learn-more {
  display: none !important;
}

.compare-product-detail .compare-detail-footer-product .switch-product {
  cursor: unset !important;
  pointer-events: none;
  background: unset !important;
}

.compare-product-detail .compare-detail-footer-product .switch-product .switch-product-items, .compare-product-detail .compare-detail-footer-product .switch-product svg {
  display: none !important;
}

.compare-product-detail .compare-detail-footer-product .product-info-block .addtocart {
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .compare-product-detail .compare-detail-footer-product {
    padding-top: 10.666666vw;
  }
}

@media (max-width: 768px) {
  .compare-product-detail.compare-two .compare-detail-footer-product .col .product-info-block .switch-product {
    margin: unset;
    width: unset;
  }
}

.compare-product-detail .compare-detail-footer-product .product-info-block .switch-product .siwtch-active {
  padding: 0px;
}

.compare-product-detail .compare-detail-footer-product .product-info-block .color_list {
  margin-top: 20px;
}

.fixed-top-product-swatch-bg {
  display: none;
  position: fixed;
  background: #000000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}

.fixed-top-product-swatch {
  position: fixed;
  top: -500px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  display: none;
  border-bottom: 1px solid #bababa;
  transition: all 0.3s;
}

.fixed-top-product-swatch.active {
  display: block;
  top: 81px;
}

.fixed-top-product-swatch .price, .fixed-top-product-swatch .color_switch, .fixed-top-product-swatch .grade, .fixed-top-product-swatch .variant-buttons {
  display: none !important;
}

@media (min-width: 769px) {
  .fixed-top-product-swatch .product-imgs {
    margin-bottom: -30px;
    display: none;
  }
}

.fixed-top-product-swatch .product-info {
  position: relative;
}

.fixed-top-product-swatch .product-info .variant-img {
  max-width: 120px;
  margin: 0px auto;
}

.fixed-top-product-swatch .product-info .shadow-img {
  max-width: 80px;
}

.fixed-top-product-swatch .product-info .line-1 {
  position: absolute;
  width: 1px;
  height: 26px;
  top: 4px;
  background: #bababa;
  left: 33%;
}

.fixed-top-product-swatch .product-info .line-2 {
  position: absolute;
  width: 1px;
  height: 26px;
  top: 4px;
  background: #bababa;
  left: 66.6%;
}

.fixed-top-product-swatch .compare-detail-header {
  /*     margin: 1.04166666vw auto; */
  margin: 0px auto;
}

@media (min-width: 769px) {
  .fixed-top-product-swatch .compare-detail-header {
    padding: 6px 24px 3px;
  }
}

@media (max-width: 999px) {
  .fixed-top-product-swatch.active {
    top: 55px;
  }
}

@media (max-width: 768px) {
  .fixed-top-product-swatch {
    top: -500px;
  }
  .fixed-top-product-swatch.active {
    top: 60px;
  }
  .fixed-top-product-swatch .product-info .variant-img {
    display: none !important;
  }
  .fixed-top-product-swatch .product-info .shadow-img {
    display: none !important;
  }
  .fixed-top-product-swatch .product-info .switch-product.active {
    background: #ebebeb;
  }
  .fixed-top-product-swatch .product-info .switch-product .switch-product-items {
    width: 100vw !important;
    left: 0px;
    position: fixed !important;
    /*         top: 101px !important; */
  }
  .fixed-top-product-swatch .product-info .line-1, .fixed-top-product-swatch .product-info .line-2 {
    display: none !important;
  }
  .fixed-top-product-swatch .compare-detail-header {
    margin: 0px auto;
    border-bottom: 1px solid #ffffff;
  }
}

.fixed-top-product-swatch .product-info {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 769px) {
  .fixed-top-product-swatch .compare-detail-header .product-info-block .switch-product {
    background: #fff;
  }
  .fixed-top-product-swatch .compare-detail-header .product-info-block .switch-product .switch-product-items {
    top: 37px;
  }
  .compare-product-detail .compare-detail-header .product-info-block .variant-img {
    width: 65%;
    margin: auto;
    height:100%;
  }
}

.compare-two .fixed-top-product-swatch .product-info .line-1 {
  display: none;
}

.compare-two .fixed-top-product-swatch .product-info .line-2 {
  left: 50%;
}

.hide-mb-flex {
  display: flex !important;
}

.hide-pc-flex {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-mb-flex {
    display: none !important;
  }
  .hide-pc-flex {
    display: flex !important;
  }
  .section-compare-banner .title{
    font-size: 20px !important;
  }
}

.section-compare-banner {
    position: relative;
}

.section-compare-banner .title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 2.1875vw;
    font-weight: 500;
    line-height: 1.5;
    color: #050505;
}

/*=============================End Page compare product ============================*/

/* |02|详情页|detail| */

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.bannerDetail {
/*   overflow: hidden; */
  width: 100%;
  position: relative;
/*   height: 640px; */
}
.bannerDetail .hd {
  z-index: 1;
  overflow: hidden;
/*   position: absolute; */
  bottom: -20px;
  width: 100%;
  text-align: center;
}
.bannerDetail .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
  padding-left:0;
}
.bannerDetail .hd li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerDetail .hd li:nth-child(5n) {
  margin-right: 0;
}
.bannerDetail .hd li.on {
  border-color: #fe7b3d;
}
.bannerDetail .bd {
  position: relative;
/*   height: 100%; */
  z-index: 0;
}
.bannerDetail .bd .tempWrap {
/*   width:auto !important */
}

@media(min-width:750px){
  .bannerDetail .bd li {
    zoom: 1;
    width: 530px;
    height: 530px;
    overflow: hidden;
  }
  .bannerDetail .hd li {
    cursor: pointer;
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background-color: #f2f2f2;
    border: #f2f2f2 1px solid;
    margin-right: 15px;
  }
  .uc-detail-2 .type-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .uc-detail-2 .color-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding-left: 0;
  }
  .uc-detail-2 .addr-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .uc-detail-2 .color-box li {
    width: 25px;
    border-radius: 100%;
    height: 25px;
    margin: 0 30px 0 0;
    cursor: pointer;
  }  
}

@media(min-width:750px) and (max-width:899px){
  .bannerDetail .bd li {
    width: 300px !important;
    height: 300px !important;
  }
  .bannerDetail .hd li {
    width: 60px !important;
    height: 60px !important;
  }  
}

@media(max-width:749px){
  .bannerDetail .bd li {
    zoom: 1;
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  .bannerDetail .bd .tempWrap {
    margin: auto;
  }
  .bannerDetail .hd li {
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: #f2f2f2;
    border: #f2f2f2 1px solid;
    margin-right: 5px;
 }
  .uc-detail-2 .type-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
  }  
  .uc-detail-2 .color-size {
    text-align: center;
  }
  .uc-detail-2 .color-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
  }  
  .uc-detail-2 .addr-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  } 
  .uc-detail-2 .color-box li {
    width: 25px;
    border-radius: 100%;
    height: 25px;
    margin: 0 15px;
    cursor: pointer;
  }   
}

.bannerDetail .bd li img {
  width: 100%;
  height: 100%;
  display: block;
/*   -o-object-fit: cover;
     object-fit: cover; */
}

.uc-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #f1f1f1;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 20px;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-orange {
  color: #fe7b3d !important;
}

.uc-black {
  color: #050505 !important;
}

.uc-gray {
  color: #999999 !important;
}

.uc-icon16 {
  width: 16px !important;
  height: 16px !important;
}

.uc-icon20 {
  width: 20px !important;
  height: 20px !important;
}

.uc-icon24 {
  width: 24px !important;
  height: 24px !important;
}

.uc-icon28 {
  width: 28px !important;
  height: 28px !important;
}

.uc-icon32 {
  width: 32px !important;
  height: 32px !important;
}

.uc-icon36 {
  width: 36px !important;
  height: 36px !important;
}

.uc-icon40 {
  width: 40px !important;
  height: 40px !important;
}

.uc-icon44 {
  width: 44px !important;
  height: 44px !important;
}

.uc-icon48 {
  width: 48px !important;
  height: 48px !important;
}

.uc-icon50 {
  width: 50px !important;
  height: 50px !important;
}

.uc-icon64 {
  width: 64px !important;
  height: 64px !important;
}

.uc-icon70 {
  width: 70px !important;
  height: 70px !important;
}

.uc-icon80 {
  width: 80px !important;
  height: 80px !important;
}

.uc-icon90 {
  width: 90px !important;
  height: 90px !important;
}

.uc-icon100 {
  width: 100px !important;
  height: 100px !important;
}

.uc-icon120 {
  width: 120px !important;
  height: 120px !important;
}

.uc-icon150 {
  width: 150px !important;
  height: 150px !important;
}

.uc-icon200 {
  width: 200px !important;
  height: 200px !important;
}

.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e75b";
}

.uc-arrow-right:before {
  content: "\e75c";
}

.uc-arrow-down:before {
  content: "\e615";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-right2:before {
  content: "\e6ae";
}

.uc-arrow-left2:before {
  content: "\e6d6";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-next:before {
  content: "\e600";
}

.uc-prev:before {
  content: "\e601";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e66f";
}

.uc-qq:before {
  content: "\e62d";
}

.uc-qq2:before {
  content: "\e657";
}

.uc-call2:before {
  content: "\e62c";
}

.uc-weixin2:before {
  content: "\e6b3";
}

.uc-weixin:before {
  content: "\e653";
}

.uc-call:before {
  content: "\e674";
}

.uc-arrow {
  position: relative;
  padding-right: 30px;
}
.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -10px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

.uc-phColor {
  color: #ddd;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #eeeeee 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #fe7b3d;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.orange {
  background-color: #fe7b3d;
  border: #fe7b3d 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(254, 123, 61, 0.7) 0%, #fe7b3d 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #fe7b3d;
  border: #fe7b3d 1px solid;
}
.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #fe7b3d;
  color: #fff;
}
.uc-btn.black {
  background-color: #050505;
  border: #050505 1px solid;
  color: #fff;
}
.uc-btn.black-linear {
  background: linear-gradient(to right, rgba(5, 5, 5, 0.7) 0%, #050505 100%);
  color: #fff;
}
.uc-btn.black-plain {
  color: #050505;
  border: #050505 1px solid;
}
.uc-btn.black-plain:hover {
  opacity: 1;
  background-color: #050505;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}
.uc-btn img {
  margin-right: 10px;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.orange {
  background-color: #fe7b3d;
  color: #fff;
}
.uc-tag.black {
  background-color: #050505;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

.uc-detail-2 {
  padding: 60px 0;
}
.uc-detail-2 img{
  width:100%;
}
.uc-detail-2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-detail-2 .main-left {
  width: 50%;
}
.uc-detail-2 .main-right {
  width: 50%;
}
@media screen and ( max-width: 500px){
  .uc-detail-2 .main-left {
    width: 100%;
  }
  .uc-detail-2 .main-right {
    padding:0 10px;
    width: 100%;
  }
  .uc-detail-2 .price {
    text-align: center;
  }
}
.uc-detail-2 .main-right .tag {
  font-size: 16px;
  color: #fe7b3d;
}
@media(min-width:750px){
  .uc-detail-2 .main-right h2 {
    font-size: 42px;
    line-height: 120%;
    color: #050505;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  .uc-detail-2 .main-right h2 b{
    margin-top: 9px;
  }
  .uc-detail-2 .main-right h2 .kuohao{
    font-size: 28px;
    margin-left: 15px;
    font-weight: 400;
  }
  .uc-detail-2 .main-right h2 .righttext{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #2f2f2f;
    margin-left: 20px;
  }
  .uc-detail-2 .main-right .btmtext{
    font-size: 12px;
    line-height: 1.5;
    color: #2f2f2f;   
  }
}
@media(max-width:749px){
  .uc-detail-2 .main-right h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 120%;
    text-align: center;
    color: #050505;
    font-weight: 400;
  }
  .uc-detail-2 .main-right h2 .righttext{
    display:none;
  }
  .jdgm-widget.jdgm-widget {
    text-align: center;
  }
}
.uc-detail-2 .star-box {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-detail-2 .star-box img {
  display: block;
}
.uc-detail-2 .star-box .link {
  text-decoration: underline;
  margin-left: 20px;
}
.uc-detail-2 .info {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #050505;
}
.uc-detail-2 .detail {
  transition: all 0.3s linear;
  padding-bottom: 10px;
}
.uc-detail-2 .detail, .uc-detail-2 .detail li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left:0;
}
.uc-detail-2 .detail li {
  width: 49%;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.uc-detail-2 .detail .txt {
  flex: 1;
  min-width: 0;
  margin-left: 5px;
  line-height: 18px;
  color: #050505;
  font-size: 14px;
}
.uc-detail-2 .detail .txt span {
  color: #2f2f2f;
  font-size: 12px;
}
.uc-detail-2 .detail img {
  display: block;
}
.uc-detail-2 .type-box .link {
  margin-left: 20px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.uc-detail-2 .type-hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 4px;
}
.uc-detail-2 .type-hd .item {
  padding: 0 10px;
  border-radius: 3px;
  line-height: 34px;
}
.uc-detail-2 .type-hd .item.on {
  background-color: #fe7b3d;
  color: #fff;
}
.uc-detail-2 .color-size {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #050505;
}
.uc-detail-2 .price {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 10px;
}
.uc-detail-2 .type-bd {
  margin-bottom: 10px;
}
.uc-detail-2 .type-con, .uc-detail-2 .color-con {
  display: none;
}
.uc-detail-2 .type-con:first-child, .uc-detail-2 .color-con:first-child {
  display: block;
}
.uc-detail-2 .color-box.usb-box li {
  margin: 0 30px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0%;
}
.uc-detail-2 .color-box.usb-box li svg{
  margin-right:10px;
}
.uc-detail-2 .color-box.usb-box li.on:after{
  display:none;
}
.uc-detail-2 .color-box.usb-box li.on svg .usb-fille-bg{
  fill:#ff7a3d;
}
.uc-detail-2 .color-box li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-detail-2 .color-box li.on {
  position: relative;
}
.uc-detail-2 .color-box li.on:after {
  content: "";
  width: 14px;
  border-radius: 100%;
  height: 14px;
  background: url("https://cdn.shopify.com/s/files/1/0732/4024/8612/files/icon.png?v=1679864136") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.uc-detail-2 .reduceAdd-box {
  overflow: hidden;
  width: 170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.uc-detail-2 .reduceAdd-box .btnReduce, .uc-detail-2 .reduceAdd-box .btnAdd {
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background-color: #ebebeb;
}
.uc-detail-2 .reduceAdd-box .uc-input {
  flex: 1;
  text-align: center;
  height: 50px;
  border: none;
  border-radius: 0;
  background-color: #f6f6f6;
  font-size: 20px;
}
.uc-detail-2 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.uc-detail-2 .uc-btn {
  border-radius: 0;
  margin-right: 20px;
  font-weight: bold;
  height: 50px;
  width: 170px;
  border-width: 2px;
}
.uc-detail-2 .uc-btn.gray {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #fff;
}
.uc-detail-2 .uc-btn:hover.black-plain, .uc-detail-2 .uc-btn:hover.black {
  background-color: #fe7b3d;
  color: #fff;
  border-color: #fe7b3d;
}
.uc-detail-2 .uc-btn:first-child {
  margin-left: 0;
}
.uc-detail-2 .tips {
  margin-bottom: 20px;
}
.uc-detail-2 .tips .link {
  text-decoration: underline;
}
.uc-detail-2 .addr-box img {
  display: block;
}
.uc-detail-2 .addr-box .link {
  text-decoration: underline;
  margin-left: 5px;
  color: #2f2f2f;
  font-size: 14px;
}