.elementor-816 .elementor-element.elementor-element-b879e2e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-816 .elementor-element.elementor-element-0250fa5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-816 .elementor-element.elementor-element-fad4567{--display:flex;--min-height:80px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* --- ייבוא פונטים --- */
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&family=Amatic+SC:wght@700&family=Rubik:wght@300;400;500&display=swap');

/* --- הגדרות בסיס --- */
body, html {
    margin: 0; padding: 0; direction: rtl; background-color: #ffffff;
    font-family: 'Varela Round', sans-serif !important;
}

/* --- 1. הדר (Sticky Header) - התיקון פה --- */
.bh-header {
    display: grid; 
    grid-template-columns: 1fr auto 1fr; 
    align-items: center;
    padding: 10px 40px; 
    background: #ffffff; 
    border-bottom: 1px solid #eee;
    
    /* הוראות הגלילה */
    position: fixed; /* שיניתי מ-sticky ל-fixed כדי להבטיח יציבות מוחלטת */
    top: 0; 
    right: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99999 !important; /* הכי עליון שיש */
    height: 80px;
}

/* הוספת רווח בראש האתר כדי שההדר לא יכסה את התמונות כשהוא Fixed */
body {
    padding-top: 80px;
}

.bh-brand-group { display: flex; align-items: center; gap: 15px; justify-self: start; text-decoration: none; }
.bh-logo img { height: 55px; width: auto; }
.bh-brand-name { font-size: 24px; font-weight: bold; color: #111; text-decoration: none; }

.bh-nav { display: flex; gap: 25px; justify-self: center; }
.bh-nav a { text-decoration: none; color: #111; font-size: 17px; margin: 0 15px; transition: 0.3s; }
.bh-nav a:hover { color: #B22222; }

.bh-actions { display: flex; align-items: center; gap: 20px; justify-self: end; }
.bh-social { display: flex; gap: 15px; }
.bh-cart-btn a { text-decoration: none; color: #111; font-weight: bold; }

/* --- 2. Hero (Slider) --- */
.bh-hero { position: relative; width: 100%; height: 650px; background: #222; overflow: hidden; }
.bh-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s; z-index: 1; }
.bh-slide.active { opacity: 1; z-index: 2; }
.bh-hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100 !important; text-align: center; width: 100%; }
.bh-hero-content h1 { font-family: 'Amatic SC', cursive !important; font-size: 150px; color: #fff; margin: 0; line-height: 0.8; text-shadow: 2px 2px 20px rgba(0,0,0,0.5); }
.bh-hero-content h2 { font-family: 'Varela Round', sans-serif !important; font-size: 32px; color: rgba(255,255,255,0.85); margin-top: 20px; }
.bh-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 10; }

/* --- 3. מבנה הסיפור (השארתי כפי שאהבת) --- */
.bh-clean-container { padding: 60px 10%; max-width: 1300px; margin: 0 auto; background-color: #ffffff; }
.bh-clean-block { max-width: 550px; margin-bottom: 80px; }
.bh-align-right { margin-right: 0; margin-left: auto; text-align: right; }
.bh-align-left { margin-left: 0; margin-right: auto; text-align: right; }
.bh-clean-title { font-family: 'Amatic SC', cursive !important; font-size: 85px !important; color: #111; margin: 0 0 10px 0; line-height: 0.9; }
.bh-clean-text { font-family: 'Varela Round', sans-serif !important; font-size: 20px; line-height: 1.6; color: #333; margin: 0; }/* End custom CSS */