/** Shopify CDN: Minification failed

Line 22:33 Expected identifier but found bad string token
Line 22:34 Unterminated string token
Line 64:6 Unexpected "{"
Line 64:7 Expected identifier but found "%"
Line 64:38 Unexpected "{"
Line 64:39 Expected identifier but found "%"
Line 222:2 Unexpected "{"
Line 222:3 Expected identifier but found "%"
Line 222:32 Unexpected "{"
Line 222:33 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
#button-rainbow {
  background-image: linear-gradient(white, white), linear-gradient(90deg, #7928CA, #FF0080);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: double 2px transparent;"
}
#button-rainbow:hover {
  background-image: linear-gradient(90deg, #7928CA, #FF0080);
  color: #fff;
}
.image-with-text-section .statbutton {
  background: #F7F7EF;
  color: #0C240E
}
.image-with-text-section .statbutton.active {
  background: #0C240E;
  color: white;
}
.image-with-text-section .statblock, .image-with-text-section .statpreheader, .image-with-text-section .statheader, .image-with-text-section .statimage {
  display: none;
}
.image-with-text-section .statblock.active, .image-with-text-section .statpreheader.active, .image-with-text-section .statheader.active, .image-with-text-section .statimage.active {
  display: block;
}

.image-with-text-section .wistia_responsive_wrapper .w-chrome {
  border-radius: 1rem;
}
.review-box {
    border: 2px solid #F3F4F3;
    margin-right: 2.5rem;
  }
  .review-box.active {
    border: 2px solid #0A3011;
    margin-right: 2.5rem;
  }

  .review-text {
    display: none;
  }
  .review-text.active {
    display: block;
  }
  @media (max-width: 768px) {
    .review-box, .review-box.active {
      margin-right: 1rem;
      {% comment %} max-width: 16rem; {% endcomment %}
    }
  }
.spr-icon.spr-icon-star, .spr-icon.spr-icon-star-half-alt, .spr-icon.spr-icon-star-empty {
  color: #F1C548;
}

.spr-summary-actions-togglereviews {
  text-decoration: underline !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
}

.theme-product-reviews-full .spr-summary.rte {
  text-align: center;
}

.theme-product-reviews-full .spr-review {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 20px;
  background: white;
  border-radius: 20px;
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.1));
  color: #000;
  position: relative;
}

.theme-product-reviews-full .spr-starratings.spr-review-header-starratings {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%)
}

.theme-product-reviews-full .spr-review-header-byline {
  opacity: 1 !important;
  order: 1;
  text-align: center;
  font-style: normal;
}
.theme-product-reviews-full .spr-review-header-byline strong:first-child {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: block;
}

.spr-review-header {
  display: flex;
  flex-direction: column;
}
.spr-review-header .spr-review-header-title {
  display: none;
}

.spr-review-content {
  margin-bottom: 2.5rem !important;
}

.spr-review-content-body {
  margin: 0 0 36px 0;
}
.spr-review-content-body .review_excess_toggle {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin: 15px 15px 15px;
  color: #636366 !important;
  position: relative;
}
.spr-review-content-body .review_excess_toggle::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="%23636366" stroke-width="2" xmlns:v="https://vecta.io/nano"><path d="M6 0v12"/><path d="M12 6H0"/></svg>');
  padding-left: 5px;
}

.spr-review-content-body .review_excess_toggle.showall::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="2" fill="none" xmlns:v="https://vecta.io/nano"><path stroke="%23636366" stroke-width="2" d="M12 1H0"/></svg>');
  position: absolute;
  bottom: 5px;
  right: -18px;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-next {
  position: static;
  white-space: nowrap;
  padding: 10px;
  background: white !important;
  border-radius: 20px;
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.1));
  color: #000 !important;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-prev {
  position: static;
  white-space: nowrap;
  margin-right: 20px;
  padding: 10px;
  background: white !important;
  border-radius: 20px;
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.1));
  color: #000 !important;
}

.theme-product-reviews-full .spr-review-content-body {
  color: #0A3011;
  font-size: 16px;
}

/* Line-height is globally controlled by Tailwind (1.25 / 125%) */

.spr-container .spr-content {
  position: relative;
}

.theme-product-reviews-full .spr-pagination {
  margin-top: 0px;
  width: auto;
  right: 0px;
  border-top: none;
  position: absolute;
  top: -4rem;
  display: flex;
  justify-content: flex-end;
}

.spr-review-footer, .spr-review-reply {
  display: none;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-page,
.theme-product-reviews-full .spr-pagination .spr-pagination-deco {
  display: none;
}

#shopify-product-reviews.theme-product-reviews-full{
  overflow: visible !important;
}

.theme-product-reviews-full .spr-form-label,
.theme-product-reviews-full .spr-form-title {
  display: none;
}


.theme-product-reviews-full .spr-form-actions .spr-button-primary {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  display: block;
}

.product-review-summary .spr-badge {
  margin: 15px 0 0;
  {% comment %} font-size: 80%; {% endcomment %}
}

.product-review-summary .spr-badge[data-rating="0.0"], .spr-badge[data-rating="0.0"] {
  display: none;
}

.theme-product-reviews-full .spr-container {
  padding: 0;
  border-color: transparent;
}

.theme-product-reviews-full .spr-header {
  padding: 0;
  text-align: center;
}

.theme-product-reviews-full .spr-header-title {
  font-size: 2rem;
}

.theme-product-reviews-full .spr-summary-actions-newreview {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .15em;
  margin: 20px 0;
  float: none;
}

.theme-product-reviews-full .spr-summary-actions {
  display: block;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.theme-product-reviews-full .spr-summary-actions-newreview::after {
  content: '';
  display: block;
  border-top: 2px solid;
  transition: all 250ms;
}

.theme-product-reviews-full .spr-summary-actions-newreview:hover::after {
  transform: scaleX(0.8);
}

.theme-product-reviews-full .spr-form {
  margin: 20px auto 0 auto;
  padding: 20px 0;
  max-width: 500px;
}

.theme-product-reviews-full .spr-reviews {
  margin: 0;
  padding: 0 0 20px;
  border-top: none;
}

.theme-product-reviews-full .spr-review:first-child {
  margin-top: 20px;
  padding: 20px;
}

.theme-product-reviews-full .spr-review:last-child {
  padding: 20px;
}

.theme-product-reviews-full .spr-review .spr-icon {
  font-size: 100%;
}

.theme-product-reviews-full .spr-review-header-title {
  font-size: 18px;
}

.spr-review-content-body .review_excess {
  display: none;
}


@media (min-width: 800px) {
  .theme-product-reviews-full .spr-reviews {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .theme-product-reviews-full .spr-reviews .spr-review {
    width: calc(50% - 10px);
  }
  .theme-product-reviews-full .spr-reviews .spr-review:nth-child(2n) {
    margin-left: 20px;
  }
}

@media (min-width: 1000px) {
  .theme-product-reviews-full .spr-reviews .spr-review {
    margin-left: 20px;
    width: calc(33.33% - 20px * 0.667);
  }
  .theme-product-reviews-full .spr-reviews .spr-review:nth-child(3n - 2) {
    margin-left: 0;
  }
}