section.product-reviews {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: solid 1px var(--color-blue-dark);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/cdn/shop/files/Paper_04b.jpg?v=1674957278");
}
@media only screen and (max-width: 699px) {
  section.product-reviews .reviews-overview__description, section.product-reviews .featured-review__stars {
    display: none !important;
  }
  section.product-reviews .reviews-overview__score {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 700px) {
  section.product-reviews {
    flex-direction: row;
  }
}
@media only screen and (min-width: 700px) {
  section.product-reviews.no-featured-reviews .yotpo-review-container {
    flex-basis: 100%;
    border-right: 0;
  }
}
section.product-reviews.no-featured-reviews .featured-reviews {
  display: none !important;
}
section.product-reviews.no-yotpo-reviews .reviews-overview {
  display: none;
}
section.product-reviews.no-yotpo-reviews .reviews-title {
  text-align: center;
}
section.product-reviews:not(.no-yotpo-reviews) .no-reviews-yet {
  display: none !important;
}
section.product-reviews .yotpo-review-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 36px 64px 56px;
}
@media only screen and (max-width: 699px) {
  section.product-reviews .yotpo-review-container {
    order: 2;
    border-bottom: solid 1px var(--color-blue-dark);
    padding: 36px 56px;
  }
}
@media only screen and (min-width: 700px) {
  section.product-reviews .yotpo-review-container {
    flex-basis: 50%;
    min-height: 33.33vw;
    max-height: 50vw;
    border-right: solid 1px var(--color-blue-dark);
    padding: 36px 64px;
  }
}
section.product-reviews .yotpo-review-container.expanded {
  overflow-y: scroll;
}
section.product-reviews .yotpo-review-container .yotpo.yotpo-main-widget,
section.product-reviews .yotpo-review-container .yotpo .yotpo-modal-dialog {
  max-height: 100%;
}
@media only screen and (max-width: 699px) {
  section.product-reviews .yotpo-review-container .reviews-overview {
    width: 100%;
    max-width: 400px;
  }
}
section.product-reviews .yotpo-review-container .reviews-overview .reviews-overview__score {
  display: flex;
}
section.product-reviews .yotpo-review-container .reviews-overview .reviews-overview__score .reviews-overview__average {
  font-size: 28px;
  font-weight: 400;
  margin-right: 12px;
  margin-top: 2px;
}
section.product-reviews .yotpo-review-container .reviews-overview .reviews-overview__score .reviews-overview__stars {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.product-reviews .yotpo-review-container .reviews-overview .reviews-overview__score .reviews-overview__stars .reviews-overview__star {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4px;
  overflow: hidden;
  width: 0;
}
section.product-reviews .yotpo-review-container .reviews-overview .reviews-overview__score .reviews-overview__stars .reviews-overview__star .reviews-overview__star-icon {
  top: 0;
  left: 0;
  font-size: 24px;
  width: 24px;
  height: 32px;
  margin: 0 auto;
  color: var(--color-blue-dark);
}
section.product-reviews .yotpo-review-container .reviews-overview .reviews-overview__description {
  max-width: 250px;
  margin: 0 0 24px;
}
section.product-reviews .yotpo-review-container .reviews-overview .reviews-overview__toggle {
  font-size: 14px;
  padding: 8px 16px;
}
@media only screen and (max-width: 699px) {
  section.product-reviews .yotpo-review-container .reviews-overview .reviews-overview__toggle {
    padding: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background-color: transparent;
  }
}
section.product-reviews .yotpo-review-container .no-reviews-yet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 699px) {
  section.product-reviews .yotpo-review-container .no-reviews-yet {
    width: 100%;
    max-width: 400px;
  }
}
section.product-reviews .yotpo-review-container .no-reviews-yet .reviews-heading {
  display: flex;
}
section.product-reviews .yotpo-review-container .no-reviews-yet .reviews-heading .reviews-title {
  font-size: 24px;
  font-weight: 400;
  margin-right: 12px;
  margin-top: 2px;
}
section.product-reviews .yotpo-review-container .no-reviews-yet .reviews-write__toggle {
  font-size: 14px;
  padding: 8px 16px;
}
section.product-reviews .featured-reviews {
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 699px) {
  section.product-reviews .featured-reviews {
    order: 1;
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 700px) {
  section.product-reviews .featured-reviews {
    min-height: 33.33vw;
    max-height: 50vw;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 699px) {
  section.product-reviews .featured-reviews .flickity-slider {
    min-height: 50vw;
  }
}
section.product-reviews .featured-reviews .featured-review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 36px 64px;
}
section.product-reviews .featured-reviews .featured-review .featured-review__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
}
section.product-reviews .featured-reviews .featured-review .featured-review__stars {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.product-reviews .featured-reviews .featured-review .featured-review__stars .featured-review__star {
  top: 0;
  left: 0;
  font-size: 24px;
  width: 24px;
  height: 32px;
  margin: 0 auto;
  color: var(--color-blue-dark);
  margin-right: 4px;
}
section.product-reviews .featured-reviews .featured-review .featured-review__content {
  font-size: 18px;
  color: var(--color-blue-dark);
}
@media only screen and (min-width: 700px) {
  section.product-reviews .featured-reviews .featured-review .featured-review__content {
    font-size: 24px;
  }
}
section.product-reviews .featured-reviews .featured-review .featured-review__content p {
  margin: 24px 0;
}
@media only screen and (max-width: 699px) {
  section.product-reviews .featured-reviews .featured-review .featured-review__content p {
    margin: 0 0 24px;
  }
}
section.product-reviews .featured-reviews .featured-review .featured-review__meta .featured-review__reviewer, section.product-reviews .featured-reviews .featured-review .featured-review__meta .featured-review__product {
  font-size: 14px;
  margin-bottom: 6px;
}
section.product-reviews .featured-reviews .flickity-button {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
section.product-reviews .featured-reviews .flickity-button.previous {
  left: 18px;
}
@media (min-width: 1200px) {
  section.product-reviews .featured-reviews .flickity-button.previous {
    left: 10%;
  }
}
section.product-reviews .featured-reviews .flickity-button.next {
  right: 18px;
}
@media (min-width: 1200px) {
  section.product-reviews .featured-reviews .flickity-button.next {
    right: 10%;
  }
}
section.product-reviews .featured-reviews .flickity-button .flickity-button-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 700px) {
  section.product-reviews .featured-reviews .flickity-button .flickity-button-icon {
    width: 12px;
    height: 12px;
  }
}
section.product-reviews .featured-reviews .flickity-button .flickity-button-icon path {
  fill: var(--color-black);
}
