/** Shopify CDN: Minification failed

Line 7432:9 Expected ":"
Line 7432:15 Expected ":"

**/
/* ==========================================
          START :: LOGO MARQUEE
========================================== */

.logo_marquee_header h2 {
  margin: 0;
  color: var(--Primary-Black, #000);
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.3;
  text-align: center;
}
.logo_marquee_slider {
  margin-top: 8px;
  display: flex;
}
.logo_marquee_slider.slick-initialized.slick-slider {
  display: block;
}
.logo_marquee_img img {
  max-width: 100%;
  height: 70px;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .logo_marquee_header h2 {
    font-size: 10px;
  }
  .logo_marquee_slider {
    margin-top: 2px;
  }
}

/* ==========================================
          END :: LOGO MARQUEE
========================================== */

/* ==========================================
            START :: TABING FAQ
========================================== */

.tabing_faq_container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}
.tabing_faq_title h2 {
  margin: 0;
  color: var(--Black, #101010);
  text-align: center;
  font-family: "Akira Expanded";
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}

.tabing_faq_content {
  margin-top: 32px;
}
.tabing_faq_content .tabing_faq_item {
  border-bottom: 1px solid #e7e7e7;
}
.tabing_faq_content .tabing_faq_item:first-child {
  border-top: 1px solid #e7e7e7;
}
.tabing_faq_content .tabing_faq_item .tabing_faq_item_header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: transparent;
  padding: 20px 0;
}
.tabing_faq_item_header h5 {
  margin: 0;
  color: var(--Black, #101010);
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal;
}
.tabing_faq_item_header.active h5 {
  background: linear-gradient(180deg, #ac5dff, #7145ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tabing_faq_item_header:after {
  content: "+";
  font-size: 24px;
  position: absolute;
  right: 0;
}
.tabing_faq_item_header.active::after {
  content: "\2212";
}
.tabing_faq_item_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.tabing_faq_item_content {
  padding: 0px 0 20px;
  margin-top: -4px;
}
.tabing_faq_item_content p {
  margin: 0;
  color: var(--Black, #101010);
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.tabing_faq_box {
  margin-top: 56px;
}
.tabing_faq_box .tabing_faq_titlebox ul.tf_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabing_faq_box .tabing_faq_titlebox ul.tf_tabs li.tab-link {
  border-radius: 99px;
  border: 1px solid var(--614FFF, #614fff);
  background: #fff;
  padding: 11px 24px;
  color: var(--Black, #101010);
  text-align: center;
  font-family: "Akira Expanded";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  cursor: pointer;
}
.tabing_faq_box .tabing_faq_titlebox ul.tf_tabs li.tab-link.current {
  background: #614fff;
  color: #fff;
}
.tabing_faq_content.tf_content {
  display: none;
}
.tabing_faq_content.tf_content.current {
  display: inherit;
}

.tabing_faq_contactbox {
  display: flex;
  gap: 10px;
  margin-top: 56px;
  justify-content: space-between;
}
/* .tabing_faq_contactbox .tf_contant_col {
  width: 33.3%;
} */
.tf_contact_details .tf_contact_icon svg {
  display: block;
}
.tf_contact_details .tf_contact_title {
  margin: 20px 0 0;
  color: var(--Black, #101010);
  font-family: "Akira Expanded";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.tf_contact_details .tf_contact_text {
  margin: 11px 0 0;
  color: var(--Black, #101010);
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.75;
}
.tf_contact_details .tf_contact_btn {
  display: block;
  width: fit-content;
  color: var(--614FFF, #614fff);
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.16px;
  text-decoration-line: underline;
  margin: 11px 0 0;
}

@media (max-width: 1024px) {
  .tabing_faq_container {
    max-width: 720px;
    padding: 0 20px;
  }
  .tabing_faq_title h2 {
    font-size: 30px;
  }
  .tabing_faq_box {
    margin-top: 32px;
  }
  .tabing_faq_box .tabing_faq_titlebox ul.tf_tabs li.tab-link {
    padding: 11px 24px;
    font-size: 12px;
  }
  .tabing_faq_item_header h5 {
    font-size: 16px;
  }
  .tabing_faq_item_content p {
    font-size: 15px;
  }
  .tf_contact_details .tf_contact_icon svg {
    display: block;
    width: 28px;
    height: 28px;
  }
  .tf_contact_details .tf_contact_title {
    margin: 16px 0 0;
    font-size: 16px;
  }
  .tf_contact_details .tf_contact_text {
    margin: 8px 0 0;
    font-size: 15px;
  }
  .tf_contact_details .tf_contact_btn {
    font-size: 15px;
    letter-spacing: -0.15px;
    margin: 8px 0 0;
  }
  .tabing_faq_contactbox .tf_contant_col {
    width: 28%;
  }
  .tabing_faq_contactbox {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .tabing_faq_contactbox.tabing_faq_contactbox_mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .tabing_faq_container {
    padding: 0 16px;
  }
  .tabing_faq_box .tabing_faq_titlebox ul.tf_tabs {
    justify-content: start;
    gap: 12px;
    overflow-x: auto;
    margin-right: -16px;
    padding: 0 16px 10px 0;
  }
  .tabing_faq_title h2 {
    font-size: 25px;
    text-align: left;
  }
  .tabing_faq_box {
    margin-top: 24px;
  }
  .tabing_faq_content {
    margin-top: 14px;
  }
  .tabing_faq_box .tabing_faq_titlebox ul.tf_tabs li.tab-link {
    padding: 11px 16px;
    font-size: 11px;
    flex: 0 0 auto;
  }
  .tabing_faq_contactbox.tabing_faq_contactbox_desktop {
    display: none;
  }
  .tabing_faq_contactbox {
    margin-top: 24px;
    gap: 6px;
  }
  .tabing_faq_contactbox .tf_contant_col {
    width: 33%;
  }
  .tabing_faq_contactbox .tf_contant_col div.tf_contact_details {
    text-decoration: none;
    display: block;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 15px 10px;
    height: 100%;
  }
  .tf_contact_details .tf_contact_icon svg {
    width: 24px;
    height: 24px;
  }
  .tf_contact_details .tf_contact_title {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .tf_contact_details .tf_contact_text {
    margin: 8px 0 0;
    font-size: 13px;
  }
  .tf_contact_details .tf_contact_btn {
    font-size: 13px;
    letter-spacing: -0.13px;
    margin: 8px 0 0;
  }
}

/* ==========================================
            END :: TABING FAQ
========================================== */

/* ==========================================
        START :: LANDING BENEFITS
========================================== */

.lading_benefits_header .section-header .title {
  margin: 0;
  color: var(--Black, #101010);
  text-align: center;
  font-family: "Akira Expanded";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}
.lading_benefits_header .landing_header_text {
  margin-top: 16px;
}
.lading_benefits_header .landing_header_text p {
  margin: 0;
  color: var(--Black, #101010);
  text-align: center;
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.landing_benefits .landing_header_text {
  margin-top: 16px;
}
.landing_benefits .landing_header_text p {
  margin: 0;
  color: var(--Black, #101010);
  text-align: center;
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.landing_benefits_tabbox {
  margin-top: 40px;
}
.landing_benefit_tabbing {
  padding-top: 14px;
}
.lb_tabing_titlebox ul.benefits_tabing,
.landing_benefit_tabbing .lb-section-tabbing ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  flex-wrap: nowrap;
}
.lb_tabing_titlebox ul.benefits_tabing li,
.landing_benefit_tabbing .lb-section-tabbing ul li {
  background: none;
  display: inline-block;
  padding: 10px 21px 7px;
  cursor: pointer;
  border-radius: 99px;
  border: 1px solid #614fff;
  color: #101010;
  font-family: "Akira Expanded";
  font-size: 13.65px;
  font-style: normal;
  font-weight: 800;
  line-height: 25.2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.lb_tabing_titlebox ul.benefits_tabing li.current {
  background: #614fff;
  color: #fff;
}
.landing_benefit_tabbing .lb-section-tabbing ul li.current {
  background: linear-gradient(264deg, #ac5dff 12.28%, #7145ff 76.09%), #614fff;
  border: 1px solid #739bd0;
  color: #fff;
}
.landing_benefit_tabbing .lb-section-tabbing ul li:not(.current) {
  background: transparent;
  color: #000;
  border: 1px solid #614fff;
}
.benefits_tab_content,
.landing_benefit-text-tabbox {
  display: none;
}
.landing_benefit-text-tabbox.current {
  display: block !important;
}
.benefits_tab_content.current {
  display: inherit;
}
.benefits_tab_content {
  margin-top: 48px;
}
.benefits_tab_content .benefits_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* justify-content: center; */
}
.benefits_tab_content .benefits_grid .benefits_box {
  width: calc(100% / 3 - 11px);
  border-radius: 8.4px;
  border: 1.05px solid #e7e7e7;
  background: #614fff00;
  padding: 18px 30px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
}

.benefits_tab_content .benefits_grid.bgrid--2 .benefits_box {
  width: calc(100% / 2 - 8px);
}
.benefits_tab_content .benefits_grid.bgrid--1 .benefits_box {
  width: 100%;
}

.benefits_tab_content .benefits_grid .benefits_box:hover {
  border: 1.05px solid #614fff;
  background: rgba(97, 79, 255, 0.05);
}
.benefits_box .benefits_box_title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.benefits_box .benefits_box_title svg {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.benefits_box .benefits_box_title h5 {
  margin: 0;
  flex: 1;
  color: #101010;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 18.9px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: normal;
}
.benefits_box .benefits_box_text {
  margin-top: 8px;
}
.benefits_box .benefits_box_text p {
  margin: 0;
  color: #101010;
  font-family: var(--tt-hoves-pro-trial);
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
}

@media only screen and (max-width: 1590px) {
  .lb_tabing_titlebox ul.benefits_tabing li {
    padding: 10px 14px 7px;
    font-size: 13px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .lb_tabing_titlebox ul.benefits_tabing {
    justify-content: start;
    gap: 10px;
    overflow-x: auto;
    margin-right: -20px;
    padding: 0 20px 10px 0;
  }
}
@media (max-width: 1024px) {
  .lading_benefits_header .section-header .title {
    font-size: 30px;
  }
  .lading_benefits_header .landing_header_text p,
  .landing_benefits .landing_header_text p {
    font-size: 15px;
  }
  .landing_benefits_tabbox {
    margin-top: 32px;
  }
  .lb_tabing_titlebox ul.benefits_tabing li {
    padding: 9px 21px 6px;
    font-size: 12px;
  }
  .benefits_tab_content {
    margin-top: 32px;
  }
  .benefits_tab_content .benefits_grid .benefits_box {
    border-radius: 8px;
    padding: 18px 20px;
  }
  .benefits_box .benefits_box_title h5 {
    font-size: 18px;
  }
  .benefits_box .benefits_box_text p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .landing_benefits .page-width {
    padding: 0 20px;
  }
}

@media (max-width: 850px) {
  .lb_tabing_titlebox ul.benefits_tabing li {
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .landing_benefits .page-width {
    padding: 0 16px;
  }
  .lading_benefits_header .section-header .title {
    font-size: 25px;
    text-align: left;
    /* max-width: 280px; */
  }
  .lading_benefits_header .landing_header_text {
    margin-top: 12px;
  }
  .landing_benefits .landing_header_text {
    margin-top: 12px;
  }
  .lading_benefits_header .landing_header_text p,
  .landing_benefits .landing_header_text p {
    font-size: 15px;
    text-align: left;
  }
  .benefits_tab_content .benefits_grid .benefits_box {
    width: calc(100% / 2 - 8px);
  }
  .lb_tabing_titlebox ul.benefits_tabing li {
    padding: 7px 16px 5px;
    font-size: 11px;
  }
  .lb_tabing_titlebox ul.benefits_tabing {
    margin-right: -16px;
    padding: 0 16px 10px 0;
  }
}

@media (max-width: 575px) {
  .benefits_tab_content .benefits_grid .benefits_box {
    width: 100%;
  }
  .benefits_tab_content .benefits_grid {
    gap: 8px;
  }
  .lading_benefits_header .section-header .title {
    max-width: 300px;
  }
  .landing_benefits_tabbox {
    margin-top: 24px;
  }
  .benefits_tab_content {
    margin-top: 16px;
  }
}

/* ==========================================
        END :: LANDING BENEFITS
========================================== */

/* ==========================================
        START :: COMPANY NUMBERS
========================================== */

.company_numbers_container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 40px;
}
.company_number_title h2 {
  margin: 0;
  color: var(--Black, #101010);
  text-align: center;
  font-family: "Akira Expanded";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}
.company_number_grid {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.company_number_col.cn_col_score {
  width: 25%;
  border-radius: 21.92px;
  background: radial-gradient(
      189.97% 151.43% at 96.32% 1.72%,
      rgba(170, 93, 255, 0.15) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    #303030;
}
.company_number_grid .company_number_col.cn_col_numbers {
  width: 50%;
}
.company_number_col .cn_whoop_box {
  padding: 27px;
}
.company_number_col .cn_whoop_box .cn_whoop_icon svg {
  margin: 0 auto;
  display: block;
}
.company_number_col .cn_whoop_box .whoop_before {
  margin-top: 32px;
}
.whoop_after {
  margin-top: 27px;
}
.company_number_col .cn_whoop_box .whoop_before span,
.whoop_after span {
  display: block;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 16.44px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.company_number_col .progress-container {
  position: relative;
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.company_number_col .progress-circle {
  width: 115px;
  height: 115px;
  background: radial-gradient(closest-side, #303030 85%, transparent 88%),
    conic-gradient(#614fff 0deg, #fff 0deg); /* initial state */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_number_col .progress-circle-first {
  animation: fill-progress 2s forwards;
}
.company_number_col .progress-circle-second {
  animation: fill-progress-2 2s forwards;
}
.company_number_col .progress-circle-third {
  animation: fill-progress-3 2s forwards;
}
.company_number_col .progress-circle-four {
  animation: fill-progress-4 2s forwards;
}
.company_number_col .progress-circle-first-m {
  animation: fill-progress-m1 2s forwards;
}
.company_number_col .progress-circle-second-m {
  animation: fill-progress-m2 2s forwards;
}
.company_number_col .progress-circle-third-m {
  animation: fill-progress-m3 2s forwards;
}
.company_number_col .progress-circle-four-m {
  animation: fill-progress-m4 2s forwards;
}
/* Centered text within progress circle */
.company_number_col .progress-text {
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: var(--tt-hoves-pro-trial-black);
  font-size: 30.14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
/* 
.company_number_col .progress-bar {
  width: 115px;
  height: 115px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 0;
}
.company_number_col .progress-bar:before {
  counter-reset: percentage var(--progress-value);
  content: counter(percentage) "%";
  text-align: center;
  color: #fff;
  font-family: var(--tt-hoves-pro-trial-black);
  font-size: 30.14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.company_number_col .first {
  background: radial-gradient(closest-side, #303030 85%, transparent 88% 101%),
    conic-gradient(#614fff calc(var(--progress-value) * 1%), #fff 0);
  -webkit-animation: first-progress 2s 1 forwards;
  animation: first-progress 2s 1 forwards;
}
.company_number_col .first::before {
  -webkit-animation: first-progress 2s 1 forwards;
  animation: first-progress 2s 1 forwards;
}
.company_number_col .second {
  background: radial-gradient(
      closest-side,
      #303030 85%,
      transparent 87% 101%,
      white 0
    ),
    conic-gradient(#bb75f5 calc(var(--progress-value) * 1%), #fff 0);
  -webkit-animation: second-progress 2s 1 forwards;
  animation: second-progress 2s 1 forwards;
}
.company_number_col .third {
  background: radial-gradient(
      closest-side,
      #303030 85%,
      transparent 88% 101%,
      white 0
    ),
    conic-gradient(#614fff calc(var(--progress-value) * 1%), white 0);
  -webkit-animation: third-progress 2s 1 forwards;
  animation: third-progress 2s 1 forwards;
}
.company_number_col .third::before {
  -webkit-animation: third-progress 2s 1 forwards;
  animation: third-progress 2s 1 forwards;
}
.company_number_col .fourth {
  background: radial-gradient(
      closest-side,
      #303030 85%,
      transparent 87% 101%,
      white 0
    ),
    conic-gradient(#bb75f5 calc(var(--progress-value) * 1%), white 0);
  -webkit-animation: fourth-progress 2s 1 forwards;
  animation: fourth-progress 2s 1 forwards;
}
.company_number_col .fourth::before {
  -webkit-animation: fourth-progress 2s 1 forwards;
  animation: fourth-progress 2s 1 forwards;
}
.company_number_col progress {
  visibility: hidden;
  width: 0;
  height: 0;
} */

.company_number_col .cn_whoop_box .improved_box {
  margin-top: 32px;
}
.company_number_col .cn_whoop_box .improved_box {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.company_number_col .cn_whoop_box .improved_box span {
  display: block;
  color: var(--White, #fff);
  font-family: "Libre Franklin";
  font-size: 16.44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.company_number_col .cn_whoop_box .improved_box h6 {
  margin: 0;
  color: var(--White, #fff);
  font-family: "Libre Franklin";
  font-size: 16.44px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 135.63px;
  background: var(--BB75F5, #bb75f5);
  padding: 2px 10px;
}

.company_number_col .cn_number_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.company_number_col .cn_number_grid .cn_number_col {
  width: 100%;
}
.company_number_col .cn_number_grid .cn_number_col {
  width: 100%;
  border-radius: 14.4px;
  background: #f7f7f7;
  padding: 37px;
}
.company_number_col .cn_number_grid .cn_number_col.cn_number_blue {
  background: rgba(97, 79, 255, 0.1);
}
.company_number_col .cn_number_grid .cn_number_col.cn_number_half {
  width: calc(100% / 2 - 8px);
}
.company_number_col .cn_number_grid .cn_number_col .cn_numbering_main h3 {
  margin: 0;
  color: #101010;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 57.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.company_number_col
  .cn_number_grid
  .cn_number_col
  .cn_numbering_main
  span.cn_numbering_label {
  display: block;
  color: var(--Black, #101010);
  text-align: center;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 8px;
}

@media (max-width: 1249px) {
  .company_number_col .cn_number_grid .cn_number_col {
    padding: 34px 10px;
  }
  .company_number_col .cn_whoop_box {
    padding: 27px 10px;
  }
  .company_number_col.cn_col_score {
    width: 22%;
  }
  .company_number_grid .company_number_col.cn_col_numbers {
    width: 56%;
  }
}

@media (max-width: 1149px) {
  .company_number_col .cn_whoop_box .improved_box span {
    font-size: 14px;
  }
  .company_number_col .cn_whoop_box .improved_box h6 {
    font-size: 13px;
    padding: 3px 8px 1px;
  }
}

@media (max-width: 1024px) {
  .company_number_title h2 {
    font-size: 30px;
  }
  .company_number_grid {
    gap: 12px;
    margin-top: 32px;
  }
  .company_number_col .cn_whoop_box .whoop_before {
    margin-top: 25px;
  }
  .company_number_col .cn_whoop_box .whoop_before span,
  .whoop_after span {
    font-size: 14px;
  }
  .company_number_col .progress-bar {
    width: 100px;
    height: 100px;
  }
  .company_number_col .progress-bar:before,
  .company_number_col .progress-text {
    font-size: 23px;
  }
  .company_number_col .cn_whoop_box .improved_box span {
    font-size: 12px;
  }
  .company_number_col .cn_whoop_box .improved_box h6 {
    font-size: 11px;
    padding: 2px 6px 0px;
  }
  .company_number_col .cn_number_grid .cn_number_col .cn_numbering_main h3 {
    font-size: 40px;
  }
  .company_number_col
    .cn_number_grid
    .cn_number_col
    .cn_numbering_main
    span.cn_numbering_label {
    font-size: 12px;
    margin-top: 6px;
  }
  .company_number_col .cn_whoop_box .improved_box {
    margin-top: 20px;
    gap: 4px;
  }
}

@media (max-width: 991px) {
  .company_numbers_container {
    padding: 0 20px;
  }
  .company_number_col.cn_col_score {
    width: 25%;
  }
  .company_number_grid .company_number_col.cn_col_numbers {
    width: 50%;
  }
}

@media (max-width: 850px) {
  .company_number_col .cn_number_grid .cn_number_col {
    padding: 32px 5px;
  }
}

@media (min-width: 768px) {
  .company_number_mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .company_numbers_container {
    padding: 0 16px;
  }
  .company_number_grid.company_number_desktop {
    display: none;
  }
  .company_number_title h2 {
    font-size: 25px;
  }
  .company_number_mobile {
    margin-top: 24px;
  }
  .company_number_mobilegrid {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .company_number_mobilegrid .cn_mobile_col.cn_whoop_mobile,
  .company_number_mobilegrid .cn_mobile_col.cn_number_mobile,
  .company_number_mobilegrid .company_number_col.cn_col_score {
    width: 100%;
  }
  .company_number_col .cn_number_grid .cn_number_col .cn_numbering_main h3 {
    font-size: 28px;
  }
  .company_number_col
    .cn_number_grid
    .cn_number_col
    .cn_numbering_main
    span.cn_numbering_label {
    font-size: 11px;
    margin-top: 6px;
  }
  .company_number_col .cn_whoop_box .cn_whoop_icon svg {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 16px;
  }
  .company_number_col .cn_whoop_box .whoop_before {
    margin-top: 16px;
  }
  .company_number_col .cn_whoop_box .whoop_before span,
  .whoop_after span {
    font-size: 12px;
  }
  .company_number_col .progress-bar {
    width: 90px;
    height: 90px;
  }
  .company_number_col .progress-bar:before,
  .company_number_col .progress-text {
    font-size: 20px;
  }
  .company_number_col .cn_whoop_box .improved_box span {
    font-size: 11px;
  }
  .company_number_col .cn_whoop_box .improved_box h6 {
    font-size: 10px;
    padding: 2px 5px 1px;
  }
  .company_number_col.cn_col_score {
    border-radius: 8px;
  }
  .company_number_col .cn_number_grid .cn_number_col {
    border-radius: 8px;
  }
  .cn_mobile_oura .company_number_col.cn_col_score {
    width: 100%;
    margin-top: 8px;
  }
  .company_number_col .cn_whoop_box .whoop_before {
    margin-top: 0px;
  }
  .oura_before_after {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  .oura_before_after .whoop_before,
  .oura_before_after .whoop_after {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
  }
  .oura_before_after span {
    max-width: 50px;
  }
  .oura_before_after .progress-bar {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .cn_oura_iconbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
  .cn_oura_iconbox .improved_box {
    margin: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 10px;
  }
  .cn_oura_iconbox .cn_whoop_icon svg {
    width: 52.545px !important;
    height: 16.457px !important;
    margin-right: 10px !important;
  }
  .company_number_col .cn_number_grid {
    gap: 8px;
  }
  .company_number_col .cn_number_grid .cn_number_col {
    padding: 30px 8px;
  }
  .cn_mobile_col.cn_whoop_mobile .cn_whoop_icon svg {
    width: 100px !important;
    height: 16px !important;
  }
  .company_number_col .cn_whoop_box {
    padding: 16px 10px;
  }
  .company_number_col .cn_number_grid .cn_number_col:nth-child(2) {
    order: 4;
  }
  .company_number_col .cn_number_grid .cn_number_col.cn_number_half {
    width: calc(50% - 4px);
  }
}

/* Vertical -- START */

.company_number_vertical {
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.company_number_vertical .company_number_col {
  width: 100%;
}
.company_number_vertical .company_number_col.cn_col_numbers {
  display: none;
}
.company_number_vertical .company_number_col .cn_whoop_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 60px;
  padding-top: 40px;
}
.company_number_vertical .company_number_col .cn_whoop_box .cn_whoop_icon {
  min-width: 150px;
}
.company_number_vertical .company_number_col .cn_whoop_box .whoop_before,
.company_number_vertical .company_number_col .cn_whoop_box .whoop_after {
  margin: 0px 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: fit-content;
  justify-content: center;
  gap: 20px;
}
.company_number_vertical
  .company_number_col
  .cn_whoop_box
  .whoop_before
  .whoop_before_progress,
.company_number_vertical
  .company_number_col
  .cn_whoop_box
  .whoop_after
  .whoop_before_progress {
  width: fit-content;
}
.company_number_vertical .company_number_col .improved_box {
  width: 100%;
  margin: 0;
}

/* Vertical -- END */

/* ==========================================
        END :: COMPANY NUMBERS
========================================== */

/* ==========================================
        START :: BANNER BOX
========================================== */

.banner_box_section {
  padding: 20px 0px;
}
.banner_box_section .banner_box_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.banner_box_contentbox {
  background-image: url(/cdn/shop/files/Optional_-__Guarantee_V2_Large_72db8f57-9081-4fdc-b02b-1a40e464f826.png?v=1728371764);
  padding: 80px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner_box_content {
  max-width: 505px;
}
.banner_box_contentbox .bb_content_icon svg {
  display: block;
}
.banner_box_content .bb_content_title {
  margin-top: 14px;
}
.banner_box_content .bb_content_title h2 {
  margin: 0;
  color: #fff;
  font-family: "Akira Expanded";
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
.banner_box_content .bb_content_title h2 strong {
  display: block;
  color: #fff;
  font-family: "Akira Expanded";
  background: linear-gradient(180deg, #ac5dff, #7145ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_box_content .bb_content_text {
  margin-top: 8px;
  max-width: 400px;
}
.banner_box_content .bb_content_text p {
  margin: 0;
  color: #fff;
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.banner_box_content .bb_content_btn {
  margin-top: 26px;
}
.banner_box_content .bb_content_btn a {
  border-radius: 99px;
  background: var(--614FFF, #614fff);
  display: block;
  padding: 20px;
  color: var(--White, #fff);
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.banner_box_content .bb_usps_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 17px;
}
.banner_box_content .bb_usps_box .bb_usps_list {
  display: flex;
  align-items: center;
  border-radius: 99px;
  background: rgba(135, 135, 135, 0.15);
  backdrop-filter: blur(10px);
  gap: 4px;
  padding: 10px 16px;
}
.banner_box_content .bb_usps_box .bb_usps_list .bb_usps_icon {
  flex: 0 0 auto;
}
.banner_box_content .bb_usps_box .bb_usps_list .bb_usps_icon svg {
  display: block;
}
.banner_box_content .bb_usps_box .bb_usps_list span.bb_usps_text {
  display: block;
  flex: 1;
  color: #fff;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .banner_box_contentbox {
    padding: 60px;
  }
}

@media (max-width: 1024px) {
  .banner_box_contentbox {
    padding: 60px;
    border-radius: 12px;
  }
  .banner_box_contentbox .bb_content_icon svg {
    display: block;
    width: 48px;
    height: 48px;
  }
  .banner_box_content .bb_content_title h2 {
    font-size: 30px;
  }
  .banner_box_content .bb_content_title {
    margin-top: 10px;
  }
  .banner_box_section .banner_box_container {
    padding: 0 16px;
  }
  .banner_box_content .bb_content_text p {
    font-size: 15px;
  }
  .banner_box_content .bb_content_text {
    margin-top: 5px;
    max-width: 350px;
  }
  .banner_box_content .bb_content_btn {
    margin-top: 18px;
  }
  .banner_box_content .bb_content_btn a {
    padding: 15px;
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .banner_box_content .bb_usps_box .bb_usps_list {
    padding: 8px 12px;
  }
  .banner_box_content .bb_usps_box .bb_usps_list .bb_usps_icon svg {
    display: block;
    width: 18px;
    height: 18px;
  }
  .banner_box_content .bb_usps_box .bb_usps_list span.bb_usps_text {
    font-size: 11px;
  }
  .banner_box_content {
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .banner_box_contentbox {
    padding: 40px;
    border-radius: 12px;
  }
}

@media (max-width: 767px) {
  .banner_box_contentbox {
    padding: 170px 19px 19px;
    background-position: top center;
  }
  .banner_box_contentbox .bb_content_icon svg {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .banner_box_content .bb_content_title h2 {
    font-size: 25px;
    text-align: center;
  }
  .banner_box_content .bb_content_btn {
    margin-top: 16px;
  }
  .banner_box_content .bb_content_btn a {
    padding: 16px;
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .banner_box_content .bb_usps_box {
    gap: 8px;
    margin-top: 8px;
  }
  .banner_box_content .bb_usps_box .bb_usps_list {
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
  }
  .banner_box_content .bb_usps_box .bb_usps_list .bb_usps_icon svg {
    width: 20px;
    height: 20px;
  }
  .banner_box_content .bb_usps_box .bb_usps_list span.bb_usps_text {
    font-size: 11px;
    text-align: center;
  }
  .banner_box_content .bb_content_text p {
    text-align: center;
  }
  .banner_box_content {
    margin: 0 auto;
  }
}

/* ==========================================
        END :: BANNER BOX
========================================== */

/* ==========================================
        START :: IMAGE MARQUEE
========================================== */

.image_marquee_slide {
  margin: 0 8px;
}
.image_marquu_box {
  padding-top: 100%;
  position: relative;
}
.image_marquu_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 767px) {
  .image_marquee_slide {
    margin: 0 6px;
  }
}

/* ==========================================
        END :: IMAGE MARQUEE
========================================== */
/* ==========================================
        START :: TRUSTED REVIEWS
========================================== */

.trusted_review_container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
.trusted_review_title h2 {
  margin: 0;
  color: var(--Black, #101010);
  text-align: center;
  font-family: "Akira Expanded";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}
.trusted_review_header {
  margin-top: 24px;
}
.trusted_review_header .tr_header_box {
  border-radius: 99px;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.trusted_review_header .tr_header_box .tr_header_label {
  border-right: 1px solid #e7e7e7;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.trusted_review_header .tr_header_label svg {
  display: block;
}
.trusted_review_header .tr_header_label span {
  color: var(--Primary-Black, #000);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.926px;
  display: block;
  margin-top: 3px;
}
.trusted_review_header .tr_header_star {
  display: flex;
  border-right: 1px solid #e7e7e7;
  padding: 4px 16px;
  gap: 2.5px;
}
.trusted_review_header .tr_header_star svg {
  background: #219653;
  padding: 3px;
  width: 24px;
  height: 24px;
  display: block;
}
.trusted_review_header .tr_header_rated {
  border-right: 1px solid #e7e7e7;
  padding: 4px 16px;
  border-left: 1px solid #e7e7e7;
}
.trusted_review_header .tr_header_rated span,
.trusted_review_header .tr_header_happy span {
  display: block;
  color: var(--Primary-Black, #000);
  font-family: var(--tt-hoves-pro-trial-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.926px;
}
.trusted_review_header .tr_header_happy {
  padding: 4px 16px;
}

.trusted_review_grid {
  display: flex;
  gap: 20px;
  margin-top: 56px;
}
.trusted_review_grid .trusted_review_col {
  width: calc(100% / 4 - 15px);
}
.simple_review_box {
  border-radius: 12px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
  padding: 20px;
  height: 100%;
  position: relative;
}
.simple_review_author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.simple_review_author .sr_author_img {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
}
.simple_review_author .sr_author_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 99px;
}
.simple_review_author .sr_author_details {
  flex: 1;
}
.simple_review_author .sr_author_details .sr_author_name {
  display: flex;
  align-items: center;
  gap: 4px;
}
.simple_review_author .sr_author_details .sr_author_name h5 {
  margin: 0;
  color: var(--Black, #101010);
  font-family: var(--tt-hoves-pro-trial-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal;
}
.simple_review_author
  .sr_author_details
  .sr_author_name
  span.sr_author_verified
  svg {
  display: block;
  margin-top: -2px;
}
.simple_review_text p,
.banner_review_content .banner_review_text p {
  margin: 0;
  color: var(--Black, #101010);
  font-family: var(--tt-hoves-pro-trial);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.75;
}
.simple_review_text {
  margin-top: 12px;
}
.sr_twitter_icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.sr_twitter_icon svg {
  display: block;
}
span.simple_review_date {
  display: block;
  color: var(--Black, #101010);
  font-family: Libre Franklin;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
  opacity: 0.6;
}
.br_banner_box {
  padding-top: 110%;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.br_banner_box .br_banner_video,
.br_banner_box .br_banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.br_banner_box .br_banner_video img,
.br_banner_box .br_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.br_banner_box .br_banner_video video.tvideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.br_banner_box .br_banner_video .tplay-icon img {
  width: 64px;
  height: 64px;
  display: block;
}
.br_banner_box .br_banner_video .tplay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.banner_review_content {
  border-radius: 0 0 12px 12px;
  background: #fff;
  padding: 18px 15px 20px;
}
.banner_review_author.simple_review_author {
  margin-top: 14px;
}
span.sr_author_user {
  display: block;
  color: var(--Black, #101010);
  font-family: var(--tt-hoves-pro-trial);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
}
.tr_col_grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.tr_col_grid .tr_col_banner {
  height: 100%;
}
.tr_col_grid .tr_col_simple {
  height: 100%;
}
.tr_col_grid.reverse_position_col {
  flex-direction: column-reverse;
}
.trusted_review_footer {
  margin-top: 56px;
}
.trusted_review_footer .tf_footer_btn a {
  border-radius: 99px;
  background: var(--614FFF, #614fff);
  padding: 20px;
  display: block;
  max-width: 354px;
  margin: 0 auto;
  color: var(--White, #fff);
  font-family: var(--tt-hoves-pro-trial-demibold);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.trusted_review_usps {
  margin-top: 16px;
}
.trusted_review_usps .tr_usps_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.trusted_review_usps .tr_usps_box .tr_usps_list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.trusted_review_usps .tr_usps_box .tr_usps_list .tr_usps_icon svg {
  display: block;
}
.trusted_review_usps .tr_usps_box .tr_usps_list span.ts_usps_label {
  display: block;
  color: var(--Black, #101010);
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .trusted_review_title h2 {
    font-size: 30px;
  }
  .trusted_review_header {
    margin-top: 17px;
  }
  .trusted_review_header .tr_header_box {
    padding: 4px 6px;
  }
  .trusted_review_header .tr_header_box .tr_header_label {
    padding: 3px 13px;
    gap: 4px;
  }
  .trusted_review_header .tr_header_label span {
    font-size: 13px;
    line-height: 26px;
    margin-top: 4px;
  }
  .trusted_review_header .tr_header_star {
    padding: 3px 13px;
    gap: 2px;
  }
  .trusted_review_header .tr_header_star svg {
    padding: 2px;
    width: 20px;
    height: 20px;
  }
  .trusted_review_header .tr_header_rated {
    padding: 3px 13px;
  }
  .trusted_review_header .tr_header_rated span,
  .trusted_review_header .tr_header_happy span {
    font-size: 12px;
    line-height: 22px;
  }
  .trusted_review_grid {
    gap: 14px;
    margin-top: 30px;
  }
  .trusted_review_grid .trusted_review_col {
    width: calc(25% - 10px);
  }
  .tr_col_grid {
    gap: 14px;
  }
  .simple_review_box {
    border-radius: 8px;
    padding: 14px;
  }
  .simple_review_author .sr_author_img {
    width: 26px;
    height: 26px;
  }
  .simple_review_author {
    gap: 6px;
  }
  .simple_review_author .sr_author_details .sr_author_name h5 {
    font-size: 12px;
  }
  .simple_review_author
    .sr_author_details
    .sr_author_name
    span.sr_author_verified
    svg {
    display: block;
    margin-top: 0px;
    width: 12.825px;
    height: 12.825px;
  }
  .simple_review_text p,
  .banner_review_content .banner_review_text p {
    font-size: 12px;
  }
  .simple_review_text {
    margin-top: 10px;
  }
  .banner_review_content {
    border-radius: 0 0 8px 8px;
    padding: 16px 14px 15px;
  }
  span.sr_author_user {
    font-size: 12px;
  }
  .br_banner_box .br_banner_video .tplay-icon img {
    width: 54px;
    height: 54px;
  }
  .br_banner_box {
    padding-top: 95%;
  }
  .sr_twitter_icon {
    top: 8px;
    right: 8px;
  }
  .sr_twitter_icon svg {
    display: block;
    width: 14.25px;
    height: 14.25px;
  }
  span.simple_review_date {
    font-size: 11px;
    margin-top: 9px;
  }
  .trusted_review_footer .tf_footer_btn a {
    padding: 18px;
    font-size: 16px;
    letter-spacing: -0.16px;
  }
  .trusted_review_usps .tr_usps_box .tr_usps_list span.ts_usps_label {
    font-size: 12px;
  }
  .trusted_review_footer {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .trusted_review_container {
    padding: 0 20px;
  }
}

@media (max-width: 850px) {
  .trusted_review_header .tr_header_box {
    padding: 4px 6px;
    flex-wrap: wrap;
  }
  .trusted_review_header .tr_header_box .tr_header_label {
    width: fit-content;
    justify-content: center;
    margin-bottom: 4px;
  }
  .trusted_review_header .tr_header_rated,
  .trusted_review_header .tr_header_happy {
    padding: 10px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    border-right: none;
    border-left: none;
  }
  .trusted_review_header .tr_header_rated span,
  .trusted_review_header .tr_header_happy span {
    text-align: center;
  }
  .trusted_review_header .tr_header_star {
    border-right: none;
  }
  .trusted_review_header .tr_header_box {
    padding: 4px 0px 0px;
    flex-wrap: wrap;
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .trusted_review_container {
    padding: 0 16px;
  }
  .trusted_review_title h2 {
    font-size: 25px;
  }
  .trusted_review_header {
    margin-top: 16px;
  }
  .trusted_review_grid {
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .trusted_review_grid .trusted_review_col {
    width: calc(50% - 6px);
  }
  .tr_col_grid {
    gap: 12px;
  }
  .simple_review_box {
    border-radius: 6px;
    padding: 10px;
  }
  .tr_col_grid.reverse_position_col {
    flex-direction: column;
  }
  .tr_col_grid.mobile_position_reverse {
    flex-direction: column-reverse;
  }
  .simple_review_author .sr_author_details .sr_author_name h5 {
    font-size: 11px;
  }
  .br_banner_box .br_banner_video .tplay-icon img {
    width: 40px;
    height: 40px;
  }
  .br_banner_box {
    padding-top: 82%;
    border-radius: 6px 6px 0 0;
  }
  .banner_review_content {
    border-radius: 0 0 6px 6px;
    padding: 10px 10px 15px;
  }
  .simple_review_text p,
  .banner_review_content .banner_review_text p {
    font-size: 11px;
  }
  .banner_review_author.simple_review_author {
    margin-top: 8px;
  }
  .trusted_review_footer .tf_footer_btn a {
    padding: 17px;
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .trusted_review_footer {
    margin-top: 24px;
  }
  .trusted_review_header .tr_header_box .tr_header_label,
  .trusted_review_header .tr_header_star {
    padding: 3px 10px;
    gap: 4px;
  }
  .trusted_review_header .tr_header_label span {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
  }
  .trusted_review_header .tr_header_rated,
  .trusted_review_header .tr_header_happy {
    padding: 6px;
  }
}

/* ==========================================
        END :: TRUSTED REVIEWS
========================================== */

/* ==========================================
        START :: HERO BANNER
========================================== */

.hero_banner_section {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media only screen and (min-width: 1450px) {
  .hero_banner_section {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}
@media only screen and (min-width: 1800px) {
  .hero_banner_section {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}
@media only screen and (min-width: 2400px) {
  .hero_banner_section {
    padding-top: 11% !important;
    padding-bottom: 11% !important;
  }
}

.hero_banner_container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.hero_banner_caption h5 {
  margin: 0;
  /* color: #fff; */
  text-align: center;
  font-family: var(--peridot-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.hero_banner_caption {
  border-radius: 4px;
  /* background: #000; */
  width: fit-content;
  padding: 4px 12px;
}
.hero_banner_title {
  margin-top: 8px;
}
.hero_banner_title h1 {
  margin: 0;
  color: #fff;
  /* font-family: "Akira Expanded"; */
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
}
.hero_banner_btn {
  margin-top: 20px;
  display: flex;
  gap: 14px;
  max-width: 500px;
}
.hero_banner_btn a {
  display: block;
  border-radius: 99px;
  /* background: #000; */
  padding: 16px 18px;
  width: 50%;
  /* color: #fff; */
  font-family: var(--peridot-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  flex: 1;
  max-width: 309px;
}
.hero_banner_text {
  margin: 10px auto 0 0;
  max-width: 309px;
}
.hero_banner_text p {
  margin: 0;
  color: #fff;
  font-family: var(--peridot-medium);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  text-align: center;
}

@media (max-width: 1024px) {
  .hero_banner_title h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .hero_banner_caption h5 {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
  .hero_banner_btn {
    gap: 10px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .hero_banner_section {
    background-position: bottom center;
    padding: 22px 0 !important;
    height: 136vw;
  }
  .hero_banner_container {
    padding: 0 20px;
  }
  .hero_banner_caption {
    margin: 0 auto;
  }
  .hero_banner_caption h5 {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .hero_banner_title {
    margin: 6px auto 0;
    max-width: 300px;
  }
  .hero_banner_title h1 {
    font-size: 44px;
    text-align: center;
  }
  .hero_banner_btn {
    margin: 10px auto 0;
    gap: 6px;
  }
  .hero_banner_btn a {
    padding: 12px 40px;
    max-width: 230px;
    font-size: 15px;
    margin: 0 auto;
  }
  .hero_banner_text {
    margin: 10px auto 0;
    max-width: 200px;
  }
}

/* ==========================================
        END :: HERO BANNER
========================================== */

.price--on-sale .price__sale {
  align-items: center;
}
.card-information .price__container .price__sale .save-bedge {
  color: var(--White, #fff);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  border-radius: 99px;
  background: linear-gradient(264deg, #ac5dff 12.28%, #7145ff 76.09%), #614fff;
  padding: 2px 8px;
  text-transform: uppercase;
}
.upcart-item-compare-price,
.sticky-atc--price .price--on-sale .price-item--regular {
  color: #000 !important;
}
.upcart-item-price,
.upcart-upsell-item-price,
span.upsell-price--price {
  color: #bf2e35 !important;
}
.product__accordion .accordion__content {
  padding: 0 1rem 0 4.4rem !important;
}

.accordion__title p {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
}

/* OFF PRICE NEW -- START */

.price__container .you-save-badge {
  display: inline-flex !important;
  align-items: center;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-weight: 700;
  background: linear-gradient(135deg, #000 57%, #efefef 43%) !important;
  padding: 4px 5px 4px 10px !important;
  position: relative;
  border-radius: 5px;
  max-height: 22px;
  margin: 0;
  justify-content: space-between;
  width: fit-content !important;
  gap: 25px;
}
.save_doller_text {
  color: #fff;
  z-index: 1;
  margin-right: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
}
.price__container .you-save-badge span.save_doller_text b {
  font-weight: 400;
  padding-left: 4px;
}
.price__container .you-save-badge span.save-badge-text {
  color: #000 !important;
  font-size: 12px;
}
.sticky-atc--price .you-save-badge {
  display: none !important;
}

/* OFF PRICE NEW -- END */

.loox-carousel-item
  .loox-carousel-card-item-author-name.loox-carousel-author-name {
  font-size: 16px !important;
}
.loox-carousel-item .loox-carousel-card-item-content {
  font-size: 14px !important;
}

/* FEATURED COLLECTION SLIDER -- START */

@media (min-width: 990px) {
  slider-component.slider-component-full-width.slider-component-desktop {
    --desktop-margin-left-first-item: max(
      5rem,
      calc(
        (
            100vw - var(--page-width) + 10rem -
              var(--grid-desktop-horizontal-spacing-p)
          ) / 2
      )
    ) !important;
  }

  slider-component.slider-component-full-width.slider-component-desktop ul {
    /* scrollbar-color: transparent !important; */
    overflow-x: auto !important;
    max-width: 100% !important;
    scroll-padding-left: var(--desktop-margin-left-first-item) !important;
    /* scroll-snap-type: unset; */
    /* scroll-behavior: unset; */
    -webkit-overflow-scrolling: unset;
    scrollbar-color: unset;
    column-gap: var(--grid-desktop-horizontal-spacing-p);
    row-gap: var(--grid-desktop-vertical-spacing-p);
  }

  slider-component.slider-component-full-width.slider-component-desktop
    ul::-webkit-scrollbar-thumb,
  slider-component.slider-component-full-width.slider-component-desktop
    ul::-webkit-scrollbar {
    height: 0px !important;
    background-color: transparent !important;
  }
  .slider--desktop .slider__slide:first-child {
    margin-left: var(--desktop-margin-left-first-item) !important;
    scroll-margin-left: var(--desktop-margin-left-first-item) !important;
  }
  .slider--desktop.grid--6-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 6 -
        var(--grid-desktop-horizontal-spacing-p) * 1
    );
  }
}

/* FEATURED COLLECTION SLIDER -- END */

.water-chiller
  .main-product
  .variant-grid
  input[type="radio"]
  + label[data-option-value="no"]
  .variant-priceGroup {
  display: none !important;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                        NEW REVIEW SLIDER START
   :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.new-review-slider {
  padding: 40px 0;
}
.new-review-slider .new-review-slider-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 0 0;
}
.new-review-slider .new-review-slider-card {
  /* max-width: 208px; */
  border-radius: 8px;
  box-shadow: 0 7px 12px -4px rgba(0, 0, 0, 0.22);
  margin: 14px 8px;
}
.new-review-slider .new-review-slider-card-image {
  /* height: 138px; */
  position: relative;
  padding-top: 80%;
}
.new-review-slider .new-review-slider-card-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
}
.new-review-slider .new-review-slider-card-content {
  position: relative;
}
.new-review-slider .new-review-slider-card-content .review-slider-card-review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06), 0 4px 20px rgba(0, 0, 0, 0.08);
  font-size: 22px;
  margin: -23px auto 0;
  padding: 12px 16px;
  max-width: 150px;
  background-color: #fff;
}
.new-review-slider .review-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.new-review-slider .review-card-title h3 {
  color: #000;
  font-size: 20px;
  font-family: "montserrat";
  margin: 0;
}
.new-review-slider .review-card-title-description {
  margin-top: 21px;
  padding: 0 16px 16px;
}
.new-review-slider .review-card-title svg {
  width: 12px;
}
.new-review-slider .review-card-description p {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  /* font-size: 16px; */
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  text-align: center;
  margin: 0;
}
/* .new-review-slider .review-slider-allcard  */
.new-review-slider .review-slider-allcard:not(.slick-initialized) {
  display: flex;
  align-items: start;
  overflow: hidden;
}
.new-review-slider
  .review-slider-allcard:not(.slick-initialized)
  .new-review-slider-card {
  min-width: 204px !important;
}
.new-review-slider .slick-arrow {
  border-radius: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  height: 56px;
  padding: 19px;
  width: 56px;
  background-color: #ffffff;
  z-index: 1;
}
.new-review-slider .slick-prev,
.new-review-slider .slick-next {
  background-color: #ffffff;
}
.new-review-slider .slick-prev:before,
.new-review-slider .slick-next:before {
  font-size: 0;
}
.new-review-slider .slick-arrow svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1024px) {
  .new-review-slider .new-review-slider-main {
    max-width: 645px;
  }
}
@media (max-width: 767px) {
  .new-review-slider .new-review-slider-main {
    /* padding: 0 0 0 20px; */
    padding: 0;
  }
  .new-review-slider .trusted_review_header {
    margin-top: 0;
    padding: 0 16px;
  }
  .new-review-slider
    .review-slider-allcard:not(.slick-initialized)
    .new-review-slider-card {
    min-width: 294px !important;
  }
}

/* popup code */
.nrs-popup-open {
  overflow: hidden;
}
.nrs-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 66%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.nrs-popup.hidden {
  display: none;
}
.nrs-popup-content {
  background: #fff;
  padding: 0px;
  border-radius: 8px;
  width: 90%;
  display: flex;
  gap: 0px;
  height: 65vh;
  min-height: 584px;
  max-height: 584px;
  max-width: 813px;
  overflow: hidden;
  position: relative;
}
.nrs-popup-close {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
  background-color: #0000004d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  padding: 6px;
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
}
.nrs-popup-close:hover {
  background-color: #000000bd;
}
.nrs-popup-content .nrs-popup-mediq {
  flex: 0 0 auto;
  max-width: 438px;
  width: 55%;
}
.nrs-popup-content .nrs-popup-info {
  flex-grow: 1;
}
.nrs-popup-content .nrs-popup-info {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.nrs-popup-content .nrs-popup-info .nrs-content {
  padding: 0px 24px 24px 24px;
  overflow: auto;
  margin-right: 2px;
  flex-grow: 1;
}
.nrs-popup-content .nrs-popup-info .nrs-product {
  padding: 0px 24px 16px 24px;
}

.nrs-popup-mediq > img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.nrs-popup-mediq > iframe {
  border: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nrs-heading {
  padding: 24px 24px 16px 24px;
  position: relative;
}
.nrs-heading .nrs-htop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 4px;
}
.nrs-heading .nrs-htop > h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.nrs-heading .nrs-hbottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.nrs-heading .nrs-hbottom .review-slider-card-review {
  display: flex;
  align-items: center;
  gap: 1px;
}
.nrs-heading .nrs-hbottom .nrs-date {
  color: #767676;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

.nrs-popup-info .nrs-content .nrs-description {
  /* font-size: 16px; */
  line-height: 1.4;
}

.nrs-product hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 0px 0px 16px 0px;
}

.nrs-product-inline {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.nrs-product-inline .nrs-pmedia {
  flex: 0 0 auto;
  width: 74px;
}
.nrs-product-inline .nrs-pmedia > img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
}
.nrs-product-inline .nrs-pinfo .popup-product-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: black;
  margin-bottom: 8px;
  margin-top: 0;
}
.nrs-product-inline .nrs-pinfo .popup-product-button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;

  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: black;
  text-decoration: none;
}
.nrs-product-inline .nrs-pinfo .popup-product-button svg {
  margin-right: 10px;
  height: 16px;
  display: block;
  width: 16px;
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .nrs-popup-content {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    border-radius: 0;
    overflow-y: auto;
  }
  .nrs-popup-content .nrs-popup-mediq {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    min-height: 75vw;
    max-height: 135vw;
    height: 660px;
  }
  .nrs-popup-mediq > img,
  .nrs-popup-mediq > iframe {
    height: 100%;
    max-height: 135vw;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                        NEW REVIEW SLIDER END
   :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -----------------------------------------
          CUSTOM RECHARGE -- START
------------------------------------------- */

.custom_recharge_pack .product-options-wrapper {
  display: none;
}
.custom_recharge_pack .recharge-subscription-widget,
.custom_recharge_pack .recharge-subscription-widget .rc-template__radio-group {
  display: none;
}
.custom_recharge_pack .rc-subscription-details {
  padding: 0 !important;
}
.custom_recharge_pack .recharge-subscription-widget .rc-subscription-details {
  justify-content: end;
}
.custom_recharge_pack .rc-subscription-details .rc-tooltip .arrow.bottom {
  left: auto;
  right: 15px;
}

.custom_recharge_pack .purchase_option_one {
  margin: 20px 0 10px;
}
.custom_recharge_pack .custom_variant_box {
  margin-top: 0 !important;
}
.custom_recharge_pack .custom_variant_box .buy_options {
  margin-top: 10px;
}
.custom_recharge_pack .custom_variant_box .buy_option_btn {
  position: relative;
}
.custom_recharge_pack .custom_variant_box .buy_option_btn + .buy_option_btn {
  margin-top: 16px;
}
.custom_recharge_pack .custom_variant_box .buy_option_btn label {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 6px 0 8px 12px;
  overflow: hidden;
  min-height: 52px;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.custom_recharge_pack
  .custom_variant_box
  .buy_option_btn
  label
  .buy_option_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.custom_recharge_pack .buy_option_header .buy_option_radio {
  display: flex;
  align-items: center;
  gap: 6px;
}
.custom_recharge_pack .buy_option_header .buy_option_radio input {
  margin: 0;
  width: 14px;
  height: 14px;
  border-radius: 99px;
  border: 1px solid #404040;
}
.custom_recharge_pack .buy_option_radio .purchase_label span.buy_button_text {
  color: #000;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.28px;
  display: block;
}
.custom_recharge_pack .multibuy.buy_option_btn.active span.buy_button_text {
  display: flex;
  align-items: center;
  gap: 2px;
}
.custom_recharge_pack .buy_option_radio .purchase_label .purchase_price_box {
  display: flex;
  align-items: center;
  gap: 2px;
}
.custom_recharge_pack .purchase_price_box span.bb_compare_price {
  display: block;
  color: rgba(0, 0, 0, 0.75);
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
.custom_recharge_pack .purchase_price_box span.bb_sale_price {
  display: block;
  color: #d26060;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.custom_recharge_pack .purchase_right_price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -24px 0 0;
}
.custom_recharge_pack .buy_option_btn.active label .purchase_right_price {
  margin: -22px 0 0;
}
.custom_recharge_pack .purchase_right_price span.purchase_pack_price {
  display: block;
  color: #5f17dd;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.24px;
}
.custom_recharge_pack .purchase_right_price span.purchase_save_price {
  display: block;
  border-radius: 0 0 0 10px;
  background: #d9d9d9;
  padding: 6px 8px 7px;
  color: gray;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.custom_recharge_pack .buy_option_btn.active {
  background: #fff;
}
.custom_recharge_pack .buy_option_btn.active label {
  border: 1px solid #5f17dd;
}
.custom_recharge_pack .buy_option_btn.active label span.purchase_save_price {
  background: #5f17dd;
  color: #fff;
}
.custom_recharge_pack .purchase_quantity_box {
  display: flex;
  align-items: center;
  padding: 12px 12px 2px 0;
  gap: 10px;
}
.custom_recharge_pack .multibuy.buy_option_btn.active .purchase_quantity_box {
  display: flex !important;
}
.custom_recharge_pack .purchase_quantity_box .qty-input {
  display: flex;
  gap: 1px;
}
.custom_recharge_pack .purchase_quantity_box .qty-input button.qty-count {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  padding: 2px;
  border-radius: 6px;
  cursor: pointer;
}
.custom_recharge_pack .purchase_quantity_box button.qty-count.qty-count--minus {
  background: #d9d9d9;
}
.custom_recharge_pack
  .purchase_quantity_box
  .qty-input
  button.qty-count.qty-count--add {
  border: 1px solid #d9d9d9;
}
.custom_recharge_pack .purchase_quantity_box .qty-input input.product-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #010101;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
  border: none;
  text-align: center !important;
  padding: 2px;
  flex: 0 0 auto;
  margin: 0px;
}
.custom_recharge_pack
  .purchase_quantity_box
  .qty-input
  input[type="number"]::-webkit-inner-spin-button,
.custom_recharge_pack
  .purchase_quantity_box
  .qty-input
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom_recharge_pack .purchase_quantity_box .qty-input input[type="number"] {
  -moz-appearance: textfield;
}
.custom_recharge_pack .purchase_quantity_box .qty-input input:focus-visible {
  outline-offset: unset;
  box-shadow: none;
  outline: none;
}
.custom_recharge_pack .purchase_quantity_box span.qty_month_pack {
  display: block;
  color: #404040;
  font-family: var(--tt-hoves-pro-trial-medium);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.26px;
}
.custom_recharge_pack .subscribe.buy_option_btn.active .subscription-container {
  display: block !important;
  width: 100%;
}
.custom_recharge_pack .subscription-container {
  padding: 8px 12px 0 0;
}
.custom_recharge_pack .subscription-container .dropdown {
  margin-bottom: 8px;
}
.custom_recharge_pack .subscription-container select {
  width: 100%;
  padding: 8px 12px;
  box-shadow: none;
  outline: none;
  color: #000000bf;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.26px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(//purediffuserco.com/cdn/shop/t/31/assets/icon-select.svg?v=7012188\2026);
  background-repeat: no-repeat !important;
  background-position: right 12px center;
  background-size: auto 22px;
}
.custom_recharge_pack .subscription-container .benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom_recharge_pack .subscription-container .benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.26px;
}
.custom_recharge_pack .subscription-container .checkmark {
  margin-right: 6px;
}
.custom_recharge_pack .custom_variant_box .limited_offer_grid {
  border-radius: 99px;
  background-color: #c8202f0d;
  padding: 10px 0;
  margin: 20px 0 0px;
}
.custom_recharge_pack .custom_recharge_header span {
  color: #808080;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  display: block;
}
.custom_recharge_pack .custom_recharge_header span b {
  color: #010101;
  letter-spacing: normal;
  padding-right: 4px;
}
.custom_recharge_pack .buy_option_header .buy_option_radio input {
  font-size: inherit;
  width: 15px;
  height: 15px;
  accent-color: #6118de;
}

/* v2 */

.custom_recharge_pack .purchase_option_two .buy_option_btn.active label {
  padding: 0;
}
.custom_recharge_pack
  .purchase_option_two
  .buy_option_btn.active
  .buy_option_header {
  background: linear-gradient(90deg, #d982f7 0%, #5f17dd 100%);
  padding: 6px 0 9px 12px;
}
.custom_recharge_pack
  .purchase_option_two
  .buy_option_btn.active
  .purchase_pack_price {
  color: #fff;
}
.custom_recharge_pack
  .purchase_option_two
  .buy_option_btn.active
  .buy_button_text {
  color: #fff;
}
.custom_recharge_pack
  .purchase_option_two
  .buy_option_btn.active
  .bb_compare_price {
  color: rgba(255, 255, 255, 0.75);
}
.custom_recharge_pack
  .purchase_option_two
  .buy_option_btn.active
  .bb_sale_price {
  color: #fff;
}
.custom_recharge_pack
  .purchase_option_two
  .buy_option_btn.active
  .purchase_save_price {
  background: #fff;
  color: #5f17dd;
}
.custom_recharge_pack .purchase_option_two .purchase_quantity_box {
  padding: 12px 12px 18px 12px;
}
.custom_recharge_pack .purchase_option_two .subscription-container {
  padding: 13px 13px 18px 13px;
}
.custom_recharge_pack
  .purchase_option_two
  .buy_option_header
  .buy_option_radio
  input {
  font-size: inherit;
  width: 15px;
  height: 15px;
  accent-color: #fff;
}

.custom_recharge_pack .buy_limited_offer {
  padding: 0px 0 0 !important;
}
.custom_recharge_pack .buy_limited_offer .limited_offer_grid {
  display: none;
}

.buy_option_layout .subscribe.buy_option_btn.active label {
  padding: 0;
}
.buy_option_layout .subscribe.buy_option_btn.active label .buy_option_header {
  background: linear-gradient(90deg, #d982f7 0%, #5f17dd 100%);
  padding: 6px 0 9px 12px;
}
.buy_option_layout
  .subscribe.buy_option_btn.active
  label
  .buy_option_header
  input[type="radio"]:checked {
  box-shadow: 0 0 0 2px #fff;
  background-color: #fff;
  accent-color: unset !important;
  border: 2px solid #d982f7;
  background-clip: border-box;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
  width: 12px;
  height: 12px;
}
.buy_option_layout
  .subscribe.buy_option_btn.active
  label
  .buy_option_header
  span.buy_button_text,
.buy_option_layout
  .subscribe.buy_option_btn.active
  label
  .buy_option_header
  span.bb_sale_price,
.buy_option_layout
  .subscribe.buy_option_btn.active
  label
  .buy_option_header
  span.purchase_pack_price {
  color: #fff;
}
.buy_option_layout
  .subscribe.buy_option_btn.active
  label
  .buy_option_header
  span.bb_compare_price {
  color: rgba(255, 255, 255, 0.75);
}
.buy_option_layout
  .subscribe.buy_option_btn.active
  label
  .buy_option_header
  span.purchase_save_price {
  background: #fff;
  color: #5f17dd;
}
.buy_option_layout
  .subscribe.buy_option_btn.active
  label
  .subscription-container {
  padding: 13px 12px;
}

@media (max-width: 1024px) {
  .custom_recharge_pack .custom_variant_box .buy_option_btn label {
    padding: 6px 0 8px 8px;
  }
  .custom_recharge_pack .buy_option_radio .purchase_label span.buy_button_text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.12px;
  }
  .custom_recharge_pack .purchase_price_box span.bb_compare_price,
  .custom_recharge_pack .purchase_price_box span.bb_sale_price {
    font-size: 11px;
  }
  .custom_recharge_pack .purchase_right_price span.purchase_pack_price {
    font-size: 10px;
  }
  .custom_recharge_pack .purchase_right_price span.purchase_save_price {
    padding: 5px 5px 6px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.1px;
  }
  .custom_recharge_pack .purchase_quantity_box .qty-input button.qty-count {
    width: 28px;
    height: 28px;
  }
  .custom_recharge_pack .purchase_quantity_box span.qty_month_pack {
    font-size: 12px;
    letter-spacing: -0.12px;
  }
}

/* -----------------------------------------
          CUSTOM RECHARGE -- END
------------------------------------------- */

span.upsell-price.icepod_upsell_price {
  display: flex;
  align-items: revert;
  gap: 4px;
  margin: 2px 0 2px;
}
span.offer_percentage_label {
  background: #000;
  padding: 2px 6px;
  border-radius: 4px;
  /* text-transform: capitalize; */
  color: #fff;
  font-size: 10px;
  display: block;
  width: fit-content;
}

/* PRODUCT POPUP FORM -- START */
.variant-or {
  font-size: 12px;
  text-transform: uppercase;
  color: grey;
  line-height: 1;
}
.variant-or .takequiz {
  background: transparent;
  padding: 0;
  text-decoration: underline;
  border: none;
  font-weight: 400 !important;
  text-transform: none;
  cursor: pointer;
  color: #929292 !important;
  font-size: calc(var(--font-heading-scale) * 1.5rem) !important;
  font-family: var(--font-body-family);
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}
/* .variant-or .takequiz + b {
  padding-left: 4px;
  font-weight: 400 !important;
  text-transform: none;
  font-size: 16px;
} */

.quiz_popup_active {
  position: relative;
  overflow: hidden;
}
.quiz_popup_active::before {
  position: absolute;
  content: "";
  background: #00000069;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.quiz_form_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 70%;
  height: fit-content;
}
.quiz_form_popup .quiz_form_close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 999;
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz_form_popup .quiz_form_close svg.icon.icon-close {
  width: 16px;
  height: 16px;
}

@media (max-width: 991px) {
  .quiz_form_popup {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .quiz_form_popup {
    width: 95%;
  }
  .stacked-options-layout legend.form__label {
    gap: 4px;
  }
  .quiz_form_popup {
    height: 90vh;
  }
  .quiz_form_popup .quiz_form_content {
    height: 100%;
  }
  .quiz_form_popup .quiz_form_content > div {
    height: 100%;
  }
  .quiz_form_popup .quiz_form_content > div > div {
    height: 100% !important;
  }
  .template-product
    .main-product
    .stacked-options-layout
    > .variant-info-popup
    .product-popup-modal__button,
  .variant-or .takequiz {
    font-size: 14px !important;
  }
  .template-product
    .main-product
    .stacked-options-layout
    > .variant-info-popup
    .product-popup-modal__button {
    line-height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    line-height: 110%;
    padding: 8px 12px !important;
  }
}
/* PRODUCT POPUP FORM -- END */

/* GALLERY VIDEO POPUP -- START */

.mobile_video_btn,
.video_popup_close {
  display: none;
}

.mobile_video_active {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
}

.mobile_video_active:before {
  position: absolute;
  content: "";
  background: #000000a3;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

@media (max-width: 749px) {
  .product__media-toggle:after {
    z-index: 1 !important;
  }
  .product-video-block {
    display: none;
  }
  .slider_top__gallery {
    position: relative;
  }
  .mobile_video_btn {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: 20px;
    left: 30px;
    background: #fff;
    border-radius: 99px;
    align-items: center;
    padding: 5px 10px;
    gap: 2px;
    cursor: pointer;
  }
  .mobile_video_btn svg {
    width: 20px;
    height: 20px;
  }
  .product-video-block {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: fit-content;
    z-index: 9999;
    margin: 0 !important;
  }
  .video_popup_close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    background-color: rgb(var(--color-background));
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_popup_close svg.icon.icon-close {
    width: 12px;
    height: 12px;
  }
  .video-container .play-toggle {
    display: none !important;
    opacity: 0;
  }
}

/* GALLERY VIDEO POPUP -- END */

body.template-product.overflow-hidden #el_Nh6TlvhsPH {
  z-index: 0 !important;
}

/* .mobile_video_btn {display:none!important;} */

/* ==========================================
        START :: CARD IMAGE TEXT 
========================================== */
.card-image-banner {
  display: none;
}
.home-card-image-text {
  border: 1px solid #0000001f;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}
.home-card-image-text .home-card-image img {
  width: 100%;
  /* display: block; */
}
.home-card-image-text .home-card-text {
  padding: 27px 14px;
  /* background-color: #fff; */
}
.home-card-image-text .home-card-title h4 {
  font-size: calc(var(--font-heading-scale) * 1rem);
  margin: 0;
  font-family: var(--font-heading-family);
  letter-spacing: normal;
}
.home-card-image-text .home-card-description p {
  margin: 0;
  font-size: 12px;
  letter-spacing: normal;
}
.home-card-image-text .home-card-button a {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

/* .product-card-wrapper .card, .contains-card--product {
    --image-padding: var(--product-card-image-padding);
    --text-alignment: var(--product-card-text-alignment);
} */
@media (max-width: 767px) {
  .card-image-banner {
    display: block;
  }
}
/* ==========================================
        END :: CARD IMAGE TEXT 
========================================== */

/* ==========================================
        START :: HOME BANNER
========================================== */

.home_banner_section {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 164px 0;
}
.home_banner_container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
.home_banner_section .home_banner_content {
  max-width: 630px;
}

.home_banner_title {
  margin-top: 0px;
}
.home_banner_title h1 {
  margin: 0;
  color: #fff;
  /* font-family: "Akira Expanded"; */
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
}
.home_banner_section .newsletter-form {
  max-width: 100%;
  margin-top: 32px;
}
.home_banner_section .newsletter-form .newsletter-form__field-wrapper {
  max-width: 380px;
}
.home_banner_section .home_banner_content .newsletter-form .form-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  line-height: 135%;
  letter-spacing: -0.2px;
}

.home_banner_section .newsletter-form__field-wrapper .field {
  display: flex;
  /* overflow: hidden; */
  position: relative;
  height: 56px;
}
.home_banner_section .newsletter-form__field-wrapper .field::before,
.home_banner_section .newsletter-form__field-wrapper .field::after {
  content: none;
}

.home_banner_section .newsletter-form__field-wrapper .field__input {
  background-color: #fff;
  padding: 8px 50px 8px 24px;
  outline: none !important;
  box-shadow: none;
  height: 100%;
  border-radius: 99px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home_banner_section .newsletter-form__field-wrapper .field__input,
.home_banner_section
  .newsletter-form__field-wrapper
  .field__input::placeholder {
  color: #101010;
  font-family: var(--peridot-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.16px;
}
.home_banner_section
  .newsletter-form__field-wrapper
  .field__input::placeholder {
  opacity: 0.5;
}
.home_banner_section
  .newsletter-form__field-wrapper
  .field__input::placeholder {
  color: #10101050;
  display: block;
  opacity: 1;
}
.home_banner_section
  .newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button
  .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_banner_section
  .newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button {
  position: absolute;
  font-family: var(--peridot-medium);
  flex-shrink: 0;
  border-radius: 24px;
  background-color: #000;
  color: #fff;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 9px;
  transform: translateY(-48%);
}

.home_banner_section
  .newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button
  .text {
  display: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home_banner_btn {
  margin-top: 20px;
}
.home_banner_btn a {
  display: block;
  border-radius: 99px;
  background: #000;
  padding: 16px 18px;
  max-width: 309px;
  color: #fff;
  font-family: var(--peridot-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.home_banner_text {
  margin: 10px auto 0 0;
  max-width: 309px;
}
.home_banner_text p {
  margin: 0;
  color: #fff;
  font-family: var(--peridot-medium);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  text-align: center;
}

/* V2 -- START */

.home_banner_section.home_banner_section-v-one
  .newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button {
  padding: 13px 17px;
  width: fit-content;
  height: fit-content;
  right: 7px;
}
.home_banner_section.home_banner_section-v-one
  .newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button
  .text {
  display: block;
}
.home_banner_section.home_banner_section-v-one
  .newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button
  .icon {
  display: none;
}

/* V2 -- END */

@media (max-width: 1440px) {
  .home_banner_section {
    padding: 8vw 0;
  }
}

@media (max-width: 1024px) {
  .home_banner_title h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .home_banner_caption h5 {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}

@media (max-width: 991px) {
  .home_banner_section .newsletter-form .newsletter-form__field-wrapper {
    max-width: 330px;
  }
  .home_banner_section .home_banner_content .newsletter-form .form-title {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.16px;
  }
}

@media (max-width: 767px) {
  .home_banner_section {
    background-position: bottom center;
    padding: 24px 0 !important;
    height: 147vw;
  }
  .home_banner_container {
    padding: 0 20px;
  }
  .home_banner_caption {
    margin: 0 auto;
  }
  .home_banner_caption h5 {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
  .home_banner_section .home_banner_content,
  .home_banner_section .newsletter-form__field-wrapper {
    margin: auto;
  }
  .home_banner_section .newsletter-form {
    margin-top: 14px;
  }
  .home_banner_section .home_banner_content .newsletter-form .form-title {
    text-align: center;
  }
  .home_banner_title {
    margin: 6px auto 0;
    max-width: 500px;
  }
  .home_banner_title h1 {
    font-size: 44px;
    text-align: center;
  }
  .home_banner_section .newsletter-form__field-wrapper .field {
    height: 48px;
  }
  .home_banner_section .newsletter-form__field-wrapper .field__input,
  .home_banner_section
    .newsletter-form__field-wrapper
    .field__input::placeholder {
    font-size: 16px;
    letter-spacing: -0.15px;
  }
  .home_banner_section
    .newsletter-form
    .newsletter-form__field-wrapper
    .newsletter-form__button {
    width: 32px;
    height: 32px;
    right: 7px;
    transform: translateY(-46%);
  }
  .home_banner_btn {
    margin-top: 10px;
  }
  .home_banner_btn a {
    padding: 12px 18px;
    max-width: 230px;
    font-size: 15px;
    margin: 0 auto;
  }
  .home_banner_text {
    margin: 10px auto 0;
    max-width: 200px;
  }
  .home_banner_section.home_banner_section-v-one
    .newsletter-form
    .newsletter-form__field-wrapper
    .newsletter-form__button {
    padding: 12px 17px;
    width: fit-content;
    height: fit-content;
    right: 5px;
    transform: translateY(-48%);
  }
}

/* ==========================================
        END :: HOME BANNER
========================================== */

/* ==========================================
          START :: LATEST PRODUCT
========================================== */

.latest_product {
  margin: 28px 0 !important;
}
.latest_product_box .latest_product_heading {
  margin: 0;
  color: #101010;
  text-align: center;
  font-family: "Akira Expanded";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}
.latest_product_grid {
  margin: 12px 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.latest_product_details {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.latest_product_details .latest_product_banner {
  flex: 0 0 auto;
  width: 45px;
}
.latest_product_details .latest_product_content {
  flex: 1;
}
.latest_product_content .latest_product_title {
  margin: 0;
  color: #101010;
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
}
.latest_product_content .latest_product_text {
  margin: 2px 0 0;
  color: #101010;
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
}
.latest_product_content .latest_product_pricebox {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 3px 0 0;
}
.latest_product_pricebox .lp_compare_price {
  display: block;
  color: #808080;
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: line-through;
}
.latest_product_pricebox .lp_sale_price {
  display: block;
  color: #d15d5d;
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.latest_product_grid .latest_product_btn {
  flex: 0 0 auto;
}
.latest_product_btn .latest_product_btnlink {
  border-radius: 4px;
  border: 1px solid #101010;
  background: transparent;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
button.latest_product_btnlink.lp_btnlisk_soldout {
  opacity: 0.4;
  cursor: no-drop;
}
button.latest_product_btnlink.loading-custom-add {
  padding-right: 32px;
}
.latest_product_btnlink span {
  display: block;
  color: #101010;
  /* font-family: "TT Hoves Pro Trial"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
.latest_product_btn .latest_product_btnlink.added-product {
  cursor: not-allowed;
}
.latest_product_btnlink.loading-custom-add .loading-custom-added {
  display: block;
}
.loading-custom-added {
  height: 0;
  width: 0;
  float: right;
  padding: 5px;
  border: 3px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  position: absolute;
  display: none;
  right: 12px;
}

@media (max-width: 575px) {
  .latest_product_box .latest_product_heading {
    font-size: 14px;
  }
  .latest_product_content .latest_product_text {
    font-size: 11px;
  }
  .latest_product_details .latest_product_banner {
    width: 40px;
  }
  .latest_product_btn .latest_product_btnlink {
    padding: 7px 10px;
  }
  .latest_product_btnlink span {
    font-size: 12px;
  }
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* ==========================================
          END :: LATEST PRODUCT
========================================== */

/* ==========================================
          START :: WAREHOUSE CLEARANCE
========================================== */
.warehouse-clearance .loading-overlay__spinner svg .path {
  stroke: #ffffff;
}

/* ==========================================
          END :: WAREHOUSE CLEARANCE
========================================== */

@media (max-width: 991px) {
  .main-product
    .stacked-options
    .water-chiller-popup-trigger
    .variant-info-popup
    button {
    font-size: 12px !important;
    letter-spacing: normal;
    line-height: normal;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 5px 12px !important;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Pre Order Css Start ~~~~~~~~~~~~~~~~~~~~~~ */

.main-product .pre_order .pre_order_box,
.landing-featured-product .pre_order_box{
  border-radius: 12px;
  background: linear-gradient(
      0deg,
      rgba(106, 143, 255, 0.15) 0%,
      rgba(106, 143, 255, 0.15) 100%
    ),
    #fff;
  padding: 16px;
}
.main-product .pre_order .pre_order_box_title h4,
.landing-featured-product .pre_order .pre_order_box_title h4 {
  max-width: 292px;
  margin: 0 auto;
  color: #101010;
  text-align: center;
  font-family: var(--font-body-bold-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: normal;
}
.main-product .pre_order .pre_order_box_ships,
.landing-featured-product .pre_order .pre_order_box_ships {
  padding-top: 12px;
}
.main-product .pre_order .pre_order_ships_card:first-child,
.landing-featured-product .pre_order .pre_order_ships_card:first-child {
  margin-top: 0;
}
.main-product .pre_order .pre_order_ships_card.sold_out,
.landing-featured-product .pre_order .pre_order_ships_card.sold_out {
  background: rgba(255, 255, 255, 0.65);
  border: none;
}
.main-product .pre_order .pre_order_ships_card.sold_out span,
.landing-featured-product .pre_order .pre_order_ships_card.sold_out span {
  color: #354880;
  font-family: var(--font-body-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: block;
  opacity: 0.45;
}
.main-product .pre_order .pre_order_ships_card,
.landing-featured-product .pre_order .pre_order_ships_card {
  border-radius: 8px;
  border: 1px solid #a9a9a9;
  background: #fff;
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.main-product .pre_order .pre_order_ships_card span,
.landing-featured-product .pre_order .pre_order_ships_card span {
  color: #516dc2;
  font-family: var(--font-body-bold-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: block;
}
.main-product .pre_order .pre_order_ships_card .pos_card_text span,
.landing-featured-product .pre_order .pre_order_ships_card .pos_card_text span {
  text-transform: uppercase;
}

.main-product .pre_order_ships_card.pre_order_progressbox,
.landing-featured-product .pre_order_ships_card.pre_order_progressbox  {
  border-radius: 8px;
  background: #e9e9e9;
  box-shadow: 0 0 4px #a4a4a4;
  border: none;
}
.pre_order_progressbox .pos_card_text,
.pre_order_progressbox .pos_card_text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: end;
}
.pre_order_progressbox .pos_card_text .pre_order_progress {
  max-width: 84px;
  width: 100%;
  height: 12px;
  border-radius: 99px;
  background: rgb(255 255 255 / 68%);
  overflow: hidden;
  /* border: 1px solid #9a9a9a; */
}
.pre_order_progress .pre_order_progressfill {
  height: 100%;
  border-radius: 99px;
  background-color: #dbdbdb;
  background-image: url(/cdn/shop/files/Rectangle_163.png?v=1744204689);
  background-repeat: repeat;
  background-position: center;
  background-size: 20px;
}
.main-product .pre_order_ships_card.pre_order_progressbox span,
.landing-featured-product .pre_order_ships_card.pre_order_progressbox span {
  color: #000;
}
.main-product .pre_order_ships_card.pre_order_progressbox .pos_card_text span,
.landing-featured-product .pre_order_ships_card.pre_order_progressbox .pos_card_text span {
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .main-product .pre_order .pre_order_box_title h4,
  .landing-featured-product  .pre_order .pre_order_box_title h4{
    font-size: 14px;
  }
  .main-product .pre_order .pre_order_ships_card span,
  .landing-featured-product .pre_order .pre_order_ships_card span {
    font-size: 13px;
  }
  .main-product .pre_order .pre_order_ships_card.sold_out span,
  .landing-featured-product .pre_order_ships_card.sold_out span {
    font-size: 13px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~ Pre Order Css End ~~~~~~~~~~~~~~~~~~~~~~ */

/* ==============================================
START :: PRODUCT PAGE CALCULATE MODAL 
============================================== */
.calc-saving-price-btn {
  color: #4700d9;
  font-family: var(--font-body-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.14px;
  text-decoration-line: underline;
  text-underline-position: from-font;
  padding-bottom: 20px;
  margin: 12px 0 20px;
  border-bottom: 1px solid #eee;
}
.calc-saving-price-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #929292;
  font-size: calc(var(--font-heading-scale) * 1.5rem) !important;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-underline-position: from-font;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.calc-saving-price-btn button span {
  display: inline-block;
  vertical-align: middle;
}
.calc-saving-price-btn button span svg {
  vertical-align: middle;
}
.calc-saving-price-btn button span svg path {
  stroke: #929292;
}

.calculate-savings-modal-overlaly {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0005;
  /* z-index: 101; */
  z-index: 999;
}
.calculate-savings-modal-overlaly.show {
  display: block;
}

body:has(.calculate-savings-modal.show) {
  overflow: hidden !important;
}
.calculate-savings-modal.show {
  display: flex;
}
.calculate-savings-modal {
  padding: 32px 28px 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: #fff;
  max-width: 370px;
  width: 100%;
  height: auto;
  /* z-index: 101; */
  z-index: 999;
  max-height: calc(100vh - 20px);
  overflow: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 28px;
  display: none;
}
.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.calculate-savings-modal .modal-heading .title {
  color: #101010;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 145%;
  margin: 0;
}
.calculate-savings-modal .modal-heading .description {
  margin: 0;
  margin-top: 6px;
  color: #10101075;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}

.calculate-savings-modal .modal-body .input-box-wrapper {
  display: flex;
  gap: 10px;
}
.calculate-savings-modal .modal-body .inner-box .box-title {
  color: #101010;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  margin-bottom: 12px;
  font-family: var(--font-body-bold-family);
  /* letter-spacing: normal; */
}
.calculate-savings-modal .modal-body .inner-box + .inner-box {
  margin-top: 28px;
}
.calculate-savings-modal .modal-body .input-box-wrapper label {
  border-radius: 8px;
  width: 50%;
  border: 2px solid #e7e7e7;
  padding: 15px 10px;
  color: #101010;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  text-align: center;
  font-family: var(--font-body-family);
}
.calculate-savings-modal .modal-body .input-box-wrapper label input {
  visibility: hidden;
  width: 0;
  height: 0;
  appearance: none;
  margin: 0;
}

.calculate-savings-modal
  .modal-body
  .input-box-wrapper
  label:has(input:checked) {
  border-color: #ac5dff;
  font-weight: 600;
  font-family: var(--font-body-bold-family);
}
.calculate-savings-modal .modal-body .quantity-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.calculate-savings-modal .modal-body .quantity-box-wrapper > button {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.calculate-savings-modal .modal-body .quantity-box-wrapper > button:active {
  background-color: #0001;
}

.calculate-savings-modal
  .modal-body
  .quantity-box-wrapper
  .quantity-input-box
  input {
  width: 4ch;
  text-align: right;
  border: none;
  outline: none;
  box-shadow: none;
  color: #101010;
  font-family: var(--font-body-bold-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.calculate-savings-modal
  .quantity-input-box
  input[type="number"]::-webkit-inner-spin-button,
.calculate-savings-modal
  .quantity-input-box
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* margin: 0; */
}
.calculate-savings-modal .quantity-input-box input[type="number"] {
  -moz-appearance: textfield;
}
.calculate-savings-modal
  .modal-body
  .quantity-box-wrapper
  .quantity-input-box
  span {
  font-family: var(--font-body-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #10101040;
}
.calculate-savings-modal.calculat-result-box .modal-body {
  max-width: 250px;
  margin: 16px auto 0;
}
.calculate-savings-modal .modal-body .days-result-box p,
.calculate-savings-modal .modal-body .price-result-box p {
  color: #101010;
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
  margin-bottom: 12px;
}
.calculate-savings-modal .modal-body .days-result-box p strong,
.calculate-savings-modal .modal-body .price-result-box p strong {
  font-family: var(--font-body-bold-family);

  font-weight: 700;
  display: block;
}
.calculate-savings-modal .modal-body .result-text-box {
  width: 100%;
  padding: 12px 8px;
  font-family: var(--font-heading-family);
  color: #614fff;
  text-align: center;
  font-weight: 800;
  line-height: 145%;
  letter-spacing: 0.2px;
  border-radius: 8px;
  border: 1px solid #ac5dff;
  background: rgba(97, 79, 255, 0.05);
}
.calculate-savings-modal .modal-body .days-result-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.calculate-savings-modal .modal-body .price-result-box {
  padding-top: 20px;
}

.calculate-savings-modal .modal-body .result-text-box.days-box {
  border: none;
  background: linear-gradient(261deg, #ac5dff -53.36%, #7145ff 153.57%);
  color: #fff;
}

.calculate-savings-modal .modal-footer {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.calculate-savings-modal .modal-footer .modal-button {
  width: 100%;
  height: 56px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  color: #516dc2;
  background-color: transparent;
  font-family: var(--font-body-bold-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  border-radius: 99px;
  border: 1px solid #516dc2;
  cursor: pointer;
}
.calculate-saving-button {
  position: relative;
  overflow: hidden;
}
.calculate-saving-button .loader svg path {
  fill: transparent !important;
}
.calculate-saving-button .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #0006;
}
.calculate-saving-button .loader svg {
  animation: spiner 1s linear infinite;
  transform: rotate(0deg) translate(0, 0);
}

@keyframes spiner {
  100% {
    transform: rotate(360deg) translate(0, 0);
  }
}

.calculate-saving-button .loader.show {
  display: flex;
}

.calculate-savings-modal .modal-footer .modal-button svg path {
  fill: #516dc2;
}
.calculate-savings-modal .modal-footer .modal-button.fill-btn svg path {
  fill: #fff;
}
.calculate-savings-modal .modal-footer .modal-button.fill-btn {
  border: none;
  background-color: #516dc2;
  color: #fff;
}

.calculate-savings-modal.calculat-result-box {
  gap: 0;
}
.calculate-savings-modal .price-inner-hour_text {
  margin: 20px 0 0;
  border-top: 1px solid #eee;
  padding: 20px 0 0;
}
.calculate-savings-modal .price-inner-hour_text p {
  margin: 0;
  color: #101010;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.calculate-savings-modal .price-inner-hour_text p strong {
  color: #614fff;
  font-family: var(--font-body-bold-family);
}

@media (max-width: 430px) {
  .calculate-savings-modal {
    width: 100%;
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 389px) {
  .calculate-savings-modal .modal-heading .title {
    font-size: 18px;
  }
  .calculate-savings-modal .modal-body .input-box-wrapper label {
    font-size: 13px;
  }
}
/* ==============================================
END :: PRODUCT PAGE CALCULATE MODAL 
============================================== */

/* ~~~~~~~~~~~~~~~~~~~~~~ sauna pod bundle start ~~~~~~~~~~~~~~~~~~~~~~ */

.subscription-upsell-wrapper .form__label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.subscription-upsell-wrapper .form__label .version-label {
  color: #101010;
  font-family: var(--font-body-bold-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: block;
}
.subscription-upsell-wrapper
  .form__label
  .product-popup-modal__button.new-button {
  color: #929292 !important;
  font-family: var(--font-body-bold-family);
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 115%;
  text-decoration: underline;
  margin-left: 0 !important;
}
.subscription-upsell-wrapper .product-popup-modal__opener {
  display: flex !important;
  align-items: center;
  gap: 4px;
}
.included_in_the_bundle .included_in_the_bundle-card {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 10px;
  border: none;
  background: transparent;
  padding: 12px;
  position: relative;
}
.included_in_the_bundle .included_in_the_bundle-card::before {
  position: absolute;
  content: "";
  border: none;
  background: #f4f4f4;
  height: calc(100% - 0.4rem);
  width: calc(100% - 0.4rem);
  top: 0.2rem;
  left: 0.2rem !important;
  border-radius: calc(10px - 0.2rem);
  z-index: -4;
}
.included_in_the_bundle .included_in_the_bundle-card::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #d982f7, #5f17dd);
  display: block;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0;
  z-index: -6;
  border-radius: 10px;
}
.included_in_the_bundle .included_in_the_bundle-image {
  width: 20%;
}
.included_in_the_bundle .included_in_the_bundle-details {
  flex: 1;
}
.included_in_the_bundle .bundle-details-price {
  display: flex;
  align-items: center;
  gap: 2px;
}
.included_in_the_bundle .bundle-details-price .compare_at_price {
  color: gray;
  /* font-family: var(--font-body-family); */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: line-through;
  /* opacity: .5; */
  display: block;
}
.included_in_the_bundle .bundle-details-price .price {
  color: #d15d5d;
  /* font-family: var(--font-body-family); */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: block;
}
.included_in_the_bundle .bundle-details-savings {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 6px 0 10px;
  background: #5f18dd;
  display: flex;
  /* width: 64px; */
  padding: 3px 9px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.included_in_the_bundle .bundle-details-savings span {
  color: #fff;
  font-family: var(--font-body-bold-family);
  font-size: 12px;
  font-style: normal;
  /* font-weight: 600; */
  font-weight: 700;
  line-height: 150%;
  display: block;
  text-transform: uppercase;
}
.included_in_the_bundle .bundle-details-title h4 {
  color: #101010;
  font-family: var(--font-body-bold-family);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.included_in_the_bundle .bundle-details-description p {
  color: #101010;
  /* font-family: var(--font-body-bold-family); */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  opacity: 0.5;
  letter-spacing: 0.2px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ sauna pod bundle end ~~~~~~~~~~~~~~~~~~~~~~ */

.product__sauna-pod-bundle .variant-or {
  display: none;
}
/* ==============================================
START :: Universal Chiller Box
============================================== */

.universal_ciller_tab .universal_tab_header {
  border-radius: 10px;
  background: #101010;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px 36px 10px 12px;
}
.universal_ciller_tab .universal_tab_header.active {
  border-radius: 10px 10px 0px 0px;
  /* background: linear-gradient(264deg, #5f18dd -10.21%, #d882f7 166.21%), #101010; */
  background: linear-gradient(264deg, #696868 -10.21%, #c7c7c7 166.21%), #a4a4a4;
}
.universal_ciller_tab .universal_tab_header h5 {
  margin: 0;
  color: #fff;
  font-family: var(--font-body-bold-family) !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: normal;
}
.universal_tab_header:after {
  content: "";
  position: absolute;
  right: 8px;
  background-image: url(/cdn/shop/files/plus.png?v=1744191018);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.universal_tab_content a {
  text-decoration: none;
}
.universal_tab_header.active::after {
  background-image: url(/cdn/shop/files/minus.png?v=1744191018);
}
.universal_tab_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.universal_tab_body .universal_tab_content {
  border-radius: 0px 0px 10px 10px;
  border-right: 1px solid #d9d9da;
  border-bottom: 1px solid #d9d9da;
  border-left: 1px solid #d9d9da;
  background: #f5f5f5;
  padding: 13px;
}
.universal_tab_content .universal_product_box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  position: relative;
}
.universal_tab_content .universal_product_box::before {
  position: absolute;
  content: "";
  border: none;
  background: #f4f4f4;
  height: calc(100% - 0.4rem);
  width: calc(100% - 0.4rem);
  top: 0.2rem;
  left: 0.2rem !important;
  border-radius: calc(10px - 0.2rem);
  z-index: 1;
}
.universal_tab_content .universal_product_box::after {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg, #dad5d5, #a4a4a4); */
  border: 0.1rem solid #d9d9d9;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 10px;
}
.universal_product_box {
  cursor: pointer;
}
.universal_product_box .universal_product_img {
  flex: 0 0 auto;
  width: 75px;
  height: 75px;
  z-index: 1;
}
.universal_product_box .universal_product_img img {
  object-fit: contain;
}
.universal_product_box .universal_product_content {
  position: relative;
  z-index: 1;
  flex: 1;
}
.universal_product_content .universal_product_pricebox {
  display: flex;
  align-items: center;
  gap: 2px;
}
.universal_product_pricebox .up_compare_price {
  display: block;
  color: #101010;
  font-family: var(--font-body-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: line-through;
  opacity: 0.5;
}
.universal_product_pricebox .up_sale_price {
  display: block;
  color: #d15d5d;
  font-family: var(--font-body-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.universal_product_content .universal_product_offlabel {
  position: absolute;
  top: -11px;
  right: -11px;
  border-radius: 0 6px 0 10px;
  background: #d9d9d9;
  padding: 3px 10px;
}
.universal_product_offlabel span {
  display: block;
  color: grey;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  font-family: var(--font-body-bold-family);
}
.universal_product_content .universal_product_title {
  display: flex;
  align-items: center;
  margin: 0 0 0;
  gap: 4px;
  color: #101010;
  font-family: var(--font-body-bold-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.2px;
}
.universal_product_content .universal_product_title span {
  display: block;
  border-radius: 99px;
  background: #000;
  padding: 2px 6px;
  color: #fff;
  font-size: 8px;
  line-height: 150%;
}
.universal_product_description {
  margin: 2px 0 0;
  max-width: 250px;
}
.universal_product_description p {
  margin: 0;
  font-family: var(--font-body-family);
  color: #636363;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2em !important;
  letter-spacing: -0.2px;
  opacity: 0.8;
}
.universal_tab_btnbox {
  margin: 8px 0 0;
}
.universal_tab_btnbox .universal_tab_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
  gap: 4px;
  opacity: 0.6;
  text-decoration: none;
}
.universal_tab_btnbox .universal_tab_btn span {
  display: block;
  color: #101010;
  font-family: var(--font-body-bold-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.chiller_upsell_popup modal-opener.product-popup-modal__opener {
    display: block;
}
.chiller_upsell_popup .product-popup-modal__button {
    color: #929292!important;
    font-size: calc(var(--font-heading-scale) * 1.5rem)!important;
    font-weight: 400!important;
    height: fit-content;
}
/* ==============================================
END :: Universal Chiller Box
============================================== */

/* ==============================================
START :: Pro Chiller Upsell
============================================== */

.chiller-upsell-col {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.chiller-upsell-col .chiller-upsell-name h4 {
  color: #101010;
  font-family: var(--tt-hoves-pro-trial-demibold);
  font-size: 18px;
  font-style: normal;
  font-weight: unset;
  line-height: 150%;
  margin: 0;
}
.chiller-upsell-col .upsell-col {
  display: flex;
  gap: 4px;
  align-items: center;
}
.chiller-upsell-col .upsell-col .upsell-card.active {
  border: 1px solid #ac5dff !important;
}
.chiller-upsell-col .upsell-col .upsell-card {
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 6px;
  min-width: 60px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.chiller-upsell-col .upsell-col .upsell-card span {
  font-family: var(--font-body-bold-family);
  font-style: var(--font-heading-style);
  font-size: 14px;
  padding-top: 0;
  letter-spacing: 0;
  text-align: left;
  line-height: normal;
  font-weight: 800;
  color: #000;
}

@media (max-width: 1024px) {
  .chiller-upsell-col .chiller-upsell-name h4 {
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .chiller-upsell-col {
    padding: 14px;
  }
  .chiller-upsell-col .chiller-upsell-name h4 {
    font-size: 14px;
  }
}

/* ==============================================
END :: Pro Chiller Upsell
============================================== */

img.desktophero {
  display: none;
}
img.mobilehero {
  display: none;
}
.hero_banner_section {
  position: relative;
  overflow: hidden;
  background-image: unset !important;
}
.hero_banner_section .hero_banner_container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero_banner_section img.desktophero {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .hero_banner_section img.mobilehero {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}



.limited_offer_grid.limited_offer_grid_hide {
    display: none;
}

.buy_limited_offer.buy_limited_offer_limit_hide {
    padding: 0;
    background: transparent;
}

/* :::::::::::::::::::::::::::: TEXT WITH PERCENTAGE CSS START :::::::::::::::::::::::::::: */

.text-percentage .percentage__container{
  max-width: 1280px;
  width:100%;
  padding: 64px 40px;
  margin: 0 auto;
}
.text-percentage .text-percentage__title{
  color: #101010;
  text-align: center;
  font-family: "Akira Expanded";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin: 0;
}
.text-percentage .text-percentage__description{
  color: #101010;
  text-align: center;
  font-family: 'Hoves Pro Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 12px 0 0;
}
.text-percentage .text-percentage__items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.text-percentage .text-percentage__card{
  width: 25%;
  padding: 0 50px;
  border-right: 1px solid #E7E7E7;
}
.text-percentage .text-percentage__items .text-percentage__card:first-child{
  padding-left: 0 !important;
}
.text-percentage .text-percentage__items .text-percentage__card:last-child{
  padding-right: 0 !important;
  border-right: none;
}
.text-percentage .text-percentage__card .text-percentage{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.text-percentage .text-percentage__icon svg{
  display: block;
  width: 36px;
  height: 36px;
  padding: 4.5px;
  border-radius: 111.375px;
  background: rgba(97, 79, 255, 0.08);
}
.text-percentage .text-percentage__icon.blank svg{
  transform: rotate(180deg);
}
.text-percentage .text-percentage__percentage h4{
  font-family: "Hoves Pro Regular";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.68px;
  background: linear-gradient(90deg, rgba(95, 24, 221, 1), rgba(216, 130, 247, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.text-percentage .text-percentage__content h3{
  color: #101010;
  font-family: "Hoves Pro Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.75;
  margin: 0;
}

@media (max-width:1024px){
  .text-percentage .text-percentage__title {
    font-size: 32px;
  }
  .text-percentage .text-percentage__items {
    margin-top: 28px;
  }
  .text-percentage .text-percentage__card {
    padding: 0 30px;
  }
  .text-percentage .text-percentage__icon svg {
    width: 32px;
    height: 32px;
  }
  .text-percentage .text-percentage__percentage h4 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -.30px;
  }
}
@media (max-width:818px){
  .text-percentage .percentage__container {
    padding: 32px 16px 20px;
  }
  .text-percentage .text-percentage__title {
    font-size: 22px;
    line-height: 140%;
    max-width: 305px;
    margin: 0 auto;
  }
  .text-percentage .text-percentage__description {
    font-size: 15px;
    line-height: 150%;
    margin: 8px 0 0;
  }
  .text-percentage .text-percentage__items {
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .text-percentage .text-percentage__card {
    width: calc(50% - 6px);
    padding: 0;
    border-right: none;
    padding: 12px;
  }
  .text-percentage .text-percentage__items .text-percentage__card:first-child{
    padding-left: 12px !important;
  }
  .text-percentage .text-percentage__items .text-percentage__card:last-child{
    padding-right: 12px !important;
  }
  .text-percentage .text-percentage__percentage h4 {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -.56px;
  }
  .text-percentage .text-percentage__icon svg {
    width: 30px;
    height: 30px;
    padding: 3.75px;
  }
  .text-percentage .text-percentage__content h3 {
    font-size: 15px;
  }
}

/* :::::::::::::::::::::::::::: TEXT WITH PERCENTAGE CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: IMPROVE RECOVERY CSS START :::::::::::::::::::::::::::: */

.improve-recovery{
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(97, 79, 255, 0.08) 0%, rgba(97, 79, 255, 0.08) 100%), #FFF;
}
.improve-recovery h3{
  background: linear-gradient(264deg, #5F18DD -10.21%, #D882F7 166.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Hoves Pro Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.22px;
  margin: 0;
}
.improve-recovery p{
  color: #101010;
  font-family: "Hoves Pro Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media (max-width:767px){
  .improve-recovery {
    gap: 6px;
  }
  .improve-recovery h3{
    font-size: 20px;
  }
  .improve-recovery p{
    font-size: 12px;
  }
}

/* :::::::::::::::::::::::::::: IMPROVE RECOVERY CSS END :::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::: INFLUENCER SECTION LANDINGCSS START :::::::::::::::::::::::::::: */

.influencer-section{
  padding-block: 80px;
}
.influencer-section .influencer-container {
  display: flex;
  gap: 60px;
  max-width: 1540px;
  padding-inline: 50px;
  margin-inline: auto;
  align-items: center;
}

.influencer-section .influencer-container .influencer-video-box {
  max-width: 360px;
  width: 100%;
  aspect-ratio: 36/64;
  position: relative;
}
.influencer-section .influencer-container .influencer-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.influencer-section .influencer-container .influencer-video-box .video-icon {
  background: url('/cdn/shop/files/play-bg-shape.svg?v=1755085808');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 134px;
  transform: translate(-50% , -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.influencer-section .influencer-container .influencer-video-box .video-icon .play-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.influencer-section .influencer-container .influencer-video-box.playing .video-icon{
  opacity: 0;
}
.influencer-section .influencer-container .influencer-video-box.playing:hover .video-icon{
  opacity: 1;
}

.influencer-section .influencer-container .influencer-content-box .section-heading ,
  .influencer-section .influencer-container .section-heading {
  font-family: Inter;
  font-weight: 600;
  /* font-size: 64px; */
  line-height: 100%;
  letter-spacing: normal;
  margin: 0;
}
.influencer-section .influencer-container .mobile_heading{
  display:none;
}
.influencer-section .influencer-container .influencer-content-box .short-description {
  font-family: Inter;
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  margin: 0;
  margin-top: 29px;
  color:rgba(0, 0, 0, 0.50);
}
.influencer-section .influencer-container .influencer-content-box .shop-now-button {
  padding:16px 14px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000000; 
  border-radius: 32px;
  display: block;
  max-width: 400px;
  width: 100%;
  margin-top: 47px;
}

@media(max-width:1200px){
  .influencer-section{
    padding-block: 60px;
  }
  .influencer-section .influencer-container .influencer-content-box .section-heading ,
  .influencer-section .influencer-container .section-heading {
    /* font-size: 52px; */
  }
  .influencer-section .influencer-container .influencer-content-box .short-description {
    font-size: 16px;
    margin-top: 22px;
  }
  .influencer-section .influencer-container .influencer-content-box .shop-now-button {
    margin-top: 37px;
  }
}
@media(max-width:900px) {
  .influencer-section{
    padding-block: 40px;
  }
  .influencer-section .influencer-container {
    padding-inline: 20px;
    gap: 30px;
  }
  .influencer-section .influencer-container .influencer-video-box {
    max-width: 300px;
    flex: 0 0 auto;
  }
  .influencer-section .influencer-container .influencer-content-box .section-heading ,
  .influencer-section .influencer-container .section-heading {
    /* font-size: 32px; */
    line-height:normal;
  }
  .influencer-section .influencer-container .influencer-content-box .section-heading{
    display:none;
  }
  .influencer-section .influencer-container .mobile_heading{
    display:block;
  }
}

@media(max-width:767px) {
  .influencer-section .influencer-container {
    flex-direction: column;
    gap: 40px;
    /* gap: 60px; */
  }
  .influencer-section .influencer-container .influencer-video-box {
    max-width: 360px;
  }
  .influencer-section .influencer-container .influencer-content-box .section-heading, 
  .influencer-section .influencer-container .influencer-content-box .short-description,
  .influencer-section .influencer-container .section-heading  {
    text-align: center;
  }
  .influencer-section .influencer-container .influencer-content-box .short-description {
    /* margin-top: 29px; */
  }
 .influencer-section .influencer-container .influencer-content-box .shop-now-button {
  margin-inline: auto;
    margin-top: 47px;
  }

}
/* :::::::::::::::::::::::::::: INFLUENCER SECTION LANDINGCSS END :::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::: REAL COST OF DOMS CSS START :::::::::::::::::::::::::::: */

.doms_section {
  background: #E8E8E8;
}
.doms_section .doms_container {
  max-width: 1720px;
  padding: 80px 50px;
  margin: 0 auto;
}
.doms_section .doms_header h2 {
  color: #141414;
  text-align: center;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.4px;
  letter-spacing: 1.26px;
  margin:0;
}
.doms_section .doms_header p {
  color: #141414;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin:23px 0 0;
  opacity: 0.6;
}
.doms_section .doms_cards {
  display: flex;
  gap: 50px;
  margin-top:81px;
}
.doms_section .doms_card {
  width:33.33%;
  text-align: left;
}
.doms_section .doms_img img{
  width:100%;
  display:block;
}
.doms_section .doms_content h3 {
  color: #141414;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin:18px 0;
}
.doms_section .doms_content p {
  color: #141414;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.6;
  margin:0;
}

@media (max-width:1440px){
  .doms_section .doms_cards {
    gap: 40px;
    margin-top: 50px;
  }
}
@media (max-width:1200px){
  .doms_section .doms_container {
    padding: 60px 40px;
  }
  .doms_section .doms_header p {
    margin: 13px 0 0;
  }
  .doms_section .doms_cards {
    gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width:1024px){
  .doms_section .doms_content h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0;
  }
  .doms_section .doms_content p {
    font-size: 16px;
    line-height: 26px;
  }
  .doms_section .doms_header p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width:900px){
  .doms_section .doms_cards {
    flex-direction: column;
  }
  .doms_section .doms_card {
    width: 100%;
  }
}
@media (max-width:767px){
  .doms_section .doms_container {
    padding: 60px 39px;
   }
   .doms_section .doms_header p {
    font-size: 18px;
    line-height: 30px;
    margin: 23px 0 0;
  }
  .doms_section .doms_cards {
    gap: 40px;
    margin-top: 81px;
  }
  .doms_section .doms_content h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 18px 0;
  }
  .doms_section .doms_content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width:490px){
  .doms_section .doms_container {
    padding: 60px 20px;
  }
  .doms_section .doms_header h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .doms_section .doms_header p {
    font-size: 16px;
    line-height: 22px;
    margin: 13px 0 0;
  }
  .doms_section .doms_cards {
    gap: 30px;
    margin-top: 41px;
  }
  .doms_section .doms_content p {
    font-size: 16px;
    line-height: 26px;
  }
  .doms_section .doms_content h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 14px 0;
  }
}

/* :::::::::::::::::::::::::::: REAL COST OF DOMS CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: SCIENCE BACKED RECOVERY CSS START :::::::::::::::::::::::::::: */

.sci_section {
  background: #fff;
}
.sci_section .sci_container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 50px;
}
.sci_section .sci_label h4{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin:0;
}
.sci_section .sci_title {
  margin:23px 0;
}
.sci_section .sci_title h2{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.4px;
  letter-spacing: 1.26px;
  margin:0;
}
.sci_section .sci_desc p{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.6;
  margin:0;
}
.sci_section .sci_media {
  margin:57px 0 80px;
}
.sci_section .sci_media img {
  width: 70%;
  display:block;
  margin:0 auto;
}
.sci_section .sci_btn {
  padding: 17px 60px;
  border-radius: 30px;
  border: 1px solid #141414;
  background: #141414;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-decoration: none;
}

@media (max-width:1200px){
  .sci_section .sci_container {
    padding: 60px 40px;
  }
  .sci_section .sci_title {
    margin: 13px 0;
  }
  .sci_section .sci_media {
    margin: 37px 0 60px;
  }
}
@media (max-width:1024px){
  .sci_section .sci_title h2 {
    font-size: 34px;
    line-height: 40.4px;
    letter-spacing: 1px;
  }
  .sci_section .sci_desc p {
    font-size: 16px;
    line-height: 26px;
  }
  .sci_section .sci_btn {
    padding: 12px 50px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width:767px){
  .sci_section .sci_container {
    padding: 60px 39px;
  }
  .sci_section .sci_title {
    margin: 23px 0;
  }
  .sci_section .sci_title h2 {
    font-size: 44px;
    line-height: 50.4px;
    letter-spacing: 1.26px;
  }
  .sci_section .sci_desc p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width:490px){
  .sci_section .sci_container {
    padding: 60px 20px;
  }
  .sci_section .sci_title h2 {
    font-size: 34px;
    line-height: 40.4px;
  }
  .sci_section .sci_title {
    margin: 13px 0;
  }
  .sci_section .sci_desc p {
    font-size: 16px;
    line-height: 26px;
  }
  .sci_section .sci_media {
    margin: 27px 0;
  }
}

/* :::::::::::::::::::::::::::: SCIENCE BACKED RECOVERY CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: COST SECTION CSS START :::::::::::::::::::::::::::: */

.cost_section {
  background: #fff;
}
.cost_section .cost_container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 80px 50px;
}
.cost_section .cost_header {
  text-align: center;
  margin-bottom: 102px;
}
.cost_section .cost_sub_title{
  display:none;
}
.cost_section .cost_sub_title h4{
  color: #515151;
  text-align: center;
  font-family: "Work Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.18px;
  margin:0;
}
.cost_section .cost_title h2{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.72px;
  margin:0 0 10px;
}
.cost_section .cost_description{
  max-width:1110px;
  margin:0 auto;
}
.cost_section .cost_description p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin:0;
  opacity:0.6;
}
.cost_section .cost_content {
  display: flex;
  align-items: center;
  gap: 115px;
  align-self: stretch;
}
.cost_section .cost_table_wrap {
  width:60%;
}
.cost_section .cost_table_wrap .cost_table{
  border-top: 1px solid #BCC8C8;
  border-bottom: 1px solid #BCC8C8;
}
.cost_section .cost_image {
  width:40%;
}
.cost_section .cost_image img{
  width:100%;
  display:block;
}
.cost_section .cost_row {
  display: flex;
  justify-content:space-between;
  background: rgba(243, 243, 243, 0.30);
  padding: 13px 26px;
}
.cost_section .cost_row.cost_header_row{
  justify-content:center;
}
.cost_section .cost_header_row .cost_cell h4{
  color: #2D2D2D;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.36px;
  margin:0;
  text-align:center;
}
.cost_section .cost_row:nth-child(even):not(.cost_header_row) {
  background: #EFF2EE;
}
.cost_section .cost_row .cost_cell span{
  color: #000;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display:block;
}
@media (max-width:1440px){
  .cost_section .cost_header {
    margin-bottom: 72px;
  }
  .cost_section .cost_content {
    gap: 75px;
  }
}
@media (max-width:1200px){
  .cost_section .cost_container {
    padding: 60px 40px;
  }
}
@media (max-width:1024px){
  .cost_section .cost_content {
    gap: 50px;
  }
  .cost_section .cost_header {
    margin-bottom: 40px;
  }
  .cost_section .cost_description p {
    font-size: 16px;
    line-height: 26px;
  }
  .cost_section .cost_image {
    width: 50%;
  }
  .cost_section .cost_table_wrap {
    width: 50%;
  }
}
@media (max-width:900px){
  .cost_section .cost_content {
    gap: 120px;
    flex-direction: column;
  }
  .cost_section .cost_table_wrap {
    width: 100%;
    padding:0 39px;
  }
  .cost_section .cost_image {
    width: 100%;
  }
  .cost_section .cost_sub_title{
    display:block;
  }
  .cost_section .cost_container {
    padding: 60px 0 0;
  }
  .cost_section .cost_header{
    margin: 0 39px 11px;
  }
}
@media (max-width:767px){
  .cost_section .cost_description p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width:490px){
  .cost_section .cost_header {
    margin: 0 20px 11px;
  }
  .cost_section .cost_table_wrap {
    width: 100%;
    padding: 0 20px;
  }
  .cost_section .cost_content {
    gap: 40px;
  }
  .cost_section .cost_title h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .cost_section .cost_description p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* :::::::::::::::::::::::::::: COST SECTION CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: CTA SECTION CSS START :::::::::::::::::::::::::::: */

.cta_section {
  background: #E8EDEC;
}
.cta_section .cta_container {
  max-width: 1620px;
  padding: 80px 50px;
  margin: 0 auto;
}
.cta_section .cta_text {
  margin-bottom:40px;
}
.cta_section .cta_text h2{
  color: #141414;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin:0;
  letter-spacing: 0.56px;
}
.cta_section .cta_btn {
  border-radius: 30px;
  border: 1px solid  #141414;
  background:  #141414;
  padding: 17px 60px;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
  width:fit-content;
  text-decoration:none;
  display:block;
}
@media (max-width:1200px){
  .cta_section .cta_container {
    padding: 60px 40px;
  }
  .cta_section .cta_text h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.40px;
  }
  .cta_section .cta_text {
    margin-bottom: 20px;
  }
  .cta_section .cta_btn {
    padding: 14px 50px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
  }
}
@media (max-width:767px){
  .cta_section .cta_text h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.56px;
  }
  .cta_section .cta_text {
    margin-bottom: 40px;
  }
  .cta_section .cta_btn {
    padding: 17px 25px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.18px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width:490px){
  .cta_section .cta_container {
    padding: 60px 20px;
  }
  .cta_section .cta_text h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.24px;
  }
  .cta_section .cta_text {
    margin-bottom: 20px;
  }
}


/* :::::::::::::::::::::::::::: CTA SECTION CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: COLD PLUNGE BENEFITS CSS START :::::::::::::::::::::::::::: */

.cpb-section {
  background-color: #161616;
}
.cpb-section .cpb-container {
  max-width: 1620px;
  padding: 80px 50px;
  margin: 0 auto;
}
.cpb-section .cpb-top-col{
  display:flex;
}
.cpb-section .cpb-content {
  width:35%;
  padding: 120px 70px;
  border-right: 1px solid #3D3D3D;
}
.cpb-section .cpb-title h2{
  color: #FFF;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin:0;
  letter-spacing: normal;
}
.cpb-section .cpb-description {
  margin-top:27px;
}
.cpb-section .cpb-description p{
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
  margin:0;
}
.cpb-section .cpb-image-placeholder {
  width: 65%;
  display:grid;
  grid-template-columns: repeat(1, 1fr);

}
.cpb-section .cpb-image-placeholder .cpb-image-1 ,
.cpb-section .cpb-image-placeholder .cpb-image-2 {
  width:100%;
}
.cpb-section .cpb-image-placeholder img {
  width: 100%;
  /* object-fit: co/ver; */
  /* aspect-ratio: 508 / 315; */
  display: block;
}
.cpb-section .cpb-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cpb-section .cpb-benefit-card {
  border: 1px solid #3D3D3D;
  display: flex;
  /* height: 295px; */
  gap:60px;
  padding: 49px 48px;
  flex-direction: column;
  align-items: flex-start;
  justify-content:space-between;
}
.cpb-section .cpb-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.cpb-section .cpb-icon img{
  width: 64px;
  height: 64px;
  display:block;
}
.cpb-section .cpb-icon h4{
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  margin:0;
}
.cpb-section .cpb-label p{
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  margin:0;
}
@media (max-width:1440px){
  .cpb-section .cpb-content {
    padding: 80px 50px;
  }
  .cpb-section .cpb-description {
    margin-top: 17px;
  }
  .cpb-section .cpb-benefit-card {
    padding: 28px;
  }
}
@media (max-width:1200px){
  .cpb-section .cpb-container {
    padding: 60px 40px;
  }
  .cpb-section .cpb-content {
    padding: 40px 30px;
  }
  .cpb-section .cpb-benefit-card {
    /* height: 275px; */
    gap:40px;
  }
  .cpb-section .cpb-icon img {
    width: 54px;
    height: 54px;
  }
  .cpb-section .cpb-icon {
    gap: 6px;
  }
}
@media (max-width:1024px){
  .cpb-section .cpb-icon h4 {
    font-size: 16px;
  }
  .cpb-section .cpb-title h2 {
    font-size: 28px;
  }
  .cpb-section .cpb-benefit-card {
    /* height: 235px; */
    padding: 20px;
    gap:20px;
  }
  .cpb-section .cpb-icon img {
    width: 44px;
    height: 44px;
  }
  .cpb-section .cpb-icon h4 {
    font-size: 15px;
  }
  .cpb-section .cpb-label p {
    font-size: 16px;
    line-height: 19.4px;
  }
}
@media (max-width:900px){
  .cpb-section .cpb-top-col {
    flex-direction: column;
    gap: 40px;
  }
  .cpb-section .cpb-content {
    padding: 0;
    width: 100%;
    text-align: center;
    border-right:none;
  }
  .cpb-section .cpb-description {
    margin-top: 27px;
  }
  .cpb-section .cpb-image-placeholder {
    width: 100%;
  }
  .cpb-section .cpb-benefits {
    grid-template-columns: repeat(1,1fr);
  }
  .cpb-section .cpb-benefit-card {
    /* height: auto; */
    padding: 49px 0;
    border: none;
    border-bottom: 1px solid #3D3D3D;
    gap:17px;
  }
}
@media (max-width:767px){
  .cpb-section .cpb-image-placeholder .cpb-image-2 {
    display:none;
  }
  .cpb-section .cpb-image-placeholder {
    grid-template-columns: repeat(1,1fr);
  }
  .cpb-section .cpb-image-placeholder img {
    border-radius: 20px;
  }
  .cpb-section .cpb-icon img {
    width: 64px;
    height: 64px;
  }
  .cpb-section .cpb-icon h4 {
    font-size: 18px;
  }
}
@media (max-width:490px){
  .cpb-section .cpb-container {
    padding: 60px 20px;
  }
  .cpb-section .cpb-top-col {
    gap: 30px;
  }
  .cpb-section .cpb-icon img {
    width: 44px;
    height: 44px;
  }
  .cpb-section .cpb-benefit-card {
    padding: 29px 0;
  }
}

/* :::::::::::::::::::::::::::: COLD PLUNGE BENEFITS CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: FEATURES SECTION CSS START :::::::::::::::::::::::::::: */

.ft_section {
  background: #fff;
}
.ft_section .ft_container {
  max-width: 1668px;
  padding: 80px 50px 60px;
  margin: 0 auto;
}
.ft_section .ft_header {
  text-align: center;
  margin-bottom: 86px;
}
.ft_section .ft_tagline h4{
  color: #000;
  text-align: center;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 0;
}
.ft_section .ft_title h2{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.4px;
  letter-spacing: 1.26px;
  margin: 23px 0;
}
.ft_section .ft_subtitle p{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin:0;
}
.ft_section .ft_content {
  display: flex;
  align-items: center;
  gap: 56px;
}
.ft_section .ft_features_l,
.ft_section .feature_text_r {
  display: flex;
  flex-direction: column;
  gap: 104px;
  width:25%;
}
.ft_section .ft_features_left h5,
.ft_section .ft_features_right h5{
  color: #000;
  text-align: left;
  font-family: "Work Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  margin:0;
}
.ft_section .ft_features_left h5{
  text-align:right;
}
.ft_section .ft_image {
  width:50%;
}
.ft_section .ft_image img {
  width:100%;
  display:block;
}

@media (max-width:1420px){
  .ft_section .ft_header {
    margin-bottom: 46px;
  }
  .ft_section .ft_title h2 {
    margin: 20px 0;
  }
  .ft_section .ft_content {
    gap: 36px;
  }
  .ft_section .ft_features_l,
  .ft_section .feature_text_r {
    gap: 74px;
  }
}
@media (max-width:1200px){
  .ft_section .ft_container {
    padding: 60px 40px;
  }
}
@media (max-width:1024px){
  .ft_section .ft_features_left h5,
  .ft_section .ft_features_right h5 {
    font-size: 22px;
    letter-spacing: 0.22px;
  }
  .ft_section .ft_features_l,
  .ft_section .feature_text_r {
    gap: 34px;
  }
  .ft_section .ft_content {
    gap: 26px;
  }
  .ft_section .ft_subtitle p {
    font-size: 16px;
    line-height: 26px;
  }
  .ft_section .ft_title h2 {
    font-size: 32px;
    line-height: 40.4px;
    margin:16px 0; 
  }
}
@media (max-width:900px){
  .ft_section .ft_image {
    width: 100%;
    order:1;
  }
  .ft_section .ft_content {
    flex-wrap: wrap;
    align-items:flex-start;
  }
  .ft_section .ft_features_l, .ft_section .feature_text_r {
    gap: 20px;
    width: calc(50% - 13px);
    order:2;
  }
  .ft_section .ft_features_left h5 {
    text-align: left;
  }
}
@media (max-width:767px){
  .ft_section .ft_container {
    padding: 40px 40px 60px;
  }
  .ft_section .ft_features_left h5,
  .ft_section .ft_features_right h5 {
    font-size: 28px;
    letter-spacing: 0.28px;
  }
  .ft_section .ft_header {
    margin-bottom: 40px;
  }
  .ft_section .ft_title h2 {
    font-size: 36px;
    line-height: 50.4px; 
    margin: 23px 0;
  }
  .ft_section .ft_content {
    gap: 20px;
  }
  .ft_section .ft_features_l, .ft_section .feature_text_r {
    width: calc(50% - 10px);
  }
}
@media (max-width:490px){
  .ft_section .ft_container {
    padding: 40px 20px 60px;
  }
  .ft_section .ft_title h2 {
    font-size: 32px;
    line-height: 38.4px;
    margin: 14px 0;
  }
  .ft_section .ft_features_left h5, .ft_section .ft_features_right h5 {
    font-size: 20px;
    letter-spacing: 0.20px;
  }
}

/* :::::::::::::::::::::::::::: FEATURES SECTION CSS END :::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::: TESTIMONIALS SECTION CSS START :::::::::::::::::::::::::::: */

.ts_section {
  background: #fff;
}
.ts_section .ts_container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 60px 50px 176px;
}
.ts_section .ts_title h2{
  color: #141414;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.56px;
  margin:0;
}
.ts_section .ts_subtitle p{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin:40px 0 20px;
}
.ts_section .ts_cards {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.ts_section .ts_card {
  padding: 24px 20px;
  width:calc(33.333% - 20px);
  text-align: left;
  border-radius: 15px;
  background: #E8E8E8;
}
.ts_section .slick-initialized.ts_cards .ts_card {
  margin:0 20px;
}
.ts_section .slick-initialized.ts_cards .slick-dots li {
  width: 10px;
  height: 10px;
}
.ts_section .slick-initialized.ts_cards .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
  background: #c3bfbf;
  border-radius: 99px;
}
.ts_section .slick-initialized.ts_cards .slick-dots li.slick-active button{
  background:#000;
}
.ts_section .slick-initialized.ts_cards .slick-dots li button:before{
  display:none;
}
.ts_section .ts_rating ,
.ts_section .ts_quote ,
.ts_section .ts_text{
  margin-bottom: 13px;
}
.ts_section .ts_rating .stars{
  display: flex;
}
.ts_section .ts_rating .stars svg{
  display:block;
  width:20px;
  height:20px;
}
.ts_section .ts_quote h3{
  color: #141414;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin:0;
}
.ts_section .ts_text p{
  color: #141414;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin:0;
  opacity: 0.5;
}
.ts_section .ts_author h5 {
  color: #141414;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 13px;
}
.ts_section .ts_author span {
  color: #141414;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display:block;
  letter-spacing:normal;
}

@media (max-width:1440px){
  .ts_section .ts_container {
    padding: 60px 50px 106px;
  }
}
@media (max-width:1200px){
  .ts_section .ts_container {
    padding: 60px 40px 86px;
  }
}
@media (max-width:1024px){
  .ts_section .ts_title h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .ts_section .ts_subtitle p {
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 20px;
  }
  .ts_section .ts_cards {
    gap: 20px;
  }
  .ts_section .ts_card {
    padding: 16px 12px;
    width: calc(33.333% - 10px);
  }
  .ts_section .ts_rating .stars svg {
    width: 16px;
    height: 16px;
  }
  .ts_section .ts_quote h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .ts_section .ts_rating, .ts_section .ts_quote, .ts_section .ts_text {
    margin-bottom: 10px;
  }
  .ts_section .ts_author h5 {
    margin: 0 0 10px;
  }
  .ts_section .slick-initialized.ts_cards .ts_card {
    margin: 0 10px;
  }
}
@media (max-width:900px){
  .ts_section .ts_cards {
    gap: 57px;
    flex-direction: column;
  }
  .ts_section .ts_card {
    width: 100%;
  }
}
@media (max-width:767px){
  .ts_section .ts_card {
    padding: 24px 20px;
  }
  .ts_section .ts_subtitle p {
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
  }
  .ts_section .ts_title h2 {
    font-size: 36px;
    line-height: 38px;
  }
  .ts_section .ts_rating .stars svg {
    width: 20px;
    height: 20px;
  }
  .ts_section .ts_quote h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .ts_section .ts_rating, .ts_section .ts_quote, .ts_section .ts_text {
    margin-bottom: 13px;
  }
  .ts_section .ts_author h5 {
    margin: 0 0 13px;
  }
  .ts_section .slick-initialized.ts_cards .ts_card {
    margin: 0 5px;
  }
}
@media (max-width:490px){
  .ts_section .ts_title h2 {
    font-size: 32px;
  }
  .ts_section .ts_subtitle p {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0;
  }
  .ts_section .ts_container {
    padding: 60px 20px 46px;
  }
  .ts_section .ts_quote h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .ts_section .ts_rating, .ts_section .ts_quote, .ts_section .ts_text {
    margin-bottom: 8px;
  }
  .ts_section .ts_author h5 {
    margin: 0 0 8px;
  }
  .ts_section .ts_rating .stars svg {
    width: 16px;
    height: 16px;
  }
}

/* :::::::::::::::::::::::::::: TESTIMONIALS SECTION CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: RECOVERY STRUGGLE BANNER CSS START :::::::::::::::::::::::::::: */

.rsb-section {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rsb-section .rsb-container {
  max-width: 1720px;
  padding: 200px 50px 107px;
  margin: 0 auto;
}
.rsb-section .rsb-heading h2{
  color: #FFF;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin:0;
}
.rsb-section .rsb-heading {
  margin-bottom:25px;
}
.rsb-section .rsb-subheading p{
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin:0;
}
.rsb-section .rsb-btn {
  margin-top:29px;
}
.rsb-section .rsb-btn a{
  display: block;
  color: #141414;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.18px;
  text-decoration: none;
  padding: 17px 60px;
  border-radius: 30px;
  border: 1px solid #141414;
  background:#FFF;
  width:fit-content;
}
@media (max-width:1200px){
  .rsb-section .rsb-container {
    padding: 110px 40px;
  }
  .rsb-section .rsb-heading h2 {
    font-size: 54px;
  }
  .rsb-section .rsb-heading {
    margin-bottom: 15px;
  }
  .rsb-section .rsb-btn {
    margin-top: 19px;
  }
  .rsb-section .rsb-btn a {
    font-size: 16px;
    letter-spacing: 0.16px;
    padding: 12px 50px;
  }
}
@media (max-width:1024px){
  .rsb-section .rsb-heading h2 {
    font-size: 44px;
  }
  .rsb-section .rsb-subheading p {
    font-size: 16px;
    line-height: 26px;
  }
  .rsb-section .rsb-btn a {
    padding: 8px 40px;
  }
}
@media (max-width:767px){
  .rsb-section .rsb-container {
    padding: 120px 39px;
  }
  .rsb-section .rsb-heading h2 {
    font-size: 48px;
  }
  .rsb-section .rsb-subheading p {
    font-size: 18px;
    line-height: 28px;
  }
  .rsb-section .rsb-btn a {
    padding: 17px 60px;
    font-size: 18px;
  }
}
@media (max-width:490px){
  .rsb-section .rsb-container {
    padding: 80px 20px;
  }
  .rsb-section .rsb-heading h2 {
    font-size: 34px;
  }
  .rsb-section .rsb-subheading p {
    font-size: 16px;
    line-height: 22px;
  }
  .rsb-section .rsb-btn a {
    padding: 12px 38px;
    font-size: 16px;
  }
}

/* :::::::::::::::::::::::::::: RECOVERY STRUGGLE BANNER CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: HEADING SECTION CSS START :::::::::::::::::::::::::::: */

.bw_heading{
  background: #141414;
}
.bw_heading .bw_heading_container{
  max-width:1720px;
  margin:0 auto;
  padding:214px 50px;
}
.bw_heading .bw_title h2{
  color: #FFF;
  font-family: Inter;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 63.8px;
  letter-spacing: 1.74px;
  margin:0;
}
@media (max-width:1440px){
  .bw_heading .bw_heading_container {
    padding: 174px 50px;
  }
}
@media (max-width:1200px){
  .bw_heading .bw_heading_container {
    padding: 154px 40px;
  }
}
@media (max-width:1024px){
  .bw_heading .bw_heading_container {
    padding: 114px 40px;
  }
  .bw_heading .bw_title h2 {
    font-size: 38px;
    line-height: 43.8px;
  }
}
@media (max-width:767px){
  .bw_heading .bw_heading_container {
    padding: 214px 39px;
  }
  .bw_heading .bw_title h2 {
    font-size: 58px;
    line-height: 63.8px;
  }
}
@media (max-width:490px){
  .bw_heading .bw_heading_container {
    padding: 90px 20px;
  }
  .bw_heading .bw_title h2 {
    font-size: 38px;
    line-height: 43.8px;
  }
}

/* :::::::::::::::::::::::::::: HEADING SECTION CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: explainer banner  CSS START :::::::::::::::::::::::::::: */

.cooling-performance-section {
  background-color: #000;
  color: #fff;
}
.cooling-performance-section .e_b-container {
  max-width: 1620px;
  padding: 80px 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:76px;
}
.cooling-performance-section .e_b-content {
  /* flex: 1 1 50%; */
  width:60%;
}
.cooling-performance-section .e_b-subheading h5 {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin:0;
  letter-spacing: normal;
}
.cooling-performance-section .e_b-subheading h5 strong {
  border-radius: 16px;
  background: #FFF;
  font-family: Inter;
  padding: 3.19px 9.98px 3.19px 9px;
  color: #000;
  font-weight: 700;
}
.cooling-performance-section .e_b-heading {
  margin:51px 0 ;
}
.cooling-performance-section .e_b-heading h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin:0;
  letter-spacing: -2px;
}
.cooling-performance-section .e_b-description {
  margin:51px 0;
}
.cooling-performance-section .e_b-description p {
  color: #EEE;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  opacity: 0.5;
  margin:0;
}
.cooling-performance-section .e_b-cta-rating {
  display: flex;
  align-items: center;
  gap: 32px;
}
.cooling-performance-section .e_b-btn {
  width:100%;
  max-width:396px;
}
.cooling-performance-section .e_b-btn a{
  padding: 16px 63px;
  background: #FFF;
  color: #0B0B0B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display:block;
  text-decoration:none;
  text-align:center;
}
.cooling-performance-section .e_b-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cooling-performance-section .e_b-rating-value span{
  color: #E7E7E7;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display:block;
}
.cooling-performance-section .e_b_reviews_star .e_b-reviews{
  color: #E7E7E7;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display:block;
}
.cooling-performance-section .e_b-image-placeholder {
  /* flex: 1 1 40%; */
  width: 40%;
  border-radius: 24px;
  overflow:hidden;
  aspect-ratio: 1/1;
}
.cooling-performance-section .e_b_mobile_image{
  display:none;
}
.cooling-performance-section .e_b-image-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooling-performance-section .e_b_reviews_star .stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 8px 0 0;
}
.cooling-performance-section .e_b_reviews_star .stars svg{
  width: 13px;
  height: 13px;
  display:block;
}
@media (max-width:1440px){
  .cooling-performance-section .e_b-heading h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .cooling-performance-section .e_b-heading {
    margin: 30px 0;
  }
  .cooling-performance-section .e_b-description {
    margin: 30px 0;
  }
}
@media (max-width:1200px){
  .cooling-performance-section .e_b-container {
    padding: 60px 40px;
    gap: 56px;
  }
  .cooling-performance-section .e_b-btn {
    max-width: 306px;
  }
  .cooling-performance-section .e_b-heading, .cooling-performance-section .e_b-description {
    margin: 20px 0;
  }
  .cooling-performance-section .e_b-heading h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .cooling-performance-section .e_b-btn a {
    padding: 16px 33px;
    font-size: 15px;
    line-height: 15px;
  }
  .cooling-performance-section .e_b-description p {
    font-size: 15px;
    line-height: 21.4px;
  }
  .cooling-performance-section .e_b-rating-value span {
    font-size: 32px;
  }
}
@media (max-width:900px){
  .cooling-performance-section .e_b-container {
    flex-direction: column-reverse;
  }
  .cooling-performance-section .e_b-image-placeholder {
    width: 100%;
    aspect-ratio: auto;
  }
  .cooling-performance-section .e_b-content {
    width: 100%;
  }
  .cooling-performance-section .e_b-image-placeholder img {
    display:none;
  }
  .cooling-performance-section .e_b_mobile_image{
    display:block;
  }
  .cooling-performance-section .e_b_mobile_image img{
    /* height: 500px; */
    object-fit: cover;
    display:block;
  }
}
@media (max-width:767px){
  .cooling-performance-section .e_b-image-placeholder img {
    /* height: 261px; */
  }
  .cooling-performance-section .e_b-container {
    gap: 76px;
  }
  .cooling-performance-section .e_b-heading, .cooling-performance-section .e_b-description {
    margin: 51px 0;
  }
  .cooling-performance-section .e_b-heading h2 {
    font-size: 56px;
    line-height: 62px;
  }
  .cooling-performance-section .e_b-description p {
    font-size: 16px;
    line-height: 22.4px;
  }
  .cooling-performance-section .e_b-btn {
    max-width: 160px;
  }
  .cooling-performance-section .e_b-btn a {
    font-size: 16px;
    line-height: 16px;
  }
  .cooling-performance-section .e_b-rating-value span {
    font-size: 40px;
  }
}
@media (max-width:490px){
  .cooling-performance-section .e_b-container {
    gap: 46px;
    padding: 30px 20px 60px;
  }
  .cooling-performance-section .e_b-heading h2 {
    font-size: 46px;
    line-height: normal;
  }
  .cooling-performance-section .e_b-heading, .cooling-performance-section .e_b-description {
    margin: 21px 0;
  }
  .cooling-performance-section .e_b-cta-rating {
    gap: 22px;
  }
}

/* :::::::::::::::::::::::::::: explainer banner CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: As Seen In CSS START :::::::::::::::::::::::::::: */

.pl-section {
  background-color: #000;
}
.pl-section .pl-container {
  max-width: 1620px;
  padding: 64px 50px;
  margin: 0 auto;
  text-align:center;
}
.pl-section .pl-logo-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 136px;
  margin: 0 auto;
  /* justify-content: center; */
  flex-wrap: wrap;
  overflow:auto;
}
.pl-section .pl-logo-wrapper::-webkit-scrollbar{
  background:#000;
  height: 5px;
}
.pl-section .pl-logo-wrapper::-webkit-scrollbar-thumb{
  background: #000;
  height: 5px;
}
.pl-section .pl-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  flex-shrink:0;
}
.pl-section .pl-logo-img {
  width: 144px;
}
.icon-with-text.pl-section .pl-logo-img{
  width: 84px;
}
.pl-section .pl-logo-img img{
  width:100%;
  display:block;
}
.pl-section .pl-logo-text h5{
  color: #A7A7A7;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin:16px 0 0;
  letter-spacing:normal;
}
@media (max-width:1200px) {
  .pl-section .pl-container {
    padding: 64px 40px;
  }
  .pl-section .pl-logo-img {
    width: 134px;
  }
  .pl-section .pl-logo-text h5 {
    font-size: 20px;
    margin-top: 12px;
  }
  .pl-section .pl-logo-wrapper {
    gap: 80px;
  }
}

@media (max-width: 1024px){
  .pl-section .pl-logo-wrapper {
    overflow-x: auto;
    justify-content: start;
    flex-wrap: nowrap;
    gap: 28px;
  }
  .pl-section .pl-logo-item {
    width: calc(33.333% - 48px * 2  / 3);
    flex: 0 0 auto;
  }
  /* .pl-section .pl-logo-item {
    flex: 0 0 calc((100% - (10px * 2)) / 3);
    scroll-snap-align: start;
  } */
  .pl-section .pl-logo-text h5 {
    font-size: 16px;
  }
}

@media (max-width:767px){
  .pl-section .pl-logo-wrapper {
    gap: 48px;
    display:flex;
  }
  .icon-with-text.pl-section .pl-logo-wrapper {
    align-items:flex-start;
  }
  .icon-with-text.pl-section .pl-logo-img {
    width: 64px;
  }
  .pl-section .pl-logo-img {
    width: 100%;
  }
  .pl-section .pl-logo-text h5 {
    /* margin-top: 16px; */
    /* font-size: 18px; */
    margin-top: 12px;
    font-size: 14px;
  }
  .pl-section .pl-container {
    padding: 24px 20px;
  }
}

/* :::::::::::::::::::::::::::: As Seen In CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: CUSTOMER STATS CSS START :::::::::::::::::::::::::::: */

.cs-section {
  background-color: #000;
}
.cs-section .cs-container {
  max-width: 1620px;
  padding: 80px 50px;
  margin: 0 auto;
  display: flex;
  gap: 82px;
  align-items: center;
}
.cs-section .cs-image {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 12/10;
}
.cs-section .cs-image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.cs-section .cs-content {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.cs-section .cs-card {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 64px 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cs-section .cs-dot {
  width: 40px;
  height: 40px;
}
.cs-section .cs-dot img{
  width: 100%;
  display:block;
}
.cs-section .cs-percentage h4 {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing:normal;
  margin:0;
}
.cs-section .cs-description p {
  color: #B7B7B7;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing:normal;
  opacity: 0.5;
  margin:0;
}

@media (max-width:1440px){
  .cs-section .cs-container {
    gap: 62px;
  }
  .cs-section .cs-card {
    padding: 44px 25px;
    gap: 10px;
  }
}
@media (max-width:1200px){
  .cs-section .cs-container {
    gap: 42px;
    padding: 60px 40px;
  }
  .cs-section .cs-percentage h4 {
    font-size: 42px;
  }
  .cs-section .cs-dot {
    width: 30px;
    height: 30px;
  }
  .cs-section .cs-description p {
    font-size: 15px;
    line-height: 20.4px;
  }
  .cs-section .cs-card {
    padding: 34px 20px;
    gap: 6px;
  }
}
@media (max-width:900px){
  .cs-section .cs-container {
    flex-direction: column;
  }
  .cs-section .cs-image ,
  .cs-section .cs-content{
    width: 100%;
  }
  .cs-section .cs-image img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width:767px){
  .cs-section .cs-image img {
    height: 344px;
  }
  .cs-section .cs-container {
    gap: 40px;
  }
  .cs-section .cs-content {
    grid-template-columns: repeat(1,1fr);
  }
  .cs-section .cs-dot {
    width: 40px;
    height: 40px;
  }
  .cs-section .cs-percentage h4 {
    font-size: 48px;
  }
  .cs-section .cs-card {
    padding: 26px 25px;
    gap: 12px;
  }
  .cs-section .cs-description p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
@media (max-width:490px){
  .cs-section .cs-percentage h4 {
    font-size: 38px;
  }
  .cs-section .cs-container {
    padding: 60px 20px;
  }
  .cs-section .cs-dot {
    width: 30px;
    height: 30px;
  }
}


/* :::::::::::::::::::::::::::: CUSTOMER STATS CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: PRODUCT BENEFITS CSS START :::::::::::::::::::::::::::: */

.pb-section {
  background-color: #161616;
}
.pb-section .pb-container {
  max-width: 1620px;
  padding: 80px 50px;
  margin: 0 auto;
}
.pb-section .pb-header {
  margin-bottom: 56px;
}
.pb-section .pb-subtitle-wrap p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin:0;
  opacity: 0.5;
}
.pb-section .pb-title-wrap {
  margin-top:25px;
}
.pb-section .pb-title-wrap h2 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  margin:0;
}
.pb-section .pb-benefits {
  display: flex;
}
.pb-section .pb-benefit-item {
  padding: 93px 64px;
  border-right: 1px solid #393939;
}
.pb-section .pb-benefits > :last-child{
  border:none;
}
.pb-section .pb-title-number{
  display: flex;
  align-items: center;
  gap: 8px;
}
.pb-section .pb-number-wrap span {
  background-color: #797979;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  color: #FFF;
  font-family: Inter;
  font-size: 19.2px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pb-section .pb-benefit-title-wrap h3 {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  margin:0;
}
.pb-section .pb-benefit-desc-wrap {
  margin-top:16px;
}
.pb-section .pb-benefit-desc-wrap p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.5;
  margin:0;
}
.pb-section .pb-button-wrap {
  width:100%;
  max-width:347px;
  margin:0 auto;
  margin-top: 56px;
}
.pb-section .pb-button-wrap a {
  padding: 16px 63px;
  background: #FFF;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration:none;
  text-align:center;
  display: block;
}
@media (max-width:1440px){
  .pb-section .pb-benefit-item {
    padding: 63px 44px;
  }
  .pb-section .pb-header {
    margin-bottom: 36px;
  }
  .pb-section .pb-button-wrap {
    margin: 36px auto 0;
  }
}
@media (max-width:1200px){
  .pb-section .pb-container {
    padding: 60px 40px;
  }
  .pb-section .pb-benefit-item {
    padding: 33px 24px;
  }
}
@media (max-width:1024px){
  .pb-section .pb-benefit-title-wrap h3 {
    font-size: 16px;
  }
  .pb-section .pb-benefit-desc-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .pb-section .pb-benefit-item {
    padding: 30px 20px;
  }
  .pb-section .pb-benefit-desc-wrap {
    margin-top: 12px;
  }
  .pb-section .pb-button-wrap {
    max-width: 287px;
  }
}
@media (max-width:767px){
  .pb-section .pb-benefits {
    flex-direction: column;
  }
  .pb-section .pb-header {
    margin-bottom: 56px;
  }
  .pb-section .pb-button-wrap {
    margin: 56px auto 0;
    max-width:200px;
  }
  .pb-section .pb-benefit-item {
    padding: 34px 20px;
    border-bottom: 1px solid #393939;
    border-right: none;
  }
  .pb-section .pb-benefit-title-wrap h3 {
    font-size: 17.4px;
  }
  .pb-section .pb-button-wrap a {
    padding: 16px 33px;
  }
}
@media (max-width:490px){
  .pb-section .pb-container {
    padding: 60px 20px;
  }
  .pb-section .pb-title-wrap h2 {
    font-size: 28px;
  }
  .pb-section .pb-title-wrap {
    margin-top: 15px;
  }
  .pb-section .pb-subtitle-wrap p {
    font-size: 18px;
  }
  .pb-section .pb-header {
    margin-bottom: 16px;
  }
  .pb-section .pb-button-wrap {
    margin: 16px auto 0;
  }
}

/* :::::::::::::::::::::::::::: PRODUCT BENEFITS CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: TRUSTED VIDEO CSS START :::::::::::::::::::::::::::: */

.vt_section {
  background: #fff;
}
.vt_section .vt_container {
  max-width: 1620px;
  padding: 80px 50px;
  margin: 0 auto;
}
.vt_section .vt_header {
  margin-bottom: 31px;
  display: flex;
  align-items: center;
  gap: 500px;
}
.vt_section .vt-left-content{
  width:90%;
}
.vt_section .vt_rating-wrap{
  width:10%;
}
.vt_section .vt_tag-wrap {
  margin-bottom: 23px;
}
.vt_section .vt_tag {
  border-radius: 36px;
  background: #0B0B0B;
  padding: 12px 20px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display:block;
  width:fit-content;
}
.vt_section .vt_heading-wrap {
  margin-bottom: 23px;
  max-width: 700px;
}
.vt_section .vt_heading {
  color: #000;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
  letter-spacing: normal;
}
.vt_section .vt_desc-wrap p{
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  opacity: 0.5;
}
.vt_section .vt_score {
  color: #797979;
  font-family: Inter;
  font-size: 34.844px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display;block;
}
.vt_section .vt_rating-count{
  /* margin-top:19px; */
}
.vt_section .vt_reviews {
  color: #797979;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  display:block;
}
.vt_section .vt_videos {
  display: flex;
  gap: 12px;
}
.vt_section .vt_video-card {
  background: #eaeaea;
  flex: 1 1 calc(25% - 6px);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vt_section .vt_video-card .video-block.playing .video-play-icon{
  display:none;
}
.vt_section .vt_video-card .video-block.playing:hover .video-play-icon{
  display:block;
}
.vt_section .vt_video-card .video-play-icon svg{
  width: 44px;
  height: 24px;
}
.vt_section .vt_video-card .video-play-icon {
  border-radius: 50%;
  position: absolute;
  top: 90%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50% , -90%);
  cursor: pointer;
}
.vt_section .vt_video-card .play-icon ,
.vt_section .vt_video-card .pause-icon{
  background: rgba(0, 0, 0, 0.90);
  padding: 4px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 56px;
  margin: 0 auto;
}
.vt_section .vt_video-card video{
  width:100%;
  aspect-ratio: 53 / 74;
  object-fit: cover;
  display:block;
}
.vt_section .video-name {
  margin-top:24px;
}
.vt_section .video-name span{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display:block;
}
@media (max-width:1440px){
  .vt_section .vt_header {
    gap: 370px;
  }
  .vt_section .vt_rating-wrap {
    width: 14%;
  }
  .vt_section .vt-left-content {
    width: 86%;
  }
}
@media (max-width:1200px){
  .vt_section .vt_container {
    padding: 60px 40px;
  }
  .vt_section .vt_heading-wrap,
  .vt_section .vt_tag-wrap {
    margin-bottom: 13px;
  }
}
@media (max-width:1024px){
  .vt_section .vt_rating-count {
    /* margin-top: 12px; */
  }
  .vt_section .vt_header {
    gap: 160px;
  }
  .vt_section .vt_heading {
    font-size: 32px;
    line-height: 38px;
  }
  .vt_section .vt_desc-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width:900px){
  .vt_section .vt_header {
    gap: 0;
    flex-direction: column;
  }
  .vt_section .vt-left-content {
    width: 100%;
  }
  .vt_section .vt_rating-wrap {
    display: none;
  }
  .vt_section .video-name {
    margin-top: 14px;
  }
  .vt_section .vt_video-card .video-play-icon svg {
    width: 24px;
    height: 18px;
  }
  .vt_section .vt_video-card .play-icon, .vt_section .vt_video-card .pause-icon {
    max-width: 46px;
  }
  .vt_section .video-name span {
    font-size: 13px;
  }
}
@media (max-width:767px){
  .vt_section .vt_videos {
    aspect-ratio: 53 / 74;
    overflow-y: auto;
  }
  .vt_section .vt_video-card {
    flex: 1 1 calc(100% - 6px);
    flex-shrink: 0;
  }
  .vt_section .vt_heading-wrap, .vt_section .vt_tag-wrap {
    margin-bottom: 24px;
  }
  .vt_section .vt_heading {
    font-size: 38px;
    line-height: 48px;
  }
  .vt_section .vt_desc-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
  .vt_section .vt_video-card .play-icon, .vt_section .vt_video-card .pause-icon {
    max-width: 56px;
  }
  .vt_section .vt_video-card .video-play-icon svg {
    width: 44px;
    height: 24px;
  }
  .vt_section .video-name span {
    font-size: 18px;
  }
}
@media (max-width:490px){
  .vt_section .vt_container {
    padding: 60px 20px;
  }
  .vt_section .vt_heading {
    font-size: 32px;
    line-height: 38px;
  }
  .vt_section .vt_heading-wrap, .vt_section .vt_tag-wrap {
    margin-bottom: 14px;
  }
  .vt_section .vt_desc-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* :::::::::::::::::::::::::::: TRUSTED VIDEO CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: COST BENEFIT FEATURES CSS START :::::::::::::::::::::::::::: */

.cbf_section {
  background-color: #000;
}
.cbf_section .cbf_container {
  max-width: 1620px;
  padding: 80px 50px 73px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:161px;
}
.cbf_section .cbf_left {
  width:50%;
}
.cbf_section .cbf_heading_wrap {
  margin-bottom:35px;
}
.cbf_section .cbf_heading_wrap h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: normal;
  margin:0;
}
.cbf_section .cbf_text_wrap p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.5;
  margin:0;
}
.cbf_section .cbf_right {
  width:50%;
}
.cbf_section .cbf_feature_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.cbf_section .cbf_feature_item {
  padding: 28px 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}
.cbf_section .cbf_icon_wrap {
  display:flex;
  align-items:center;
  margin-bottom:18px;
  gap:16px;
}
.cbf_section .cbf_icon_wrap img {
  width: 64px;
  height: 64px;
  display:block;
}
.cbf_section .cbf_icon_wrap h4{
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  margin:0;
}
.cbf_section .cbf_desc_wrap p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin:0;
}
@media (max-width:1440px){
  .cbf_section .cbf_container {
    gap: 120px;
  }
  .cbf_section .cbf_feature_item {
    padding: 28px;
  }
}
@media (max-width:1200px){
  .cbf_section .cbf_container {
    gap: 60px;
    padding: 60px 40px;
  }
  .cbf_section .cbf_icon_wrap {
    margin-bottom: 16px;
  }
  .cbf_section .cbf_icon_wrap img {
    width: 54px;
    height: 54px;
  }
}
@media (max-width:1024px){
  .cbf_section .cbf_heading_wrap h2 {
    font-size: 28px;
    line-height: 31.6px;
  }
  .cbf_section .cbf_text_wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .cbf_section .cbf_heading_wrap {
    margin-bottom: 20px;
  }
  .cbf_section .cbf_icon_wrap img {
    width: 44px;
    height: 44px;
  }
  .cbf_section .cbf_icon_wrap h4 {
    font-size: 16px;
  }
  .cbf_section .cbf_desc_wrap p {
    font-size: 15px;
    line-height: 18.8px;
  }
  .cbf_section .cbf_icon_wrap {
    margin-bottom: 12px;
    gap:6px;
  }
}
@media (max-width:900px){
  .cbf_section .cbf_container {
    flex-direction: column;
  }
  .cbf_section .cbf_right {
    width: 100%;
  }
  .cbf_section .cbf_left {
    width: 100%;
  }
}
@media (max-width:767px){
  .cbf_section .cbf_heading_wrap {
    margin-bottom: 35px;
  }
  .cbf_section .cbf_container {
    gap: 30px;
  }
  .cbf_section .cbf_heading_wrap h2 {
    font-size: 38px;
    line-height: 41.6px;
  }
  .cbf_section .cbf_text_wrap p {
    font-size: 18px;
    line-height: 30px;
  }
  .cbf_section .cbf_feature_item {
    text-align: center;
  }
  .cbf_section .cbf_icon_wrap {
    margin-bottom: 18px;
    gap: 8px;
    flex-direction: column;
  }
}
@media (max-width:490px){
  .cbf_section .cbf_container {
    padding: 60px 20px;
    gap: 20px;
  }
  .cbf_section .cbf_heading_wrap h2 {
    font-size: 28px;
    line-height: 31.6px;
  }
  .cbf_section .cbf_heading_wrap {
    margin-bottom: 15px;
  }
  .cbf_section .cbf_text_wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .cbf_section .cbf_icon_wrap {
    margin-bottom: 8px;
  }
  .cbf_section .cbf_feature_item {
    padding: 14px;
  }
}


/* :::::::::::::::::::::::::::: COST BENEFIT FEATURES CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: COLD THERAPY INTRO CSS START :::::::::::::::::::::::::::: */

.cti_section {
  background-color: #000;
}
.cti_section .cti_container {
  max-width: 1620px;
  padding: 73px 50px 80px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  /* border-top: 1px solid #DCA4FF; */
}
.cti_section .cti_col-group {
  display: flex;
  align-items:center;
  gap: 96px;
}
.cti_section .cti_image-box{
  width:33.33%;
}
.cti_section .cti_image-box img {
  width: 100%;
  display: block;
  border-radius: 8px;
  aspect-ratio: 34/25;
  object-fit: cover;
}
.cti_section .cti_content {
  width:33.33%;
}
.cti_section .cti_heading{
  margin-bottom:35px;
}
.cti_section .cti_heading h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.6px;
  letter-spacing: normal;
  margin:0;
}
.cti_section .cti_paragraph p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin:0;
  opacity: 0.5;
}
@media (max-width:1440px){
  .cti_section .cti_col-group {
    gap: 46px;
  }
}
@media (max-width:1200px){
  .cti_section .cti_col-group {
    gap: 32px;
  }
  .cti_section .cti_heading h2 {
    font-size: 28px;
    line-height: 31.6px;
  }
  .cti_section .cti_heading {
    margin-bottom: 15px;
  }
  .cti_section .cti_paragraph p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width:1024px){
  .cti_section .cti_col-group {
    gap: 26px;
  }
}
@media (max-width:900px){
  .cti_section .cti_col-group {
    flex-direction: column;
  }
  .cti_section .cti_image-box {
    width: 100%;
  }
  .cti_section .cti_content {
    width: 100%;
  }
  .cti_section .cti_container {
    padding: 60px 40px;
  }
}
@media (max-width:767px){
  .cti_section .cti_heading h2 {
    font-size: 38px;
    line-height: 41.6px;
  }
  .cti_section .cti_heading {
    margin-bottom: 35px;
  }
  .cti_section .cti_paragraph p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width:490px){
  .cti_section .cti_container {
    padding: 60px 20px;
  }
  .cti_section .cti_heading h2 {
    font-size: 28px;
    line-height: 31.6px;
  }
  .cti_section .cti_paragraph p {
    font-size: 16px;
    line-height: 26px;
  }
}


/* :::::::::::::::::::::::::::: COLD THERAPY INTRO CSS END :::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::: AFFORDABLE RECOVERY OFFER CSS START :::::::::::::::::::::::::::: */

.aro-section {
  background-color: #000;
}
.aro-section .aro-container {
  max-width: 1620px;
  padding: 80px 50px;
  margin: 0 auto;
}
.aro-section .aro-text-content {
  display: flex;
  gap: 166px;
}
.aro-section .aro-heading-wrap ,
.aro-section .aro-paragraph-wrap{
  width:50%;
}
.aro-section .aro-heading-wrap h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: normal;
  text-transform: uppercase;
  margin:0;
}
.aro-section .aro-paragraph-wrap p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin:0 ;
  opacity: 0.5;
}
.aro-section .aro-media-content {
  display: flex;
  align-items: center;
  gap: 44px;
  max-width:1112px;
  margin:96px auto 0;
}
.aro-section .aro-image-placeholder {
  width:60%;
  aspect-ratio: 11/12;
}
.aro-section .aro-image-placeholder img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.aro-section .aro-card {
  width:40%;
  border-radius: 16px;
  background: #FFF;
}
.aro-section .aro-card-top {
  border-radius: 16px 16px 0 0;
  background: #E8E8E8;
  padding: 8px 48.88px 8px 49.06px;
}
.aro-section .aro-card-top span {
  color: #2B2B2B;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display:block;
}
.aro-section .aro-card-content{
  padding: 19px 34px 42px;
}
.aro-section .aro-card-heading {
  max-width: 300px;
  margin:0 auto;
}
.aro-section .aro-card-heading h3 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin:0;
}
.aro-section .aro-card-list {
  display:flex;
  flex-direction:column;
  gap:22px;
  margin:24px 0;
}
.aro-section .aro-card-list p{
  color: #2B2B2B;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
  margin:0;
}
.aro-section .aro-card-list ul {
  list-style: none;
  margin:0;
  padding-inline-start:0;
  display:flex;
  flex-direction:column;
  gap:22px;
}
.aro-section .aro-card-list li {
  color: #2B2B2B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  display:flex;
  align-items:center;
  gap:10px;
}
.aro-section .aro-card-list li:before {
  content: "";
  background-image: url(/cdn/shop/files/Ellipse_8.svg?v=1754624281);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  display: block;
}
.aro-section .aro-card-button-wrap {
  margin: 24px 0 17px:
}
.aro-section .aro-btn {
  background: #141414;
  padding: 16px 63px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display:block;
  text-align:center;
  text-decoration:none;
}
.aro-section .aro-card-footnote {
  margin-top:17px;
}
.aro-section .aro-card-footnote span {
  color: #6D6D6D;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  display:block;
}
.aro-section .aro-image-mobile img{
  display:none;
}

@media (max-width:1440px){
  .aro-section .aro-text-content {
    gap: 66px;
  }
  .aro-section .aro-heading-wrap h2 {
    font-size: 54px;
    line-height: 55px;
  }
  .aro-section .aro-media-content {
    gap: 34px;
    margin: 66px auto 0;
  }
}
@media (max-width:1200px){
  .aro-section .aro-container {
    padding: 60px 40px;
  }
  .aro-section .aro-card-content {
    padding: 19px 24px 32px;
  }
  .aro-section .aro-text-content {
    gap: 56px;
  }
  .aro-section .aro-heading-wrap h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width:1024px){
  .aro-section .aro-heading-wrap h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .aro-section .aro-text-content {
    gap: 36px;
  }
  .aro-section .aro-paragraph-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .aro-section .aro-media-content {
    gap: 24px;
    margin: 56px auto 0;
  }
  .aro-section .aro-card-top {
    padding: 8px 28px 8px;
  }
  .aro-section .aro-card-heading h3 {
    font-size: 20px;
  }
  .aro-section .aro-card-list {
    gap: 14px;
    margin: 18px 0;
  }
  .aro-section .aro-card-list li {
    font-size: 14px;
    line-height: 16.4px;
    gap: 6px;
  }
  .aro-section .aro-card-list li:before {
    width: 20px;
    height: 20px;
  }
  .aro-section .aro-btn {
    padding: 14px 43px;
    font-size: 14px;
    line-height: 14px;
  }
  .aro-section .aro-card-footnote {
    margin-top: 14px;
  }
  .aro-section .aro-card-list ul {
    gap: 14px;
  }
}
@media (max-width:900px){
  .aro-section .aro-text-content {
    gap: 40px;
    flex-direction: column;
  }
  .aro-section .aro-heading-wrap, .aro-section .aro-paragraph-wrap {
    width: 100%;
  }
  .aro-section .aro-media-content {
    gap: 44px;
    margin: 40px auto 0;
    flex-direction: column;
  }
  .aro-section .aro-image-placeholder {
    width: 100%;
    aspect-ratio: auto;
    overflow: hidden;
  }
  .aro-section .aro-card {
    width: 100%;
  }
  .aro-section .aro-image-placeholder img {
    display: none;
  }
  .aro-section .aro-image-mobile img{
    display:block;
  }
}
@media (max-width:767px){
  .aro-section .aro-card-heading h3 {
    font-size: 22px;
  }
  .aro-section .aro-card-list p {
    font-size: 13px;
  }
  .aro-section .aro-card-list li {
    font-size: 16px;
  }
  .aro-section .aro-card-list li:before {
    width: 23px;
    height: 22px;
  }
  .aro-section .aro-btn {
    padding: 16px 43px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width:490px){
  .aro-section .aro-container {
    padding: 60px 20px;
  }
  .aro-section .aro-heading-wrap h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .aro-section .aro-text-content {
    gap: 10px;
  }
  .aro-section .aro-media-content {
    gap: 24px;
    margin: 20px auto 0;
  }
}


/* :::::::::::::::::::::::::::: AFFORDABLE RECOVERY OFFER CSS END :::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::: CHILLER POPUP START :::::::::::::::::::::::::::: */

.chiller_popup_open{
  overflow:hidden;
}
.chiller_popup .chiller-popup-text h4 {
  color: #929292;
  font-family: var(--font-body-family);
  font-size: calc(var(--font-heading-scale) * 1.5rem)!important;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  text-decoration: underline;
  cursor: pointer;
  margin: 0;
  text-transform: none;
}
.chiller_popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: flex-end;
  z-index: 1000;
}
.chiller_popup .popup {
  background: #fff;
  width: 90%;
  max-width: 100.7rem;
  height: 100%;
  overflow-y: auto;
  padding: 110px 80px 60px;
  position: relative;
  box-shadow: -3px 0 10px rgba(0,0,0,0.2);
  border-radius: 31px 0 0 31px;
  animation: slideIn 0.3s ease;
}
@keyframes slideIn {
  from {transform: translateX(100%);}
  to {transform: translateX(0);}
}
.chiller_popup .close-btn {
  position: fixed;
  top: 16px;
  right: 19px;
  font-size: 44px;
  cursor: pointer;
}
.chiller_popup h2 {
  color: #252525;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.26px;
  line-height: 30px;
  margin: 0;
  font-family: "Akira Expanded";
  text-align:center;
}
.chiller_popup .comparison-header {
  display: flex;
  justify-content: space-between;
  align-items:end;
  padding: 0 20px;
  margin:30px 0 15px;
}
.chiller_popup .comparison-header .blank_item{
  flex:1;
  display:block;
}
.chiller_popup .comparison-header .item {
  text-align: center;
  max-width:166px;
  width:100%;
}
.chiller_popup .comparison-header .item p{
  font-size: 15px;
  letter-spacing: -.15px;
  line-height: 21px;
  color: #252525;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.chiller_popup .comparison-header .item p strong{
  font-size: 19px;
  letter-spacing: -.16px;
  line-height: 26px;
  font-weight: 700;
}
.chiller_popup .comparison-header img {
  width: 100%;
  height:auto;
  display: block;
  margin-top:10px;
}
.chiller_popup .row_box{
  border: 1px solid #eee;
  border-radius:8px;
}
.chiller_popup .row {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 20px;
  align-items: center;
}
.chiller_popup .row.active{
  background:transparent;
}
.chiller_popup .row .label {
  flex: 1;
  font-weight: 600;
  font-size: 14px;
}
.chiller_popup .row .label .label_inner {
  display: flex;
  align-items: center;
  font-size:17px;
  letter-spacing:-0.17px;
  line-height:24px;
  color:#252525;
  font-weight:700;
}
.chiller_popup .row .label .label_inner img{
  width:24px;
  height:24px;
  margin-right:20px;
  display:block;
}
.chiller_popup .row .label .label_inner svg{
  width:10px;
  display:block;
  margin-left:10px;
}
.chiller_popup .row.active .label .label_inner svg{
  transform:rotate(-180deg);
}
.chiller_popup .row .label .accordion-content{
  display:none;
  margin-top:10px;
  color:#848484;
  font-weight:400;
  font-size:15px;
  letter-spacing:-0.15px;
  line-height:21px;
  text-transform: none;
}
.chiller_popup .row .value {
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.15px;
  max-width: 166px;
  width: 100%;
  line-height: 21px;
  color: #848484;
  font-weight: 400;
  text-transform: initial;
}
.chiller_popup .open-btn {
  display: inline-block;
  margin: 50px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width:1024px){
  .chiller_popup .overlay {
    align-items:end;
  }
  .chiller_popup .popup {
    width: 100%;
    padding: 60px 0;
    height: 85vh;
    position: relative;
    border-radius:31px 31px 0 0;
  }
  @keyframes slideIn {
    from {transform: translateY(100%);}
    to {transform: translateY(0);}
  }
  .chiller_popup .comparison-header .item p ,
  .chiller_popup .comparison-header .item p strong{
    font-size: 14px;
    letter-spacing: -.14px;
    line-height: 19px;
  }
  .chiller_popup .comparison-header .item {
    max-width: 227px;
  }
  .chiller_popup .row .value {
    font-size: 14px;
    letter-spacing: -0.14px;
    max-width: 227px;
    line-height: 19px;
  }
  .chiller_popup .row {
    padding: 15px;
  }
  .chiller_popup .row .label .label_inner {
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 22px;
  }
  .chiller_popup .row .label .label_inner img {
    display: none;
  }
  .chiller_popup .row .label .accordion-content {
    font-size: 14px;
    letter-spacing: -0.14px;
    line-height: 19px;
  }
  .chiller_popup .close-btn {
    position: absolute;
    top: 16px;
    right: 19px;
  }
}
@media (max-width:767px){
  .chiller_popup .comparison-header .item {
    max-width: 150px;
  }
  .chiller_popup .row .value {
    max-width: 150px;
  }
}
@media (max-width:500px){
  .chiller_popup .comparison-header .item {
    max-width: 100px;
  }
  .chiller_popup .row .value {
    max-width: 100px;
  }
}

/* :::::::::::::::::::::::::::: CHILLER POPUP END :::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::: NEw ICE POD & LONG POD TEMPLETS START :::::::::::::::::::::::::::: */
 
.new-ice-pod-templet .product-switch .switch-label {
  font-weight: 600;
}
.new-ice-pod-templet {
  display: flex;
  flex-direction: column-reverse;
}


/* :::::::::::::::::::::::::::: NEw ICE POD & LONG POD TEMPLETS END :::::::::::::::::::::::::::: */
.main-product button.product-form__buttons .button {
  padding: 0;
}
.main-product .product-form__buttons {
  padding: 19px 10px;
}
.main-product .product-form__buttons[data-native-pre-order-btn] {
    letter-spacing: .8px;
    font-family: var(--font-body-bold-family) !important;
    font-weight: 700;
    border-radius: 32px;
    cursor: pointer;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    font-size: 1.5rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
}