.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-29 .elementor-element.elementor-element-910fa18 .elementor-heading-title{color:#430C0B;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-29 .elementor-element.elementor-element-a1311c5 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}/* Start custom CSS for image, class: .elementor-element-a1311c5 */body {
    background-color: #FFF9F3;
    color: #3B2924;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Selección de texto */
::selection {
    background-color: #D9A06C;
    color: #FFFFFF;
}

/* Links */
a {
    color: #8B5E3C;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #C47F4B;
}

/* Botones Elementor */
.elementor-button {
    background-color: #8B5E3C;
    color: #FFFFFF  o!important;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(139, 94, 60, 0.18);
}

.elementor-button:hover {
    background-color: #C47F4B;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(139, 94, 60, 0.25);
}

/* Títulos */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3B2924;
    margin-top: 0;
}

/* Imágenes */
img {
    max-width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

/* Tarjetas / productos */
.bakery-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(59, 41, 36, 0.08);
    transition: all 0.35s ease;
}

.bakery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(59, 41, 36, 0.14);
}

/* Separadores */
.bakery-divider {
    width: 70px;
    height: 3px;
    background: #D9A06C;
    border-radius: 10px;
    margin: 15px 0;
}

/* Secciones */
.elementor-section {
    position: relative;
}

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

/* Scrollbar */
::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: #FFF9F3;
}

::-webkit-scrollbar-thumb {
    background: #C47F4B;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8B5E3C;
}

/* Responsive */
@media (max-width: 767px) {

    body {
        font-size: 15px;
    }

    .elementor-button {
        padding: 12px 22px;
    }

    .bakery-card {
        padding: 20px;
        border-radius: 16px;
    }/* End custom CSS */