
/* Opto Zero v3.47 — product page: one wishlist button on desktop only */
@media (min-width: 768px) {
  body.product-product .oc-product-buy-row .oc-heart-btn.large,
  body.product-product .oc-desktop-wishlist-link {
    display: none !important;
  }

  body.product-product .oc-mobile-fav-btn {
    display: flex !important;
  }

  body.product-product .oc-extra-actions {
    grid-template-columns: minmax(0,180px) minmax(0,180px) !important;
  }
}
