.swiperHero {
  width: 100%;
  height: 800px;
}

.swiperBg {
  background-position: center center;
  background-size: cover;
}

.swiperProducts {
  width: 100%;
}

.swiperProductsDimition {
  padding-top: 100%;
  overflow: hidden;
  width: 100%;
}

.swiperProductsBg {
  background-position: center center;
  background-size: cover;
}

.coverBg {
  background-position: center center;
  background-size: cover;
}
.coverBg .blurLink span {
  color: rgba(0, 0, 0, 0);
}
.coverBg:hover .blurLink {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.304);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: 0.9s;
}
.coverBg:hover span {
  color: #161519;
  transition: 0.9s;
}/*# sourceMappingURL=index.css.map */