/* ==========================================================================
   Section: product-related (Figma 15:359)
   Reuses products-carousel.css/.js (aliased in inc/sections.php). Only the
   title differs from the homepage carousel — sans-serif per this design,
   and there is no "Zobacz wszystkie" button.
   ========================================================================== */

/* Scoped so it beats products-carousel's `.pc__title` (Cormorant) regardless
   of stylesheet order. */
.sec-product-related .pc__title {
    font-family: var(--font-sans);
    font-weight: 700;
}
