.wc-home-banner-hero {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.blog-hero-list__grid {
  list-style: none;
  margin: 0;
  padding-top: 92px;
  padding-bottom: 56px;
  min-height: 100vh;
  min-height: 100svh;
  margin-bottom: 0 !important;
}

.blog-hero-list__grid li {
  margin: 0 11px;
}

.blog-hero-card__link {
  text-decoration: none;
}

.blog-hero-card__image {
  position: relative;
  max-height: 65vh;
  overflow: hidden;
}

.blog-hero-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.blog-hero-card__category {
  display: block;
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.42);
  color: #D9D9D9;
  font-size: 12px;
  font-weight: 300;
  padding: 7px 8px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  letter-spacing: 2%;
}

.blog-hero-card__content {
  margin-top: 20px;
  display: none;
  transform: 0.3s;
}

.slick-current .blog-hero-card__content {
  display: block;
  transform: 0.3s;
}

.blog-hero-card__title {
  color: #F2F2F2;
  font-size: 20px;
  letter-spacing: 2%;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-hero-card__date {
  display: block;
  color: #F2F2F2;
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}

.blog-hero-card__excerpt {
  display: block;
  color: #F2F2F2;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
}

.wc-home-blog-hero__slider-controls {
  position: relative;
  bottom: 40px;
}

.slick-dots li {
  width: 40px;
  height: 2px;
  margin: 0;
}

.slick-dots li button {
  width: 40px;
  height: 2px;
  padding: 0;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background-color: #DCDCDC;
  width: 40px;
  height: 1px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
  height: 5px;
  top: -2.1px;
}

@media(max-width: 1000px) {

  .slick-dots {
    bottom: -14px;
  }

  .slick-next.slick-arrow {
    right: 32px;
    top: 0;
  }

  .slick-prev.slick-arrow {
    left: 12px;
    top: 0;
  }

  .blog-hero-card__image img {
    height: 400px;
  }
}