.heureka-holder {
  background-color:  #D9D9D9;
  padding: 80px 0 100px 0;
  margin-bottom: 0px;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .heureka-holder {
    width: 100vw;
  }
}
.heureka-holder + footer{
  margin-top: 0px;
}

.section:has(.eapps-instagram-feed){
    padding-bottom: 0 !important;
}

.heureka-holder::after {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  background-position: center left;
  background-repeat: repeat;
  background-size: contain;
  bottom: -39px;
  background-image: url(/shop-data/icons/devider-bottom.svg);
}

.heureka-holder .container {
  position: relative;
}

.heureka-holder .img-bg-1 {
  position: absolute;
  left: -219px;
  top: 22px;
  max-width: 302px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .heureka-holder .img-bg-1 {
    display: none;
  }
}

.heureka-holder .img-bg-2 {
  position: absolute;
  bottom: -22px;
  right: -109px;
  z-index: 0;
}

.heureka-holder .upper {
  margin-bottom: 32px;
  gap: 24px;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

.heureka-holder .upper h2 {
  font-weight: 500;
  margin: 0;
}

.heureka-holder .grid-holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .heureka-holder .grid-holder {
    grid-template-columns: 1fr;
  }
}

.heureka-holder .single-ref {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  height: auto !important;
  display: flex;
  flex-direction: column;

}

.heureka-holder .single-ref .ref-rating {
  margin-bottom: 16px;
  gap: 12px;
}

.heureka-holder .single-ref .ref-rating span {
  font-weight: 700;
  color: #343535;
  font-size: 1rem;
  line-height: 1.5em;
}

.heureka-holder .single-ref .stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}

.heureka-holder .single-ref .star {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.heureka-holder .single-ref .star.star-on {
  background-image: url(/shop-data/icons/star-on.svg);
}

.heureka-holder .single-ref .star.star-off {
  background-image: url(/shop-data/icons/star-off.svg);
}

.heureka-holder .single-ref .star.star-half {
  background-image: url(/shop-data/icons/star-half.svg);
}

.heureka-holder .single-ref .ref-text {
  text-align: left;
  margin-bottom: 16px;
}

.heureka-holder .single-ref .ref-text p {
  margin: 0;
  max-height: calc(1em * 7);
  overflow-y: auto;
}

.heureka-holder .single-ref .bottom {
  gap: 10px;
  margin-top: auto;
  flex-wrap: wrap;
}

.heureka-holder .single-ref .verified-user {
  gap: 8px;
  padding: 5px 16px 5px 8px;
  border: 1px solid #16a34a;
  border-radius: 20px;
  color: #16a34a;
}

.heureka-holder .single-ref .verified-user span {
  color: #16a34a;
  font-size: 0.875rem;
  line-height: 1.42857em;
}

.heureka-holder .single-ref time {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.42857em;
}

.swiper-button-prev,
.swiper-button-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px !important;
  height: 40px !important;
  display: block;
  position: relative !important;
  margin: 0 !important;
  overflow: hidden !important;
  background-color: #343535 !important;
  border-radius: 0%;
  top: unset !important;
  transform: unset !important;
  right: unset !important;
}
.swiper-button-prev svg,
.swiper-button-next svg{
    display: none;
}
.overall-rating{
    display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #e15012 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: unset;
  display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  left: 50%;
  filter: invert(1);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  background: url(/shop-data/icons/arrow-right-black.svg) no-repeat center
    center;
  background-size: cover;
}

.swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-lock {
  display: none;
}

.swiper-nav {
  gap: 2px;
}

@media screen and (max-width: 767px) {
  .swiper-nav {
    margin-top: 24px;
  }
}

.swiper-button-prev {
  right: unset !important;
  left: unset !important;
}

.swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
