/** Shopify CDN: Minification failed

Line 267:4 Expected ":"
Line 4186:2 Comments in CSS use "/* ... */" instead of "//"
Line 4187:2 Comments in CSS use "/* ... */" instead of "//"
Line 4192:2 Comments in CSS use "/* ... */" instead of "//"
Line 4193:2 Comments in CSS use "/* ... */" instead of "//"
Line 4232:4 Comments in CSS use "/* ... */" instead of "//"
Line 4525:4 Comments in CSS use "/* ... */" instead of "//"
Line 4526:4 Comments in CSS use "/* ... */" instead of "//"
Line 4931:3 Expected identifier but found whitespace

**/
*:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
* {
  box-sizing: border-box;
}
body {
  background: #ffffff;
  letter-spacing: 0;
}
body,
p {
  letter-spacing: 0;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
h1,h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  margin: 0;
}
img {
  vertical-align: top;
}
a {
  transition: all 0.3s ease;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.p-0 {
  padding: 0px !important;
}
.m-0 {
  margin: 0px !important;
}
.d-flex {
  display: flex !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.justify-content-start {
  justify-content: start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-end {
  justify-content: end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.position-relative {
  position: relative !important;
}
.button-container {
  max-width: 285px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.sitebtn {
  background: rgba(var(--color-button));
  color: rgb(var(--color-button-text));
  font-family: var(--font-body-family);
  font-weight: 500;
  text-align: center;
  padding: 15px 20px;
  line-height: normal;
  letter-spacing: 0;
  width: 100%;
  display: inline-block;
  border-radius: 100px;
  transition: all 0.3s;
}
.sitebtn.btn-yellow {
  background: #ffca33;
  background: #fff201;
  color: #000000;
}
.sitebtn:hover {
  background: #ffca33;
  background: #fff201;
  color: #000;
}
.moneyback_block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.moneyback_block img {
  width: 15px;
}
.moneyback_block p {
  font-size: 14px;
  line-height: 20px;
}

/* Slider */
.swiper-scrollbar {
  height: 4px;
  width: 100%;
  max-width: 399px;
  margin: 0 auto;
}
.swiper-scrollbar-drag {
  display: block !important;
}
.switch-joga-sec .swiper-scrollbar-drag {
  display: block !important;
  background: #404040;
}
.swiper-initialized {
  display: flex;
  flex-direction: column;
  gap: 76px;
  position: relative;
}
.swiper-notification {
  display: none;
}
.swiper-button-disabled {
  opacity: 0.1;
}
.swiper-button-next svg {
  transform: rotate(-90deg);
}
.swiper-button-prev svg {
  transform: rotate(90deg);
}

.scrolling-left-to-right {
  animation: scrolling-left-to-right 20s linear infinite;
}
.scrolling-right-to-left {
  animation: scrolling-right-to-left 20s linear infinite;
}

@keyframes scrolling-left-to-right {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scrolling-right-to-left {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.sectitle {
  font-size: 64px;
  letter-spacing: -2.88px;
  text-transform: uppercase;
}

product-recommendations.complementary-products .sectitle span {
  /* color: #ffca33; */
  /* color: #fff201; */
  color: #1E88E5;
}
.meduim-title {
  font-size: 48px;
}
.secbgimgblock {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.secbgimgblock img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom_related_slick_slider .price__container .price__regular span.price-item.price-item--regular {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 400;
}

/* landing page lp-2 css */
.page_lp-2 .featured-pdp-collection .featured-tab-row {
  display: none;
}
.page_lp-2 .tab-content-block {
  padding-top: 30px;
}

@media screen and (max-width: 990px) {
  .header--mobile-center {
    height: 55px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 767px) {
  .mobileblock {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .button-container {
    max-width: 260px;
  }
  .sitebtn {
    font-size: 14px;
    padding: 12px 15px;
  }
  .desktopblock {
    display: none !important;
  }
  .mobileblock {
    display: block;
  }
  .moneyback_block p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }
  .sectitle {
    font-size: 40px;
  }
  .meduim-title {
    font-size: 32px;
  }
  .sectitle {
    letter-spacing: -1.88px;
  }
  .swiper-initialized {
    gap: 42px;
  }
  .swiper-scrollbar {
    max-width: 136px;
  }
}

.tab-block.active-tab {
  display: block;
}
.tab-block {
  display: none;
}

/* Top Announcement Bar */
.top-announcement-bar {
  width: 100%;
  overflow: hidden;
}
.top-announcement-bar .text-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-announcement-bar .text {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  margin-bottom: -3px;
  font-weight: 900;
}
.top-announcement-bar .scrolling-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  /* overflow: hidden; */
  align-items: center;
}
.top-announcement-bar .text-wrapper-container {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap; /* Ensure text stays in one line */
  /* animation: scrolling-left-to-right 20s linear infinite; */
}
.top-announcement-bar .star-image {
  display: flex;
  width: 15px;
}

/*As Seen As  */
.as-seen-sec .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.as-seen-sec .sectitle {
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
}
.logo-wrapper-container,
.logo-scrolling-container {
  gap: 68px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
}
.logo-wrapper-container {
  animation: scrolling-left-to-right 20s linear infinite;
}
.logo-scrolling-container:before,
.logo-scrolling-container:after {
  background: linear-gradient(240deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 148px;
  left: 0;
  z-index: 1;
}
.logo-scrolling-container:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 148px;
  left: auto;
  right: 0;
}
.logo-box .seenlogo {
  max-height: 61px;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .as-seen-sec .sectitle {
    font-size: 28px;
  }
  .logo-wrapper-container,
  .logo-scrolling-container {
    gap: 40px;
  }
  .logo-scrolling-container:before,
  .logo-scrolling-container:after {
    display: none;
  }
  .as-seen-sec .container {
    gap: 9px;
    padding: 0px;
  }
}

/* NewsLatter  */
.formbox {
  border-radius: 27px;
  background: rgb(244 244 244 / 95%);
  padding: 57px;
  max-width: 996px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.iconbox .iconblock {
  background: #00b06a;
  border-radius: 100%;
  width: 28px;
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.iconbox .iconblock svg path {
  fill: #fff;
}
.iconbox {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.formrow .forminput {
  border: 1px solid rgb(0 0 0 / 50%);
  border-radius: 100px;
  width: 100%;
  height: 76px;
  padding: 10px 182px 10px 32px;
  font-size: 21px;
  background: transparent;
}
.formrow .forminput::placeholder {
  font-size: 21px;
  opacity: 0.3;
  font-weight: 500;
}
.formrow {
  position: relative;
}
.formrow .formbtn {
  position: absolute;
  font-size: 21px;
  width: 161px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 19px 10px;
  border: 0;
  cursor: pointer;
}
.iconlistrow {
  max-width: 500px;
  margin: 0 auto;
}
.iconbox p {
  line-height: normal;
}
.formbox .newsletterform {
  max-width: 792px;
  margin: 0 auto;
  width: 100%;
}
.formbox .secdesc {
  max-width: 705px;
  margin: 0 auto;
  line-height: normal;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .newsletter-sec .container {
    padding: 0;
  }
  .formbox {
    border-radius: 0;
    background: #f4f4f4;
    padding: 35px 20px 44px;
    gap: 21px;
  }
  .formrow .formbtn {
    font-size: 12px;
    width: 92px;
    padding: 11px 10px;
  }
  .formrow .forminput {
    height: 46px;
    padding: 10px 102px 10px 15px;
    font-size: 14px;
  }
  .formrow .forminput::placeholder {
    font-size: 14px;
  }
  .iconbox p {
    font-size: 12px;
  }
  .iconbox .iconblock {
    width: 18px;
    height: 18px;
  }
  .iconbox .iconblock svg {
    width: 10px;
  }
  .formbox .secdesc {
    font-size: 12px;
  }
  .iconlistrow .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .iconlistrow .row .col-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* ========= inner page banner ========= */
.top-banner-sec {
  height: calc(100vh - 145px);
  display: flex;
  align-items: end;
}
.top-banner-sec::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00d4ff",GradientType=1);
}
.top-banner-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 320px;
  position: absolute;
  top: auto;
  bottom: -1px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.banner_content {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.banner_content .ratingblock {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.banner_content .ratingblock img {
  max-width: 100px;
}
.banner_content .bannertitle {
  font-size: 72px;
  line-height: 64px;
  letter-spacing: -3px;
}
.top-banner-sec:not(.inner-top-banner) .bannertitle span {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-banner-sec {
    height: auto;
    min-height: 685px;
  }
  .top-banner-sec .banner_content .bannertitle {
    font-size: 45px;
    line-height: 45px;
  }
  .top-banner-sec {
    background-position: 40% 0% !important;
  }
  .top-banner-sec::before {
    display: none;
  }
  .top-banner-sec::after {
    height: 60%;
  }
  .banner_content {
    max-width: 450px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    gap: 10px;
  }
  .banner_content .ratingblock {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 5px;
  }
  .banner_content .ratingblock img {
    max-width: 70px;
  }
  .ratingblock span {
    font-size: 12px;
    line-height: 12px;
  }
  .banner_content .bannertitle {
    font-size: 60px;
    line-height: 58px;
    text-align: center;
  }
  .banner_content .bannertitle span {
    font-size: 49px;
    line-height: 49px;
    display: block;
  }
  .banner_content .bannerdesc {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
}

/* ========= home page banner width slider ========= */
.top-banner-bg-slider.top-banner-sec:after {
  z-index: 2;
}
.top-banner-sec.top-banner-bg-slider {
  /* background:#FFFFFF; */
  overflow: hidden;
  z-index: 1;
}
.top-banner-bg-slider.top-banner-sec::before {
  display: none;
}
.top-banner-bg-slider .banner_content {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 3;
}
.home-banner-slider {
  width: 100%;
  max-width: 940px;
  height: 500px;
  margin: 0 auto;
}
.bgslider-container {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  gap: 5px;
  background: #fff;
  pointer-events: none;
}
.slider-col-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-col-1 {
  width: 30%;
}
.slider-col-2 {
  width: 13.33%;
}
.slider-col-3 {
  width: 30%;
}
.slider-col-4 {
  width: 13.33%;
}
.slider-col-5 {
  width: 13.33%;
}
.home-banner-slider {
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin: 0 auto;
}
.home-banner-slider-full {
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin: 0 auto;
}
.reverse-direction {
  height: 100%;
}
.home-banner-slider-full > .swiper-wrapper,
.reverse-direction > .swiper-wrapper,
.home-banner-slider > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .slider-col-1 {
    width: 30%;
  }
  .slider-col-2 {
    width: 20%;
  }
  .slider-col-3 {
    width: 30%;
  }
  .slider-col-4 {
    width: 20%;
  }
  .slider-col-5 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-col-1 {
    width: 30%;
  }
  .slider-col-2 {
    width: 40%;
  }
  .slider-col-3 {
    width: 30%;
  }
  .slider-col-4 {
    display: none;
  }
  .top-banner-bg-slider .banner_content {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .slider-col-1,
  .slider-col-2 {
    width: calc(50% - 1.5px);
  }
  .slider-col-3 {
    display: none;
  }
  .bgslider-container {
    gap: 3px;
  }
}

/* We Raise Bar */
section.raise-bar-sec {
  overflow: hidden;
}
.raise-bar-sec h2.sectitle {
  font-size: 48px;
  line-height: 42.2px;
}
.raise-bar-sec .secdesc {
  margin-top: 20px;
}
.main_raise_content {
  margin-top: 50px;
}
.main_raise_content .listicle_col .main_content_box {
  gap: 30px;
}
.text_block {
  width: 100%;
  max-width: 220px;
}
.green_image_circle {
  background-image: url(https://cdn.shopify.com/s/files/1/0621/1996/8964/files/GreenCircle-image.png?v=1721388705);
  width: 243px;
  height: 243px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}
img.green_inner_image {
  width: 190px;
  height: 190px;
  border-radius: 100%;
}
.main_content_box .text_block h3 {
  font-size: 96px;
  line-height: 84.4px;
  color: #ffca33;
  color: #00b06a;
  /* color: #FF0E00; */
  margin-bottom: 10px;
}
.main_content_box .highlight_text {
  line-height: 19.54px;
  font-weight: 600;
  color: #000000;
}
.highlight_text strong {
  color: #ffca33;
  color: #00b06a;
  /* color: #FF0E00; */
}

@media only screen and (max-width: 1400px) {
  .green_image_circle {
    width: 180px;
    height: 180px;
  }
  img.green_inner_image {
    width: 140px;
    height: 140px;
  }
  .main_content_box .text_block h3 {
    font-size: 60px;
    line-height: 50.4px;
  }
  .main_raise_content .listicle_col .main_content_box {
    gap: 20px;
  }
  .listicle_col .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.listicle_col {
    margin: 0;
  }
  .header__heading-logo {
    max-width: max-content;
  }
}

@media only screen and (max-width: 1140px) {
  .green_image_circle {
    width: 145px;
    height: 145px;
  }
  img.green_inner_image {
    width: 110px;
    height: 110px;
  }
  .main_content_box .text_block h3 {
    font-size: 55px;
    line-height: 40.4px;
  }
}

@media only screen and (max-width: 1024px) {
  .green_image_circle {
    width: 155px;
    height: 115px;
  }
  .main_content_box .text_block h3 {
    font-size: 48px;
    line-height: 42.2px;
    margin-bottom: 10px;
  }
  .main_content_box .highlight_text {
    font-size: 12px;
    line-height: 14.32px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 768px) {
  .raise-bar-sec h2.sectitle {
    font-size: 40px;
    line-height: 32.2px;
  }
  .raise-bar-sec .secdesc {
    margin-top: 15px;
  }
  .main_raise_content {
    margin-top: 30px;
  }
  .row.listicle_col {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .row.listicle_col .col-md-4 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .main_content_box .text_block p {
    font-size: 14px;
    line-height: 17.54px;
  }
  .main_content_box.col_reverse {
    flex-direction: row-reverse;
  }
  .raise_box_left {
    margin-left: -60px;
  }
  .raise_box_right {
    margin-right: -60px;
  }
}

@media only screen and (max-width: 480px) {
  .raise-bar-sec h2.sectitle {
    font-size: 32px;
    line-height: 28.13px;
  }
  .raise-bar-sec .secdesc p {
    font-size: 12px;
    line-height: 14.32px;
  }
  .green_image_circle {
    width: 175px;
    height: 175px;
  }
  img.green_inner_image {
    width: 130px;
    height: 130px;
    border-radius: 100%;
  }
  .main_raise_content .listicle_col .main_content_box {
    gap: 16px;
  }
  .raise_box_left .text_block {
    padding-right: 20px;
  }
  .raise_box_right .text_block {
    padding-left: 20px;
  }
}

/*============================================ joga-section css start========================================================================== */
.joga-section .container {
  max-width: 1320px !important;
}
.joga-section .col-md-6:last-child {
  justify-content: center;
}
.joga-text .sectitle {
  font-size: 72px;
  line-height: 78px;
  letter-spacing: -0.96px;
  color: #ffffff;
}
.joga-section .row {
  align-items: center;
}
.joga-text .sectitle span {
  color: #ffca33;
  color: #fff201;
  /* color: #FF0E00; */
}
.joga-text .subtitle {
  font-family: "ITC Garamond Std Book Narrow";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  padding-top: 16px;
}
.joga-img {
  display: block;
  text-align: center;
}
.joga-mobile {
  display: none;
  text-align: center;
}
.joga-text .jogadesc {
  font-size: 16px;
  line-height: 24px;
  padding: 30px 0px 45px;
  max-width: 537px;
  width: 100%;
}
.joga-img img,
.joga-mobile img {
  max-width: 100%;
  width: 100%;
}
.joga-text .jogadesc strong {
  color: #ffca33;
  color: #fff201;
}

@media screen and (max-width: 767px) {
  .joga-text .sectitle {
    font-size: 69px;
    line-height: 78px;
    text-align: center;
  }
  .joga-section .col-md-6 {
    display: unset;
  }
  .joga-text .subtitle {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .joga-text .jogadesc {
    text-align: center;
    max-width: 100%;
  }
  .joga-text .button-container {
    margin: 0 auto;
  }
  .joga-img {
    display: none;
  }
  .joga-mobile {
    display: block;
  }
}

@media only screen and (max-width: 425px) {
  .joga-text .subtitle {
    padding-top: 10px 0px 20px;
  }
  .joga-text .jogadesc {
    max-width: 293px;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 30px;
  }
}

/* ==================================joga slider css start======================================== */

.joga-slider .container {
  max-width: 1130px;
}
.joga-slider img {
  width: 100%;
}
.joga-slider {
  background: #000;
  padding: 112px 0px 120px;
  position: relative;
}
.joga-slider .bg-img img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.bg-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
}
.slider_info h4 {
  font-family: "ITC Garamond Std Book Narrow";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}
.joga-slider [data-index="4"],
.joga-slider [data-index="5"],
.joga-slider [data-index="6"] {
  display: none;
}
.joga-sec-slider .swiper-slide {
  transform: scale(0.9);
  transition: all 0.9s;
}
.joga-sec-slider .swiper-slide.swiper-slide-next {
  transform: scale(1);
}
/* Responsive */
@media screen and (max-width: 990px) {
  .joga-slider {
    overflow: hidden;
  }
  .joga-sec-slider .swiper-slide.swiper-slide-next {
    transform: scale(0.9);
  }
  .joga-sec-slider .swiper-slide.swiper-slide-active.active {
    transform: scale(1);
    transition: all 0.6s;
  }
  .joga-slider [data-index="4"],
  [data-index="5"],
  [data-index="6"] {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .joga-sec-slider .swiper-slide .slider_info h4 {
    opacity: 0;
    transition: all 0.4s;
  }
  .joga-sec-slider .swiper-slide.swiper-slide-active.active .slider_info h4 {
    opacity: 1;
  }
  .joga-slider {
    padding: 55px 0px 80px;
  }
  .joga-slider .bg-img img {
    max-width: 530px;
  }
  .slider_info h4 {
    font-size: 16px;
    line-height: 24px;
    right: 0;
    bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .joga-slider .bg-img img {
    max-width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .joga-slider .bg-img img {
    max-width: 340px;
  }
}
@media screen and (max-width: 375px) {
  .joga-slider .bg-img img {
    max-width: 270px;
  }
}
/* ==================================joga section css end======================================== */
/* ==================================make-your section css start======================================== */
.make_your_own h2.sectitle {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 64px;
}
.make_your_own .container {
  max-width: 1320px !important;
}
/* After Before Banner CSS */
.after_before_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.after_before_slide img {
  display: block;
  max-width: 100%;
}
.after_before_slide {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  max-width: 500px;
  max-height: 90vh;
  --position: 50%;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
}

.after_before_slide .image-container {
  /* max-width: 800px;
    max-height: 90vh; */
  position: relative;
}

.after_before_slide .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.after_before_slide .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  /* filter: grayscale(100%); */
}

.after_before_slide .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.after_before_slide .slider:focus-visible ~ .slider-button {
  outline: 3px solid black;
  outline-offset: 3px;
}

.after_before_slide .slider-line {
  position: absolute;
  inset: 0;
  width: 0.8px;
  height: 100%;
  background-color: #b3b3b3;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
  display: block !important;
}

.after_before_slide .slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
  height: 60px;
  width: 60px;
  border: 2px solid #3d3d3d;
}
.make_your_own .row {
  align-items: center;
}
.make_them_title h2 {
  width: 100%;
  max-width: 400px;
}
.make_them_title .button-container a {
  background: #000;
  color: #ffff;
}
.make_them_title .button-container a:hover {
  background: #ffca33;
  background: #fff201;
  color: #000;
}
.make_them_title {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.make_them_title .button-container {
  gap: 24px;
}
.make_your_own .sectitle {
  display: block;
}
.make_your_own .sectitle.mobile-text {
  display: none;
}
.make_your_own .moneyback_block p {
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .after_before_slide {
    max-width: max-content;
  }
}
@media only screen and (max-width: 767px) {
  .make_your_own .sectitle {
    display: none;
  }
  .make_your_own .row {
    align-items: center;
    flex-direction: column-reverse;
  }
  .make_your_own .sectitle.mobile-text {
    display: block;
    text-align: center;
    font-size: 40px;
  }
  .make_your_own .button-container {
    margin: 0 auto;
  }
  .after_before_slide {
    margin: 26px auto 24px;
  }
  .after_before_slide svg {
    width: 16px;
    height: 16px;
  }
  .after_before_slide .slider-button {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .make_your_own .sectitle.mobile-text {
    font-size: 28px;
    line-height: 35px;
  }
  .after_before_slide .slider-button {
    width: 30px;
    height: 30px;
  }
  .make_your_own .button-container {
    max-width: 100%;
  }
  .make_them_title .button-container {
    gap: 14px;
  }
}

/*========================================== make-your section css end ================================================*/

/* ======================================== switch-joga-sec start css  start============================= */

.switch-joga-sec .container {
  overflow: hidden;
  gap: 44px;
  display: flex;
  flex-direction: column;
}
.switch-joga-sec h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: -2.88px;
}
.switch__box_heading p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
.switch__box_heading h6 {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.switch__box_heading {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.switch-joga-slide img {
  border-radius: 20px;
  width: 100%;
}
.switch-joga-slide {
  gap: 27px;
  display: grid;
}
.sliderarrow {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  color: #000;
  border: 2px solid #000;
}
.switch-joga-slider .swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev {
  position: absolute;
  left: -1%;
  top: 50%;
  padding: 8px;
}
.swiper-button-next {
  position: absolute;
  right: -1%;
  top: 50%;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .switch-joga-sec h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -1.8px;
  }
  .switch-joga-sec h2 span {
    font-size: 37px;
    letter-spacing: -2.22px;
    display: block;
  }
  .switch-joga-sec .container {
    gap: 22px;
    overflow: visible;
  }
  .switch-joga-sec .swiper-slide {
    transition: all 1s;
  }
  .switch-joga-sec .swiper-slide {
    transform: scale(0.9);
  }
  .switch-joga-sec .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .switch-joga-sec {
    overflow: hidden;
  }

  .switch__box_heading h6 {
    font-size: 14px;
    line-height: 15px;
  }
  .switch__box_heading p {
    font-size: 12px;
    line-height: 15px;
  }
  .switch__box_heading {
    gap: 7px;
    text-align: center;
  }
  .switch-joga-slide {
    gap: 10px;
  }
   .sliderarrow {
    width: 30px;
    height: 30px;
  }
  .swiper-button-next, .swiper-button-prev {
    padding: 6px;
  }
}

/* ======================================== switch-joga-sec start css and ============================= */

/* ------- Footer CSS ------- */

.footer-sec .col-md-3 {
  justify-content: start;
  display: flex;
}

.footer-inner h3 {
  color: #fff;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 25px;
}
.footer-inner-1 ul li a::after {
  display: none;
}
.footer-inner ul li a {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease;
}
.footer-inner ul {
  padding: 0px;
  margin: 0px;
}
.footer-inner ul li {
  list-style: none;
}
.footer-inner .footer-desc {
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  max-width: 527px;
  padding-top: 25px;
  padding-bottom: 53px;
}
.footer-inner.footer-inner-1 ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-inner img {
  width: 100%;
  max-width: 170px;
}
.footer-inner.footer-inner-1 ul li a img {
  width: 100%;
  max-width: 24px;
}
.footer-inner-1 ul li a {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: block;
  line-height: 0px !important;
}
.footer-inner a:hover {
  color: #0068b0;
}
.footer-inner-1 ul li a:hover {
  background: #0068b0;
}
.footer-inner-2 a::after,
.footer-inner-4 a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  background: #0068b0;
  height: 2px;
  left: 0;
  transition: all 0.8s ease;
}
.footer-inner-2 a:hover::after,
.footer-inner-4 a:hover::after {
  width: 100%;
}
.footer-inner-2 ul,
.footer-inner-4 ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-2 {
  text-align: center;
  padding: 130px 0px 20px;
}
.footer-2 img {
  width: 100%;
  max-width: 384px;
}
.footer-2 {
  text-align: center;
  padding-top: 62px;
}
.footer-bottom {
  padding: 28px 20px 43px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  border-top: 2px solid #ffffff1c;
}

@media only screen and (max-width: 1300px) {
  .footer-inner h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 27px;
  }
  .footer-inner img {
    width: 100%;
    max-width: 120px;
  }
  .footer-inner.footer-inner-1 ul li a img {
    width: 100%;
    max-width: 17px;
  }
  .footer-inner-1 ul li a {
    padding: 8px;
  }
  .footer-inner p {
    font-size: 15px;
    line-height: 20px;
    padding: 17px 0px;
    max-width: 400px;
  }
  .footer-inner ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-inner-2 ul,
  .footer-inner-4 ul {
    gap: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-inner .footer-desc {
    padding: 0px;
  }
  .footer-inner h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 27px;
  }
  .footer-sec {
    padding-top: 50px;
  }
  .footer-2 {
    padding: 32px 0px 5px;
  }
  .footer-2 img {
    width: 100%;
    max-width: 226px;
  }
  .footer-bottom {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-inner.footer-inner-1 ul {
    justify-content: start;
  }
  .footer-sec .col-md-5 {
    padding: 0px;
    border-bottom: 1px solid #191919;
  }
  .footer-sec {
    padding-top: 26px;
  }
  .footer-inner img {
    max-width: 86px;
  }
  .footer-inner.footer-inner-1 ul li a img {
    max-width: 12px;
  }
  .footer-inner.footer-inner-1 {
    padding: 0px 20px 22px !important;
  }
  .footer-inner h3 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #191919;
  }
  .footer-inner-2 ul,
  .footer-inner-3 ul,
  .footer-inner-4 ul {
    padding-top: 19px;
  }
  .footer-sec .col-md-3 {
    display: unset;
  }
  .footer-2 {
    padding: 28px 0px 5px;
    text-align: left;
  }
  .footer-bottom {
    font-size: 10px;
    text-align: left !important;
    padding: 9px 20px 18px;
  }
  .footer-inner {
    padding-top: 40px;
  }
  .footer-inner:first-child {
    padding-top: 20px;
  }
  .footer-inner.footer-inner-1 ul {
    gap: 14px;
  }
}
@media only screen and (max-width: 425px) {
  .footer-inner p {
    font-size: 12px;
    line-height: 18px;
    padding: 17px 0px;
    max-width: 299px;
  }
}

/* Benefits Sec */
.benefits-sec .benefits_content_box {
  background: #f4f4f4;
  border-radius: 4px;
  height: 100%;
}
.benefits-sec .benefits_box {
  gap: 40px;
}
.benefits-sec .button-container {
  display: none;
}
.benefits-sec .benefits_content_box .benefits_img_box {
  position: relative;
  cursor: pointer;
}
.benefits-sec .benefits_img_box img.players_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 510px; */
  border-radius: 4px;
  transition: all 300ms 0ms;
}
.benefits-sec .benefits_img_box img.hover_icon {
  width: 80px !important;
  object-fit: contain;
  position: absolute;
  top: 40%;
  left: 40%;
  opacity: 0;
  z-index: 1;
}
.benefits-sec .benefits_img_box:hover .hover_icon {
  opacity: 1;
}
.benefits-sec .benefits_img_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  opacity: 0;
  transition: all 0.5s;
}
.benefits-sec .benefits_img_box:hover:after {
  opacity: 1;
}
.benefits-sec .benefits_content_box .benefits_text_block {
  padding: 34px 20px;
}
.benefits_text_block h3 {
  font-size: 36px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.benefits_text_block h3 span {
  color: #00b06a;
}
.benefits_text_block p {
  line-height: 19px;
  font-weight: 600;
}
.benefits-sec .benefits_box a.sitebtn:hover {
  background: #ffca33;
  background: #fff201;
  color: #000;
}

@media only screen and (max-width: 1240px) {
  .benefits_box .row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .benefits-sec .benefits_content_box .benefits_text_block {
    padding: 26px 18px;
  }
  .benefits_text_block h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .benefits_text_block p {
    font-size: 14px;
    line-height: 16px;
  }
  .benefits-sec .benefits_img_box img.hover_icon {
    width: 55px !important;
  }
}

@media only screen and (max-width: 768px) {
  .benefits-sec .benefits_box .row {
    flex-direction: column;
    gap: 18px;
  }
  .benefits_box .row .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .benefits-sec .benefits_box .row .col-md-4 {
    max-width: 100%;
  }
  .benefits-sec .benefits_box .benefits_content_box {
    display: flex;
    flex-direction: row-reverse;
  }
  .benefits-sec .benefits_content_box .benefits_text_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .benefits-sec .benefits_img_box img.hover_icon {
    top: 30%;
    left: 35%;
  }
  .benefits--section-blocks.active .benefits_img_box .hover_icon {
    opacity: 1 !important;
  }
  .benefits--section-blocks.active .benefits_img_box:after {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 576px) {
  .benefits-sec .benefits_img_box img.players_img {
    width: 136px;
    min-height: 176px;
  }
  .benefits-sec .benefits_content_box .benefits_text_block {
    padding: 26px 10px 26px 18px;
  }
  .benefits_text_block h3 {
    font-size: 19px;
    line-height: 17px;
    letter-spacing: -0.96px;
  }
  .benefits_text_block p {
    font-size: 12px;
    line-height: 14.6px;
  }
  .benefits-sec .benefits_img_box img.hover_icon {
    width: 45px !important;
    top: 30%;
    left: 32%;
  }
  .benefits-sec .button-container {
    display: block;
    margin: 0 auto;
  }
  .benefits-sec .button-container .moneyback_block {
    justify-content: center;
    margin-top: 14px;
  }
  .benefits-sec .button-container .moneyback_block p {
    font-weight: 700;
  }
  .benefits-sec .benefits_box {
    gap: 20px;
  }
}

/* About Info Sec */
.about-info-sec .sec-head h2.sectitle {
  font-size: 48px;
  line-height: 42px;
  margin-bottom: 48px;
  width: 100%;
  max-width: 240px;
}
.about-info-sec .secdesc p {
  line-height: 19px;
  font-weight: 500;
}
.about-info-sec .secdesc strong {
  color: #00b06a;
}
.about-info-sec .sec-head {
  width: 100%;
  max-width: 620px;
  padding-left: 40px;
  padding-right: 40px;
}
.about-info-sec .about-joga-slider img {
  width: 100%;
}
.about-info-sec .about-joga-slider {
  padding: 50px 0px 0px;
  position: relative;
  overflow: hidden;
}
.about-info-sec .about-joga-slider .bg-img img {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
.about-info-sec .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
}
.about-joga-slider [data-index="4"],
.about-joga-slider [data-index="5"],
.about-joga-slider [data-index="6"] {
  display: none;
}
.about-info-sec .joga-sec-slider .swiper-slide {
  transform: scale(0.9);
}
.about-info-sec .joga-sec-slider .swiper-slide.swiper-slide-next {
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .about-info-sec .about-joga-slider .bg-img img {
    max-width: 400px;
  }
}

@media screen and (max-width: 990px) {
  .about-info-sec .about-joga-slider {
    overflow: hidden;
    padding: 80px 0px 120px;
  }
  .about-info-sec .joga-sec-slider .swiper-slide.swiper-slide-next {
    transform: scale(0.9);
  }
  .about-info-sec .joga-sec-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .about-info-sec .joga-sec-slider .swiper-slide:last-child {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .about-info-sec .sec-head h2.sectitle {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .about-info-sec .sec-head {
    max-width: 100%;
    padding-left: 20px;
  }
  .about-info-sec .secdesc p {
    font-size: 14px;
    line-height: 18px;
  }
  .about-info-sec .about-joga-slider {
    padding: 55px 0px 80px;
  }
  .about-info-sec .about-joga-slider .bg-img img {
    max-width: 300px;
  }
  .inner-top-banner .bannertitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  .about-info-sec {
    padding-bottom: 40px !important;
  }
  .about-info-sec .about-joga-slider .bg-img img {
    max-width: 260px;
  }
}

@media only screen and (max-width: 575px) {
  .about-info-sec {
    padding-bottom: 0px !important;
  }
  .about-info-sec .container {
    padding: 0;
  }
  .about-info-sec .sec-head {
    padding: 20px 30px 30px 30px;
    text-align: center;
  }
  .about-info-sec .secdesc p {
    font-size: 12px;
    line-height: 16px;
  }
  .about-info-sec .about-joga-slider .bg-img img {
    max-width: 430px;
  }
}

@media screen and (max-width: 480px) {
  .about-info-sec .about-joga-slider .bg-img img {
    max-width: 320px;
  }
}
@media screen and (max-width: 375px) {
  .about-info-sec .about-joga-slider .bg-img img {
    max-width: 300px;
  }
}

/* About Founders Sec */
.about-founders-sec .sec-head h2.sectitle {
  font-size: 48px;
  line-height: 42px;
  margin-bottom: 48px;
  width: 100%;
  /* max-width: 240px; */
}
.about-founders-sec .sec-head h2.sectitle span {
  display: block;
}
.about-founders-sec .secdesc p {
  line-height: 19px;
  font-weight: 500;
}
.about-founders-sec .founder_img_block img {
  width: 100%;
  max-width: 565px;
}
.about-founders-sec .founder_img_block {
  text-align: center;
}
.about-founders-sec .secdesc strong {
  color: #ffca33;
  color: #fff201;
}
.about-founders-sec .sec-head {
  width: 100%;
  max-width: 610px;
}
.mobile_founder_img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .about-founders-sec .sec-head h2.sectitle {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .about-founders-sec .sec-head {
    max-width: 100%;
  }
  .about-founders-sec .secdesc p {
    font-size: 14px;
    line-height: 18px;
  }
  .desktop_founder_img {
    display: none;
  }
  .mobile_founder_img {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .about-founders-sec .row.about_row_block {
    flex-direction: column-reverse;
  }
  .about-founders-sec .about_row_block .col-sm-6 {
    padding: 0;
  }
  .about-founders-sec .sec-head {
    padding: 30px 30px 52px 30px;
    text-align: center;
  }
  .about-founders-sec .secdesc p {
    font-size: 12px;
    line-height: 16px;
  }
}

/* Joga Mission Sec */
.joga-mission-sec .sec-head h2.sectitle {
  font-size: 48px;
  line-height: 42px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 240px;
}
.joga-mission-sec .secdesc p {
  line-height: 19px;
  font-weight: 500;
}
.joga-mission-sec .secdesc strong {
  color: #00b06a;
}
.joga-mission-sec .sec-head {
  width: 100%;
  max-width: 660px;
  padding: 40px 40px 40px 10px;
}

@media only screen and (max-width: 1024px) {
  .joga-mission-sec .sec-head {
    width: 100%;
    padding: 0px 20px 20px 0px;
  }
}

@media only screen and (max-width: 768px) {
  section.joga-mission-sec {
    padding-top: 40px !important;
  }
  .joga-mission-sec .sec-head h2.sectitle {
    max-width: 100%;
  }
  .joga-mission-sec .secdesc p {
    font-size: 14px;
    line-height: 17px;
  }
  .joga-mission-sec .sec-head {
    width: 100%;
    padding: 0px 20px 0px 0px;
    margin-bottom: 0;
  }
  .joga_mission_img img {
    height: 100%;
    min-height: 450px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 575px) {
  .joga-mission-sec .row.about_row_block {
    flex-direction: column-reverse;
  }
  .joga-mission-sec .about_row_block .col-sm-6 {
    padding: 0;
  }
  .joga-mission-sec .sec-head {
    padding: 0px 30px 10px 30px;
    text-align: center;
  }
  .joga-mission-sec .sec-head h2.sectitle {
    margin-bottom: 40px;
  }
  .joga-mission-sec .secdesc p {
    font-size: 12px;
    line-height: 16px;
  }
  .joga_mission_img img {
    min-height: auto;
  }
}

/* collection */
.pagination__item--next svg {
  transform: rotate(180deg);
}
.paginate-blocks {
  color: #000;
  font-size: 14px;
  text-align: center;
}
.pagination .pagination__list {
  justify-content: end;
  align-items: center;
}

.diff_days-new-badget {
  top: 10px;
  z-index: 111;
  position: absolute;
  right: 10px;
  background: #ffca33;
  background: #fff201;
  font-size: 12px;
  color: #000000;
  line-height: normal;
  padding: 5px 12px 4px 12px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .diff_days-new-badget {
    padding: 2px 4px 2px;
    font-size: 8px;
    top: 5px;
    right: 5px;
  }
}

/* Page Title Banner */
.pagebanner_title_block .pagetitle {
  font-size: 64px;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: -3.84px;
}
.pagebanner_title_block {
  gap: 30px;
}

@media only screen and (max-width: 1024px) {
  .pagebanner_title_block .pagetitle {
    font-size: 54px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 768px) {
  .pagebanner_title_block .pagetitle {
    font-size: 42px;
    line-height: 34px;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 575px) {
  .pagebanner_title_block h2 {
    font-size: 32px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -1.92px;
  }
}

/* Superior Grip Sec */
.superior-grip-sec .yellow_image_circle {
  background-image: url(https://cdn.shopify.com/s/files/1/0621/1996/8964/files/superior-grip-yellow-image.png?v=1721641658);
  width: 726px;
  height: 726px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}
.superior-grip-sec img.yellow_inner_image {
  width: 563px;
  height: 563px;
  border-radius: 100%;
}
.superior-grip-sec .sec-head {
  width: 100%;
  max-width: 560px;
}
.superior-grip-sec .secdesc {
  margin-top: 37px;
}
.superior-grip-sec h6 {
  font-family: "Futura Std", sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.superior-grip-sec h2.sectitle {
  font-size: 72px;
  line-height: 66px;
  color: #ffca33 !important;
  /* color: #FF0E00 !important; */
  letter-spacing: -2px;
  margin-top: 20px;
}
.superior-grip-sec .secdesc strong {
  color: #ffca33;
  color: #fff201;
}
.superior-grip-sec .secdesc p {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}
.superior_mobile_text {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .superior-grip-sec .sec-head {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .superior-grip-sec .yellow_image_circle {
    width: 600px;
    height: 600px;
  }
  .superior-grip-sec img.yellow_inner_image {
    width: 460px;
    height: 460px;
  }
  .superior-grip-sec .secdesc p {
    font-size: 22px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 1200px) {
  .superior-grip-sec h6 {
    font-size: 22px;
    line-height: 20px;
  }
  .superior-grip-sec h2.sectitle {
    font-size: 60px;
    line-height: 56px;
    margin-top: 13px;
  }
  .superior-grip-sec .secdesc p {
    font-size: 18px;
    line-height: 23px;
  }
  .superior-grip-sec .secdesc {
    margin-top: 25px;
  }
  .superior-grip-sec .yellow_image_circle {
    width: 500px;
    height: 500px;
  }
  .superior-grip-sec img.yellow_inner_image {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 999px) {
  section.superior-grip-sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .superior-grip-sec h2.sectitle {
    font-size: 52px;
  }
  .superior-grip-sec .secdesc p {
    font-size: 16px;
    line-height: 21px;
  }
  .superior-grip-sec .yellow_image_circle {
    width: 390px;
    height: 390px;
  }
  .superior-grip-sec img.yellow_inner_image {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .superior-grip-sec h6 {
    font-size: 16px;
    line-height: 14px;
  }
  .superior-grip-sec h2.sectitle {
    font-size: 48px;
    line-height: 42px;
  }
  .superior-grip-sec .yellow_image_circle {
    width: 280px;
    height: 280px;
  }
  .superior-grip-sec img.yellow_inner_image {
    width: 230px;
    height: 230px;
  }
  .superior-grip-sec .secdesc p {
    font-size: 14px;
    line-height: 19px;
  }
  .superior-grip-sec .sec-head {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  section.superior-grip-sec {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
    text-align: center;
  }
  .superior-grip-sec .yellow_image_circle {
    width: 310px;
    height: 310px;
  }
  .superior-grip-sec img.yellow_inner_image {
    width: 250px;
    height: 250px;
  }
  .superior-grip-sec .secdesc p {
    font-size: 12px;
    line-height: 16px;
  }
  .superior_desktop_text {
    display: none;
  }
  .superior_mobile_text {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .superior-grip-sec .yellow_image_circle {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .superior-grip-sec .secdesc {
    margin-top: 0px;
  }
}

/* TTP Technology Sec */

/* Compare Sec */
.why-joga-sec .sec-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 160px;
}
.why-joga-sec .sec-head .sec-sub-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.why-joga-sec .sec-head .sec-title {
  color: #ffffff;
  font-size: 72px;
  line-height: 63px;
  letter-spacing: -4.32px;
}
.why-joga-sec .sec-head .sec-title span {
  color: #ffca33;
  color: #fff201;
  /* color: #FF0E00; */
}
.compare-table-sec {

}
.compare-table-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: 10%;
}
.table-main .table-row {
  display: flex;
  flex-direction: row;
}
.table-main .table-header {
  margin-bottom: -2px;
  max-width: calc(100% - 1px);
}
.table-main .table-header .table-row .table-col {
  padding: 0;
  height: 51px;
}
.table-main .table-header .table-row .table-col:first-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.table-main .table-header .table-col.table-player img {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table-main .table-header .table-col.table-product img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-40%, -70%);
}
.table-main .table-body {
  border: 1px solid #fff;
  border-left: 0px;
  border-radius: 15px;
}
.table-main .table-row .table-col {
  width: 100%;
  max-width: 260px;
  text-align: center;
  padding: 20px 20px;
}
.table-main .table-body .table-row .table-col .table-content-wrapper {
  max-width: 160px;
  margin: 0px auto;
}
.table-main .table-row .table-col:first-child {
  background: #ffca33;
  background: #00b06a;
  /* background: #FF0E00; */
  border-right: 1px solid #ffca33;
  border-right: 1px solid #00b06a;
  /* border-color: #FF0E00; */
}
.table-main .table-row .table-col:last-child {
  padding: 20px 20px 20px 50px;
}
.table-main .table-row .table-col img {
  width: 100%;
  max-width: 30px;
  margin-bottom: 10px;
}
.table-main .table-row .table-col {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.table-main .table-body .table-row:first-child .table-col {
  padding-top: 70px;
}
.table-main .table-body .table-row:last-child .table-col {
  padding-bottom: 30px;
}
.table-main .table-header .table-row .table-col:last-child,
.table-main .table-body .table-row .table-col:last-child,
.table-main .table-footer .table-row .table-col:last-child {
  margin-left: -30px;
}

.table-main .table-footer {
  margin-top: -2px;
  max-width: calc(100% - 1px);
}
.table-main .table-footer .table-row .table-col {
  height: 22px;
  padding: 0;
}
.table-main .table-footer .table-row .table-col:first-child {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0;
}
.mob-img-show,
.compare-table-wrapper ~ .button-container {
  display: none;
}

@media screen and (max-width: 1440px) {
  .compare-table-wrapper {
    max-width: 410px;
    margin-left: 0;
  }
  .why-joga-sec .sec-head {
    gap: 15px;
  }
  .why-joga-sec .sec-head .sec-title {
    font-size: 62px;
    line-height: 52px;
  }
  .table-main .table-row .table-col {
    width: 220px;
    padding: 15px;
  }
  .table-main .table-row .table-col:last-child {
    padding: 15px 15px 15px 45px;
  }
  .table-main .table-header .table-col.table-player img {
    max-width: 150px;
  }
  .table-main .table-header .table-col.table-product img {
    max-width: 80px;
  }
  .table-main .table-body .table-row:first-child .table-col {
    padding-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .compare-table-wrapper {
    max-width: 420px;
    margin-left: 0;
  }
  .table-main .table-header .table-col.table-player img {
    max-width: 100px;
  }
  .table-main .table-header .table-col.table-product img {
    max-width: 60px;
    transform: translate(-25%, -70%);
  }
  .table-main .table-body .table-row:first-child .table-col {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .desk-img-show {
    display: none;
  }
  .mob-img-show {
    display: block;
  }
  .why-joga-sec .sec-head .sec-title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -2.4px;
  }
  .why-joga-sec .sec-head .sec-sub-title {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    opacity: 0.75;
  }
  .why-joga-sec .sec-head {
    margin-bottom: 100px;
  }
  .table-main .table-row .table-col img {
    max-width: 22px;
  }
  .table-main .table-row .table-col {
    width: 155px;
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .table-main .table-header .table-row .table-col:last-child,
  .table-main .table-body .table-row .table-col:last-child,
  .table-main .table-footer .table-row .table-col:last-child {
    margin-left: -20px;
  }
  .table-main .table-row .table-col:last-child {
    padding: 15px 15px 15px 35px;
    width: 170px;
  }
  .compare-table-wrapper {
    margin: 0 auto;
    max-width: fit-content;
  }
  .table-main .table-header .table-col.table-player img {
    max-width: 100px;
    transform: translate(-50%, -70%);
  }
  .table-main .table-header .table-row .table-col {
    padding: 0;
    height: 32px;
  }
  .table-main .table-body {
    border-radius: 8px;
  }
  .table-main .table-header .table-row .table-col:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .table-main .table-footer .table-row .table-col:first-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0;
    height: 13px;
  }
  .table-main .table-body .table-row:first-child .table-col {
    padding-top: 20px;
  }
  .table-main .table-body .table-row:last-child .table-col {
    padding-bottom: 20px;
  }
  .compare-right-img {
    padding: 0px;
  }
  .compare-table-wrapper ~ .button-container {
    display: flex;
    width: 100%;
    margin: 5px auto;
  }
}

/* Inner Top Banners */
.inner-top-banner .bannerdesc {
  font-family: "ITC Garamond Std Book Narrow";
  font-size: 30px;
  line-height: 36.59px;
}
.inner-top-banner .banner_content .bannertitle {
  font-size: 128px;
  line-height: 108px;
}
.inner-top-banner .banner_content .bannertitle span {
  color: #ffca33;
  color: #fff201;
}
.inner-top-banner {
  flex-direction: column;
  align-items: center;
}
.inner-top-banner .container {
  margin-top: auto;
  margin-bottom: auto;
}
.inner-top-banner:before {
  left: 0;
}
.section-shape {
  /* position: absolute; */
  z-index: 1;
  width: 100%;
  bottom: 0;
}
.section-shape img.secshape {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inner-top-banner .container {
    margin-top: 0;
  }
  .inner-top-banner {
    align-items: start;
  }
  .inner-top-banner .banner_content .bannertitle {
    font-size: 69px;
    line-height: 75px;
  }
  .inner-top-banner::after {
    bottom: auto;
    top: 0;
    transform: rotate(180deg);
  }
  .inner-top-banner .bannerdesc {
    font-size: 20px;
    line-height: normal;
  }
}

/* Junior Section */
.junior-section {
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
}
.junior-heading {
  padding-left: 61px;
}
.junior-heading .sectitle {
  font-size: 100px;
  letter-spacing: -0.06em;
  line-height: 100px;
}
.junior-heading {
  padding-left: 61px;
  gap: 23px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.junior-heading .sectitle span {
  color: #ffca33;
  color: #fff201;
  /* color: #FF0E00; */
}
.junior_image img {
  max-width: 49px;
  width: 100%;
}
.junior_image {
  position: absolute;
  top: -43px;
  right: 0;
}
.junior_video video {
  border: 1px solid #ffca33;
  border-color: #fff201;
  /* border-color: #FF0E00; */
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .junior-heading {
    padding-left: 0px;
  }
  .junior-section .button-container {
    display: none;
  }
  .junior-heading .sectitle {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .junior-approved-sec .row {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .junior_video video {
    width: 100%;
  }
  .joga-junior {
    max-width: 400px;
    margin: 0 auto;
  }
  .junior_image img {
    max-width: 38px;
  }
  .junior_image {
    top: -35px;
    right: 18%;
  }
}

@media only screen and (max-width: 575px) {
  .joga-junior {
    max-width: 266px;
    margin: 0 auto;
  }
  .junior_image {
    right: 18%;
  }
}

/* Incredible Reviews Section  */
.incredible-reviews-sec .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .ratingwidgetcode iframe {
    height: 110px !important;
  }
  .incredible-reviews-sec .sectitle {
    font-size: 16px;
    letter-spacing: -0.96px;
    line-height: 27.066px;
  }
  .incredible-reviews-sec .sectitle span {
    font-size: 36px;
    display: block;
    letter-spacing: -2.16px;
  }
}

/* Image With Text Sec */
.image-with-text-sec .sec-head {
  width: 100%;
  max-width: 610px;
}
/* .image-with-text-sec .sectitle span{
  display:block;
} */
.image-with-text-sec .sec-head h2.sectitle {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 25px;
  width: 100%;
}
.image-with-text-sec .secdesc p {
  line-height: 19px;
  font-weight: 500;
}
.image-with-text-sec .secdesc strong {
  color: #00b06a;
}
.sec_img_block img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .image-with-text-sec .sec-head {
    margin-bottom: 30px;
    text-align: center;
  }
  .image-with-text-sec .sec-head h2.sectitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: -1.08px;
  }
  .image-with-text-sec .sectitle span {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2.88px;
    display: block;
  }
  .image-with-text-sec .secdesc p {
    line-height: 16px;
    font-size: 12px;
  }
  .secmainrow .col-sm-6 {
    padding: 0;
  }
  .secmainrow .sec-head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Image Scrolling Sec */
.image-scrolling-sec {
  height: 1500px;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.image-scrolling-sec:before {
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 502px;
  position: absolute;
  top: 0;
  background: #000;
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(180deg, #000, #0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.image-scrolling-sec:after {
  content: "";
  display: block;
  width: 100%;
  height: 502px;
  position: absolute;
  top: auto;
  bottom: 0;
  background: #000;
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(0deg, #000, #0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.image-scrolling-sec .scollingbgslider-container {
  z-index: 0;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  gap: 5px;
  pointer-events: none;
}
.scrolling-row {
  margin-left: -3px;
  margin-right: -3px;
}
.scrolling-row .scrolling_slider_col {
  padding-left: 3px;
  padding-right: 3px;
}
.image-scrolling-sec .secshape {
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.image-scrolling-sec .secshape.bottomsecshape {
  bottom: -1px;
  top: auto;
}
.image-scrolling-sec .secshape img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .image-scrolling-sec {
    height: 910px;
  }
  .half-fame-header-block {
    text-align: center;
  }
}

/* Insta Feed  */
.instafeed-new-layout-item img {
  border-radius: 13.49px !important;
}
#insta-feed h2 {
  font-family: var(--font-body-family);
  font-size: 20px;
  font-weight: 500;
}
.social-feed-sec .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.social-feed-sec .button-container {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .social-feed-sec .container {
    gap: 20px;
  }
  .social-feed-sec .button-container {
    max-width: 100%;
  }
}

/* Review Style 1 */
.review-slide .reviewimg {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 2px solid #000000;
  object-fit: cover;
  margin-top: -70px;
}
.review-slide .reviewstarimg {
  width: 86px;
}
.review-slide .reviewtext {
  font-size: 12px;
  line-height: normal;
}
.review-slide {
  background: #9f9f9f1c;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-slide .reviewcontent {
  padding: 15px 30px;
  margin-top: auto;
}
.productlinkbtn {
  font-weight: 700;
  background: #000;
  color: #fff;
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  font-size: 13px;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.productlinkbtn svg {
  width: 17px;
  transform: rotate(270deg);
}
.productlinkbtn span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.review-style-1-sec .sec-head {
  margin-bottom: 50px;
}
.review-style-1-sec .ratingblock {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-style-1-sec .ratingblock img {
  max-width: 105px;
}
.text-center .ratingblock {
  justify-content: center;
}
.review-slider-style-1 {
  padding: 80px 18px 0;
}
.customerinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  gap: 3px;
  font-weight: 400;
  margin: 30px 0 10px;
}
.customerinfo img.tpstarimg {
  max-width: 70px;
}
.customername {
  margin-bottom: 0;
}
.reviewtext p {
  font-weight: 400;
}
.review-slider-style-1 .swiper-button-prev {
  top: 47%;
  left: 0;
}
.review-slider-style-1 .swiper-button-next {
  top: 47%;
  right: 0;
}
.reviewstyle1slider-scroll.swiper-scrollbar {
  background: rgba(159, 159, 159, 0.5);
}
.reviewstyle1slider-scroll .swiper-scrollbar-drag {
  background: #404040;
}

@media only screen and (max-width: 767px) {
  .review-slider-style-1 .swiper-button-prev,
  .review-slider-style-1 .swiper-button-next {
    display: none;
  }
  .review-style-1-sec .sec-head {
    margin-bottom: 30px;
  }
  .review-style-1-sec .sectitle {
    font-size: 25px;
    line-height: normal;
    text-align: center;
  }
  .review-style-1-sec .sectitle span {
    font-size: 54px;
    display: block;
    letter-spacing: -3.24px;
  }
  .review-style-1-sec .text-left .ratingblock {
    justify-content: center;
  }
}

/* Review Style 2 */
.review-style-2-sec .customerinfo {
  justify-content: flex-start;
  margin: 12px 0 0px;
}
.review-style-2-sec .review-slide .reviewimg {
  max-width: 70px;
  height: 70px;
  margin-top: -45px;
}
.review-style-2-sec .review-slide .reviewcontent {
  padding: 14px 30px 14px 15px;
  margin-top: 0;
}
.review-style-2-sec .productlinkbtn {
  margin-top: auto;
}
.review-style-2-sec .review-slider-style-1 {
  padding: 40px 19px 0;
}
.review-style-2-sec .sliderarrow {
  width: 35px;
  height: 35px;
  padding: 7px;
}
.review-style-2-sec .review-slider-style-1 .swiper-button-prev {
  top: 43%;
}
.review-style-2-sec .review-slider-style-1 .swiper-button-next {
  top: 43%;
}

/* Text Slider 1 */
.text-slider-sec .container {
  max-width: 860px;
}
.textslidercont {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.textslidercont a {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
  margin-left: 5px;
  text-transform: capitalize;
}
.text-slider-row .swiper-button-prev,
.text-slider-row .swiper-button-next {
  background: transparent;
  border: 0;
  padding: 0;
  top: 50%;
}
.text-slider-row .sliderarrow svg {
  max-width: 20px;
}

@media only screen and (max-width: 575px) {
  .textslidercont {
    font-size: 16px;
  }
  .textslidercont a {
    font-size: 14px;
  }
  .top-announcement-bar .textslidercont,
  .top-announcement-bar .progress_remain {
    font-size: 13px;
  }
}

/* Video Review Slider Section */
.video-joga-sec {
  overflow: hidden;
}
.video-joga-sec .sec-head {
  text-align: center;
  margin-bottom: 60px;
}
.video-joga-sec .sectitle span {
  color: #ffca33;
  color: #fff201;
  /* color: #FF0E00; */
}
.star_icon img {
  max-width: 275px;
  margin-bottom: 30px;
}

.video-joga-slider-mobile,
.video-joga-slider {
  height: 100%;
}
.video-joga-slider-mobile video,
.video-joga-slider video {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ffca33;
  border-color: #fff201;
  height: 100% !important;
  object-fit: cover;
}
.videojoga-scroll.swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #9f9f9f82;
}
.videojoga-scroll .swiper-scrollbar-drag {
  background: #ffca33;
  background: #fff201;
}
/* .video-review-slider .sliderarrow {
    display: none;
} */

@media only screen and (max-width: 767px) {
  .video-joga-sec .swiper-slide {
    transition: all 1s;
  }
  .video-joga-sec .swiper-slide {
    transform: scale(0.9);
  }
  .video-joga-sec .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .star_icon img {
    max-width: 155px;
    margin-bottom: 10px;
  }
  .video-joga-sec .sec-head {
    margin-bottom: 32px;
  }
  .video-joga-sec .sectitle span {
    display: block;
  }
}

/* product_section home page end*/
.media-gallery-small-show {
  display: none;
}

@media screen and (max-width: 989px) {
  .media-gallery-small-hide {
    display: none;
  }
  .media-gallery-small-show {
    display: block;
  }
}

.card__inner .card__media .quick-add {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
}
.card__inner .card__media .quick-add__submit {
  background: #050505b5;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 81%);
  border-radius: 88px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: unset;
  padding: 12px 20px;
  min-width: unset;
  width: max-content;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 100%;
}
.card__inner .card__media .quick-add .quick-add__submit .icon-cart {
  width: 14px;
  display: flex;
}
@media screen and (max-width: 750px) {
  .card__inner .card__media .quick-add__submit {
    padding: 5px 8px;
    font-size: 11px;
  }
  .card__inner .card__media .quick-add .quick-add__submit .icon-cart {
    width: 10px;
  }
  .card__inner .card__media .quick-add {
    bottom: 5px;
    right: 5px;
  }
}

.featured-product .product__info-wrapper .trustpilot-widget-block,
.product .product__info-wrapper .trustpilot-widget-block,
.product-card-wrapper .trustpilot-widget {
  width: 180px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.featured-product
  .product__info-wrapper
  .trustpilot-widget-block
  .trustpilot-widget,
.product .product__info-wrapper .trustpilot-widget-block .trustpilot-widget {
  position: absolute !important;
  left: -25px;
}
.product-card-wrapper .trustpilot-widget iframe {
  position: absolute !important;
  left: -15px;
}

/* Why Joga Table */
.why-joga-table-sec .container {
  max-width: 1260px;
}
.why-joga-table-sec .sectitle span {
  color: #ffca33;
  color: #fff201;
  display: block;
}
.why-joga-table-sec .sec-head {
  width: 470px;
}
.why-joga-table-sec h2.sectitle {
  line-height: 60px;
  letter-spacing: -2px;
}
.why-joga-table-sec .button-container {
  margin-top: 40px;
}
.why-joga-table-sec .why_table_wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.why-joga-table-sec .why-table-main .why-table-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.why-table-main .why-table-row .why-table-col:first-child {
  background: #00b06a;
}
.why-table-main .why-table-header .why-table-row .why-table-col:first-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.why-table-main .why-table-header .why-table-row .why-table-col {
  height: 120px;
}
.why-table-main .why-table-row .why-table-col:last-child {
  background: #f9f9f9;
}
.why-table-main .why-table-header .why-table-row .why-table-col:last-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.why-joga-table-sec .why-table-col.table_first_col img.table_yellow_img {
  width: 100%;
  max-width: 100px;
}
.why-joga-table-sec .why-table-main .why-table-row .why-table-col {
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: 20px;
}
.why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
  width: 85px;
  position: absolute;
  top: 12px;
  left: 40px;
}
.why-joga-table-sec .why-table-col .table_img_block {
  position: relative;
  top: -70px;
}
.why-joga-table-sec .why-table-col img.table_logo_img {
  margin-top: 15px;
  width: 110px;
}
.table_third_img_block .table_white_circle {
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  border-radius: 100%;
  border: 1px solid #000;
  display: block !important;
}
.table_third_col .table_third_img_block img.other_product_img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.table_third_img_block {
  position: relative;
  top: -70px;
  left: 30px;
  display: table;
}
.table_third_img_block strong {
  color: #000;
  font-size: 24px;
}
.why-joga-table-sec
  .why-table-main
  .why-table-body
  .why-table-row
  .why-table-col:nth-child(2) {
  border-top: 1px solid #ffffff30;
  width: 100% !important;
  max-width: 100%;
}
.why-table-col.why-table-player.position-relative:nth-child(2) {
  max-width: 100% !important;
}
.why-table-footer .why-table-row .why-table-col:nth-child(2) {
  width: 100%;
  max-width: 100%;
}
.why-table-main .why-table-row.why-table-col {
  padding: 20px;
}
.why-table-main
  .why-table-body
  .why-table-row
  .why-table-col
  .why-table-content-wrapper {
  max-width: 200px;
  margin: 0 auto;
}
.why-table-main .why-table-row .why-table-col .why-table-content-wrapper img {
  width: 100%;
  max-width: 38px;
  margin-bottom: 10px;
}
.why-table-main .why-table-row .why-table-col {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.why-table-main .why-table-footer .why-table-row .why-table-col {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0;
  display: block;
}
.why-table-main .why-table-footer .why-table-row .why-table-col {
  height: 22px;
}
.mobile_show_btn {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .why-joga-table-sec h2.sectitle {
    font-size: 54px;
    line-height: 48px;
  }
  .why-joga-table-sec .title_content_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1240px) {
  .why-joga-table-sec h2.sectitle {
    font-size: 50px;
    line-height: 44px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.table_yellow_img {
    max-width: 90px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
    width: 75px;
  }
  .why-joga-table-sec .why-table-col img.table_logo_img {
    margin-top: 10px;
    width: 90px;
  }
  .table_third_img_block .table_white_circle {
    width: 90px;
    height: 90px;
  }
  .table_third_col .table_third_img_block img.other_product_img {
    width: 75px;
    height: 75px;
  }
  .table_third_img_block strong {
    font-size: 20px;
  }
  .why-joga-table-sec .why-table-main .why-table-row .why-table-col {
    max-width: 190px;
  }
  .why-table-main .why-table-row .why-table-col .why-table-content-wrapper img {
    max-width: 28px;
    margin-bottom: 0px;
  }
  .why-table-main .why-table-row .why-table-col {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1240px) {
  .why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
    left: 25px;
  }
  .table_third_img_block {
    left: 14px;
  }
  .why-table-main .why-table-header .why-table-row .why-table-col {
    height: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .why-joga-table-sec h2.sectitle {
    font-size: 45px;
    line-height: 40px;
  }
  .why-joga-table-sec .sec-head {
    width: 330px;
  }
  .table_third_img_block {
    left: 24px;
  }
  .why-joga-table-sec .button-container {
    margin-top: 30px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.table_yellow_img {
    max-width: 80px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
    width: 65px;
    left: 32px;
  }
  .why-joga-table-sec .why-table-col img.table_logo_img {
    width: 75px;
  }
  .table_third_img_block .table_white_circle {
    width: 80px;
    height: 80px;
  }
  .table_third_col .table_third_img_block img.other_product_img {
    width: 65px;
    height: 65px;
  }
  .table_third_img_block strong {
    font-size: 16px;
  }
  .why-table-main .why-table-header .why-table-row .why-table-col {
    height: 80px;
  }
  .why-joga-table-sec .why-table-main .why-table-row .why-table-col {
    max-width: 150px;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .why-joga-table-sec .why-table-col .table_img_block,
  .table_third_img_block {
    top: -60px;
  }
}

@media only screen and (max-width: 820px) {
  .why-joga-table-sec h2.sectitle {
    font-size: 40px;
    line-height: 36px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
    width: 50px;
    left: 22px;
  }
  .table_third_img_block .table_white_circle {
    width: 70px;
    height: 70px;
  }
  .table_third_col .table_third_img_block img.other_product_img {
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.table_yellow_img {
    max-width: 70px;
  }
  .why-joga-table-sec .why-table-main .why-table-row .why-table-col {
    padding: 10px;
    max-width: 115px;
  }
  .why-table-main .why-table-row .why-table-col {
    font-size: 12px;
    line-height: 16px;
  }
  .why-joga-table-sec .why-table-col img.table_logo_img {
    width: 55px;
    margin-top: 6px;
  }
  .why-table-main .why-table-row .why-table-col .why-table-content-wrapper img {
    max-width: 20px;
  }
  .table_third_img_block {
    left: 16px !important;
  }
  .why-table-footer .why-table-row .why-table-col:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  .why-table-main .why-table-header .why-table-row .why-table-col {
    height: 60px;
  }
  .why-joga-table-sec .why-table-col .table_img_block,
  .table_third_img_block {
    top: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .why-joga-table-sec .sectitle span {
    display: block;
    font-size: 45.189px;
    letter-spacing: -2.711px;
  }
  .why-joga-table-sec h2.sectitle {
    font-size: 36.151px;
    text-align: center;
    letter-spacing: -2.169px;
    line-height: 35px;
  }
  .why-joga-table-sec .why-table-main .why-table-row .why-table-col {
    font-size: 14px;
    line-height: 18px;
  }
  .mobile_show_btn {
    display: flex;
    width: 100%;
    margin: 5px auto;
  }
  .desktop_show_btn {
    display: none;
  }
  .why-joga-table-sec .sec-head {
    width: 100%;
  }
  .why-joga-table-sec .why_table_wrapper {
    margin-top: 70px;
    max-width: 380px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
    left: 22px;
  }
  .table_third_col .table_third_img_block img.other_product_img {
    top: 10px;
    left: 10px;
  }
  .why-table-col.why-table-player.position-relative:nth-child(2) {
    max-width: 100%;
  }
  .why-table-footer .why-table-col:nth-child(2) {
    max-width: 100% !important;
  }
  .why_table_wrapper .why-table-header {
    margin: 0 auto;
  }
  .why-joga-table-sec
    .why-table-main
    .why-table-body
    .why-table-row
    .why-table-col:nth-child(2) {
    max-width: 100%;
  }
  .why-table-main .why-table-header .why-table-row .why-table-col {
    border-top-right-radius: 9px !important;
    border-top-left-radius: 9px !important;
  }
  .why-table-main .why-table-footer .why-table-row .why-table-col {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .why-joga-table-sec .title_content_block {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .why-table-main .why-table-row .why-table-col .why-table-content-wrapper img {
    max-width: 20px;
  }
  .why-joga-table-sec .why_table_wrapper {
    max-width: 320px;
    margin-top: 70px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.table_yellow_img {
    max-width: 60px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
    left: 16px;
    top: 8px;
  }
  .table_third_img_block .table_white_circle {
    width: 60px;
    height: 60px;
  }
  .table_third_col .table_third_img_block img.other_product_img {
    top: 5px;
    left: 5px;
  }
  .why-joga-table-sec .why-table-col img.table_logo_img {
    width: 55px;
  }
  .why-joga-table-sec .why-table-col .table_img_block,
  .table_third_img_block {
    top: -45px;
  }
  .table_third_img_block strong {
    font-size: 12px;
  }
  .why-joga-table-sec .why-table-row .why-table-col .table_third_img_block {
    left: 10px !important;
  }
  .why-joga-table-sec .why-table-main .why-table-row .why-table-col {
    max-width: 100px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .why-table-col.why-table-player.position-relative:nth-child(2) {
    max-width: 100% !important;
  }
}

/*  TTP Section */
.ttp-technology-sec .yellow_image_circle {
  background-image: url(https://cdn.shopify.com/s/files/1/0621/1996/8964/files/superior-grip-yellow-image.png?v=1721641658);
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}
.ttp-technology-sec img.yellow_inner_image {
  width: 440px;
  height: 440px;
  border-radius: 100%;
}
.ttp-technology-sec .sec-head {
  width: 100%;
  max-width: 620px;
}
.ttp-technology-sec .secdesc {
  margin-top: 37px;
}
.ttp-technology-sec h2.sectitle {
  font-size: 48px;
  line-height: 42px;
  letter-spacing: -2px;
  margin-top: 5px;
}
.ttp-technology-sec h5.sub-sectitle {
  font-size: 28px;
  line-height: normal;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.ttp-technology-sec h2.sectitle span {
  color: #ffca33 !important;
  color: #fff201 !important;
}
.ttp-technology-sec .secdesc strong {
  color: #ffca33;
  color: #fff201;
}
.ttp-technology-sec .secdesc p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}
.technology_mobile_text {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .ttp-technology-sec .sec-head {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ttp-technology-sec .sec-head h6 {
    font-size: 44px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .ttp-technology-sec .sec-head h6 {
    font-size: 40px;
    line-height: 34px;
  }
  .ttp-technology-sec .secdesc {
    margin-top: 25px;
  }
  .ttp-technology-sec .yellow_image_circle {
    width: 500px;
    height: 500px;
  }
  .ttp-technology-sec img.yellow_inner_image {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 999px) {
  .ttp-technology-sec .sec-head h6 {
    font-size: 34px;
    line-height: 28px;
  }
  .ttp-technology-sec h2.sectitle {
    font-size: 44px;
    line-height: 38px;
    margin-top: 15px;
  }
  .ttp-technology-sec .yellow_image_circle {
    width: 390px;
    height: 390px;
  }
  .ttp-technology-sec img.yellow_inner_image {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .ttp-technology-sec .yellow_image_circle {
    width: 280px;
    height: 280px;
  }
  .ttp-technology-sec img.yellow_inner_image {
    width: 230px;
    height: 230px;
  }
  .ttp-technology-sec .sec-head h6 {
    font-size: 20px;
    line-height: 18x;
  }
  .ttp-technology-sec h2.sectitle {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -1.2px;
  }
  .ttp-technology-sec .secdesc p {
    font-size: 14px;
    line-height: 19px;
  }
  .ttp-technology-sec .sec-head {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ttp-technology-sec .sectitle span {
    font-size: 40px;
    display: block;
    letter-spacing: -2.4px;
  }
}

@media only screen and (max-width: 575px) {
  section.ttp-technology-sec {
    text-align: center;
  }
  .ttp-technology-sec .yellow_image_circle {
    width: 310px;
    height: 310px;
  }
  .ttp-technology-sec img.yellow_inner_image {
    width: 250px;
    height: 250px;
  }
  .ttp-technology-sec .sec-head {
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
  .ttp-technology-sec .secdesc p {
    font-size: 12px;
    line-height: 16px;
  }
  .technlogy_desktop_text {
    display: none;
  }
  .technology_mobile_text {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ttp-technology-sec .yellow_image_circle {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .ttp-technology-sec .secdesc {
    margin-top: 0px;
  }
}

.cart__warnings .button,
.cart-drawer__empty-content .button {
  border-radius: 100px;
  padding: 10px 20px 13px 20px;
  font-weight: 600;
  letter-spacing: 0;
  height: unset;
  line-height: normal;
}

.template-search__header h1 {
  font-size: 64px;
  letter-spacing: -3.84px;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 767px) {
  .template-search__header h1 {
    font-size: 36px;
    letter-spacing: -1.77px;
  }
}

/* Text Ticker CSS */
.tickerslider {
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  gap: 10px;
}
.text-ticker-sec {
  overflow: hidden;
}
.ticker-container {
  gap: 100px;
  /* overflow: hidden; */
}
.tickertext-wrapper-container {
  flex-shrink: 0;
  gap: 100px;
  white-space: nowrap;
  overflow: hidden;
  /* animation: scrolling-left-to-right 20s linear infinite; */
}
.tickerslider .tickericon,
.tickerblock .tickericon {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 767px) {
  .tickertext-wrapper-container br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tickerblock .text {
    line-height: normal;
    font-size: 12px;
    max-width: 100px;
    margin-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .mobilelist .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .mobilelist .row .col-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.junior_video {
  text-align: center;
}
.junior_video img {
  width: 100%;
}
.shopify-policy__container {
  max-width: 1100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mobile-video-joga-slider-play-position {display: none;}
.top-announcement-bar .textslidercont,
.top-announcement-bar .progress_remain {
  font-family: var(--font-heading-family);
  line-height: normal;
}
.top-announcement-bar .textslidercont {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.top-announcement-bar .textslider > div {
  min-height: 37px;
  width: 100%;
}
.top-announcement-bar .textslider {
  width: 100%;
}
.why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
}
body .drawer__inner {
  overflow: scroll;
}
body cart-drawer-items {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .top-announcement-bar .textslidercont {
    font-size: 13px;
  }
  .why-joga-table-sec .why-table-col.table_first_col img.joga_product_img {
    width: 30px;
    top: 15px;
  }
  .video-joga-slider-play-position {display: none;}
  .mobile-video-joga-slider-play-position {display: block; position: relative;}
}
#kopstormswatches .cust_swatches img {
  object-fit: cover;
  object-position: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}
predictive-search .spinner {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
}
#kopstormswatches legend.radio__legend {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.options_flex {
  display: flex;
  flex-wrap: wrap;
}
.option_item input {
  display: none;
}
.options_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px 0;
}
.option_item label {
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 5%);
  padding: 5px 10px;
  font-size: 12px;
}
.option_item input:checked + label {
  border-color: #000;
}
label.option_name_free {
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
  display: block;
}

.collection_drawer .card.card--standard.card--media,
.collection_drawer .card.card--standard.card--media .card__inner {
  --ratio-percent: 125% !important;
}
body cart-drawer-items {
  overflow: auto;
  min-height: 50vh;
}
.cart__ctas {
  padding-bottom: 15px;
}
body .standard.totals {
  display: none;
}
.static_trustpilot_stars img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

legend.form__label div#KiwiSizingChart {
  display: none;
}
.variants_main_relative {
  position: relative;
  margin: 0 auto !important;
}
.suize_absolute_custom {
  position: absolute;
  top: -5px;
  right: 0;
  line-height: 1;
}
.suize_absolute_custom span._ks_text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}
body .product-form .product-form__buttons .pdp-atc-block,
body #zakeke-product-button {
  //background: #FFCA33;
  //color: #000;
}

body .product-form .product-form__buttons .pdp-atc-block:hover,
body #zakeke-product-button:hover {
  //background: #000;
  //color: #000;
}
.featured-tab-row .tab-title {
  cursor: pointer;
}
.option_item label {
  cursor: pointer;
}
.center.timer_custom_top {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
.countdown {
  font-weight: 500;
}
.center.timer_custom_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .sticky_button .shopify-payment-button {
    display: none;
  }
  .sticky_button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    backdrop-filter: blur(2px);
    z-index: 3;
    opacity: 1;
    transition: all 0.5s ease;
  }
  .sticky_button.animate_sticky {
    //opacity: 1;
  }
  .product__info-wrapper.grid__item {
    transform: unset !important;
    opacity: 1 !important;
    animation: unset !important;
  }

  .suize_absolute_custom span._ks_text {
    font-size: 12px;
    line-height: 16px;
  }
  .product-form .product-form__buttons .pdp-atc-block {
    min-height: 46px !important;
  }
  body #zakeke-product-button {
    min-height: 46px;
    padding: 0;
  }
  .center.timer_custom_top {
    font-size: 14px;
  }
  body.template_collection .logo-box .seenlogo {
    min-width: 60px;
  }
  body.template_collection .facets-container {
    display: none;
  }
  body.template_collection aside#main-collection-filters {
    padding-bottom: 20px;
  }
}

/* 08/08/2024 */
ul#product-grid .trustpilot-widget {
  display: none;
}
button#checkout {
  min-height: 58px;
  border-radius: 100px;
}

.footer__column.footer__localization.isolate {
  max-width: fit-content;
}
form#FooterCountryForm {
  padding: 0;
}
h2#FooterCountryLabel {
  display: none;
}
button.disclosure__button {
  margin: unset !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 35px;
  font-size: 14px;
  line-height: 1 !important;
  height: auto;
}
/*
.footer-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}*/
.footer__localization h2 {
  display: none;
}
form#FooterLanguageForm {
  padding: 0;
}
h2#FooterCountryLabel {
  display: none;
}
.shopify-payment-button {
  display: none;
}

@media (max-width: 768px) {
  /*.footer-2 {
    flex-direction: column;
    gap: 10px;
}*/
}

/* 09/08/2024 */
.custom_drawer_trustpilot img {
  max-width: 100%;
  width: 200px;
}
.custom_drawer_trustpilot {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}
body .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .footer-2 {
  padding: 0;
}
body .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  border: unset;
}
selector[data-type="lsn-switchers"] {
  white-space: nowrap;
}
.custom_payments_dynamic ul {
  justify-content: center;
  /* margin-bottom: 0; */
}
.product__info-wrapper .payment-icon-block img {
  display: none;
}
.localization-form {
  white-space: nowrap;
}
.localization-form__currency {
  opacity: 1 !important;
}
.disclosure__link span.country {
  display: none;
}
ul.list-unstyled.popular-countries + ul {
  display: none;
}
.country-filter,
div#sr-country-search-results {
  display: none !important;
}
.country-selector__list--with-multiple-currencies {
  width: auto !important;
  padding-bottom: 0 !important;
}
.footer-2 img {
  display: none;
}
.flex-div-2 {
  display: flex;
  align-items: center;
}

@media (min-width: 989px) {
  .header_left_icons {
    display: none;
  }
  .localization-selector + .disclosure__list-wrapper {
    bottom: unset !important;
    top: 100% !important;
  }
  .desktop_only_switcher {
    display: flex;
    align-items: center;
  }
}

/* body .menu-drawer {
  transform: translate(-100%);
} */

@media (max-width: 989px) {
  .desktop_only_switcher {
    display: none;
  }
  body li.copyright-text {
    padding-left: 20px;
  }
  body .mobile_only_switcher {
    padding-left: 15px;
  }
  body .section-header .header-wrapper .page-width {
    display: grid;
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
  }
  body .search-modal__form input#Search-In-Modal {
    outline: unset;
    box-shadow: unset;
    background: unset;
  }
  body .search-modal__form input#Search-In-Modal + label {
    display: none;
  }
  body .menu-drawer__inner-container .list-main-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .menu-drawer__menu-item > .icon-arrow {
    right: 15px;
  }
  .header_left_icons {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header__icons.\36 85 .header-small-show {
    display: none;
  }
  .header-small-show {
    display: flex;
  }
  body .section-header .header-wrapper .header__heading {
    justify-self: center;
  }
  body .header > .header__heading-link {
    margin-left: auto;
    margin-right: auto;
  }

  /* .menu-drawer__navigation .mega-menu__list-collection-block {
    display: none;
  } */
}

@media (max-width: 768px) {
  body .footer-inner:first-child {
    padding-top: 0;
  }
  body .footer-sec .footer-inner h3 {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: unset;
  }
  h3.footer-content-color:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    transition: all 0.5s ease;
  }
  body .footer-sec .footer-inner h3 + ul {
    display: none;
    padding-bottom: 20px;
    padding-top: 0;
  }
  h3.footer-content-color:after {
    background: #ffffff1a;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-inner.footer_menu {
    border-bottom: 1px solid #fff;
  }
  body .footer-sec .footer-inner h3.active:after {
    transform: rotate(-180deg);
  }
  body .footer-bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    text-align: left !important;
    font-size: 12px;
  }

  .footer-2 {
    width: 100%;
  }
  .footer-2 img {
    max-width: 100%;
  }
  .custom_payments_dynamic ul li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .custom_payments_dynamic ul svg {
    max-width: 30px;
  }
}

@media (min-width: 989px) {
  html[language="fr"] .header__inline-menu li.link-block {
    padding: 0 15px;
  }
  html[language="fr"] .header-wrapper .header__icons .search .field__label {
    //font-size: 12px;
    //line-height: 24px;
  }
  html[language="nl"] .header__inline-menu li.link-block {
    padding: 0 20px;
  }
  .localization-selector.link {
    padding-left: 10px;
  }
  .header-small-hide.search-modal__content.search-modal__content-bottom {
    padding-left: 10px;
    min-width: 250px;
  }
}

@media (max-width: 915px) {
  .product-media-container.media-type-video
    modal-opener.product__modal-opener.product__modal-opener--video {
    display: none;
  }
  /* body .menu-drawer__inner-submenu .menu-drawer__menu-subitem {
    padding-left: 20px;
  } */
}

/* 14/08/2024 */
.price.price--large span.price-item.price-item--sale.price-item--last {
  font-weight: bold;
}
.card-information .price--on-sale .price__sale {
  display: flex;
  flex-direction: row-reverse;
}
.price--on-sale .price__sale {
  flex-wrap: wrap;
}
.custom_payments_dynamic ul svg {
  max-width: 35px;
  height: auto;
}
@media (max-width: 915px) {
  product-recommendations .price-item.price-item--regular {
    font-size: 11px !important;
  }
  product-recommendations .price-item.price-item--sale.price-item--last {
    font-size: 14px;
    font-weight: 700;
  }
  .custom_payments_dynamic ul svg {
    max-width: 30px;
    height: auto;
  }
}

/* 21/08/2024 */
.custom_drawer_products_item_left img {
  max-width: 100%;
}
.custom_drawer_products_item {
  max-width: 70%;
  width: 100%;
  min-width: 275px;
}
.custom_drawer_products {
  max-width: calc(100% + 20px);
  width: calc(100% + 20px);
  overflow-x: scroll;
}
.custom_drawer_products_item_flex {
  display: flex;
  align-items: center;
}
.custom_drawer_products_item_left {
  max-width: 65px;
}
.custom_drawer_products_item_left img {
  border: 1px solid #0000004a;
  padding: 2px;
  border-radius: 6px;
  display: block;
}
.custom_drawer_products_item_right {
  max-width: calc(100% - 65px);
  width: 100%;
  padding-left: 15px;
}
.custom_drawer_products_item_title {
  text-decoration: none;
  display: block;
  font-family: Helvetica Neue;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
}
.custom_drawer_products_item_price {
  font-family: "Helvetica Neue";
  color: #ff0000;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 15px;
}
.custom_drawer_products_item_price s {
  color: rgba(var(--color-foreground), 0.75);
  font-weight: 300;
}

span.add_to_cart_ajax.custom_drawer_button {
  background: #ffca33;
  background: #fff201;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  border-radius: 100px;
  cursor: pointer;
}
span.add_to_cart_ajax.custom_drawer_button {
  background: #ffca33;
  background: #fff201;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 5px;
  border-radius: 100px;
  cursor: pointer;
  align-items: center;
}
.custom_drawer_products_item_buy_box_left {
  max-width: calc(100% - 15px);
  width: 100%;
}
.custom_drawer_products_item_buy_box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.custom_drawer_products_item_buy_box_left select {
  width: 100%;
  font-size: 12px;
  padding: 5px;
}
.custom_drawer_products_flex {
  min-width: fit-content;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
.custom_drawer_products::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 100px;
}
.custom_drawer_products::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom_drawer_products::-webkit-scrollbar {
  height: 5px;
  border-radius: 100px;
}
.collection_drawer .swiper-container.slider_collection {
  display: none;
}
.custom_drawer_products {
  padding-top: 10px;
}
.custom_drawer_products_item_title {
  line-height: 1.2;
  font-weight: 600;
  font-size: 14px;
}
.custom_drawer_products_item_price {
  font-size: 13px;
}
.custom_drawer_products_item_buy_box_left select {
  appearance: none;
  background: url(https://cdn.shopify.com/s/files/1/0621/1996/8964/files/down_1.png?v=1724237711);
  background-size: 10px;
  background-position: 95% center;
  background-repeat: no-repeat;
}
.custom_drawer_products_item_buy_box_left select {
  background-color: transparent;
  padding: 5px;
  border: 1px solid #0000007a;
  border-radius: 0;
  color: #000;
}
.custom_drawer_products {
  padding-bottom: 10px;
}
span.add_to_cart_ajax.custom_drawer_button:hover {
  background: #000;
  color: #fff;
}
.custom_drawer_products_flex {
  align-items: center;
}
.custom_drawer_products_item_buy_box_left select {
  .custom_drawer_products_item_title {
    font-size: 13px;
    line-height: 1;
  }

  .custom_drawer_products_item_price {
    font-size: 12px;
  }
  span.add_to_cart_ajax.custom_drawer_button {
    font-size: 12px;
    padding: 4px 10px;
  }
  .custom_drawer_products_item_buy_box_left select {
    font-size: 10px;
  }
  body cart-drawer-items {
    min-height: 30vh;
  }
  padding-right: 15px;
}
.free_product_js select {
  display: block !important;
  padding: 5px;
  border: 1px solid #0000007a;
  border-radius: 0;
  color: #000;
  appearance: none;
  background: url(https://cdn.shopify.com/s/files/1/0621/1996/8964/files/down_1.png?v=1724237711);
  background-size: 10px;
  background-position: 95% center;
  background-repeat: no-repeat;
  font-size: 12px;
  width: 100%;
}
.free_product_js label,
.free_product_js .options_flex {
  display: none !important;
}
div#CartDrawer-CartErrors {
  display: none !important;
}

.product-form__buttons button.quantity__button {
  height: 47px !important;
  width: 30px;
}
.product-form__buttons {
  flex-direction: row-reverse !important;
  align-items: center;
}
.product-form__buttons quantity-input.quantity {
  width: 100%;
}
.product-form__buttons .product-form__input.product-form__quantity {
  max-width: 120px;
  min-width: unset !important;
  margin-bottom: 0 !important;
}
.complementary-slide.complementary-slide--standard > ul {
  display: flex;
  flex-direction: row;
}
.complementary-products__container h2.h3.accordion__title {
    font-size: 18px;
    font-family: var(--font-body-family);
    font-weight: 400;
    max-width: 100%;
}
.below-cart .custom_drawer_products_item {
  max-width: 100%;
  width: 100%;
  min-width: unset;
}
.below-cart .custom_drawer_products_item_right {
  padding: 10px 0;
  padding-bottom: 0;
}
.below-cart .custom_drawer_products_item_flex {
  display: block;
}
.below-cart .custom_drawer_products_item_left {
  max-width: 100px;
}
.below-cart .custom_drawer_products_item_buy_box {
  display: block;
}
.below-cart .custom_drawer_products_item_buy_box_left {
  padding-bottom: 5px;
}
.below-cart span.add_to_cart_ajax.custom_drawer_button {
  background: #ffca33;
  background: #fff201;
  color: #000;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  padding: 7px 5px;
  border-radius: 100px;
  cursor: pointer;
  align-items: center;
}
.below-cart .custom_drawer_products_item_right {
  max-width: 100%;
}
.below-cart .custom_drawer_products_item {
  padding: 10px 15px 25px;
  background: #f7f7f7;
  border-radius: 10px;
}
.below-cart .custom_drawer_products_item_left img {
  border: unset;
  padding: 0px;
}
.below-cart .custom_drawer_products_item_buy_box-right {
  margin-top: 10px;
}

.product-form__buttons .product-form__input.product-form__quantity {
  display: none;
}
.custom_pro-grip-socks-temp
  .product-form__buttons
  .product-form__input.product-form__quantity,
.custom_grip-socks-temp
  .product-form__buttons
  .product-form__input.product-form__quantity {
  display: flex;
  border-radius: 100px;
  border: 1px solid;
}
.custom_pro-grip-socks-temp .product-form__buttons,
.custom_grip-socks-temp .product-form__buttons {
  flex-direction: row !important;
  align-items: center;
}
.quantity:after {
  display: none;
}
.custom_pro-grip-socks-temp .product-form__buttons button.quantity__button,
.custom_grip-socks-temp .product-form__buttons button.quantity__button {
  height: 60px !important;
}
.below-cart .list-unstyled li {
  width: 50%;
}
.below-cart .custom_drawer_products_item_title {
  min-height: 35px;
}

@media (max-width: 915px) {
  body .product__info-container .radio__legend__label {
    font-size: 12px;
  }
  .sticky_button .product-form__input.product-form__quantity {
    display: none !important;
  }
  .complementary-slide.complementary-slide--standard > ul {
    flex-wrap: wrap;
  }
  .below-cart .complementary-slide.complementary-slide--standard > ul {
    flex-wrap: nowrap;
  }
  .below-cart .custom_drawer_products_item_buy_box_left {
    width: 70%;
  }
  .below-cart .summary__title {
    text-align: center;
  }
  .below-cart .custom_drawer_products_item_right {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
  }
  .below-cart span.add_to_cart_ajax.custom_drawer_button {
    font-size: 12px;
    padding: 0px 10px;
  }
  .below-cart .custom_drawer_products_item_title {
    font-weight: 500;
    font-size: 12px;
  }
  .below-cart .custom_drawer_products_item_price {
    font-size: 13px;
    padding: 5px 0;
  }
  .product-form .product-form__buttons {
    max-width: 100%;
    display: block;
  }
  .product-form__buttons .product-form__input.product-form__quantity {
    max-width: 85px;
  }
  . .custom_pro-grip-socks-temp .product-form .product-form__buttons,
  .custom_grip-socks-temp .product-form .product-form__buttons {
    display: flex;
  }
  .custom_pro-grip-socks-temp .product-form__buttons button.quantity__button,
  .custom_grip-socks-temp .product-form__buttons button.quantity__button {
    height: 46px !important;
  }
  .custom_related_slick_slider .collection_cart_button {
    min-height: auto; 
  }
}
.below-cart .custom_drawer_products_item {
  height: 100%;
}
.below-cart .custom_drawer_products_item_flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.below-cart .custom_drawer_products_item_title {
  min-height: unset;
}
.below-cart .custom_drawer_products_item_buy_box_left {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.below-cart .custom_drawer_products_item_price {
  justify-content: center;
}
.below-cart .summary__title {
  text-align: center;
}
.sitebtn.quick-add__submit {
  padding: 15px 20px;
  margin-top: 10px;
}
ul.custom_related_slick_slider {
  list-style: none;
  padding: 0;
  display: flex;
    /* justify-content: center; */
    /* margin-left: -10px;
    margin-right: -10px; */
}

.complementary-products ul.custom_related_slick_slider {
  list-style: none;
  padding: 0;
  display: flex;
     justify-content: center; 
     margin-left: -10px;
    margin-right: -10px; 
  margin-top:0;
}
ul.custom_related_slick_slider:not(.slick-initialized) {
  display: flex;
}
ul.custom_related_slick_slider:not(.slick-initialized)
  .custom_related_slick_slider_item:nth-child(4)
  ~ .custom_related_slick_slider_item {
  display: none !important;
}
ul.custom_related_slick_slider li.custom_related_slick_slider_item {
  padding: 10px;
}
ul.custom_related_slick_slider:not(.slick-initialized)
  li.custom_related_slick_slider_item {
  max-width: 25%;
  width: 100%;
  padding: 0 5px;
}

.card-wrapper.product-card-wrapper.custom_button
  .card--standard
  > .card__content
  .card__information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-information .price--on-sale .price__sale {
  align-items: center;
}
.card-wrapper.product-card-wrapper.custom_button
  .card--standard
  > .card__content
  .card__information {
  width: 100%;
}
ul.custom_related_slick_slider
  .slick-track
  li.custom_related_slick_slider_item {
  height: inherit !important;
}
ul.custom_related_slick_slider .slick-track {
  display: flex !important;
}
.price__container .price__regular span.price-item.price-item--regular {
  color: #000 !important;
  font-size: 16px !important;
}
.card-information .price--on-sale .price__sale > span {
  display: inline-flex;
}

.card-wrapper.product-card-wrapper.custom_button .card__heading {
  min-height: unset;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-information > .price {
  display: inline-flex;
}

.card-short_description {
  display: none;
}
.card-wrapper.product-card-wrapper.custom_button .sitebtn.quick-add__submit {
  margin-top: 0;
  border-radius: 0;
}
body .product-grid-container .collection .card__inner,
body .related-products .card__inner {
  border-radius: 0;
}
.card-wrapper.product-card-wrapper.custom_button .card-information > .price {
  margin-top: 0 !important;
}
.card-wrapper.product-card-wrapper.custom_button
  .card--standard
  > .card__content
  .card__information {
  padding-top: 0;
}
.card-wrapper.product-card-wrapper.custom_button .sitebtn.quick-add__submit {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #000;
  font-weight: bold;
}
button#CartDrawer-Checkout,
div#CartDrawer span.add_to_cart_ajax.custom_drawer_button {
  background: #000;
  color: #fff;
}
button#CartDrawer-Checkout:hover,
div#CartDrawer span.add_to_cart_ajax.custom_drawer_button:hover {
  background: #ffca33;
  background: #fff201;
  color: #000;
  border-color: #ffca33;
  border-color: #fff201;
}
body div#tm_cart .logo_img img {
  width: 40px !important;
  height: auto !important;
}
body div#tm_cart .logo_img {
  flex: 0 0 40px;
}
.custom_trustpilot_collection_logo {
  background-color: #00b67a;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  padding: 5px 6px;
  width: 70px;
}
.treview_count_custom {
  background-color: #fff;
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-bottom-right-radius: 2px;
  border-left: none;
  border-top-right-radius: 2px;
  color: #727273;
  font-size: 12px;
  padding: 0px 5px;
  white-space: nowrap;
  height: 24.27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom_trustpilot_collection {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 0;
  margin-bottom: 5px;
  margin-top: 10px;
}
.collection_cart_button {
  border-radius: 0;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  margin-top: -1px;
}
.treview_count_custom * {
  line-height: 0;
}
.product_option_select select {
  width: 100%;
  background: #fff;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 5px;
  cursor: pointer;
  margin-top: -1px;
  appearance: none;
  border: 1px solid #000;
  position: relative;
  white-space: break-spaces;
  line-height: normal;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.product_option_select select option[selected] {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.product_option_select select option {
  background: #fff;
  color: #000;
  text-align: left;
  color: #00;
}
.loading_hk {
  font-size: 0 !important;
}
.loading_hk:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://cdn.shopify.com/s/files/1/0621/1996/8964/files/loading.webp?v=1727341312);
  background-size: contain;
  background-repeat: no-repeat;
}
ul#product-grid .custom_trustpilot_collection {
  opacity: 0;
  height: 10px;
  margin: 0;
}
.product_option_select {
  display: block;
  position: relative;
}

.product_option_select select {
  min-height: 43.38px;
}
.product_option_select select,
.collection_cart_button {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 59px;
  font-weight: bold;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdp-slide .product_option_select select,
.pdp-slide .collection_cart_button {
  height: 50px;
  padding: 1.5rem 0;
}
 /* .pdp-slide .custom_related_slick_slider_item .collection_cart_button {
    height: auto;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
    background: #000000;
    color: #fff;
    border-radius: 7px;
    margin-top: 10px;
   min-width: 100%;
} */
 .complementary-products .custom_related_slick_slider_item .collection_cart_button {
    height: auto;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
    background: #000000;
    color: #fff;
    border-radius: 7px;
    margin-top: 10px;
   min-width: 100%;
   order: 3;
}
 
.pdp-slide .card-wrapper.product-card-wrapper.custom_button
  .card--standard
  > .card__content
  .card__information {padding: 0;}
.pdp-slide .custom_related_slick_slider {justify-content: center;}
.ajax_open_dropdown {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}
.product_option_select select option[selected] {
  color: transparent !important;
}
.product_option_select select {
  background: transparent;
}
.product_option_select select {
  color: transparent;
}

@media (max-width: 915px) {
  ul.custom_related_slick_slider:not(.slick-initialized)
    .custom_related_slick_slider_item:nth-child(2)
    ~ .custom_related_slick_slider_item {
    display: none !important;
  }
  ul.custom_related_slick_slider:not(.slick-initialized)
    li.custom_related_slick_slider_item {
    max-width: 50%;
    width: 100%;
    padding: 0 5px;
  }
  .card-wrapper.product-card-wrapper.custom_button
    .card:not(.ratio)
    > .card__content {
    max-width: 100% !important;
    display: flex;
  }
  .sitebtn.quick-add__submit {
    margin-top: 10px;
    padding: 10px 5px;
  }
  .price__container .price__regular span.price-item.price-item--regular {
    font-size: 14px !important;
  }
  body .product-grid-container .collection .price .price-item,
  body .product-grid-container .collection s.price-item.price-item--regular {
    font-size: 14px;
  }
  product-recommendations .price-item.price-item--regular {
    font-size: 14px !important;
  }
  product-recommendations .price-item.price-item--sale.price-item--last {
    font-size: 14px;
  }

  product-recommendations
    .price__container
    .price__regular
    span.price-item.price-item--regular {
    font-size: 14px !important;
  }
  .product_option_select select {
    font-size: 14px;
    padding: 13.7px 5px;
  }
  .collection_cart_button {
    min-height: 43.2px;
  }
  .custom_trustpilot_collection_logo {
    width: 57px;
    padding: 3px;
  }
  .treview_count_custom {
    font-size: 8px;
    height: 18.7px;
    padding: 0 4px;
  }
  .custom_trustpilot_collection_logo {
    width: 57px;
    padding: 3px;
  }
  .treview_count_custom {
    font-size: 8px;
    height: 18.7px;
    padding: 0 4px;
  }

  .product_option_select select,
  .collection_cart_button {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 43px;
  }

  ul#product-grid .custom_trustpilot_collection {
    height: 5px;
  }
  product-recommendations .card__information .card__heading a,
  ul#product-grid .card__information .card__heading a {
    font-size: 14px !important;
  }
}

.product__info-container .price-item--sale,
.card-information .price-item--sale {
  /* color: #ffca33 !important;
  color: #FF0E00 !important; */
}
.product__info-container .price__badge-sale {
  /* background: #ffca33 !important;
  background: #FF0E00 !important; */
}

.custom_under_button_text {
  background: #00B06A;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  padding: 20px 10px;
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
}
.custom_under_button_text strong {color: #000;}
body .product-form .product-form__buttons .pdp-atc-block:hover {
  /* background: #ffca33;
  background: #FF0E00;
  color: #000; */
}
body button#CartDrawer-Checkout:hover,
div#CartDrawer span.add_to_cart_ajax.custom_drawer_button:hover {
  background: #ffca33;
  background: #fff201;
  color: #000;
  border-color: #ffca33;
  border-color: #fff201;
}
.sectitle span {
  color: #00b06a;
  /* color: #FF0E00; */
}
.sitebtn.btn-yellow {
  background: #fff201;
  border-color: #fff201;
  color: #000;
}
.cart-drawer__empty-content .button:hover {
  background: #ffca33;
  background: #fff201;
  color: #000;
}
/*.featured-tab-row .tab-title {
  background: #000 !important;
  color: #fff !important;
}*/
.featured-tab-row .tab-title.active-tab {
  /*background: #ffca33 !important;
  background: #FF0E00 !important;
  color: #000 !important;*/
}
/*.sitebtn.btn-yellow:hover {
  background: #ffca33;
  background: #fff201;
  color: #000;
  border-color: #ffca33;
  border-color: #fff201;
}*/
.sitebtn:hover {
  background: #00b06a;
  color: rgb(var(--color-button-text));
}
.diff_days-new-badget {
  display: none;
}
.product__info-container .price__badge-sale {
  /* background: #000 !important;
  color: #ffca33 !important;
  color: #FF0E00 !important; */
}
body .free_product-content,
body .free_product-image {
  background: #a2d3f5;
}
body .free-product-row .free-gift-inlude-block {
  color: #ffffff;
  color: #ffffff;
}
.collection_cart_button:hover {
  color: #000;
  background: transparent;
}
a.full_button_link {
  position: absolute;
  display: block !important;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.free_product-content {

}
/*.why-joga-table-sec .sitebtn.btn-yellow {
  background: #ffca33;
  background: #fff201;
  color: #000;
}*/
.cart-item__final-price.product-option,
.custom_drawer_products_item_price,
.bestcolcontent span.price-item {
  /* color: #ffca33 !important;
  color: #FF0E00 !important; */
}
@media (max-width: 915px) {
  .custom_under_button_text {
    font-size: 16px;
    padding: 12px 15px;
  }

  body .product-form .product-form__buttons.sticky_button .pdp-atc-block {
    color: #ffffff !important;
    background-color: #000000 !important;
  }
  body .product-form .product-form__buttons.sticky_button .pdp-atc-block:hover {
    color: #000000 !important;
    background-color: #fff201 !important;
  }
}

.pdp-slide .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 0;
}
.pdp-slide .slider-button.slider-button--prev {left: 0;}
.pdp-slide .slider-button.slider-button--next {right: 0;}
.pdp-slide .slider-button svg {
  width: 30px;
  height: 30px;
}

 .complementary-products .custom_related_slick_slider .custom_button {
    background: #fff; 
    padding: 10px 15px 25px;
    border-radius: 10px;
    box-shadow: 0 0 16px #0000001a;
} 
.complementary-products .custom_related_slick_slider_item .card__inner {
  width: 110px;
  height: 140px;
  margin: auto;
} 
 .complementary-products  span.price-item.price-item--sale.price-item--last {
  font-weight: 400;
}
.complementary-products .card-information .price-item--sale {
  color: #000 !important;
}
.complementary-products .complementary-products__container .price--on-sale .price-item--regular {
  font-size: 15px;
}
.complementary-products .product_option_select select {
  border: 0px;
}

.complementary-products .card-information .price--on-sale .price__sale {
  justify-content: left;
}

@media screen and (max-width:750px){
 .complementary-products ul.custom_related_slick_slider {
      margin-left: -5px !important;
      margin-right: -5px !important;
  }
  .complementary-products .custom_related_slick_slider .custom_button {
    padding: 6px 10px 18px;
  }
}

.complementary-products .custom_related_slick_slider span.add_to_cart_ajax.collection_cart_button::after {
  width: 15px !important;
  height: 15px !important;
} 


.complementary-products .custom_related_slick_slider_item .price__sale {
    justify-content: left;
}
.complementary-products ul.custom_related_slick_slider {
    display: unset;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px; 
}
 .complementary-products .custom_related_slick_slider_item .card__inner {
  order: 1;
}
/* .complementary-products .custom_related_slick_slider_item collection_cart_button {
  order: 2;
} */
.complementary-products .custom_related_slick_slider_item .card__content {
  order: 2;
} 
.complementary-products .custom_related_slick_slider_item .product_option_select {
 order: 3; 
}


@keyframes inventory-pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
.product .icon-and-text {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.product .icon-and-text img {
    width: 20px;
    margin-right: 8px;
}
.product .icon-and-text .content {
  font-size: 16px;
}
.product .instock-pulse.instock-belgium {
    margin-bottom: 5px;
}
.product_benefit {
  margin:0px !important;
}
.instock-belgium .icon--pulsing:before {
    animation: inventory-pulse 2s linear infinite;
}
.instock-belgium .icon--pulsing:after,
.instock-belgium .icon--pulsing:before {
    background: #54c63a;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    margin: 5px;
}
.instock-pulse.instock-belgium {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.instock-puls .icon--pulsing:after,
.instock-puls .icon--pulsing:before {
    background: #54c63a;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    margin: 5px;
}
.instock-belgium .icon--pulsing {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/* .tm_switch .tm_switch_label:after {background: #ff0e00 !important;} */
@media screen and (max-width:749px) {
  .product .icon-and-text .content {font-size: 15px;}
}
.product_newgroup1_shin-pad-sleeve_1733565527335 .price.price--large span.price-item.price-item--sale.price-item--last {font-size: 22px;}
.product_newgroup1_shin-pad-sleeve_1733565527335 .price.price--large {
  display: flex;
  align-items: center;
}
.product__info-container.product__column-sticky .accordion {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: #000;
  color: #fff;
  width: 100%;
  border: 1px solid rgb(0, 0, 0, 20%);
  padding: 9px 40px 9px 10px;
  border-radius: 4px;
  transition: all .3s;
  margin: 0;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.product__info-container.product__column-sticky .accordion-content {
  background-color: #fff;
  border: 1px solid whitesmoke;
  border-top: 0;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-in-out;
  margin-top: 0;
}
.product__info-container.product__column-sticky .accordion:before {
  content: '';
  position: absolute;
  background-image: url('data:image/svg+xml,<svg class="icon-caret-down" xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16" fill="none"><path d="M6.83407 11.8674C7.19753 12.2336 7.78779 12.2336 8.15125 11.8674L12.8036 7.17993C13.167 6.81372 13.167 6.21899 12.8036 5.85278C12.4401 5.48657 11.8498 5.48657 11.4864 5.85278L7.49121 9.87817L3.49603 5.85571C3.13257 5.4895 2.54231 5.4895 2.17885 5.85571C1.81538 6.22192 1.81538 6.81665 2.17885 7.18286L6.83116 11.8704L6.83407 11.8674Z" fill="white" fill-opacity="0.76"></path></svg>');
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
/* .product__info-container.product__column-sticky .accordion.is-open {background: #ff0e00;} */
.product__info-container.product__column-sticky .accordion.is-open:before {transform: rotate(-180deg) translateY(50%);}
.product__info-container.product__column-sticky .accordion.is-open + .accordion-content {padding-top: 10px; padding-bottom: 10px;}

.instock-belgium .custom-shin-pads-ab-test.icon--pulsing:after,
.instock-belgium .custom-shin-pads-ab-test.icon--pulsing:before {
  background: #ffa500;
}
.product_newgroup1_shin-pad-sleeve_1732719824666 .slide-image-label {display: none;}
.joga-img-slide video {
  width: 100%;
  border: 0;
  max-height: 470px;
}

.video-joga-slider-play-position {position: relative;}
.video-joga-slider-play-svg-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.video-joga-slider-play-svg-icon svg {
  width: 20px;
  height: auto;
}

div#bundle-sticky_add_to_cart {
  display: none !important;
}

.title-wrapper-with-link {
  text-align: center;
  justify-content: center;
  max-width: 65%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.collection-list-content {
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.collection-list-wrapper .collection-list-title {font-family: var(--font-body-family);}
.collection-list-wrapper .collection-list__item .card__information .card__heading {
  font-family: var(--font-body-family);
  font-size: 20px;
  color: #121212;
  text-align: center;
  padding-bottom: 15px;
}

.collection-list-wrapper .coll-btn-card {
  max-width: max-content;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 20px;
  background: #00b06a;
  color: #fff201;
}

.swiper_slide-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}

.swiper_slide-flex .video-joga-slider {
  width: 100%;
  max-width: 20%;
  padding: 0 15px;
}

.cart__ctas .drawer_content {
  text-align: left;
  line-height: normal;
  font-size: 12px;
  font-weight: 700;
}

#bundle-sticky_add_to_cart #bundle-sticky_submit {
    color: #fff201!important;
    background-color: #A93225 !important;
}

.product-form .buy_buttons-order-status-label {
  margin-bottom: 15px;
  font-size: 15px;
}

.product_newgroup1_shin-pad-sleeve_1733997301416 .product__info-container .price__badge-sale {
  background: #000;
  border-radius: 50px;  
}

.product_newgroup1_shin-pad-sleeve_1733997301416 .product__info-container .price--on-sale .price-item--regular {
  color: rgba(var(--color-foreground),.75);
  text-decoration: line-through;
  font-size: 1.6rem;
  opacity: .5;
}

.product_newgroup1_shin-pad-sleeve_1733997301416 .product__info-container .price-item--sale {
   font-size: 22px;
    color: #ff0e00 !important;
    font-weight: 700;
    opacity: 1;
    text-decoration: unset;
}
.product_newgroup1_shin-pad-sleeve_1733997301416 .product .price .badge.price__badge-sale {
  font-size: 16px;
  margin-bottom: 0px;  
  color: #fff!important;
  font-weight: 700;
}
.product_newgroup1_shin-pad-sleeve_1733997301416 .product__info-wrapper .price--large {
  display: flex;
  align-items: center;
}
.product_newgroup1_shin-pad-sleeve_1733997301416 .product .price .badge, .product_newgroup1_shin-pad-sleeve_1733997301416 .product .price__container {
  margin-bottom: 0px;
}
.product_newgroup1_shin-pad-sleeve_1733997301416 .product__info-container .price--on-sale .price__sale {
   flex-direction: row-reverse;
}

@media screen and (max-width:1499px) {
  .swiper_slide-flex .video-joga-slider {max-width: 25%;}
}

@media screen and (max-width:1299px) {
  .swiper_slide-flex .video-joga-slider {max-width: 33.33%;}
}

@media screen and (max-width:1099px) {
  .swiper_slide-flex .video-joga-slider {max-width: 50%;}
}

@media screen and (max-width:991px) {
   .featured-pdp-collection .tab-content-block.active {
      padding-top: 10px;
   }
}

@media screen and (max-width:749px) {
  .joga-text .sectitle {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    padding-bottom: 15px;
  }
  .title-wrapper-with-link {max-width: 100%;}
  .collection-list-wrapper .collection-list-title {font-size: 22px;} 
  .collection-list-content {
    font-size: 14px;
    line-height: 21px;
  }
  .collection-list-wrapper .collection-list__item .card__information .card__heading {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .collection-list-wrapper .coll-btn-card {
    padding: 7px 15px;
    font-size: 14px;
    line-height: normal;
  }
  .swiper_slide-flex .video-joga-slider {max-width: 100%;}
  .product_newgroup1_shin-pad-sleeve_1733997301416 .product__info-container .price--on-sale .price__sale {flex-direction: row-reverse;}
  .complementary-products .custom_related_slick_slider_item .card__inner {
    width: 100%;
    height: 155px;
  }
}


.logo-box .seenlogo {object-fit: contain;}
.collection_drawer .coll_title span {color: #00b06a;}
/* .best-seller-section-block.custom_related_slick_slider_item .price__container .price__regular span.price-item.price-item--regular {color: red!important;} */
.complementary-products span.price-item.price-item--sale.price-item--last {color: red!important;}