.elementor-388 .elementor-element.elementor-element-f7f1cc9{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-388 .elementor-element.elementor-element-093e2d1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-388 .elementor-element.elementor-element-d3af025 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-388 .elementor-element.elementor-element-d3af025 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-388 .elementor-element.elementor-element-d3af025 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-388 .elementor-element.elementor-element-d3af025 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-388 .elementor-element.elementor-element-b57cdcd{--display:flex;}.elementor-388 .elementor-element.elementor-element-4f4b5d5 .jet-listing-dynamic-field__content{font-family:"Work Sans", Sans-serif;font-size:24px;font-weight:300;text-align:left;}.elementor-388 .elementor-element.elementor-element-4f4b5d5 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-388 .elementor-element.elementor-element-4f4b5d5 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-388 .elementor-element.elementor-element-4f4b5d5 .jet-listing-dynamic-field{justify-content:center;}.elementor-388 .elementor-element.elementor-element-73f4b6d > .elementor-widget-container{padding:15px 30px 15px 30px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-44805b1 );}.elementor-388 .elementor-element.elementor-element-73f4b6d.elementor-element{--align-self:center;}.elementor-388 .elementor-element.elementor-element-73f4b6d .jet-listing-dynamic-link__link{align-self:flex-start;font-family:"Work Sans", Sans-serif;font-size:16px;font-weight:400;text-transform:uppercase;color:var( --e-global-color-44805b1 );flex-direction:row;}.elementor-388 .elementor-element.elementor-element-73f4b6d .jet-listing-dynamic-link__icon{order:1;}.elementor-388 .elementor-element.elementor-element-2adbcce{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-388 .elementor-element.elementor-element-fe2cc78 .jet-listing-dynamic-field__content{color:var( --e-global-color-73e6775 );font-family:"Work Sans", Sans-serif;font-size:14px;font-weight:400;text-align:left;}.elementor-388 .elementor-element.elementor-element-fe2cc78 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-388 .elementor-element.elementor-element-fe2cc78 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-388 .elementor-element.elementor-element-fe2cc78 .jet-listing-dynamic-field{justify-content:flex-start;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.woocommerce .elementor-388 .elementor-element.elementor-element-c5bb9e9 .price{color:var( --e-global-color-secondary );font-family:"Work Sans", Sans-serif;font-size:14px;font-weight:400;}@media(min-width:768px){.elementor-388 .elementor-element.elementor-element-f7f1cc9{--content-width:320px;}}/* Start custom CSS for container, class: .elementor-element-f7f1cc9 *//* === CONTAINER DO CARD === */
.product-card {
  max-width: 320px;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Work Sans', sans-serif;
  transition: all 0.3s ease;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* === WRAPPER DA IMAGEM COM OVERLAY === */
.product-card .product-image-wrap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  overflow: hidden;
}

/* === IMAGEM PRINCIPAL === */
.product-card .image-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === OVERLAY ESCONDIDA INICIALMENTE === */
.product-card .product-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 16px;
  background: rgba(30, 30, 30, 0.7);
  color: #fff;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
  text-align: center;
}

/* === MOSTRA OVERLAY NO HOVER === */
.product-card:hover .product-hover {
  opacity: 1;
}

/* === TEXTO DO OVERLAY === */
.product-hover h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}

.product-hover .elementor-widget-dynamic-field,
.product-hover .elementor-heading-title {
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding: 0;
}/* End custom CSS */