/** Shopify CDN: Minification failed

Line 27:8 Expected identifier but found whitespace
Line 27:10 Unexpected "{"
Line 27:20 Expected ":"

**/
/* MAIN PRODUCT LIQUID */
.product__price .items-baseline {
  align-items: center;
}

.savings-bubble {
  position: relative;
}

.savings-bubble .savings {
  padding: 5px 15px !important;
  border-radius: 5px;
  max-width: 100%;
  margin: 0 5px !important;
}

.savings-bubble .savings p.savings-text {
  font-size: 14px;
  text-align: center;
  color: {{ settings.text_color }};
  padding: 0;
  margin: 0;
}

.bullet-points {
  margin: 15px;
}

.bullet {
  display: flex;
  row-gap: 16px;
  position: relative;
  max-width: 100%;
  min-width: auto;
  align-self: stretch;
  column-gap: 16px;
  flex-basis: auto;
  min-height: auto;
  align-items: center;
  flex-shrink: 0;
  justify-content: flex-start;
}

.bullet .bullet-icon {
  height: 35px;
  display: flex;
  flex-grow: 1;
  max-width: 35px;
  min-width: 0px;
  flex-basis: 0;
  min-height: 0;
  object-fit: cover;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  flex-shrink: 1;
}

.bullet .bullet-icon img {
  height: 100%;
  margin: 0;
  display: block;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.bullet .bullet-text {
  color: #333;
  flex-grow: 1;
  font-size: var(--fluid-sm-to-base);
  min-width: 0px;
  flex-basis: 0;
  font-style: normal;
  flex-shrink: 1;
  font-weight: 500;
  line-height: 146.4%;
}

.bullet .bullet-text p {
  font-style: inherit;
  font-family: inherit;
  text-decoration: inherit;
  text-align: inherit;
  text-transform: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  vertical-align: baseline;
  font-size: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: var(--fluid-sm-to-base);
}

@media (max-width: 1023px) {
  .custom-stars {
    margin-top: 20px;
  }
}

img.custom-stars {
  width: 100px;
  height: 100%;
  margin: 0;
}

.istrip-instant {
  border: 1px solid #000;
}

.istrip-instant .instant-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.istrip-instant .instant-cont .prod-image {
  width: 15%;
}

.istrip-instant .instant-cont .prod-texts {
  width: 35%;
}

.cta-sect {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.istrip-instant .instant-cont .prod-texts .prod-image.mobile {
  display: none;
}

.istrip-instant .instant-cont .prod-title {
  font-weight: 700;
  font-size: 15px;
}

.istrip-instant .instant-cont span.variant-name {
  font-weight: 400;
  font-size: 13px;
}

.istrip-instant .instant-cont .prod-subtitle {
  font-weight: 400;
  font-size: 13px;
  color: #707070;
  margin: 0 0 10px;
}

.istrip-instant .instant-cont .color-variants .swatches {
  display: flex;
}

/* Styling the swatches to display in a grid */
.istrip-instant .instant-cont .swatches-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  /* 2 columns */
  grid-template-rows: repeat(2, auto);
  /* 4 rows */
  gap: 10px 5px;
}

.istrip-instant .instant-cont .swatch-item {
  list-style: none;
  /* Remove bullet points */
}

.istrip-instant .instant-cont .color-swatch {
  width: 45px;
  height: 45px;
  background-position: center;
  cursor: pointer;
  border: 2px solid transparent;
  background-size: contain;
}

.istrip-instant .instant-cont .color-swatch:hover,
.color-swatch input:checked+.color-swatch {
  border-color: #333;
}

#simple-bundles-io-options label {
  font-weight: 700;
}

select#box-1,
select#box-2,
select#box-3,
select#box-4 {
  padding: 20px;
  border-radius: 5px;
  margin: 10px 0;
}

@media (max-width: 1279px) and (min-width:1024px) {
  .istrip-instant .instant-cont {
    padding: 15px;
  }

  .istrip-instant .instant-cont .prod-texts {
    width: 50%;
  }

  .istrip-instant .instant-cont .prod-image {
    display: none !important;
  }

  .istrip-instant .instant-cont .prod-texts .prod-image.mobile {
    display: block !important;
    width: 40px;
  }

  .istrip-instant .instant-cont .prod-subtitle {
    margin: 0;
  }

  .istrip-instant .instant-cont .color-swatch {
    width: 35px;
    height: 35px;
  }

  .istrip-instant .instant-cont .atc-btn {
    width: 150px !important;
    min-width: unset;
  }

  .istrip-instant .instant-cont span.btn-text {
    font-size: 14px;
  }
}

@media (max-width:575px) {
  img.custom-stars {
    width: 80px;
    height: 100%;
  }

  .istrip-instant .instant-cont .prod-texts {
    width: 50%;
  }

  .istrip-instant .instant-cont {
    padding: 15px;
  }

  .istrip-instant .instant-cont .prod-image {
    display: none !important;
  }

  .istrip-instant .instant-cont .prod-texts .prod-image.mobile {
    display: block !important;
    width: 40px;
  }

  .istrip-instant .instant-cont .prod-subtitle {
    margin: 0;
  }

  .istrip-instant .instant-cont .color-swatch {
    width: 35px;
    height: 35px;
  }

  .istrip-instant .instant-cont .atc-btn {
    width: 150px !important;
    min-width: unset;
  }
}

.bestseller_tag {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  padding: 5px 15px;
  background-color: #ffffff80;
  border-radius: 50px;
  font-weight: 900;
}

@media (max-width:575px) {
  .bestseller_tag {
    font-size: 12px;
  }
}

/* BUNDLE BUTTON */
.bundle-button-section {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  margin-block-start: var(--sp-8);
}
.bundle-button {
  background-image: url(/cdn/shop/files/PowerBundle-box.png?v=1737645086);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: left;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}

.bundle-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.bundle-button p {
  color: #fff;
  margin: 0 !important;
  text-align: center;
}

.bundle-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 40px 30px;
}

.bundle-button-section:hover .bundle-button {
  background-size: 750px;
}

/* EFFECT BLOCK */

.science_block {
  width: 100%;
  background-color: #f8f8f8;
}

.science_block_container {
  padding: 45px;
}

.science_title {
  font-size: clamp(var(--sp-7), 1.9vw, var(--sp-16));
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

.effects_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.effect {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.percentage {
  font-size: clamp(var(--sp-9), 1.9vw, var(--sp-16));
  font-weight: 700;
  color: #000;
}

.percentage_desc {
  font-size: var(--fluid-sm-to-base);
  font-weight: 400;
  color: #000;
}

.study_based {
  font-size: 13px;
  font-weight: 400;
  color: #6c6c6c;
}

.product__gallery-container {
  position: sticky;
  top: 20px;
}

@media (max-width:1023px) {
  .science_block_container {
    padding: 25px;
  }
  
  .product__gallery-container {
    position: relative;
  }
}

/* BULLET BLOCK */
.bullet_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.bullet_point {
  width: 50%;
  padding: 20px;
}
.bullet_flex {
  display: flex;
  align-items: center;
}
.bullet_point img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.bullet_point p {
  font-size: var(--text-base);
}
@media (max-width: 768px) {
  .bullet_block {
    flex-direction: column;
  }
  .bullet_point {
    width: 100%;
  }
} 