/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.2.1729586552
Updated: 2024-10-22 09:42:32

*/
.pa-image-1-1 .et_pb_image_wrap {
padding-top: 100%;
display: block;
}
.pa-image-1-1 .et_pb_image_wrap img {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}

.CategoryTitle:hover {
	visibility: hidden;
}


/* 🧩 Fix: Toon originele afmetingen in Designs gallery (geen cover meer) */
body .woocommerce ul.products.lnp-design-grid li.product.lnp-design-card .lnp-card-media img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;  /* toont hele afbeelding, niet afgesneden */
  object-position: center center !important;
  display: block !important;
  margin: 0 auto !important;
}