.elementor-352 .elementor-element.elementor-element-ea0ab58{--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-352 .elementor-element.elementor-element-6279530{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}.elementor-352 .elementor-element.elementor-element-936c0ab{--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-352 .elementor-element.elementor-element-936c0ab.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-352 .elementor-element.elementor-element-b2c4860{--display:flex;}.elementor-352 .elementor-element.elementor-element-30454af{--display:flex;}@media(max-width:767px){.elementor-352 .elementor-element.elementor-element-30454af{--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}}@media(min-width:768px){.elementor-352 .elementor-element.elementor-element-936c0ab{--width:70%;}.elementor-352 .elementor-element.elementor-element-b2c4860{--width:30%;}}/* Start custom CSS for html, class: .elementor-element-8ccea78 *//* === BANNER RESPONSIVE CU FUNDAL === */
.banner-karaffe {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Archivo', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  background-color: #000; /* fallback */
}

.banner-karaffe--bg {
  background-image: url('https://acweb.ro/karaffe/wp-content/uploads/2025/08/IMG_0519.jpg');
  background-size: cover; /* ← sau cover, dacă vrei să umple cu tăiere */
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-karaffe__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 900px;
  padding: 80px 20px;
}

.banner-karaffe__title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: 1px;
  line-height: 1.1;
}

.banner-karaffe__badges {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.badge-red {
  background-color: #a5141a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 42px;
}

.banner-karaffe__button {
  background-color: #fff;
  color: #a5141a;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  height: 42px;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}

.banner-karaffe__button:hover {
  background-color: #a5141a;
  color: #fff;
}

.menu-icon {
  font-size: 16px;
  margin-right: 6px;
  line-height: 1;
}

/* === RESPONSIVE MOBILE === */
@media (max-width: 768px) {
  .banner-karaffe {
    padding: 0;
  }

  .banner-karaffe__content {
    padding: 60px 20px;
  }

  .banner-karaffe__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .badge-red,
  .banner-karaffe__button {
    font-size: 13px;
    padding: 8px 14px;
    height: auto;
    margin-bottom: 12px;
  }
}

/* === ADDRESS BAR STYLING === */
.address-bar-container {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  text-align: center;
}

.address-bar-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 760px;
  height: 100%;
  border-radius: 16px;
  background: white;
  z-index: -1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 12px;
  box-sizing: border-box;
}

#bara-adresa-wrap {
  background: transparent;
  padding: 20px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: auto;
  max-width: 720px;
  width: 100%;
  box-sizing: border-box;
}

#bara-adresa {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  min-width: 220px;
}

/* === RESPONSIVE ADDRESS BAR === */
@media (max-width: 600px) {
  .address-bar-container {
    margin-top: -20%;
  }

  .address-bar-bg {
    width: 100%;
    border-radius: 16px;
  }

  #bara-adresa-wrap {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }

  #bara-adresa {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e3938c */.orderable-search-wrapper {
  position: relative;
  width: 100%;
  margin: 20px auto;
}

#orderable-search {
  width: 100%;
  padding: 12px 42px 12px 14px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  transition: border 0.3s;
}

#orderable-search:focus {
  border-color: #333;
  outline: none;
}

#orderable-reset {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  display: none;
  padding: 0;
  line-height: 1;
}

#orderable-reset:hover {
  color: #000;
}

@media(max-width: 768px) {
  #orderable-search {
    font-size: 15px;
    padding: 10px 40px 10px 12px;
  }

  #orderable-reset {
    font-size: 18px;
    right: 10px;
  }
}/* End custom CSS */