/*
 Theme Name:   Monica Child
 Theme URI:    https://wdtmonica.wpengine.com/
 Description:  Monica Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     monica
 Version:      1.0.0
 Text Domain:  monica-child
 Tested up to: 6.9 
 Requires PHP: 7.4
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2026 designthemes. All rights reserved.
*/


.wdt-no-header-builder-content .no-header .no-header-logo > a > img, .elementor-widget-wdt-logo div.wdt-logo-container a img {
    height: auto;
    width: 153px;
    max-width: 130px;
}

/* Usando a especificidade máxima do seu tema para sobrescrever */
.woocommerce div.product form.variations_form .variation-swatches .wdt-proswatch-button div.wdt-swatches-container {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

/* Ajustando os cards individuais com seletor longo */
.woocommerce div.product form.variations_form .variation-swatches .wdt-proswatch-button div.wdt-swatches-container div.product_swatch {
    width: auto !important;
    min-width: 130px !important;
    height: auto !important;
    padding: 10px 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

/* Garantindo que o texto "Castanho Médio sem Tintura" apareça inteiro */
.woocommerce div.product form.variations_form .variation-swatches .wdt-proswatch-button div.wdt-swatches-container div.product_swatch {
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

/* Reduzir drasticamente o tamanho da fonte do menu lateral */
.elementor-widget-image-box .elementor-image-box-title {
    font-size: 12px !important; /* Força um tamanho fixo pequeno */
    font-weight: 500 !important; /* Tira o negrito pesado se estiver atrapalhando */
    line-height: 1.1 !important; /* Diminui o espaço entre linhas se o texto quebrar */
    letter-spacing: 0px !important; /* Garante que as letras não fiquem espalhadas */
}

/* Ajuste opcional: se o link dentro do título tiver estilo próprio */
.elementor-widget-image-box .elementor-image-box-title a {
    font-size: 13px !important;
    text-decoration: none !important;
}
.wdt-icon-item
{
visibility:hidden;
display:none;
	
}



 /* Ocultar o widget de shortcode que contém o woocs */
.elementor-element-27dd7f6 .elementor-shortcode {
    display: none !important;
}



.wdt-heading-subtitle
{
	    display: none;
	visibility:hidden;
	
}


/* Alvo cirúrgico: apenas o container da imagem de destaque do blog */
.single-post article .entry-thumb {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Garante que a imagem dentro desse container também obedeça */
.single-post article .entry-thumb img {
    margin-left: 0 !important;
    margin-right: auto !important;
    display: inline-block !important;
}





