.elementor-kit-42{--e-global-color-primary:#9333EA;--e-global-color-secondary:#0F172A;--e-global-color-text:#64748B;--e-global-color-accent:#FB3AA2;--e-global-color-6515cc3:#FFFFFF;--e-global-color-f84136c:#000000;--e-global-color-32c61ff:#D2A0FF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-353dd7b-font-family:"Playfair Display";--e-global-typography-353dd7b-font-weight:700;--e-global-typography-353dd7b-letter-spacing:2px;}.elementor-kit-42 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){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:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.produto-item:hover img{
    transform: scale(1.1); /* Aumenta a imagem para 115% */
}

.produto-item:hover {
    transform: translateY(-10px); /* Levanta o box */
}

.produto-item {
    position: relative;
    overflow: hidden; /* Impede que a imagem transborde */
     box-shadow: 0 10px 10px rgba(0,0,0,0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}/* End custom CSS */