/** Shopify CDN: Minification failed

Line 240:23 Unexpected "{"
Line 240:32 Expected ":"
Line 240:39 Unexpected "{"

**/
div#ch-new-trt-page .halo-block.halo-banner.image-banner.style_bg--none.is-load {
    background: #363636;
}
div#ch-new-trt-page .halo-banner-wrapper .flex-box__banner .content-box {
    padding: 30px 30px !important;
    margin: 0 auto;
}
@media (min-width:1024px){
  .podcast-highlights__blocks {
    display: flex;
    gap: 2rem;
    width: 50%;
  }
.podcast-highlights__aside {
    width: 40%;
}
}
@media (max-width:1024px){
.trt-program__grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
}
  .ch-pro-des {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50% !important;
}
.trt-program__title {
    line-height: 43px;
}
.trt-program__item-desc {

    padding: 0 !important;
}
  h3.trt-program__item-title {
    color: white;
    font-weight: normal;
    font-size: 15px;
}
  .trt-program__item {
    width: 47%;
}
  h2.custom-steps__title {
    padding: 10px;
    line-height: 36px;
}
  .podcast-highlights__inner {
    gap: 0rem !important;
}
  .blokes-promo__content {
    width: 100%;
    padding: 15px !important;
}
.blokes-promo__inner {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 20px;
}
.custom-radio-select__selector {
    display: flex;
    align-items: center;
    background: white;
    padding: 18px 6px !important;
    width: 100%;
}
  .blokes-promo__content button.product-form__submit.button.button--secondary.an- {
    font-size: 9px !important;
}
  .custom-radio-select__selected {
    font-size: 9px !important;
}
  main.wrapper-body.content-for-layout.focus-none {
    padding-bottom: 0 !important;
}
  .podcast-highlights__blocks {
    display: flex !important;
    align-items: center;
    gap: 20px;
    padding-top: 14px;
}
  p.podcast-highlights__desc {
    text-align: center;
}
  .ch-pp-w2-wraper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
  section.podcast-highlights {
   background: #333333;
   padding: 0px 10px;
}
  .ch.collapsible-col {
    width: 100% !important;
}
  .ch.collapsible-columns{
    flex-direction: column !important;
}
    .what-blokes-offers__inner {
  flex-direction: column !important;
  }
}
@media (max-width:420px){
.cv-combine-items {
    flex-direction: column !important;
}
}
h3.trt-program__item-title {
    color: white;
    font-weight: normal;
    font-size: 15px;
}
video.podcast-video {
    width: 100%;
    height: 100%;
}

/* THREE CARDS SECTION */
  .custom-steps {
    text-align: center;
  }
  .custom-steps__title {
    color: var(--section-title-color);
    font-size: var(--section-title-font-size);
    margin-bottom: 2rem !important;
     width: 100%;
    max-width: 1200px;
    margin: auto;
     text-align: left;
     font-weight: normal;
  }
  .custom-steps__blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .custom-steps__block {
    overflow: hidden;
    padding: 16px 2px
  }
  .custom-steps__image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
  }
  .custom-steps__content {
    padding: 1.5rem;
  }
  .custom-steps__number {
    width: 30px;
    height: 30px;
    border: 2px solid #BABABA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    color: #f7f7f7;
  }
  .custom-steps__block-title {
    margin: 0.5rem 0;
    font-weight: normal;
  }
  .custom-steps__block-text {
    margin-bottom: 1rem;
    line-height: 1.4;
     margin-top: 0;
     text-align: left;
  }
  .custom-steps__block-link {
  text-decoration: none;
   font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 20px;
     color: #fff;
  }
  .ch-wraper-pp {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}
  .ch-btn {
    text-align: left;
    margin-top: 16px;
}

/* Podcast video section */
.podcast-highlights__block .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.podcast-highlights__block .popup-content {
    position: relative;
    width: 100%;
    max-width: max-content;
    top: 10%;
    height: 80vh;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.podcast-highlights__block .popup-close {
  position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    border: none;
    font-size: 2.2rem;
    cursor: pointer;
}

  #podcast-highlights-{{ section.id }} {
    background: var(--section-bg);
    color: var(--text-color);
    padding: 4rem 2rem;
    position: relative;
  }
.podcast-highlights__inner {
    margin: auto;
    display: flex;
   flex-wrap: wrap;
    gap: 10rem;
    width: 100%;
    max-width: 1200px;
    border-bottom: 1px solid white;
    align-items: center;
    padding-bottom: 30px;
}
  .podcast-highlights__aside img {
    max-width: 120px;
    height: 120px;
}
.ch-pp-w2-wraper
 {
    display: flex;
    align-items: center;
    gap: 10px;
}
  .podcast-highlights__aside { flex:1; position: relative; }
  .podcast-highlights__logo { margin-bottom:1rem; }
  .podcast-highlights__title {
    font-size: var(--title-size);
    margin: 0 0 1rem;
    color: white;
  }
  .podcast-highlights__title .highlight { color: var(--highlight-color); }
  .podcast-highlights__desc {
    font-size: var(--desc-size);
    margin: 0 0 2rem;
  }

  .podcast-highlights__img {
    width:100%; border-radius:8px; display:block;
  }
  .podcast-highlights__play {
    display: inline-block;
    margin: 1rem 0;
    background: #fff;
    color: #000;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 999px;
    cursor: pointer;
  }
.ch-combinations {
    text-align: center;
    margin-top: 14px;
}
  .podcast-highlights__caption {
    font-style:italic; 
    margin:0; 
  }
  .podcast-video-template {
    display: none; 
  }
section.podcast-highlights {
   background: #333333;
  padding: 50px 10px;
}
p.podcast-highlights__desc {
    color: white;
}
/* What except section */
.trt-program__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.trt-program__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 70px;
    color: white;
    font-weight: normal;
}
.trt-program__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.trt-program__item {
  text-align: left;
}
.trt-program__icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trt-program__icon {
  width: 24px;
  height: 24px;
}
.trt-program__item-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.trt-program__item-desc {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
    padding: 0px 40px 0px 0px;
}

/* Hero banner */
  .blokes-promo__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 20px;
  }
  .blokes-promo__media img {
    max-width: 100%;
  }
  .blokes-promo__meta {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    align-items: center;
  }
  .blokes-promo__category {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.7;
  }
  .blokes-promo__badge {
     font-size: 10px;
    padding: 2px 17px;
    border-radius: 45px;
    text-transform: uppercase;
    background: #535353;
    color: white;
  }
  .blokes-promo__title {
    font-size: 30px;
    margin: 16px 0;
    font-weight: normal;
    color: #ffffff;
    line-height: 36px;
  }
  .blokes-promo__text {
    font-size: 11px;
    margin-bottom: 16px;
    opacity: 0.9;
  }
  a.blokes-promo__safety-title:hover
 {
    color: white;
}
  .blokes-promo__subscription {
    font-style: italic;
    margin-bottom: 24px;
     opacity: 0.9;
  }
  .blokes-promo__select {
   width: 100%;
    padding: 20px 7px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .blokes-promo__btn {
   display: block;
    width: 100%;
    text-align: center;
    padding: 18px;
    margin-bottom: 12px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
  }
  .blokes-promo__safety-title {
   font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    display: block;
    color: white;
    opacity: 0.6;
    text-align: center;
    margin-bottom: 10px;
  }
  .blokes-promo__safety-desc {
    font-size: 12px;
    opacity: 0.6;
  }
  section.blokes-promo {
    background: #1A1B1E;
}
    .custom-radio-select__box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
.custom-radio-select__selector svg {
    fill: black !important;
    stroke: black;
}
  .custom-radio-select__options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    background: white;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 10;
    pointer-events: none;
  }
  .custom-radio-select__options.active {
    opacity: 1;
    pointer-events: auto;
  }
  .custom-radio-select__option {
    cursor: pointer;
  }
  .custom-radio-select__input {
    display: none;
  }
  .custom-radio-select__label {
    display: block;
    padding: 15px 10px;
    cursor: pointer;
  }
  .custom-radio-select__selector {
    display: flex;
    align-items: center;
    background: white;
    padding: 18px 20px;
    width: 100%;
    border: 0;
    background-color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    overflow: hidden;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
  }
  .custom-radio-select__selected {
   flex: 1;
    color: black;
    opacity: 0.9;
    text-transform: uppercase;
    font-size: 12px;
  }
  .custom-radio-select__arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
  }
  .custom-radio-select__arrow.rotated {
    transform: rotate(180deg);
  }
.custom-radio-select__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}
.custom-radio-select__input:checked + .custom-radio-select__label {
  background-color: #ECECEC;
}
.custom-radio-select__input:checked + .custom-radio-select__label .ch-pro-before::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('https://joiandblokes.com/wp-content/themes/joiandblokes/images/dropdown-ui-checkmark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.blokes-promo__content button.product-form__submit.button.button--secondary.an- {
    background: #ffffff;
    color: #000000;
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px;
    margin-bottom: 12px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
h2.ch-bundel-title {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: black;
}
span.bundle-pro-des {
    display: inline-block;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.bundle-pro-des p {
margin: 0;
}
span.ch-bundel-badge {
    border: solid 1px #34806538;
    background-color: #E4EEEB;
    color: #348065;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 10px;
    margin-right: 2px;
    flex-shrink: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    line-height: 0;
    height: 24px;
}
.cv-combine-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
span.product-option_compare-price {
    text-decoration: line-through;
    color: gray;
}
.free-item-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
}
span.ch-total-pri {
    text-decoration: line-through;
}
.previewCartTotals+.previewCartTotals {
    margin-top: 2px !important;
}
p.ch-trt-content {
   padding: 4px;
    color: white;
    font-size: 12px;
    background: #0C5A83;
    margin: 0px -1px 0 -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 0 14px -6px #00000080;
}
/* cart */
ul.previewCartList.list-unstyled {
    border-radius: 5px;
    margin-bottom: 0;
    background: #535353;
    color: white;
    padding: 10px;
    padding-bottom: 25px;
}
li.previewCartItem.clearfix {
  background: #535353;
}
ul.previewCartList.list-unstyled span.text {
    color: white;
}
ul.previewCartList.list-unstyled span.price {
    color: white;
}
ul.previewCartList.list-unstyled s.before-discount-price {
    color: white;
}
.previewCartItem-remove svg {
    fill: white !important;
    stroke: white !important;
}
.previewCartInfo {
    position: relative;
    padding: 5px 20px 0 !important;
}
.previewCart {
  padding-left: 15px !important;
  padding-right: 15px !important;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
   }
.previewCartProduct span.price-item.price-item--regular {
    color: white;
}
.previewCartProduct span.text {
    color: white;
}
.blokes-promo__safety-desc a {
    display: none;
}
.blokes-promo__safety-desc {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
.blokes-promo__safety-desc.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.readmore {
  display: inline-block;
  color: white;
  cursor: pointer;
  opacity: 0.6;
  font-size: 12px;
}
li.last-stepp.previewCartItem.clearfix {
    order: 2;
    display: flex;
    align-items: flex-start;
}
li.last-stepp.previewCartItem.clearfix .previewCartItem-content.cart-item-block-right {
    padding-top: 12px;
}
li.last-stepp.previewCartItem.clearfix cart-update-quantity.previewCartItem-qty {
    display: none;
}
.ch-pro-des {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
}
span.product-option__title-des {
    font-size: 11px;
    font-weight: normal;
}
a.site-nav-title
 {
    font-weight: normal;
}
h3.custom-steps__block-title {
    text-align: left;
}
p.review-text {
    font-size: 15px;
}
/* scrolling section */
  .slider-reviews-section .reviews-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .slider-reviews-section .reviews-track {
    display: flex !important;
    gap: 2rem;
    will-change: transform;
  }
  .slider-reviews-section .review-card {
    flex: 0 0 auto;
    width: calc(100% - 25px) !important;
    border-radius: 10px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.slider-reviews-section h2 {
    text-align: center;
    font-weight: normal;
    padding-bottom: 18px;
     font-size: 30px;
}
.ch-scrolling-wraper strong {
    color: gray;
    font-weight: normal;
    font-size: 30px;
}
  .ch-scrolling-wraper {
    padding: 50px 0px;
}
  .review-card {
    background: #535353;
}
/* custom image-text */
  .what-blokes-offers__inner {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #464646;
    border-radius: 20px;
    align-items: center;
  }
  .what-blokes-offers__badge {
    display: inline-block;
    padding: 2px 20px 0px;
    border-radius: 12px;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .what-blokes-offers__heading {
    font-size: 32px;
    margin: 0 0 24px;
  }

  .what-blokes-offers__list {
    list-style: disc inside;
    margin: 0 0 32px;
    padding: 0;
  }
  .what-blokes-offers__item {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .what-blokes-offers__button {
  display: inline-block;
    padding: 15px 32px;
    border-radius: 4px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
  }
  .what-blokes-offers__media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
.ch.what-blokes-offers__outer {
    padding-top: 50px;
} 
/* collapsible tab */
 .ch.collapsible-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .ch.collapsible-col {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  .ch.tab-icon {
    background-color: #F15929;
    color: #1a1a1a;
    font-size: 16px;
    padding: 6px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    min-width: 32px;
    text-align: center;
  }
  .ch.tab-content {
    margin-top: 10px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.5;
  }
  .collapsible-section-width {
    width: 100%;
    max-width: 1200px;
    margin: auto;
   }
.ch-main-sec-headings {
    max-width: 600px;
    margin: auto;
}
  details.ch.collapsible-item span {
    font-size: 16px;
    font-weight: normal;
}
p.cart-item-allocation {
    color: white !important;
}
.card-information__wrapper.text-left span.ch-price-item.price-item--regular  {
    margin-right: 5px;
    display: none;
}
span.price-item.price-item--sale {
    display: none;
}