.yotpo-reviews-ticker {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}@media (min-width: 1024px) {.yotpo-reviews-ticker {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}.yotpo-reviews-ticker {
  border-top: 1px solid var(--line-color, #e6e7e5);
}
.yotpo-reviews-ticker__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {.yotpo-reviews-ticker__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
  }
}
.yotpo-reviews-ticker__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.yotpo-reviews-ticker__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.yotpo-reviews-ticker__star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #c0c2bf;
}
.yotpo-reviews-ticker__star svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.yotpo-reviews-ticker__star.is-filled {
  color: #131313;
}
.yotpo-reviews-ticker__link {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-decoration-line: underline;
}
@media (min-width: 768px) {.yotpo-reviews-ticker__link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.yotpo-reviews-ticker__link {
  color: var(--text-primary-color);
  text-underline-offset: 2px;
}
.yotpo-reviews-ticker__swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.yotpo-reviews-ticker__swiper::before, .yotpo-reviews-ticker__swiper::after {
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 8.333333%;
  max-width: 100px;
  content: "";
}
.yotpo-reviews-ticker__swiper::before {
  left: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.yotpo-reviews-ticker__swiper::after {
  right: 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.yotpo-reviews-ticker__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.yotpo-reviews-ticker__slide {
  width: auto !important;
}
.yotpo-reviews-ticker__quote {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {.yotpo-reviews-ticker__quote {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
