body {
  overflow: initial !important;
}
#people {
  font-size: 0;
}

#people .swiper-scrollbar-drag {
  background: #000 !important;
}
.section-container{
  max-width: 1200px;
  margin: 0 auto;
}
.athletes-banner {
  position: relative;
  display: flex;
  width: 100%;
  /*	padding-bottom: calc(592 / 1920 * 100%);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: center;
}

.athletes-banner .text-wrapper {
  position: absolute;
  top: 144px;
  width: 1260px;
  padding: 0 30px;
}

.athletes-banner .text-wrapper .title {
  line-height: 1.25;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 27px;
}

.athletes-banner .text-wrapper .text {
  line-height: 1.5;
  color: #f1f1f1; /*rgba(102, 102, 102, 1);*/
  font-size: 18px;
}

.athletes-list {
  position: relative;
}

.sticky-banner {
  position: absolute;
  top: -103px;
  left: 50%;
  padding: 26px 24px;
  width: 1200px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}

.sticky-banner.active {
  top: 16px;
  position: fixed;
}

.sticky-banner .left-wrapper {
  font-size: 18px;
  color: #fff;
}

.sticky-banner .left-wrapper span {
  color: #ff7a3d;
}

.sticky-banner .right-wrapper .item-wrapper {
  display: flex;
  overflow-x: scroll;
}

.sticky-banner .right-wrapper .item-wrapper::-webkit-scrollbar {
  display: none;
}

.sticky-banner .right-wrapper .item {
  margin-right: 30px;
  color: #bababa;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}
.sticky-banner .right-wrapper .item.active {
  color: #fff;
  text-decoration: underline;
}

.athletes-blocks .item:first-of-type {
  margin-top: 0px !important;
}

.athletes-blocks .item {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0px;
  margin-top: 700px;
  /*height: 612.56px;*/
}

.athletes-blocks .item.right-text {
  text-align: right;
}

.athletes-blocks .item img {
  width: 100%;
  display: block;
  /*max-height: 90vh;*/
  height: 100vh;
  object-fit: cover;
}

.athletes-blocks .item .title {
  top: calc(10px + 7.812vw);
  line-height: 1.2;
}

.athletes-blocks .item .title .text-inner .text-inner-title {
  font-family: Pretendard;
  /*font-size: calc(10px + 3.6458vw);*/
  line-height: 1.2;
  position: relative;
  font-size: 40px;
}

.athletes-blocks .item .title .text-inner .text-inner-title.title-small {
  font-size: calc(10px + 1.979166vw);
}

.athletes-blocks .item .title .text-inner .text-inner-title:before {
  content: '"';
  position: absolute;
  top: 0;
  margin-left: -16px;
}

.athletes-blocks .item .title .text-inner .text-inner-title:after {
  content: '"';
  position: absolute;
}

.athletes-blocks .item .title .text-inner {
  max-width: 55%;
}

.athletes-blocks .item .title .sub-text {
  /*font-size: 12px;*/
  margin-top: 3.333333vw;
  color: #e7e7e7;
  line-height: 1.5;
  max-width: 80%;
  position: relative;
  font-size: 20px;
}

.athletes-blocks .item .title .sub-text:before {
  content: '"';
  position: absolute;
  top: 0;
  margin-left: -8px;
}

.athletes-blocks .item .title .sub-text:after {
  content: '"';
  position: absolute;
  margin-left: 4px;
}

.athletes-blocks .item.right-text .text-wrapper.title {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.athletes-blocks .item.right-text .title .sub-text {
  margin-left: auto;
}

.athletes-blocks .item .text-wrapper {
  width: 1260px;
  position: absolute;
  padding: 0 30px;
  bottom: calc(4.68vw + 10px);
}

.athletes-blocks .item .btn-wrapper .name {
  font-size: calc(10px + 0.52083vw);
  color: #ffffff;
  line-height: 1.5;
}

.athletes-blocks .item .btn-wrapper .country {
  font-size: calc(10px + 0.52083vw);
  margin: 2px 0 2.5vw 0;
  color: #f1f1f1;
  line-height: 1.5;
}

.athletes-blocks .item .btn-wrapper a {
  width: 160px;
  height: 40px;
  font-size: 12px;
  background: rgba(255, 255, 255, 1);
  color: rgba(5, 5, 5, 1);
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid rgba(224, 224, 224, 1);
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all 0.3s;
}

.athletes-blocks .item .btn-wrapper a:hover {
  color: #fe7b3d;
}

.athletes-blocks .item .btn-wrapper a:hover svg path {
  fill: #fe7b3d;
}

.athletes-swiper-style {
  font-size: 16px;
  overflow: hidden;
  padding: 120px 24px;
  background: rgba(34, 12, 1, 1);
}

.bottom-text {
  margin: 0 auto;
  max-width: 1200px;
  color: rgba(216, 216, 216, 1);
  line-height: 1.3;
  font-size: 40px;
  margin-bottom: 20px;
}

.athletes-swiper-style .more {
  max-width: 1200px;
  margin: auto;
  font-size: 40px;
  color: rgba(255, 255, 255, 1);
}

.athletes-swiper-style .more span {
  font-weight: 700;
}

.athletes-swiper-style .more a {
  color: #ff7a3d;
  text-decoration: underline;
}

@media (max-width: 1900px) {
  .athletes-banner .text-wrapper {
    top: 7.5vw;
  }

  .athletes-banner .text-wrapper .title {
    /*font-size: calc(1.97916vw + 10px);*/
    margin-bottom: 1.4062vw;
    font-size: 30px;
  }

  .athletes-banner .text-wrapper .text {
    font-size: calc(0.52083333vw + 8px);
  }

  .bottom-text {
    font-size: calc(10px + 1.562vw);
    margin-bottom: 5.333vw;
  }

  .athletes-swiper-style .more {
    font-size: calc(10px + 1.562vw);
  }

  .athletes-blocks .item .title {
    top: calc(10px + 7.812vw);
    line-height: 1.2;
  }

  .athletes-blocks .item .btn-wrapper {
    bottom: calc(4.68vw + 10px);
  }
}

@media (max-width: 1440px) {
  .sticky-banner {
    top: -83px;
    right: 24px;
    left: 24px;
    padding: 16px;
    width: auto;
    transform: unset;
  }
}

@media (max-width: 1260px) {
  .athletes-banner .text-wrapper {
    width: 100%;
  }

  .athletes-blocks .item .text-wrapper {
    width: 100%;
  }
}

/*
运动员详情页样式
 */
.main-content {
  --kl-reviews-color-light-gray: #e9e9eb;
  --swiper-pagination-bottom: 0;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  color: #1f2021;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  line-height: 1.563;
  box-sizing: border-box;
  display: block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0;
  padding: 0;
}

.section-shokz-athletes-info-wrapper {
  padding: 80px 0 64px;
}

.section-shokz-athletes-branded-wrapper {
  position: relative;
}

.section-shokz-athletes-branded-wrapper .branded-text-wrapper{
  position: absolute;
  z-index: 10;
  top:100px;
  max-width: 600px;
  color: #fff;
}
 .section-shokz-athletes-branded-wrapper .branded-text-wrapper .show-mb{
  padding: 0 15px;
  font-size: 13px;
  font-weight: 300;
 }

.section-shokz-athletes-branded-wrapper .branded-text-wrapper .branded-item{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.section-shokz-athletes-branded-wrapper .branded-text-wrapper .branded-item-mb{
   display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section-shokz-athletes-branded-wrapper .branded-text-wrapper .branded-item img{
  width: 100px;
  height: 100px;
  margin-right: 20px;
}


.section-shokz-athletes-branded-wrapper .branded-text-wrapper .branded-item-mb img{
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.section-shokz-athletes-info-wrapper .shokz-athletes-info-wrapper {
  max-width: 1248px;
  padding: 0 24px;
  margin: auto;
}

.section-shokz-athletes-info-wrapper img {
  width: 100%;
  display: block;
}

.section-shokz-athletes-branded-wrapper>img {
  width: 100%;
  display: block;
}

.section-shokz-athletes-info-wrapper .title {
  color: rgba(186, 186, 186, 1);
  font-size: 18px;
  line-height: 1;
}

.section-shokz-athletes-info-wrapper .name {
  font-size: 32px;
  font-weight: 500;
  color: rgba(5, 5, 5, 1);
  text-transform: none;
  line-height: 1.1875;
  margin: 16px 0 11px 0;
}

.section-shokz-athletes-info-wrapper .text {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 64px;
}

.section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper {
  padding: 0 24px;
  max-width: 1248px;
  margin: auto;
}

.section-shokz-athletes-info-2-wrapper img {
  width: 100%;
  display: block;
}

.section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 1.5;
}

.section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-2 {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  line-height: 1.5;
  margin: 48px 0 64px 0;
}

.section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-2 span {
  color: rgba(5, 5, 5, 1);
}

.section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-3 {
  color: rgba(47, 47, 47, 1);
  font-size: 24px;
  line-height: 1.29166;
  max-width: 792px;
  margin: 64px 0 24px 0;
}

.section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-4 {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  line-height: 1.5;
  max-width: 792px;
  margin-bottom: 64px;
}

.section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-4 span {
  margin-top: 10px;
  display: block;
}

.shokz-athletes-video-wrapper {
  display: flex;
  justify-content: center;

}
.shokz-athletes-video-wrapper .video-container {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1248px;
  height: auto;
  padding: 0px 24px;
}
.shokz-athletes-video-wrapper .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shokz-athletes-video-wrapper .custom-thumbnail {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.shokz-athletes-video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  transition: all 0.3s ease;
}
.shokz-athletes-video-wrapper .play-button:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1.1);
}
.shokz-athletes-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-shokz-athletes-product .athlete-speak {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 64px;
}

.section-shokz-athletes-product .social-medias svg path {
  fill: rgba(139, 139, 139, 1) !important;
}

.shokz-athletes-product-wrapper {
  padding: 96px 24px;
  max-width: 1248px;
  margin: auto;
}

.shokz-athletes-product-wrapper .title {
  color: rgba(47, 47, 47, 1);
  line-height: 1.29166666;
  font-size: 24px;
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 64px;
}

.swiper-shokz-ek {
  width: 100%;
  position: relative;
  background: #f8f8f8;
  overflow-x: hidden;
  margin-bottom: 64px;
}

.swiper-shokz-ek .swiper-wrapper{
  position: relative;
}

.swiper-shokz-ek .swiper-slide {
  position: relative;
  padding-bottom: 24px;
}

.swiper-shokz-ek .text-wrapper{
  max-width: 1248px;
  padding: 40px 24px 60px;
  margin: 0px auto;
  background: #F8F8F8 !important;
}

.swiper-shokz-ek .swiper-button {
   display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(35.4166vw + 60px);
    right: calc((100% - 1200px) / 2);
    z-index: 1;
}

.swiper-shokz-ek .swiper-button img {
  cursor: pointer;
  margin-left: 23px;
}



.swiper-shokz-ek .swiper-content-title {
  color: #2F2F2F;
  font-size: 24px;
  margin-bottom: 24px;
}

.swiper-shokz-ek .swiper-content-desc {
  color: #666666;
  font-size: 16px;
  max-width: 830px;
  line-height: 130%;
  text-align: justify;
}

.swiper-shokz-ek .custom-pagination {
  position: relative;
  text-align: right;
  top: -40px;
  right: calc(50% - 600px);
  z-index: 10;
}

.swiper-shokz-ek .custom-pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  margin-left: 8px;
}

.swiper-shokz-ek .custom-pagination .active {
  opacity: 1;
  width: 36px;
  height: 8px;
  border-radius: 10px;
}


.shokz-athletes-product-wrapper .product-item-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.shokz-athletes-product-wrapper .product-item-wrapper .left-wrapper {
  width: calc(50% - 12px);
  object-fit: cover;
  max-height: 330px;
  border-radius: 4px;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper {
  width: calc(50% - 12px);
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 15px 24px;
  background: rgba(241, 241, 241, 1);
  align-items: center;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper2 {
  display: flex;
  justify-content: space-between;
 
}
.shokz-athletes-product-wrapper .product-item-wrapper .product-item-flex .show-pc{
  height: 375px;
}
.shokz-athletes-product-wrapper .product-item-wrapper .product-item-flex{
   position: relative;
}
.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper2 .product-item-lef{
  margin-right: 25px;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper2 .text-wrapper{
  position: absolute;
  z-index: 20;
  top: 10px;
  color: #fff;
  padding: 15px;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper2 img {
  width: 100%;
  height: 100%;
}

.shokz-athletes-product-wrapper .product-item-wrapper .product-item-mb img{
  width: 100%;
  height: 100%;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper2 .item-wrapper-text {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 10px;
  width: 100%;
  height: 100%;
  color: #fff !important;
}
.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper2 .item-wrapper-text span {
  color: #fff !important;
}
.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info {
  width: 34%;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper img {
  width: 53.8%;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info .name {
  width: 134%;
  line-height: 20px;
  /*height: 20px;*/
  font-size: 26px;
  font-weight: 500;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info .name span {
  font-weight: 800;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info .name svg {
  width: 100%;
  height: auto;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info .text {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 1.14285;
  margin: 16px 0 24px 0;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info a {
  color: rgba(5, 5, 5, 1);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info a svg path {
  transition: all 0.3s;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info a:hover {
  color: #ff7a3d;
}

.shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info a:hover svg path {
  fill: #ff7a3d;
}

.shokz-athletes-product-wrapper .content {
  color: rgba(102, 102, 102, 1);
  /*max-width: 792px;*/
  margin: 64px 0 48px 0;
  line-height: 1.5;
  font-size: 16px;
}

.shokz-athletes-product-wrapper .content span {
  display: block;
  margin-bottom: 15px;
}

.shokz-athletes-product-wrapper .media-title {
  font-size: 16px !important;
  color: rgba(5, 5, 5, 1);
  font-weight: 500;
}

.shokz-athletes-product-wrapper .social-medias {
  margin-top: 24px;
}

.shokz-athletes-product-wrapper .social-medias a {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 20px;
}

.shokz-athletes-product-wrapper .social-medias a {
  fill: #ffffff;
}

.shokz-athletes-product-wrapper .social-medias a:hover svg path {
  fill: #ff7a3d !important;
}

.shokz-athletes-product-wrapper .social-medias a svg {
  width: 100%;
  height: 100%;
}

.shokz-athletes-product-wrapper .social-medias a svg path {
  transition: all 0.3s;
}

.shokz-athletes-swiper-style-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.shokz-athletes-swiper-style-inner .title-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 50px;
  color: #2f2f2f;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  align-items: center;
  justify-content: space-between;
}

.shokz-athletes-swiper-style .swiper-button {
  top: 50%;
  right: 0;
  bottom: unset;
  left: unset;
  margin: 0;
  width: 48px;
  height: 48px;
  background-image: unset;
  transform: translateY(-50%);
}

.shokz-athletes-swiper-style .swiper-button-prev {
  right: 80px;
}

.shokz-athletes-swiper-style .swiper-button svg {
  display: block;
  width: 100%;
  height: unset;
}

.shokz-athletes-swiper-style .swiper-button svg g,
.shokz-athletes-swiper-style .swiper-button svg circle {
  transition: all 0.3s;
}

.shokz-athletes-swiper-style .swiper-button:hover svg g {
  opacity: 1;
}

.shokz-athletes-swiper-style .swiper-button:hover svg circle {
  fill: #fe7b3d;
}

.shokz-athletes-swiper-style .swiper-container {
  overflow: unset !important;
}

.shokz-athletes-swiper-style-inner .swiper-pagination-shokz-athletes {
  display: none;
}

.section-shokz-athletes {
  overflow: hidden;
  padding: 96px 24px;
  background: #f8f8f8;
}

.section-shokz-athletes .item img {
  display: block;
  width: 100%;
}

.section-shokz-athletes .item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.section-shokz-athletes .item .bk {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 40%, 0) 50%, rgba(0, 0, 0, 0.6));
}

.section-shokz-athletes .item .text-wrapper {
  position: absolute;
  right: 24px;
  bottom: 32px;
  left: 24px;
}

.section-shokz-athletes .item .text-wrapper svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}

.section-shokz-athletes .item .text-wrapper .item-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}

.section-shokz-athletes .item .text-wrapper .item-content {
  color: #e7e7e7;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.section-shokz-athletes .item .text-wrapper svg path {
  transition: all 0.3s;
}

.section-shokz-athletes .item .text-wrapper:hover svg path {
  stroke: #ff7a3d;
}

.section-shokz-athletes .learn-more {
  display: flex;
  margin: 64px auto auto;
  width: 202px;
  height: 48px;
  border-radius: 4px;
  background: #050505;
  color: #fff;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}

.section-shokz-athletes .learn-more:hover {
  background: #ff7a3d;
}

@media (max-width: 1000px) {
  .section-shokz-athletes-info-wrapper {
    padding: 40px 0 32px;
  }

  .section-shokz-athletes-info-wrapper .title {
    font-size: 16px;
  }

  .section-shokz-athletes-info-wrapper .name {
    font-size: 24px;
  }

  .section-shokz-athletes-info-wrapper .text {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-2 {
    margin: 24px 0 32px 0;
  }

  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-3 {
    margin: 32px 0 24px 0;
  }

  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-4 {
    margin-bottom: 32px;
  }
  .shokz-athletes-product-wrapper {
    padding: 48px 24px;
  }

  .shokz-athletes-product-wrapper .title {
    margin-bottom: 32px;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .left-wrapper {
    width: calc(50% - 6px);
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper {
    width: calc(50% - 6px);
  }

  .shokz-athletes-product-wrapper .content {
    margin: 32px 0 24px 0;
  }

  .shokz-athletes-product-wrapper .social-medias {
    margin-top: 12px;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info {
    width: 50%;
  }
  
  .shokz-athletes-video-wrapper .video-container {
    width: 100%;
    height: auto;
    padding:0px 12px;
  }
  
  .shokz-athletes-video-wrapper .video-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .section-shokz-athletes {
    padding: 48px 24px;
  }

  .shokz-athletes-swiper-style-inner .title-wrapper {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .shokz-athletes-swiper-style .swiper-button {
    width: 32px;
    height: 32px;
  }

  .shokz-athletes-swiper-style .swiper-button-prev {
    right: 50px;
  }

  .section-shokz-athletes .learn-more {
    margin-top: 32px;
    width: 182px;
    height: 40px;
  }
}

.show-mb {
  display: none !important;
}

@media screen and (max-width: 1200px) {

  .swiper-shokz-ek .custom-pagination {
    top: calc(35.4166vw + 40px);
    right: 24px;
  }

  .swiper-shokz-ek .swiper-button {
    top: calc(35.4166vw + 40px);
        right: 24px;
  }

  .swiper-shokz-ek .swiper-content {
    padding: 40px 200px 0px 60px;
  }

}

@media (max-width: 768px) {
  .show-pc {
    display: none !important;
  }
  .show-mb {
    display: block !important;
  }

  .swiper-shokz-ek .custom-pagination {
    text-align: left;
    top: 0px;
    right: 0px;
    left: 16px;
    margin-top: 24px;
  }

  .swiper-shokz-ek .custom-pagination span {
    background: #000;
  }

  .swiper-shokz-ek .swiper-slide img {
    width: 100%;
  }

   .swiper-shokz-ek .item-wrapper2 img{
    width: 100%;
  }

  .swiper-shokz-ek .swiper-slide .pc {
    display: none;
  }

  .swiper-shokz-ek .swiper-slide .mb {
    display: block;
  }

  .swiper-shokz-ek .swiper-button {
    display: none;
  }

  .swiper-shokz-ek .swiper-content {
    padding: 0px 16px;
    margin-top: 60px;
  }

}
@media (max-width: 600px) {
  .section-shokz-athletes-info-wrapper {
    padding: 64px 0 48px;
  }

  .section-shokz-athletes-info-wrapper .shokz-athletes-info-wrapper {
    padding: 0 16px;
  }

  .section-shokz-athletes-info-wrapper .title {
    font-size: calc(1.6vw + 8px);
  }

  .section-shokz-athletes-info-wrapper .name {
    font-size: calc(1.066666vw + 20px);
    margin: 16px 0 12px 0;
  }

  .section-shokz-athletes-info-wrapper .text {
    font-size: calc(1.4vw + 8px);
    margin-bottom: 48px;
  }
  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper {
    padding: 0 16px;
  }

  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text {
    font-size: calc(1.4vw + 8px);
  }

  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-2 {
    font-size: calc(1.4vw + 10px);
    margin: 32px 0 50px 0;
  }

  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-2 .text-2-inner {
    margin-bottom: 15px;
  }

  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-3 {
    font-size: calc(1.4vw + 14px);
    margin: 48px 0 24px 0;
  }

  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-4 {
    font-size: calc(1.4vw + 10px);
    margin-bottom: 48px;
  }

  .section-shokz-athletes-info-2-wrapper .shokz-athletes-info-2-wrapper .text-4 span {
    margin-top: 15px;
  }
  .shokz-athletes-product-wrapper {
    padding: 48px 12px 64px;
  }

  .shokz-athletes-product-wrapper .title {
    margin-bottom: 48px;
    font-size: calc(1.4vw + 14px);
  }

  .shokz-athletes-product-wrapper .product-item-wrapper {
    flex-wrap: wrap;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .left-wrapper {
    width: 100%;
    max-height: unset;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .right-wrapper {
    width: 100%;
    max-height: unset;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper {
    width: 100%;
    margin-top: 16px;
    padding: 0px 0 0px 15px;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info {
    width: 46.2%;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper img {
    width: 47.8%;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info .text {
    font-size: calc(6px + 1.4vw);
    margin: 0.53333vw 0 16px 0;
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info a {
    font-size: calc(1.4vw + 8px);
  }

  .shokz-athletes-product-wrapper .product-item-wrapper .item-wrapper .left-info a svg {
    width: calc(1.4vw + 10px);
    height: calc(1.4vw + 10px);
  }

  .shokz-athletes-product-wrapper .content {
    margin: 48px 0;
    font-size: calc(10px + 1.4vw);
  }

  .shokz-athletes-product-wrapper .content span {
    margin-bottom: 20px;
  }

  .shokz-athletes-product-wrapper .media-title {
    font-size: calc(10px + 1.4vw) !important;
  }

  .shokz-athletes-product-wrapper .social-medias {
    margin-top: 24px;
  }

  .shokz-athletes-product-wrapper .social-medias a {
    width: calc(2.6666vw + 14px);
    height: calc(2.6666vw + 14px);
  }
  
  .shokz-athletes-video-wrapper .video-container {
    width: 100%;
    height: auto;
    padding:0px 12px;
  }
  
  .shokz-athletes-video-wrapper .play-button {
    padding: 10px;
  }
  
  .shokz-athletes-video-wrapper .play-button svg {
    width: 30px;
    height: 30px;
  }
  
  .section-shokz-athletes {
    padding: 64px 16px;
  }

  .shokz-athletes-swiper-style-inner .title-wrapper {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .shokz-athletes-swiper-style-inner .arrow-wrapper {
    display: none;
  }

  .shokz-athletes-swiper-style-inner .swiper-pagination-bullets {
    display: flex;
    margin-top: 24px;
  }

  .shokz-athletes-swiper-style-inner .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border-radius: 6px;
    background: #bababa;
    opacity: 1;
    transition: all 0.3s;
  }

  .shokz-athletes-swiper-style-inner .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 10px;
  }

  .shokz-athletes-swiper-style-inner .swiper-pagination-bullet-active {
    width: 32px;
    background: #050505;
    opacity: 1;
  }

  .section-shokz-athletes .learn-more {
    margin: 34px 0 0;
    font-size: 14px;
  }

  .section-shokz-athletes .item .text-wrapper .item-content {
    font-size: 14px;
  }

  .section-shokz-athletes .item .text-wrapper .item-title {
    font-size: 16px;
  }

  .section-shokz-athletes .item .text-wrapper {
    position: absolute;
    right: 16px;
    bottom: 24px;
    left: 16px;
  }
}


.shokz-athletes-product-wrapper .product-wrapper {
      flex-direction: column;
    }
    .swiper-shokz-ek .swiper-slide img {
      width: 100%;
    }
  .swiper-shokz-ek .swiper2-pagination-shokz-athletes {
    display: flex;
    top: 32.39583vw;
    bottom: unset;
    left: unset;
    right: calc((100% - 1200px) / 2);
    width: auto;
    align-items: center;
  }
  .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 16px !important;

  }
  .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border-radius: 6px;
    background: #fff;
    opacity: 1;
    transition: all .3s;
    margin: 0px !important;
}
  .swiper-pagination-bullet-active {
    width: 36px;
  }

  .icon-text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .icon-text-content {
    max-width:600px;
    margin-top:94px;
  }
  .icon-text-box-title {
    font-size: 18px;
    margin-bottom: 48px;
    color:#fff;
  }
 .icon-text-box-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
 }
 .icon-text-box-item img {
  width:100px;
  height:100px;
  margin-right:22px;
 }
 .icon-text-box-item span {
  font-size:16px;
  line-height:120%;
  color:#BABABA;
 }
 .img-text-wrapper {
  margin:24px 0px;
  position: relative;
  z-index: 1;
 }
 .img-text-container {
  max-width: 1248px;
  margin: auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
 }
 .img-text-wrapper .img-text-content{
  display:flex;
  justify-content:space-between;

 }
 .img-text-item {
  position: relative;
  border-radius:4px;
  overflow: hidden;
 }
 .img-text-item:first-child{
  width:57.66%;
 }
 .img-text-item:last-child{
  width:40.33%;
 }
 .img-text-item img {
  width:100%;
 }
 .img-text-item:first-child .img-text-title {
    position: absolute;
    top: 32px;
    left: 32px;
    font-size: 20px;
    color: #E7E7E7;
 }

 .img-text-item .img-text-desc{
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(276deg, #AA3908 10.86%, #FF814B 86.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: luminosity;
  }

  .img-text-item:last-child .img-text-title {
    position: absolute;
    top: 32px;
    left: 24px;
    font-size: 20px;
    color: #E7E7E7;
 }

 .img-text-item:last-child .img-text-desc{
    /* position: absolute;
    bottom: 10px;
    left: 24px;
    font-size: 16px;
    color: #848484; */
  }

 .img-text-item .show-mb {
  display:none;
 }
 .img-text-mb-bg {
  display: none;
 }
 @media screen and (max-width: 1263px)  {
  .swiper-shokz-ek .swiper2-pagination-shokz-athletes {
    right: 24px;
  }
  .icon-text-content {
    margin-top: 1.5rem;
    padding: 0 24px;
    max-width: 50%;
  }
  .icon-text-box-title {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .icon-text-box-item {
      margin-bottom: 1rem;
  }
  .icon-text-box-item img {
    width:5rem;
    height:5rem;
    margin-right:1.2rem;
  }
  .icon-text-box-item span {
    font-size:0.9rem;
  }
  .img-text-item:first-child .img-text-title {
    top: 24px;
    left: 16px;
    font-size: 16px;
 }
  .img-text-item:first-child .img-text-desc{
    position: absolute;
    bottom: 1.8rem;
    left: 1.8rem;
    font-size: 2rem;
  }

  .img-text-item:last-child .img-text-title {
    top: 24px;
    left: 16px;
    font-size: 16px;
 }

 .img-text-item:last-child .img-text-desc{
    /* bottom: 0.6rem;
    left: 1.2rem;
    font-size: 0.8rem; */
  }
 }
 @media screen and (max-width: 760px)  {
  .swiper-shokz-ek .swiper2-pagination-shokz-athletes {
    top: calc(122.6666vw + 24px);
        right: unset;
        left: 24px;
  }
  .swiper-pagination-bullet:not(:last-of-type) {
        margin-right: 10px !important;
    }
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #bababa;
    }
  .swiper-pagination-bullet-active {
        width: 32px;
        background: #050505;
    }
  .icon-text-content {
    max-width: 100%;
    padding:0px 12px;
  }
  .img-text-item .show-pc {
    display: none;
  }
  .img-text-item .show-mb {
    display:block;
  }

  .img-text-wrapper {
    margin-bottom:0px;
  }
  .img-text-container {
   padding:0px 12px; 
  }
  .img-text-wrapper .img-text-content {
    flex-direction: column;
  }
  .img-text-item {
    width:100% !important;
    margin-bottom:16px;
  }
  .img-text-mb-bg {
    display: block;
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:80%;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 33.15%);
    z-index: 0;
  }
  .swiper-shokz-ek {
    margin-bottom:48px;
  }
  .img-text-item:last-child .img-text-desc{
    /* bottom: 3.5rem; */
  }
 }