/*
 * BTSA - Site-wide "hide" list.
 *
 * הוסיפו כאן כל selector (class/id) שתרצו להסתיר בכל אתר שהתוסף הזה מותקן בו.
 * הקובץ נטען אוטומטית אחרי ה-CSS של ה-theme, אבל מומלץ עדיין להשתמש
 * ב-!important כדי להבטיח עקיפה גם אם ה-theme טוען CSS מאוחר יותר.
 *
 * דוגמה:
 * .some-class-to-hide { display: none !important; }
 * #some-id-to-hide { display: none !important; }
 */

/* .add_to_collection_catalouge {
    display: none !important;
} */

.product-header {
    display: none !important;
}