.elementor-12 .elementor-element.elementor-element-c8c0d75{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8ff40eb *//* ==== Estilos generales ==== */
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #111;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ==== Barra superior roja ==== */
.top-bar {
  width: 100%;
  background-color: #E3B64B; /* rojo vino */
  color: BLACK;
}

.top-bar-inner {
  max-width: 1400px; /* límite del contenido */
  margin: 0 auto; /* centrar */
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  word-spacing: 4px;
}

.social-icons a {
  color: BLACK;
  margin-right: 12px;
  font-size: 16px;
}

.promo-text {
  flex: 1;
  text-align: center;
  font-weight: 700;
}

/* ==== Header principal ==== */
.main-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.logo {
  font-size: 28px;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.logo strong {
  font-weight: 600;
}

.search i,
.user-cart i {
  font-size: 18px;
  color: #111;
}

.user-cart a {
  margin-left: 20px;
}

/* ==== Logo con imagen ==== */
.logo img {
  height: 100px;          /* ajusta según tu diseño */
  width: auto;           /* mantiene proporción */
  display: block;
  margin: 0 auto;        /* centra la imagen */
}

@media (max-width: 768px) {
  .logo img {
    height: 45px;        /* más pequeño en móviles */
  }
}

/* ==== Menú de navegación ==== */
.main-nav {
  text-align: center;
  border-top: 1px solid #f0f0f0;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: inline-block;
}

.main-nav li {
  display: inline-block;
  margin: 0 15px;
}

.main-nav a {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  transition: color 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: #000;
  text-decoration: underline;
}

/* ==== Responsivo ==== */
@media (max-width: 768px) {
  .top-bar-inner,
  .header-inner {
    padding: 8px 15px;
  }

  .header-top {
    flex-direction: column;
    gap: 10px;
  }

  .main-nav ul {
    display: block;
  }

  .main-nav li {
    display: block;
    margin: 10px 0;
  }

  .promo-text {
    font-size: 12px;
  }
}/* End custom CSS */