.elementor .e-4f0af8e{flex-direction:column;/* ==========================================
 1. צבע רקע כללי לעמוד (שמנת/אוף-ווייט רך)
 ========================================== */
body.post-type-archive-product,
body.tax-product_cat {
  background-color: #F8F6F2 !important;
}

/* ==========================================
 2. עיצוב כרטיס מוצר (Product Card)
 ========================================== */
.elementor-wc-products ul.products li.product {
  background-color: transparent !important;
  border: none !important;
  text-align: center;
  transition: transform 0.3s ease;
}

/* אפקט רחיפה קל לכרטיס המוצר */
.elementor-wc-products ul.products li.product:hover {
  transform: translateY(-4px);
}

/* ==========================================
 3. עיצוב תמונת המוצר (פינות מעוגלות)
 ========================================== */
.elementor-wc-products ul.products li.product img {
  border-radius: 16px !important;
  object-fit: cover;
  margin-bottom: 12px !important;
}

/* ==========================================
 4. טקסטים - כותרת ומחיר
 ========================================== */
/* כותרת המוצר */
.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
  font-weight: 600 !important;
  font-size: 1.05rem !important;
  color: #2B2B2B !important;
  margin-bottom: 6px !important;
}

/* המחיר */
.elementor-wc-products ul.products li.product .price {
  font-weight: 700 !important;
  font-size: 1rem !important;
  color: #4A4A4A !important;
  margin-bottom: 14px !important;
}

/* ==========================================
 5. עיצוב כפתור "הוספה לסל" (שחור מעוגל)
 ========================================== */
.elementor-wc-products ul.products li.product .button {
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border-radius: 30px !important;
  padding: 8px 24px !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.2s ease-in-out !important;
}

/* רחיפה על הכפתור */
.elementor-wc-products ul.products li.product .button:hover {
  background-color: #333333 !important;
  transform: scale(1.03);
}

/* ==========================================
 6. עיצוב תיבות סימון בסרגל הצד (Checkboxes)
 ========================================== */
.sidebar input[type="checkbox"],
.widget_layered_nav input[type="checkbox"] {
  accent-color: #1A1A1A !important; /* צבע ה-V כשהוא מסומן */
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
}

/* טיפוגרפיה לכותרות בסרגל הצד */
.sidebar h2, 
.sidebar h3,
.sidebar .widget-title {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  color: #333333 !important;
  margin-bottom: 15px !important;
}\n}