<script>
$(function ($) {

    $('.variation-card').on('click', function () {

        $('.variation-card').removeClass('active');
        $(this).addClass('active');

        var value = $(this).data('value');

        var $form = $('form.variations_form');

        $form.find('select').val(value).trigger('change');

        // Trigger WooCommerce variation script
        $form.trigger('check_variations');
        $form.trigger('woocommerce_variation_select_change');
    });

});
</script>
	
	<style>
	.variation-cards{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.variation-card{
    width:150px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:12px;
    text-align:center;
    cursor:pointer;
    transition:.3s;
    position:relative;
    background:#fff;
}

.variation-card img{
    width:70px;
    display:block;
    margin:auto;
}

.variation-card.active{
    border:2px solid #7AC943;
    background:#F7FFF4;
}

.variation-card strong{
    display:block;
    margin-top:8px;
    font-size:20px;
}
</style><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://naturbyte.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://naturbyte.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://naturbyte.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://naturbyte.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://naturbyte.com/wp-sitemap-posts-elementor-hf-1.xml</loc></sitemap><sitemap><loc>https://naturbyte.com/wp-sitemap-posts-lebagol-breadcrumb-1.xml</loc></sitemap><sitemap><loc>https://naturbyte.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://naturbyte.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://naturbyte.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://naturbyte.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
