/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#titulo_topo .title_block {
    display: none;
    
    /* ---------------------------
  /* Fonte elegante para todo o produto */
h1, h2, h3, h4, h5, h6,
.product-title,
.product-price,
.product-add-to-cart {
    font-family: 'Lato', 'Lucida Sans', sans-serif !important;
    font-weight: 300 !important; 
}

/* Ajuste de tamanho e espaçamento */
.product-title {
    font-size: 19px !important;
    line-height: 28px !important;
}

.product-price {
    font-size: 19px !important;
    line-height: 28px !important;
}
