/** Shopify CDN: Minification failed

Line 975:3 Unexpected "/"

**/
/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
}

p {
  margin: 0;
  /* font-style: normal; */
}

/* .wellness__main-text-group,
.wellness__main-pricing-group,
.wellness__main-cta-group,
.wellness__main-benefits {
  margin-bottom: 1.5rem;
} */




/* Global container */
.wellness {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.6;
}

/* Main Section */
.wellness__main-section {
  background-color: #151417;
  color: #fff;
  position: relative;
  padding: 0 16px 1.5rem; /* ← 16px left/right padding only */
}

/* Image wrapper */
.wellness__main-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 410px; /* fixed height based on your Figma */
  z-index: 0;
  overflow: hidden;
}

.wellness__main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wellness__main-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 20, 23, 0) 40.24%, #151417 94.76%);
  pointer-events: none;
  z-index: 1;
}

/* Content over image */
.wellness__main-content {
  position: relative;
  z-index: 2;
  padding-top: 300px; /* from Figma */
  padding-bottom: 1.5rem;
  text-align: center;
  margin-bottom: 36px;
}

.wellness__main-content > * + * {
  margin-top: 24px;
}

/* Text content */
.wellness__main-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.wellness__main-highlight {
  color: rgba(255, 160, 1, 1); 
}

.wellness__main-subtitle {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 12px; 
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

/* Rating */
.wellness__main-pricing-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
}

.wellness__main-rating {
  margin: 1rem 0;
  text-align: center;
}

.rating__stars {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  width: 129px;
  margin: 0;
}

.rating__star {
  font-size: 21px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 160, 1, 1);
}

.rating__price {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}

.rating__note {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin:0;
}

/* CTA button */

.wellness__main-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-left: 0;
  margin-top: 36px;
}

.wellness__main-cta-group form, .wellness__community-cta form {
  width: 100%;
}

.wellness__main-cta-button {
  width: 100%;
  height: 60px;
  padding: 8px 30px;
  gap: 10px; /* only meaningful if there's an icon/text inside */
  border-radius: 10px;
  background-color: rgba(167, 209, 41, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Prevent link states from turning blue */
  border: none;
  outline: none;
}

.wellness__main-cta-button:hover,
.wellness__main-cta-button:focus,
.wellness__main-cta-button:active,
.wellness__main-cta-button:visited {
  /* color: #000;
  background-color: rgba(167, 209, 41, 1); */
  text-decoration: none;
}

/* Guarantee */
.wellness__main-guarantee {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-top: 12px;
}

/* Benefits Section */
.wellness__main-benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 150%;
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  background-color: #151417;
}

.benefits__brand {
  color: rgba(167, 209, 41, 1);
  font-weight: 400;
}

.benefits__list {
  margin: 0;
  padding-left: 1.25rem;
}

.benefits__item {
  margin-bottom: 0;
  list-style-type: disc;
}

.benefits__intro {
  margin: 0;
}

/* .benefits__blur-ellipse {
  display:none;
} */

/* Key Benefits */


/* Wrapper for the entire section */
.wellness__main-key-benefits {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* padding: 1.5rem 0; */
}

/* Section heading */
.key-benefits__heading {
  font-family: 'Noto Sans Hebrew New', sans-serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ffffff;
  text-align: left;
  margin:0;
  /* padding: 0 16px; */
}

.key-benefits__highlight {
  color: rgba(255, 160, 1, 1);
}

/* Each benefit block */
.key-benefits__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* padding: 0 16px; */
}

/* Image container with number overlay */
.key-benefits__image-wrapper {
  position: relative;
  width: 100%;
}

/* Image itself */
.key-benefits__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Number badge inside image (Frame 366) */
.key-benefits__number {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 160, 1, 1);
  border-radius: 6px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'Noto Sans Hebrew New', sans-serif !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
/* Title below image */
.key-benefits__title {
  font-family: 'Noto Sans Hebrew New', sans-serif !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
  text-align: left;
  color:rgba(255, 255, 255, 1) !important;
}

.key-benefits__highlight {
  color: rgba(255, 160, 1, 1);
}

/* Description below title */
.key-benefits__description {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  margin: 0;
}

/* Section wrapper: Frame 360 */
.wellness__how-it-works {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  background-color: #ffffff;
}

/* Heading: "How it works" */
.how-it-works__heading {
  margin:0;
  font-family: 'Noto Sans Hebrew New', sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
}

/* Optional highlight if needed later */
.how-it-works__highlight {
  color: rgba(255, 160, 1, 1);
}

/* Steps container: Frame 365 */
.how-it-works__steps {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Individual step: Frame 291 */
.how-it-works__step {
  width: 100%;
  padding: 36px 24px; /* vertical padding only */
  border-radius: 16px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Image wrapper with padding, border, bg */
.how-it-works__icon-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .coaches__wrapper {
  display: flex;
  gap: 36px;

} */

/* Actual image inside wrapper */
.how-it-works__icon {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Text group: Frame 378 */
.how-it-works__text-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

/* Step title */
.how-it-works__title {
  font-family: 'Noto Sans Hebrew New', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

/* Step description */
.how-it-works__description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(42, 42, 42, 1);
}

/* Wellness Testimonials */

.wellness__testimonials {
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
  /* Changed from 36px gap */
  gap: 36px; 
  background-color: #151417;
}

/* Heading */
.testimonials__heading {
  font-family: 'Noto Sans Hebrew New', sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

/* adjust line breaks in mobile  */

.testimonials__highlight {
  color: rgba(255, 160, 1, 1);
}

/* Carousel wrapper: full width, hides overflow */
.testimonials__carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* padding: 0 16px; */
  box-sizing: border-box; /* ✅ Ensures padding doesn't push content */
  touch-action: pan-x;
}

/* Inner carousel (scrollable row) */
.testimonials__carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0px; /* ✅ So first card snaps at left edge */
  padding-bottom: 16px;
  /* padding-right: 16px; */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.testimonials__carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Testimonial card: Frame 291 */
.testimonials__card {
  width: 330px;
  height: 443px;
  padding: 36px 24px;
  border-radius: 16px;
  background: rgba(34, 32, 37, 1);
  flex-shrink: 0;
  scroll-snap-align: start;
}

/* Card inner layout: Frame 363 */
.testimonials__card-inner {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Stars: Frame 308 */
.testimonials__stars {
  display: flex;
  gap: 6px;
  justify-content: flex-start;
}

.testimonials__stars .rating__star {
  font-size: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: rgba(255, 160, 1, 1);
}


/* Testimonial text */
.testimonials__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: rgba(255, 255, 255, 1);
}

/* Author block: Frame 367 */
.testimonials__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonials__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials__name {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
}

/* Arrows group: Frame 68 */
.testimonials__arrow-group {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 16px;
}

.testimonials__arrow {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  color: #000;
  opacity: 1;
}

.testimonials__arrow:hover {
  opacity: 1;
}

.testimonials__arrow:focus {
  outline: none;
}

/* WELLNESS COACHES */

.wellness__coaches {
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  margin:0;
}

.coaches__heading {
  font-family: 'Noto Sans Hebrew New', sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 36px;
}

.coaches__highlight {
  color: rgba(255, 160, 1, 1);
}

.coaches__card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.coaches__arrow-group {
    display: none;
  }

.coaches__card {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden; /* Optional: handles child overflow */
  /* Add shadow or border if needed based on design */
  flex-shrink: 0;
}

.coaches__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}


/* Disabled state for left arrow only */
.testimonials__arrow--left.is-disabled {
  opacity: 0.2;
  pointer-events: none;
  box-shadow: none;
  backdrop-filter: none;
}

.testimonials__arrow--right.is-disabled {
  opacity: 0.2;
  pointer-events: none;
  box-shadow: none;
  backdrop-filter: none;
}

.testimonials__arrow:not(.is-disabled) {
  backdrop-filter: blur(5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}


/* Wellness Community */

.wellness__community-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 50px 16px;
  background: rgba(0, 0, 0, 1);
  overflow: hidden;
  align-items: flex-end;
}

/* Image and Gradient Behind Content */
.wellness__community-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  overflow: hidden;
}

.wellness__community-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wellness__community-gradient {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 52.76%, #000000 100%);
}

/* Content Layer */
.wellness__community-title,
.wellness__community-text,
.wellness__community-highlight,
.wellness__community-price,
.wellness__community-cta {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Title */
.wellness__community-title {
  font-family: 'Noto Sans Hebrew New', sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 1);
  padding-top: 155px;
}

.wellness__community-title--highlight {
  color: rgba(255, 160, 1, 1);
}

/* Text */
.wellness__community-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
  
}

.wellness__community-text--highlight {
  display: inline-block;
  margin-top: 24px;
  padding: 0 8px;
  border-radius: 4px;
  color: rgba(167, 209, 41, 1);
  font-weight: 400;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

/* Price */
.wellness__community-price {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  margin-top: 16px;
}

/* CTA Area */
.wellness__community-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.wellness__community-button {
  width: 100%;
  height: auto;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: rgba(167, 209, 41, 1);
  font-family: 'Noto Sans Hebrew New', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
}

.wellness__community-guarantee {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  margin-top: 12px;
}

/* FAQ Section */
.wellness__faq-section {
  padding: 50px 30px;
  background-color: rgba(239, 239, 239, 1);
}

.faq__title {
  font-family: 'Noto Sans Hebrew New', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 36px;
}

.faq__title--highlight {
  color: rgba(255, 160, 1, 1);
}

/* FAQ List Wrapper */
.faq__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  overflow-x: auto;
}

/* Each Accordion Item */
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 2px solid var(--Color, rgba(167, 209, 41, 1));
  padding-top: 15px;
}

/* Accordion Header */
.faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

/* Question */
.faq__question {
  font-family: 'Noto Sans Hebrew New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  flex: 1;
}

/* Icon Button */
.faq__icon {
  width: 58px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transform: scale(0.65); /* smaller plus */
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

/* Scale up to full size on active (minus sign) */
.faq__item.active .faq__icon {
  transform: scale(1);
}

/* Icon Line Base */
.faq__icon-line {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: rgba(55, 73, 87, 1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Horizontal line (always shown) */
.faq__icon-line--horizontal {
  transform: rotate(0deg);
}

/* Vertical line (to form +) */
.faq__icon-line--vertical {
  transform: rotate(90deg);
  opacity: 1;
}

/* Hide vertical line when expanded (turns + into –) */
.faq__item.active .faq__icon-line--vertical {
  transform: rotate(90deg) scaleY(0);
  opacity: 0;
}

/* Answer Text */
.faq__answer {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(42, 42, 42, 1);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq__item.active .faq__answer {
  display: block;
  opacity: 1;
}



.footer__socials .footer__line {
  width: 330px;
  border: 1px solid rgba(0, 0, 0, 1);
  margin: 0 auto;
}

.footer__payment--visa img {
  width: 32.63px;
  height: 10px;
}

.footer__payment--mastercard img {
  width: 16.30px;
  height: 10px;
}

.footer__payment--stripe img {
  width: 24.03px;
  height: 10px;
}

.footer__payment--paypal img {
  width: 38.02px;
  height: 10px;
} */

.wellness__main-hero-desktop { display: none; }

/* Mobile-first: stacked layout */
.key-benefits__items {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.key-benefits__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%; /* Full width on mobile */
}

/* Responsive */
@media (min-width: 768px) {
  
}

.benefits__content {
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 150%;
  font-family: Inter,sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: left;
  background-color: #151417;
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
}

.testimonials__line-break {
  display: inline;
}

.coaches__arrows {
  display: none;
}

.wellness__community-image-desktop {
  display: none;
}

.wellness__footer-desktop {
  display: none;
}

.testimonials__heading--desktop {
  display: none;
}

.wellness__main-title--desktop {
  display: none;
}

/* Show mobile version by default */
.wellness__main-title--mobile {
  display: block;
}

.wellness__main-title--mobile span{
	display: inline;
}

/* Floating CTA button */

.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;

  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */

  padding: 12px 16px; /* spacing around the button */
  box-sizing: border-box;
}


.floating-cta__button {
  width: 100%;
  height: 60px;

  background: #A7D129;
  border: none;
  border-radius: 10px;

  font-family: 'Noto Sans Hebrew New', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
}

.hide-on-mobile {
  display: none;
}

@media (min-width: 1024px) {


	.hide-on-mobile {
  display: inline;
}
	/* Blur Elipse Animation  */
	.benefits__blur-ellipse {
		position: absolute;
		width: 3000px;
		height: 2400px;
		left: -1000px;
		top: -300px;
		z-index: 0;
		pointer-events: none;

		background: radial-gradient(
			3000px circle at 30% 0%,
			rgba(167, 209, 41, 0.0001) 0%,        /* nearly invisible start */
			rgba(167, 209, 41, 0.0015) 20%,       /* slowly emerging */
			rgba(21, 20, 23, 0.004) 60%,          /* soft falloff */
			rgba(21, 20, 23, 0.003) 90%,
			transparent 100%
		);

		/* Reduce blur for more control */
		filter: blur(900px);
		transition: background 2s ease-in-out;
		}


	/* Glow variants */
	.benefits__blur-ellipse.variant-1 {
	background: #A7D129;
	}
	.benefits__blur-ellipse.variant-2 {
	background: #44FFD2;
	}
	.benefits__blur-ellipse.variant-3 {
	background: #F3B95F;
	}

	.floating-cta {
		display: none !important;
	}

	.wellness__main-title--desktop {
    display: block;
  }

  .wellness__main-title--mobile {
    display: none;
  }
	.wellness__main-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* aligns all children to the left */
    text-align: left;
    gap: 36px; /* spacing between blocks */
  }
  
.wellness__main-pricing-group,
  .wellness__main-cta-group {
    align-items: flex-start;
    text-align: left;
  }

  .rating__price,
  .rating__note {
    text-align: left;
  }


  .testimonials__heading--mobile {
    display: none;
  }

  .testimonials__heading--desktop {
    display: block;
  }
	
	.wellness__main-hero-mobile {
		display: none;
	}

	.wellness__main-hero-desktop {
		display: block;
	}

	.wellness__main-content>*+* {
		margin-top: 0;
	}

	.wellness__main-title,
	.wellness__main-subtitle {
		text-align: left;
		margin: 0;
		padding: 0;
	}

	.wellness__main-section {
		position: relative;
		padding: 0 140px;
	}

	.wellness__main-hero {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		min-height: 770px;
		position: relative;
	}

	.wellness__main-image-wrapper {
		/* position: absolute;
		top: 0;
		left: 0;
		right: auto;
		width: 66.875%; 
		max-width: 100%;
		z-index: 1;
		overflow: hidden;
		height: auto;
		max-height: 770px; */

		position: absolute;
		top: 0;
		left: 0;
		width: 66.875%;
		height: 100vh;
		overflow: hidden;
	}

	/* .wellness__main-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 70% 40%;
	} */

	.wellness__main-hero-desktop .wellness__main-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 100% center;
		transform: translateX(-10%);
		display: block;
		max-width: none;
	}

	.wellness__main-image-overlay {
		position: absolute;
		inset: 0;
		background: radial-gradient( 153.01% 189.56% at -48% 30.97%, rgba(34, 32, 37, 0) 57.39%, #151417 90.26% );
		z-index: 2;
	}

	.wellness__main-content {
		position: relative;
		z-index: 3;
		/* max-width: 600px; */
		padding-top: 122.5px;
		display: flex;
		flex-direction: column;
		gap: 36px;
		text-align: left;
		align-items: flex-end;
		/* if you're using flex layout */
	}

	.wellness__main-text-group {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin: 0;
		padding: 0;
	}

	.wellness__main-title {
		font-family: 'Montserrat', sans-serif !important;
		font-size: 40px;
		font-weight: 600;
		line-height: 130%;
	}

	.wellness__main-highlight {
		font-weight: 600;
		color: rgba(255, 160, 1, 1);
		font-size: 40px;
	}

	.wellness__main-subtitle {
		font-size: 18px;
		font-family: 'Inter', sans-serif;
		color: white;
	}

	.rating__stars {
		gap: 11.12px;
		justify-content: flex-start;
	}

	.rating__star {
		width: 38.91px;
		height: 38.91px;
		font-size: 38.91px;
		line-height: 1;
		display: inline-flex;
		color: rgba(255, 160, 1, 1);

		align-items: center;
		justify-content: center;
		vertical-align: middle;
	}

	.rating__price {
		font-size: 20px;
		text-align: left;
	}

	.rating__note {
		font-family: 'Inter', sans-serif;
		font-weight: 600;
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0;
		text-align: left;
		color: rgba(255, 255, 255, 1)
	}

	.wellness__main-cta-button {
		width: 320px;
		height: 60px;
		padding: 8px 30px;
		font-size: 20px;
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		text-transform: capitalize;
	}

	.wellness__main-cta-button:hover,
		.wellness__main-cta-button:focus,
		.wellness__main-cta-button:active,
		.wellness__main-cta-button:visited {
		color: #FFFFFF; /* brightest white */

		text-decoration: none;
		}

	.wellness__main-guarantee {
		font-size: 14px;
		font-family: 'Inter', sans-serif;
		color: white;
		align-self: center;
		text-align: center;
		width: 100%;
		margin-top: 12px;
	}

	.wellness__main-pricing-group {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 36px;
		margin: 0;
	}

	.wellness__main-title,
	.wellness__main-subtitle,
	.wellness__main-pricing-group,
	.wellness__main-cta-group {
		text-align: left;
		margin: 0;
		align-items: flex-start;
	}

	/* Main Key benefits */
	/* .wellness__main-spacer {
    height: 42px;
    transition: height 0.3s ease;
  } */
	.wellness__main-benefits {
		background-color: rgba(21, 20, 23, 1);
		width: 100vw;
		min-height: 304px;
		padding: 80px 0;
		box-sizing: border-box;
		transition: margin-top 0.3s ease;
		margin: 0;
		margin-top: 57px;
		/* Fixing Layout only*/
	}

	.wellness__main-benefits {
		position: relative;
		isolation: isolate;
		overflow: hidden;
		background-color: #151417;
	}

	.benefits__intro {
		max-width: 300px;
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 24px;
		line-height: 150%;
		letter-spacing: 0;
		color: #ffffff;
		display: flex;
		flex-direction: column;
	}

	.benefits__brand {
		color: rgba(167, 209, 41, 1);
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 24px;
		line-height: 150%;
		letter-spacing: 0;
	}

	.benefits__list {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 16px;
		padding: 0;
		margin: 0;
		list-style: none;
		flex-wrap: nowrap;
	}

	.benefits__item {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		letter-spacing: 0;
		color: #ffffff;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		flex-shrink: 0;
		max-width: 233.33px;
		max-height: 109px;
	}

	.benefits__item::before {
		content: '';
		display: block;
		width: 21px;
		height: 21px;
		background-color: rgba(167, 209, 41, 1);
		border-radius: 50%;
	}

	.benefits__content {
		display: flex;
		background-color: transparent;
		flex-direction: row;
		align-items: flex-start;
		gap: 100px;
		padding: 0 120px;
		box-sizing: border-box;
		/* Margin Reset */
		margin: 0;
	}

	.wellness__main-benefits,
	.wellness__main-key-benefits {
		width: 100vw;
		margin-right: calc(-50vw + 50%);
		box-sizing: border-box;
	}

	/* KEY BENEFITS */
	.wellness__main-key-benefits {
		padding: 40px 120px 80px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: rgba(21, 20, 23, 1);
		gap: 36px;
	}

	.key-benefits__content {
		max-width: 1140px;
		margin: 0;
		padding: 80px 120px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 36px;
	}

	.key-benefits__heading {
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 36px;
		line-height: 150%;
		letter-spacing: 0;
		text-transform: capitalize;
		color: #ffffff;
		text-align: center;
		width: 100%;
	}

	.key-benefits__highlight {
		color: rgba(255, 160, 1, 1);
		/* display: block; */
	}

	.key-benefits__items {
		flex-direction: row;
		justify-content: space-between;
		gap: 16px;
		/* Matches existing desktop spacing */
	}

	.key-benefits__item {
		width: 389.33px;
		flex-shrink: 0;
	}

	.key-benefits__image-wrapper {
		position: relative;
		width: 100%;
	}

	.key-benefits__image {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 12px;
	}

	.key-benefits__number {
		position: absolute;
		bottom: 12px;
		left: 12px;
		width: 60px;
		height: 60px;
		background-color: rgba(255, 160, 1, 1);
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 36px;
		color: #ffffff;
	}

	.key-benefits__title {
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 24px;
		line-height: 120%;
		color: #ffffff;
		text-align: left;
	}

	.key-benefits__description {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #ffffff;
		text-align: left;
	}

	/* How It WORKS Desktop */
	.wellness__how-it-works {
		padding: 60px 120px;
		/* gap: 36px;   */
		/* Change to 24px as it is to much */
		gap: 36px;
		background-color: #ffffff;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.how-it-works__heading {
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 32px;
		line-height: 150%;
		text-align: center;
		text-transform: capitalize;
		color: #151417;
	}

	/* Steps container becomes row on desktop */
	.how-it-works__steps {
		display: flex;
		flex-direction: row;
		gap: 16px;
		padding: 0;
		width: 1200px;
		justify-content: center;
	}

	/* Individual step box */
	.how-it-works__step {
		background-color: #EEEEEE;
		border-radius: 16px;
		padding: 36px 24px;
		gap: 24px;
		width: 389.33px;
		height: auto;;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* Icon wrapper with border and circle */
	.how-it-works__icon-wrapper {
		width: 100px;
		height: 100px;
		border-radius: 200px;
		border: 5px solid #FFA001;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		/* remove padding to avoid shrink */
	}

	/* Actual icon inside */
	.how-it-works__icon {
		width: 100px;
		height: 100px;
		object-fit: contain;
		display: block;
	}

	/* Text group below icon */
	.how-it-works__text-group {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		text-align: center;
		max-width: 341.33px;
	}

	.how-it-works__title {
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 120%;
		color: #000000;
		text-align: center;
	}

	.how-it-works__description {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #2A2A2A;
		text-align: center;
	}

	/* TESTIMONIALS DESKTOP */
	.wellness__testimonials {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 80px 120px;
		gap: 36px;
		background-color: #151417;
	}


	.testimonials__heading {
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 32px;
		line-height: 150%;
		color: #ffffff;
		text-align: center;
		text-transform: capitalize;
		width: 100%;
	}

	.testimonials__carousel-wrapper {
		width: 1200px;
		overflow: hidden;
  		position: relative;
  		padding-right: 0; /* remove padding if present */
		display: flex;
		justify-content: center;
	}

	.testimonials__carousel {
		display: flex;
		flex-direction: row;
		gap: 12px;
		transition: transform 0.3s ease-in-out;
		/* margin-right: -200px; */
	}

	.testimonials__card {
		display: flex;
		flex-direction: column;
		align-items: center;
		/* width: 330px; */
		width: 389.33px;
		min-width: 330px;
		/* height: 472px; */
		height: auto;;
		background: #222025;
		border-radius: 16px;
		padding: 36px 24px;
		box-sizing: border-box;
	}

	.testimonials__card-inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		padding: 16px;
		width: 100%;
		height: 100%;
	}

	.testimonials__stars {
		display: flex;
		flex-direction: row;
		gap: 6px;
	}

	.rating__star {
		display: inline-block;
		font-size: 25px;
		color: #FFA001;
		width: 25px;
		height: 25px;
		line-height: 1;
	}

	.testimonials__text {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 180%;
		color: #ffffff;
		/* max-width: 250px; */
	}

	.testimonials__author {
		display: flex;
		align-items: center;
		gap: 8px;
		font-family: 'Inter', sans-serif;
		font-size: 16px;
		line-height: 150%;
		color: #ffffff;
	}

	.testimonials__avatar {
		width: 34px;
		height: 34px;
		border-radius: 50%;
		object-fit: cover;
	}

	.testimonials__arrow-group {
		/* display: flex;
		justify-content: flex-end;
		gap: 12px;
		width: 1200px;
		margin-top: 16px; */
		display: none;
	}

	.testimonials__arrow {
		width: 40px;
		height: 40px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
		backdrop-filter: blur(2.5px);
		border: none;
		font-size: 24px;
		color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.testimonials__heading br {
		display: none !important;
    	visibility: hidden !important;
	}

	/* Meet your Wellness Coaches - Desktop */
	.wellness__coaches {
		background: #FFFFFF;
		padding: 80px 0;
	}

	.coaches__container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0;
		position: relative;
  		overflow: visible;
	}

	.coaches__wrapper {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 36px;
		width: 100%;
	}

	.coaches__content {
		flex: 0 0 300px; /* fixed width */
  		box-sizing: border-box;
	}

	.coaches__heading {
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 32px;
		line-height: 120%;
		text-transform: capitalize;
		color: #151417;
	}

	.coaches__highlight {
		color: rgba(255, 160, 1, 1);
	}

	.coaches__carousel-container {
		position: relative;
		display: flex;
		flex-direction: column;
		flex: 1;
		overflow: visible; /* allow blur/shadows from arrows */
		max-width: 800px;
		flex: 1; /* take remaining space */
		max-width: calc(100% - 300px - 36px); /* prevent overflow */
	}

	.coaches__card-wrapper {
		display: flex;
		flex-direction: row;
		gap: 12px;
		overflow-x: auto;
		scroll-behavior: smooth;
		max-width: 100%;
		padding-bottom: 16px;
	}

	.coaches__card-wrapper::-webkit-scrollbar {
		display: none;
	}

	.coaches__card {
		flex-shrink: 0;
		width: 350px;
		background: #F8F8F8;
		border-radius: 16px;
		overflow: hidden;
	}

	.coaches__image {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 16px;
		display: block;
	}

	.coaches__arrow-group {
		display: flex;
		gap: 12px;
		justify-content: flex-end;
		margin-top: 16px;
	}
	 
	.coaches__arrow {
		width: 40px;
		height: 40px;
		border-radius: 8px;
		background: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		font-size: 20px;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.coaches__arrow--left {
		color: #000000;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
		}

		/* RIGHT arrow – black, heavier shadow (blur down/right) */
		.coaches__arrow--right {
		color: #000000;
		box-shadow: 8px 12px 20px rgba(0, 0, 0, 0.25);
		}

	.coaches__arrow--left.is-disabled, .coaches__arrow--right.is-disabled{
		color: #B3B3B3 !important;       /* grey when disabled */
		pointer-events: none;
		/* box-shadow: none; */
		backdrop-filter: none;
	}


.coaches__arrow.is-grey {
  color: #B3B3B3;
}

.coaches__arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  box-shadow: none;
  backdrop-filter: none;
}

.coaches__card-wrapper::-webkit-scrollbar {
  display: none;
}

	.coaches__heading {
		display: inline;
		white-space: normal;
	}

	.coaches__heading::after {
		content: '';
	}

	.coaches__heading span {
		display: block;
		/* forces Wellness Coaches to a new line */
	}

	/* Community Section - Desktop  */
	.wellness__community-title,
	.wellness__community-text,
	.wellness__community-price,
	.wellness__community-cta {
		margin: 0;
	}

	.wellness__community-content,
	.wellness__community-title,
	.wellness__community-text,
	.wellness__community-text--highlight {
		text-align: left !important;
	}

	.wellness__community-section {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: flex-start;
		position: relative;
		background: #151417;
		padding: 120px;
		gap: 64px;
		max-width: 1440px;
		height: 790px;
		margin: 0 auto;
		isolation: isolate;
	}

	.wellness__community-image-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 1440px;
		height: 790px;
		z-index: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.19%, #000000 96.71%),
			linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	}

	.wellness__community-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.wellness__community-image-mobile {
		display: none;
	}

	.wellness__community-image-desktop {
		display: block;
	}

	.wellness__community-content {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		/* Ensure left alignment */
		width: 568px;
		gap: 24px;
		position: relative;
		z-index: 1;
	}

	.wellness__community-title {
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 32px;
		line-height: 130%;
		text-transform: capitalize;
		color: #FFFFFF;
		width: 100%;
	}

	.wellness__community-title--highlight {
		color: #FFA001;
	}

	.wellness__community-text {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #FFFFFF;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 16px;
		text-align: left;
		padding: 0;
	}

	.wellness__community-text--highlight {
		color: #A7D129;
	}

	.wellness__community-price {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 20px;
		line-height: 150%;
		text-align: left;
		color: #FFFFFF;
	}

	.wellness__community-cta {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		width: 326px;
		text-align: left;
		/* Add this */
	}

	.wellness__community-button {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 8px 30px;
		gap: 10px;
		width: 326px;
		height: 60px;
		background: #A7D129;
		border-radius: 10px;
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 20px;
		line-height: 150%;
		text-transform: capitalize;
		color: #FFFFFF;
		border: none;
		cursor: pointer;
	}

	.wellness__community-guarantee {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		color: #FFFFFF;
		text-align: left;
		width: 100%;
        margin-top: 12px;
	}

	/* Remove these if you're not using .left/.right anymore */
	.wellness__community-left,
	.wellness__community-right {
		display: none;
	}

	.wellness__faq-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 80px 120px;
		gap: 36px;
		background-color: #EFEFEF;
	}

	.faq__title {
		width: 1200px;
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 600;
		font-size: 32px;
		line-height: 130%;
		text-align: center;
		text-transform: capitalize;
		color: #000000;
		margin-bottom: 0;
		/* Remove mobile spacing override */
	}

	.faq__list-wrapper {
		width: 600px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin: 0 auto;
		overflow-x: auto;
	}

	.faq__item {
		width: 600px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding-top: 0;
		border-top: 2px solid #A7D129;
	}

	.faq__header {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 10px;
		padding-top: 15px;
	}

	.faq__question {
		font-family: 'Noto Sans Hebrew New', sans-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
		color: #000000;
		width: 532px;
	}

	.faq__icon {
		width: 58px;
		height: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: transparent;
		border: none;
		padding: 0;
		transform: scale(1);
		/* no scaling on desktop */
		transition: transform 0.3s ease-in-out;
	}

	.faq__icon-line {
		width: 24px;
		height: 2px;
		background-color: #374957;
	}

	.faq__answer {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #2A2A2A;
		width: 600px;
	}

	
	/* Animation on main benefits */
	/* Default: hidden + shifted */
	.benefits__intro,
	.benefits__item {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	visibility: hidden;
	}

	.benefits__intro.animate,
	.benefits__item.animate {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	}


}

@media (min-width: 1441px) {
	
  
	.wellness__main-section {
		position: relative;
		padding: 0 330px;
	}
	.wellness__main-benefits {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 80px 0;
    margin-top: 95px;
  }

  .benefits__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(200px, 6vw, 160px);
    /* padding-left: clamp(120px, 8vw, 240px); */
    /* padding-right: 24px; */
    box-sizing: border-box;
    margin: 0;
    max-width: none;
  }

  .benefits__item {
    max-width: 240px;
  }

  /* Exclusive Community */

  .wellness__community-section {
    width: 100vw;
    max-width: 100%;
    height: auto;
    padding: 120px clamp(120px, 8vw, 240px);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
  }

  .wellness__community-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 30%,
        #000000 96.71%
      ),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }

  .wellness__community-image {
    width: 100%;
    aspect-ratio: 1440 / 790;
    object-fit: cover;
    display: block;
    height: auto;
  }

.wellness__main-benefits{
	align-items: center;
}
 
.benefits__content {
	padding-left: 0;
	padding-right: 0px;
}


	.wellness__main-benefits {
		margin-top: calc(40px + (100vw - 1440px) * 0.4818548) !important;
	}

}

/*  Remove Product Settings  */

.product .section-wrapper {
	padding: 0;
}

.product-app--container {
  display: none;
}