/*
Theme Name: Martfury Child (NOGALNET)
Theme URI: http://tivaecuador.com
Description: Child theme de Martfury para personalizaciones de NOGALNET. Protege los cambios de futuras actualizaciones del tema.
Author: NOGALNET
Author URI: http://tivaecuador.com
Template: martfury
Version: 1.0.0
Text Domain: martfury-child
*/

/* ==========================================================================
   Tarea 2 — Ocultar el botón de comparar ("estadísticas" / ícono de barras)
   en la ficha de producto, debajo de "Comprar ahora".
   ========================================================================== */
.single-product .mf-compare-button {
	display: none !important;
}
