/** Shopify CDN: Minification failed

Line 1211:0 Expected "}" to go with "{"

**/
/* Gummies */

#research-paper {
  scroll-margin-top: 120px;
}

/* Featured In logos full-width fix */
.featured-in-logos {
  width: 100%;
  display: flex;
  justify-content: center;
  /* CENTER ALIGN */
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  /* single row on desktop */
  overflow: visible;
}

/* Logo sizing */
.featured-in-logos img {
  max-height: 52px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
}




/* Global font */
* {
  font-family: 'Poppins' !important;
}

.pack-offer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, rgb(237, 252, 245) 0%, rgb(255, 255, 255) 100%);

  padding: 12px 16px;
  margin: 12px 0;
}


.pack-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pack-icon {
  background: #D8F3EB;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pack-title {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: #198775;
  margin-right: 10px;
}

.pack-offer {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #198775;
  padding: 2px 8px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 2px;
}

.pack-add-btn {
  background: #fff;
  color: #198775;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.pack-add-btn:hover {
  background: #084C3D;
  color: #fff;
}


.mm-rating-box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mm-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;

}

.mm-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mm-rating-value {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 2px;
  color: #000;
}

.mm-star {
  display: inline-block;
}


/* Gummies */


/* FBT BOX */
.fbt-box {
  background-color: #fefbee;
  border: 1px solid rgb(65, 66, 23);
  border-radius: 16px;
  padding: 0px 0px 20px 0px;
  width: 100%;
  max-width: 650px;
  margin: 10px auto;
}

.fbt-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fbt-image {
  width: 130px;
  border-radius: 10px;
}

.fbt-details {
  flex: 1;
}

.fbt-title-link {
  text-decoration: none;
}

.fbt-title {
  font-size: 20px;
  font-weight: 700;
  color: #3a3a1e;
  margin-bottom: 10px;
  margin-top: 20px;
  transition: color 0.3s ease;
}

.fbt-title-link:hover .fbt-title {
  color: #606030;
}

.fbt-prices {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.fbt-price {
  font-size: 22px;
  font-weight: 700;
  color: #3a3a1e;
}

.fbt-compare {
  font-size: 18px;
  text-decoration: line-through;
  color: #999;
}

.fbt-off {
  font-size: 16px;
  font-weight: 600;
  color: #ff6a00;
}

.fbt-add-btn {

  display: inline-block !important;
  white-space: nowrap;
  background-color: rgb(65, 66, 23);
  color: #fff;
  padding: 12px 30px;
  border: none;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.fbt-add-btn:hover {
  background-color: #606030;
}

.fbt-action-row {
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.fbt-status-msg {
  display: none;
  white-space: nowrap;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  color: #2e7d32;
}



/* ================================
   VIDEO CAROUSEL STYLES
=================================*/

.video-carousel-container {
  position: relative;
  padding: 25px 0;
  width: 100%;
}

.video-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  cursor: grab;
}

/* Hide scrollbar */
.video-carousel::-webkit-scrollbar {
  display: none;
}

.video-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Video Cards */
.video-card {
  width: 210px;
  height: 380px;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  flex-shrink: 0;
  cursor: pointer;
}

.carousel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT ARROW */
.carousel-arrow {
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  background: #fff;
  width: 40px;
  height: 60px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

/* Drag scroll cursor change */
.video-carousel.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* ================================
   POPUP PLAYER
=================================*/

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s;
}

.video-popup.active {
  opacity: 1;
  visibility: visible;
}

/* Popup wrapper */
.popup-video-wrapper {
  width: 90%;
  max-width: 420px;
  margin: auto;
  position: relative;
}

/* GPU-accelerated layer for smooth video */
.popup-video-container {
  width: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

#popupVideo {
  width: 100%;
  border-radius: 12px;
}

.close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  z-index: 999999;

  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.6);

  transition: all 0.25s ease;
}

.close-btn:hover {
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.8);
}



/* ================================
   MOBILE RESPONSIVE
=================================*/

@media (max-width: 600px) {

  .video-carousel-container {
    width: 100vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%);
  }

  .video-carousel {
    padding-left: 12px;
    padding-right: 12px;
    gap: 14px;
  }

  .video-card {
    width: 42vw;
    height: 68vw;
    border-radius: 12px;
  }

  .carousel-arrow {
    right: 0;
    width: 32px;
    height: 48px;
    border-radius: 12px 0 0 12px;
    font-size: 26px;
  }

  .popup-video-wrapper {
    width: 95%;
    max-width: 350px;
  }

  #popupVideo {
    border-radius: 8px;
  }

  .close-btn {
    top: -30px;
    font-size: 22px;
  }
}

.rating-container {
  display: flex;
  align-items: center;
  font-family: Poppins;
  gap: 10px;
}


.star {
  color: #FFD700;
  /* Full yellow stars */
  font-size: 30px;
  margin-right: 2px;
  position: relative;
}

.star.half {
  color: #ccc;
  /* Grey background */
}

.star.half::before {
  content: '\2605';
  color: #FFD700;
  /* Yellow fill on left side */
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.rating-text {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.rating-text span {
  color: #000000;
  font-weight: 500;
}



.india {
  color: black;
}

.flag-n-text {
  display: flex;
  flex-wrap: wrap;
  font-family: Poppins;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-size: 26px;
}

.licensse {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; /* optional */
  gap: 10px;
  background: #fff;
  border: 1px solid #414217;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-family: Poppins;

}

.licensse p,
.licensse h6 {
  margin: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  line-height: 1;
}


.pricing-section {
  display: grid;
  gap: 35px;
  font-family: "Poppins", sans-serif;
}

.pricing-card {
  position: relative;
  border-radius: 16px;
  overflow: visible;
  background: #f5f5f5;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  cursor: pointer;
  border: 2px solid #b7b7b7;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* ✅ active yellow background */
.pricing-card.active {
  background: #e3eb6e !important;
  border-color: #000;
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}


.pricing-card.active .checkmark {
  background-color: #ff7a00 !important;
  /* orange background */
  color: #fff !important;
  /* white tick */
  border-color: #ff7a00 !important;
  /* match border to orange */
}

.save-badge {
  position: absolute;
  left: 50%;
  bottom: -10px;
  /* adjust up/down as needed */
  transform: translateX(-50%);

  background: #ff4d4d;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 0px;
  white-space: nowrap;
  z-index: 5;
}



.badge {
  position: absolute;
  left: 50%;
  width: 101%;
  top: 0px;
  transform: translateX(-50%);
  background: #e3e3e3;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 16px 16px 0px 0px;
  white-space: nowrap;
}

.value {

  background: linear-gradient(135deg, #141414, #B00000);
  color: white;
}

.most {

  background: linear-gradient(135deg, #003B2A 0%, #0B6B47 100%) !important;
  color: white;
}

.steal {

  background: linear-gradient(135deg, #001B40 0%, #0A3C70 100%) !important;
  color: white;
}


.pricing-top {
  padding-top: 36px;
  margin-bottom: -20px;
}

.checkmark {
  width: 32px;
  height: 32px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 10px;
}

.free-text {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 11px;
  padding-left: 60px;
  padding-right: 60px;
}

.herbal {

  margin-bottom: 11px;
}

.soap {

  margin-bottom: 11px;

}


.plan-title {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
}

.pricing-content {
  background: #fff;
  padding: 40px 20px 20px 20px;
  border-radius: 0px 0px 16px 16px;
  border-top: 1px solid #eaeaea;
}

.info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13.5px;
  
}

.price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 5px;
}

.current-price {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.old-price {
  font-size: 18px;
  color: #c44;
  text-decoration: line-through;
  line-height: 1;
  font-weight: 500;
  opacity: 0.9;
}

.tax-text {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  margin-bottom: 20px;
}

.bottom-card {
  grid-column: 2 / 3;
}

.buy-btn {
  display: block;
  width: 100%;
  background: rgb(65, 66, 23);
  color: #fff;
  border: none;
  padding: 15px 60px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin: 30px auto 0;
  transition: 0.2s;
}

.buy-btn:hover {
  background: #ff9100;
}

.snackbar {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  opacity: 0;
  transition: .3s;
  z-index: 9999;
}

.snackbar.show {
  opacity: 1;
  bottom: 50px;
}

.chk {

  margin-bottom: 67px;

}




@media only screen and (max-width: 768px) {


  .rating-container {
    display: flex;
    align-items: center;
    font-family: Poppins;
    gap: 10px;

  }


  .star {
    /* Full yellow stars */
    font-size: 22px;
    margin-right: 2px;
    position: relative;
  }

  .rating-text {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
  }


  .price {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    gap: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .current-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }

  .old-price {
    font-size: 12px;
    color: #c44;
    text-decoration: line-through;
    line-height: 1;
    font-weight: 500;
    opacity: 0.9;
    position: relative;
    top: -1px;
    /* aligns neatly beside main price */
  }

  .tax-text {
    font-size: 9px;
    color: #666;
    margin-top: 2px;
    margin-bottom: 20px;
  }


  /* Card padding fix for tighter mobile layout */
  .pricing-content {
    padding: 30px 10px 5px 10px;
  }

  .pricing-card {
    width: 100%;
    margin: 0 auto;

  }

  .plan-title {
    font-size: 10px;
    padding: 8px 12px;
  }

  .free-text {

    font-size: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }

  .info-row {

    font-size: 8px;
     margin-bottom: 5px;

  }

  .save-badge {

    font-size: 10px;
    bottom: -8px;
  }

  .pricing-section {

    gap: 18px;

  }

  .buy-btn {

    margin: 25px auto 0;

  }

  .chk {

    margin-bottom: 51px !important;

  }

  .pricing-top {
    margin-bottom: -17px;
  }


  /* === Sticky Container === */
  .pricing-containerr.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    /* ⬅️ bump this up */
    border-top: 1px solid #eee;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    /* keep this */
  }


  .pricing-containerr.sticky-bottom.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* === Variant Row === */
  .pricing-containerr.sticky-bottom .variant-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
  }

  .pricing-containerr.sticky-bottom .variant-row::-webkit-scrollbar {
    display: none;
  }

  /* === Pricing Cards === */
  .pricing-containerr.sticky-bottom .pricing-card {
    flex: 0 0 23%;
    text-align: center;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #000;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s, background 0.2s;
    position: relative;
  }


  .pricing-containerr.sticky-bottom .pricing-card .single {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3px;
    margin-top: 25px;
  }

  .pricing-containerr.sticky-bottom .pricing-card .dynamic-price,
  .pricing-containerr.sticky-bottom .pricing-card .price-text,
  .current-price-stic {
    font-size: 13px;
    font-weight: 700;
  }

  .pricing-containerr.sticky-bottom .pricing-card .mrp {
    font-size: 11px;
    color: #777;
  }

  /* === Buy Now Button === */
  .pricing-containerr.sticky-bottom .add-cart-btn {
    display: block;
    width: 95%;
    background: rgb(65, 66, 23);
    color: #fff;
    border: none;
    padding: 15px 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 10px;
    transition: 0.2s;
  }

  .pricing-containerr.sticky-bottom .add-cart-btn:hover {
    background: #ff9100;
  }


  .timer-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    font-family: Poppins;
    text-transform: uppercase;
  }

  /* Timer alignment */
  .kalles-timer {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .time-block {
    text-align: center;
  }

  .time-block .num {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
  }

  .badge {

    font-size: 13px;
  }


  .fbt-title {
    font-size: 14px;
    font-weight: 700;
    color: #3a3a1e;
    margin-bottom: 10px;
    margin-top: 20px;
    transition: color 0.3s ease;
  }

  .fbt-price {
    font-size: 16px;
    font-weight: 700;
    color: #3a3a1e;
  }

  .fbt-compare {
    font-size: 12px;
    text-decoration: line-through;
    color: #999;
  }

  .fbt-off {
    font-size: 12px;
    font-weight: 600;
    color: #ff6a00;
  }

  .fbt-add-btn {
    background-color: rgb(65, 66, 23);
    color: #fff;
    padding: 12px 30px;
    font-size: 12px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .fbt-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-right: 50px;
  }

  .fbt-image {
    width: 100px;
    border-radius: 10px;
  }





  .checkmark {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 10px;
  }





  .stickyval {

    font-size: 9px;
    border-radius: 6px 6px 0px 0px;
    padding: 5px;
  }

  .stickymos {

    font-size: 9px;
    border-radius: 6px 6px 0px 0px;
    padding: 5px;
  }

  .stickystea {

    font-size: 9px;
    border-radius: 6px 6px 0px 0px;
    padding: 5px;
  }

  .stickymob {


    font-size: 8px;
    padding: 2px 8px;


  }

  .op {

    margin-bottom: 10px;

  }


  .pack-title {
    font-size: 14px;
    margin-right: 5px;
  }


  .pack-offer {

    font-size: 9px;

  }

  .pack-add-btn {

    padding: 10px 10px;
    font-size: 12px;

  }



  .mm-rating-value {
    font-size: 12px;
  }

  .mm-stars {

    gap: 0px;
  }

  .mm-badge {
    gap: 5px;
    padding: 5px 7px;
    font-size: 11px;

  }


  .pack-offer-box {

    margin: 0px;
  }

  .mm-rating-box {

    gap: 5px;
  }


  .fbt-status-msg {
    display: none;
    white-space: nowrap;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
    color: #2e7d32;
  }



  .flag-n-text {
    display: flex;
    flex-wrap: wrap;
    font-family: Poppins;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    font-size: 22px;
  }

  .licensse {
    width: 100%;
    background: #fff;
    border: 1px solid #414217;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    font-family: Poppins;

  }


  
