/*
 * Gebruik zoveel mogelijk nested CSS
 * Meer informatie: https://www.w3schools.com/cssref/sel_nesting.php
 */

/* Zorg dat de product-inner container als flex werkt */
.product-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Zorg dat de koop_buttons altijd naar onderen duwen */
.koop_buttons {
  margin-top: auto;
}

.product_loop_img .elementor-widget-image {
    justify-content: center !important;
    display: flex;
    flex-direction: column;
}