/*
Theme Name: Electromanchamaster
Theme URI: https://electrolamancha.com
Description: Tema hijo de Blocksy para Electromanchamaster — tienda de electrodomésticos en Socuéllamos. Colores de marca, botón WhatsApp y ajustes WooCommerce.
Author: Electromanchamaster
Template: blocksy
Version: 1.0.0
Text Domain: electromancha-child
*/

:root{
  --em-primary:#ea580c;
  --em-primary-dark:#cc3a00;
  --em-secondary:#facc15;
  --em-dark:#18181b;
}

/* ---- Marca / acentos ---- */
a{ color:var(--em-primary); }
a:hover{ color:var(--em-primary-dark); }

.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt{
  background-color:var(--em-primary) !important;
  border-color:var(--em-primary) !important;
  color:#fff !important;
}
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .button.alt:hover,
.woocommerce a.button.alt:hover{
  background-color:var(--em-primary-dark) !important;
  border-color:var(--em-primary-dark) !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price{
  color:var(--em-primary);
  font-weight:700;
}

.woocommerce span.onsale{
  background:var(--em-secondary);
  color:var(--em-dark);
}

/* ---- Botón flotante de WhatsApp ---- */
.em-whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:9999;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,.28);
  transition:transform .15s ease, box-shadow .15s ease;
}
.em-whatsapp-float:hover{
  transform:scale(1.08);
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.35);
}
.em-whatsapp-float svg{ width:30px; height:30px; fill:currentColor; }

@media (max-width:600px){
  .em-whatsapp-float{ width:52px; height:52px; right:16px; bottom:16px; }
}
