/** Shopify CDN: Minification failed

Line 172:3 Unexpected "{"
Line 172:4 Expected identifier but found "%"
Line 438:0 Unexpected "{"
Line 438:1 Expected identifier but found "%"

**/
/* Universal Classes */
.display-none {
  display: none;
}
body .variant-button.selected {
    border-color: #8c3c21;
}
/* Cart Drawer */

.free-shipping-message {
  text-wrap: unset;
}

.shipping-info-box {
  width: 100%;
  margin-top: 10px;
}

.cart-drawer-header {
  padding: 15px 0px 0px 0px;
}

#cart-drawer > header > button {
  padding: 10px 0px 0px 0px;
}

.drawer__scrollable {
  padding-left: 15px;
}

.original_cart {
  display: none;
}

/* Product-page */

.display-flex {
  display: flex;
}

/* Variant Selector */

.variant-picker input[type=radio]+label {
    background-color: white;
    border-radius: 20px;
    border: 1px solid;
    color: black;
    display: inline-block;
    margin: 0.7rem 0.5rem 0.2rem 0;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    position: relative; }

.variant-picker input[type=radio]:checked+label {
    background-color: black;
    color: white;
}

.tea-variant-container {
  display: flex;
  flex-direction: column;
}

.variant-picker__buttons {
    padding: 20px;
    border-radius: 12px;
    background-color: #f9f9f9;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 2px 4px #0000001a;
}

.product-price {
    font-size: 1.5em;
    font-weight: 700;
    color: #8c3c21;
    margin-bottom: 16px;
    letter-spacing: .5px;
}

.add-to-cart-button {
    display: block;
    background-color: #8c3c21;
    color: #fff;
    font-size: 1rem;
    padding: 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: background-color .3s ease;
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
}

.add-on-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 0px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  transition: background-color .2s ease;
  box-sizing: border-box;
  width: 70%;
}

.new-add-button {
  width: 20%;
}

.top-div-add-on {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.addon-price-new {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.addon-title-new {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  flex: 1;
}

.reccomended-add-on-product {
  text-align: center;
  font-weight: bold;
}

.product-card__quick-add-form-container product-form {
  padding-bottom: 0px !important;
}

.product-tabs-container {
  margin-top: 30px;
}

.product-add-on-container {
    margin-top: 50px;
}

.featured-product__add-to-cart-container {
  margin-top: 0 !important;
  display: flex;
}


   {% style %}
  /* ========================================
     JUDGE.ME REVIEWS - Living Roots Custom
     Mobile-optimized, premium styling
     ======================================== */

  /* ===== STARS COLOR ===== */
  .jdgm-star.jdgm--on:before, 
  .jdgm-star, 
  .jm-star-rating__font-icon, 
  [class*="jm-star"] {
    font-family: "JudgemeStar" !important;
    color: #c4963a !important;
  }


  
  /* ===== CONTAINER - Centered with padding ===== */
  .jdgm-widget,
  .jdgm-rev-widg {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
  }

  @media (min-width: 768px) {
    .jdgm-widget,
    .jdgm-rev-widg {
      max-width: 800px !important;
      padding: 0 24px !important;
    }
  }

  /* ===== SUMMARY SECTION - Centered ===== */
  .jdgm-rev-widg__summary {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 24px !important;
  }

  /* ===== RATING BARS - Centered, constrained ===== */
  .jdgm-rev-widg__summary-bars,
  .jdgm-histogram,
  .jm-histogram {
    max-width: 280px !important;
    margin: 0 auto 20px !important;
    width: 100% !important;
  }

  .jdgm-histogram__bar,
  .jm-histogram__bar {
    background: #f0ece4 !important;
    border-radius: 4px !important;
  }

  .jdgm-histogram__bar-content,
  .jm-histogram__bar-fill {
    background: #8c3c21 !important;
    border-radius: 4px !important;
  }

  /* ===== HIDE PRODUCT IMAGE IN SUMMARY ===== */
  .jdgm-rev-widg__summary-image,
  .jm-widget__product-image {
    display: none !important;
  }

  /* ===== WRITE REVIEW BUTTON - Subtle outlined ===== */
  .jdgm-rev-widg__write-rev-btn,
  .jdgm-write-rev-link,
  .jm-btn--write-review {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 24px !important;
    background: transparent !important;
    border: 1.5px solid #8c3c21 !important;
    border-radius: 8px !important;
    color: #8c3c21 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    margin: 0 auto 24px !important;
  }

  .jdgm-rev-widg__write-rev-btn:hover,
  .jdgm-write-rev-link:hover,
  .jm-btn--write-review:hover {
    background: #8c3c21 !important;
    color: #fff !important;
  }

  /* ===== HIDE SEARCH & SORT (revisit at 50+ reviews) ===== */
  .jdgm-rev-widg__search-form,
  .jdgm-rev-widg__search,
  .jm-widget__search,
  .jdgm-rev-widg__sort,
  .jm-widget__sort,
  .jdgm-sort-dropdown {
    display: none !important;
  }

  /* ===== REVIEW LIST - Grid on desktop ===== */
  .jdgm-review-list,
  .jm-review-listing {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  @media (min-width: 768px) {
    .jdgm-review-list,
    .jm-review-listing {
      grid-template-columns: 1fr 1fr !important;
      gap: 24px !important;
    }
  }

  /* ===== REVIEW CARDS - Contained, padded ===== */
  .jdgm-rev,
  .jdgm-rev-widg__review,
  .jm-review-item {
    background: #faf9f7 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    border: 1px solid #f0ece4 !important;
    border-left: none !important;
    border-bottom: none !important;
    margin: 0 !important;
  }

  @media (min-width: 768px) {
    .jdgm-rev,
    .jdgm-rev-widg__review,
    .jm-review-item {
      padding: 24px !important;
    }
  }

  /* ===== REVIEWER INFO ===== */
  .jdgm-rev__author-wrapper,
  .jm-cluster-reviewer-info,
  .jm-review-item .jm-cluster-reviewer-info * {
    font-weight: 600 !important;
    color: #1a1a18 !important;
  }

  .jdgm-rev__timestamp,
  .jm-review-item [class*="timestamp"] {
    font-size: 12px !important;
    color: #888 !important;
  }

  .jdgm-rev__author-avatar,
  .jm-reviewer__avatar {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #e8e4dc !important;
  }

  /* ===== REVIEW TITLE - Rust color ===== */
  .jdgm-rev__title,
  .jm-review-content__title-wrapper,
  .jm-review-content__title-wrapper * {
    font-family: var(--font-heading-family) !important;
    font-weight: 600 !important;
    color: #8c3c21 !important;
    font-size: 1.05rem !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
  }

  /* ===== REVIEW BODY ===== */
  .jdgm-rev__body,
  .jm-review-content__body,
  .jm-review-content__body p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #353221 !important;
  }

  /* ===== VERIFIED BADGE ===== */
  .jdgm-rev__verified-buyer,
  .jm-verified-badge {
    font-size: 11px !important;
    color: #3d5a3d !important;
    font-weight: 600 !important;
  }

  /* ===== PAGINATION ===== */
  [class*="jdgm-paginate"] [class*="current"],
  .jm-pagination__current {
    background: #8c3c21 !important;
    color: #fff !important;
    border-radius: 4px !important;
  }

  /* ===== LOAD MORE BUTTON ===== */
  .jdgm-rev-widg__load-more,
  .jdgm-paginate__load-more,
  .jm-btn--load-more {
    display: block !important;
    max-width: 200px !important;
    margin: 24px auto 0 !important;
    padding: 12px 24px !important;
    background: transparent !important;
    border: 1.5px solid #e8e4dc !important;
    border-radius: 8px !important;
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .jdgm-rev-widg__load-more:hover,
  .jdgm-paginate__load-more:hover,
  .jm-btn--load-more:hover {
    border-color: #8c3c21 !important;
    color: #8c3c21 !important;
  }

  /* ===== HIDE BRANDING ===== */
  .jdgm-branding,
  [class*="jdgm-branding"],
  .jm-branding {
    display: none !important;
  }

  /* ===== FORM MODAL ===== */
  .jdgm-form-wrapper,
  .jm-form-modal {
    max-width: 500px !important;
  }

  .jdgm-form__btn,
  .jm-form__submit {
    background: #3d5a3d !important;
    border-radius: 8px !important;
  }

  .jdgm-form__btn:hover,
  .jm-form__submit:hover {
    background: #2d442d !important;
  }

  .jm-review-item__body .jm-cluster .jm-box:has(.jm-frame) {
    display: inline-flex !important;
    width: auto !important;
  }

  .jm-frame.jm-media-thumbnail-list__thumbnail {
    width: 80px !important;
    height: 80px !important;
  }

  /* Hide back-to-top button */
  #backToTop,
  .lr-footer__top-btn,
  .lr-footer__top-btn.is-visible {
    display: none !important;
  }

  
{% endstyle %}