/* ============================================================
   Poultry Gear — Homepage UI/UX Polish (all widths)
   Loaded ONLY on the homepage. Desktop + mobile.
   Managed by Novamira sandbox file: pg-mobile-home.php
   Disable that file to remove everything here.
   ============================================================ */

/* 1) Make the emoji placeholder in the hero product card look
      intentional (a designed "spotlight") instead of an empty box.
      When a real product photo exists, the <img> covers this anyway. */
.pg-hero .hpc-img{
  background:radial-gradient(circle at 50% 42%, rgba(255,255,255,.12), rgba(255,255,255,.04) 62%);
}
.pg-hero .hpc-emoji{
  font-size:clamp(96px,13vw,138px);
  filter:drop-shadow(0 10px 26px rgba(0,0,0,.35));
}

/* 2) Lift low-contrast helper text to a readable grey.
      (#9ca3af on white ≈ 2.6:1, fails WCAG AA — #6b7280 ≈ 4.8:1 passes) */
.cats-grid .cat-card p,
.cat-card .ar-name,
.cat-card .cat-count,
.products-grid .prod-name-ar{
  color:#6b7280;
}

/* 3) Remove the redundant second badge on the hero card.
      Keep the meaningful "Best Seller / Featured" badge; drop generic "New". */
.pg-hero .hpc-new{
  display:none;
}
