/* ✅ 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%;
  }
}

.page-id-33 .products .product,
.page-id-6213 .products .product,
.page-id-6212 .products .product {
  height: 330px !important;
  object-fit: cover;
  width: 100%;
}

.page-id-33 .products .product .woocommerce-LoopProduct-link .woocommerce-placeholder,
.page-id-6213 .products .product .woocommerce-LoopProduct-link .woocommerce-placeholder,
.page-id-6212 .products .product .woocommerce-LoopProduct-link .woocommerce-placeholder {
  border-radius: 10px;
  background-color: #EFEFEF;
}

.page-id-33 .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail,
.page-id-6213 .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail,
.page-id-6212 .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
  border-radius: 10px;
  background-color: #EFEFEF;
  height: 247px !important;
    object-fit: contain;
}

.page-id-33 .products .product .button,
.page-id-6213 .products .product .button,
.page-id-6212 .products .product .button {
  display: none !important;
}

.page-id-33 .species-icon,
.page-id-6213 .species-icon,
.page-id-6212 .species-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 60px;
}

.page-id-33 .species-icon img,
.page-id-6213 .species-icon img,
.page-id-6212 .species-icon img {
  width: 100%;
  height: auto;
}
.page-id-33 .woocommerce ul.products li.product,
.page-id-6213 .woocommerce ul.products li.product,
.page-id-6212 .woocommerce ul.products li.product {
  position: relative;
}