.elementor-kit-17{--e-global-color-primary:#F3C9CF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#D97B81;--e-global-color-accent:#EAD0C4;--e-global-color-b76015e:#C43D29;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =========================
   CARD BASE
========================= */
.cs-fruta-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  cursor: pointer;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

/* Layer branco (estado normal) */
.cs-fruta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1;
  transition: opacity 0.35s ease;
}

/* Hover → revela fruta */
.cs-fruta-card:hover::before {
  opacity: 0;
}

/* Imagem sempre abaixo */
.cs-fruta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

/* Texto acima da imagem */
.cs-fruta-card h3,
.cs-fruta-card .elementor-heading-title {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Texto no hover */
.cs-fruta-card:hover h3,
.cs-fruta-card:hover .elementor-heading-title {
  color: #ffffff;
  transform: translateY(-2px);
}

/* Sombra premium no hover */
.cs-fruta-card:hover {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}

/* =========================
   MOBILE FIX – SABORES
========================= */
@media (max-width: 768px) {

  .cs-fruta-card {
    min-height: 150px;
  }

  .cs-fruta-card h3,
  .cs-fruta-card .elementor-heading-title {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
    white-space: normal; /* 🔥 quebra texto */
  }
}/* End custom CSS */