input[type="submit"],
button[type="submit"] {
  background-color: #ffffff !important; /* צבע רקע לבן */
  color: #225E08 !important; /* צבע טקסט ירוק – הצבע של המותג שלך */
  border: 2px solid #225E08 !important; /* גבול ירוק */
  border-radius: 4px; /* עיגול פינות */
  padding: 8px 20px;
  font-weight: bold;
}input[type="submit"],
button[type="submit"] {
  background-color: #f9f3e2 !important; /* צבע רקע */
  color: #6a9f85 !important;           /* צבע טקסט */
  border: none !important;             /* בלי גבול */
  border-radius: 30px !important;      /* פינות מעוגלות */
  padding: 10px 25px !important;       /* ריווח פנימי */
  font-weight: bold;
}
/* תיבת חיפוש - יותר רחבה */
.woocommerce-product-search input[type="search"],
.widget_product_search input[type="search"] {
  width: 350px !important;   /* מגדיל את רוחב החיפוש */
  padding: 10px 15px !important;
  border-radius: 6px !important; /* עיגול עדין */
}

/* כפתור חיפוש */
.woocommerce-product-search button,
.widget_product_search button {
  background-color: #6a9f85 !important;  /* צבע רקע */
  color: #f9f3e2 !important;            /* צבע טקסט */
  padding: 8px 20px !important;         /* מעט יותר קטן */
  border: none !important;
  border-radius: 6px !important;        /* עיגול עדין */
  font-weight: 500 !important;          /* לא בולד מלא */
  cursor: pointer;
}

/* כפתורי סינון */
.widget_layered_nav_filters a,
.widget_layered_nav a {
  background-color: #6a9f85 !important;
  color: #f9f3e2 !important;
  padding: 6px 15px !important;
  border-radius: 6px !important;  /* עיגול קל */
  border: none !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  display: inline-block;
}
.second {
    background-color: #6a9f85 !important; /* ירוק המותג */
    color: #f9f3e2 !important;           /* טקסט בהיר */
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    border: none !important;
    cursor: pointer;
}
.second:hover {
    opacity: 0.9;
}

