.elementor-kit-97{--e-global-color-primary:#CB187C;--e-global-color-secondary:#7B1FA2;--e-global-color-text:#555555;--e-global-color-accent:#E91E63;--e-global-color-9a04d21:#1C242E;--e-global-color-8fe2f1a:#FFFFFF;--e-global-color-847ead2:#0000000D;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:19px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-c0107cc-font-family:"Jost";--e-global-typography-c0107cc-font-size:21px;--e-global-typography-c0107cc-font-weight:600;--e-global-typography-6c40fa7-font-family:"Jost";--e-global-typography-6c40fa7-font-size:17px;--e-global-typography-6c40fa7-font-weight:400;}.elementor-kit-97 e-page-transition{background-color:#FFBC7D;}.elementor-kit-97 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* === LUMERAH GLOBAL CSS === */

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Links globais */
a {
    transition: all 0.3s ease;
}

/* Botões globais - bordas arredondadas */
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
button[type="submit"] {
    border-radius: 50px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
}

.elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(203, 24, 124, 0.25);
}

/* Imagens hover sutil */
.elementor-widget-image img {
    transition: all 0.4s ease;
}

.elementor-widget-image:hover img {
    transform: scale(1.02);
}

/* Headings globais */
h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
}

/* Scrollbar personalizada */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    background: #CB187C;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #AB1268;
}

/* Seleção de texto */
::selection {
    background: #CB187C;
    color: #fff;
}

/* WooCommerce - preço em destaque */
.woocommerce .price {
    color: #CB187C !important;
    font-weight: 700 !important;
}

.woocommerce .price del {
    color: #999 !important;
    font-weight: 400 !important;
}

/* WooCommerce - badges de venda */
.woocommerce span.onsale {
    background: #CB187C !important;
    border-radius: 50px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700 !important;
}

/* WooCommerce - estrelas */
.star-rating span::before,
.star-rating::before {
    color: #c9a96e !important;
}

/* Inputs e formulários */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select,
.woocommerce-input-wrapper input {
    border-radius: 8px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #CB187C !important;
    box-shadow: 0 0 0 3px rgba(203, 24, 124, 0.1) !important;
    outline: none !important;
}

/* Animação suave nos widgets ao scroll */
.elementor-widget {
    transition: opacity 0.3s ease;
}

/* Remove outline feio no focus */
*:focus {
    outline: none;
}

/* Footer sem margem extra */
footer.elementor-location-footer {
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */