.afl-external-product-image,
.afl-external-cart-image {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.woocommerce ul.products li.product .afl-external-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.afl-external-cart-image {
    width: 64px;
    max-height: 64px;
}
