/* Global stars */
.yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: var(--hh-color-night);
}

.yotpo a {
  color: var(--hh-color-night) !important;
}

.yotpo-main-widget {
  padding: 66px 16px 80px;
  height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 750px) {
  .yotpo-main-widget {
    padding: 100px 73px 20px 79px;
    height: 100dvh;
  }
}

.yotpo-sr-bottom-line-text {
  font-size: 14px !important;
}

.yotpo-main-widget #yotpo-app .yotpo-head {
  display: none;
}

/* Review write button */
.yotpo-main-widget #yotpo-app .yotpo-new-review-btn-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.yotpo-main-widget #yotpo-app .yotpo-new-review-btn-wrapper .yotpo-new-review-btn {
  width: 100%;
  border-radius: 0;
  padding: 10px 22px;
  text-align: left;
  font-weight: 400;
  position: relative;
  border: 0;
}

.yotpo-main-widget #yotpo-app .yotpo-new-review-btn-wrapper .yotpo-new-review-btn:after {
  content: '';
  display: inline-block;
  margin-left: 0.6250rem;
  font-size: 0.7500rem;
  height: 0.6250rem;
  width: 0.6250rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: var(--hh-duration-default);
  flex: 0 0 0.6250rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2500rem;
}

.yotpo-main-widget #yotpo-app .yotpo-new-review-btn-wrapper .yotpo-new-review-btn:hover:after {
  background-color: currentColor;
}

@media screen and (min-width: 750px) {
  .yotpo-main-widget #yotpo-app .yotpo-new-review-btn-wrapper .yotpo-new-review-btn {
    padding: 16px 22px;
  }

}

/* Star rating */
.yotpo-main-widget .yotpo-star-rating .star-container {
  width: 11px;
  height: 11px;
  margin-right: 3px;
}

.yotpo-main-widget .yotpo-base-layout {
  width: 100% !important;
}

/* Header */
.yotpo-main-widget .yotpo-header-container {
  border-bottom: solid 1px #eaeaea;
}

.yotpo-main-widget .yotpo-layout-header-wrapper {
  margin-bottom: 30px;
}

.yotpo-main-widget .yotpo-bottom-line {
  flex-direction: row;
  margin: 0 !important;
  width: 100%;
  gap: 20px;
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
  font: var(--hh-special-large-font);
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-bottom-line-right-panel {
  padding-right: 0;
}

.yotpo-filters-container {
  margin: -2px 0 0;
  padding: 0 0 20px;
  border-bottom: solid 1px #eaeaea;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner,
.yotpo-filters-container .yotpo-filters-container-inner {
  flex-direction: row;
  align-items: center !important;
}

.yotpo-filters-container .yotpo-filters-container-inner:has(.yotpo-smart-topics-panel) {
  flex-wrap: wrap;
  align-items: end;
}

@media screen and (min-width: 750px) {
  .yotpo-filters-container .yotpo-filters-container-inner:has(.yotpo-smart-topics-panel) .yotpo-filters-right-panel {
    flex-basis: auto;
  }

  .yotpo-filters-container .yotpo-filters-container-inner .yotpo-smart-topics-panel {
    flex-basis: calc(100% - 180px - 24px);
  }
}

.yotpo-smart-topics .smart-topic-collection .smart-topic-wrapper {
  position: relative;
  top: 0;
  border: 1px solid var(--39af88c0);
  border-radius: 0;
  background-color: transparent;
  color: var(--hh-color-night);
  padding: 0px 12px;
  height: 29px;
}

.yotpo-smart-topics .smart-topic-collection .smart-topic-wrapper::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(184, 184, 184, .5);
  box-sizing: content-box;
}

.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel {
  order: 2;
}

.yotpo-filters-container .yotpo-filters-container-inner .yotpo-smart-topics-panel {
  flex-basis: 100% !important;
  width: 100%;
  order: 1;
}

.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel {
  order: 3;
}

.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel,
.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel {
  flex-basis: 40%;
  align-self: auto;
}

.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn {
  flex-basis: auto;
}

.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filter-select {
  height: auto;
  padding-left: 0;
  border: 0;
  border-radius: 0;
}

.yotpo-media-filter {
  display: none;
}

.yotpo-review-border-smooth {
  height: 1px;
  position: relative;
}


.yotpo-main-widget .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary {
  flex-direction: column;
  justify-content: center;
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-vertical-border {
  display: none;
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution {
  border-right: 0 !important;
  gap: 10px;
  padding: 0;
  width: calc(100% - 140px);
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution .yotpo-distribution-row {
  align-items: center;
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-rating-icon,
.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-value {
  display: none;
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-index {
  font: var(--hh-body-x-small-font);
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution .yotpo-star-distribution-bar,
.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution .yotpo-progress-bar,
.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution .yotpo-progress-bar-score {
  margin: 0;
  height: 10px;
  border-radius: 0;
  width: 100%;
}

.yotpo-main-widget .yotpo-bottom-line .yotpo-star-distribution .yotpo-progress-bar-score {
  background-color: var(--hh-color-grey);
}

/* Single review item */
.yotpo-main-widget #yotpo-app .yotpo-review {
  margin: 30px 0;
  flex-direction: column;
  position: relative;
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-review-center-panel {
  order: 1;
  padding: 0 0 20px 0;
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-review-left-panel {
  order: 2;
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-review-right-panel {
  position: absolute;
  bottom: 0;
  right: 0;
  font: var(--hh-body-x-small-font);
  color: var(--hh-color-grey);
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-review-rating-title {
  flex-direction: column;
  margin-bottom: 0;
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-review-rating-title .yotpo-star-rating {
  margin-bottom: 20px;
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-review-rating-title .yotpo-review-title:empty {
  display: none;
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-review-rating-title .yotpo-review-title {
  font: var(--hh-body-font);
  font-weight: 450;
  margin-left: 0;
  margin-bottom: 8px;
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-review-content {
  font: var(--hh-body-small-font);
  color: var(--hh-color-grey);
  margin-top: 0;
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-reviewer-name {
  font: var(--hh-body-small-font);
}

.yotpo-main-widget #yotpo-app .yotpo-review .yotpo-reviewer-details-verified {
  padding: 0;
}

.yotpo-reviews-pagination-container {
  margin-bottom: 30px;
}

.yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-header .yotpo-mobile-filters-popup-clear {
  right: 55px !important;
  top: 67px;
}

@media screen and (min-width: 750px) {
  .yotpo-main-widget .yotpo-layout-header-wrapper {
    margin-bottom: 25px;
  }

  .yotpo-main-widget #yotpo-app .yotpo-review {
    margin: 25px 0;
  }
}

.yotpo-reviews-summary-button {
  .yotpo-button-icon-text {
    white-space: nowrap;
  }
}

.yotpo-reviews-summary-drawer-container {
  .yotpo-summary-header-title {
    font: var(--hh-body-large-font) !important;   
    font-weight: 450 !important;
  }

  .yotpo-summary-header-text,
  .yotpo-summary-filter,
  .yotpo-summary-content,
  .yotpo-summary-coverage,
  .yotpo-reviews-highlights-title,
  .yotpo-summary-highlight-content,
  .yotpo-all-reviews-link  {
    font-family: var(--hh-font-family-body) !important;
  }

  .yotpo-summary-filter,
  .yotpo-summary-coverage {
    font-weight: 500 !important;
  }

  .yotpo-summary-footer {
    display: none;
  }
}

.yotpo-read-more-text,
.yotpo-date-format,
.yotpo-filter-select,
.yotpo-reviews-widget-dropdown,
.yotpo-dropdown-placeholder,
.yotpo-dropdown-option,
.yotpo-matched-reviews,
.yotpo-clear-filters,
.yotpo-smart-topics-see-more-label,
.yotpo-smart-topic-filter,
.yotpo-smart-topics-headline,
.yotpo-no-matching-reviews-primary,
.yotpo-no-matching-reviews-secondary,
.yotpo-button-icon-text {
  font-family: var(--hh-font-family-body) !important;
}

.yotpo-summary-section {
  .yotpo-bottom-line-stars,
  .yotpo-bottom-line-text {
    justify-content: center;
    display: flex;
    text-align: center;
  }
}

.yotpo-smart-topics-see-more-label,
.yotpo-button-icon-text,
.yotpo-clear-filters  {
  font-weight: 400 !important;
}

.yotpo-clear-filters-device {
  align-items: center;
}

.yotpo-smart-topics.yotpo-smart-topics-container {
  flex-basis: 100% !important;
}

.yotpo-dropdown-content-wrapper {
  top: 1.2500rem !important;
}