/* shop.css */
@media (min-width:601px){
.product-filter .wc-block-product-filters__overlay-content {
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--custom-darker-blue-grey-background) ;
}
}
.wc-block-product-filter-price-slider .text input[type=text] {
  max-width: 70px;
}

.orderby {
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--custom-darker-blue-grey-background) ;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card > :nth-last-child(2){
  flex: 1 0 auto;    /* grow, don't shrink below content */
}

.product-card:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.add_to_cart_button:hover {
  background: #0573b3;
  box-shadow: 0 0 6px rgb(0 0 0 / .7);
  color: #ffffff;
}
