.categories-wrapper {
  flex-grow: 1;
  height: min-content;
}
.categories-wrapper a {
  display: block;
  position: relative;
  text-align: center;
  color: #5D5C5C !important;
}
.categories-wrapper a .position-absolute {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.categories-wrapper a .position-absolute span {
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.categories-wrapper a img {
  width: 100%;
  object-fit: contain;
}
.categories-wrapper a span {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 500;
}

.category-items .category-icon {
  max-width: 110px;
  max-height: 110px;
  object-fit: contain;
  margin-bottom: 70px;
}
.category-items .product-preview {
  display: block;
  background-color: transparent;
  border: 0;
}
.category-items .product-preview .card-body {
  display: block;
  text-align: center;
  padding-top: 0;
}

/*# sourceMappingURL=categories.css.map */
