.elementor-293 .elementor-element.elementor-element-fd05987{--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;}.elementor-293 .elementor-element.elementor-element-999fb85{--display:flex;--border-radius:15px 15px 15px 15px;box-shadow:0px 0px 10px 0px rgba(219.29999999999998, 219.29999999999998, 219.29999999999998, 0.5);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-293 .elementor-element.elementor-element-529b35a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 10px;}.elementor-293 .elementor-element.elementor-element-529b35a .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:26px;font-weight:600;color:#000000;}.elementor-293 .elementor-element.elementor-element-6f0a54b{margin:-14px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 10px;}.elementor-293 .elementor-element.elementor-element-6f0a54b .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:300;color:#000000;}.elementor-293 .elementor-element.elementor-element-03988cf{margin:-8px 0px calc(var(--kit-widget-spacing, 0px) + 37px) 10px;}.elementor-293 .elementor-element.elementor-element-03988cf .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:300;color:#000000;}@media(min-width:768px){.elementor-293 .elementor-element.elementor-element-fd05987{--content-width:500px;}}/* Start custom CSS for image, class: .elementor-element-d91554b */.producto-especial {
  position: relative;
  overflow: hidden;
}

/* Overlay degradado */
.producto-especial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(243, 239, 175, 0.6), rgba(242, 41, 91, 0.6));
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
  pointer-events: none; /* 🔑 permite que el clic pase al link */
}

/* Hover activa el degradado */
.producto-especial:hover::after {
  opacity: 1;
}

/* Título del producto */
.producto-especial + .product-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}

/* Hover cambia el color del título */
.producto-especial:hover + .product-title {
  color: #F2295B;
}/* End custom CSS */