.sw-dew-remote-gallery .woocommerce-product-gallery__image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.sw-dew-remote-thumbnails {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 12px;
}

.sw-dew-thumb {
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 4px;
}

.sw-dew-thumb.is-active {
    border-color: #333;
}

.sw-dew-thumb img {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: contain;
    width: 100%;
}
