.srs-product-voting {
  padding-bottom: 50vh;
}
.srs-product-voting .container {
  max-width: 80%;
  padding-right: 3.5rem;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .srs-product-voting .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .srs-product-voting .container {
    max-width: 100%;
    padding-right: 1.1rem;
  }
}

.srs-header {
  width: 100%;
  height: 60vh;
}

.srs-product-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Esphimere";
  font-size: 1.96875rem;
  font-weight: 400;
  color: #408E56;
  word-break: break-word;
}

.srs-product {
  transition: all 0.3s;
  padding: 1.5em;
}
.srs-product-content {
  display: flex;
  flex-direction: column;
  max-height: 450px;
}
.srs-product.selected {
  background-color: rgba(122, 173, 160, 0.51);
}
.srs-product.selected .srs-product-title {
  color: black;
}
.srs-product.selected .srs-product-desc::after {
  background: none !important;
}
.srs-product img, .srs-product video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.srs-product.voted .srs-product-vote {
  filter: saturate(0);
  color: white;
}
.srs-product.voted .srs-product-vote:hover {
  filter: saturate(1);
  color: black;
}
.srs-product .f-button {
  --f-button-svg-width: 45px;
  --f-button-svg-height: 45px;
  z-index: 5;
}
.srs-product .image-slider .image-wrapper {
  position: relative;
}
.srs-product .image-slider .image-wrapper.overlay:before, .srs-product .image-slider .image-wrapper.overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5em;
  top: 0;
  z-index: 1;
}
.srs-product .image-slider .image-wrapper.overlay:before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.srs-product .image-slider .image-wrapper.overlay:after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.srs-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9em 5em;
}
.srs-product-grid .srs-product {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.srs-product-grid .srs-product .srs-product-content {
  margin-top: 1.5em;
  height: 100%;
}
.srs-product-grid .srs-product .srs-product-image {
  width: 100%;
}
.srs-product-grid .srs-product .srs-product-desc {
  margin: 1em 0 2em 0;
}

.srs-product-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6em;
}
.srs-product-list .srs-product {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1.5fr 2.5fr;
  gap: 1.5em;
  max-width: 100%;
}
.srs-product-list .srs-product .srs-product-desc {
  position: relative;
  margin: 1em 0;
  overflow: hidden;
}
.srs-product-list .srs-product .srs-product-desc:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  transition: all 0.3s;
}
.srs-product-list .srs-product .srs-product-desc-toggle {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 16px;
  color: #7aada0;
}
.srs-product-list .srs-product-content.expanded {
  max-height: 100%;
}
.srs-product-list .srs-product-content.expanded .srs-product-desc {
  max-height: 100%;
}
.srs-product-list .srs-product-content.expanded .srs-product-desc:after {
  display: none;
}
.srs-product-list .srs-product .image-wrapper, .srs-product-list .srs-product .image-slider {
  height: 100%;
}
.srs-product-list .srs-product .srs-product-image {
  max-height: 450px;
  width: 520px;
}
.srs-product-list .srs-product .srs-product-image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .srs-product-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4em;
  }
  .srs-product-list .srs-product {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .srs-product-list .srs-product .srs-product-content {
    margin-top: 0;
    height: auto;
  }
  .srs-product-list .srs-product .srs-product-image {
    width: 100%;
    height: auto;
  }
  .srs-product-list .srs-product .srs-product-desc {
    margin: 1em 0 2em 0;
  }
}

.srs-product-vote-wrapper {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.srs-product-vote-wrapper .srs-product-notifications {
  color: #7aada0;
}

.srs-product-vote {
  border: none;
  outline: none;
  display: inline-block;
  text-decoration: none;
  font-family: "Barlow Condensed", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer;
  /* font-size: 29px; */
  font-size: 1.8125rem;
  line-height: 1.2;
  background: #7aada0;
  padding: 0.5rem 1.875rem;
  letter-spacing: 0.1em;
  margin-right: 0.9rem;
  transition: all 0.3s;
}
.srs-product-vote:hover {
  filter: saturate(0);
  color: white;
}

/*# sourceMappingURL=style.css.map */
