/*
Theme Name: Flatsome Child
Template: flatsome
*/

/* הגדרות בסיסיות */
@font-face {
  font-family: 'fl-icons';
  src: url('/wp-content/themes/flatsome/assets/fonts/fl-icons.woff2?v=3.20.2') format('woff2');
  font-display: swap;
}

/* הגנה: התפריט מוסתר כברירת מחדל */
#main-menu { display: none; }
#main-menu.is-open { display: block !important; }

/* תיקון מחירי מבצע */
.product .price, .woocommerce-loop-product__price { display: flex !important; flex-direction: column-reverse !important; align-items: center !important; }
.product .price del { font-size: 0.85em; opacity: 0.6; }
.product .price ins { font-size: 1.15em; font-weight: bold; color: #000; text-decoration: none; }

/* פס עליון שחור */
.am-site-notice { display: block !important; width: 100% !important; background: #000 !important; color: #fff !important; text-align: center !important; padding: 10px !important; font-size: 14px !important; direction: rtl !important; }
.am-site-notice a { color: #fff !important; font-weight: bold; }

/* וואטסאפ מרחף טורקיז */
.am-floating-whatsapp { position: fixed !important; bottom: 20px !important; left: 20px !important; background: #569E9E !important; width: 60px !important; height: 60px !important; border-radius: 50% !important; display: flex !important; align-items: center; justify-content: center; z-index: 999999 !important; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.am-floating-whatsapp svg { width: 35px; height: 35px; color: #fff; fill: white; }