/* ✅ Your custom styles go here */
#product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f4f6f9;
  border: 1px solid #ccc;
  border-radius: 10px;
  align-items: flex-end;
  justify-content: flex-start;
}

#product-filters label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
}

#product-filters select {
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: none;
  transition: border-color 0.2s ease;
  min-width: 130px;
}

#product-filters select:focus {
  border-color: #3498db;
}

.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-button-group {
  display: flex;
  gap: 10px;
}

.filter-button-group button,
.filter-button-group a {
  padding: 8px 14px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.filter-button-group a {
  background-color: #e74c3c;
  color: #fff;
  text-decoration: none;
}

.filter-button-group a:hover {
  background-color: #c0392b;
}

@media (max-width: 768px) {
  #product-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-group {
    width: 100%;
  }
}

.catalog-style .products .product {
  /* height: 379px !important; */
  object-fit: cover;
  width: 100%;

  position: relative;
  /* height: 450px; */
  /* border: 1px solid rgb(91, 91, 91); */
  border-radius: 30px;
  padding: 10px !important;
  box-shadow: 0px 0px 6px 4px rgba(14, 116, 91, .12);
}

.catalog-style .products .product a {
  height: 360px !important;
}

.catalog-style .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail,
.catalog-style .products .product .woocommerce-LoopProduct-link .woocommerce-placeholder {
  border-radius: 10px;
  /* background-color: #EFEFEF; */
  height: 200px !important;
  object-fit: contain;
}

.catalog-style .products .product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  font-family: "MohrRounded", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: var( --e-global-color-secondary );
}

.catalog-style .products .product .button {
  display: none !important;
}

.catalog-style .species-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 60px;
}

.catalog-style .species-icon img {
  width: 100%;
  height: auto;
}

.catalog-style .woocommerce ul.products li.product {
  position: relative;
}

.catalog-style .products .product .add-to-cart-quantity-nav {
  display: none !important;
}

/* Info product styling */
.catalog-style .main_price_div .info_product {
  /* font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #000000; */
  font-family: "MohrRounded", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: var(--e-global-color-text);
}