/** Shopify CDN: Minification failed

Line 340:12 Expected identifier but found whitespace
Line 340:14 Unexpected "{"
Line 340:23 Expected ":"
Line 340:57 Unexpected "0"
Line 340:60 Unexpected "{"
Line 340:69 Expected ":"
Line 340:105 Expected ":"
Line 382:39 Expected identifier but found whitespace
Line 382:41 Unexpected "{"
Line 382:50 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:fist_section (INDEX:26) */
h2.banner-heading {
    line-height: 50px;
  margin-bottom: 0px;
}
  
.everyday-dose-banner {
  padding: 60px 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0;
  flex-wrap: wrap;
}

.banner-text {
  flex: 1;

      max-width: 1200px;
  padding: 20px;
}

.banner-button {
  width: 25%;text-align:center;
    padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
}

.banner-button:hover {
  background: #333;
}

.banner-info {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.info-item {
  display: flex;
align-items: center;
    gap: 3px;
}

.info-icon {
  margin-right: 5px;
}

@media (max-width: 768px) {

.banner-button {
  font-size: 12px !important;
    width: 60%;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3sease;
    display: inline-block;
    text-transform: uppercase;
}
span.info-icon img {
    width: 12px !important;
}
  
  .everyday-dose-banner {


     /* background: url({{ section.settings.mobile_background_image | img_url: 'master' }}) !important; */
        height: 635px !important;
        background: url(/cdn/shop/files/6856e6df-db3c-4e4b-b044-974c0b3c0c07.jpg?v=1741602143) !important;
        background-size: cover !important;
        background-position: center !important;
   

    
    padding: 30px 20px;
    width: 100% !important;justify-content: left;
  }

  .banner-content {
    flex-direction: column;
    text-align: center;
  }
h2.banner-heading {
    font-size: 22px !important;
    line-height: 27px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.info-item {
    display: flex
;
    align-items: center;
    gap: 3px;
    font-size: 8px !important;
}
p.banner-description{
        padding-bottom: 10px !important;
        line-height: 18px !important;
        text-align: center;
        font-size: 14px !important;
}

.banner-cta {
    text-align: center;
}
  .banner-info {
    display: flex
;
    gap: 20px;
    margin-top: 10px;
    justify-content: center;
}
  .banner-text {
    max-width: 100%;
            padding: 0px;

  }
}
/* END_SECTION:fist_section */

/* START_SECTION:health-benefits (INDEX:29) */
.health-benefits-section {
  padding: 50px 20px;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:space-between;
  max-width:1000px;
  margin-inline: auto;
}

.health-benefits-heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
  display: flex;
      flex-direction: column;
      align-items: baseline;
}

.health-benefits-heading span {
  font-style: italic;
  color: #7A28D9;
}

.benefits-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width:50%;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 120px;
}

.benefit-icon {
  background-color: #A87FF3;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.benefit-icon img {
  width: 40px;
  height: 40px;
}

.benefit-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .benefits-list {
    gap: 24px;
  }
  .health-benefits-section{
    flex-direction:column;
    gap:20px;
  }
  .health-benefits-heading{
    align-items:center;
  }
  .benefits-list{
    flex-direction:column;
    align-items:center;
  }
}
/* END_SECTION:health-benefits */

/* START_SECTION:homepage-shop (INDEX:30) */
/* ==========================================================================
   BASE
   ========================================================================== */
.homepage-shop { text-align: center; padding: 20px 20px 80px; }
.homepage-shop__inner { max-width: 1200px; margin: 0 auto; }


a.homepage-shop__products-item .sc {
  position: absolute;

  opacity: 0;
}








a.homepage-shop__products-item {
  position: relative;
  display: inline-block;

}

a.homepage-shop__products-item img {
  width: 100%;
  transition: opacity 0.4s ease;
}


.pr-images {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Title + description */
.homepage-shop__title { line-height: 1.2; font-size: 36px; margin-bottom: 28px; }
.homepage-shop__title-line1 { color: #2F2F2F; font-weight: 600; margin-bottom: 10px; }
.homepage-shop__title-line2 { font-weight: 900; }
.homepage-shop__description { color: #000; text-align: center; font-size: 19px; font-weight: 700; margin-bottom: 40px; }

/* Slider container */
.homepage-shop__products { max-width: 1200px; margin: 0 auto; padding: 20px 0; overflow: hidden; }
.homepage-shop__products .swiper-wrapper { display: flex; align-items: stretch; }
.homepage-shop__products .swiper-slide { height: auto; display: flex; flex-direction: column; flex-shrink: 0; }

/* Card */
.homepage-shop__products-item {
  padding: 40px 40px 20px;
  border-radius: 15px;
  border: 1px solid #B9A4F4;
  background: #F8F5FF;
  position: relative;
  text-decoration: none;
  display: flex; flex-direction: column; justify-content: space-between;
  box-sizing: border-box;
  min-height: 400px;
  width: 100%;
  max-width: 350px; /* desktop card cap */
  margin: 0 auto;
}

.homepage-shop__products-item .hover-image { display: none; }
.homepage-shop__products-item:hover .hover-image { display: block; }
.homepage-shop__products-item:hover .non-hover-image { display: none; }

.homepage-shop__products-badge {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  border-radius: 5px; border: 1px solid #B9A4F4; background: #1A114F; color: #fff;
  font-size: 15px; font-weight: 700; padding: 7px 15px; line-height: 1; white-space: nowrap;
}

.homepage-shop__products-image { margin-bottom: 20px; width: 100%; max-height: 220px; object-fit: contain; }

.homepage-shop__products-title { font-size: 23px; color: #2F2F2F; font-weight: 900; line-height: 1.2; margin-bottom: 14px; }
.homepage-shop__products-title:hover { text-decoration: underline; }
.homepage-shop__products-subtitle { font-size: 16px; font-weight: 600; letter-spacing: 0.64px; color: #886BD9; margin-bottom: 15px; line-height: 1; }

.homepage-shop__products-price { margin-bottom: 15px; display: flex; justify-content: center; gap: 5px; font-size: 20px; align-items: center; line-height: 1; font-family: Avenir, sans-serif; }
.homepage-shop__products-price-compare { color: #C4C4C4; text-decoration: line-through; }
.homepage-shop__products-price-actual { color: #000; font-weight: 700; }

.homepage-shop__products-button {
  max-width: 250px; width: 100%; margin: 0 auto; color: #fff; font-size: 16px;
  padding: 12px 20px; font-weight: 600; border: none; border-radius: 9px; cursor: pointer; margin-top: auto;
}

.homepage-shop__products-nav { display: none; }
.homepage-shop__products-pagination { position: static; width: fit-content !important; }

/* ================= DESKTOP ================= */
@media (min-width: 801px) {
  .homepage-shop__products { padding: 20px 40px; }
  .homepage-shop__products .swiper-slide { max-width: 350px; }
  .homepage-shop__products-nav { display: none; }
}

/* ================= MOBILE ================= */
@media (max-width: 800px) {
  .homepage-shop {
    padding: {{ section.settings.padding_top_mobile }}px 0 {{ section.settings.padding_bottom_mobile }}px;
  }
  .homepage-shop__description {
    margin-bottom: -15px;
}
  .homepage-shop__title { font-size: 30px; margin-bottom: 20px; padding: 0 20px; }
  .homepage-shop__title-line1 { margin-bottom: 5px; }
  .homepage-shop__description { font-size: 13px; padding: 0 20px; margin-bottom: 30px; }

  .homepage-shop__products { padding: 20px 0; padding-left: 0; padding-right: 0; }

  /* KEY: every slide fills the track and centers the card */
  .homepage-shop__products .swiper-slide {
    width: 100% !important;       /* override Swiper inline width */
    margin-right: 0 !important;   /* neutralize residual spaceBetween */
    display: flex;
    flex-direction: row !important; /* override desktop column */
    justify-content: center;      /* center horizontally */
    align-items: stretch;
    box-sizing: border-box;
  }

  .homepage-shop__products-item {
    width: 100%;      /* adjust if you want tighter/looser */
    max-width: 100%;
    transition: transform 0.3s ease;
    padding: 30px 30px 16px;
    min-height: 350px;
    margin: 0 auto;               /* belt & suspenders centering */
  }
button.homepage-shop__products-nav-next {
    background: transparent;
    border: none;
}
button.homepage-shop__products-nav-prev {
    background: transparent;
    border: none;
}
  .homepage-shop__products-item:not(.swiper-slide-active) { transform: scale(0.94); }

  .homepage-shop__products-nav {
    position: relative; display: flex; justify-content: center; align-items: center;
    gap: 40px; margin-top: 18px; color: {{ section.settings.nav_icon_color | default: '#4C19D8' }};
  }
  .homepage-shop__products-pagination .swiper-pagination-bullet { width: 8px; height: 8px; background: #000; opacity: .2; margin: 0 4px; }
  .homepage-shop__products-pagination .swiper-pagination-bullet-active { opacity: 1; }
}

span.swiper-pagination-bullet {
    margin: 0px 8px !important;
}
/* END_SECTION:homepage-shop */

/* START_SECTION:image-video-grid-v1 (INDEX:33) */
.image-grid-wrapper {
  padding: 2rem;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 200px 200px;
  grid-gap: 1rem;
  grid-template-areas:
    "item1 item2 item3 item5"
    "item1 item2 item4 item5";
}

.image-grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.image-grid-item img,.image-grid-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Assign each grid area */
.image-grid-item--1 { grid-area: item1; }
.image-grid-item--2 { grid-area: item2; }
.image-grid-item--3 { grid-area: item3; }
.image-grid-item--4 { grid-area: item4; }
.image-grid-item--5 { grid-area: item5; }
.image-grid-item--6 { grid-area: item6; }

@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "item1 item2"
      "item3 item4"
      "item5 item6"
  }
}
/* END_SECTION:image-video-grid-v1 */

/* START_SECTION:ingredient-highlight (INDEX:38) */
.ingredient-highlight-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px;
  border: 3px solid rgba(106, 61, 231, 0.1);
  border-radius: 12px;
  max-width:1000px;
  margin-inline:auto;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #fff;
}

.ingredient-highlight-section .text-content {
  flex: 1;
  text-align: left;
}

.ingredient-highlight-section .text-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
}

.ingredient-highlight-section .text-content h3 {
  font-size: 34px;
  font-style: italic;
  color: #00704D;
  font-weight: 700;
  margin-bottom: 16px;
}

.ingredient-highlight-section .text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.ingredient-highlight-section .image-content {
  width:40%;
  text-align: center;
}

.ingredient-highlight-section .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .ingredient-highlight-section {
    flex-direction: column;
    text-align: center;
    padding:25px 20px;
    margin:0px 10px;
  }

  .ingredient-highlight-section .text-content {
    text-align: center;
  }

  .ingredient-highlight-section .image-content {
    flex: unset;
    width: 100%;
    max-width: 280px;
  }
}
/* END_SECTION:ingredient-highlight */

/* START_SECTION:product-offer (INDEX:68) */
/* -------------------- Offer Section Styles -------------------- */
.offer-deal-section {
  padding: 40px 20px;
  background-color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  text-align: center;
  max-width: 1200px;
  margin:0px auto;
}

.offer-deal-section .main-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Avenir Next', sans-serif;
}

.offer-deal-section .highlight-text {
  color: #7A28D9;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Avenir Next', sans-serif;
}

.offer-deal-section .sub-highlight {
  font-size: 16px;
  font-weight: 600;
  max-width: 450px;
  font-family: 'Avenir Next', sans-serif;
  margin-inline:auto;
}

.offer-deal-section .gift-list {
  margin-top: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.offer-deal-section .gift-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}

.offer-deal-section .gift-item .icon {
  color: #7A28D9;
  font-size: 16px;
  width:22px;
}

.offer-deal-section .product-image {
  max-width: 100%;
}
.offer-deal-grid{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}
.offer-deal-grid > div{
    width:40%;
    flex-grow:1;
    text-align:left;
}

.offer-deal-section .price-row {
  margin-top: 20px;
  font-size: 16px;
  display:flex;
  align-items:center;
  gap:10px;
}

.offer-deal-section .price-row del {
  color: #888;
}

.offer-deal-section .price-row .discounted-price {
  color: #7A28D9;
  font-size: 24px;
  font-weight: 700;
}
.discount-text{
  font-size: 14px;
  border-radius:7px;
  padding:7px 10px;
  font-weight: 500;
  margin-top: 10px;
  color:white;
  background-color: #7A28D9;
}

.offer-deal-section .cta-button {
  margin-top: 20px;
  background-color: #7A28D9;
  color: white;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.offer-deal-section .cta-button:hover {
  background-color: #611FAE;
}

@media (max-width: 768px) {
  .offer-deal-section .main-title {
    font-size: 22px;
  }

  .offer-deal-section .highlight-text {
    font-size: 20px;
  }

  .offer-deal-section .gift-item {
    font-size: 14px;
  }

  .offer-deal-section .price-row .discounted-price {
    font-size: 20px;
  }

  .offer-deal-section .cta-button {
    font-size: 14px;
    padding: 12px 20px;
  }
  .offer-deal-grid{
    flex-direction:column-reverse;
  }
  .offer-deal-grid > div{
    width:100%;
  }
}
/* END_SECTION:product-offer */