/** Shopify CDN: Minification failed

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

**/


@media only screen and (min-width: 768px) {
  .product-single .product__inner {
      max-width: 600px;
  }

  .product__main__content {
    border-left: 2px solid #003a3d14;
  }

  
}

.kl_reviews__stars_badge svg path {
  fill: #FDCC0D;
}


.product__block__description {
  border-bottom: 1px solid #003a3d;
  margin-bottom: 20px;
  margin-top: 10px;
}

.product-tabs .tab-link {
  padding: 5px 20px;
  border-radius: 5px 5px 0 0;
  margin: 0;
  border-bottom: 1px solid #F5F5F5;
}

.product-tabs .tab-link.current {
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #003a3d;
}

/* .product-tabs .tabs {
    padding-bottom: 32px;
    margin-bottom: -32px;
    display: flex;
    justify-content: flex-start;
  flex-wrap: wrap;
      margin-left: 10px;
    margin-right: 10px;
} 

.product-tabs__head {
    padding-bottom: 10px;
}

.product-tabs .tab-link {
  margin: 0px !important;
  padding: 15px 12px;
  flex-grow: 1;
}

.product-tabs .tab-link.current {
  border-bottom-color: currentcolor;
  background: #003a3d;
  color: #fff;
  border-radius: 5px 5px 0 0;  
}

.product-tabs .tab-content {
  padding: 20px;
  border: 2px solid #003a3d;
  padding-bottom: 20px !important;
  border-radius: 5px; 
}
 */

.product__subs__description ul,
.check-list,
.product-tabs .tab-content ul {
  list-style: none; 
  padding: 0;
  margin-left: 0px;
}

.product__subs__description ul li,
.check-list li,
.product-tabs .tab-content ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  background: url('https://www.bonsaicha.com/cdn/shop/t/19/assets/checked.svg') no-repeat left center; /* Replace with your custom SVG icon */
  background-size: 20px 20px; /* Adjust based on your icon size */
  padding-left: 30px; /* Adjust based on your icon size */
  line-height: 1.5; /* Adjust based on your needs */
}

.product__inner .shopify-product-form {
    max-width: unset !important;
    margin: 0 auto;
}


.shopify-payment-button__button {
    padding: unset !important;
}


/* .upsell__holder {
    display: flex;
} */

.upsell__holder {
    text-align: center;
    border: 2px solid #003a3d;
    position: relative;
    margin-top: 40px;
    border-radius: 5px;
}

.upsell__holder__title .upsell__holder__title__text {
  background: #003a3d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  transform: translateY(-55%);
}

.product-clip {
  
  margin: 20px;
  background-color: #ffffff;
  align-items: center;
  border-radius: 5px;
  gap: 40px
}

.product-clip__price {
  font-size: 20px;
  color: var(--text-light);
}

.product-clip__image {
  min-width: 90px;
  width: 150px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #efefef;
}


.product__align-left .shopify-payment-button__more-options {
  text-align: center;
  padding-left: 0;
}


.media__thumb__wrapper {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: auto;
  flex-wrap: wrap;
  gap: 20px;
  padding-right: 40px;
  justify-content: flex-start;
}

.media__thumb {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 767px) {

  .product-clip__image {
    min-width: 90px;
    width: 80px;
}
  .product-clip {
    gap: 0px
}
  
}
@media only screen and (min-width: 768px) {
  .product-single {
    display: flex;
    align-items: flex-start;
}


.product__media__wrapper {
      position: sticky;
    top: 30px;
}

.product-image-wrapper {
    margin-right: 40px;
}

.product__media img {
    background-color: #F5F5F5;
  border-radius: 5px;
    
}
  
}

input[type=number] {
    border-radius: 5px;
}

.share__button {
    justify-content: center;
}



.product__subs {
    width: 100%;
    padding: 0 !important;
}
.product__subs__group {
    padding: 0 !important;
}

.product__subs__group+.product__subs__group {
    border-top: unset !important;
}



.product__price--off {
  display: none;
}
.product-clip__price .new-price {
  color: red;
}




.product__block__subscription {
    gap: 0 !important;
  margin-bottom: 30px;
}

/* Hide default radio button */
.product__subs__option input[type="radio"] {
    display: none;
}

/* Styling the labels to look like custom radio buttons */
.product__subs__option {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
    transition: border-color .3s ease,background-color .3s ease;
}


.product__subs__option input[type=radio]+span {
    background-color: #d6e7a5;
    border: 2px solid #c1e65a;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
}

/* Active (checked) state */
.product__subs__option input[type="radio"]:checked + span {
    background-color: #fff;
    border: 2px solid #003a3d;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
}

.product__subs__group:last-child .product__subs__option input[type="radio"]:checked + span {
    /* background-color: #c1e65a; */
    /* border: 2px solid #003a3d; */
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    width: 100%;
    border-bottom: none;
}

.product__subs__plans {
    display: none;
}

/* Create custom circular radio button before the label text */
.product__subs__option::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #003a3d;
    margin-right: 10px;
    transition: background-color 0.3s ease;
      display: none; /* TEMP ================================================================== */
}

/* When radio input is checked, change the color of the custom circle */
.product__subs__option input[type="radio"]:checked + span::before {
    background-color: #003a3d;
    border-color: #003a3d;
}

/* Hover effect for the whole option */
.product__subs__option:hover {
    background-color: #FFEDE2;
}

/* Styling the text in the labels */
.product__subs__option span {
    font-weight: bold;
    color: #333;
}

/* Adding special discount badge */
.product__subs__group[data-selling-plan-group] .product__subs__option::after {
    content: 'SAVE 10%';
    background-color: #ed5a29;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Dropdown styling (Deliver every) */
.product__subs__group select {
    padding: 8px 12px;
    border: 2px solid #003a3d;
    border-radius: 8px;
    font-weight: bold;
    color: #333;
    width: auto;
    margin-left: 10px;
}

.product__subs__group select:hover {
    background-color: #FFEDE2;




.product__block__subscription .product__block__subscription ul {
  display: none !important;
}


.product__subs__description ul li, .check-list li, .product-tabs .tab-content ul li {
    font-style: normal;
    font-weight: 600;
}

