/* AmChem static chemical product images */
body.template-collection:has(.collection--description [data-amchem-section="chemical-category-buttons"]) .productgrid--wrapper .productitem--image-alternate {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

body.template-collection:has(.collection--description [data-amchem-section="chemical-category-buttons"]) .productgrid--wrapper .productitem--image-primary {
  opacity: 1 !important;
  visibility: visible !important;
}
