@import url("https://use.typekit.net/vrw4ila.css");
.product-cat-item {
  margin-bottom: 30px;
}
.product-cat-item a {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 280px;
  position: relative;
  overflow: hidden;
  justify-content: space-evenly;
  justify-content: center;
}
.product-cat-item a .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: -30px;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.4s ease 0.1s;
}
.product-cat-item a .description {
  position: absolute;
  margin-top: 3000px !important;
  transition: all 0.1s ease 0.1s;
  opacity: 0;
}
.product-cat-item a h3, .product-cat-item a .description {
  z-index: 100;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
  transition: all 0.4s ease 0.1s;
}
.product-cat-item a h3 span, .product-cat-item a .description p {
  background-color: #ffffff;
  color: #1B1B1B;
  box-shadow: -3px 0px 0 3px #ffffff, -3px 0px 0 3px #ffffff, 0 0 0 3px #ffffff;
  box-decoration-break: clone;
}
.product-cat-item a:hover {
  text-decoration: none !important;
}
.product-cat-item a:hover h3, .product-cat-item a:hover h3 span, .product-cat-item a:hover .description p {
  text-decoration: none !important;
  color: #1B1B1B;
}
.product-cat-item a:hover .overlay {
  opacity: 0.9;
}
.product-cat-item a:hover .description {
  position: relative;
  margin-top: 0 !important;
  opacity: 1;
}

/*# sourceMappingURL=products-category-grid.css.map */
