.products-grid .product-item-image {
    margin-top: calc(-1 * var(--default-space-between));
    margin-left: calc(-1 * var(--default-space-between));
    margin-right: calc(-1 * var(--default-space-between));
    height: auto;
}
.products-grid .product-item-image img {
    width: 100%;
    max-height: none;
}
.products-grid .product-item-offer {
    justify-content: center;
}
.products-grid .product-item-offer .product-item-price {
    margin-left: 0;
}

.overview-collections {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.overview-collections .collection-item-image {
    margin-top: calc(-1 * var(--default-space-between));
    margin-left: calc(-1 * var(--default-space-between));
    margin-right: calc(-1 * var(--default-space-between));
    height: auto;
}
.overview-collections .collection-item-image img {
    width: 100%;
    max-height: 100%;
}

.product-association-group[data-slug="kaartje"] .product-association-image {
    margin-bottom: 8px;
}

.product-association-group[data-slug="kaartje"] .product-association img {

    clip-path: inset(0 50% 0 0);
    margin-right: -50%;
}
