/** Shopify CDN: Minification failed

Line 48:0 Unexpected "}"

**/
/* START_SECTION:reviews-filters (INDEX:25) */
.review-section-wrapper {
  padding: 60px 20px;
  font-family: 'Cormorant Garamond', serif;
  background-color: #fff;
  overflow-x: hidden;
}
.review-filters {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  margin-bottom: 30px;
  padding: 8px 0;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.review-filters::-webkit-scrollbar {
  display: none; /* Safari & Chrome */
}
.review-filters button {
  flex: 0 0 auto;
  border: 1px solid #000;
  background: transparent;
  padding: 4px 10px;
  border-radius: 25px;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #000;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.review-filters button.active,
.review-filters button:hover {
  background-color: #b4975a;
  color: #fff;
  border-color: #b4975a;
}

}
.review-filters button.active,
.review-filters button:hover {
  background-color: #b4975a;
  color: #fff;
  border-color: #b4975a;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  width: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 100%;
}

.review-card {
  width: 100%;
  max-width: 440px;
  background: #f5f5f5;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.review-image {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(180, 150, 90, 0.4);
  cursor: pointer;
}

.review-image img,
.review-image .testimonial-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  object-fit: cover;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.review-image img {
  z-index: 2;
  opacity: 1;
}
.review-image .testimonial-hover {
  z-index: 3;
  background: #f9f4e9;
  color: #4a4031;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.5;
  word-break: break-word;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.review-image:hover img {
  opacity: 0;
}
.review-image:hover .testimonial-hover {
  opacity: 1;
}

.review-stars {
  color: #b4975a;
  padding: 2px 20px 0 20px;
  font-size: 22px;
  letter-spacing: 1.5px;
  font-family: 'Cormorant Garamond', serif;
  text-align: right;
}

.review-title {
  font-family: 'Glegoo', serif;
  font-weight: 600;
  font-size: 21px;
  color: #000;
  padding: 2px 20px 2px 20px;
  text-align: left;
  text-transform: capitalize;
  min-height: 44px;
}

.simple-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 5px 10px;
  border: none;
  opacity: 0.2; /* optional for a softer look */
}

.review-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 16px;
  padding: 0 20px;
}
.review-tags span {
  border: 1.5px solid #000;
  padding: 3px 12px;
  border-radius: 24px;
  font-size: 10px;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background-color:  #f5f5f5;
}
.product-thumbnail {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #d6cba6;
  background: #fff;
}
.shop-button {
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  font-weight: 500;
  font-family: 'josefin sarif', sans serif;
  cursor: pointer;
  color: #000;
  transition: background-color 0.3s ease;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.shop-button:hover {
  background-color: #8c7542;
  color: #fff;
}

@media (max-width: 767px) {
  .swiper-slide {
    width: 85%;
  }
}
/* END_SECTION:reviews-filters */
