/** Shopify CDN: Minification failed

Line 170:13 Unexpected "{"
Line 170:22 Expected ":"

**/
.t4s-section-inner {
	margin-top: var(--mg-top);
	margin-inline-end: var(--mg-right);
	margin-bottom: var(--mg-bottom);
	margin-inline-start: var(--mg-left);
	padding-top: var(--pd-top);
	padding-inline-end: var(--pd-right);
	padding-bottom: var(--pd-bottom);
	padding-inline-start: var(--pd-left);
}
.t4s-section-inner:not(.t4s-se-container),
.t4s-container>.t4s-container-inner {
	background: var(--bg-gradient);
    background-color: var(--bg-color);
}
.t4s-container-inner.t4s-has-imgbg,
.t4s-section-inner.t4s-has-imgbg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.t4s-container-fluid {
	width: calc(100% - var(--mg-left,0) - var(--mg-right,0));
	width: -webkit-calc(100% - var(--mg-left,0) - var(--mg-right,0));
}
.t4s-section-inner.t4s-se-container {
	padding-top: 0;
	padding-inline-end: 0;
	padding-bottom: 0;
	padding-inline-start: 0;
}
.t4s-section-inner.t4s-se-container .t4s-container-inner {
	padding-top: var(--pd-top);
	padding-inline-end: var(--pd-right);
	padding-bottom: var(--pd-bottom);
	padding-inline-start: var(--pd-left);
}
.t4s-custom-line {
	width: var(--width);
	border-width: var(--height);
	border-style: var(--line-style);
	border-color: var(--line-cl);
	border-top: none;
    border-right: none;
    border-left: none;
    display: inline-block;
    vertical-align: top;
}
.t4s-section-inner .t4s-section-des,
.t4s-section-inner .t4s-subtitle {
  color: black;
}
/* ALIGN BADGE TO BOTTOM-RIGHT */
.t4s-product .t4s-product-badge {
    bottom: 4px !important;
    right: 5px !important;
    top: auto !important;
    left: auto !important;
    align-items: flex-end !important;
}
/* ======================================================== */
/* --- 1. FIX IMAGE COVER & REDUCE CARD HEIGHT ---          */
/* ======================================================== */
.t4s-product .t4s-product-inner {
    max-height: 300px !important; 
    overflow: hidden !important;
    background-color: transparent !important; /* Prevents weird background colors */
}

.t4s-product .t4s-product-img {
    object-fit: contain !important; /* 'contain' stops all cropping/cuts! */
    object-position: center !important;
    height: 100% !important;
    width: 100% !important;
}

/* Make sure the wrapper is always visible */
.my-new-atc-wrapper {
    display: block !important;
    width: 100%;
    margin-top: 15px;
}

/* ======================================================== */
/* --- 3. IRONCLAD BUTTON ALIGNMENT (NO LAYOUT BREAKS) ---  */
/* ======================================================== */

/* 1. Lock Title Height Exactly */
.t4s-product-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    height: 47px !important;
    min-height: 47px !important; /* Forces short titles to be tall */
    max-height: 48px !important; /* Prevents long titles from expanding */
    margin-bottom: 0 !important;
}

.t4s-product .t4s-product-price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important; 
    justify-content: center !important;
    overflow: hidden !important; /* Stops the 2nd line from pushing the box */
    height: 66px !important;
    min-height: 66px !important; /* Forces 1-line prices to be tall */
    max-height: 66px !important; /* Prevents 2-line prices from expanding */
    margin-top: -8px !important; /* Keeps the price pulled up tight to the title */
    margin-bottom: 4 !important;
    padding-top: 15px !important;
}


/* 3. Keep the button wrapper safely contained */
.my-new-atc-wrapper {
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
}
/* ======================================================== */
/* --- 6. COMPLETELY DISABLE IMAGE HOVER BACKGROUNDS ---    */
/* ======================================================== */

/* Kills the dark overlay on hover */
.t4s-product .t4s-product-inner::before,
.t4s-product:hover .t4s-product-inner::before,
.t4s-product:hover .t4s-product-inner:before {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background-color: transparent !important;
    background: transparent !important;
}

/* Prevents the container itself from changing color */
.t4s-product .t4s-product-inner,
.t4s-product:hover .t4s-product-inner,
.t4s-product .t4s-product-wrapper,
.t4s-product:hover .t4s-product-wrapper {
    background-color: transparent !important;
    background: transparent !important;
}
@media(max-width: 1024px) {
	.t4s-container-fluid {
		width: calc(100% - var(--mgtb-left,0) - var(--mgtb-right,0));
		width: -webkit-calc(100% - var(--mgtb-left,0) - var(--mgtb-right,0));
	}
	.t4s-section-inner.t4s-se-container .t4s-container-inner,
	.t4s-section-inner {
		margin-top: var(--mgtb-top);
		margin-inline-end: var(--mgtb-right);
		margin-bottom: var(--mgtb-bottom);
		margin-inline-start: var(--mgtb-left);
		padding-top: var(--pdtb-top);
		padding-inline-end: var(--pdtb-right);
		padding-bottom: var(--pdtb-bottom);
		padding-inline-start: var(--pdtb-left);
	}
  .t4s-section-inner .t4s-section-des,
    .t4s-section-inner .t4s-subtitle {
      color: black;
    }
    .t4s_se_{{ section.id }} .t4s-product-img img {
  object-fit: contain !important; 
  height: 100% !important;
  width: 100% !important;
}
t4s-product .t4s-product-inner { 
  max-height: 600px !important; 
  overflow: hidden !important;
  background-color: transparent !important; 
}
}
@media(max-width: 767px) {
	.t4s-container-fluid {
		width: calc(100% - var(--mgmb-left,0) - var(--mgmb-right,0));
		width: -webkit-calc(100% - var(--mgmb-left,0) - var(--mgmb-right,0));
	}
	.t4s-section-inner.t4s-se-container .t4s-container-inner,
	.t4s-section-inner {
		margin-top: var(--mgmb-top);
		margin-inline-end: var(--mgmb-right);
		margin-bottom: var(--mgmb-bottom);
		margin-inline-start: var(--mgmb-left);
		padding-top: var(--pdmb-top);
		padding-inline-end: var(--pdmb-right);
		padding-bottom: var(--pdmb-bottom);
		padding-inline-start: var(--pdmb-left);
	}
	 .t4s-section-inner .t4s-section-title,
    .t4s-section-inner .t4s-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
        text-align: center !important;
		 margin-bottom: 10px !important;
    }

    .t4s-section-inner .t4s-section-title br,
    .t4s-section-inner .t4s-title br {
        display: none;
    }

    .t4s-section-inner .t4s-section-des,
    .t4s-section-inner .t4s-subtitle {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: center !important;
        padding-left: 15px;
        padding-right: 15px;
        color: black;
    }

    .t4s-section-inner .t4s-section-des br,
    .t4s-section-inner .t4s-subtitle br {
        display: none;
    }
}

/* zigzag */

  .wellness-grid-container {
    padding: 60px 20px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .wellness-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .wellness-item {
    max-height: 350px !important;
    display: flex;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    align-items: stretch;
    border: 1px solid #eee;
  }

  @media (min-width: 769px) {
    .wellness-item:nth-child(3), 
    .wellness-item:nth-child(4) {
      flex-direction: row-reverse;
    }
  }

  .wellness-image-wrapper {
    flex: 0 0 50%;
    position: relative;
  }
  .wellness-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wellness-text-wrapper {
    flex: 0 0 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wellness-text-wrapper h3 {
    margin: 0 0 15px 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
  }
  .wellness-text-wrapper p {
    margin: 0 0 25px 0;
    line-height: 1.6;
    color: #555;
    font-size: 1rem;
  }
  .wellness-link {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    border-bottom: 1.5px solid #000;
    width: fit-content;
    padding-bottom: 2px;
  }
  .wellness-link span {
    margin-left: 8px;
    font-size: 1.1rem;
  }

  @media (max-width: 768px) {
  /* PERFECT MOBILE CARD CONTAINER SIZE */
  .wellness-grid {
    grid-template-columns: 1fr;
    gap: 25px;            /* Healthy spacing between stacked cards */
    padding: 0 16px;      /* Prevents cards from stretching completely to screen edges */
  }

  /* PERFECT MOBILE CARD LAYOUT */
  .wellness-item {
    flex-direction: column !important; /* Image on top, text below */
    min-height: auto; 
    background: #ffffff;
    border-radius: 12px;  /* Smoothly rounded corners for a modern mobile look */
    overflow: hidden;     /* Keeps the image inside the rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); /* Soft shadow to give the card clean depth */
  }

  .wellness-image-wrapper {
    width: 100%;
    height: 220px;        /* Slightly reduced height for a perfectly proportioned mobile aspect ratio */
    flex: none;
  }

  .wellness-image-wrapper img {
    position: relative; 
    height: 100%;
    width: 100%;
    object-fit: cover;    /* Keeps image from stretching or compressing distortively */
  }

  .wellness-text-wrapper {
    width: 100%;
    flex: none;
    padding: 20px;        /* Tighter, uniform spacing optimized for mobile reading */
    background: #ffffff; 
  }

  /* 1. SHOW THE HEADING/TITLE WITH PERFECT MOBILE STYLING */
  .wellness-text-wrapper h3,
  .wellness-item h3,
  .wellness-grid .wellness-text-wrapper h3 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    font-size: 20px !important;    
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important; 
    padding: 0 !important;
    color: #000000;                
  }

  /* 2. SHOW ONLY 2 TO 3 LINES OF DESCRIPTION ON MOBILE */
  .wellness-text-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to exactly 3 lines */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 0px;    /* Removed bottom margin since link is hidden */
  }
  
  /* 3. FORCE YOUR LINK TO SHOW PERFECTLY ON MOBILE */
  .wellness-link {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}