.elementor-65 .elementor-element.elementor-element-7212927{--display:flex;--min-height:638px;--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;}.elementor-65 .elementor-element.elementor-element-7212927:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-7212927 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://almarva.com/wp-content/uploads/2026/04/WhatsApp-Image-2026-04-07-at-17.50.33.jpeg");background-position:center center;background-size:cover;}.elementor-65 .elementor-element.elementor-element-162116a{--display:flex;--min-height:0px;}.elementor-65 .elementor-element.elementor-element-6099f31{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-65 .elementor-element.elementor-element-162116a{--content-width:1125px;}}@media(max-width:767px){.elementor-65 .elementor-element.elementor-element-7212927{--min-height:143px;}}/* Start custom CSS for shortcode, class: .elementor-element-6099f31 *//* Product Card Fix - Safe */
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Image size same */
.woocommerce ul.products li.product img {
  height: 200px;
  object-fit: contain;
}

/* Title height equal */
.woocommerce ul.products li.product h2 {
  min-height: 45px;
}

/* Button always bottom */
.woocommerce ul.products li.product .button {
  margin-top: auto;
}/* End custom CSS */