.elementor .e-47ff5bd{flex-direction:column;/* ================================================= */
/* PROFESSIONAL SHOP BANNER STYLING                  */
/* ================================================= */

.herbis-shop-banner {
  background: linear-gradient(135deg, #1b4332 0%, #2D5A27 100%);
  border-radius: 12px;
  padding: 40px 30px;
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(27, 67, 50, 0.15);
  position: relative;
  overflow: hidden;
}

/* Background Subtle Design Elements */
.herbis-shop-banner::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(82, 183, 136, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.banner-content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Small Tag Badge */
.herbis-shop-banner .banner-badge {
  display: inline-block;
  background: rgba(82, 183, 136, 0.2);
  color: #52b788;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  border: 1px solid rgba(82, 183, 136, 0.3);
}

/* Main Banner Heading */
.herbis-shop-banner h1 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin: 0 0 10px 0 !important;
}

/* Banner Description */
.herbis-shop-banner p {
  font-size: 14px !important;
  color: #e5e7eb !important;
  margin: 0 auto 20px auto !important;
  line-height: 1.5 !important;
  max-width: 550px;
}

/* Banner Search Form */
.banner-search-box {
  max-width: 450px;
  margin: 0 auto;
}

.banner-search-box form.woocommerce-product-search {
  display: flex;
  background: #ffffff;
  border-radius: 30px;
  padding: 5px 5px 5px 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.banner-search-box input.search-field {
  flex: 1;
  border: none !important;
  background: transparent !important;
  outline: none !important;
  font-size: 13px !important;
  color: #374151 !important;
  padding: 5px 0 !important;
  box-shadow: none !important;
}

.banner-search-box input.search-field::placeholder {
  color: #9ca3af;
}

.banner-search-box button[type="submit"] {
  background: #2D5A27 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  width: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  padding: 0 !important;
}

.banner-search-box button[type="submit"]:hover {
  background: #52b788 !important;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  .herbis-shop-banner {
      padding: 30px 15px;
      margin-bottom: 15px;
      border-radius: 0; /* Full width on mobile if desired */
  }
  .herbis-shop-banner h1 {
      font-size: 24px !important;
  }
  .herbis-shop-banner p {
      font-size: 13px !important;
  }
}\n}.elementor .e-ae78cf1-8f8e473{flex-direction:column;}