.clearall {
	clear: both;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
}

body,
html {
	height: 100%;
	margin: 0;
}

* {
	line-height: 1.3em;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 1.1rem;
	font-weight: 400;
	color: var(--main-text-color);
}

header,
header *,

footer,
footer * {
	color: var(--black);
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

figcaption {
	display: none;
}

body {
	line-height: 1;
	overflow-x: hidden;
	font-family: "Open Sans", sans-serif;
}
body.page-template-page-blog{
	background-color: var(--white);
}
body.page-template-page-store{
	background-color: var(--white);
}
body.tax-product_category{
	background-color: var(--white);
}
body.search{
	background-color: var(--white);
}
body.archive{
	background-color: var(--white);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-size: 1.382rem;
	line-height: 1em;
}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *{
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-size: 1.382rem;
	line-height: 1em;
}

strong,
b {
	font-weight: bold;
}

strong i,
b i {
	font-weight: bold;
	font-style: italic;
}

em,
i {
	font-style: italic;
}

u {
	text-decoration: none;
}

s,
del {
	text-decoration: none;
}

mark {
	background: none;
	color: inherit;
}

small {
	font-size: inherit;
}

sub,
sup {
	font-size: inherit;
	vertical-align: baseline;
}

ul,
ol {
	list-style: disc;
	margin: 20px 30px;
	padding: 0;
}

blockquote {
	margin: 10px auto;
	max-width: 400px;
	position: relative;
	font-size: 0.9rem;
	font-style: italic;
	text-align: left;
}

blockquote::after,
blockquote::before {
	color: #f2f2f2;
	font-size: 5rem;
	line-height: 0.8;
}

blockquote::after {
	content: close-quote;
	vertical-align: bottom;
	position: absolute;
	right: -15%;
	bottom: -60px;
}

blockquote::before {
	content: open-quote;
	vertical-align: top;
	position: absolute;
	left: -20%;
}

.site-main {
	z-index: 1;
	position: relative;
}

/* ═══════════════════════════════════════════════════════════
 * WhatsApp Chicklet — Botón flotante global
 * Valores de: global_cta_whatsapp / global_cta_whatsapp_label
 * ═══════════════════════════════════════════════════════════ */
.whatsapp-chicklet {
    display: flex;
    align-items: center;
    gap: 8px;
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    padding: 12px 20px 12px 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}

.whatsapp-chicklet:hover,
.whatsapp-chicklet:focus {
    background-color: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.30);
    color: #ffffff;
    text-decoration: none;
}

.whatsapp-chicklet svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
    flex-shrink: 0;
}

.whatsapp-chicklet span {
    color: #ffffff;
}
