/**
* Theme Name: Grogin Child
* Description: This is a child theme of Grogin, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: grogin
* Version: 1.2.3
*/

/* =========================================
   FIX NEWSLETTER – evitar duplicado en HOME
   ========================================= */
body.home .fd-newsletter-source:first-of-type {
  display: none !important;
}


/* =========================================
   SHOP – ocultar botón del banner (PC + móvil)
   ========================================= */
body.post-type-archive-product .site-banner .entry-footer a.btn {
  display: none !important;
}


