/** Shopify CDN: Minification failed

Line 331:1 Unexpected "{"

**/
/* bundle */
.variant-option--buttons-with__bundle { 
  display: block !important;
}

.variant-option--buttons-with__bundle .variant-option__button-label:before,
.variant-option--buttons-with__bundle .variant-option__button-label input { 
  position: unset;
}

.variant-option--buttons-with__bundle .variant-option__button-label__pill,
.variant-option--buttons-with__bundle .variant-option__button-label:before,
.variant-option--buttons-with__bundle :where(input[type=radio]):checked:after { 
  display: none;
}

.variant-option--buttons-with__bundle .variant-option__button-label + .variant-option__button-label { 
  margin-top: 20px;
}

.variant-option--buttons-with__bundle .variant-option__button-label { 
  display: block;
  width: 100%;
  padding: 20px;
  overflow: visible;
  border-radius: 20px;
}

.variant-option--buttons-with__bundle .variant-option__button-label:has([data-current-checked="true"]) { 
  border: 2px solid rgba(235, 60, 147, 1);
  background-color: rgb(255, 248, 251);
}

.variant-option--buttons-with__bundle .variant-option__button-label:has([data-current-checked="false"]) { 
  border: 1px solid rgba(26, 22, 37, 0.08);
}

.variant-option--buttons-with__bundle .variant-option__button-label:has([data-current-checked="false"]) .bundle { 
  display: none;
}

.variant-option--buttons-with__bundle .save { 
  background: rgba(255, 236, 214, 1);
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 10px;
  color: rgba(192, 80, 0, 1);
  margin-left: 7px;
  text-transform: uppercase;
  font-weight: 700;
}

.variant-option--buttons-with__bundle .variant-option__button-label:has([data-current-checked="false"]) .variant-option__button-label__text { 
  margin-bottom: 0;
}

.variant-option--buttons-with__bundle .variant-option__button-label input { 
  display: inline-block;
  height: 15px;
  width: 15px !important;
  opacity: 1;
  accent-color: rgb(235, 60, 147);
}

.variant-option--buttons-with__bundle .variant-option__button-label__text { 
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: var(--font-paragraph--size);
  font-weight: 700;
}

.variant-option--buttons-with__bundle .bundle__badge { 
  position: absolute;
  top: -13px;
  right: 30px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 4px 9px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.variant-option--buttons-with__bundle .bundle__prices {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.variant-option--buttons-with__bundle .bundle__price { 
  margin-bottom: 0;
}

.variant-option--buttons-with__bundle .bundle__price.bundle__price--sale { 
  color: rgb(235, 60, 147)
}

.bundle__box-info { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(26, 22, 37, 0.08);
}

.bundle__box-count { 
  margin-right: 5px;
}

.bundle__box-sachets:before { 
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #1a1625cc;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 2px;
}

.bundle__description { 
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;
}

.bundle__grid { 
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}

.bundle__box { 
  display: flex;
  flex-direction: column;
}

.bundle__box .bundle__label { 
  font-size: 10px;
  margin-bottom: 5px;
}

.bundle__box .bundle__select { 
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.bundle__box .bundle__select::after {
  content: "⌄";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.bundle__box-select-wrapper {
  position: relative;
  display: block;
}

.bundle__box-select-wrapper::after {
  content: "⌄";
  position: absolute;
  right: 10px;
  top: 35%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}

.bundle__box .bundle__select {
  padding-right: 25px;
  width: 100%;
  appearance: none;
  background-color: white;
  border: 1px solid #ccc;
}

.bundle__mix div:first-of-type { 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bundle__mix,
.bundle__gift { 
  background: rgb(240 253 213);
  border-radius: 5px;
  padding: 15px 10px;
  margin-top: 15px;
  border: 1px solid rgba(186, 212, 65, 0.3);
}

.bundle__gift-title { 
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(74, 107, 0, 1);
  margin-bottom: 10px;
}


.bundle__gift-list,
.bundle__list { 
  padding: 0;
  margin: 0;
}

.bundle__gift-item,
.bundle__list-item { 
  list-style: none;
  display: flex;
  align-items: center;
}

.bundle__gift-item + .bundle__gift-item,
.bundle__list-item + .bundle__list-item { 
  margin-top: 8px;
}

.bundle__gift-item svg,
.bundle__list-item svg,
.bundle__mix svg { 
  position: unset ;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.bundle__gift-item svg { 
  color: rgba(186, 212, 65, 1);
}

.bundle__list-item svg,
.bundle__mix svg { 
  color: rgba(235, 60, 147, 1);
}

.bundle__gift-text,
.bundle__list-text { 
  font-size: 12px;
}

.bundle__list { 
  margin-top: 15px;
}



.cart-item-boxes { 
  font-size: 12px !important;
  line-height: 140% !important;
}


/* bundle homepage */
#shopify-section-template--17398926868689__carousel_HBgnU8 .card { 
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: rgba(125, 120, 137, 1);
}

#shopify-section-template--17398926868689__carousel_HBgnU8 .card:first-of-type {
  border: 2px solid rgba(235, 60, 147, 1);
}  
#shopify-section-template--17398926868689__carousel_HBgnU8 .card:not(:first-of-type) { 
  border: 1px solid rgba(26, 22, 37, 0.08);
} 
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--Ad01Md1NranowemxNc__text_kj6TiB p, 
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AWEVIK0dlc2R2dis5W__text_tTACdh p,
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AamVObmpXbzVRWVY1R__text_bxiiDX p { 
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
} 
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AMWowUnYya1hSNmxOS__text_mCqJn7 p, 
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AajZESlBNWXFhNm1JR__text_EMqY4W p,  
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AdHVJVDlVMmlNMHJhM__text_JC6yXq p { 
  font-size: 32px;
}  
#shopify-section-template--17398926868689__carousel_HBgnU8 .card:first-of-type .text-block--AMWowUnYya1hSNmxOS__text_mCqJn7 p { 
  color: rgba(235, 60, 147, 1);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .card:nth-child(2) .text-block--AajZESlBNWXFhNm1JR__text_EMqY4W p { 
  color: rgba(113, 97, 240, 1);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .card:last-of-type .text-block--AdHVJVDlVMmlNMHJhM__text_JC6yXq p { 
  color: rgba(26, 22, 37, 1);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .bundle__save--discount { 
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-weight: 700;
} 
#shopify-section-template--17398926868689__carousel_HBgnU8 .card:first-of-type .bundle__save--discount { 
  background: #ffecd6;
  color: #c05000;
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .card:nth-child(2) .bundle__save--discount { 
  background: rgb(240, 232, 255);
  color: rgba(113, 97, 240, 1);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .card:last-of-type .bundle__save--discount {
  background-color: #f6eed8; 
  border: 1px solid rgba(26, 22, 37, 0.08);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .bundle__save--discount + span { 
  text-decoration: line-through;
}

#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AUWpZaHlBL294Kzg3c__text_7pK7Ew p,
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AQmo3WGhPZjlmNnFCW__text_hDqEyG p,
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AN05zcVV4SXY2anBEM__text_g3xXrG p,
 { 
  color: rgba(26, 22, 37, 1);
} 

#shopify-section-template--17398926868689__carousel_HBgnU8 .gift__wrapper {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(186, 212, 65, 0.3);
  background-color: rgb(239, 251, 212);
  width: 100%;
} 
#shopify-section-template--17398926868689__carousel_HBgnU8 .gift__wrapper .gift__heading { 
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: rgba(74, 107, 0, 1);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .gift__wrapper .gift__item { 
  display: flex;
  align-items: center;
  gap: 8px;
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .gift__wrapper .gift__item svg { 
  color: rgba(74, 107, 0, 1);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .gift__wrapper .gift__item + .gift__item { 
  margin-top: 5px;
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .list__wrapper { 
  margin-bottom: 20px;
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .list__item { 
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f6eed8;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(26, 22, 37, 0.08);
} 
#shopify-section-template--17398926868689__carousel_HBgnU8 .list__item svg { 
  color: rgba(235, 60, 147, 1);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .list__item + .list__item { 
  margin-top: 5px;
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .button--AZ0dybTBuTm9lNldtc__button_6xaLjT { 
  --button-background-color: rgba(26, 22, 37, 1);
}
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AeEh0eENhT1M3OXdsd__text_EY3etA,
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AeEh0eENhT1M3OXdsd__text_EY3etA p,
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AOFFGSXU4ZGRHdWU0e__text_XrJEgd ,
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AOFFGSXU4ZGRHdWU0e__text_XrJEgd p {
  width: 100%;
  text-align: center;
} 
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AeEh0eENhT1M3OXdsd__text_EY3etA p,
#shopify-section-template--17398926868689__carousel_HBgnU8 .text-block--AOFFGSXU4ZGRHdWU0e__text_XrJEgd p { 
  text-decoration: underline;
}