/** Shopify CDN: Minification failed

Line 1401:13 Expected ":"
Line 1401:14 Expected identifier but found ":"

**/
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
  font-family: 'Termina Test';
  src: url('/cdn/shop/files/Termina-Bold.ttf?v=1763983640') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Termina Test';
  src: url('/cdn/shop/files/Termina-Regular.ttf?v=1763983640') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Termina Test';
  src: url('/cdn/shop/files/Termina-Light.ttf?v=1763983640') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Termina Test';
  src: url('/cdn/shop/files/Termina-Medium.ttf?v=1763983640') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .mobile-view {
    display: none !important;
  }
  .desktop-view {
    display: block;
  }
  .desktop-hide{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-view {
    display: block;
  }
  .desktop-view {
    display: none !important;
  }
  .mobile-hide{
    display: none !important;
  }
}

.btn {
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
}

.material-icons-outlined {
  font-family: Material Icons Outlined;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
}

/**======page width=======**/
.page-width {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

.lazy-width {
  width: 100%;
  max-width: 796px;
  margin: 0 auto;
  padding: 0 30px;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .narrow-width {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media all and (max-width: 1440px) {
  .narrow-width {
    width: 100%;
    max-width: 1180px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 990px) {
  .narrow-width {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .page-width {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .lazy-width {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .container-fluid {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1441px) {
  .narrow-width {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 0 15px;
  }
}
/**=====page width end=====**/

.btn {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  /*   text-transform: initial; */
  /*   letter-spacing: 0.5px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
  background-color: #34ad79;
  border-color: #34ad79;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0px;
}

input {
  width: 100%;
  padding: 16px 24px;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  background-color: #f2ecff;
  border-color: #f2ecff;
  color: #515151;
  max-width: 100%;
  margin-bottom: 17px;
  /*   color: #515151; */
  /*   background-color: #c6acff; */
  /*   border-color: #bea0ff; */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /*   background-color: #e5e5e5; */
  /*   border-color: #f2ecff; */
}

.btn:not(.disabled):not([disabled]):hover,
.btn:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: #2b9064;
  border-color: #28865e;
  -webkit-box-shadow: 0 0 0 3px #72d5aa;
  -moz-box-shadow: 0 0 0 3px #72d5aa;
  -ms-box-shadow: 0 0 0 3px #72d5aa;
  -o-box-shadow: 0 0 0 3px #72d5aa;
  box-shadow: 0 0 0 3px #72d5aa;
}

/* coded by flizip */
.media-new {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.cp-40 {
  padding: 40px;
}
.cp-50 {
  padding: 50px;
}
.cp-60 {
  padding: 60px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.circular-icons {
  max-width: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.healhealthpro-campare table img {
  max-width: 25px;
  max-height: 23px;
  margin: auto;
}
.healhealthpro-campare table tbody tr:nth-child(odd) td:nth-child(2) {
  background: #0f8f43;
}
.healhealthpro-campare table td:nth-child(2),
.healhealthpro-campare table th:nth-child(2) {
  background: #17a752;
  color: #fff;
}
.healhealthpro-campare table th:nth-child(2) {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.healhealthpro-campare table {
  border: 0;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
.healhealthpro-campare table th {
  background: transparent;
  color: #fff;
}
.healhealthpro-campare table td:first-child {
  text-align: left;
}
.healhealthpro-campare table tr:last-child td:nth-child(2) {
  border-radius: 0 0 40px 40px;
}
.wrapper_container_v2 {
  position: relative;
  width: 1300px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/* coded by flizip */
img {
  max-width: 100%;
  border-radius: 3px;
  border: none;
}

@media screen and (min-width: 769px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media all and (max-width: 768px) {
  sticky-header {
    margin-top: -2px;
  }
  .wrapper_container_v2 {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

@media all and (max-width: 990px) {
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-50 {
    margin-bottom: 20px;
  }
  .mb-60 {
    margin-bottom: 20px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 20px;
  }
  .mb-90 {
    margin-bottom: 20px;
  }
  .mb-100 {
    margin-bottom: 20px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .mt-60 {
    margin-top: 20px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 20px;
  }
  .mt-90 {
    margin-top: 20px;
  }
  .mt-100 {
    margin-top: 20px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pt-50 {
    padding-top: 20px;
  }
  .pt-60 {
    padding-top: 20px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 20px;
  }
  .pt-90 {
    padding-top: 20px;
  }
  .pt-100 {
    padding-top: 20px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .pb-60 {
    padding-bottom: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  .pb-90 {
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 20px;
  }
}

.btn.klaviyo-bis-trigger {
  width: 100% !important;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}
.clearpay-link {
  color: #212121 !important;
}
.product-form__submit.loading {
  color: transparent;
}

.shopify-section {
  background: #F6F6F4;
}

.custom-product-property-info {
  margin-bottom: 20px;
} 
.custom-product-heading {
  font-family: "Roboto";
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.custom-property-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.custom-property-heading {
  font-family: "Roboto";
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.custom-property-content {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  color: #000000;
}
.custom-property-content s {
  color: #a1a1a1;
  margin-right: 6px;
}
.custom-property-total-amt {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a1a1a1;
  margin-top: 15px;
  padding-top: 12px;
}
.custom-property-total-amt .custom-property-heading {
  font-weight: 900 !important;
  width: 40%;
  color: #000000 !important;
  opacity: 1 !important;
}

.custom-property-total-amt .custom-property-heading * {
  color: #000000 !important;
  opacity: 1 !important;
}
.custom-property-total-amt .custom-property-content {
  font-weight: 900 !important;
  text-align: right;
  width: 60%;
  color: #000000 !important;
  opacity: 1 !important;
}

.custom-property-total-amt .custom-property-content * {
  color: #000000 !important;
  opacity: 1 !important;
}
.custom-property-price-amt {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 6px;
}
.custom-property-price-amt .custom-property-heading {
  font-weight: 600;
  line-height: 1.4;
  width: 40%;
}
.custom-property-price-amt .custom-property-content {
  font-weight: 800;
  text-align: right;
  width: 60%;
}
.custom-property-content span {
  color: #a1a1a1;
  margin-right: 6px;
}
.custom-property-price-amt .custom-property-content span {
  font-weight: 600;
}
.custom-property-total-amt .custom-property-content s {
  font-weight: 600;
}
.custom-property-container .product-property-inputs {
  display: none !important;
}
@media all and (max-width: 768px) {
  .custom-product-heading {
    font-size: 18px;
  }
  .custom-property-heading {
    font-size: 16px;
  }
  .custom-property-content {
    font-size: 16px;
  }
}

.hide-product-from-all.hideproductlistusa{display:none !important;}



/* ================================  START: Custom Css  ===================== */
html{
scroll-behavior: smooth;
}
/* ============== START : Band Lp Section ================== */
.custom-workout-secion .subtitle-title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  max-width: 75%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-workout-secion .small-title {
  width: 100%;
  max-width: 100% !important;
}
.custom-workout-secion .big-title .big-title-svg {
  display: none;
}
/* ============== END : Band Lp Section ================== */

.section-holder .right-part .right-item-mobile-image {
  display: none !important;
}

.page-multi-gym-usa .announcement-bar-section,
.page-multi-gym-uk .announcement-bar-section  {
  display: none;
}
.lp-container {
  max-width:1366px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  width: 100% !important;
  margin: 0 auto;
}
@media(max-width:1200px) and (min-width:992px){
  .lp-container{
    padding-left:30px !important;
    padding-right:30px !important;
  }
}

@media(max-width:991px){
  .lp-container{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}

@media(max-width:900px){
  .section-holder .right-part .right-item-mobile-image {
    display: block !important;
  }
  .section-holder .right-part .right-item-desktop-image{
    display:none !important;
  }
}
@media(max-width:543px){
  .lp-container{
    padding-left:12px !important;
    padding-right:12px !important;
  }
}

/* =================== START : Header Design ======================== */
.custom-header-wrap-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:24px;
}
.custom-header-wrap-right .currency-flag-wrapper {
  display: flex;
  align-items:center;
  gap:5px;
}
.custom-header-wrap-right .desktop_anchor.anchor.main_button {
  padding: 8px 24px !important;
  max-width: max-content !important;
}
.custom-header-wrap-right .currency-flag-wrapper .selected_flag img{
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.custom-header-wrap-right .currency-flag-wrapper .selected_country_currency {
  color: #121212;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media(max-width:1200px){
  .custom-lp-header .desktop_anchor.anchor.main_button{
    height:40px !important;
    display:flex !important;
    padding: 4px 12px !important;
    line-height:normal;
  }
}
@media(max-width:900px){
  .custom-lp-header .mobile_anchor {
    display: none;
  }
  .custom-lp-header .main_wrapper {
    padding:0 12px !important;
    gap: 4px;
  }
  .custom-header-wrap-right .currency-flag-wrapper{
    display:none; 
  }
  .custom-lp-header .logo_wrapper img {
    width: 134px !important;
  }
  .custom-lp-header .desktop_anchor.anchor.main_button{
    height:31px !important;

  }
}

@media (max-width:543px) {
  .custom-lp-header .logo_wrapper img {
    max-width:130px !important;
  }
}
@media(max-width:375px){
  .custom-lp-header .main_wrapper {
    justify-content:center !important;
  }
  .custom-lp-header .desktop_anchor.anchor.main_button{
    font-size:10px !important;
  }
}

@media(max-width:360px){
   .custom-lp-header .desktop_anchor.anchor.main_button{
      font-size:8px !important;
   }
}

/* =================== END : Header Design ======================== */

/* ================ START : Exerercise Section ======================= */

.custm-review-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #284634;
  text-align: center;
  font-family: 'Exo 2';
  font-size: 17px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  gap: 8px;
}
.custom-gym-schedule-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
  gap: 32px;
}
.custom-expensive-method .right-part,
.custom-expensive-method .left-part {
  width:50% !important;
}
.custom-expensive-method .right-item > img {
  vertical-align:middle;
}

.gym-schedule-left-part ul ,
.gym-schedule-right-part ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gym-schedule-left-part ul li,
.gym-schedule-right-part ul li {
  font-family: "Exo 2";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  list-style: none;
  position: relative;
  padding-left: 30px !important;
}
.gym-schedule-left-part ul li {
  color: #141e19;
}
 .gym-schedule-right-part ul li {
  color: #497E5A;
}
.gym-schedule-left-part ul li:before{
  content:"";
  background-image:url('/cdn/shop/files/circle-x.svg?v=1758174884');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 10px;
}
.gym-schedule-right-part ul li:before{
  content:"";
  background-image:url('/cdn/shop/files/circle-check_d18520f7-7569-45c8-9bbe-3ed77186b309.svg?v=1758174928');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 10px;
}
.custom-expensive-method .right-item.right-icon {
  background-color: #fff !important;
}
.custom-expensive-method .small-title {
  color: #284634 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  text-align: left !important;
  max-width: 100% !important;
  margin-top:20px !important;
}
.custom-expensive-method .big-title {
  display: flex;
  flex-direction: column-reverse;
  gap:20px;
  align-items:start;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  text-transform: inherit !important;
  font-family: 'Exo 2' !important;
}
.custom-expensive-method .big-title > svg{
  position:unset !important;
}
.custom-expensive-method .big-title-new-svg{
  display:block !important;
  max-width:100% !important;
}
.custom-expensive-method .big-title-svg {
  display: none;
}
.custom-expensive-method .item-text {
  color: #284634 !important;
  text-align: center;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  font-family: 'Exo 2' !important;
}
.custom-expensive-method .item-icon img {
  width: 32px;
  height: 32px;
}
.custom-expensive-method .item-icon{
  height:32px;
  margin-bottom:0px;
} 
.custom-expensive-method .section-button {
  margin-top: 32px;
}

@media(max-width:1260px){
  .gym-schedule-left-part ul li, 
  .gym-schedule-right-part ul li{
    font-size:13px;
  }
  .custom-expensive-method {
    gap: 20px;
  }
  .custom-expensive-method .left-part {
    margin-right: 0 !important;
    width: 50% !important;
  }
  .custom-expensive-method .small-title {
    font-size:26px !important;
  }
}

@media(max-width:1024px){
  .custom-expensive-method .section-button {
    font-size:20px !important;
  }
  .custom-expensive-method .sub-button-text{
    font-size:11px !important;
  }
}
@media(max-width:900px){
  .custom-gym-schedule-wrap {
    justify-content: center;
    margin-top:12px;
  }
  .gym-schedule-right-part,
  .custom-expensive-method .section-button,
  .custom-expensive-method .sub-button {
    display:none !important;
  }
  .custom-gym-schedule-wrap-mobile{
    display:none !important;
    width:100%;
  }
  .custom-expensive-method .right-part {
    margin-bottom: 0px !important;
  }
  .custom-gym-schedule-wrap-mobile .gym-schedule-right-part,
  .custom-gym-schedule-wrap-mobile .section-button ,
  .custom-gym-schedule-wrap-mobile .sub-button {
    display:flex !important;
    justify-content:center;
  }
  .custom-expensive-method .big-title-new-svg {
    display: none !important;
  }
  .custom-expensive-method{
    gap:12px;
    padding:20px 0 !important;
  }
  .custom-expensive-method .left-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    padding: 0 12px;
  }
  .custm-review-wrapper{
    justify-content: center;
  }
  .custom-expensive-method .small-title {
    font-size: 21px !important;
    text-align: center !important;
  }
  .custom-expensive-method .big-title,
  .custom-expensive-method .big-title>svg {
    width:100% !important;
  }
  .custom-expensive-method .big-title{
    align-items:center;
    gap:12px;
  }
  .custom-expensive-method .section-button {
    max-width: 100% !important;
    margin-top: 12px !important;
     font-size:16px !important; 
  }
  .gym-schedule-left-part ul li, .gym-schedule-right-part ul li{
    font-size:15px;
  }
  .custom-gym-schedule-wrap-mobile .sub-button{
    margin-bottom:0px !important;
  }
  .custom-expensive-method .right-part,
  .custom-expensive-method .left-part {
    width:100% !important;
  }
  .custom-expensive-method .section-items{
    grid-template-rows: repeat(6, 1fr) auto auto !important;
    height:unset !important;
  }
}

@media(max-width:543px){
  .custom-gym-schedule-wrap,
  .custom-gym-schedule-wrap-mobile .gym-schedule-right-part{
    justify-content:start;
  }
  .custom-gym-schedule-wrap-mobile .gym-schedule-right-part{
    padding:0 12px;
  }
  .custom-gym-schedule-wrap-mobile .sub-button{
    flex-direction:column;
    padding: 0 12px;
    align-items: center;
    gap: 8px;
  }
  .custom-expensive-method .right-part{
    padding:0 16px !important
  }
  .custom-expensive-method .right-item.right-icon{
    padding:8px !important;
  }
}

@media(max-width:360px){
  .custm-review-wrapper{
    font-size:12px !important;
  }
  .custm-review-wrapper .custom-review-image{
    width:100px;
  }
}

/* ================ END : Exerercise Section ======================= */


/*====================== START : Why Choose Us Section  =========================*/
.why-choose-us {
  background: #f6f6f4;
}

.why-choose-us__header {
  text-align: center;
  margin-bottom: 64px;
}

.why-choose-us__header h2 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight:700;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #284634;
  margin-top: 0;
  margin-bottom: 14px;
}

.why-choose-us__header p {
  font-family: Termina Test;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #497E5A;
  margin: 0;
}

.why-choose-us__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.why-choose-us__image img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: block;
}

.accordion-item {
  border-bottom: 2px solid #a5a5a566;
  border-radius: 0;
  overflow: hidden;
  padding: 15px 0;
}
.accordion-item.active{
  border-color:#131D18;
}
.accordion-header {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.accordion-item.active .accordion-header span.accordion-title{
  color: #497E5A;
}
.accordion-item .accordion-header .accordion-icon img {
  width: 48px;
  height: 48px;
}

.accordion-content ul li {
  position: relative;
  list-style: none;
  margin-bottom: 4px;
}
.accordion-content ul {
  padding-left: 25px;
}

/* Arrow */
.accordion-content.list-icon-arrow ul li::before {
  background: url("/cdn/shop/files/chevron-right.svg?v=1758112592") no-repeat center;
  background-size: contain;
}
/* Check */
.accordion-content.list-icon-check ul li::before {
  background: url("/cdn/shop/files/rosette-discount-check.svg?v=1758112592") no-repeat center;
  background-size: contain;
}
/* Circle */
.accordion-content.list-icon-circle ul li::before {
  background: url("/cdn/shop/files/image_22.png?v=1758106605") no-repeat center;
}
.accordion-content.list-icon-circle ul li::before,
.accordion-content.list-icon-check ul li::before,
.accordion-content.list-icon-arrow ul li::before{
  content: "";
  position: absolute;
  left: -25px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.accordion-header span.accordion-title {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  font-size: 21px;
  text-transform: uppercase;
  color: #CDCDC5;
  font-family:'Termina';
}

.accordion-content {
  font-size: 17px;
  color: #131D18;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-top: 0;
  padding-bottom: 0; 
}
.accordion-content.list-icon-arrow p strong {
  margin-bottom: 10px;
  display: block;
}
.accordion-content strong {
  font-weight:bold;
}

.accordion-content p{
  margin:17px 0;
  font-family:'Exo 2';
}
.accordion-item.active .accordion-content {
  padding-bottom: 40px;
}

@media (max-width: 900px) {
  .why-choose-us__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .why-choose-us__header {
    margin-bottom: 24px;
 }
 .why-choose-us__header h2{
    font-size: 21px;  
  }
  .accordion-item.active .accordion-content {
    padding-bottom: 20px;
 }
}
@media(max-width:543px){
  .accordion-item.active .accordion-content {
    padding-bottom: 0px;
  }
}

/* ================================  END: Why Choose Us Section  ===================== */


/* ================= START : Home page Usp 2 Css ==================*/
.lp-usp-section {
  padding: 0 !important;
}
.lp-usp-section .main_wrapper{
  border-radius:0px !important;
}
.lp-usp-section .icon_blocks_wrapper{
  padding:24px;
}
.lp-usp-section .icon_block{
  font-weight;:400;
}
/* ================= END : Home page Usp 2 Css ==================*/



/* ====================== START : UNLEASH YOUR FULL POTENTIAL  Section ================== */

.custom-full-potential .pay-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  gap:18px;
}
.custom-full-potential .section-items {
  gap: 20px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.custom-full-potential .section-item{
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: 1px solid #CDCDC5;
  background: #EBEAE4 !important;
  box-shadow: 0 1px 2px 0 #0a0d120d !important;
  width: 100% !important;
  margin-right: 0 !important;
}
.custom-full-potential .item-text{
  color: #284634 !important;
  font-size: 19px;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}
/* ====================== END : UNLEASH YOUR FULL POTENTIAL  Section ================== */


/* ======================= START :  Custom Image With Text Section =======================  */
.custom-image-with-text-content {
  display: flex;
  align-items: center;
  gap:56px;
}
.custom-image-with-text-content .image-text-left-part,
.custom-image-with-text-content .image-text-right-part  {
  width: 50%;
}
.custom-image-with-text-content .image-text-left-part img{
  display:block;
  width: 100%;
}
.custom-image-with-text-content .image-text-left-part img.image-left-mob{
  display:none !important;
}
.custom-image-with-text-content .image-text-right-part .heading-text {
  font-family: Termina;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #131D18;
  line-height: 1.2;
}
.custom-image-with-text-content .image-text-right-part .heading-text.mobile{
  display:none;
}
.custom-image-with-text-content .image-text-right-part .heading-text strong {
  color: #bd3d44;
  font-weight:bold;
}
.custom-image-with-text-content .image-text-right-part .subheading-text {
  color: #131d18;
  font-family: "Exo 2";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 8px;
}
.custom-image-with-text-content .image-text-right-part .content-text {
  padding: 12px 0 24px;
}
.custom-image-with-text-content .image-text-right-part .content-text p strong {
  color: #131D18;
  font-family: "Exo 2";
  font-size: 17px;
  font-style: normal;
  font-weight: bold !important;
  line-height: 22px;
}
.custom-image-with-text-content .image-text-right-part .content-text ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-image-with-text-content .image-text-right-part .content-text ul > li {
  color: #3C4043;
  font-family: "Exo 2";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  list-style: none;
  position:relative;
  padding-left:30px;
}
.custom-image-with-text-content .image-text-right-part .content-text ul > li:before {
  content:"";
  background-image:url('/cdn/shop/files/circle-x_1.svg?v=1758258313');
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
}
.custom-image-with-text-content .image-text-right-part .right-part-btn {
  background-color: #497E5A;
  border-radius: 100px;
  max-width: 100%;
  padding: 13px 15px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-image-with-text-content .image-text-right-part .right-part-btn a {
  color: #fff;
  text-align: center;
  font-family: Termina;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.custom-image-with-text-content .image-text-right-part .sub-button {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: start;
  margin-top: 12px;
  max-width: 100%;
}
.custom-image-with-text-content .image-text-right-part .sub-button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.custom-image-with-text-content .image-text-right-part .button-wrapper {
  display: flex;
  flex-direction: column;
  align-items:center;
}
.custom-image-with-text-content.row-reverse .right-part-btn {
  max-width: 100%;
}
.multi-users-getting .custom-image-with-text-content .image-text-right-part .right-part-btn,
.multi-gym-monthly-routine .custom-image-with-text-content .image-text-right-part .right-part-btn{
  max-width: 100%;
}
.custom-image-with-text-content .image-text-right-part .sub-button-text {
  color: #284634;
  font-family: 'EXO 2';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-image-with-text-content .image-text-right-part .sub-button-item-image {
  height: 16px;
  width: 20px;
}
.custom-image-with-text-content .image-text-right-part .sub-button-item-image.mobile{
  display: none;
}
.custom-image-with-text-content.row-reverse {
  flex-direction: row-reverse;
}
.custom-image-with-text-content.row-reverse .image-text-right-part strong, 
.multi-gym-free-access .custom-image-with-text-content.row-reverse .image-text-right-part .heading-text strong {
  color: #497E5A;
  font-weight:700;
}
.multi-gym-free-access .custom-image-with-text-content.row-reverse .image-text-right-part strong {
  color: #284634;
}
.custom-image-with-text-content .image-text-right-part .review_text {
  padding: 12px 16px;
  border-radius: 4px;
  border: 2px solid #00B67A;
  background: #F4FBF8;
  margin-bottom: 24px;
}
.custom-image-with-text-content .image-text-right-part .review_text h3 {
  font-family: 'Termina';
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #131D18;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.custom-image-with-text-content .image-text-right-part .review_text .review_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #131D18;
  font-family: "Exo 2";
  margin-bottom: 15px;
}
.custom-image-with-text-content .image-text-right-part .review_text .review_svg {
  display: flex;
  align-items: center;
  gap: 6px;
}
.custom-image-with-text-content .image-text-right-part .review_text .review_svg span {
  font-family: 'Exo 2';
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #284634;
}
.custom-image-with-text-content .image-text-right-part .content-text p{
  color: #131D18;
  font-family: 'Exo 2';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.custom-image-with-text-content.row-reverse .image-text-right-part .content-text ul>li:before{
  background-image:url('/cdn/shop/files/circle-check_1.svg?v=1758266340');
}
.custom-image-with-text-content .image-text-right-part .content-text ol {
  counter-reset: styled-counter;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 35px;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li {
  counter-increment: styled-counter;
  position: relative;
  font-size: 17px;
  line-height: 22px;
  color: #3C4043;
  font-family: 'Exo 2';
  font-weight: 400;
  margin-bottom: 13px;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li:last-child{
  margin-bottom: 0;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li strong {
    color: #131D18;
    font-weight: 700;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li:before {
  content: counter(styled-counter);
  position: absolute;
  left: -35px;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background: #284634;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li:after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: -24px;
  border: 1px dashed #284634;
  height: 25px;
  z-index: 1;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li:last-child:after{
  display: none;
}

/*  image with text V2 design */
.multi-gym-free-access .image-text-right-part .right-part-btn {
  /* max-width: unset; */
}
.multi-gym-free-access .image-text-right-part .right-part-btn a {
  font-size: 20px;
}
.multi-gym-free-access .custom-image-with-text-content.row-reverse .image-text-right-part .content-text ul li strong{
  color: #3C4043;
}


/* image with text V3 design */


.multi-users-getting .custom-image-with-text-content.row-reverse .image-text-right-part strong{
  color: #284634;
}

@media(min-width:901px){
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .sub-button p strong{
    font-weight:700;
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .sub-button p,
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .sub-button p strong{
      color: #FFFFFF;
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .content-text ul > li {
    font-size: 13px;
    padding-left: 25px;
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .content-text ul > li:before {
    width: 20px;
    height: 20px;
  }
}
.multi-users-getting .custom-image-with-text-content .image-text-right-part .content-text ul > li{
    color: #131d18;
}
.multi-users-getting{
  position: relative;
}
.multi-users-getting:after {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #284634;
  -webkit-clip-path: polygon(0 93%, 100% 13%, 100% 100%, 0% 100%);
  clip-path: polygon(0 93%, 100% 9%, 100% 100%, 0% 100%);
  z-index: 0;
}

.multi-users-getting .lp-container {
    position: relative;
    z-index: 1;
}

@media(max-width:1340px){
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 17px;
  }
}
@media(max-width:1200px){
  .custom-image-with-text-content .image-text-right-part .heading-text {
    font-size: 26px;
  }
  .custom-image-with-text-content{
    gap:40px;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 15px;
  }
}
@media(max-width:1120px) and (min-width:901px){
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .right-part-btn a {
    font-size: 16px;
  }
}
@media(max-width:1024px){
  .custom-image-with-text-content .image-text-right-part .sub-button-text{
    font-size:12px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ul>li{
    font-size:15px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text p{
    margin-bottom:6px !important;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 13px;
  }
}

@media(max-width:989px){
  .custom-image-with-text-content .image-text-right-part .heading-text {
    font-size:23px;
  }
  .custom-image-with-text-content .image-text-right-part .subheading-text ,
  .custom-image-with-text-content .image-text-right-part .right-part-btn a {
    font-size:16px;
  }
  .custom-image-with-text-content .image-text-right-part .subheading-text{
    line-height: 21px;
  }
  .custom-image-with-text-content .image-text-right-part .sub-button ,
  .custom-image-with-text-content .image-text-right-part .sub-button-item {
    gap:5px;
  }
  .custom-image-with-text-content .image-text-right-part .sub-button-item-image{
    width:15px;
    height:15px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ul>li{
    font-size:14px;
  }
  .custom-image-with-text-content{
    gap:30px;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 13px;
  }
}

@media(max-width:900px){
  .custom-image-with-text-content{
    flex-direction:column-reverse;
    gap:20px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text p{
    margin-bottom:16px !important;
  }
  .custom-image-with-text-content .image-text-left-part,
  .custom-image-with-text-content .image-text-right-part{
    width:100%;
  }
  .custom-image-with-text-content .image-text-left-part img.image-left-mob{
    display:block !important;
  }
  .custom-image-with-text-content .image-text-left-part .image-left-desc{
    display:none;

  }
  .custom-image-with-text-content .image-text-right-part .heading-text.mobile{
    display:block;
    font-size:24px;
  }
  .custom-image-with-text-content .image-text-right-part .heading-text{
    display:none;
  }
  .custom-image-with-text-content .image-text-right-part .heading-text.mobile p{
    line-height:1.2;
  }
  .custom-image-with-text{ 
    padding:24px 0 !important;
  }
  .custom-image-with-text-content .image-text-right-part .content-text p strong{
    font-weight:400 !important;
    font-size:16px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ul>li{
    font-size:16px;
  }
  .custom-image-with-text-content .image-text-right-part .sub-button-text{
    font-size:13px;
  }
  .custom-image-with-text-content.row-reverse{
    flex-direction:column-reverse;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ol li:before {
    left: -30px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ol {
    padding-left: 30px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ol li:after {
    left: -18px;
    height: 30px;
    bottom: -13px;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 16px;
  }
  .multi-users-getting:after {
    -webkit-clip-path: polygon(0 65%, 100% 40%, 100% 100%, 0% 100%);
    clip-path: polygon(0 65%, 100% 40%, 100% 100%, 0% 100%);
  }
  .custom-image-with-text-content .image-text-right-part .sub-button-item-image.mobile{
    display: block;
  }
  .custom-image-with-text-content .image-text-right-part .sub-button-item-image.desktop{
    display: none;
  }
}

@media(max-width:543px){
  .custom-image-with-text-content .image-text-right-part .sub-button{
    flex-direction:column;
    align-items:center;
  }
  .custom-image-with-text-content .image-text-right-part .heading-text strong{
    display:flex;
    white-space:nowrap;
  }
  .custom-image-with-text-content.row-reverse .image-text-right-part .heading-text strong {
    white-space: normal;
    display:unset;
  }
  .custom-image-with-text-content .image-text-right-part .right-part-btn{
    height:auto;
  }
  .multi-gym-free-access .custom-image-with-text-content .image-text-right-part .content-text {
    padding: 16px 0 24px;
  }
  .custom-image-with-text-content .image-text-right-part .review_text{
    padding: 12px;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 13px;
  }
  .multi-users-getting:after {
    -webkit-clip-path: polygon(0 73%, 100% 52%, 100% 100%, 0% 100%);
    clip-path: polygon(0 73%, 100% 52%, 100% 100%, 0% 100%);
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .right-part-btn a {
    font-size: 14px;
  }
}
@media(max-width:450px){
  .multi-users-getting:after {
      -webkit-clip-path: polygon(0 85%, 100% 70%, 100% 100%, 0% 100%);
      clip-path: polygon(0 85%, 100% 70%, 100% 100%, 0% 100%);
  }
}
@media(max-width:417px){
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 11px;
  }
}
@media(max-width:375px){
  .multi-users-getting:after {
      -webkit-clip-path: polygon(0 85%, 100% 72%, 100% 100%, 0% 100%);
      clip-path: polygon(0 85%, 100% 72%, 100% 100%, 0% 100%);
  }
}
@media(max-width:360px){
  .custom-image-with-text-content .image-text-right-part .heading-text.mobile{
    font-size:20px;
  }
  .custom-image-with-text-content .image-text-right-part .right-part-btn a{
    font-size:14px;
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .right-part-btn a{
    font-size:11px;
  }
}
/* ======================= END :  Custom Image With Text Section =======================  */



/* =======================  START : Custom multi gym band CSS =================================== */
.custom-flash-sale .exclusive_sale_container_main .order-text-container .order-text {
  background-color: #a3b1a5 !important;
}
.custom-flash-sale .custom-exclusive-heading{
  margin-bottom:20px !important;
}
.custom-flash-sale .custom-exclusive-heading p {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  margin-bottom: 10px !important; 
}
.custom-flash-sale .custom-exclusive-heading h5 strong {
  color: #fff;
}
.custom-flash-sale .custom-exclusive-heading h5 {
  font-weight: 700;
  font-size: 20px;
  color: #f79e1b;
  text-transform:uppercase;
}
.custom-flash-sale .exclusive_sale_container_main .custom-exclusive-product-container {
  flex-direction: column;
  gap: 8px;
}
.custom-flash-sale .exclusive_sale_container_main .custom-exclusive-product-main {
  flex-direction: row;
  max-width: 100%;
  border-radius: 4px;
  border: 1px dashed #FFF;
  background: rgba(71, 97, 83, 0.50);
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 4px;
}
.custom-flash-sale .exclusive_sale_container_main .custom-exclusive-badge{
  position:unset;
  transform:unset;
  display:none;
}
.custom-exclusive-badge.custom-multi-badge {
  display: none;
}
.custom-flash-sale .custom-exclusive-badge.custom-multi-badge {
  display: flex;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  text-overflow: unset;
  white-space: nowrap;
  padding: 2px 8px;
  height: max-content;
  margin-left: auto;
  flex-wrap: nowrap;
  color: #5c6862 !important;
}
.custom-flash-sale .custom-exclusive-badge.custom-multi-badge span{
  color: #ea4335;
  font-weight: 700;
}
.custom-flash-sale .custom-exclusive-badge.custom-multi-badge span.money.conversion-bear-money{
  color: #5c6862 !important;
}
.custom-flash-sale .custom-exclusive-badge.custom-multi-badge .new-price {
  color: #5c6862 !important;
  text-decoration: line-through;
    text-decoration-color: #5c6862 !important;
  font-weight: 300;
}
.custom-flash-sale .exclusive_sale_container_main .custom-exclusive-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: left;
}
.custom-flash-sale .exclusive_sale_container_main .custom-exclusive-image {
  padding-top: 0;
  border:none !important;
}
.custom-flash-sale .exclusive_sale_container_main .custom-exclusive-image img {
  position: unset;
  width: 72px;
  min-width:72px;
  vertical-align:middle;
}
.custom-flash-sale .custom-exclusive-bottom {
  width:100%;
}
.custom-exclusive-bottom .custom-exclusive-title-wrap {
  display: flex;
  align-items: start;
}
.custom-exclusive-content ul li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
  padding-left: 15px;
  position: relative;
  list-style: none;
  font-weight: 300;
  font-family: 'Exo 2';
}
.custom-exclusive-content ul li strong{
  font-weight:600;
}
.custom-exclusive-content ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 0;
  padding: 0;
}
.custom-exclusive-content ul li:before{
  content:"";
  background-image:url('/cdn/shop/files/Component_1.svg?v=1760091241');
  background-size:cover;
  background-repeat:no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;

}
.custom-flash-sale .exclusive_sale_container_main .custom-exclusive-product-container .custom-exclusive-product-main:nth-child(3),
.custom-flash-sale .product_meta_wrapper,
.custom-flash-sale .custom.meta-title
 {
  display:none !important;
}

.custom-flash-sale .accessory_wrapper .accessory_header_wrapper_main:nth-child(8),
.custom-flash-sale .accessory_wrapper .accessory_header_wrapper_main:nth-child(9){
  display:block !important;
}
.exclusive-money-part-perks {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-top:20px;
}
.exclusive-money-part-perks li {
  position: relative;
  padding-left: 21px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: 'Exo 2';
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  list-style: none;
}
.exclusive-money-part-perks li:before{
  content:"";
  position:absolute;
  background-image:url('https://www.gymproluxestore.com/cdn/shop/t/136/assets/gpl_check_v2.svg?v=2356245889052514891760074511');
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  top: 2px;
}
@media(max-width:900px){
  .custom-flash-sale .custom-exclusive-heading h5{
    font-size:16px;
  }
  .custom-flash-sale .custom-exclusive-heading h5 br {
    display: none;
  }
  .custom-flash-sale .custom-exclusive-heading p{
    font-size:12px;
  }
  .custom-flash-sale .exclusive_sale_container_main .custom-exclusive-title{
    font-size:14px;
  }
  .custom-flash-sale .custom-exclusive-heading {
    margin-bottom: 20px;
  }
  .custom-flash-sale .custom-exclusive-badge.custom-multi-badge{
    padding:0 8px;
  }
  .custom-exclusive-content ul{
    display:block;
  }
  .custom-exclusive-content ul li{
    margin-bottom:3px;
  }
  .custom-flash-sale .exclusive_sale_container_main .custom-exclusive-image img{
    background-color: #ebeae5;
    border-radius: 3px;
    overflow: hidden;
  }
  .exclusive-money-part-perks{
    display:block;
    padding:0 12px;
  }
}

@media(max-width:420px){
  .custom-flash-sale .custom-exclusive-badge.custom-multi-badge{
    padding:0 6px;
    flex-wrap:wrap;
    font-size:11px;
    white-space:nowrap;
  }
}
/* =======================  END : Custom multi gym band CSS =================================== */

/* =======================  START : Mini Cart Free Items =================================== */
#shopify-section-cart_drawer #cart .main_cart_items {
  background: #FFF;
  padding:15px 15px 25px 15px;
}
#shopify-section-cart_drawer #cart .cart_item {
  padding: 0;
  border: none;
}
#shopify-section-cart_drawer #cart .cart_added_product_delete {
  margin-left: 5px;
}
#shopify-section-cart_drawer #cart .cart_added_product_image_box {
  border: none;
  height: 80px;
}
#shopify-section-cart_drawer #cart .line_options {
  display: none;
}
#shopify-section-cart_drawer #cart .cart_added_product {
  padding-bottom: 10px;
}
#shopify-section-cart_drawer #cart .cart_added_product_delete_total_price {
  margin-top: 5px;
}
#shopify-section-cart_drawer #cart .cart_upsell_label {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
}
#shopify-section-cart_drawer #cart .cart_recommended_containter {
  padding: 16px 0 14px 0;
  background: #EBF0E7;
  position: relative;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: auto;
}
#shopify-section-cart_drawer #cart .cart_scroll_container {
  max-height: calc(100% - 330px);
  height: 100%;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
#shopify-section-cart_drawer #cart [upsell-count="0"] .cart_scroll_container {
  max-height: calc(100% - 375px);
}
#shopify-section-cart_drawer #cart .store_service_policy {
  padding-top: 15px;
  padding-bottom: 8px;
}
#shopify-section-cart_drawer #cart .cart_section.empty_cart .cart_scroll_container {
  max-height: calc(100% - 110px);
}
#shopify-section-cart_drawer #cart .cart-payment-wrapper {
  display: none;
}
#shopify-section-cart_drawer #cart .payment_container {
  padding: 15px 15px;
}
#shopify-section-cart_drawer .cart-lifetime-banner {
  background: #FFFBC6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 7px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  text-align: center;
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Exo 2";
}
.cart-free-items-available .cart-free-items {
  width: 100%;
  background: #FFF;
  padding: 10px 15px 25px 15px;
  font-family: "Exo 2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.cart-free-items-available .cart-free-items:before {
  content: "";
  border-top: 1px dashed #CDCDC5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  margin-bottom: 5px;
}
.cart-free-items-available .cart-free-items .cart-free-item {
  border-radius: 6px;
  border: 1px solid #CDCDC5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-free-items-available .cart-free-items .cart-free-item-img {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}
.cart-free-items-available .cart-free-items .cart-free-item-desc {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
}
.cart-free-items-available .cart-free-items .cart-free-item-title {
  color: #0A0B09;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
.cart-free-items-available .cart-free-items .cart-free-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-free-items-available .cart-free-items .cart-free-item-price-old {
  color: #CDCDC5;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.cart-free-items-available .cart-free-items .cart-free-item-price-new {
  color: #007A52;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
#shopify-section-cart_drawer .cart-money-back-banner {
  border-radius: 5px;
  border: 1px solid #CDCDBF;
  background: rgba(255, 251, 198, 0.6);
  padding: 10px 16px;
  color: #5C6862;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Exo 2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 7px;
}
#shopify-section-cart_drawer .cart-money-back-banner .cart-money-back-banner-img {
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#shopify-section-cart_drawer .cart-money-back-banner .cart-money-back-banner-img svg {
  width: 100%;
}
#shopify-section-cart_drawer .cart-money-back-banner .cart-money-back-banner-text {
  max-width: calc(100% - 66px);
}
#shopify-section-cart_drawer .cart-money-back-banner .cart-money-back-banner-text strong {
  font-weight: 700;
  color: #284634;
}

a.button_checkout svg {
    margin-top: -3px;
    margin-left: 8px;
}
#shopify-section-cart_drawer #cart .cart_recommended_product{ flex-direction:column;}
#shopify-section-cart_drawer #cart .cart_recommended_product_info_container {
    width: 100%;
    display: unset;
    padding: 7px 5px;
    box-sizing: border-box;
}
#shopify-section-cart_drawer  #cart .cart_recommended_product_info {
    display: unset;
    padding: 0;
}
#shopify-section-cart_drawer  #cart .cart_recommended_product_name{
  display:block;
  min-height: 40px;
  padding:0;
}
#shopify-section-cart_drawer #cart .cart_recommended_product_name a{ width: 100%;}
#shopify-section-cart_drawer #cart .cart_recommended_product_image_box img {
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: contain;
    height: 100%;
}
#shopify-section-cart_drawer #cart .cart_recommended_product_image_box {
    border: none;
    border-radius: 0;
    overflow: hidden;
    height: 64px;
    align-self: stretch;
    background: #ECEAE4;
    width: 100%;
    display: unset;
}
#shopify-section-cart_drawer #cart .cart_recommended_product_price {
    display: unset;
}
#shopify-section-cart_drawer #cart .cart_recommended_product_price .upsell_price {
    margin: 7px 0;
}
#shopify-section-cart_drawer  #cart .cart_button{ width: 100%;}
#shopify-section-cart_drawer #cart .upsell_swiper {
    position: relative;
    padding-bottom: 25px;
    padding-left: 10px;
}
#shopify-section-cart_drawer #cart .cart_footer {
    z-index: 20;
}
#shopify-section-cart_drawer #cart .cart_added_product_name{ width:100%;}
.slider-cart-section .cart_section[upsell-count="2"] .swiper-wrapper, 
.slider-cart-section .cart_section[upsell-count="1"] .swiper-wrapper  {
    justify-content: center;
}
.slider-cart-section .cart_item[line_id="54965596455297"] .cart_added_counter {
    opacity: 0;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (min-width: 768px ){
  #shopify-section-cart_drawer #cart .upsell_swiper .swiper-pagination{ display:none;}
}

@media (max-width: 575px){
  #shopify-section-cart_drawer #cart .cart_header_top{ padding-bottom:10px;}
  #shopify-section-cart_drawer #cart .cart_section.empty_cart .cart_scroll_container {
    max-height: calc(100% - 170px);
  }
}

@media (max-width: 399px) {
  #shopify-section-cart_drawer .cart-money-back-banner {
    padding: 6px 12px;
    font-size: 12px;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 5px;
  }
  #shopify-section-cart_drawer .cart-money-back-banner .cart-money-back-banner-img {
    width: 44px;
  }
  #shopify-section-cart_drawer #cart .cart_scroll_container {
    max-height: calc(100% - 329px);
  }
   #shopify-section-cart_drawer #cart .cart-free-items-available .cart_scroll_container {
    max-height: calc(100% - 339px);
  }
  #shopify-section-cart_drawer #cart [upsell-count="1"] .cart_scroll_container { max-height: calc(100% - 339px); }
  #shopify-section-cart_drawer #cart .cart_recommended_product_price .upsell_price{ font-size: 12px;}
  
}
/* =======================  END : Mini Cart Free Items =================================== */

/* =============================================== START : LP Sales Page css ======================================================  */



/* ====================== START : Lp Custom Header css ========================= */

.lp-custom-header .main_wrapper.lp-container {
  max-width: unset !important;
  height:unset !important;
  padding-top:15px !important;
  padding-bottom:15px !important;
}
.lp-custom-header .custom-header-wrap-right .desktop_anchor.anchor.main_button {
  padding: 14px 20px !important;
  background: #284634 !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1.2;
}
.lp-custom-header .logo_wrapper img{
  max-width:100% !important;
}
@media(max-width:900px){
  .lp-custom-header .mobile_anchor{
    display:none;
  }
  .lp-custom-header .desktop_anchor.anchor.main_button{
    display:flex !important;
  }
  .lp-custom-header .custom-header-wrap-right .desktop_anchor.anchor.main_button{
    font-size:15px !important;
  }
}

@media(max-width:543px){
  .lp-custom-header .custom-header-wrap-right .desktop_anchor.anchor.main_button{
    font-size:12px !important;
  }
}
@media(max-width:360px){
  .lp-custom-header .custom-header-wrap-right .desktop_anchor.anchor.main_button{
    padding:10px !important;
  }
}
/* ====================== END : Lp Custom Header css ========================= */


/* ================ START : Lp image with text css ========================= */
.lp-wide-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.sales-image-with-text-wrapper {
  display:flex;
  justify-content:center;
  align-items:center;
}
.sales-image-with-text-wrapper .sales-image-with-text-left-part{
  background-size: cover;  
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 76px 64px;
}
.sales-image-with-text-wrapper .sales-image-with-text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}
.sales-image-with-text-wrapper .sales-image-with-text-right-part img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.sales-image-with-text-wrapper .sales-image-with-text-left-part,
.sales-image-with-text-wrapper .sales-image-with-text-right-part{
  width:50%;
}
.sales-image-with-text-wrapper .sales-heading ,
.sales-image-with-text-wrapper .sales-heading p {
  font-family: "Termina Test";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
.sales-image-with-text-wrapper .sales-subheading ,
.sales-image-with-text-wrapper .sales-subheading p {
  font-family: 'Exo 2';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
.sales-image-with-text-wrapper .sales-button {
  display: flex;
  max-width: 490px;
  padding: 18px 0;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 99px;
}
.sales-image-with-text-wrapper .sales-button a{
  color: #284634;
  text-align: center;
  font-family: "Termina Test";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

@media(max-width:1600px){
  .sales-image-with-text-wrapper .sales-heading, 
  .sales-image-with-text-wrapper .sales-heading p{
    font-size:35px;
  }
  .sales-image-with-text-wrapper .sales-subheading, .sales-image-with-text-wrapper .sales-subheading p{
    font-size:18px;
  }
}

@media(max-width:1340px){
  .sales-image-with-text-wrapper .sales-heading, 
  .sales-image-with-text-wrapper .sales-heading p{
    font-size:30px;
  }
  .sales-image-with-text-wrapper .sales-subheading,
  .sales-image-with-text-wrapper .sales-subheading p{
    font-size:14px;
  }
  .sales-image-with-text-wrapper .sales-button{
    padding:16px;
    max-width:max-content;
  }
}

@media(max-width:1200px){
  .sales-image-with-text-wrapper .sales-image-with-text-left-part{
    padding:30px;
  }
  .sales-image-with-text-wrapper .sales-heading,
  .sales-image-with-text-wrapper .sales-heading p{
    font-size:25px;
  }
  .sales-image-with-text-wrapper .sales-button a{
    font-size:14px;
  }
}

@media(max-width:900px){
  .sales-image-with-text-wrapper{
    flex-direction:column-reverse;
  }
  .sales-image-with-text-wrapper .sales-image-with-text-left-part,
  .sales-image-with-text-wrapper .sales-image-with-text-right-part{
    width:100%;
  }
  .sales-image-with-text-wrapper .sales-image-with-text-left-part{
    padding:24px 16px;
    transform:unset;
  }
  .sales-image-with-text-wrapper .sales-heading, 
  .sales-image-with-text-wrapper .sales-heading p{
    font-size:32px;

  }
  .sales-image-with-text-wrapper .sales-subheading, 
  .sales-image-with-text-wrapper .sales-subheading p{
    font-size:16px;
  }
  .sales-image-with-text-wrapper .sales-button{
    padding:18px 16px;
  }
}

@media(max-width:543px){
  .sales-image-with-text-wrapper .sales-heading p br,
  .sales-image-with-text-wrapper .sales-subheading p br{
    display:none;
  }
  .sales-image-with-text-wrapper .sales-heading, 
  .sales-image-with-text-wrapper .sales-heading p{
    font-size:30px;
  }
   .sales-image-with-text-wrapper .sales-button{
    padding:18px 9px;
  }
  .sales-image-with-text-wrapper .sales-button{
    max-width:100%;
  }
}

@media(max-width:370px){
  .sales-image-with-text-wrapper .sales-heading,
  .sales-image-with-text-wrapper .sales-heading p{
    font-size: 25px;
  }
  .sales-image-with-text-wrapper .sales-button a{
    font-size:12px;
  }
}
/* ================ END : Lp image with text css ========================= */

/* ============== START : Lp custom image text  css ======================= */
.sales-image-with-text-wrapper.lp-wide-container {
  gap: 36px;
}
.lp-wide-container .sales-image-with-text-left-part {
  padding: 0;
  padding-right: 40px;
  padding-bottom: 10px;
}
.lp-wide-container .sales-image-with-text-left-part .sales-heading , 
.lp-wide-container .sales-image-with-text-left-part .sales-heading p{
  font-size:36px;
  letter-spacing:0px;
  text-transform:none;
}
.lp-wide-container.sales-image-with-text-wrapper .sales-image-with-text-content{
  gap:16px;
}
.lp-wide-container.sales-image-with-text-wrapper .sales-subheading, 
.lp-wide-container.sales-image-with-text-wrapper .sales-subheading p{
  font-size:18px;
}


@media(max-width:1340px){
  .lp-wide-container .sales-image-with-text-left-part .sales-heading, 
  .lp-wide-container .sales-image-with-text-left-part .sales-heading p{
    font-size:26px;
  }
  .lp-wide-container.sales-image-with-text-wrapper .sales-subheading,
  .lp-wide-container.sales-image-with-text-wrapper .sales-subheading p{
    font-size:14px;
  }
}

@media(max-width:1200px){
  .lp-wide-container .sales-image-with-text-left-part{
    padding-right:0px;
  }
  .lp-wide-container.sales-image-with-text-wrapper .sales-subheading p br {
    display: none;
  }
}

@media(max-width:1024px){
  .lp-wide-container .sales-image-with-text-left-part .sales-heading, 
  .lp-wide-container .sales-image-with-text-left-part .sales-heading p{
    font-size:20px;
  }
}

@media(max-width:900px){
  .sales-image-with-text-section.lp-custom-image-text{
    padding:0 !important;
  }
  .sales-image-with-text-wrapper.lp-wide-container{
    padding:20px !important;
  }
  .sales-image-with-text-wrapper.lp-wide-container{
    gap:16px !important;
  }
  .lp-wide-container .sales-image-with-text-left-part{
    padding-bottom:0px;
  }
  .lp-wide-container .sales-image-with-text-left-part .sales-heading, 
  .lp-wide-container .sales-image-with-text-left-part .sales-heading p{
    font-size:24px;
  }
}
@media(max-width:543px){
  .lp-wide-container.sales-image-with-text-wrapper .sales-subheading p br{
    display:block;
  }
}

/* ====================== START : Lp Reason Section css ======================= */

.lp-reasons-section .reason-main-heading {
  color: #284634;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  font-family: 'Termina Test';
  text-transform: uppercase;
  padding: 32px 44px 0;
}
.lp-reasons-section .reason-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.lp-reasons-section .reason-item .reason-left, 
.lp-reasons-section .reason-item .reason-right {
  width: 50%;
}
.lp-reasons-section .reason-item .reason-left img {
  width: 100%;
  vertical-align: middle;
}
.lp-reasons-section .reason-contain {
  display: flex;
  padding: 0 40px 10px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.lp-reasons-section .reason-item {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 36px;
  border-radius: 24px;
  background: #FFF;
}
.lp-reasons-section .reason-number {
  display: flex;
  min-width: 48px;
  height: 48px;
  width: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #284634;
  color: #FFF;
  text-align: center;
  font-family:'Exo 2';
  font-size: 28px;
  font-weight: 600;
}
.lp-reasons-section .reason-title,
.lp-reasons-section .reason-title p{
  font-family: "Termina Test";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.lp-reasons-section .reason-subtitle,
.lp-reasons-section .reason-subtitle p{
  color: #284634;
  font-family: 'Exo 2';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.6px;
}
.lp-reasons-section .reason-contain .reason-subtitle ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  padding:0;
  margin:0;
}
.lp-reasons-section .reason-contain .reason-subtitle ul  li {
  list-style-type: none;
  padding-left:30px;
  position:relative;
}
.lp-reasons-section .reason-contain .reason-subtitle ul  li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #284634;
  display: flex;
  left: 10px;
  position: absolute;
  top: 10px;
}

@media(max-width:1340px){
  .lp-reasons-section{
    padding:0 44px !important;
  }
}
@media(max-width:1200px){
  .lp-reasons-section .reason-contain{
    padding:0;
    gap:22px;
  }
  .lp-reasons-section .reason-title,
  .lp-reasons-section .reason-title p{
    font-size:26px;
    letter-spacing:0px;
  }
  .lp-reasons-section .reason-subtitle,
  .lp-reasons-section .reason-subtitle p{
    font-size:16px;
  }
  .lp-reasons-section .reason-item{
    padding:12px 24px;
  }
}


@media(max-width:1199px){
  .lp-reasons-section .reason-number{
    min-width:38px;
    height:38px;
    width:38px;
    font-size:20px;
  }
}

@media(max-width:1024px){
  .lp-reasons-section .reason-contain .reason-subtitle ul{
    gap:10px;
  }
}
@media(max-width:900px){
  .lp-reasons-section .reason-main-heading{
    padding-top:32px !important;
    padding:0;
    font-size:28px;
  }
  .lp-reasons-section .reason-contain .reason-subtitle ul{
    gap:20px;
  }
  .lp-reasons-section{
    padding:12px 34px 0 !important
  }
  .lp-reasons-section .reason-item {
   flex-direction:column;
   padding:20px;
   gap:24px;
  }
  .lp-reasons-section .reason-item .reason-left, 
  .lp-reasons-section .reason-item .reason-right {
    width: 100%;
  }
}

@media(max-width:543px){
  .lp-reasons-section{
    padding:32px 12px 0 !important;
  }
  .lp-reasons-section .reason-number{
    width:28px;
    height:28px;
    min-width:28px;
    font-size:16px;
  }
  .lp-reasons-section .reason-title, 
  .lp-reasons-section .reason-title p{
    letter-spacing: -1.2px;
  }
  .lp-reasons-section .reason-main-heading{
    padding-top:12px !important;
  }
  
}
/* ====================== END : Lp Reason Section css ======================= */


/* ====================== START : Lp Experience  Section css ======================= */

.lp-experience-section .sales-image-with-text-wrapper .sales-button {
  order: 2;
  max-width: max-content;
  padding: 18px;
}
.lp-experience-section .sales-image-with-text-wrapper .sales-subheading,
.lp-experience-section .sales-image-with-text-wrapper .sales-subheading p{
  order:3;
  font-style:italic;
 }
 .lp-experience-section .sales-image-with-text-wrapper .sales-image-with-text-left-part{
  width:60%;
 }
.lp-experience-section .sales-image-with-text-wrapper .sales-image-with-text-right-part{
  width:40%;
 }

 @media(max-width:900px){
  .lp-experience-section .sales-image-with-text-wrapper .sales-image-with-text-left-part,
  .lp-experience-section .sales-image-with-text-wrapper .sales-image-with-text-right-part{
    width:100%;
  }
  .lp-experience-section .sales-image-with-text-wrapper{
    flex-direction:column;
  }
 }
 @media (max-width: 543px) {
  .lp-experience-section .sales-image-with-text-wrapper .sales-heading p br, 
  .lp-experience-section .sales-image-with-text-wrapper .sales-subheading p br {
    display: block;
  }
  .lp-experience-section .sales-image-with-text-wrapper .sales-button a{
    font-size:12px;
  }
  .lp-experience-section .sales-image-with-text-wrapper .sales-button{
    max-width:100%;
  }
}

@media(max-width:425px){
  .lp-experience-section .sales-image-with-text-wrapper .sales-button a{
    font-size:10px;
  }
  .lp-experience-section .sales-image-with-text-wrapper .sales-button{
    padding:18px 0;
  }
}

/* ====================== END : Lp Experience  Section css ======================= */


/* ====================== START : Lp Image With Icon Section css ======================= */

.lp-image-with-icon-section {
  padding:32px 80px;
}
.lp-image-with-icon-section .image-with-icon-content {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.lp-image-with-icon-section .image-item {
  display: flex;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #EBF0E7;
  flex: 1 0 0;
}
.lp-image-with-icon-section .image-item span {
  color: #284634;
  font-family: 'Exo 2';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.lp-image-with-icon-section .image-item img {
  width: 22px;
  height: 18px;
  min-width: 22px;
}

@media(min-width:901px){
  .lp-image-with-icon-section .image-with-icon-content{
    max-width: 1340px;
    margin:0 auto;
  }
}
@media(max-width:1440px){
  .lp-image-with-icon-section{
    padding: 32px 64px;
  }
  .lp-image-with-icon-section .image-with-icon-content{
    gap: 10px;
  }
  .lp-image-with-icon-section .image-item span{
    font-size:14px;
  }
  .lp-image-with-icon-section .image-item{
    gap: 6px;
    padding:20px 10px;
  }
}

@media(max-width:1200px){
  /* .lp-image-with-icon-section .image-item img {
    width: 20px;
    height: 14px;
    min-width: 20px;
  } */
  .lp-image-with-icon-section .image-item span{
    font-size:12px;
  }
}
@media(max-width:1024px){
  .lp-image-with-icon-section{
    padding: 32px 44px;
  }
}
@media(max-width:900px){
  .lp-image-with-icon-section .image-with-icon-content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .lp-image-with-icon-section .image-item span{
    font-size:12px;
  }
  .lp-image-with-icon-section .image-item img{
    width: 22px;
    height: 18px;
    min-width: 22px;
  }
  .lp-image-with-icon-section .image-item{
    padding:24px 8px;
    gap:6px;
  }
}

@media(max-width:543px){
  .lp-image-with-icon-section {
    padding: 24px 12px;
  }
  .lp-image-with-icon-section .image-item {
    padding: 24px 16px;
    gap: 15px;
    flex-direction: column;
    text-align: center;
    width:100%;
    height:100%;
  }
  .lp-image-with-icon-section .image-item img{
    width:24px;
    height:24px;
    min-width:24px;
  }
}
/* ====================== END : Lp Image With Icon Section css ======================= */

/* ====================== START : Lp Review Slider Section css ======================= */


.lp-review-slider .real-results-heading {
  color: #284634;
  text-align: center;
  font-family: "Termina Test";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom:20px;
}
.lp-review-slider .real-result-image {
  width: 100%;
  max-width: 350px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  margin-bottom: 56px;
}
.lp-review-slider .real-result-contain {
  display: flex;
  width: 321.667px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.01px;
  border-radius: 12px;
  background: #FFF;
}
.lp-review-slider .real-result-contain .block-title{
  color: #1A1A1A;
  font-family: 'Exo 2';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.2px;
}
.lp-review-slider .lp-review-slider-wrapper {
  max-width: 1045px;
  display: flex;
  margin: 0 auto;
  gap: 40px;
  padding: 0 20px;
}
.lp-review-slider .author-name p {
  color: #284634;
  text-align: center;
  font-family: 'Exo 2';
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.4px;
}
.lp-review-slider .lp-review-slider-swiper {
  max-width: 1045px;
  margin: 0 auto; /* center */
}

.lp-review-slider .review-progress {
  width: 100% !important;
  max-width: 1045px;
  margin: 10px auto 20px;
  display: block;
}

.lp-review-slider .swiper-pagination-progressbar {
  background: #e5e5e5 !important;
  height: 6px !important;
  border-radius: 20px;
  max-width: 1045px;
  right: 0;
  top: auto;
  bottom: -20px;
}

.swiper-pagination-progressbar-fill {
  background: #000 !important;
  border-radius: 20px;
}
.lp-review-slider .real-result-contain {
  box-sizing:boder-box;
}
.lp-review-slider .author-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-review-slider .real-result-wrap-content img {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.lp-review-slider .swiper-wrapper{
  padding-bottom:15px;
}

@media(max-width:1200px){
  .lp-review-slider{
    padding:16px 44px 36px !important;
  }
}
@media(max-width:900px){
  .lp-review-slider .real-results-heading{
    font-size:28px;
  }
}

@media(max-width:543px){
  .lp-review-slider{
    padding:16px 12px !important;
  }
}


/* ====================== END : Lp Review Slider Section css ======================= */

/* ===============================
   SINGLE FEATURED PRODUCT SECTION
   =============================== */

.single-featured-product-section {
  padding: 40px 0;
  background: #f5f5f1; /* Light beige background */
}
.spf-section-heading {
  color: #284634;
  text-align: center;
  font-family: "Termina Test";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.single-featured-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 70px;
}
/* IMAGE BLOCK */
.sfp-image-wrap .sfp-main-image {
  width: 100%;
  border-radius: 12px;
  display: block;
}
/* CONTENT BLOCK */
.sfp-content-wrap .rating-img > img {
  max-width: 100%;
  margin-bottom: 10px;
  width: 350px;
}
/* TITLE */
.sfp-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: uppercase;
  color: #0e3620;
  font-family: "Termina Test";
}
/* DESCRIPTION */
.sfp-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 22px;
  color: #131D18;
  max-width: 450px;
  font-weight: 500;
}
/* PRICE BLOCK */
.sfp-price-block {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 25px;
}
.sfp-sale-price {
  color: #131D18;
  font-family: "Exo 2";
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.sfp-compare-price {
  color: #5C6862;
  font-family: "Exo 2";
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration-line: line-through;
  margin-left: 6px;
}
/* SUBTITLE TEXT BELOW PRICE */
.sfp-subtitle {
  margin: 20px 0;
  font-size: 15px;
  color: #666;
}
/* FEATURE LIST */
.sfp-feature-list > p {
  color: #284634;
  text-align: center;
  font-family: "Termina Test";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 30px 0 10px;
}
.sfp-feature-list > p > strong {
  font-weight: 400 !important;
}
.sfp-feature-list > p::before,
.sfp-feature-list > p::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #cdcdc5;
}

.sfp-feature-list > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 40px;
  gap: 30px;
  list-style: none;
  padding: 0;
}
.sfp-feature-list > ul > li {
  color: #284634;
  font-family: "Exo 2";
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  padding-left: 30px;
}
.sfp-feature-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/cdn/shop/files/gpl_check_svg.svg?v=1764306411");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* BUTTON */
.sfp-ajax-btn {
  border-radius: 99px;
  background: #497E5A;
  color: #FFF;
  text-align: center;
  font-family: "Termina";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 18px 10px;
  display:block;
  cursor: pointer;
}
/* BADGES */
.sfp-badges {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
  justify-content: center;
}
.sfp-badges ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sfp-badges li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sfp-badges img {
  width: auto;
  height: auto;
}
.sfp-badges span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
/* Footer Note */
.sfp-footer-note {
  grid-column-gap: 1rem;
  outline-offset: 0px;
  border-radius: 8px;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
  background-color: #ebf0e7;
  border: 1px dashed #004f4f;
}
.sfp-dot {
  justify-content: center;
  align-items: center;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  display: flex;
  position: relative;
}
.sfp-dot .sfp-ringring {
  border-radius: 20px;
  height: 18px;
  width: 18px;
  position: absolute;
  animation: pulsate 1s ease-out infinite;
  opacity: 0;
  display: block;
}
.sfp-dot .sfp-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  display: block;
}
.sfp-fotter-text {
  font-family: "Exo 2";
  color: #284634;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.single-featured-product-section .lp-wide-container{
  padding-left: 80px;
  padding-right: 80px;
}

@keyframes pulsate {
  0% {transform: scale(0.5);opacity: 0;}
  50% {opacity: 1;}
  100% {transform: scale(1);opacity: 0;}
}
/* RESPONSIVE */
@media (max-width: 1300px){
  .single-featured-product-grid{
    gap: 40px;
  }
  .sfp-ajax-btn{
    font-size: 20px;
  }
  .sfp-title{
    font-size: 34px;
  }
}
@media (max-width: 1199px){
  .single-featured-product-grid{
    gap: 30px;
  }
  .sfp-ajax-btn{
    font-size: 18px;
  }
}
@media (max-width: 1024px){  
  .single-featured-product-section .lp-wide-container{
    padding-left: 44px;
    padding-right: 44px;
  }
  .single-featured-product-section{
    padding:36px 0;
  }
}
@media (max-width: 991px){
  .spf-section-heading {
    font-size: 28px;
  }
  .single-featured-product-grid{
    grid-template-columns: 1fr;
    gap:20px;
  }
  .spf-section-heading{
    margin-bottom: 30px;
  }
}
@media (max-width: 543px){  
  .single-featured-product-section .lp-wide-container{
    padding-left: 12px;
    padding-right: 12px;
  }
  .single-featured-product-section{
    padding-bottom:12px;
  }
  .sfp-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sfp-description{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .sfp-sale-price{
    font-size: 16px;
  }
  .sfp-compare-price{
    font-size: 14px;
  }
  .sfp-ajax-btn {
    font-size: 14px;
  }
  .sfp-content-wrap .rating-img > img{
    width: 300px;
    margin-bottom: 5px;
  }
  .single-featured-product-grid{
    gap:12px;
  }
}
@media (max-width: 480px){  
  .sfp-feature-list > ul > li{
    font-size: 12px;
    padding-left: 25px;
  }
  .sfp-feature-list ul li::before{
    width: 16px;
    height: 16px;
  }
  .sfp-badges span{
    font-size: 10px;
  }
  .sfp-badges img{
    width: 16px;
  }
  .sfp-badges {
    gap: 15px;
    margin-bottom: 25px;
  }
  .sfp-fotter-text{
    font-size: 12px;
  }
}

.sales-page-template .shopify-section-group-footer-group,
.sales-page-template .announcement-bar-section{
  display: none;
}

/* =============================================== END : LP Sales Page css ======================================================  */


/* =================== START : Pilates Refomer Product page Css ======================== */
.main_product_template_container .content_wrapper .product-text {
  color: #131D18;
  font-family: 'Exo 2';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom:22px;
}
.main_product_template_container .content_wrapper .feature-content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 14px;
  padding-top: 24px;
  margin-bottom: 22px;
  border-top: 1px solid #CDCDC5;
}
.main_product_template_container .feature-content .feature {
  display: flex;
  align-items: center;
  color: #284634;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Exo 2';
  gap: 10px;
  margin-bottom:18px;
}
.main_product_template_container .feature-content .feature svg {
  display: flex;
  width: 18px;
  height: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.main_product_template_container .content_wrapper .money-back-guarantee-content {
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 16px;
  border-radius: 5px;
  background: #FFF;
  margin-bottom: 20px;
}
.main_product_template_container .content_wrapper .money-back-guarantee-title {
  color: #333;
  font-family: 'Exo 2';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main_product_template_container .content_wrapper .money-back-guarantee-contain {
  color: #555;
  font-family: 'Exo 2';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_product_template_container .content_wrapper .money-back-guarantee-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custom-pilates-reformer .dropdowns_wrapper .dropdown_content p {
  font-family: 'Exo 2';
  color: #284634;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.dropdown-image-with-text .image-text-wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 20px;
  row-gap: 52px;
  column-gap: 40px;
}
.dropdown-image-with-text .dropdown-image-with-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.dropdown-image-with-text .dropdown-image-with-text-title {
  color: #284634;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-family: 'Termina Test';
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}
.custom-pilates-reformer .dropdown_tab_container_wrapper .icon_dropdown {
  display: none;
}
.custom-pilates-reformer .product_include_btn {
  display: flex !important;
  padding: 18px 0;
  flex-direction: column;
  align-items: center;
  border-radius: 99px;
  border: 2px solid #497E5A;
  background: #F6F6F4;
  margin-bottom:22px;
}
.custom-pilates-reformer .product_include_btn a{
  color: #497E5A;
  text-align: center;
  font-family: "Termina Test";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.custom-pilates-reformer .dropdown_tab_container_wrapper .dropdown_tab {
  cursor: inherit !important;
}
@media(max-width:1200px){
  .dropdown-image-with-text{
    padding:0;
    gap:20px;
  }
  .dropdown-image-with-text .dropdown-image-with-text-title{
    font-size:14px;
  }
}
@media(max-width:1000px){
  .main_product_template_container .content_wrapper .feature-content.mob{
    display:grid !important;
  }
  .main_product_template_container .content_wrapper .feature-content{
    display:none;
  }
  .custom-pilates-reformer .product_include_btn a{
    font-size:18px;
  }
  .main_product_template_container .feature-content .feature{
    margin-bottom:0px;
  }
}

@media(max-width:543px){
  .main_product_template_container .feature-content .feature{
    font-size:12px;
    gap:5px;
  }
  .main_product_template_container .feature-content .feature svg {
    width:12px;
    height:12px;
  }
  .main_product_template_container .content_wrapper .money-back-guarantee-title{
    font-size:14px;
  }
  .dropdown-image-with-text .dropdown-image-with-text-title{
    font-size:12px;
  }
  .custom-pilates-reformer .dropdowns_wrapper .dropdown_content p{
    font-size:16px;
  }
}

@media(max-width:360px){
  .dropdown-image-with-text .dropdown-image-with-text-title{
    font-size:10px;
  }
}

/* =================== Start : reformer pilates section Css ==================== */

.reformer_pilates_section .section_items_wrapper .section_items .section_item[data_id="5"] {
  grid-column: span 2;
  padding-bottom: 30px !important;
}
.reformer_pilates_section .main_part {
  align-items: flex-start !important;
}
.reformer_pilates_section .section_title {
  max-width: 100% !important;
  margin-bottom: 64px !important;
}
.reformer_pilates_section .main_part .video_item img {
  width: 100%;
}
.reformer_pilates_section .section_title{
  line-height:1.2 !important;
}

@media(max-width:767px){
  .reformer_pilates_section .section_title{
    margin-bottom:32px !important;
    font-size:20px !important;
  }

}

/* =================== End : reformer pilates section Css ==================== */


/* =================== Start : Pilates Refomer Review Section Css ==================== */

.reformer-custom-review .tp_review_widget{
  margin-bottom: 60px !important;
}
.reformer-custom-review .section_title {
  font-size:40px !important;
}

@media(max-width:767px){
  .reformer-custom-review .tp_review_widget{
    margin-bottom: 40px !important;
  }
  .reformer-custom-review .section_title {
    font-size:20px !important;
  }
}

/* =================== End : Pilates Refomer Review Section Css ==================== */

.wide-container{
  max-width:1440px;
  margin:0 auto;
}

.custom-product-accordion .dropdown-image-with-text {
  display: none;
}
.custom-product-accordion .dropdown_content {
  padding-bottom: 0 !important;
}


/* =================== END : Pilates Refomer Product page Css ======================== */




/* ====================== START : New Year Website Changes ============================ */

/* ========================= HERO BANNER ===================== */
.new-year-hero-banner .video_wrapper img {
  border-radius: 0px !important;
}
/* ========================= HERO BANNER ===================== */

/* ========================= COLLECTION BANNER ===================== */
.new-year-collection-banner .banner-section {
  width: 100%;
  height: 100% !important;
  padding-top: 20%;
}
@media(max-width:900px){
  .new-year-collection-banner .banner-section{
    padding-top:50%;
  }
}
/* ========================= COLLECTION BANNER ===================== */

/* ========================= USP BAR ============================ */
@keyframes auto_scrolling {
    0% {
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
@media(max-width:900px){
  .new-year-usp-bar .icon_blocks_wrapper.desktop-view {
    display: none !important;
  }
  .new-year-usp-bar .icon_blocks_wrapper.mobile-view {
    display: flex !important;
    animation: auto_scrolling 60s linear infinite;
  }
}
/* ========================= USP BAR ============================ */

/* ========================= BLOCK IMAGE COLLECTION ============================ */

.new-year-collection-template img.block-backimage {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  display:flex !important;
}
.new-year-collection-template img {
  display: none !important;
}
@media(max-width:749px){
  .new-year-collection-template img.block-backimage{
    object-fit:contain !important;
    align-items: start;
    height: auto !important;
  }
}

/* ========================= BLOCK IMAGE COLLECTION ============================ */

.new-year-text {
  color: #023A18;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
/* ====================== END : New Year Website Changes ============================ */



/* ================================  END: Custom Css  ===================== */
div.price-wrapper {
  flex-direction: column;
}

img.block-backimage {
  object-fit: contain !important;
}

/*-----------------Statt LP Bundle Product[01.01.2026]-------------*/
/* Spacing style */
.spacing-style {
  --spacing-scale: var(--spacing-scale-md);

  @media screen and (min-width: 990px) {
    --spacing-scale: var(--spacing-scale-default);
  }

  /* Must disable this, when you use these with calc and another unit type, things break — see logo.liquid */
  /* stylelint-disable length-zero-no-unit */
  --padding-block: 0px;
  --padding-block-start: var(--padding-block, 0px);
  --padding-block-end: var(--padding-block, 0px);
  --padding-inline: 0px;
  --padding-inline-start: var(--padding-inline, 0px);
  --padding-inline-end: var(--padding-inline, 0px);
  --margin-block: 0px;
  --margin-block-start: var(--margin-block, 0px);
  --margin-block-end: var(--margin-block, 0px);
  --margin-inline: 0px;
  --margin-inline-start: var(--margin-inline, 0px);
  --margin-inline-end: var(--margin-inline, 0px);
  --spacing-scale-sm: 0.6;
  --spacing-scale-md: 0.7;
  --spacing-scale-default: 1.0;
}

.spacing-style,
.inherit-spacing {
  padding-block: calc(var(--padding-block-start) + var(--section-top-offset, 0px)) var(--padding-block-end);
  padding-inline: var(--padding-inline-start) var(--padding-inline-end);
  margin-block: var(--margin-block-start) var(--margin-block-end);
  margin-inline: var(--margin-inline-start) var(--margin-inline-end);
}

.lp-bundle-box .custom-exclusive-content{ display: none;}
/*-----------------End LP Bundle Product[01.01.2026]-------------*/




/* =========================== START : Comparison Module PDP CSS ============================ */

.benefits-modal-shadow {
  -webkit-transition: visibility 0.8s ease, opacity 0.8s ease;
  -o-transition: visibility 0.8s ease, opacity 0.8s ease;
  transition: visibility 0.8s ease, opacity 0.8s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 130vh;
  top: 0;
  left: 0;
  z-index: 10005;
  background: rgba(0, 0, 0, 0.4);
}
.benefits-modal-shadow.open {
  opacity: 1;
  visibility: visible;
}

.benefits-modal {
  transition: visibility 0.4s ease-in, opacity 0.4s ease-in, transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  opacity: 0;
  visibility: hidden;
  color: #191816;
  width: calc(100% - 10px);
  max-width: 1000px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 10010;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background-color: #FFF;
  padding: 50px 35px 35px;
  background-image: url('data:image/svg+xml,<svg width="272" height="181" viewBox="0 0 272 181" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M271.954 -59.9982C263.845 -51.5548 255.94 -42.093 247.797 -33.8189C239.097 -24.9785 230.117 -17.6991 220.81 -13.094C215.515 -10.4742 210.171 -8.55387 204.91 -5.54675C200.309 -2.91599 195.759 0.205624 191.289 3.8452C186.629 7.63839 182.08 12.1642 177.854 18.1171C173.713 23.9514 169.942 31.0978 166.338 38.5846C159.142 53.532 152.581 70.0411 145.377 84.9698C139.054 98.0728 132.119 108.928 123.71 113.14C113.437 118.285 102.848 114.178 92.7044 108.99C81.7121 103.37 70.8014 96.7609 59.65 93.0522C41.2308 86.9258 21.9704 90.2068 6.16187 114.631C4.06781 117.868 2.07089 121.423 0.162292 125.228C0.0717773 125.408 -0.0606689 125.1 0.0309448 124.92C6.88821 111.249 14.9476 101.32 23.6682 95.7437C31.8082 90.538 40.33 89.0253 48.7636 90.0659C59.7637 91.4274 70.6181 96.7661 81.3456 102.47C92.1635 108.221 103.125 115.396 114.292 115.072C119.332 114.929 124.376 113.132 129.1 109.045C133.31 105.404 137.152 99.948 140.685 93.5608C148.089 80.1787 154.504 64.0034 161.262 48.9551C168.089 33.7461 175.242 19.4149 183.914 10.1974C192.656 0.905636 202.179 -5.05278 211.592 -9.45626C216.946 -11.9611 222.309 -14.0144 227.583 -17.3645C232.177 -20.2814 236.692 -23.8231 241.124 -27.8495C249.578 -35.5287 257.689 -44.9885 265.889 -53.9796C267.871 -56.1531 269.86 -58.2925 271.861 -60.3759C271.969 -60.4885 272.064 -60.1132 271.955 -59.9995L271.954 -59.9982Z" fill="%23CDCDBF"/><path d="M271.513 -51.83C263.712 -42.8846 256.163 -32.8049 248.316 -24.0701C239.965 -14.7742 231.27 -7.2835 222.189 -2.80178C216.895 -0.189266 211.515 1.39253 206.214 3.95002C201.626 6.16349 197.075 8.77991 192.577 11.8212C187.833 15.0289 183.148 18.803 178.763 24.1251C174.493 29.3073 170.618 35.9785 166.955 43.2089C159.59 57.7437 153.041 74.3389 146.116 89.9639C139.924 103.935 133.283 116.488 124.786 121.803C114.661 128.138 104.044 124.706 93.903 119.975C82.6579 114.728 71.5054 108.338 60.1179 104.986C50.7261 102.225 41.1886 101.578 31.8488 105.266C22.808 108.836 14.1161 116.486 6.51044 128.386C4.42081 131.657 2.42612 135.232 0.51532 139.043C0.424805 139.223 0.293427 138.915 0.383942 138.735C7.31296 124.912 15.4154 114.715 24.2044 108.849C32.3256 103.429 40.8409 101.656 49.2856 102.412C60.4844 103.414 71.5739 108.463 82.5243 113.896C93.3875 119.281 104.457 126.075 115.634 124.67C120.738 124.031 125.813 121.548 130.463 116.605C134.499 112.318 138.102 106.262 141.43 99.4991C148.536 85.0503 154.838 68.5621 161.717 53.5473C168.521 38.6959 175.764 25.5431 184.533 17.5929C193.678 9.3031 203.503 4.29715 213.168 0.457539C218.404 -1.6224 223.599 -3.64132 228.717 -6.99061C233.352 -10.0241 237.886 -13.8222 242.311 -18.2098C250.353 -26.1845 257.987 -36.0947 265.729 -45.4791C267.616 -47.7666 269.512 -50.0169 271.42 -52.2061C271.527 -52.3287 271.621 -51.9529 271.514 -51.8298L271.513 -51.83Z" fill="%23CDCDBF"/><path d="M271.075 -43.6623C263.563 -34.2333 256.354 -23.5569 248.79 -14.3496C240.724 -4.53196 232.244 3.2383 223.309 7.64282C218.091 10.2154 212.768 11.5195 207.512 13.6278C202.795 15.52 198.104 17.7353 193.451 20.3251C188.601 23.0245 183.772 26.1597 179.224 30.9523C174.873 35.5367 170.924 41.7132 167.217 48.6739C159.693 62.8032 153.126 79.4714 146.438 95.6545C140.449 110.145 134.187 123.973 125.789 130.352C115.918 137.853 105.311 135.17 95.249 130.947C83.9431 126.2 72.7432 120.15 61.3203 117.093C51.7343 114.529 42.0059 114.088 32.5026 118.089C23.4177 121.913 14.7093 129.81 7.06384 141.823C4.90576 145.213 2.84485 148.917 0.870026 152.86C0.780609 153.04 0.648132 152.732 0.738647 152.552C7.78357 138.487 15.9887 127.971 24.9069 121.829C33.0634 116.211 41.6228 114.221 50.1293 114.748C61.3932 115.447 72.5798 120.129 83.6241 125.212C94.4189 130.18 105.461 136.481 116.518 134.197C121.702 133.125 126.801 130.045 131.392 124.328C135.263 119.505 138.658 112.98 141.808 105.923C148.7 90.4827 154.953 73.585 162.018 58.5442C165.474 51.1873 169.098 44.1583 173.046 38.2614C176.858 32.5667 181.009 28.3017 185.319 25.0606C194.752 17.9664 204.719 13.9168 214.523 10.6074C219.688 8.86392 224.783 6.80562 229.796 3.40078C234.299 0.341759 238.685 -3.56541 242.942 -8.12616C250.714 -16.454 257.993 -26.9207 265.403 -36.8033C267.25 -39.2663 269.107 -41.6869 270.98 -44.0384C271.085 -44.1703 271.179 -43.7948 271.074 -43.662L271.075 -43.6623Z" fill="%23CDCDBF"/><path d="M270.744 -35.4932C263.503 -25.5973 256.623 -14.3445 249.329 -4.65419C241.609 5.60338 233.411 13.6425 224.688 18.0298C219.376 20.7016 213.948 21.8147 208.571 23.5866C203.864 25.1376 199.171 26.9036 194.503 28.9775C189.617 31.1487 184.728 33.6243 180.072 37.7289C175.65 41.627 171.628 47.171 167.865 53.7845C160.11 67.4169 153.449 84.2052 146.957 100.941C141.107 116.024 135.212 131.284 126.862 138.782C117.274 147.388 106.74 145.55 96.762 141.852C85.3678 137.626 74.0906 131.878 62.6037 129.121C52.8863 126.787 43.0365 126.566 33.4306 130.814C24.243 134.88 15.4584 143.049 7.72687 155.252C5.50034 158.768 3.37317 162.599 1.33322 166.678C1.24271 166.855 1.11026 166.547 1.20187 166.367C8.3627 152.06 16.6682 141.22 25.7134 134.789C34.0686 128.848 42.8444 126.672 51.5804 127.058C62.8444 127.554 74.063 131.878 85.136 136.596C96.1306 141.278 107.488 147.235 118.669 143.286C123.573 141.552 128.316 137.838 132.521 131.714C136.319 126.18 139.568 118.942 142.62 111.368C149.126 95.2217 155.283 78.3735 162.417 63.6613C165.872 56.5386 169.53 49.8088 173.533 44.4134C177.435 39.1558 181.697 35.5439 186.051 32.8672C195.662 26.9594 205.673 23.8474 215.532 21.007C225.388 18.1678 234.747 12.2308 243.64 1.94243C251.155 -6.7529 258.092 -17.7694 265.185 -28.1287C266.992 -30.7671 268.811 -33.3569 270.65 -35.8708C270.753 -36.0114 270.846 -35.635 270.743 -35.4945L270.744 -35.4932Z" fill="%23CDCDBF"/><path d="M270.303 -27.3251C263.311 -16.9686 256.742 -5.15013 249.703 5.03859C242.315 15.732 234.386 24.0669 225.853 28.4732C220.723 31.1228 215.49 32.0946 210.273 33.4541C205.435 34.7152 200.602 36.0818 195.786 37.6964C190.752 39.3844 185.692 41.2314 180.829 44.7375C176.409 47.9227 172.347 52.6605 168.557 58.7921C160.551 71.7465 153.761 88.6338 147.448 105.8C141.671 121.506 136.134 138.383 127.808 147.07C118.554 156.726 108.129 155.831 98.2634 152.68C86.7313 149 75.3261 143.523 63.7221 141.069C53.8127 138.972 43.7762 139.006 34.0158 143.615C24.7267 147.999 15.8759 156.533 8.07257 169.007C5.85266 172.554 3.72772 176.409 1.68555 180.493C1.59613 180.673 1.46368 180.365 1.5542 180.183C8.87506 165.546 17.3374 154.331 26.5702 147.608C34.9265 141.523 43.7023 139.147 52.4593 139.285C63.9915 139.465 75.5016 143.578 86.8671 148.017C97.7027 152.25 108.947 157.453 119.871 152.409C124.766 150.148 129.429 145.751 133.468 138.923C137.131 132.734 140.201 124.936 143.134 116.971C149.362 100.057 155.521 83.0525 162.833 68.5724C166.335 61.6402 170.083 55.1904 174.203 50.367C178.238 45.6451 182.635 42.74 187.053 40.6501C196.948 35.9694 207.103 33.7802 217.139 31.2973C226.722 28.9265 235.884 22.4235 244.345 11.7951C251.612 2.66681 258.218 -8.90212 265.02 -19.7155C266.733 -22.4388 268.46 -25.1105 270.21 -27.703C270.31 -27.8524 270.404 -27.4763 270.303 -27.3266L270.303 -27.3251Z" fill="%23CDCDBF"/></svg>');
  background-repeat: no-repeat;
  background-size: 260px auto;
  background-position: 0 0;
}
.benefits-modal.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.benefits-modal .benefits-modal-close {
  width: 36px;
  height: 36px;
  opacity: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  padding: 5px;
  -webkit-transition: visibility 0.8s ease, opacity 0.8s ease;
  -o-transition: visibility 0.8s ease, opacity 0.8s ease;
  transition: visibility 0.8s ease, opacity 0.8s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.benefits-modal .benefits-modal-close:hover {
  opacity: 0.7;
}
.benefits-modal .benefits-modal-close:before, .benefits-modal .benefits-modal-close:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 17px;
  height: 20px;
  width: 2px;
  background-color: #000;
}
.benefits-modal .benefits-modal-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.benefits-modal .benefits-modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.benefits-modal .benefits-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-bottom: 35px;
}
.benefits-modal .benefits-modal-basic {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #B1B1B1 transparent;
  text-align: center;
}
.benefits-modal .benefits-modal-basic::-webkit-scrollbar {
  width: 2px;
}
.benefits-modal .benefits-modal-basic::-webkit-scrollbar-track {
  background: transparent;
}
.benefits-modal .benefits-modal-basic::-webkit-scrollbar-thumb {
  background: #B1B1B1;
  border-radius: 10px;
}
.benefits-modal .benefits-modal-basic::-webkit-scrollbar-thumb:hover {
  background: #D1D1D1;
}
.benefits-modal .benefits-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 24px;
  border: 1px solid rgba(230, 230, 230, 0.4);
  margin-bottom: 35px;
}
.benefits-modal .benefits-modal-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33% - 55px);
  flex: 0 0 calc(33.33% - 55px);
  max-width: calc(33.33% - 55px);
  border-top: 1px solid rgba(230, 230, 230, 0.4);
  margin-top: -1px;
  color: #131D18;
  font-size: 15px;
  line-height: 1.8;
  padding: 12px 16px;
  font-family: "Exo 2";
}
.benefits-modal .benefits-modal-item:nth-child(5) {
  border-top: 1px solid transparent;
}
.benefits-modal .benefits-modal-item:nth-child(2) {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.benefits-modal .benefits-modal-item:nth-last-child(3) {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.benefits-modal .benefits-modal-item:nth-child(4n+1) {
  text-align: left;
  max-width: 165px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
}
.benefits-modal .benefits-modal-item:nth-child(4n+1) .benefits-modal-item-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.benefits-modal .benefits-modal-item:nth-child(4n+2) {
  background-color: #284634;
  color: #FFF;
}
.benefits-modal .benefits-modal-item:nth-child(4n+3) {
  border-right: 1px solid rgba(230, 230, 230, 0.4);
}
.benefits-modal .benefits-modal-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.benefits-modal .benefits-modal-item-content svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
.benefits-modal .benefits-modal-content-title {
  color: #131D18;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.64px;
  margin: 0;
  font-family: "Exo 2";
}
.benefits-modal .benefits-modal-content-title img {
  height: 20px;
}
.benefits-modal .benefits-modal-header-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-family: "Termina";
  color: #131D18;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6px;
}
.benefits-modal .benefits-modal-header-subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.benefits-modal .benefits-modal-footer {
  color: #131D18;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Exo 2";
}

.product-info-popup-link-wrap {
  margin-bottom: -20px;
}
.product-info-popup-link-wrap .product-info-popup-link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 5%;
  text-underline-position: from-font;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #497E5A;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  font-family: "Exo 2";
}

.main_product_template_container > .content_wrapper > .product_prices {
  margin-bottom: 15px !important;
}
.main_product_template_container > .content_wrapper > .product_prices {
  margin-bottom: 15px !important;
}

html.benefits-modal-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .benefits-modal .benefits-modal-header-title {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .benefits-modal .benefits-modal-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 47px);
    flex: 0 0 calc(33.33% - 47px);
    max-width: calc(33.33% - 47px);
    font-size: 14px;
    padding: 8px 12px;
  }
  .benefits-modal .benefits-modal-item:nth-child(4n+1) {
    max-width: 141px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 141px;
    flex: 0 0 141px;
  }
  .benefits-modal .benefits-modal-content-title {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  .benefits-modal .benefits-modal-content-title img {
    height: 16px;
  }
  .benefits-modal .benefits-modal-footer {
    font-size: 14px;
  }
  .benefits-modal .benefits-modal-item-content svg {
    width: 16px;
    height: 16px;
  }
  .product-info-popup-link-wrap {
    margin-bottom: -10px;
  }
  .product-info-popup-link-wrap .product-info-popup-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .benefits-modal {
    padding: 35px 0 24px;
    width: 100%;
    border-radius: 0;
  }
  .benefits-modal .benefits-modal-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  .benefits-modal .benefits-modal-content-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .benefits-modal .benefits-modal-content {
    min-width: 680px;
    margin-bottom: 25px;
  }
  .benefits-modal .benefits-modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.comparison-wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  max-width: 1100px;
  margin: auto;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

/* TITLE */
.benefits-modal-header-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 28px;
}

/* ROW STRUCTURE */
.comparison-row {
  display: grid;
  grid-template-columns: 1fr repeat(3, 1.5fr);
  border-bottom: 1px solid rgba(230, 230, 230, 0.4);

  align-items: center;
  width: 100%;
}

/* CELL BASE */
.comparison-cell {
  padding: 12px 16px;
  font-size: 15px;
  color: #2c2f2d;
  text-align: center;
  height: 100%;
  font-family: "Exo 2";
}

.comparison-label {
  text-align: left;
  font-weight: 500;
  color: #5a5f5c;
}

/* HIGHLIGHT COLUMN */
.comparison-cell.is-highlight {
  background: #2f4b3a;
  color: #ffffff;
  font-weight: 500;
}

/* ROUNDED GREEN COLUMN */
.comparison-row:first-of-type .is-highlight {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.comparison-row:last-of-type .is-highlight {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

/* HEADER LOGOS */
.comparison-header img {
  max-height: 36px;
  object-fit: contain;
}

.comparison-header h4 {
  font-size: 16px;
  font-weight: 600;
}

.comparison-cell svg {
    vertical-align: middle;
    margin-right: 2px;
}
/* MOBILE */
@media (max-width: 991px) {
    .comparison-cell{
        font-size: 14px;
        padding: 12px 12px;
    }
    .comparison-row{
        grid-template-columns: 1fr repeat(3, 1.3fr);
    }
}
@media(max-width:767px){
    .benefits-modal .benefits-modal-basic{
        overflow-x: auto;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .comparison-cell {
        font-size: 14px;
        padding: 8px 12px;
        line-height: 1.7;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .comparison-cell.is-highlight{
        font-weight: 300;
    }
    .comparison-label{
        justify-content: flex-start;
    }
}

/* =========================== END : Comparison Module PDP CSS ============================ */


/* =========================== START : Optimized Buy Box CSS =============================== */
.main_product_template_container .product-free-gifts {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.12);
  padding: 12px 15px;
  user-select: none;
}
.product-free-gifts .product-free-gift-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #284634;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Exo 2";
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor:pointer;
}
.main_product_template_container .product-free-gifts .product-free-gifts-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}
.main_product_template_container .product-free-gifts .product-free-gifts-title svg {
  margin-right: 8px;
}
.main_product_template_container .product-free-gifts.active .gift-svg-arrow {
  transform: rotate(180deg);
}
.main_product_template_container .product-free-gifts .product-free-gifts-wrap {
  padding-top: 20px;
  border-top: 1px solid #CDCDC5;
  margin-top: 20px;
  display:none;
}
.main_product_template_container .product-free-gifts.active .product-free-gifts-wrap {
  display: block;
}
.main_product_template_container .product-benefit-list ul {
  padding-bottom: 0;
  color: #284634;
  font-family: "Exo 2";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.main_product_template_container .product-benefit-list ul li {
   background-image:url('/cdn/shop/files/buybox_arrow.svg?v=1769762761');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 0 4px;
  padding-left: 18px;
  margin-bottom: 10px;
}
@media(max-width:1024px){
  .product-free-gifts .product-free-gift-wrapper{
    font-size:15px;
  }
  .main_product_template_container .product-benefit-list ul {
    font-size: 14px;
  }
}
/* =========================== END : Optimized Buy Box CSS =============================== */
