.elementor-kit-5{--e-global-color-primary:#121212;--e-global-color-secondary:#C5A059;--e-global-color-text:#333333;--e-global-color-accent:#C5A059;--e-global-color-d7ec7d1:#FAF7F2;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--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 *//* =========================================
   SCROLLBAR DE LUXO (BARRA DE ROLAGEM)
   ========================================= */

/* Largura da barra */
body::-webkit-scrollbar {
    width: 6px; 
}

/* O trilho (fundo da barra) - Discreto para fundir com o site */
body::-webkit-scrollbar-track {
    background: #FAF7F2; /* Nosso Off-White */
}

/* O "dedo" da barra (o que se move) */
body::-webkit-scrollbar-thumb {
    background-color: #C5A059; /* Dourado Envelhecido */
    border-radius: 0px; /* Quadrado (Sharp) seguindo a identidade */
    border: 1px solid #FAF7F2; /* Borda fina para separar do fundo */
}

/* Cor ao passar o mouse na barra */
body::-webkit-scrollbar-thumb:hover {
    background-color: #121212; /* Fica Preto quando o usuário interage */
}

/* =========================================
   SELEÇÃO DE TEXTO (HIGHLIGHT)
   ========================================= */
/* Efeito Vogue: Texto branco com fundo preto ao selecionar */
*::selection {
  color: #ffffff;
  background: #121212; 
}

/* Para compatibilidade com Firefox */
*::-moz-selection {
  color: #ffffff;
  background: #121212;
}

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

html, body {
    width: 100%;
    overflow-x: hidden; /* Evita rolagem lateral indesejada no mobile */
}

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

/* Esconde a aba "Informação Adicional" (Peso e Dimensões) 
   que polui a página de roupa */
.woocommerce-tabs .additional_information_tab,
#tab-additional_information {
    display: none !important;
}

/* Ajuste de margem para descrições */
.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}/* End custom CSS */