.whiteroom__category {
  position: relative;
  z-index: 0;
  width: auto;
  min-width: 250px;
  height: 300px;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom__category:hover {
  border: solid 2rem #131313;
}
.whiteroom__category a {
  text-decoration: none !important;
}
.whiteroom__category a .whiteroom__category-info {
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom__category a .whiteroom__category-info::before {
  position: absolute;
  z-index: 0;
  top: 20%;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#131313));
  background: linear-gradient(transparent 40%, #131313);
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom__category a .whiteroom__category-info:hover::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.5%, transparent), to(#131313));
  background: linear-gradient(transparent 2.5%, #131313);
}
.whiteroom__category a .whiteroom__category-info-pic {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.whiteroom__category a .whiteroom__category-info-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.whiteroom__category a .whiteroom__category-info-title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #FFFFFF !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whiteroom__category a .whiteroom__category-info-title .woocommerce-loop-category__title {
  position: relative;
  z-index: 2;
  font-size: 5rem !important;
  font-weight: 500;
  color: #FFFFFF !important;
}
.whiteroom__category a .whiteroom__category-info-title .woocommerce-loop-category__title mark {
  display: none;
}
.whiteroom__category a:focus, .whiteroom__category a:active, .whiteroom__category a:hover {
  outline: none;
}
@media (min-width: 1200px) {
  .whiteroom__category {
    width: 100%;
    height: 25vw;
    border-radius: 1vw;
  }
  .whiteroom__category:hover {
    border: solid 2vw #131313;
  }
  .whiteroom__category .whiteroom__category-info {
    height: 8vw;
    min-height: 350px;
    padding: 0.8vw;
  }
  .whiteroom__category .whiteroom__category-info-title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    color: #FFFFFF !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .whiteroom__category .whiteroom__category-info-title .woocommerce-loop-category__title {
    position: relative;
    z-index: 2;
    font-size: 2vw !important;
    font-weight: 500;
    color: #FFFFFF !important;
  }
  .whiteroom__category .whiteroom__category-info-title .woocommerce-loop-category__title mark {
    display: none;
  }
  .whiteroom__category .whiteroom__category-info:hover-title {
    -webkit-transform: translateY(-1vh);
            transform: translateY(-1vh);
  }
}