.review-swiper{
  padding: 5px 0px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.title-review {
  font-family: "EB Garamond";
  font-weight: 600;
  font-size: 18px;
}

.woo-review {
  font-family: "Mulish";
  padding: 20px;
  border: 1px solid #D9D9D9;
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woo-review__avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  margin-right: 10px;
}

.woo-review__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  border-bottom: 1px solid #f7f7f7;
}

.woo-review__header .woo-review__author-content {
  display: flex;
  align-items: center;
}

.woo-review__author {
  font-weight: 600;
  font-size: 15px;
  color: #667085;
}

.woo-review__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #111;
}

.woo-review__rating .stars {
  color: #111;
  letter-spacing: 1px;
}

.rating-count {
  color: #777;
  font-size: 13px;
}

.woo-review__text {
  font-size: 14px;
  line-height: 1.6;
  color: #344054;
  margin-bottom: 14px;
}

.woo-review__product {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
}

.woo-review__product img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.review-pagination {
  display: flex;
  gap: 20px;
}

.review-pagination svg {
  cursor: pointer;
}

.product-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #344054;
}

.product-brand {
  font-size: 12px;
  color: #667085;
}