/** Shopify CDN: Minification failed

Line 337:1 Unexpected "{"

**/
#CartDrawer .drawer__tabs .drawer__title {
  color: #2D2F30;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.25px;
}

#CartDrawer .drawer__tabs .count {
  width: 22px;
  height: 22px;
  background: #51BD7A;
  border-radius: 50%;
  color: var(--Secondary-2-white, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 142.857% */
  letter-spacing: 0.2px;
}

#CartDrawer .drawer__close {
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #2D2F30;
}

#CartDrawer .drawer__close::after {
  display: none;
}

#CartDrawer .drawer__close:hover {
  color: #2D2F30;
  background: rgba(45, 47, 48, 0.1);
}

#CartDrawer .free-shipping-ba .text-sm {
  color: #2D2F30;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}

#CartDrawer .free-shipping-ba .text-sm .font-bold {
  font-weight: 700;
}

#CartDrawer cart-items .horizontal-product__details {
  align-items: flex-start;
}

#CartDrawer cart-items .horizontal-product__title {
  color: #2D2F30;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}

#CartDrawer cart-items .price {
  color: #2D2F30;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.2px;
}

#CartDrawer cart-items .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

#CartDrawer cart-items .price .price__regular {
  color: #2D2F30;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 146.154% */
  letter-spacing: 0.2px;
}

#CartDrawer cart-items .price .price__sale {
  color: #BFBFBF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 144.444% */
  letter-spacing: 0.2px;
}

#CartDrawer cart-items .price--on-sale .price__regular {
  color: #51BD7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.2px;
}

#CartDrawer cart-items .inventory_count {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid #FF6432;
  background: rgba(255, 100, 50, 0.05);
  color: #FF6432;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.2px;
}

#CartDrawer product-recommendations .recommend__title {
  border-bottom: none;
  color: #2D2F30;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 146.154% */
  letter-spacing: -0.25px;
}

#CartDrawer product-recommendations .horizontal-product {
  align-items: flex-end;
}

#CartDrawer product-recommendations .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

#CartDrawer product-recommendations .price .price__regular {
  color: #2D2F30;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 146.154% */
  letter-spacing: 0.2px;
}

#CartDrawer product-recommendations .price .price__sale {
  color: #BFBFBF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 144.444% */
  letter-spacing: 0.2px;
}

#CartDrawer product-recommendations .price--on-sale .price__regular {
  color: #51BD7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.2px;
}

#CartDrawer product-recommendations .horizontal-product__quantity button {
  padding: 12px 20px;
  border-radius: 10px;
  background: #51BD7A;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
  transition: all 0.3s;
}

#CartDrawer product-recommendations .horizontal-product__quantity button:hover {
  color: #fff !important;
  background: #51BD7A;
}

#CartDrawer product-recommendations .horizontal-product__quantity button::after {
  display: none;
}

#CartDrawer product-recommendations .indicators {
  gap: 16px;
}

#CartDrawer product-recommendations .indicators .button--secondary {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

#CartDrawer product-recommendations .indicators .button--secondary:hover {
  background: rgba(45, 47, 48, 0.1);
  color: #2D2F30;
}

#CartDrawer product-recommendations .indicators .button--secondary:hover svg {
  color: #2D2F30;
}

#CartDrawer product-recommendations .indicators .button--secondary::after {
  border-radius: 50%;
}

#CartDrawer .discounts__discount {
  width: 100%;
  height: auto;
}

#CartDrawer .discounts__discount .discount_save {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: #51BD7A;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 136.364% */
}

#CartDrawer .discounts__discount .discount_save svg {
  width: 30px;
  height: 30px;
}

#CartDrawer .discounts__discount .badge {
  display: inline-block;
  min-width: 147px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid  #51BD7A;
  background: rgba(237, 255, 233, 0.96);
  color: var(--Primary-1-leaf, #51BD7A);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}

#CartDrawer .tax-note {
  width: 60%;
  color: #2D2F30;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}

#CartDrawer .totals {
  width: 35%;
}

#CartDrawer .totals__subtotal {
  color: #2D2F30;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}

#CartDrawer .totals__subtotal-value {
  color: #2D2F30;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 146.154% */
  letter-spacing: -0.25px;
}

#CartDrawer .drawer__footer-buttons .button:first-child {
  min-width: 140px;
  padding: 20px 25px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #2D2F30;
  color: #2D2F30;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
  transition: all 0.3s;
  text-transform: unset;
}

#CartDrawer .drawer__footer-buttons .button:first-child::after {
  display: none;
}

#CartDrawer .drawer__footer-buttons .button:first-child:hover {
  background: rgba(45, 47, 48, 0.1);
  color: #2D2F30;
}

 {
  min-width: 180px;
  padding: 20px 32px;
  border-radius: 40px;
  background: #51BD7A;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
  transition: all 0.3s;
  width: 100%;
}

#CartDrawer .drawer__footer-buttons .button:last-child {
    width: 100%;
    padding: 20px 32px;
    border-radius: 8px;
    background: #51BD7A;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.2px;
    transition: all 0.3s;
  }
  #CartDrawer .drawer__footer-buttons .button:last-child::after {
    display: none;
  }
  #CartDrawer .drawer__footer-buttons .button:last-child:hover {
    background: #51BD7A;
    color: #fff;
  }

#CartDrawer .modal__scrollable .button {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.2px;
  background: #2D2F30;
  transition: all 0.3s;
}

#CartDrawer .modal__scrollable .button::after {
  display: none;
}

#CartDrawer .modal__scrollable .button:hover {
  background: #525454;
  color: #fff;
}

#CartDrawer .product_promotion_tag {
  padding: 7px 10px;
  border-radius: 8px;
  background: linear-gradient(358deg, #265BBE -29.43%, #3F8DF7 29.01%, #65C0F7 76.27%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

#CartDrawer .product_promotion_tag svg {
  width: 11px;
  height: 13px;
}

#CartDrawer .product_promotion_tag span {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  /* 142.857% */
  letter-spacing: 0.2px;
}

@media screen and (max-width: 767px) {
  #CartDrawer .drawer__tabs .drawer__title {
    color: #2D2F30;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.4vw;
    /* 120% */
    letter-spacing: -0.03333vw;
  }
  #CartDrawer .drawer__tabs .count {
    width: 5.86667vw;
    height: 5.86667vw;
    background: #51BD7A;
    border-radius: 50%;
    color: var(--Secondary-2-white, #FFF);
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 5.86667vw;
    /* 142.857% */
    letter-spacing: 0.02667vw;
  }
  #CartDrawer .drawer__close {
    overflow: hidden;
    border-radius: 50%;
    border: 0.26667vw solid #2D2F30;
  }
  #CartDrawer .drawer__close::after {
    display: none;
  }
  #CartDrawer .drawer__close:hover {
    color: #2D2F30;
    background: rgba(45, 47, 48, 0.1);
  }
  #CartDrawer .free-shipping-ba .text-sm {
    color: #2D2F30;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 6.4vw;
    /* 150% */
    letter-spacing: 0.2px;
  }
  #CartDrawer .free-shipping-ba .text-sm .font-bold {
    font-weight: 700;
  }
  #CartDrawer cart-items .horizontal-product__details {
    align-items: flex-start;
  }
  #CartDrawer cart-items .horizontal-product__title {
    color: #2D2F30;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 6.4vw;
    /* 150% */
    letter-spacing: 0.2px;
  }
  #CartDrawer cart-items .price {
    color: #2D2F30;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.4vw;
    /* 144.444% */
    letter-spacing: 0.2px;
  }
  #CartDrawer cart-items .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  #CartDrawer cart-items .price .price__regular {
    color: #2D2F30;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.4vw;
    /* 146.154% */
    letter-spacing: 0.2px;
  }
  #CartDrawer cart-items .price .price__sale {
    color: #BFBFBF;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    /* 144.444% */
    letter-spacing: 0.2px;
  }
  #CartDrawer cart-items .price--on-sale .price__regular {
    color: #51BD7A;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.4vw;
    /* 144.444% */
    letter-spacing: 0.2px;
  }
  #CartDrawer cart-items .inventory_count {
    display: inline-block;
    padding: 2.13333vw 3.2vw;
    border-radius: 2.13333vw;
    border: 0.26667vw solid #FF6432;
    background: rgba(255, 100, 50, 0.05);
    color: #FF6432;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    /* 142.857% */
    letter-spacing: 0.2px;
  }
  #CartDrawer product-recommendations .recommend__title {
    border-bottom: none;
    color: #2D2F30;
    font-size: 5.06667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 5.06667vw;
    /* 146.154% */
    letter-spacing: -0.03333vw;
  }
  #CartDrawer product-recommendations .horizontal-product {
    align-items: flex-end;
  }
  #CartDrawer product-recommendations .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  #CartDrawer product-recommendations .price .price__regular {
    color: #2D2F30;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.46;
    /* 146.154% */
    letter-spacing: 0.2px;
  }
  #CartDrawer product-recommendations .price .price__sale {
    color: #BFBFBF;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    /* 144.444% */
    letter-spacing: 0.2px;
  }
  #CartDrawer product-recommendations .price--on-sale .price__regular {
    color: #51BD7A;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    /* 144.444% */
    letter-spacing: 0.2px;
  }
  #CartDrawer product-recommendations .horizontal-product__quantity button {
    padding: 3.2vw 5.33333vw;
    border-radius: 2.13333vw;
    background: #51BD7A;
    color: #FFF;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    /* 150% */
    letter-spacing: 0.2px;
    transition: all 0.3s;
  }
  #CartDrawer product-recommendations .horizontal-product__quantity button:hover {
    color: #fff !important;
    background: #51BD7A;
  }
  #CartDrawer product-recommendations .horizontal-product__quantity button::after {
    display: none;
  }
  #CartDrawer product-recommendations .indicators {
    gap: 2.13333vw;
  }
  #CartDrawer product-recommendations .indicators .button--secondary {
    width: 8.8vw;
    height: 8.8vw;
    border-radius: 50%;
  }
  #CartDrawer product-recommendations .indicators .button--secondary:hover {
    background: rgba(45, 47, 48, 0.1);
    color: #2D2F30;
  }
  #CartDrawer product-recommendations .indicators .button--secondary:hover svg {
    color: #2D2F30;
  }
  #CartDrawer product-recommendations .indicators .button--secondary::after {
    border-radius: 50%;
  }
  #CartDrawer .discounts__discount {
    width: 100%;
    height: auto;
  }
  #CartDrawer .discounts__discount .discount_save {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6vw;
    color: #51BD7A;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.36;
    /* 136.364% */
  }
  #CartDrawer .discounts__discount .discount_save svg {
    width: 6.66667vw;
    height: 6.66667vw;
  }
  #CartDrawer .discounts__discount .badge {
    display: inline-block;
    min-width: 19.6vw;
    padding: 2.13333vw 3.2vw;
    border-radius: 2.13333vw;
    border: 0.26667vw solid #51BD7A;
    background: rgba(237, 255, 233, 0.96);
    color: var(--Primary-1-leaf, #51BD7A);
    text-align: center;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    /* 150% */
    letter-spacing: 0.2px;
  }
  #CartDrawer .tax-note {
    width: 68%;
    color: #2D2F30;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    /* 150% */
    letter-spacing: 0.2px;
  }
  #CartDrawer .totals {
    width: 30%;
  }
  #CartDrawer .totals__subtotal {
    color: #2D2F30;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 6.4vw;
    /* 150% */
    letter-spacing: 0.2px;
  }
  #CartDrawer .totals__subtotal-value {
    color: #2D2F30;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.46;
    /* 146.154% */
    letter-spacing: -0.03333vw;
  }
  #CartDrawer .modal__scrollable .button {
    color: #FFF;
    text-align: center;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 800;
    line-height: 6.4vw;
    /* 144.444% */
    letter-spacing: 0.2px;
    background: #2D2F30;
    transition: all 0.3s;
  }
  #CartDrawer .modal__scrollable .button::after {
    display: none;
  }
  #CartDrawer .modal__scrollable .button:hover {
    background: #525454;
    color: #fff;
  }
  #CartDrawer .product_promotion_tag {
    padding: 1.06667vw 2.13333vw;
    border-radius: 1.06667vw;
    background: linear-gradient(358deg, #265BBE -29.43%, #3F8DF7 29.01%, #65C0F7 76.27%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.13333vw;
  }
  #CartDrawer .product_promotion_tag svg {
    width: 2.66667vw;
    height: 3.2vw;
  }
  #CartDrawer .product_promotion_tag span {
    color: #FFF;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.13333vw;
    /* 142.857% */
    letter-spacing: 0.5px;
  }
}
