.node--type-product-category.node--view-mode-card {
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .node--type-product-category.node--view-mode-card {
    height: 100%;
  }
}
.node--type-product-category.node--view-mode-card > div {
  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;
  gap: 20px;
  color: #787878;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
}
@media (max-width: 991px) {
  .node--type-product-category.node--view-mode-card > div {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .node--type-product-category.node--view-mode-card > div {
    height: 100%;
  }
}
.node--type-product-category.node--view-mode-card .field--name-field-category-card-picture {
  width: 100%;
}
.node--type-product-category.node--view-mode-card .field--name-field-category-card-picture img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .node--type-product-category.node--view-mode-card .field--name-field-category-card-picture img {
    width: 100%;
    /*  aspect-ratio: 1.5; */
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.node--type-product-category.node--view-mode-card h2 {
  color: #512851;
}
@media (max-width: 991px) {
  .node--type-product-category.node--view-mode-card h2 {
    color: #f49c0e;
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .node--type-product-category.node--view-mode-card .field--name-field-summary {
    max-width: 370px;
  }
}
@media (min-width: 992px) {
  .node--type-product-category.node--view-mode-card .btn {
    display: none;
    position: absolute;
    top: 100px;
  }
  .node--type-product-category.node--view-mode-card h2 {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .node--type-product-category.node--view-mode-card:hover .btn {
    display: block;
  }
  .node--type-product-category.node--view-mode-card:hover h2 {
    color: #f49c0e;
  }
}
/*# sourceMappingURL=product-category--card.css.map */
