/* Product subcategory styles v15 */

.fr-product-category-page .hero-section { padding-bottom: 24px; }
.fr-product-category-page .term-description { max-width: 920px; margin-inline: auto; text-align: center; }
.fr-product-category-page .fr-product-category-links .is-current {
  border-color: #239799; background: #239799; color: #fff;
}
.fr-product-category-page .products.fr-products-grid > li.fr-single-product-card {
  grid-column: 1 / -1; width: min(100%, 620px) !important; justify-self: center;
}
.fr-product-category-page .products.fr-products-grid > li.fr-single-product-card figure > a { min-height: 360px; }
.fr-product-category-page .products.fr-products-grid > li.fr-single-product-card figure img { height: 350px !important; }
@media (max-width: 640px) {
  .fr-product-category-page .products.fr-products-grid > li.fr-single-product-card { width: 100% !important; }
  .fr-product-category-page .products.fr-products-grid > li.fr-single-product-card figure > a { min-height: 280px; }
  .fr-product-category-page .products.fr-products-grid > li.fr-single-product-card figure img { height: 270px !important; }
}
