.resource-container .resource .download-icon {
  top: 1.5rem;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.resource-container:hover .resource .download-icon {
  top: 1.5rem;
  transform: scale(1);
  transition: transform 0.2s ease;
}
.resource-container .resource p {
  width: calc(100% - 8rem);
}
.resource-container:hover .resource p,
.resource-container:hover .resource span {
  color: #1c1c1b !important;
}
.resource-image {
  width: 6rem;
  height: 6rem;
}

#product-gallery-swiper,
#product-video-swiper {
  padding-left: 0;
}

#product-gallery-swiper .swiper-scrollbar,
#product-video-swiper .swiper-scrollbar {
  display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  top: auto;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #b7babe50;
}
.swiper-pagination-bullet-active {
  background: #c8102e;
}

#product-gallery-swiper .swiper-slide,
#product-video-swiper .swiper-slide {
  height: auto;
  width: 100% !important;
  padding-right: 0;
  opacity: 0.2;
  transition: opacity 0.5s ease;
}

#product-gallery-swiper .swiper-slide-active,
#product-video-swiper .swiper-slide-active {
  opacity: 1;
  transition: opacity 0.5s ease;
}

#product-video-swiper .image {
  height: auto;
  width: 100%;
}

#product-gallery-swiper .swiper-slide > img,
#product-video-swiper .swiper-slide > div {
  height: auto !important;
  width: auto !important;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 1023px) {
  #product-gallery-swiper .swiper-slide > img,
  #product-video-swiper .swiper-slide > div {
    max-height: 50vh;
    margin-left: auto;
    margin-right: auto;
  }
}

#product-video-swiper .swiper-slide button {
  pointer-events: none;
}

#benefits {
  background-color: #1c1c1b !important;
  mix-blend-mode: multiply;
}

h5.container-link a {
  text-decoration: underline;
}

#description .container-link a {
  color: white !important;
  font-family: "Unineue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}

#description .container-bold b {
  font-family: "Unineue", sans-serif;
  font-weight: bold;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10%;
    right: auto;
  }
  .contact-img {
    max-width: 120%;
  }
}

.grey-product img {
  max-height: 100%;
}
.product-detail-img img {
  max-height: 30vh;
}

@media screen and (min-width: 768px) {
  .contact-img {
    max-width: 120%;
    max-height: 80vh;
  }
  .grey-product img {
    max-height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .product-detail-img img {
    max-height: 70vh;
  }

  #product-gallery-swiper .swiper-slide,
  #product-video-swiper .swiper-slide,
  .product-media {
    height: 600px;
    max-height: 600px;
    width: auto !important;
    padding-right: 0;
  }

  #product-video-swiper .image {
    height: 100%;
    width: auto;
  }

  #product-gallery-swiper .swiper-slide > img,
  #product-video-swiper .swiper-slide > div {
    height: 90% !important;
    width: auto !important;
  }

  #product-video-swiper .swiper-slide button {
    pointer-events: none;
  }

  #product-gallery-swiper .swiper-button-next,
  #product-gallery-swiper .swiper-button-prev,
  #product-video-swiper .swiper-button-next,
  #product-video-swiper .swiper-button-prev {
    top: 42%;
  }
}

#product-gallery-swiper .swiper-wrapper.disabled {
  margin-left: auto;
  margin-right: auto;
}

/* @media screen and (min-width: 1280px) {
  .resource-container:nth-child(2n + 1) .resource {
    margin-right: 10%;
  }
  .resource-container:nth-child(2n) .resource {
    margin-left: 10%;
  }
} */
