/* REMOVE DEFAULT IMAGE (Salient + Woo) */
.product-category img,
.woocommerce ul.products li.product-category a img {
  display: none !important;
}

/* CATEGORY CARD */
.product-category {
  position: relative;
  overflow: hidden;
}

/* MEDIA WRAPPER */
.cat-grid-media {
  position: relative;
  width: 100%;
  height: 220px;
}

/* BACKGROUND IMAGE */
.cat-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* COLOR OVERLAY */
.cat-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  z-index: 2;
}

/* ICON CENTER */
.cat-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

/* ICON STYLE */
.cat-icon span {
  font-family: 'Material Symbols Outlined';
  font-size: 128px;
  color: #fff;
}