/* Hide add-ons on collection pages only */
body:not([class*="template-product"]) .upsell-product,
body:not([class*="template-product"]) form.product-form .upsell-product,
body:not([class*="template-product"]) .bold_options.bold_options_loaded {
  display: none !important;
}
