#yotpo-reviews-main-widget, .yotpo-reviews-star-ratings-widget * { 
--primary-font-family: "Artico", Arial, Helvetica, sans-serif !important;
--secondary-font-family: "Artico", Arial, Helvetica, sans-serif !important;
  font-family: "Artico", Arial, Helvetica, sans-serif !important;
}
.yotpo-reviews-summary-button {
  justify-content: center !important;
}
.yotpo-bottom-line .yotpo-bottom-line-right-panel {
  padding-right: 0 !important;
}
.yotpo-layout-header-wrapper > .yotpo-bottom-line {
  margin-right: 0 !important;
}
.yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review), .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) {
  margin-block: 30px !important;
}
#reviews + h4 {
  display: none;
}
span.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
  font-weight: 400 !important;
  font-size: 14px !important;
  padding-top: 0 !important;
}
.yotpo-reviews-star-ratings-widget {
  margin-top: 5px;
}
.yotpo-display-s .yotpo-head .yotpo-headline,
.yotpo-display-l .yotpo-head .yotpo-headline {
  text-transform: uppercase;
  margin-top: 0 !important;
}
.yotpo-display-l .yotpo-main-layout .yotpo-head {
  text-transform: uppercase;
  margin-block: 40px;
}
.yotpo-display-s .yotpo-filters-container {
  margin-bottom: 7px !important;
}
.yotpo-display-s .yotpo-review, .yotpo-media-modal .yotpo-review {
  margin-block: 30px !important;
}
.yotpo-review-center-panel {
  margin-top: 15px !important; 
}
.yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-content {
  margin-top: 0 !important;
}
.yotpo-reviews-pagination-container {
  margin-block: 30px !important;
}
.yotpo-reviewer-details-verified {
  align-items: baseline;
}
.product .yotpo-vertical-pagination .yotpo-reviews-pagination-item {
    all: unset !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    display: block !important;
    padding: 0 20px !important;
    min-width: 180px !important;
    border: unset !important;
    background-color: var(--bg-dark) !important;
    color: var(--color-secondary-white) !important;
    height: 45px !important;
    line-height: 45px !important;
    width: fit-content !important;
    text-align: center !important;
    font-weight: bold !important;
    font-family: "Artico", Arial, Helvetica, sans-serif !important;
    border-radius: var(--cta-input-radius) !important;
}
.yotpo-review-date {
  font-size: 14px;
}
.yotpo-review-border-smooth {
  background: #F4EBEC !important;
  height: 1px !important;
}
@media (width <= 1050px) {
  .yotpo-display-s .yotpo-review, .yotpo-media-modal .yotpo-review {
    margin-block: 15px !important;
  }
  .yotpo-reviews-star-ratings-widget {
    justify-content: center !important;
  }
  .yotpo-layout-header-wrapper {
  	margin-bottom: 0 !important;
  }
}