.hideShowButton .yotpo-new-review-btn-wrapper {
  display: none;
}
.hideShowButton .review-tips {
  display: none;
}

.yotpo-vertical-border {
  display: none !important;
}

.yotpo-reviews-wrapper {
  display: none;
}

.yotpo-reviews-main-widget svg {
  margin-top: 6px;
}

.yotpo-base-layout .yotpo-head {
  margin-bottom: 30px !important;
}
.yotpo-base-layout .yotpo-head .yotpo-headline {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  font-weight: 700;
}
@media (min-width: 768px) {
  .yotpo-base-layout .yotpo-head .yotpo-headline {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .yotpo-base-layout .yotpo-head .yotpo-headline {
    font-size: 38px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .yotpo-base-layout .yotpo-head .yotpo-headline {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.yotpo-base-layout .yotpo-head .yotpo-headline {
  color: #333;
  letter-spacing: -0.7px;
  font-weight: 600 !important;
}
.yotpo-base-layout .yotpo-main-layout .yotpo-review-border-smooth,
.yotpo-base-layout .yotpo-main-layout .yotpo-filters-container {
  display: none;
}
.yotpo-base-layout .reviews-swiper .swiper-slide {
  position: relative;
  height: 320px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-bottom: 40px;
  border: 2px solid var(--text-secondary-color);
}
.yotpo-base-layout * {
  font-family: "Avenir" !important;
}
.yotpo-base-layout .yotpo-product-name {
  color: #bf5627 !important;
  font-weight: bold !important;
  font-size: 24px;
  font-family: "Hamilton" !important;
  max-width: calc(100% - 85px);
}
.yotpo-base-layout .yotpo-read-more-text {
  color: #333 !important;
  font-size: 16px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.yotpo-base-layout .readMore {
  max-height: 120px;
  overflow-y: auto !important;
  display: block !important;
}
.yotpo-base-layout .yotpo-reviewer-verified-buyer-text {
  text-transform: uppercase;
  color: #653230 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.yotpo-base-layout .yotpo-reviewer-details-verified {
  max-width: 270px;
}
.yotpo-base-layout .yotpo-comment-data {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.yotpo-base-layout .yotpo-comment-data .yotpo-comment-title {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-left: 0 !important;
  font-size: 16px !important;
  color: #364d52 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold !important;
}
.yotpo-base-layout .yotpo-comment-data .yotpo-comment-content {
  font-size: 16px !important;
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .yotpo-base-layout .yotpo-comment-data .yotpo-comment-title {
    width: 120px;
    font-size: 14px !important;
  }
  .yotpo-base-layout .yotpo-comment-data .yotpo-comment-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: unset !important;
  }
}

.yotpo-empty-state .yotpo-body-text {
  display: none;
}

.yotpo-review-votes-wrapper {
  display: none !important;
}

.yotpo-rating-breakdown {
  width: 100%;
}

.custom-class {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .custom-class {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.yotpo-review {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 0.75rem;
}

.yotpo-product-img {
  position: absolute;
  top: 40px;
  right: 15px;
}

.yotpo-review-content {
  font-size: 1rem;
  line-height: 1.5rem;
}

.yotpo-review-center-panel {
  padding-left: 0 !important;
  margin-top: 20px;
}

.yotpo-reviewer-name {
  color: #37271f !important;
  font-size: 20px;
  font-family: Hamilton !important;
}

.yotpo-review-date {
  position: absolute;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #75391c !important;
  width: calc(100% - 30px);
}

.read-more {
  cursor: pointer;
  text-decoration-line: underline;
  color: var(--text-blue-color);
}

.yotpo-stars {
  color: rgb(255, 210, 0);
}

.yotpo-header-container {
  display: block !important;
}

@media (min-width: 1024px) {
  .yotpo-header-container {
    width: 33.333333%;
  }
}

.yotpo-layout-header-wrapper {
  display: block !important;
}

.yotpo-review-title {
  display: none;
}

.star-container {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  margin-right: 4px !important;
}

.score-container .yotpo-star-rating-icon {
  width: 36px;
  height: 36px;
}

.yotpo-bottom-line {
  margin-right: 0 !important;
}
.yotpo-bottom-line .yotpo-summary-section {
  width: 100%;
}

.yotpo-review-right-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.yotpo-star-rating-icon,
.yotpo-star-rating-icon path {
  fill: #ffcc00 !important;
  stroke: #ffcc00 !important;
}

.yotpo-bottom-line-score {
  display: none;
}

.yotpo-bottom-line-basic-text {
  color: #75391c !important;
  font-size: 36px;
  font-weight: 500;
  font-family: Hamilton !important;
}

.yotpo-bottom-line-right-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0 !important;
  margin-bottom: 20px;
}
.yotpo-bottom-line-right-panel .yotpo-bottom-line-text {
  margin-top: 0 !important;
  margin-left: 10px;
}
