.elementor-613 .elementor-element.elementor-element-109450c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-613 .elementor-element.elementor-element-a7a4816{text-align:center;}.elementor-613 .elementor-element.elementor-element-a7a4816 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:70px;font-weight:800;color:#A40505;}.elementor-613 .elementor-element.elementor-element-19acf1a{--display:flex;}.elementor-613 .elementor-element.elementor-element-f4fa3a5{--display:flex;}.elementor-613 .elementor-element.elementor-element-e72f389{--swiper-slides-to-display:4;--swiper-slides-gap:10px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;}.elementor-613 .elementor-element.elementor-element-e72f389 .swiper-slide > .elementor-element{height:100%;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-613 .elementor-element.elementor-element-e72f389{--swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-613 .elementor-element.elementor-element-e72f389{--swiper-slides-to-display:1;}}/* Start custom CSS for heading, class: .elementor-element-a7a4816 */.titulo-gradient {
    font-weight: 900;
    font-size: 48px;
    background: linear-gradient(90deg, #000000, #e60000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4366936 *//* * 🌟 CSS Widget Orçamento - Versão "Bonitinho & Animado" 
 * Foco: Compacto, Vermelho e com Animações Vivas
 */

/* --- 0. Animações (A Mágica) --- */
@keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(211, 47, 47, 0); }
    100% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0); }
}

@keyframes float-entry {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- 1. Contêiner Principal --- */
.woocommerce .ywraq-wrapper {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    /* Animação suave de entrada ao carregar a página */
    animation: float-entry 0.8s ease-out;
}

/* --- 2. Tabela de Itens --- */
#yith-ywrq-table-list thead th {
    background-color: #ffebee; 
    color: #c62828;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px;
    border: none;
    border-radius: 8px;
}

/* Linhas da Tabela com Efeito Hover */
#yith-ywrq-table-list tbody tr {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 8px;
}

/* Quando passa o mouse na linha (exceto mobile) */
@media (min-width: 769px) {
    #yith-ywrq-table-list tbody tr:hover {
        background-color: #fffbfb;
        transform: translateY(-3px); /* Flutua levemente */
        box-shadow: 0 5px 15px rgba(211, 47, 47, 0.05);
    }
}

#yith-ywrq-table-list tbody td {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 10px; /* Mais compacto */
    vertical-align: middle;
}

/* Imagem com Zoom Suave */
#yith-ywrq-table-list td.product-thumbnail img {
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    max-width: 60px;
    height: auto;
    transition: transform 0.4s ease;
}

#yith-ywrq-table-list tbody tr:hover td.product-thumbnail img {
    transform: scale(1.1); /* Zoom na imagem ao passar mouse na linha */
}

/* Nome do Produto */
#yith-ywrq-table-list td.product-name a {
    color: #444;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

#yith-ywraq-table-list td.product-name a:hover {
    color: #d32f2f;
}

/* Botão de Remover (Gira ao passar o mouse) */
.yith-ywraq-item-remove.remove {
    color: #d32f2f !important;
    background: #fff;
    border: 2px solid #ffcdd2;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s ease;
}

.yith-ywraq-item-remove.remove:hover {
    background: #d32f2f;
    color: #fff !important;
    transform: rotate(180deg) scale(1.1); /* Gira e cresce */
    border-color: #d32f2f;
    cursor: pointer;
}

/* Input Quantidade */
.quantity input.qty {
    border: 1px solid #e0e0e0;
    border-radius: 20px; /* Bem redondinho */
    padding: 5px;
    color: #555;
    font-weight: 600;
    max-width: 60px;
    text-align: center;
    transition: border 0.3s;
}
.quantity input.qty:focus {
    border-color: #d32f2f;
    outline: none;
}

/* --- 3. Formulário --- */
.yith-ywraq-mail-form-wrapper {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px dashed #ffcdd2;
}

.yith-ywraq-mail-form-wrapper h3 {
    color: #b71c1c;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.yith-ywraq-mail-form-wrapper input, 
.yith-ywraq-mail-form-wrapper textarea {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

/* Efeito Glow ao Digitar */
.yith-ywraq-mail-form-wrapper input:focus, 
.yith-ywraq-mail-form-wrapper textarea:focus {
    background-color: #fff;
    border-color: #d32f2f;
    box-shadow: 0 0 8px rgba(211, 47, 47, 0.2); /* Brilho vermelho */
    transform: translateY(-2px);
}

/* --- 4. Botões Especiais --- */

/* Botão Principal (Enviar) com PULSO */
.raq-send-request {
    background-color: #d32f2f !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    
    /* Animação em Loop */
    animation: pulse-red 2s infinite;
}

.raq-send-request:hover {
    background-color: #b71c1c !important;
    transform: scale(1.05); /* Cresce um pouco */
    animation: none; /* Para o pulso ao passar o mouse */
    box-shadow: 0 10px 20px rgba(183, 28, 28, 0.3);
}

/* Botão Secundário (Atualizar) */
input[name="update_raq"] {
    background-color: #fff !important;
    color: #d32f2f !important;
    border: 1px solid #d32f2f !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    transition: all 0.3s;
    margin-right: 10px;
}

input[name="update_raq"]:hover {
    background-color: #d32f2f !important;
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.2);
}

/* --- 5. Responsividade (Mobile) --- */
@media screen and (max-width: 768px) {
    .woocommerce .ywraq-wrapper { padding: 15px; }
    #yith-ywrq-table-list thead { display: none; }
    
    #yith-ywrq-table-list tbody tr {
        display: block;
        border: 1px solid #ffcdd2; /* Borda rosa suave */
        border-radius: 10px;
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 10px;
        background: #fff;
    }
    
    #yith-ywrq-table-list td {
        display: block;
        text-align: center !important;
        border: none;
        padding: 5px 10px;
    }
    
    #yith-ywrq-table-list td.product-remove {
        position: absolute;
        top: 8px;
        right: 8px;
    }
    
    /* Botões Full Width no celular */
    .actions input.button, .raq-send-request {
        width: 100%;
        margin-bottom: 10px;
    }
}/* End custom CSS */