/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2026 | 06:47:26 */
/* SOLO en contenedores .woo-personalizado */
.woo-personalizado .add_to_cart_button,
.woo-personalizado .single_add_to_cart_button {
  position: relative;
  font-size: 0 !important;   /* oculta el texto */
}

/* Icono Font Awesome */
.woo-personalizado .add_to_cart_button::before,
.woo-personalizado .single_add_to_cart_button::before {
  content: "\f290"; /* fa-bag-shopping */
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: currentColor;
}
