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

.afl-external-gallery {
    position: relative;
}

.afl-external-gallery__wrapper {
    margin: 0;
}

.afl-external-gallery__main {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.afl-external-gallery__main a {
    display: block;
}

.afl-external-gallery-main-img {
    width: 100%;
    max-height: 720px;
    object-fit: contain;
    margin: 0 auto;
}

.afl-external-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.afl-external-gallery__thumb {
    appearance: none;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    cursor: pointer;
    overflow: hidden;
    min-height: 72px;
}

.afl-external-gallery__thumb.is-active {
    border-color: currentColor;
    box-shadow: 0 0 0 1px currentColor;
}

.afl-external-gallery__thumb-img {
    width: 100%;
    height: 72px;
    object-fit: contain;
    display: block;
}

.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;
}
