/*
Theme Name: FONOMAX Base
Theme URI: https://distribuidorafonomax.com/
Author: FONOMAX
Description: Tema WooCommerce ligero y configurable para FONOMAX. Conserva páginas, Elementor, productos y menús existentes.
Version: 5.9.14
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: fonomax-base
*/

:root{--fx-primary:#f7c600;--fx-secondary:#111827;--fx-accent:#e11d48;--fx-bg:#f7f8fa;--fx-text:#111827;--fx-radius:18px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--fx-bg);color:var(--fx-text);font-family:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.fx-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.fx-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 22px;background:var(--fx-primary);color:#111;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s}
.fx-button:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0002}
.fx-button--dark{background:var(--fx-secondary);color:#fff}
.fx-button--accent{background:var(--fx-accent);color:#fff}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden}
