.elementor-kit-5{--e-global-color-primary:#545B42;--e-global-color-secondary:#A0AE97;--e-global-color-text:#545B42;--e-global-color-accent:#BCC5B5;--e-global-color-460962b:#FFFFFF;--e-global-color-9204ef1:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================================================
   1. PÁGINA DE PRODUTO (PRODUCT PAGE)
   ========================================================================== */

/* --- 1.1 Limpeza e Estrutura das Variações --- */
.reset_variations { display: none !important; }
.woocommerce-variation-availability, .stock.in-stock { display: none !important; }

/* Força o fundo branco e remove bordas na tabela de variações */
.variations, .variations tr, .variations td, .variations th {
    background-color: #ffffff !important;
    border: none !important;
}

table.variations {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    margin-left: 0 !important;
    background-color: #ffffff !important;
}

/* --- 1.2 Labels e Textos (Cor/Tamanho) --- */
/* Remove recuos para encostar o texto "Cor" na esquerda */
.variations td.label, .variations th.label {
    padding-left: 0 !important;
    padding-right: 10px !important;
    width: auto !important;
    text-align: left !important;
}

.variations label {
    display: inline-block !important;
    margin-right: 1px !important;
    color: #545B42 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.woo-selected-variation-item-name, 
.woo-variation-swatches-variable-item-description {
    display: inline-block !important;
    color: #545B42 !important;
    font-family: 'Roboto', sans-serif !important;
    margin-left: 5px !important;
}

/* --- 1.3 Seletor de Cores (Bolinhas) --- */
.variable-item {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.variable-item-contents {
    border: 1px solid #ccc !important; 
    border-radius: 50% !important;
    padding: 0px !important;
}

.variable-item.selected .variable-item-contents {
    border: 1px solid #545B42 !important;
}

.variable-item-contents:before, .variable-item-contents:after { display: none !important; }

/* --- 1.4 Quantidade e Botão Comprar --- */
.e-atc-qty-button-holder, .elementor-add-to-cart .quantity {
    display: flex !important;
    width: fit-content !important;
}

/* Estilo da caixa de quantidade */
.quantity {
    display: inline-flex !important;
    align-items: center;
    justify-content: center !important;
    border: 1px solid #545B42 !important; 
    border-radius: 4px;
    padding: 0 !important;
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    background-color: #ffffff !important; 
    overflow: visible !important;
    position: relative; 
    margin-top: 30px !important; 
    margin-bottom: 20px !important;
}

/* Rótulo "Quantidade" flutuando acima */
.quantity:before {
    content: "Quantidade";
    display: block;
    color: #545B42 !important; 
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px;
    position: absolute;
    top: -30px; 
    left: 0;
    width: 200px;
    text-align: left;
    white-space: nowrap;
}

/* Remove setas nativas do input number */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0 !important; }
.quantity input[type=number] { -moz-appearance: textfield !important; }

/* Botões +/- */
.quantity .qty-btn {
    width: 25px !important;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #545B42;
    font-size: 16px;
    font-weight: bold;
}

/* Campo numérico central */
.quantity input.qty {
    width: 35px !important; 
    min-width: 35px !important;
    height: 35px !important;
    border: none !important;
    background: transparent !important;
    color: #545B42 !important;
    font-family: 'Roboto', sans-serif !important;
    text-align: center !important; 
    font-size: 15px;
    padding: 0 !important; 
    margin: 0 !important;
}

/* Botão Comprar */
form.cart .variations_button, 
.e-atc-qty-button-holder {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.single_add_to_cart_button {
    font-size: 0 !important;
    padding: 12px 35px !important;
    min-width: 160px;
    border-radius: 4px !important;
    background-color: #545B42 !important;
    display: block !important;
}

.single_add_to_cart_button:after {
    content: "COMPRAR";
    font-size: 15px !important; 
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

/* --- 1.5 Metadados (SKU/Categorias) --- */
.product_meta {
    border-top: none !important; 
    padding-top: 0 !important;
    margin-top: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
}

.product_meta span {
    display: flex !important;
    align-items: center;
    font-size: 14px;
    color: #545B42;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
}

.product_meta span a, 
.product_meta span span:not(.detail-label) {
    color: #545B42 !important;
    font-weight: 400;
    margin-left: 8px !important;
    display: inline-block !important;
}

/* --- 1.6 Calculadora de Frete (Product Page) --- */
/* Títulos e Textos */
.infixs-correios-automatico-calculator-title,
.infixs-correios-automatico-shipping-results-address,
.infixs-correios-automatico-shipping-results-grid,
.infixs-correios-automatico-shipping-results-grid * {
    color: #545b42 !important;
}
.infixs-correios-automatico-calculator-title { font-weight: 700; }

/* Remover ícone de caminhão */
.infixs-correios-automatico-input-text-prepend { display: none !important; }

/* Container do Campo */
.infixs-correios-automatico-calculate-box,
.infixs-correios-automatico-input-text {
    width: 100% !important;
    max-width: 160px !important;
    display: flex !important;
}

/* Input Vazio (Branco) */
.infixs-correios-automatico-input-text input {
    background-color: #ffffff !important;
    border: 1px solid #545b42 !important;
    color: #545b42 !important;
    text-align: left !important;
    padding-left: 0px !important;
    width: 100% !important;
    flex: 1 !important;
}

/* Input Preenchido e Correções */
#infixs-correios-automatico-input-postcode,
.infixs-correios-automatico-input-text input {
    background-color: #ffffff !important;
    border: 1px solid #545b42 !important;
    color: #545b42 !important;
    padding-left: 8px !important;
    padding-right: 5px !important;
    font-size: 13px !important;
    text-indent: 0 !important;
    text-align: left !important;
    width: 100% !important;
    flex: 1 !important;
    height: 40px !important;
}

/* Auto-fill fix */
.infixs-correios-automatico-input-text input:-webkit-autofill,
.infixs-correios-automatico-input-text input:-webkit-autofill:hover, 
.infixs-correios-automatico-input-text input:-webkit-autofill:focus, 
.infixs-correios-automatico-input-text input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F1F4E8 inset !important;
    -webkit-text-fill-color: #545b42 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Botão OK (Seta/Lupa) */
.infixs-correios-automatico-input-text-append button {
    background-color: #545b42 !important;
    color: #F1F4E8 !important;
    border: 1px solid #545b42 !important;
}

/* Links "Não sei meu CEP" */
a.infixs-correios-automatico-calculate-find-link {
    color: #545b42 !important;
    text-decoration: underline;
}
a.infixs-correios-automatico-calculate-find-link:hover {
    color: #bcc5b5 !important;
}


/* ==========================================================================
   2. CARRINHO E MINI-CART (CART & DRAWER)
   ========================================================================== */

/* --- 2.1 Mensagens de Sucesso/Alerta (Banners) --- */
.woocommerce-message {
    border: 1px solid #545B42 !important; 
    border-top: 1px solid #545B42 !important;
    background-color: #bcc5b5 !important; 
    color: #545B42 !important; 
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}

.woocommerce-message .button {
    background-color: #545B42 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 10px 25px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.woocommerce-message .button:hover { background-color: #A9B290 !important; }
.woocommerce-message::before { color: #545B42 !important; }

/* --- 2.2 Mini-Cart (Gaveta Lateral) --- */
/* Toggle (Ícone + Contador) */
.elementor-menu-cart__toggle .elementor-button-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 5px;
}
.elementor-menu-cart__toggle .elementor-button-icon-qty {
    order: -1;
    display: inline-block !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* Textos e Produtos */
.elementor-menu-cart__product-name, 
.elementor-menu-cart__product-name a {
    color: #545B42 !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 0px !important;
}

.elementor-menu-cart__product-price .elementor-menu-cart__product-quantity-label,
.elementor-menu-cart__product-price .elementor-menu-cart__product-quantity {
    color: #545B42 !important;
    font-weight: 400 !important;
    display: block !important;
    margin-top: -2px !important; 
}

/* Caixa de Preço */
.elementor-menu-cart__product-price {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    min-width: 140px !important;
    border: none !important; 
    padding: 0 !important;
    margin-top: 2px !important; 
    margin-left: 20px !important; 
    color: #545B42 !important;
}
.elementor-menu-cart__product-price .quantity,
.elementor-menu-cart__product-price .quantity input {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Subtotal e Botões */
.elementor-menu-cart__subtotal,
.elementor-menu-cart__subtotal .woocommerce-Price-amount,
.elementor-menu-cart__subtotal .woocommerce-Price-currencySymbol {
    color: #545B42 !important;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
}

.elementor-menu-cart__footer-buttons a.elementor-button {
    background-color: #545B42 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    flex: 1 !important;
    text-align: center !important;
}
.elementor-menu-cart__footer-buttons a.elementor-button:hover { background-color: #3d4231 !important; }

/* Botão Fechar (X) */
.elementor-menu-cart__close-button::before,
.elementor-menu-cart__close-button::after {
    background-color: #545B42 !important;
}

/* Tradução Sacola Vazia */
.woocommerce-mini-cart__empty-message {
    font-size: 0 !important;
    color: transparent !important;
}
.woocommerce-mini-cart__empty-message::before {
    content: "Sua sacola está vazia.";
    font-size: 16px !important;
    color: #545B42 !important;
    font-weight: 500;
    display: block;
    text-align: center;
}

/* --- 2.3 Página de Carrinho (Cart Page) --- */
/* Ocultar Título */
.page-id-9 .entry-title, 
.woocommerce-cart .entry-title {
    display: none !important;
}

/* Traduções de Cupom (Carrinho) */
#coupon_code::placeholder { font-size: 0 !important; }
#coupon_code::after {
    content: "Inserir Cupom" !important;
    font-size: 14px !important;
    color: #545B42 !important;
    position: absolute;
    left: 10px;
}
#coupon_code::-webkit-input-placeholder { color: transparent !important; }
#coupon_code:-moz-placeholder { color: transparent !important; }
.coupon-col-start::before {
    content: "Inserir Cupom";
    position: absolute;
    padding-left: 15px;
    padding-top: 10px;
    color: #ccc;
    pointer-events: none;
}

.coupon .button[name="apply_coupon"] { font-size: 0 !important; }
.coupon .button[name="apply_coupon"]::before {
    content: "Aplicar Cupom" !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.coupon-col-start input#coupon_code {
    border: 1px solid #545B42 !important;
    border-radius: 4px !important;
    height: 45px !important;
    color: #545B42 !important;
}


/* ==========================================================================
   3. CHECKOUT (FINALIZAR COMPRA)
   ========================================================================== */

/* --- 3.1 Geral e Títulos --- */
.page-id-10 .entry-title, 
.woocommerce-checkout .entry-title {
    display: none !important;
}

.woocommerce-checkout .showcoupon {
    color: #545B42 !important;
    text-decoration: underline;
}
.woocommerce-checkout abbr.required {
    color: #545B42 !important;
    text-decoration: none !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .form-row label {
    color: #545B42 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3,
#order_review_heading {
    color: #545B42 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

/* --- 3.2 Molduras e Layout --- */
.woocommerce-info, .woocommerce-error {
    background-color: #bcc5b5 !important;
    border-top-color: #545B42 !important;
    color: #545B42 !important;
}

/* Moldura externa única */
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
    border: 1px solid #bcc5b5 !important;
    border-radius: 4px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    background-color: transparent !important;
}

/* Limpeza de bordas internas duplicadas */
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_comments_field,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout table.shop_table,
.woocommerce-checkout #payment ul.payment_methods {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/* Campo de Observações */
.woocommerce-checkout #order_comments {
    border: 1px solid #bcc5b5 !important;
    border-radius: 4px !important;
    padding: 15px !important;
    background-color: #f9f9f9 !important;
}

/* --- 3.3 Traduções de Campos (Labels) --- */

/* Nome e Sobrenome (Billing) */
#billing_first_name_field label { font-size: 0 !important; }
#billing_first_name_field label::before { 
    content: "Nome"; 
    font-size: 14px !important; 
    font-weight: 700;
    color: #545B42;
}

#billing_last_name_field label { font-size: 0 !important; }
#billing_last_name_field label::before { 
    content: "Sobrenome"; 
    font-size: 14px !important;
    font-weight: 700;
    color: #545B42;
}

/* Nome e Sobrenome (Shipping) */
label[for="shipping_first_name"],
label[for="shipping_last_name"] {
    visibility: hidden;
    position: relative;
}
label[for="shipping_first_name"] .required,
label[for="shipping_last_name"] .required {
    display: none !important;
}

label[for="shipping_first_name"]::before {
    content: "Nome";
    visibility: visible;
    position: absolute;
    left: 0; top: 0;
    color: #545b42 !important;
    font-weight: 700;
}
label[for="shipping_first_name"]::after {
    content: "*";
    visibility: visible;
    position: absolute;
    left: 45px; top: 0;
    color: #e2401c !important;
    font-weight: 700;
}

label[for="shipping_last_name"]::before {
    content: "Sobrenome";
    visibility: visible;
    position: absolute;
    left: 0; top: 0;
    color: #545b42 !important;
    font-weight: 700;
}
label[for="shipping_last_name"]::after {
    content: "*";
    visibility: visible;
    position: absolute;
    left: 90px; top: 0;
    color: #e2401c !important;
    font-weight: 700;
}

/* Checkbox "Enviar para outro endereço" */
#ship-to-different-address-checkbox { accent-color: #545b42 !important; }
h3#ship-to-different-address label span { display: none !important; }
h3#ship-to-different-address label::after {
    content: "Enviar para um endereço diferente?";
    color: #545b42 !important;
    font-weight: 700;
    margin-left: 8px;
    cursor: pointer;
}

/* --- 3.4 Cupons e Toggles (Checkout) --- */
.woocommerce-checkout .showcoupon,
.e-show-coupon-form {
    font-size: 0 !important;
    color: #545B42 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.woocommerce-checkout .showcoupon::before,
.e-show-coupon-form::before {
    content: "Clique aqui para inserir o código";
    font-size: 14px !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info,
.e-checkout-secondary-title {
    font-size: 0 !important;
    background-color: transparent !important;
    border: none !important;
    color: #545B42 !important;
    padding: 0 !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before,
.e-checkout-secondary-title::before {
    content: "Possui um cupom? ";
    font-size: 14px !important;
    color: #545B42 !important;
}

.e-coupon-anchor-description { font-size: 0 !important; color: #545B42 !important; }
.e-coupon-anchor-description::before {
    content: "Se você tiver um código de cupom, aplique-o abaixo.";
    font-size: 14px !important;
}

.woocommerce-button.button.e-apply-coupon {
    font-size: 0 !important;
    background-color: #545B42 !important;
    border: 2px solid #545B42 !important;
    color: #ffffff !important;
    border-radius: 3px !important;
}
.woocommerce-button.button.e-apply-coupon::before {
    content: "APLICAR";
    font-size: 14px !important;
    font-weight: 700 !important;
}
.woocommerce-button.button.e-apply-coupon:hover {
    background-color: #a0ae97  !important;
    border-color: #a0ae97  !important;
}
.woocommerce-button.button.e-apply-coupon:focus,
.woocommerce-button.button.e-apply-coupon:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #545B42 !important;
}

/* --- 3.5 Tabela de Resumo (Review Order) --- */
.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
    color: #545B42 !important;
    font-family: 'Roboto', sans-serif !important;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    border: none !important;
    border-collapse: collapse !important;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th {
    border: none !important;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Limpeza de informações técnicas (Appointment) */
dt.variation-AppointmentInformation, dd.variation-AppointmentInformation { display: none !important; }
dl.variation { font-size: 14px; color: #545b42; }

/* Tradução campos Appointment */
dt.variation-Service, dt.variation-Date {
    visibility: hidden; position: relative; width: auto;
}
dt.variation-Service::before {
    content: "Serviço:"; visibility: visible; position: absolute; left: 0; top: 0; color: #545b42; font-weight: 700;
}
dt.variation-Date::before {
    content: "Data:"; visibility: visible; position: absolute; left: 0; top: 0; color: #545b42; font-weight: 700;
}

/* --- 3.6 Estilos de Pagamento e Campos Especiais --- */

/* Radio Buttons */
input[type="radio"]:checked,
.woocommerce-checkout input.input-radio:checked {
    accent-color: #545b42 !important;
    background-color: #545b42 !important;
    border-color: #545b42 !important;
}

/* Foco nos campos (Glow Verde) */
.woocommerce-billing-fields input:focus,
.woocommerce-billing-fields select:focus,
.woocommerce-billing-fields textarea:focus,
.woocommerce-shipping-fields input:focus,
.select2-selection--single:focus {
    border-color: #545b42 !important;
    box-shadow: 0 0 0 1px #545b42 !important;
    outline: none !important;
}

/* Mercado Pago */
div.mp-input:focus-within, div.mp-input.mp-focus, .mp-input-focus {
    border-color: #545b42 !important;
    box-shadow: 0 0 0 1px #545b42 !important; 
}
div.mp-input input:focus, div.mp-input select:focus, 
.mp-checkout-container input:focus, .mp-checkout-container select:focus, #mp-doc-number:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
#mp-doc-number:focus { border-color: #545b42 !important; }

/* Select2 (Dropdowns) */
.select2-results__option {
    color: #545b42 !important;
    background-color: #ffffff !important;
    padding: 10px !important;
}
.select2-container--default.select2-results__option--highlighted[aria-selected],
.select2-container--default.select2-results__option--highlighted[aria-selected]:hover {
    background-color: #F1F4E8 !important;
    color: #545b42 !important;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #545b42 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #545b42 !important;
}


/* ==========================================================================
   4. PÁGINA DE LOJA E ARQUIVOS (SHOP/ARCHIVE)
   ========================================================================== */

.page-id-60 .entry-title, 
.post-type-archive-product .entry-title {
    display: none !important;
}

/* Ocultar Filtros/Categorias Específicas */
.jet-checkboxes-list__row:has(input[value='15']),
.jet-checkboxes-list__row:has(input[value='46']),
.jet-checkboxes-list__row:has(input[data-label='Ver Todos']) {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
input[value='15'], input[value='46'] { display: none !important; }


/* ==========================================================================
   5. AGENDAMENTOS (JETBOOKING/APPOINTMENTS)
   ========================================================================== */

/* Força a cor Verde no resumo */
.jet-apb-calendar-summary-body .jet-apb-item-service-provider,
div.jet-apb-item-service-provider {
    color: #545B42 !important;
    font-weight: 700;
}

/* Ocultar Timezone UTC */
.jet-apb-calendar-timezone {
    display: none !important;
}

/* ==========================================================================
   6. OCULTAR CAMPO TEXT JETFORM
   ========================================================================== */

.ocultar-visualmente {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}


/* ==========================================================================
   7. CARRINHO (AJUSTES FINAIS DE COR)
   ========================================================================== */

/* --- AJUSTE FINO 1: Link "Desfazer" --- */
/* Cor normal (Vermelho) */
.woocommerce-message a.restore-item {
    color: #e74c3c !important; 
    font-weight: bold !important;
    text-decoration: underline !important;
}

/* Cor ao passar o mouse (Verde 1) */
.woocommerce-message a.restore-item:hover {
    color: #545b42  !important; 
    background: transparent !important;
}

/* --- AJUSTE FINO 2: Mensagem de Carrinho Vazio --- */
/* Cor do ícone (Verde 1) e troca para ícone de Carrinho */
.woocommerce-info::before {
    color: #545b42 !important; 
    
    /* Trocar ícone para Carrinho de compras */
    content: "\f07a" !important; 
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

/* Opcional: Borda superior da mensagem na cor da marca */
.woocommerce-info {
    border-top-color: #545b42 !important; 
}

/* --- AJUSTE FINO 3: Botão Retornar para a Loja --- */
/* Estado Normal (Fundo Verde 1, Texto Branco) */
p.return-to-shop a.button {
    background-color: #545b42 !important; 
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease;
}

/* Estado Hover (Fundo Verde 3, Texto Branco) */
p.return-to-shop a.button:hover {
    background-color: #bcc5b5  !important; 
    color: #ffffff !important;
    transform: translateY(-2px); /* Um leve efeito de subida */
}


/* ==========================================================================
   8. VITRINE E PÁGINA DE PRODUTO
   ========================================================================== */

/* --- PADRONIZAR FOTO PRINCIPAL (Página de Produto) --- */
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    height: 500px !important; /* Defina aqui a altura desejada */
    width: 100% !important;
    object-fit: cover !important; /* Corta para caber sem distorcer */
    object-position: center center !important; 
    border-radius: 8px !important; 
}

/* Ajuste para Celular */
@media (max-width: 767px) {
    .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        height: 350px !important; 
    }
}


/* ==========================================================================
   9. PERSONALIZAÇÃO PÁGINA MINHA CONTA (GERAL)
   ========================================================================== */

/* 1. Área de Conteúdo (Texto de boas vindas, Links no texto) */
.woocommerce-MyAccount-content p a {
    color: #545b42 !important; /* Verde 1 */
    font-weight: bold;
    text-decoration: underline;
}

.woocommerce-MyAccount-content p a:hover {
    color: #bcc5b5 !important; /* Verde 3 */
}

/* 2. Formulário de Login (Bordas e Espaçamento) */
.woocommerce form.login, .woocommerce form.register {
    border: 1px solid #eee !important;
    padding: 20px !important;
    border-radius: 8px !important;
}

/* 3. Botões Gerais da Conta (Salvar, Login, Registrar) */
.woocommerce-account .button {
    background-color: #545b42 !important; /* Verde 1 */
    color: white !important;
    border-radius: 5px !important;
    border: none !important;
}

.woocommerce-account .button:hover {
    background-color: #bcc5b5 !important; /* Verde 3 */
    transform: translateY(-2px);
}

/* 4. Títulos (Minha Conta, Entrar, etc) */
.woocommerce-account h2 {
    color: #545b42 !important; /* Verde 1 */
    font-size: 24px;
}

/* 5. Link "Perdeu sua senha?" (Pequeno e Vermelho) */
.woocommerce-account .lost_password a {
    color: #ff0000 !important; /* Vermelho */
    font-weight: 500 !important;
    text-decoration: underline !important;
    font-size: 12px !important;
    transition: all 0.3s ease;
}

/* Hover no Verde 1 */
.woocommerce-account .lost_password a:hover {
    color: #545b42 !important; /* Verde 1 */
    background: transparent !important;
}

/* 6. Checkbox "Lembre-me" */
.woocommerce-account input[type="checkbox"] {
    accent-color: #545b42 !important; /* Verde 1 */
    cursor: pointer;
}


/* ==========================================================================
   10. MENU LATERAL MINHA CONTA (CORRIGIDO E DEFINITIVO)
   ========================================================================== */

/* 1. Resetar estilos do tema (limpar fundo e bordas da lista) */
#content .woocommerce-MyAccount-navigation li {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
    list-style: none !important;
}

/* 2. Estilo Base do Link (Cinza Claro quando inativo) */
#content .woocommerce-MyAccount-navigation li a {
    display: block !important;
    padding: 15px 20px !important;
    color: #333 !important;      /* Texto Cinza Escuro */
    background-color: #f7f7f7 !important; /* Fundo Cinza Claro */
    border-radius: 5px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

/* 3. ITEM ATIVO = VERDE 1 (#545b42) */
/* Usa #content para ter prioridade máxima sobre o Elementor */
#content .woocommerce-MyAccount-navigation li.is-active a {
    background-color: #545b42 !important; /* SEU VERDE 1 */
    color: #ffffff !important;
}

/* 4. HOVER = VERDE 3 (#bcc5b5) */
/* Apenas quando NÃO for o item ativo */
#content .woocommerce-MyAccount-navigation li:not(.is-active) a:hover {
    background-color: #bcc5b5 !important; /* SEU VERDE 3 */
    color: #ffffff !important;
}/* End custom CSS */