/* ══ TALSEUME — Custom cursor DÉSACTIVÉ — souris standard partout ══
   Override l'inline `cursor:none !important` qui traîne dans certaines pages.
   On masque aussi les divs dot/ring si elles existent dans le DOM. */
@media (hover:hover) and (pointer:fine){
  *, a, button, input, textarea, select { cursor: revert !important; }
  a, button, [onclick], .pcard, .catcard, .pill, .vpill, .cookie-btn, .add-btn, .cswatch, .nav-icon, .qty-btn, .acc-head, .burger { cursor: pointer !important; }
  input[type="text"], input[type="email"], input[type="search"], input[type="tel"], input[type="number"], textarea { cursor: text !important; }
  .cursor-dot, .cursor-ring { display: none !important; }
}
