/*
Theme Name:     Divi Child Bomoresa
Theme URI:      https://bomoresa.com.mx/
Description:    Child Theme para la personalizacion limpia del catalogo de Bomoresa.
Author:         Antigravity
Template:       Divi
Version:        1.0.0
*/

/* ============================================================
   ESTILOS GLOBALES Y TIPOGRAFIA (MIGRADOS DESDE DIVI OPTIONS)
   Fecha: 07 de Julio de 2026
   ============================================================ */

.et-cart-info {
    display: none !important;
}

#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/* === BOMORESA tipografia borrador + WooCommerce === */
:root {
  --bm-heading: #151920;
  --bm-price: #0057A8;
  --bm-body: #2E3440;
  --bm-muted: #5F6B7A;
  --bm-faint: #8A939F;
  --bm-link: #003B73;
  --bm-link-hover: #002244;
  --bm-bg-light: #F6F7F9;
}

body,
.et_pb_section,
.woocommerce {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
  font-size: 16.5px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: var(--bm-body) !important;
}

h1, h2, h3, h4, h5, h6,
.et_pb_module_header {
  font-family: 'Outfit', sans-serif !important;
  color: var(--bm-heading) !important;
}

/* Footer: en categorias el h2 global de Divi (con #et-boc) agrandaba los titulos de columna */
.bmf h2.bmf-col-h2{font-size:var(--bm-fs-sm,15px) !important;line-height:1.2 !important;margin:0 !important;padding-top:0 !important}
