/* 
Theme Name: My Home Grown Fruit
Theme URI: https://galia.be
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://galia.be
Template: hello-elementor
Version: 2.0.0
Text Domain: myhomegrownfruit
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.product-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 24px;
    margin: auto;
}

.product-cat-grid a {

    max-width: 550px;
}

header.product-cat-header {
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2.5rem;
}

.max-width {
    max-width: 1180px;
    padding: 0 2rem 2rem;
    margin: auto;
    min-height: 580px;
}

.product-cat-tile {
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  transition: transform .2s ease, box-shadow .2s ease;
background: rgba(237, 239, 173, 5.1);
background: rgba(237, 239, 173, 5.1);
background: linear-gradient(35deg, rgba(237, 239, 173, 0.3) 0%, rgba(204, 214, 91, 0.29) 51%, rgba(187, 205, 66, 0.25) 100%);
}

.product-cat-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,.07);
}

.product-cat-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.product-cat-title {
    padding: 12px 16px;
    font-size: 22px;
}

h1.elementor-heading-title {
    margin-bottom: 1rem;
}