/** Shopify CDN: Minification failed

Line 875:0 Unexpected "}"

**/
header .header{
  /* padding: 20px; */
  /* padding: 10px 20px; */
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  /* box-shadow: 0 0 3px #00000061; */
}
.localization-selectors button {
  font-size: 14px;
  font-weight: 500;
  color: currentColor;
}
nav.header__primary-nav {
  margin-left: 0;
}
nav.header__secondary-nav {
  /* flex-direction: row-reverse; */
} 
.button {
  border-radius: 8px;
}
.prose p strong {
  /* font-size: 16px; */
}
.prose p.h2 strong{
  /* font-size: 28px; */
}
.section-stack .section-header .prose:not(.prose--tight) :where(:not(meta,span)+*) {
  margin-block-start: 10px;
}
.shopify-section--multi-column .section-stack{
  gap: 25px;
}
.shopify-section--multi-column .section-stack .multi-column {
  column-gap: 1.5rem;
}
.shopify-section--text-with-icons .section-spacing {
  padding-block-start: 1.5rem;
  padding-block-end: 1.5rem;
}
.shopify-section--text-with-icons .v-stack.gap-6 {
  gap: 0.5rem;
}
.shopify-section--faq .faq__content {
  flex-basis: auto;
  width: 40%;
}
.faq-image {
  width: 60%;
}
.faq {
  align-items: center;
}
.footer__block .v-stack .h6{
  font-size: 18px;
  text-transform: capitalize
}
.shopify-section--newsletter {
  border-bottom: none;
}
.product-info__block-list {
div[data-block-type="@app"] {
  /* margin-top: -35px;
  float: right; */
}
}
.content-tabs [role=tab] {
  font-size: 16px;
}
.variant-picker__option-info .h-stack legend{
  font-weight: 600;
}
.product-info__block-list>:not(:nth-child(1 of:not(:empty))) {
  /* margin-block-start: var(--product-info-gap); */
  /* margin-block-end: var(--product-info-gap); */
  margin-block-start: 15px;
  margin-block-end: 15px;
}
.v-stack .h2,
.section-header .h2,
.shopify-section--rich-text .h2 strong{
  font-size: 36px;
}
.section-header .prose p,
.shopify-section--rich-text p{
  font-size: 20px;
}
.product-card__info .product-title.h6{
  font-size: 16px;
} 
.shopify-section--rich-text .section-spacing{
  padding-block-end: 2rem;
}
.shopify-section--rich-text .prose:not(.prose--tight) :where(:not(meta,span)+*) {
  margin-block-start: 0.75rem;
}
.product-info__block-item ul{
  list-style: none;
  margin-inline-start: 0;
}
.product-info__block-item li{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABMklEQVR4nO3WvWoCQRDA8X+Tt7CztVMkhICdZxnwKSTYRsu8jR9vYPRFvKi9NhpIqW44HGER3dtZV0zhwBT3sftjlt25g0f842gAE+BHcgwkt0a7gDmTe6ATE3oBhsAcSAUwDjyVdwfAcyjaBnYOKC+3wHtIpbsrUBtXVT6MgB6zr4HnEeGZBk4DkSVQBl6te1NftJuze11oSeaoaI9aIwJakuvTo5a44MkN0GN+ueDNhUFN4A34DUSNzK2Gi/K8ZuEa1ABrFzy+MOgbKFj4QokaYOSCE8fmsvEnJboH6uRExxPXoB9EaCDZMn8CK89d791AYrfMbJW8YxAR7vmzh0/ZNgKazVHVwMhH/Bo8G9vSonblfdlsvr8+qSyvutKQo6Y6MqGRSMPfSI58msMjuFf8AS/qfj/9sYd7AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
  padding-left: 35px;
}
.variant-picker__option .block-swatch {
  border-radius: 12px;
  background-color: #f8f8f8;
}
.shopify-section--featured-collections .v-stack{
  gap: 0.25rem;
}

@media (min-width: 750px)  {
  .product-gallery__thumbnail-scroller {
    grid-auto-columns: 6.5rem;
  }
  .product-info__block-item .product-title.h3 {
    font-size: 30px;
    font-weight: 500;
  }
  .product-info__block-item .h4.text-subdued {
    font-size: 22px;
    font-weight: 500;
  }
  div[data-block-id="description"] li {
    font-size: 16px;
  }
  .variant-picker__option-info .h-stack legend {
    font-weight: 600;
    /* font-size: 20px; */
  }
  .product-info__block-item .feature-badge{
    font-size: 16px;
  }
  .content-tabs [role=tab] {
    font-size: 20px;
  }
  .shopify-section--image-with-text .prose p strong{
    font-size: 20px;
  }
  .shopify-section--image-with-text .prose .h1 strong{
    font-size: 30px;
  }
  .shopify-section--featured-collections .v-stack p{
    font-size: 20px;
  }
  .product-info__block-item .feature-badge {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .product-info__block-group.feature-badge-list{
    justify-content: space-between;
  }
}

.feature-badge strong{
  color: #000000;
  font-weight:300;
}

.contact__button .button{
  text-transform: uppercase;
}
.v-stack .h6{
  font-size: 18px;
}
.collection-toolbar__button,
.collection-toolbar__button span{
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}
.facets .accordion__toggle span{
  font-size: 14px;
  opacity: 1;
}
.dot-checkbox~label {
  font-size: 12px;
  opacity: 1;
}

.cart-drawer__footer .button{
  background-color: #000000;
  background-image: none;
}

/* BUNDLE CSS */
  .heading_bundle {
    text-transform: uppercase;
  }

  .gtp_bndle {
    display:flex;
    align-items:flex-start;
    gap:18px;
    width:100%;
  }

  .txt_bndle{
    width:100%;
  }

  .product_bundle {
    margin-bottom: 2rem;
  }

  .bundle_cards {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 18px;
    transition: .3s;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .04);
    margin: 1rem 0;
    position: relative;
  }

  .bundle_cards:has(.bndl_radio:checked){
    border:2px solid var(--active-border-color);
    box-shadow:0 4px 24px var(--active-shadow-color);
  }

  .text_bundle {
    font-size: 16px;
    margin-bottom: 0;
    font-weight:700;
  } 

  
  .bundle_name {
    font-size: 12px;
    color: #555;
    padding-top: 10px;
    margin-top: 11px;
    position: relative;
  }

  .bundle_name:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    border-top: 1px solid #ececec;
  }

  .bnd_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }

  .heading_swatch {
    width: 100%;
  }

  .bndl_radio {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #000;
  }

  .bnd_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
  }

  .bundle_price {
    font-size: 16px;
    font-weight: 700;
    color: #187933;
 }

  .bundle_comparePrice {
    font-size: 14px;
    color: gray;
    text-decoration-line: line-through;
  }

  .bundle_discount {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 4px 10px;
    margin: 8px auto 0;
    width: fit-content;
    background: var(--discount-background);
    border-radius: 10px;
    color: var(--discount-color);
    font-weight: 600;
    text-transform: uppercase;
  }

  .badges_bundle {
    font-size: 10px;
    margin-bottom: 8px;
    display:flex;
    align-items:center;
    gap:8px;
    background:#F3FBF3;
    border:1px solid #DCEEDC;
    color:#1F7A33;
    border-radius:50px;
    padding:5px 10px;
    font-weight:500;
  }

  .variants_capacity {
    display: none;
  }

  product-gallery.product-gallery {
    position: sticky;
    top: 40px;
  }

  .mobile_bndle_price {
    display: none;
  }

/* END BUNDLE CSS */

/*==========================
 Review Slider
===========================*/

.product-review-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 2rem 0;
}

.review-slider-wrapper {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

.review-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  border: none;
  border-radius: 18px;
  background: #fff;
  box-sizing: border-box;
}

.review-left {
  flex: 0 0 70px;
}

.review-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.review-right {
  flex: 1;
  min-width: 0;
}

.review-text {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 4px;
}

.review-bottom {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.review-name {
  font-size: 13px;
  color: #ccc;
}

.review-stars {
  color: #FDBA12;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1;
}

.review-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.review-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d3d3d3;
  cursor: pointer;
  transition: .3s;
}

.review-dot.active {
  background: #111;
  transform: scale(1.15);
  width: 9px;
  height: 9px;
}

/* .review-slide:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
} */

.accordion__toggle {
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.product-info__block-item .accordion__content {
  font-size: 14px;
}

.routine-score-wrapper{
  display:flex;
  align-items:center;
  gap:18px;
}

.routine-score-icon{
  width:55px;
  height:55px;
  flex:0 0 55px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.routine-score-icon img{
  width:55px;
  height:55px;
  object-fit:contain;
}

.routine-score-small-heading{
  margin:0 0 6px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.routine-score-heading{
  margin:0 0 8px;
  font-weight:700;
  line-height:1.2;
}

.routine-score-description{
  line-height:1.5;
}


.review-placeholder {
  width: 60px;
  flex: 0 0 60px;
  height: 60px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  border-radius: 50%;
}

/* END REVIEW CSS */

/* bundle Swatch Css */

.bundle_swacthes {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  max-width: 300px;
}

.swacthes_cus {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  gap: 8px;
  width: 100%;
}

.custom_swatch:not(:last-child) {
  padding-bottom: 5px;
  position: relative;
}

/* .custom_swatch:not(:last-child)::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  border-bottom:1px dashed #ececec;
} */

.bundle_swacthes label {
  font-size: 14px;
  margin-bottom: 4px;
  width: 34%;
}

.dropdown_swatch {
  width: 100%;
  max-width: 150px;
  position: relative;
}

.dropdown_swatch::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  pointer-events: none;
}

.bundle-variant-select {
  width: 100%;
  height: 30px;
  padding: 4px 10px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 7px #0000000f;
  border-radius: 20px;
  background: #fff;
  color: #222;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all .2s ease;
}


.bundle-variant-select:hover {
  border-color: #999;
}

.bundle-variant-select:focus {
  border-color: #000 !important;
}

/* Custom Arrow */


.bundle-variant-select option {
  padding: 10px;
}

.discount_save,
.discount_shipping{
  display:flex;
  align-items:center;
  gap:8px;
  color:#197536;
  white-space:nowrap;
}

.discount_divider {
  width: 1px;
  height: 28px;
  background: #D9E6D8;
  flex-shrink: 0;
}

.discount_save svg,
.discount_shipping svg{
  width:16px;
  height:16px;
  stroke:#197536;
  fill:none;
}

/* End bundle swatch css */

@media (max-width: 1000px) {
  product-gallery.product-gallery {
  position: relative;
  top: 0;
  }
}

/*==========================
 Mobile
===========================*/

@media screen and (max-width: 749px) {

  .bundle_1 .text_bundle {
    margin-bottom: 0;
  }

  .text_bundle {
    font-size: 14px;
  }

  .bundle_1 .bnd_top {
    padding-bottom: 0;
  }

  .bundle_1 .mobile_bndle_price {
    text-align: left;
    padding-top: 0;
  }

  .bnd_price {
    width: auto;
    justify-content: flex-start;
  }

  .bundle_swacthes label {
    font-size: 12px;
    width: 50%;
  }

  .dropdown_swatch {
    max-width: 175px;
  }

  .bundle_cards {
    display: block;
    padding: 10px;
  }

  .gtp_bndle {
    gap: 8px;
  }

  .bundle_price {
    font-size: 14px;
  }

  .desktop_bndle_price {
    display: none;
  }

  .mobile_bndle_price {
    display: block;
    text-align: center;
    padding-top: 8px;
  }

  .routine-score-wrapper{
    gap:12px;
    align-items:flex-start;
  }

  .routine-score-icon{
    width:55px;
    height:55px;
    flex:0 0 55px;
  }

  .routine-score-icon img{
    width:50px;
    height:50px;
  }

  .routine-score-heading {
    font-size: 14px !important;
  }

  .routine-score-description {
    font-size: 11px !important;
  }

  .review-slide{
    flex-direction:column;
    text-align:center;
    padding:20px;
    gap:16px;
  }

  .review-left{
    flex:none;
    display: none;
  }

  .review-image{
    width:80px;
    height:80px;
    margin:auto;
  }

  .review-text{
    /* font-size:14px; */
    margin-bottom:15px;
    text-align: left;
  }

  .review-bottom{
    flex-direction:column;
    gap:8px;
    align-items: start;
  }

  .review-name{
    font-size:13px;
  }

  .review-stars{
    font-size:17px;
  }

  .bundle_discount {
    font-size: 10px;
  }

  .shopify-section--faq .faq__content {
    flex-basis: auto;
    width: 100%;
  }
  .faq-image {
    width: 100%;
  }
  .shopify-section--faq  .faq {
    display: flex;
    flex-direction: column;
  }
  .shopify-section--faq .section-stack {
    gap: 1rem;
  }

  .shopify-section--collection-list .collection-list {
    justify-content: flex-start;
  }
  .v-stack .h2,
  .section-header .h2,
  .shopify-section--rich-text p.h2{
    font-size: 28px;
  }
  .section-header .prose p,
  .shopify-section--rich-text p{
    font-size: 16px;
  }
  .shopify-section--rich-text .h2 strong {
    font-size: 28px;
  }
  .shopify-section--tabs .text-with-icon.gap-4 {
    font-size: 16px;
  }
  .lion-heading {
    margin: 0 auto 20px;
  }
  .ctm-image-text .prose ul {
    list-style: none;
    text-align: left;
  }
  .shopify-section--faq .section-stack {
    gap: 1rem;
  }
  .shopify-section--featured-collections .v-stack p{
    font-size: 16px;
  }
  .scrolling-content__text {
    font-size: 16px;
  }
  .vimotia--gallery-title {
    text-align: center;
  }
  .feature-badge {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  .feature-badge-list .product-info__block-item {
    width: 33%;
  }
  .feature-badge-list {
    --text-with-icons-items-per-row: 2;
    --text-with-icons-column-gap: 1.5rem;
    --text-with-icons-row-gap: 2rem;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    display: flex;
  }

  .feature-badge {
    font-size: 12px;
    padding: 0;
  }

  .product-info__block-item .prose p {
    font-size: 13px;
  }

  .product-info__block-item .h4.text-subdued {
    font-weight: 500;
    font-size: 20px;
  }

  .badges_bundle {
    /* position: absolute;
    top: 10px;
    right: 15px; */
    text-align: center;
    border-radius: 10px;
  }

  .bnd_top {
    gap: 6px;
  }

}

.feature-badge .icon.icon-picto-return {
  width: 24px;
}

@media screen and (max-width: 500px) {
   .badges_bundle {
      padding: 1px 8px;
   }

   .bnd_price {
      position: absolute;
      right: 12px;
      top: 5px;
    }
   }
}