@media screen and (min-width: 768px) {
  body.template-collection.product-card-layout-01 .productGrid .card .card-media.has-compare::after,
  body.template-collection.product-card-layout-05 .productGrid .card .card-media.has-compare::after,
  body.template-collection .productGrid .card:hover .card-media.has-compare::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.template-collection.product-card-layout-01 .productGrid .card-compare:not(.card-compareIcon),
  body.template-collection.product-card-layout-05 .productGrid .card-compare:not(.card-compareIcon) {
    display: none !important;
  }

  body.template-collection.product-card-layout-01 .productGrid .card-action,
  body.template-collection.product-card-layout-05 .productGrid .card-action,
  body.template-collection.product-card-layout-01 .productGrid .product-item.enable_background_button_card .card-action,
  body.template-collection.product-card-layout-05 .productGrid .product-item.enable_background_button_card .card-action {
    background: transparent !important;
    box-shadow: none !important;
  }
}
