.elementor-128995 .elementor-element.elementor-element-ab40ce6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:var( --e-global-color-secondary );--border-color:var( --e-global-color-secondary );--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-128995 .elementor-element.elementor-element-015c585{width:100%;max-width:100%;text-align:center;}.elementor-128995 .elementor-element.elementor-element-015c585 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:30px;line-height:41px;color:var( --e-global-color-secondary );}.elementor-128995 .elementor-element.elementor-element-223503b{width:100%;max-width:100%;text-align:center;}.elementor-128995 .elementor-element.elementor-element-223503b .elementor-heading-title{font-family:"Montserrat", Sans-serif;color:var( --e-global-color-secondary );}.elementor-128995 .elementor-element.elementor-element-e3d7ee2{width:100%;max-width:100%;text-align:center;}.elementor-128995 .elementor-element.elementor-element-e3d7ee2 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:20px;color:var( --e-global-color-secondary );}.elementor-128995 .elementor-element.elementor-element-e35bd43{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-128995 .elementor-element.elementor-element-9e052d2{width:100%;max-width:100%;}.elementor-128995 .elementor-element.elementor-element-9e052d2 img{width:50%;border-radius:10px 10px 10px 10px;}.elementor-128995 .elementor-element.elementor-element-d947dc6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-128995 .elementor-element.elementor-element-94fe22e{width:100%;max-width:100%;text-align:center;}.elementor-128995 .elementor-element.elementor-element-94fe22e .elementor-heading-title{font-family:"Montserrat", Sans-serif;color:var( --e-global-color-secondary );}.elementor-128995 .elementor-element.elementor-element-8a8e551{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-products__header h2:hover{color:#303030 !important;}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-product__title a{color:var( --e-global-color-accent );}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-product__title{background-color:var( --e-global-color-text );border-color:var( --e-global-color-secondary );border-style:none;padding:1px 1px 1px 1px;}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-product__title a:hover{color:var( --e-global-color-accent );}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-product__price__sale .amount bdi{color:var( --e-global-color-secondary );}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-button a{color:var( --e-global-color-text );}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-button .button{background-color:var( --e-global-color-secondary );}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-button a:hover{color:var( --e-global-color-text );}.elementor-128995 .elementor-element.elementor-element-147725f .wpcu-button .button:hover{background-color:var( --e-global-color-secondary );}/* Start custom CSS for woocommerce_ultimate, class: .elementor-element-147725f *//* Efeito no bloco do produto */
.woocommerce ul.products li.product {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Ao passar o mouse */
.woocommerce ul.products li.product:hover {
  transform: scale(1.05); /* Expande o produto */
  background-color: #f7f7f7; /* Altera o fundo */
  box-shadow: 0 8px 20px rgba(0,0,0,0.15); /* Sombra leve */
  z-index: 5;
}

/* Imagem cresce suavemente */
.woocommerce ul.products li.product img {
  transition: transform 0.3s ease;
}

/* Imagem aumenta no hover */
.woocommerce ul.products li.product:hover img {
  transform: scale(1.08);
}/* End custom CSS */