.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
        display: none !important;
    }
    .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
        display: block !important;
    }
    .woocommerce-product-gallery__wrapper {
        overflow: hidden !important;
    }
    .woocommerce-product-gallery__image img[src^="data:image/svg"] {
        aspect-ratio: 1 / 1 !important;
        width: 100% !important;
        height: auto !important;
    }
    .flex-control-thumbs {
        display: flex !important;
        gap: 8px !important;
        overflow-x: auto !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 8px 0 0 !important;
    }
    .flex-control-thumbs li {
        flex: 0 0 auto !important;
        width: 60px !important;
    }
    .flex-control-thumbs li img {
        border-radius: 4px !important;
        border: 1px solid #e2e8f0 !important;
        cursor: pointer !important;
    }