.elementor-kit-5{--e-global-color-primary:#AE7C3E;--e-global-color-secondary:#231F20;--e-global-color-text:#FAF9F6;--e-global-color-accent:#F4CD92;--e-global-color-14f5ffb:#808080;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Dancing Script";--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:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body::-webkit-scrollbar {
    width: 6px; 
}

/* O trilho (fundo da barra) - Fundo Creme do Rótulo */
body::-webkit-scrollbar-track {
    background: #FAF7F2; 
}

/* O "dedo" da barra (o que se move) - Dourado do Brasão */
body::-webkit-scrollbar-thumb {
    background-color: #AE7C3E; 
    border-radius: 0px; /* Quadrado (Sharp) para seriedade e tradição */
    border: 1px solid #FAF7F2; /* Borda fina para definição */
}

/* Cor ao passar o mouse na barra - Preto Nobre */
body::-webkit-scrollbar-thumb:hover {
    background-color: #1A1A1A; 
}

/* =========================================
   SELEÇÃO DE TEXTO (HIGHLIGHT)
   ========================================= */
/* Efeito Premium: Texto Dourado com fundo Preto Nobre ao selecionar */
*::selection {
  color: #AE7C3E; /* Texto Dourado */
  background: #1A1A1A; /* Fundo Preto Nobre */
}

/* Para compatibilidade com Firefox */
*::-moz-selection {
  color: #AE7C3E;
  background: #1A1A1A;
}

/* =========================================
   ESTRUTURA GERAL
   ========================================= */
p:last-child {
    margin-bottom: 0px;
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Segurança para mobile */
}

/* =========================================
   LIMPEZA DO WOOCOMMERCE (VINHOS)
   ========================================= */

/* Esconde a aba "Informação Adicional" (Peso e Dimensões)
   Isso é dado logístico, não técnico do vinho. Polui a página. */
.woocommerce-tabs .additional_information_tab,
#tab-additional_information {
    display: none !important;
}

/* Ajuste de margem para a descrição curta (lado da garrafa) */
.woocommerce-product-details__short-description {
    margin-bottom: 25px; /* Um pouco mais de respiro */
    color: #4A4A4A; /* Cinza escuro para leitura confortável */
}

.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 0em !important;
}/* End custom CSS */