/** Shopify CDN: Minification failed

Line 507:1 Unexpected "{"
Line 507:2 Expected identifier but found "%"
Line 511:2 Unexpected "{"
Line 511:3 Expected identifier but found "%"
Line 562:2 Unexpected "{"
Line 562:3 Expected identifier but found "%"
Line 567:4 Unexpected "{"
Line 567:5 Expected identifier but found "%"
Line 898:4 Unexpected "{"
Line 898:5 Expected identifier but found "%"
... and 19 more hidden warnings

**/
/* announcement-bar */



.announcement-bar__inner {
    font-family: Metrophobic;
    font-size: 15px;
    font-weight: 800;
    padding: 13px 0 !important;
}
/* ALL-HOVER */
a.janx-video-hero-btn.janx-video-hero-btn-primary:hover {
    background: #F2CC00;
}
a.janx-video-hero-btn.janx-video-hero-btn-secondary:hover {
    background: #3770f7;
}
a.play-style-button:hover {
    background: #F2CC00;
}
a.choose-set-button:hover {
    background: #F2CC00;
}
a.how-works-button:hover {
    background: #3770f7;
}
a.janx-benefits-button:hover {
    background: #F2CC00;
}
a.ways-play-button:hover {
    background: #F2CC00;
}
a.janx-faq-button:hover {
    background: #F2CC00;
}
.footer-discount-form-inner button:hover {
    background: #3770f7;
}
a.collection-product-button:hover {
    color: #ffffff !important;
    background: #f2cc00;
    transform: translateY(-2px);
    opacity: 0.92;
}


/* HEADER */
.cart-link__count {
    background: #f2cc00;
    color: #fff;
}
.nav-dropdown-arrow {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  transition: transform 0.25s ease;
  transform-origin: center;
}
.navigation__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
}

.navigation__link .nav-dropdown-arrow {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-top: 2px;
  color: currentColor;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.navigation__item:hover > .navigation__link .nav-dropdown-arrow,
.navigation__link:hover .nav-dropdown-arrow {
  transform: rotate(180deg);
}

a.header-account-link {
    display: none;
}

.logo-area {
    border-bottom: none !important;
}

.pageheader li.navigation__item a {
    font-family: bubblegum;
    font-size: 17px;
    text-transform: uppercase;
}
    .navigation .navigation__tier-1>.navigation__item>.navigation__link:before {
        content: "";
        background-color: #FFE40D !important;
    }

    .custom-header-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 24px;
}

.custom-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0px 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

.custom-header-btn--one {
  background: var(--btn-one-bg);
}

.custom-header-btn--two {
  background: var(--btn-two-bg);
}

.custom-header-btn--one:hover {
  color: var(--btn-text-color);
  text-decoration: none;
  transform: translateY(-2px);
  background: #F2CC00;
  opacity: 0.92;
}

.custom-header-btn--two:hover {
  color: var(--btn-text-color);
  text-decoration: none;
  transform: translateY(-2px);
  background: #3b6ff4;
  opacity: 0.92;
}

.logo-area__right .show-search-link {
    margin-right: 10px !important;
}
.logo-area__right__inner span.show-search-link__text {
    display: none;
}
.logo-area__right__inner span.cart-link__label {
    display: none;
}
.logo-area__right__inner span.desktop-only {
    display: none;
}
.logo-area__left__inner {
    max-width: 470px !important;
}




/* ICON-SECTION */
 .icon-benefits-section {
    background: #ffffff;
    padding: 50px 0 20px 0;
  }

  .icon-benefits-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    align-items: start;
  }

  .icon-benefit-item {
    text-align: center;
  }

 .icon-benefit-image-wrap {
    width: 95px;
    height: 95px;
    margin: 0 auto 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9FBFC;
    border-radius: 8px;
    box-shadow: 0 18px 40px #0000000f;
}

  .icon-benefit-image {
    width: 62px;
    height: 62px;
    object-fit: contain;
    display: block;
}

 .icon-benefit-heading {
    margin: 0 0 14px;
    color: #000000;
    font-size: 24px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
}
 .icon-benefit-text {
    margin: 0;
    color: #515151;
    font-size: 16px;
    line-height: 0.5;
    font-weight: 400;
}

/* play-style-section */


 .play-style-section {
    background: #ffffff;
    padding: 78px 0 85px;
    text-align: center;
  }

 .play-style-main-heading {
    margin: 0 0 14px;
    color: #3b6ff4;
    text-transform: none;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 2px;
}

.play-style-sub-heading {
    margin: 0 auto 34px;
    color: #000000;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
}

  .play-style-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
  }

  .play-style-card {
    text-align: center;
  }

  .play-style-image-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .play-style-image {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    display: block;
    border-radius: 8px;
  }

 .play-style-card-heading {
    margin: 18px 0 8px 0;
    color: #000;
    font-size: 28px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.2px;
}

 .play-style-card-text {
    max-width: 75%;
    margin: 0 auto;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.bundle-upgrade-price-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bundle-upgrade-price-card {
  position: relative;
}
  .play-style-button-wrap {
    margin-top: 48px;
  }

.play-style-button {
    background: #3b6ff4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

  .play-style-button:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    opacity: 0.92;
  }

/* choose-set-section */

 .choose-set-section {
    position: relative;
    background: #E9F1FA;
    padding: 60px 0 40px;
    overflow: hidden;
    text-align: center;
}

  .choose-set-heading {
    margin: 0 0 14px;
    color: #3b6ff4;
    text-transform: none;
    font-size: 52px;
    text-align: left;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 2px;
}

 .choose-set-subheading {
    margin: 20px auto 40px;
    color: #111;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    font-weight: 400;
}

  .choose-set-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: start;
  }

  .choose-set-card {
    text-align: center;
  }

  .choose-set-image-box {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .choose-set-image {
    width: 100%;
    height: 290px;
    object-fit: contain;
    display: block;
    padding: 18px;
  }

.choose-set-product-title {
    margin: 35px 0 8px;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.2px;
}

 .choose-set-text-one {
    margin: 8px 0;
    color: #515151;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

 .choose-set-text-two {
    margin: 0px 0 0;
    color: #3770F7;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

  .choose-set-price {
    margin: 10px 0 14px;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

a.choose-set-button {
    background: #3b6ff4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}
  .choose-set-button:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    opacity: 0.92;
  }

 .choose-set-bottom-text {
    max-width: 530Px;
    margin: 55px auto 0;
    color: #111;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

  .choose-set-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    background: #fff;
    z-index: 1;
  }

  .choose-set-wave::before {
    content: "";
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
    height: 24px;
    background:
      radial-gradient(34px 24px at 34px 24px, #fff 98%, transparent 100%) repeat-x;
    background-size: 68px 24px;
  }

/* janx-video-hero-content */
 {% comment %} .containerr {
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
} {% endcomment %}
.containerr {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 4%;
  padding-right: 0;
  position: relative;
  z-index: 2;
}



 .janx-video-hero-section {
    position: relative;
    background: #E9F1FA;
    margin-top: -1px;
       padding: 40px 0 40px;
    overflow: hidden;
    /* z-index: 999 !important; */
}

  /* .janx-video-hero-wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 0;
    z-index: 1;
    pointer-events: none;
  } */

  .janx-video-hero-wave svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .janx-video-hero-wave-top {
    top: 0;
  }

  /* .janx-video-hero-wave-bottom {
    bottom: -1px;
  } */

  .janx-video-hero-section .container {
    position: relative;
    z-index: 2;
  }

  {% comment %} .janx-video-hero-grid {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 70px;
    align-items: center;
  } {% endcomment %}

  .janx-video-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

  .janx-video-hero-content {
    text-align: left;
  }

.janx-video-hero-eyebrow {
    margin: 0 0 18px;
    color: #3770f7;
    font-size: 20px;
    font-family: Andika !important;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-weight: 700;
}

 h1.janx-video-hero-heading {
    margin: 0 0 14px;
    color: #3b6ff4;
    text-transform: none;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 2px;
}

.janx-video-hero-text {
    max-width: 520px;
    margin: 0 0 22px;
    color: #111111;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}

  .janx-video-hero-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 34px;
    max-width: 520px;
    margin-bottom: 34px;
  }

  .janx-video-hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111111;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
  }

  .janx-video-hero-check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3770f7;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
  }

  .janx-video-hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }

a.janx-video-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

  .janx-video-hero-btn:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    opacity: 0.92;
  }

  .janx-video-hero-btn-primary {
    background: #3770f7;
  }

  .janx-video-hero-btn-secondary {
    background: #F2CC00;
  }

  .janx-video-hero-rating {
    margin-top: 4px;
  }

  .janx-video-hero-rating-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
  }

  .janx-video-hero-rating-number {
    color: #000000;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
  }

 .janx-video-hero-stars {
    color: #ffdf00;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1;
}

  .janx-video-hero-review {
    margin: 0 0 14px;
    color: #3770f7;
    font-size: 15px;
    line-height: 1.4;
  }

.janx-video-hero-bottom-text {
    max-width: 490px;
    margin: 0;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}
 

  



  .janx-video-hero-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 3;
  }

  

  .janx-video-hero-play:hover {
    transform: translate(-50%, -50%) scale(1.06);
  }

 .janx-video-hero-video-container {
  width: 100%;
  height: 520px;
  border-radius: 8px;
  overflow: hidden;
  background: #dcecff;
}

.janx-video-hero-video-container .video-container__video,
.janx-video-hero-video-container .video-container__cover,
.janx-video-hero-video-container .video-container__fallback {
  height: 100%;
  border-radius: 8px;
}

.janx-video-hero-video-container iframe,
.janx-video-hero-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.janx-video-hero-image-wrap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.janx-video-hero-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.janx-video-hero-play {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.janx-video-hero-play svg {
  width: 34px;
  height: 34px;
}
.janx-video-hero-video-container {
  width: 100%;
  height: 520px;
  border-radius: 8px;
  overflow: hidden;
  background: #dcecff;
}

.janx-video-hero-video-container .video-container__video,
.janx-video-hero-video-container .video-container__cover {
  height: 100%;
  border-radius: 8px;
}

.janx-video-hero-video-container iframe,
.janx-video-hero-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.janx-video-hero-image-wrap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.janx-video-hero-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.janx-video-hero-play {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.janx-video-hero-play svg {
  width: 34px;
  height: 34px;
}

.janx-video-hero-media {
  width: 100%;
  margin-right: 0;
}

.janx-video-hero-video-container,
.janx-video-hero-image-wrap {
  border-radius: 8px 0 0 8px;
}

.janx-video-hero-video-container .video-container__video,
.janx-video-hero-video-container .video-container__cover,
.janx-video-hero-video-container .video-container__fallback,
.janx-video-hero-image {
  border-radius: 8px 0 0 8px;
}






/* FOOTER */
.section-footer__title {
    font-family: 'bubblegum' !important;
    font-weight: 200;
    font-size: 19px;
    text-transform: none;
    letter-spacing: 1.5px;
}
ul.section-footer__menu-block__menu a {
    font-size: 14px;
    font-family: 'Nunito' !important;
}

.section-footer__row-container {
    border-top: none !important;
}
  .footer-discount-bar-wrapper {
    background: #3770F7;
  }

  .footer-discount-bar {
    display: grid;
    {% comment %} margin: 0 50px; {% endcomment %}
    grid-template-columns: 0.8fr 1.6fr;
    gap: 45px;
    align-items: center;
    padding: 42px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .footer-discount-content h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: none;
  }

  .footer-discount-content p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
  }

  .footer-discount-form-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 38px;
    align-items: center;
  }

  .footer-discount-form input {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 6px;
    background: #ffffff;
    color: #111111;
    padding: 0 18px;
    font-size: 15px;
    outline: none;
  }

  .footer-discount-form button {
    background: #F2CC00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .25s ease;
}

  .footer-discount-message {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 14px;
  }


/* how-works-section */

.how-works-section {
    background: #ffffff;
    padding: 90px 0 100px 0;
  }

  .how-works-box {
    position: relative;
    min-height: 330px;
    border-radius: 15px;
    overflow: hidden;
    background: #336df3;
  }

  .how-works-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.32;
  }

  .how-works-overlay {
    position: absolute;
    inset: 0;
    
  }

  .how-works-content {
    position: relative;
    z-index: 2;
   padding: 40px 55px 55px;
    text-align: center;
  }

.how-works-heading {
    color: #ffffff;
    margin: 15px 0 35px;
    text-transform: none;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 2px;
}
  .how-works-steps {
    display: grid;
    grid-template-columns: 1fr 130px 1fr 130px 1fr 130px 1fr;
    align-items: center;
    gap: 0;
  }

  .how-works-step {
    text-align: center;
  }

 .how-works-number {
    width: 75px;
    height: 75px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #ffffff;
    color: #f5d800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

.how-works-step-title {
    margin: 22px 0 6px;
    color: #ffffff;
    font-size: 24px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 3px;
}

.how-works-step-text {
    max-width: 172px;
    padding-top: 8px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    height: 60px;
    line-height: 1.45;
    font-weight: 400;
}

  .how-works-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
  }

  .how-works-arrow svg {
    width: 100%;
    height: auto;
    display: block;
  }

  .how-works-button-wrap {
    margin-top: 28px;
    margin-bottom: 20px;
}
a.how-works-button {
    background: #F2CC00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

  .how-works-button:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    opacity: 0.92;
  }

/* janx-benefits-section */
 span.janx-benefit-textt {
    font-family: 'bubblegum' !important;
}
  .janx-benefits-section {
    background: #ffffff;
    padding: 95px 0 70px 0;
  }

  .janx-benefits-wrapper {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 0.9fr 1fr;
    {% comment %} gap: 80px; {% endcomment %}
}
  .janx-benefits-content {
    text-align: left;
  }

 h2.janx-benefits-heading {
    margin: 0 0 8px;
    color: #3b6ff4;
    text-transform: none;
    font-size: 52px;
    text-align: left;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 2px;
}

 .janx-benefits-subheading {
    margin: 0px 0 15px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
 .janx-benefits-label {
    margin-bottom: 18px;
    color: #3770F7;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

  .janx-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

 .janx-benefit-item {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    width: 490px;
    padding: 12px 0px 12px 45px;
}

.janx-benefit-title {
    margin: 0 0 5px;
    color: #000000;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: capitalize;
}

  {% comment %} .janx-benefit-icon {
    display: inline-block;
    margin-right: 6px;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
  } {% endcomment %}
  .janx-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  flex-shrink: 0;
}

.janx-benefit-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}

.janx-benefit-title {
  display: flex;
      gap: 5px;
  align-items: center;
}

 .janx-benefit-text {
    margin: 0;
    color: #515151;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

  .janx-benefits-button-wrap {
    margin-top: 32px;
  }

 a.janx-benefits-button {
    background: #3b6ff4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

  .janx-benefits-button:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    opacity: 0.92;
  }

  .janx-benefits-image-area {
    width: 100%;
  }

  .janx-benefits-image {
    width: 100%;
   
    object-fit: cover;
    display: block;
    border-radius: 8px;
  }

 /* ways-play-section */

 .ways-play-section {
    background: #ffffff;
    padding: 70px 0 115px;
  }

  .ways-play-header {
    text-align: center;
    margin-bottom: 55px;
  }

 h2.ways-play-heading {
    margin: 0 0 8px;
    color: #3b6ff4;
    text-transform: none;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 2px;
}

  p.ways-play-subheading {
    margin: 15px 0 35px;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

  .ways-play-wrapper {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .ways-play-wrapper .ways-play-row:nth-child(2) .ways-play-card {
      margin-left: 50px;
}

  .ways-play-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; 
    align-items: center;
  }

  .ways-play-row--content_first .ways-play-image-col {
    order: 2;
  }

  .ways-play-row--content_first .ways-play-card-col {
    order: 1;
  }

  .ways-play-image-col {
    text-align: center;
  }

  .ways-play-image {
    width: 100%;
    max-width: 540px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .ways-play-image-caption {
    margin: 18px 0 0;
    color: #0844b5;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
  }

  .ways-play-card {
    background: #ffffff;
    padding: 42px 75px;
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
    text-align: left;
  }

 .ways-play-card-title {
    margin: 5px 0 14px;
    color: #3b6ff4;
    font-size: 49px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: none;
}

 .ways-play-card-desc {
    margin: 0 0 15px;
    color: #222222;
    width: 445px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

  .ways-play-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
  }

  .ways-play-list li {
    position: relative;
    margin: 0 0 4px;
    padding-left: 22px;
    color: #111111;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }
  ul.ways-play-list span {
    color: black;
    font-weight: 700;
}
ul.ways-play-list li {
    list-style: none;
}

  .ways-play-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #3674ff;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
}

 .ways-play-bottom-text {
    margin: 0 0 22px;
    color: #222222;
    width: 438px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

 a.ways-play-button {
    background: #3b6ff4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

  .ways-play-button:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    opacity: 0.92;
  }
/* BANNER-SECTION */
.strongly-spaced-row, .fully-spaced-row--medium {
    margin-top: 50px !important;
    margin-bottom: 15px !important;
}

.ccontainer {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}
  .janx-characters-banner-section {
    background: #ffffff;
     padding: 5px 0 45px 0;
  }

 .janx-characters-banner-heading {
    margin: 0 0 50px;
    color: #3b6ff4;
    text-transform: none;
    font-size: 52px;
    text-align: center;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 2px;
}

  .janx-characters-banner-image-wrap {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .janx-characters-banner-image {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
  }

  .janx-characters-banner-cta-wrap {
    margin-top: 40px;
    text-align: center;
  }

  .janx-characters-banner-cta {
    background: #3b6ff4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

  .janx-characters-banner-cta:hover {
    background: #FFD600;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
  }
.janx-characters-banner-cta {
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: break-word;
}
  @media screen and (max-width: 989px) {
   
  }

  @media screen and (max-width: 600px) {
   
  }


  /*buy-more-section  */

    .buy-more-wave.buy-more-wave-top {
    margin-bottom: -10px;
}
 

  .buy-more-section {
    position: relative;
    background: #D4E1EF;
    border-radius: 0;
    padding: 40px 0px;
    overflow: hidden;
  }

  .buy-more-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.4fr 0.9fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .buy-more-content {
    text-align: center;
  }

 .buy-more-heading {
    margin: 0 0 18px;
    color: #000;
    text-transform: none;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 2px;
}
  .buy-more-subheading {
    max-width: 520px;
    margin: 0 auto 30px;
    color: #111111;
    font-size: 18px;
    line-height: 1.45;
  }
  span.fw_buy-more {
    font-weight: 700;
}

  .buy-more-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 28px;
    margin: 0 auto 35px;
    max-width: 540px;
    text-align: left;
  }

  .buy-more-bottom-text {
  margin: 45px 0 0;
  color: #3b6ff4;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

  .buy-more-feature {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #111111;
    font-size: 16px;
    line-height: 1.35;
  }

  .buy-more-check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3770f7;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    margin-top: 2px;
  }

.buy-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0px 22px;
    background: #3770f7;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

  .buy-more-button:hover {
    color: #ffffff !important;
    background: #f2cc00;
    transform: translateY(-2px);
    opacity: 0.92;
}

  .buy-more-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .buy-more-image-left {
    {% comment %} max-width: 360px; {% endcomment %}
    margin: 0 auto;
  }

  .buy-more-image-right {
    {% comment %} max-width: 330px; {% endcomment %}
    margin: 0 auto;
  }

 .buy-more-badge {
  position: absolute;
  top: 22px;
  right: 86px;
  width: 86px;
  height: 86px;

  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;

  border-radius: 0 !important;
  clip-path: none !important;

  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;

  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px;
}

  /* collection-product-cards-section */

 span.product-lists {
    font-weight: 800;
}

  .collection-product-cards-section {
    background: #ffffff;
        padding: 85px 0 80px 0;
  }

  .collection-product-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 28px;
  }

 .collection-product-card {
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    background: #ffffff;
    padding: 65px 25px 35px;
    overflow: visible;
}

 .collection-product-card-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
}
.collection-product-image-wrap {
  padding-top: 0;
  margin-top: 0;
}

.collection-product-image {
  object-position: center top;
}

.collection-product-image-desc {
    margin: 30px auto 0;
    max-width: 330px;
    color: #111111;
    font-weight: 700;
    font-family: 'Nunito' !important;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

.collection-product-image-points {
  margin: 16px auto 0;
  max-width: 330px;
  text-align: left;
}

.collection-product-image-points h4 {
  margin: 0 0 10px;
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: none;
}

.collection-product-image-points ul {
  margin: 0;
  padding-left: 20px;
}

.collection-product-image-points li {
  margin-bottom: 6px;
  color: #111111;
  font-size: 16px;
  line-height: 1.4;
}
.collection-product-image-points {
  margin: 16px auto 0;
  max-width: 330px;
  text-align: left;
}

.collection-product-image-points ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.collection-product-image-points h4 {
    margin: 25px 0 12px;
    color: #000000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: none;
}
.collection-product-image-points li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 5px;
  color: #111111;
  font-size: 15px;
  line-height: 1.4;
}

.collection-product-image-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3770F7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.collection-product-card-inner {
  align-items: flex-start;
}

.collection-product-image-wrap {
  padding-top: 0;
  margin-top: 0;
}

.collection-product-points {
  list-style: none;
  padding: 0;
}

.collection-product-points li {
  list-style: none;
  position: relative;
  padding-left: 28px;
}

.collection-product-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3770F7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.collection-product-image {
  object-position: center top;
}

 .collection-product-ribbon {
  position: absolute;
  top: 0;
  left: 18px;
  min-width: 200px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  z-index: 2;
  white-space: nowrap;
}

.collection-product-badge {
  position: absolute;
  top: -45px;
  right: -15px;
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
}

  .collection-product-image {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    display: block;
  }

.collection-product-title {
    margin: 0 0 9px;

    color: #000;
    text-transform: none;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}

 .collection-product-desc {
    margin-bottom: 14px;
    color: #111;
    font-size: 14px;
    line-height: 1.4;
}

  .collection-product-points {
    list-style: none;
    padding: 0;
    margin: 12px 0 28px;
  }

  .collection-product-points li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #555;
    font-size: 15px;
    line-height: 1.35;
}

  .collection-product-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #3770f7;
    color: #ffffff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
  }

  .collection-product-line {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin-bottom: 15px;
  }

 .collection-product-bottom-text {
    margin: 0 0 15px;
    color: #111;
    font-size: 16px;
    line-height: 18px;
}

  .collection-product-price {
    margin: 0 0 17px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

 .collection-product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0px 22px;
    background: #3770f7;
    border-radius: 999px;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

/* orange-icon-benefits-section */

 .orange-icon-benefits-section {
    background: #D6732D;
    padding: 35px 0 65px;
    position: relative;
    overflow: hidden;
  }

  .orange-icon-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }

  .orange-icon-benefit-item {
    text-align: center;
    padding: 0 48px;
    color: #ffffff;
    position: relative;
  }

  .orange-icon-benefit-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 48px;
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.22);
  }

  .orange-icon-benefit-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .orange-icon-benefit-icon img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    display: block;
  }

  .orange-icon-benefit-item h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: none;
  }

  .orange-icon-benefit-item h4 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 15px;
    font-family: nunito !important;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: none;
}

  .orange-icon-benefit-item p {
    max-width: 225px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

/* bundle-upgrade-section */
  .bundle-upgrade-section {
    background: #ffffff;
    padding: 70px 0;
  }

  .bundle-upgrade-box {
    background: #D4E1EF;
    border-radius: 8px;
    padding: 70px 30px;
    display: grid;
    grid-template-columns: 0.95fr 1fr 0.9fr;
    gap: 30px;
    align-items: center;
    position: relative;
  }

  .bundle-upgrade-image-col {
    position: relative;
  }

  .bundle-upgrade-image {
    width: 100%;
    max-width: 95%;
    display: block;
    object-fit: contain;
  }

 .bundle-upgrade-image-badge,
.bundle-upgrade-price-badge {
  width: 66px;
  height: 66px;
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

  .bundle-upgrade-image-badge {
    position: absolute;
    top: -12px;
    right: 36px;
  }

 .bundle-upgrade-content h2 {
    margin: 0 0 9px;
    color: #000;
    text-transform: none;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}

  .bundle-upgrade-subheading {
    margin: 0 0 22px;
    color: #111;
    font-size: 16px;
    line-height: 1.45;
  }

  .bundle-upgrade-features {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 24px;
  }

  .bundle-upgrade-feature {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
.bundle-upgrade-feature span {
    font-weight: 700;
}
  .icon_bundle-upgrade-feature {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3770f7;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    margin-top: 2px;
  }

  .bundle-upgrade-feature p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.35;
  }

  .bundle-upgrade-bottom-text {
    margin: 0;
    max-width: 360px;
    color: #111;
    font-size: 16px;
    line-height: 1.45;
  }

  .bundle-upgrade-price-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .bundle-upgrade-price-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 18px 28px;
    text-align: center;
    position: relative;
  }

  .bundle-upgrade-price-card h3 {
    margin: 0 0 4px;
    color: #000;
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}

  .bundle-upgrade-price-card p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
  }

  .bundle-upgrade-price-card-highlight {
    border: 1px solid #e6c200;
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bundle-upgrade-price-badge {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }

 .bundle-upgrade-button {
    display: inline-flex;
    margin-top: 25px;
    align-items: center;
    align-self: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    background: #3b6ff4;
    color: #fff !important;
    font-family: bubblegum;
    font-size: 14px;
    font-synthesis: none;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .25s ease;
}

  .bundle-upgrade-button:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
        background: #f2cc00;
    opacity: 0.92;
  }

 

/*PRODUCT_PAGE  */
p.product-shortpoint {
    height: 25px;
}
h1.title {
    margin: 0 0 5px !important;
    color: #000000;
    text-transform: none;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0px;
}
span.current-price.theme-money {
    color: #000000;
    font-weight: 800;
    font-size: 20px;
}
.product-detail .lightly-spaced-row
 {
    margin-bottom: 0px !important;
}
.product-form .quantity-wrapper {
    display: flex;
    text-align: center;
    align-items: center !important;
}
.ex-lable {
    margin-right: 10px;
}
.product-form .quantity-wrapper a svg {
    
    color: #000000;
}
.product-form .quantity-wrapper a {
    border: 2px solid #dbdcdd;
    border-radius: 3px;
    height: 45px;
    width: 45px;
    min-width: 45px;
}

.product-form .quantity-wrapper input[name=quantity] {
    text-align: center;
    width: 45px;
    border: 2px solid #dbdcdd;
    padding: 0;
    height: 45px;
}

.custom-product-action-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
      margin: 38px 0 20px;
}
.buy-buttons-row {
    border-bottom: 1px solid #e2e2e2;
}
.custom-product-btn {
    padding: 16px 40px;
    border: none;
    border-radius: 999px;
    color: #ffffff;
    font-family: bubblegum;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.custom-product-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.custom-product-add-btn {
  background: #3770F7;
}

.custom-product-buy-btn {
  background: #f2cc00;
}

@media screen and (max-width: 600px) {
  .custom-product-action-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .custom-product-btn {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }
}



/*  */

.product-trust-icons-direct {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  align-items: center;
  padding-top: 0px;
  margin-top: px;
}

.product-trust-icon-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-trust-icon-svg {
  color: #3770f7;
  width: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-trust-icon-svg svg {
  width: 44px;
  height: 44px;
  display: block;
}

.product-trust-icon-content h3 {
    margin: 0 0 4px;
    color: #000000;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
}

.product-trust-icon-content p {
  margin: 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 989px) {
  .product-trust-icons-direct {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media screen and (max-width: 600px) {
  
}

@media screen and (min-width: 1050px) {
  .section-main-product {
    overflow: visible !important;
  }

  .product-trust-icons-direct {
    width: calc(100% + 100px) !important;
    max-width: none !important;
    margin-right: -100px !important;
    position: relative;
    z-index: 2;
  }
}

/* ///////////////////////////
//////////////////////////// */

/* RESPONSIVE */
@media screen and (max-width: 825px) and (min-width: 600px) {
.logo-area__right__inner {
    margin-right: 30px;
}
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .pageheader--layout-inline-menu-center .logo-area__middle {
    max-width: 390px !important;
  }
 .logo-area__left__inner {
    max-width: 380px !important;
}



}

@media screen and (min-width: 1100px) {
.janx-benefits-content {
    margin-left: 70px;
}

}

@media screen and (min-width: 1000px) {
  .section-footer__row__col.section-footer__menu-block {
    width: 200px;
}
  
.logo-area__right__inner {
    margin-right: 30px;
}


}

@media screen and (min-width: 990px) {
  .section-footer__row--blocks .section-footer__row__col:not(:last-child) {
    margin-bottom: 0px !important;
}
      .section-footer__row-lower {
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .section-footer__row.section-footer__row-lower {
    margin: 0 50px;
}
    .section-footer__row--blocks {
  
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
  .footer-discount-bar {
    margin: 0 50px;
  }

.ways-play-card {
    width: 555px;
}
.section-footer__row__col .section-footer__text p {
    width: 300px;
}
.section-footer__row__col.section-footer__menu-block {
    margin-top: 50px;
}
.custom-footer-text-block {
    margin-top: 50px;
}

ul.section-footer__menu-block__menu li {
    margin-bottom: 2px !important;
}
.section-footer__row.section-footer__row--blocks
 {
    margin: 0 50px;
}
    /* .section-footer__row--blocks {
        padding-top: 30px !important;
    } */
.collection-product-title {
    height: 60px;
}
.collection-product-bottom-text {
    height: 45px;
}
.collection-product-cards-grid > .collection-product-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 28px) / 2);
    justify-self: center;
  }


}




@media screen and (max-width: 1025px) {
.buy-more-heading {
    font-size: 45px;
}


.product-trust-icons-direct {
        width: calc(100% + 30px) !important;
        max-width: none !important;
        margin-right: -100px !important;
        position: relative;
        z-index: 2;
    }
    .product-trust-icon-content p {
    margin: 0;
    color: #111111;
    font-size: 10px;
    line-height: 1.3;
}
.product-trust-icon-content h3 {

    font-size: 15px;
}
.custom-product-btn {
    padding: 15px 30px;
    font-size: 15px;
}

  .footer-discount-content h3 {
    font-size: 18px;
}
.play-style-card-text {
    max-width: 90%;
}
.how-works-content {
    padding: 36px 30px 42px;
}
.how-works-steps {
    grid-template-columns: 1fr 105px 1fr 105px 1fr 105px 1fr;
}
.how-works-step-text {
    max-width: 100%;
    font-size: 14px !important;
    height: 60px;
}
.how-works-steps {
    grid-template-columns: 1fr 105px 1fr 105px 1fr 105px 1fr;
  
}
.how-works-step-title {
    font-size: 21px;
    height: 50px;
}
h1.janx-video-hero-heading {
    font-size: 36px;
}
.choose-set-product-title {
    height: 55px;
}
.janx-benefits-image {
    width: 100%;
    object-fit: fill !important;
    height: stretch;
    display: block;
    border-radius: 8px;
}
.janx-benefits-wrapper {
    gap: 20px;
}
.janx-benefit-item {
    width: 370px;
}

.custom-header-btn {
    min-height: 40px;
    padding: 0px 14px;
    font-size: 11px;
   
}

.buy-more-grid {
    gap: 20px;
}
.buy-more-features {
    gap: 15px 15px;
}
.buy-more-wave.buy-more-wave-bottom {
    margin-top: -5px;
}
.bundle-upgrade-content h2 {
    font-size: 25px;
}
.bundle-upgrade-price-badge {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-20%);
}
.bundle-upgrade-image-badge, .bundle-upgrade-price-badge {
    width: 55px;
    height: 55px;
    font-size: 10px;
}

.collection-product-title {
    font-size: 28px;
}

@media screen and (max-width: 989px) {
  h1.title {
    font-size: 30px;
}
p.product-shortpoint {
    font-size: 14px !important;
}
.product-short-note {
    font-size: 14px !important;
}

 .icon-benefits-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 45px;
    }

    .icon-benefit-heading {
      font-size: 24px;
    }

    .icon-benefit-text {
      font-size: 16px;
    }

.play-style-section {
      padding: 60px 0;
    }

    .play-style-main-heading {
      font-size: 36px;
    }

    .play-style-grid {
      gap: 18px;
    }

    .play-style-image {
      height: 210px;
    }

    .play-style-card-heading {
      font-size: 22px;
    }

    .play-style-card-text {
      font-size: 14px;
    }

 .choose-set-section {
      padding: 52px 0 74px;
    }

    .choose-set-heading {
      font-size: 36px;
    }

    .choose-set-grid {
      gap: 16px;
    }

    .choose-set-image {
      height: 210px;
      padding: 16px;
    }

    .choose-set-product-title {
      font-size: 20px;
    }
    .containerr {
  padding-left: 30px;
  padding-right: 30px;
}

.janx-video-hero-video-container,
.janx-video-hero-image-wrap,
.janx-video-hero-video-container .video-container__video,
.janx-video-hero-video-container .video-container__cover,
.janx-video-hero-video-container .video-container__fallback,
.janx-video-hero-image {
  border-radius: 8px;
}


    .janx-video-hero-section {
      padding: 30px 0 30px;
    }

    .janx-video-hero-grid {
      grid-template-columns: 1fr;
      gap: 42px;
    }

    .janx-video-hero-heading {
      font-size: 42px;
    }

.janx-video-hero-video-container,
.janx-video-hero-image {
  height: auto;
  aspect-ratio: 1.35 / 1;
}
.how-works-content {
      padding: 34px 30px 40px;
    }

    .how-works-heading {
      font-size: 36px;
    }

    .how-works-steps {
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .how-works-arrow {
      display: none;
    }

    .how-works-number {
      width: 52px;
      height: 52px;
      font-size: 30px;
    }

.janx-benefits-section {
      padding: 60px 0;
    }

    .janx-benefits-wrapper {
      grid-template-columns: 1fr;
      gap: 38px;
    }

    .janx-benefits-heading {
      font-size: 36px;
    }

    .janx-benefits-image {
      height: auto;
      aspect-ratio: 1.35 / 1;
    }
   .janx-benefit-item {
        width: 100% !important;
    }
    .janx-benefits-heading {
        font-size: 36px !important;
    }
   .ways-play-section {
      padding: 58px 0 65px;
    }

    .ways-play-heading {
      font-size: 36px !important;
    }
    .ways-play-header {
    text-align: center;
    margin-bottom: 35px;
}

    .ways-play-wrapper {
      gap: 55px;
    }

    .ways-play-row {
      gap: 20px;
    }
    .ways-play-card-desc {
    width: 100%;
}
.ways-play-bottom-text {
    width: 100%;
}
.ways-play-wrapper .ways-play-row:nth-child(2) .ways-play-card {
    margin-left: 0px;
}
    .ways-play-card {
      padding: 25px 25px;
    }

    .ways-play-card-title {
      font-size: 30px;
    }
     .footer-discount-bar {
      grid-template-columns: 1fr;
      gap: 24px;
      text-align: center;
    }

    .footer-discount-form-inner {
      gap: 18px;
    }
     .collection-product-cards-grid {
      grid-template-columns: 1fr;
      gap: 55px;
    }

    .collection-product-card-inner {
      grid-template-columns: 1fr;
      text-align: left;
    }

    .collection-product-points {
      text-align: left;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 28px;
    }
     .buy-more-image-right {
    max-width: 330px;
  }
   .buy-more-image-left {
    max-width: 360px;
  }


    .buy-more-box {
      padding: 0px 10px;
    }

    .buy-more-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .buy-more-image-col-left {
      order: 1;
    }

    .buy-more-content {
      order: 2;
    }

    .buy-more-image-col-right {
      order: 3;
    }

    .buy-more-heading {
      font-size: 36px;
    }

    .buy-more-badge {
      top: 18px;
      right: 22px;
      width: 72px;
      height: 72px;
      font-size: 13px;
    }

   .orange-icon-benefits-section {
      padding: 36px 0 42px;
    }

    .orange-icon-benefit-item {
      padding: 0 24px;
    }

    .orange-icon-benefit-item h3 {
      font-size: 21px;
    }
   
    .bundle-upgrade-box {
      grid-template-columns: 1fr;
      gap: 34px;
      text-align: center;
      padding: 48px 30px;
    }

    .bundle-upgrade-image {
      margin: 0 auto;
    }

    .bundle-upgrade-content h2 {
      font-size: 28px;
    }

    .bundle-upgrade-bottom-text {
      margin-left: auto;
      margin-right: auto;
    }

    .bundle-upgrade-features {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }
    .janx-characters-banner-section {
      padding: 55px 0;
    }

    .janx-characters-banner-heading {
      font-size: 36px;
      margin-bottom: 35px;
    }



  }




@media screen and (max-width: 768px) {
  .collection-product-image-points {
    max-width: 100%;
}

   .orange-icon-benefits-grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .orange-icon-benefit-item {
      padding: 0 18px;
    }

    .orange-icon-benefit-item:not(:first-child)::before {
      display: none;
    }

    .orange-icon-benefit-item h3 {
      font-size: 23px;
    }

    .orange-icon-benefit-item p {
      max-width: 300px;
    }

.icon-benefit-image-wrap {
    width: 85px;
    height: 85px;
}
.icon-benefit-image {
    width: 50px;
    height: 50px;
}
.icon-benefit-heading {
        font-size: 18px;
    }
        .icon-benefit-text {
        font-size: 14px;
    }
    .play-style-main-heading {
        font-size: 36px;
    }
    .play-style-sub-heading {
    font-size: 14px;
}
.play-style-card-heading {
        font-size: 18px;
    }
        .play-style-card-text {
        font-size: 12px;
        max-width: 100%;
        line-height: 18px;
    }
    .choose-set-heading {
        font-size: 32px;
    }
    .choose-set-subheading {
      font-size: 14px;
    margin: 0px auto 35px;
}
.choose-set-product-title {
        font-size: 18px;
    }
    .choose-set-text-one {
    font-size: 14px;
}
.choose-set-text-two {
    font-size: 12px;
}
.choose-set-bottom-text {
    margin: 55px auto 20px;
    font-size: 13px;
}
 .choose-set-section {
      padding: 44px 0 70px;
    }

    .choose-set-heading {
      font-size: 36px;
      margin-bottom: 12px;
    }

    .choose-set-subheading {
      font-size: 14px;
      margin-bottom: 28px;
    }

    .choose-set-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    .choose-set-image {
      height: auto;
      min-height: 220px;
      padding: 18px;
    }

    .choose-set-product-title {
      font-size: 18px;
    }

    .choose-set-text-one,
    .choose-set-text-two,
    .choose-set-price {
      font-size: 14px;
    }

    .choose-set-bottom-text {
      margin-top: 34px;
      font-size: 12px;
    }
    .choose-set-product-title {
        height: 45px;
    }
     p.ways-play-subheading {
    margin: 15px 0 15px;
    font-size: 14px;
}
      .ways-play-header {
        margin-bottom: 15px;
    }
   .ways-play-card-title {
    margin: 5px 0 10px;}

    .ways-play-card-desc {
    margin: 0 0 12px;
    font-size: 14px;
}
    .ways-play-card {
        padding: 15px 15px;
    }
    .ways-play-list li {
    font-size: 14px;
}
.ways-play-bottom-text {
    font-size: 14px;
}
 .collection-product-card {
    padding: 35px 25px 35px;
}
 .buy-more-section {
    padding: 30px 0px;
}
.bundle-upgrade-image {
    width: 100%;
    max-width: 60%;
}
.bundle-upgrade-content {
    text-align: left;
}
.bundle-upgrade-features {
        max-width: 100%;
    }
    .bundle-upgrade-bottom-text {
    max-width: 100%;
}
    
.bundle-upgrade-price-col {
    display: flex;
    flex-direction: row;
    gap: 18px;
}
.bundle-upgrade-price-badge {
    display: none;
}


}


 @media screen and (max-width: 600px) {
   .buy-more-bottom-text {
    font-size: 18px;
    margin-top: 22px;
  }

  .product-trust-icons-direct {
        width: calc(100% + 0px) !important;
        max-width: none !important;
        margin-right: 0px !important;
        position: relative;
        z-index: 2;
    }
  .product-trust-icons-direct {
    padding-top: 10px;
    margin-top: 0px;
  }

  .product-trust-icon-content h3 {
    font-size: 14px;
  }

  .product-trust-icon-content p {
    font-size: 12px;
  }
  .product-trust-icon-svg svg {
    width: 40px;
    height: 40px;
    display: block;
}
      h1.title {
        font-size: 24px !important;
    }
  p.product-shortpoint {
    margin: 0px 0 15px !important;
}


    ul.products-point li {
    font-size: 14px !important;

}
  a.cart-link {
    margin-top: 10px;
}
.logo-area__left a.show-search-link {
    display: none;
}

    .custom-header-buttons {
    display: none;
  }
.logo-area__right .show-search-link {
    display: block !important;
}

    .containerr {
  padding-left: 16px;
  padding-right: 16px;
}
    .icon-benefits-section {
      padding: 45px 0;
    }

    .icon-benefits-container {
      padding-left: 18px;
      padding-right: 18px;
    }

    .icon-benefits-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .icon-benefit-image-wrap {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .icon-benefit-image {
      width: 45px;
      height: 45px;
    }

    .icon-benefit-heading {
      font-size: 16px;
        margin: 0px 0 10px;
    }

    .icon-benefit-text {
      font-size: 16px;
    }

    .play-style-section {
      padding: 46px 0 52px;
    }

    .play-style-main-heading {
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 12px;
    }

    .play-style-sub-heading {
      font-size: 14px;
      margin-bottom: 28px;
    }

    .play-style-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .play-style-image {
      height: auto;
      aspect-ratio: 1.45 / 1;
    }

    .play-style-card-heading {
      font-size: 20px;
      margin-bottom: 7px;
    }

   .play-style-card-text {
        font-size: 13px;
        line-height: 16px;
    }

    .play-style-button-wrap {
      margin-top: 38px;
    }

    .play-style-button {
      min-height: 40px;
      padding: 0 22px;
      font-size: 12px;
    }
 .choose-set-heading {
        font-size: 26px;
        margin-bottom: 0px;
    }
    .choose-set-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .choose-set-product-title {
        font-size: 20px;
    }
 .janx-video-hero-section {
      padding: 25px 0 25px;
    }

    .janx-video-hero-heading {
      font-size: 34px;
      line-height: 1.15;
    }

   .janx-video-hero-eyebrow {
        font-size: 14px;
        width: 90%;
    }
        h1.janx-video-hero-heading {
        font-size: 25px;
    }
    .janx-video-hero-text {
        font-size: 14px;
        margin: 0px 0 18px;
    }
    .janx-video-hero-feature {
    font-size: 14px;
}
.janx-video-hero-features {
    margin-bottom: 26px;
}
.janx-video-hero-buttons {
    margin-bottom: 20px;
}
.janx-video-hero-rating-number {
    font-size: 14px;
}
.janx-video-hero-bottom-text {
  max-width: 100%;
    font-size: 14px;
}

    .janx-video-hero-features {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .janx-video-hero-buttons {
      flex-wrap: wrap;
    }

    .janx-video-hero-btn {
      min-height: 40px;
      padding: 0 20px;
      font-size: 12px;
    }

    .janx-video-hero-play {
      width: 68px;
      height: 68px;
    }

    .janx-video-hero-play span {
      border-top-width: 15px;
      border-bottom-width: 15px;
      border-left-width: 23px;
    }
.choose-set-product-title {
        height: 25px;
    }
.how-works-section {
      padding: 40px 0;
    }

    .how-works-box {
      min-height: auto;
      border-radius: 10px;
    }

    .how-works-content {
        padding: 20px 20px 20px;
    }

    .how-works-heading {
      font-size: 26px;
      margin-bottom: 28px;
    }

    .how-works-steps {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .how-works-number {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

    .how-works-step-text {
      max-width: 100%;
      font-size: 13px;
    }
    .how-works-step-text {
    max-width: 100%;
    padding-top: 10px;
    font-size: 16px;
    height: 50px;

}

    .how-works-step-title {
        font-size: 20px;
        height: 40px;
        margin: 15px 0 6px;
    }

    .how-works-button-wrap {
      margin-top: 34px;
    }

    .janx-benefits-section {
      padding: 46px 0;
    }

    .janx-benefits-wrapper {
      gap: 34px;
    }

    .janx-benefits-heading {
      font-size: 26px !important;
      line-height: 1.15;
    }

    .janx-benefits-subheading {
      font-size: 14px;
      margin-bottom: 15px;
    }

    .janx-benefits-label {
      font-size: 17px;
    }

    .janx-benefit-item {
      padding: 10px 15px;
    }

    .janx-benefit-title {
      font-size: 18px;
      margin: 0 0 3px;
    }

    .janx-benefit-text {
      font-size: 14px;
    }

    .janx-benefits-button-wrap {
      margin-top: 28px;
    }

    .janx-benefits-image {
      aspect-ratio: 1.15 / 1;
    }
    
    .janx-benefit-icon img {
    width: 30px;
    height: 30px;
    
}
 .ways-play-section {
      padding: 46px 0 56px;
    }

    .ways-play-header {
      margin-bottom: 38px;
    }

   .ways-play-heading {
        font-size: 26px !important;
    }

    .ways-play-subheading {
      font-size: 13px;
    }

    .ways-play-wrapper {
      gap: 50px;
    }

    .ways-play-row {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .ways-play-row--content_first .ways-play-image-col,
    .ways-play-row--content_first .ways-play-card-col {
      order: unset;
    }

    .ways-play-card {
      padding: 28px 22px;
    }

    .ways-play-card-title {
      font-size: 25px;
    }

    .ways-play-image {
      max-width: 100%;
    }

    .ways-play-image-caption {
      font-size: 15px;
    }
     .footer-discount-bar {
      padding: 32px 0;
      margin: 0;
    }

    .footer-discount-content h3 {
      font-size: 22px;
    }

    .footer-discount-form-inner {
      grid-template-columns: 1fr;
    }

    .footer-discount-form button {
      width: 100%;
    }
    .collection-product-cards-section {
      padding: 50px 0;
    }

    .collection-product-card {
      padding: 54px 20px 30px;
    }

    .collection-product-title {
      font-size: 24px;
    }

    .collection-product-desc,
    .collection-product-points li,
    .collection-product-bottom-text {
      font-size: 15px;
    }

    

     .buy-more-wave.buy-more-wave-bottom {
        margin-top: -10px;
    }
    .buy-more-section {
      padding: 25px 0;
    }

    .buy-more-box {
     padding: 5px 10px 15px;
    }

    .buy-more-heading {
      font-size: 26px;
    }
    .buy-more-feature {
    font-size: 14px;
}
.buy-more-grid {
        gap: 25px;
    }

    .buy-more-subheading {
      font-size: 14px;
    }

    .buy-more-features {
      grid-template-columns: 1fr;
      gap: 6px;
    }
    .buy-more-subheading {
    max-width: 100%;
    margin: 0 auto 20px;
}
.buy-more-features {
    margin: 0 auto 25px;
    max-width: 100%;
}
    .buy-more-button {
      
      min-height: 42px;
    }

    .buy-more-badge {
      width: 64px;
      height: 64px;
      font-size: 12px;
    }
    .bundle-upgrade-section {
      padding: 0px 0 40px 0;
    }
    .bundle-upgrade-price-card h3 {
    margin: 0 0 5px;
    font-size: 20px;
}
.bundle-upgrade-price-card p {
    font-size: 12px;
}
.bundle-upgrade-price-card-highlight {
    min-height: auto;
}

    .bundle-upgrade-box {
      padding: 40px 15px;
    }

    .bundle-upgrade-content h2 {
      font-size: 25px;
    }

    .bundle-upgrade-price-card {
      padding: 15px 15px;
    }

    .bundle-upgrade-price-badge {
      position: static;
      transform: none;
      margin: 12px auto 0;
    }

   
 .janx-characters-banner-section {
     padding: 10px 0 45px 0;
    }

        .janx-characters-banner-heading {
        font-size: 26px;
        margin-right: 10px;
        margin-left: 10px;
        line-height: 1.2;
    }

    .janx-characters-banner-cta {
        width: 100%;
        max-width: 100%;
        padding: 11px 18px;
        font-size: 11px;
        min-height: auto;
    }
    .janx-characters-banner-cta-wrap {
    margin-top: 18px;
    text-align: center;
}

.bundle-upgrade-price-col {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
        .bundle-upgrade-image {
        width: 100%;
        max-width: 100%;
    }
    .bundle-upgrade-subheading {
    margin: 0px 0 20px;
    font-size: 14px;
}
.bundle-upgrade-features {
    margin-bottom: 20px;
}
.bundle-upgrade-feature p {
    font-size: 14px;
}
.bundle-upgrade-bottom-text {
    font-size: 14px;
}
.bundle-upgrade-box {
        gap: 25px;
    }
.bundle-upgrade-button {
    margin-top: 5px;}








  }