/*
 * CALYPSO GIANO – Produktempfehlungen Finish
 * Version 1.0.0
 */

/* Native WooCommerce-Blöcke dürfen neben der kuratierten Auswahl
   nicht zusätzlich auftauchen. */
.single-product .related.products.cg-legacy-recommendations-hidden,
.single-product .upsells.products.cg-legacy-recommendations-hidden,
.single-product .cg-legacy-recommendations-hidden {
  display: none !important;
}

/* JS markiert die vom bestehenden Plugin erzeugte kuratierte Sektion. */
.single-product .cg-recommendations-final {
  width: 100%;
}

/* Mobil bewusst nur zwei Empfehlungen.
   Die vorhandene Kartenbreite bleibt erhalten; nur Karte 3+ wird entfernt. */
@media (max-width: 549px) {
  .single-product .cg-recommendation-mobile-hidden {
    display: none !important;
  }
}
