:root {
  --primary-colour: #43a5c3;
}
.product_buttons .elementor-button { margin-right: 1em; margin-bottom: 1em; }

.product-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.product-category {
  /* width: 300px; */
  min-height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  border: 5px solid var(--primary-colour);
  background-position: top center;
  position: relative;
}

.product-category__heading {
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  background: var(--primary-colour);
  color: white;
  text-align: center;
}

.wc-block-product-search__label {
  display: none;
}

.wc-block-product-categories-list-item ul {
  display: none;
}

.active ul {
  display: block;
}

.wc-block-product-categories-list {
  list-style: none;
  padding-inline-start: 0.5em;
}

.wc-block-product-categories-list--depth-0 {
  padding-inline-start: 0;
}

.wc-block-product-categories-list--depth-1 > a {
  font-weight: bold!important;
}

.wc-block-product-categories-list--depth-0 > li > a {
  padding: 0.5em 0.75em;
  background: var(--primary-colour);
  color: white!important;
  display: block;
  margin-top: 0.25em;
}

.wc-block-product-categories-list--depth-1,
.wc-block-product-categories-list--depth-1 ul {
  list-style: inside;
}

.products {
  padding-left: initial;
}