/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 50:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.customer-reviews {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}
.review-block {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}
.review-images {
  display: flex;
  gap: 10px;
}
.review-images img {
  width: 100px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
.review-meta {
  margin-top: 10px;
}
.review-stars {
  color: #ffa500;
}
.review-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.overall-rating {
  text-align: center;
  margin-bottom: 30px;
}
.overall-stars {
  font-size: 24px;
  color: #ffa500;
}
</style>