.elementor-kit-7{--e-global-color-primary:#AA295D;--e-global-color-secondary:#54595F;--e-global-color-text:#030303;--e-global-color-accent:#AA295D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:30px;}.elementor-kit-7 a{color:#AA295D;}.elementor-kit-7 a:hover{color:#098FA5;}.elementor-kit-7 h2{color:#AA295D;}.elementor-kit-7 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 *//* =========================================================
   CARRUSEL DE CATEGORÍAS - v6.3 (Optimizado)
========================================================= */
.lindavistain-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin: 40px auto;
}

.lindavistain-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.lindavistain-carousel .swiper-slide {
  flex: 0 0 auto;
  min-width: 200px;
  box-sizing: border-box;
  padding: 0 8px;
  transition: transform 0.3s ease;
}

.lindavistain-carousel .swiper-slide:hover {
  transform: scale(1.03);
}

.cat-slide {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
}

.cat-img {
  display: block;
  width: 100%;
  height: 180px;
  background-color: #000;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(1.2);
}

.cat-slide:hover .cat-img {
  transform: scale(1.05);
  filter: brightness(0.8);
}

/* Overlay con texto siempre visible */
.cat-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(transparent 40%, rgba(0,0,0,0.6) 100%);
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius: 14px;
  transition: background 0.3s ease;
  z-index: 5;
}

.cat-slide:hover .cat-overlay {
  background: linear-gradient(transparent 20%, rgba(0,0,0,0.8) 100%);
}

.cat-overlay h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

/* Flechas Swiper */
.swiper-button-prev,
.swiper-button-next {
  color: #aa295d;
  transition: color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #333;
}

/* =========================================================
   CARRUSEL DE OTRAS OFERTAS DEL ANUNCIANTE
========================================================= */
.otras-ofertas-anunciante {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.otras-ofertas-anunciante h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
}

.carrusel-ofertas {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding-bottom: 12px;
}

.oferta-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  min-width: 230px;
  text-align: center;
  padding: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.oferta-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

.oferta-slide img {
  display: block;
  border-radius: 12px;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.oferta-slide h4 {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
  font-weight: 500;
}

/* =========================================================
   MENÚ DE CATEGORÍAS - v6.3 (Limpio y funcional)
========================================================= */
.menu-categorias {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
}

.menu-categorias a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #111111;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  z-index: 1;
}

/* Imagen dentro del botón */
.menu-categorias a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  filter: brightness(1) !important;
  z-index: 0;
  transition: all 0.3s ease;
}

/* Texto */
.menu-categorias a span {
  position: relative;
  z-index: 2;
  color: #111111;
  background: rgba(255,255,255,0.85);
  padding: 6px 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

/* Hover */
.menu-categorias a:hover img {
  filter: brightness(0.6);
}

.menu-categorias a:hover span {
  background: #0066cc;
  color: #ffffff;
}

/* Estado activo */
.menu-categorias a.active span,
.menu-categorias a.current-cat span {
  background-color: #004999;
  color: #ffffff;
}

/* =========================================================
   RESPONSIVIDAD
========================================================= */
@media (max-width: 1024px) {
  .cat-img {
    height: 160px;
  }
  .oferta-slide {
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  .cat-img {
    height: 140px;
  }
  .lindavistain-carousel .swiper-slide {
    min-width: 160px;
  }
  .oferta-slide {
    min-width: 180px;
  }
  .cat-overlay h3 {
    font-size: 15px;
  }
  .menu-categorias {
    flex-direction: column;
    align-items: stretch;
  }
  .menu-categorias a {
    height: 90px;
  }
}

@media (max-width: 480px) {
  .cat-overlay h3 {
    font-size: 14px;
  }
}/* End custom CSS */