/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Texto general */
body,
body p,
body li,
body input,
body textarea,
body select,
body button {
    font-family: 'Pragmatica', sans-serif !important;
    font-weight: 400;
}

/* Títulos y cosas que deberían ir en negrita */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.product_title,
.woodmart-archive-product-title {
    font-family: 'Pragmatica', sans-serif !important;
    font-weight: 700;
}

/* Negritas en el contenido */
strong, b {
    font-family: 'Pragmatica', sans-serif !important;
    font-weight: 700 !important;
}

/* =========================================================
   PRECIOS DUALES: ARS + USD
   ========================================================= */

/* USD + ARS en una línea, lado a lado */
.lean-precio-wrapper {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 8px;
}

/* USD — hereda el tamaño y color del tema */
.lean-precio-usd {
    display: inline;
}

/* ARS — badge chico */
.lean-precio-ars {
    display: inline-block;
    font-size: 0.55em !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    background: rgba(0, 0, 0, 0.07);
    color: #555 !important;
    padding: 2px 7px;
    border-radius: 4px;
    line-height: 1.4;
    white-space: nowrap;
    vertical-align: middle;
}

/* En listados: ocultar el ARS */
.products .lean-precio-ars {
    display: none !important;
}
