/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 05:40:52 */
jQuery(document).ready(function($) {
  $('div#preset-ay69ar-filter-3 .btsf-terms-color-swatch').each(function() {
    var $link = $(this).find('a');
    var title = $link.attr('title');

    if (title) {
      // Create a span for the label
      var $label = $('<span class="color-name-label"></span>').text(title);
      
      // Append the label inside the swatch container
      $(this).append($label);
    }
  });
});
