/* ==========================================================================
   LIRON'S BAKERY & CATERING - OFFICIAL FULL STYLESHEET (FINAL PRODUCTION)
   ========================================================================== */

:root {
    --primary: #d48c9e;         
    --primary-dark: #b06d7f;
    --bg-main: #e8e3df;         
    --bg-card: #ffffff;         
    --bg-section: #f4eee8;      
    --text: #362f2d;            
    --text-muted: #7c726e;      
    --white: #ffffff;
    --success: #27ae60;
    --danger: #e74c3c;
    --whatsapp: #25D366;
    --gold-rich: #cfa355; 
    --shadow-card: 0 12px 30px rgba(54, 47, 45, 0.08); 
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
html, body { overflow-x: hidden !important; max-width: 100vw !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }

body { font-family: 'Rubik', sans-serif; background-color: var(--bg-main); color: var(--text); padding-top: 80px; line-height: 1.6; }
body.premium-page, body.catering-page { padding-top: 0; }
h1, h2, h3, .nav-logo, .cat-logo, .section-title { font-family: 'Varela Round', sans-serif !important; font-weight: 700; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; width: 100%; position: relative; }
.category-section { display: none; }
.category-section.active { display: block; }
.section-title { text-align: center; font-size: 2.5rem; margin-bottom: 2rem; color: var(--primary-dark); }
.section-title::after { content: ''; display: block; width: 80px; height: 4px; margin: 15px auto 0; background: var(--primary); border-radius: 10px; opacity: 0.5; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea, .input-group input, .input-group select, .input-group textarea {
    width: 100% !important; padding: 12px 16px !important; border: 1px solid #e2dcd8 !important; border-radius: 12px !important; font-size: 1rem !important; font-family: 'Rubik', sans-serif !important; background-color: #fdfdfd !important; color: var(--text) !important; transition: all 0.25s ease-in-out !important; outline: none !important; box-shadow: inset 0 1px 3px rgba(0,0,0,0.02) !important;
}
input:focus, select:focus, textarea:focus { border-color: var(--primary) !important; box-shadow: 0 0 0 3px rgba(212, 140, 158, 0.25) !important; background-color: #ffffff !important; }

nav { position: fixed; top: 0; left: 0; width: 100%; height: 80px; background: rgba(255, 252, 248, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 0 5%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 4px 20px rgba(0,0,0,0.08); z-index: 1000; border-bottom: 1px solid rgba(0,0,0,0.05); }
.nav-logo { font-size: 1.8rem; color: var(--primary-dark); letter-spacing: 1px; text-decoration: none;}
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--text); font-weight: 600; transition: 0.3s; position: relative; font-size: 1.1rem; cursor: pointer;}
.nav-links a:hover, .active-nav { color: var(--primary-dark) !important; font-weight: 700 !important; }

.dropdown { position: relative; display: inline-flex; align-items: center; height: 100%; }
.dropdown-content { display: none; position: absolute; top: 100%; right: 0; background-color: rgba(255, 252, 248, 0.98); min-width: 230px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 15px; z-index: 5000; overflow: hidden; padding: 10px 0; border: 1px solid rgba(0,0,0,0.05); }
.dropdown-content a { color: var(--text); padding: 12px 20px; text-decoration: none; display: block; font-size: 1rem; border-bottom: 1px solid rgba(0,0,0,0.03); font-weight: 500; transition: 0.3s; }
.dropdown-content a:hover { background-color: var(--primary); color: white !important; padding-right: 25px; }
.dropdown:hover .dropdown-content { display: block; animation: fadeUp 0.3s ease; }
.dropdown-content.show { display: block; animation: fadeUp 0.3s ease; }

.cart-btn-nav { position: relative; cursor: pointer; font-size: 1.6rem; color: var(--primary-dark); display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; transition: 0.3s; }
.cart-badge { position: absolute; top: -2px; right: -8px; background: var(--primary); color: white; font-size: 0.75rem; min-width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; padding: 2px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }

.loader-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #2c2c2c; z-index: 9999999 !important; display: flex; justify-content: center; align-items: center; flex-direction: column; overflow: hidden; }
.loader-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.45; z-index: -1; }
.loader-content { position: relative; z-index: 10; text-align: center; color: var(--white); text-shadow: 0 4px 15px rgba(0,0,0,0.6); padding: 0 20px; }
.loader-content h2 { display: block !important; font-size: 3rem; margin: 0 0 10px 0; letter-spacing: 1px; color: var(--white); direction: rtl; }
.loader-content p { display: block !important; font-size: 1.4rem; font-weight: 500; margin: 0; color: #eeeeee; direction: rtl; }
.loader-content p::after { content: ''; animation: typingDots 1.5s infinite steps(4, end); display: inline-block; text-align: right; width: 25px; direction: rtl; }
.loader-icon { color: var(--primary); margin-bottom: 25px; filter: drop-shadow(0 0 10px rgba(212, 140, 158, 0.8)); font-size: 3.5rem; animation: pulseLoader 1.5s infinite ease-in-out; }
.loading-dots { display: none !important; }

.hero { text-align: center; padding: 8rem 1rem 6rem 1rem; background: linear-gradient(135deg, #f8f4f0 0%, #e8e3df 100%); border-radius: 0 0 60% 60% / 0 0 40px 40px; margin-bottom: 4rem; position: relative; box-shadow: 0 15px 40px rgba(54, 47, 45, 0.05); }
.hero h1 { font-size: 3.8rem; margin: 0 0 1rem 0; background: linear-gradient(135deg, var(--primary-dark) 0%, var(--gold-rich) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 2px 15px rgba(176, 109, 127, 0.15); line-height: 1.2; }
.hero p { font-size: 1.5rem; font-weight: 400; color: var(--text-muted); margin: 0 auto; max-width: 700px; }
.hero-logo-img { width: 200px; height: 200px; object-fit: cover; border-radius: 50%; box-shadow: 0 10px 30px rgba(54, 47, 45, 0.1); border: 6px solid var(--white); margin-bottom: 30px; background: var(--white); animation: floatLogo 4.5s ease-in-out infinite; }

.premium-bg-video, #globalBgVideo, video.premium-bg-video { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; object-fit: cover !important; z-index: -10 !important; opacity: 0.55 !important; pointer-events: none !important; }
.premium-hero, .catering-hero { position: relative; overflow: hidden; padding: 140px 20px 60px 20px !important; text-align: center; border-radius: 0 0 60% 60% / 0 0 40px 40px; margin-bottom: 3rem; background: rgba(255, 252, 248, 0.45) !important; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
.glass-panel { background: rgba(255, 252, 248, 0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.6); border-radius: 30px; box-shadow: 0 15px 45px rgba(0,0,0,0.05); padding: 50px 40px; margin: 0 auto 4rem auto; max-width: 1000px; position: relative; z-index: 5; }

.header-anim { display: flex; justify-content: center; align-items: center; gap: 15px; padding-top: 1rem; margin: 0 0 3rem 0; animation: fadeDown 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; position: relative; z-index: 50; }

.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; margin-bottom: 5rem !important; animation: fadeUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
.card { background: var(--bg-card); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-card); display: flex; flex-direction: column; position: relative; transition: 0.3s; height: 100%; }
.card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(54, 47, 45, 0.12); }
.card-img { height: 280px; background-size: cover; background-position: center; position: relative; cursor: pointer; transition: 0.3s;}
.card-body { padding: 2rem; text-align: center; flex-grow: 1; display: flex; flex-direction: column; justify-content: flex-start; }
.card-body h3 { font-size: 1.5rem; margin: 0 0 10px 0; color: var(--text); }
.product-desc { font-size: 1rem; color: var(--text-muted); margin-bottom: 15px; flex-grow: 1; }
.price-wrapper { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; }
.price-text { color: var(--primary-dark); font-weight: bold; font-size: 1.5rem; }
.old-price { text-decoration: line-through; color: #b0a4a0; font-size: 1.1rem; }
.sale-badge { background: var(--gold-rich); color: white; font-size: 0.85rem; padding: 4px 10px; border-radius: 8px; font-weight: bold; }
.btn { background: var(--primary); color: white; border: none; padding: 12px 20px; border-radius: 30px; cursor: pointer; font-weight: bold; font-size: 1.1rem; transition: 0.3s; width: 100%; margin-top: auto; font-family: 'Rubik', sans-serif; }
.btn:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(212, 140, 158, 0.4); }

.tags-container { position: absolute; top: 15px; right: 15px; left: 15px; display: flex; flex-wrap: wrap; gap: 8px; z-index: 10; pointer-events: none; }
.tag { padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; color: white !important; box-shadow: 0 2px 10px rgba(0,0,0,0.1); pointer-events: auto; }
.tag.dairy { background: linear-gradient(45deg, #74abe2, #556391) !important; color: white !important; } 
.tag.parve { background: linear-gradient(45deg, #a8e063, #56ab2f) !important; color: white !important; } 
.tag.gluten-free { background: linear-gradient(45deg, #bf5f82, #e782a1) !important; color: white !important; } 

#pmTags span, .product-modal-details span, .product-modal-details [class*="preorder"], .tag.preorder, .preorder { font-size: 0.8rem !important; padding: 4px 12px !important; border-radius: 20px !important; font-weight: bold !important; display: inline-block !important; }
.product-modal-details .tag:not(.dairy):not(.parve):not(.gluten-free), .modal .tag:not(.dairy):not(.parve):not(.gluten-free), .preorder, .tag.preorder, [class*="preorder"] { background: linear-gradient(45deg, #f85032, #e73827) !important; background-color: #e74c3c !important; color: #ffffff !important; opacity: 1 !important; visibility: visible !important; box-shadow: 0 2px 8px rgba(248, 80, 50, 0.35) !important; z-index: 10 !important; }

/* תפריט קייטרינג - תוקן הרוחב למחשב כדי למנוע דחיסה */
.menu-item-row { background: rgba(255, 255, 255, 0.6); margin-bottom: 12px; border-radius: 15px; padding: 15px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,0.8); transition: 0.3s; position: relative; }
.menu-category-title { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--primary-dark); margin: 30px 0 15px 0; border-bottom: 2px solid rgba(212, 140, 158, 0.2); padding-bottom: 10px; }
.menu-item-info { flex: 1 1 65%; text-align: right; margin-right: 15px; min-width: 250px; }
.menu-item-title { font-weight: bold; font-size: 1.3rem; white-space: normal !important; word-break: break-word !important; width: 100%; display: block; min-height: 1.5rem; outline: none; transition: 0.2s; }
.menu-item-desc { font-size: 1.05rem; color: var(--text-muted); margin-top: 5px; width: 100%; display: block; min-height: 1.5rem; outline: none; transition: 0.2s; }
.admin-mode .menu-item-title:hover, .admin-mode .menu-item-desc:hover { background: rgba(0,0,0,0.03); border-radius: 6px; padding-right: 5px; cursor: text; }
.menu-price { font-weight: bold; color: var(--primary-dark) !important; font-size: 1.1rem; width: 80px; text-align: left; margin-left: 20px; outline: none; }
.menu-qty { width: 50px; padding: 5px; border-radius: 5px; border: 1px solid #ccc; text-align: center; }
.menu-item-img { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; margin-left: 15px; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: 0.3s; }
.menu-item-img:hover { transform: scale(1.05); }

/* אזור מידע ואיסוף */
.info-section { background-color: var(--bg-section); padding: 6rem 0; margin-top: 6rem; clear: both; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; }
.info-card { background: var(--bg-card); padding: 3.5rem 2rem; border-radius: 30px; text-align: center; box-shadow: 0 10px 40px rgba(54, 47, 45, 0.05); position: relative; }
.info-icon { width: 80px; height: 80px; background: var(--white); border: 3px solid var(--primary); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto 25px auto; font-size: 2rem; color: var(--primary-dark); }
.info-card hr { width: 40%; border: 0; border-top: 1px solid rgba(0,0,0,0.05); margin: 2rem auto; }

/* מודאלים */
.modal { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.7); z-index: 100000 !important; align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.modal-content { background: var(--white); padding: 2.5rem; border-radius: 20px; width: 90%; max-width: 500px; position: relative; max-height: 90vh; overflow-y: auto; animation: modalFadeIn 0.3s ease-out forwards; }
.close-modal { position: absolute; top: 20px; left: 20px; font-size: 2rem; cursor: pointer; color: #888; z-index: 100; }

.product-modal-content { max-width: 800px !important; padding: 0 !important; overflow: hidden; display: flex; flex-direction: column; }
.product-modal-grid { display: flex; flex-direction: row; width: 100%; min-height: 400px; }
.product-modal-img-container { flex: 1.1; display: flex; background: #f9f9f9; }
.product-modal-img-container img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-details { flex: 1; display: flex; flex-direction: column; padding: 2.5rem; background: var(--white); text-align: right; }
.pm-header { margin-bottom: 15px; border-bottom: 1px solid rgba(0,0,0,0.05); padding-bottom: 10px; }
.product-modal-details h2 { font-size: 2rem; color: var(--text); margin: 0; }
#pmDesc { font-size: 1rem; color: var(--text-muted); line-height: 1.7; margin-bottom: auto; min-height: 120px; white-space: pre-wrap; }

#lightboxModal { z-index: 200000000 !important; }
.lightbox-content { background: transparent !important; box-shadow: none !important; border: none !important; padding: 0 !important; width: auto !important; max-width: 95% !important; text-align: center; overflow: visible !important; }
.lightbox-img { max-width: 100%; max-height: 85vh; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.5); object-fit: contain; }

/* מערכת ניהול - כפתורי מחיקה והוספה חזקים במיוחד */
#adminDashboard, #adminSection, #ordersSection, .admin-dashboard-page, .admin-zone, .order-cardContainer { display: none; }
.admin-mode #adminDashboard, .admin-mode #adminSection, .admin-mode #ordersSection, .admin-mode .admin-dashboard-page, .admin-mode .admin-zone, .admin-mode .order-cardContainer { display: block !important; }
.admin-hamburger { display: none; position: fixed; bottom: 100px; right: 25px; z-index: 999999 !important; background: var(--primary-dark); color: white; width: 55px; height: 55px; border-radius: 50%; justify-content: center; align-items: center; font-size: 1.5rem; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.admin-mode .admin-hamburger { display: flex; }
.admin-sidebar { position: fixed; top: 0; right: -350px; width: 330px; height: 100%; background: #ffffff; box-shadow: -10px 0 40px rgba(0,0,0,0.15); z-index: 9999999 !important; padding: 40px 20px; transition: 0.4s; overflow-y: auto; overflow-x: hidden; }
.admin-sidebar.active { right: 0 !important; }
.sidebar-btn { background: #f4f4f4; border: none; padding: 15px; margin-bottom: 10px; border-radius: 10px; cursor: pointer; text-align: right; font-weight: bold; width: 100%; display: flex; align-items: center; gap: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* פתרון נעילת כפתורי המחיקה וההוספה */
.delete-btn-card { display: none; position: absolute; top: 15px; left: 15px; background: rgba(231, 76, 60, 0.9); color: white; width: 38px; height: 38px; border-radius: 50%; justify-content: center; align-items: center; cursor: pointer; z-index: 100; transition: 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.delete-btn-card:hover { background: #c0392b; transform: scale(1.05); }
.admin-mode .delete-btn-card { display: flex !important; }

.add-card { min-height: 280px; font-size: 4rem; border: 3px dashed #b0a4a0; background: rgba(0,0,0,0.01); display: none; justify-content: center; align-items: center; cursor: pointer; color: #b0a4a0; transition: 0.3s; border-radius: 20px; width: 100%; position: relative; z-index: 50; }
.add-card:hover { background: rgba(0,0,0,0.03); color: var(--primary-dark); border-color: var(--primary-dark); }
.admin-mode .add-card { display: flex !important; }

footer { clear: both !important; display: block !important; background: #1e1e1e; color: #b0a4a0; text-align: center; padding: 4rem 1rem; margin-top: 5rem !important; position: relative; z-index: 10;}
.premium-page footer, .catering-page footer { background: rgba(30, 30, 30, 0.85); backdrop-filter: blur(15px); border-top: 1px solid rgba(255,255,255,0.1); }
.footer-socials { display: flex; justify-content: center; gap: 30px; margin-top: 20px; }
.footer-link { color: #b0a4a0; text-decoration: none; font-size: 1.3rem; transition: 0.3s; display: inline-flex; align-items: center; gap: 10px; }
.whatsapp-fab { position: fixed; bottom: 25px; right: 25px; background: var(--whatsapp); color: white; width: 65px; height: 65px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2.2rem; box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3); z-index: 2000; text-decoration: none; transition: 0.3s; }

/* ======== תיקון להחרגת תוסף הנגישות מבלי לפגוע בעיצוב הכולל ======== */
footer ~ *:not(.modal):not(#lightboxModal):not(.admin-sidebar):not(.whatsapp-fab):not(#confirmModal):not([id*="negishot"]):not([class*="negishot"]):not(iframe) { max-height: 0 !important; overflow: hidden !important; border: none !important; padding: 0 !important; margin: 0 !important; opacity: 0 !important; }

/* אנימציות */
@keyframes floatLogo { 0% { transform: translateY(0px); } 50% { transform: translateY(-12px); } 100% { transform: translateY(0px); } }
@keyframes fadeDown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes fadeUp { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes modalFadeIn { 0% { opacity: 0; transform: scale(0.96) translateY(12px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes typingDots { 0% { content: ''; } 25% { content: '.'; } 50% { content: '..'; } 75% { content: '...'; } 100% { content: ''; } }
@keyframes pulseLoader { 0%, 100% { opacity: 0.35; transform: scale(0.98); } 50% { opacity: 1; transform: scale(1.02); } }

/* התאמות מובייל אבסולוטיות */
@media (max-width: 768px) {
    body { padding-top: 90px !important; } 
    body.premium-page, body.catering-page { padding-top: 0 !important; } 
    nav { height: auto; flex-direction: column; padding: 10px 0 5px 0 !important; z-index: 99999 !important; overflow: visible !important; }
    .nav-logo { font-size: 1.05rem !important; margin-bottom: 8px !important; text-align: right !important; width: 100% !important; padding: 0 15px 0 0 !important; display: block !important; }
    .nav-links { width: 100%; display: flex; flex-wrap: nowrap !important; justify-content: flex-start; gap: 15px; padding: 0 15px 5px; overflow-x: auto !important; overflow-y: visible !important; -webkit-overflow-scrolling: touch; position: static !important; }
    .nav-links::-webkit-scrollbar { display: none; } 
    .nav-links a { font-size: 0.85rem !important; white-space: nowrap; } 
    nav .cart-btn-nav { position: absolute; top: 8px; left: 15px; font-size: 1.3rem; }
    
    .dropdown { position: static !important; }
    .dropdown:hover .dropdown-content { display: block; }
    .dropdown-content { position: absolute !important; top: 100%; left: 5%; right: 5%; width: 90%; min-width: unset; transform: none; z-index: 100000 !important; background-color: #ffffff !important; box-shadow: 0 15px 40px rgba(0,0,0,0.2); text-align: center; margin-top: 5px; display: none; }
    .dropdown-content.show { display: block !important; }

    .loader-content h2 { display: block !important; font-size: 2.2rem !important; margin-bottom: 8px !important; direction: rtl; }
    .loader-content p { display: block !important; font-size: 1.1rem !important; direction: rtl; }
    .loader-icon { font-size: 2.5rem !important; margin-bottom: 15px !important; }

    .admin-sidebar { position: fixed !important; top: 0 !important; height: 100% !important; width: 85% !important; padding: 25px 15px !important; right: -100% !important; z-index: 200000 !important; background: #ffffff !important; }
    .admin-sidebar.active { right: 0 !important; }

    .hero { padding: 2rem 1rem 3rem 1rem !important; border-radius: 0 0 50% 50% / 0 0 35px 35px; margin-bottom: 1.5rem !important; }
    .hero h1 { font-size: 1.8rem !important; } 
    .hero-logo-img { width: 120px !important; height: 120px !important; margin-bottom: 10px !important; border-width: 4px; }
    
    .premium-hero, .catering-hero { padding: 95px 1rem 2rem 1rem !important; border-radius: 0 0 50% 50% / 0 0 35px 35px !important; margin-bottom: 1.5rem !important; margin-top: 0 !important; }
    .premium-hero h1, .catering-hero h1, #catHeroTitle { font-size: 1.15rem !important; margin-bottom: 4px !important; }
    .premium-hero p, .catering-hero p, #catHeroSub { font-size: 0.82rem !important; line-height: 1.3 !important; }
    .section-title { font-size: 1.5rem !important; margin-bottom: 1rem !important; }

    #dynamicCategoriesContainer .products-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; padding: 0 12px !important; margin-bottom: 2rem !important; }
    .card { position: relative !important; display: flex !important; flex-direction: column !important; height: 100% !important; background: var(--bg-card) !important; }
    .card-img { height: 145px !important; position: relative !important; margin-bottom: 0px !important; overflow: hidden !important; } 
    .card-body { padding: 12px 8px !important; position: relative !important; display: flex !important; flex-direction: column !important; flex-grow: 1 !important; justify-content: flex-start !important; }
    .card-body h3 { font-size: 0.95rem !important; margin-bottom: 4px !important; line-height: 1.2; }
    .product-desc { font-size: 0.75rem !important; line-height: 1.3 !important; margin-bottom: 10px !important; flex-grow: 1 !important; }
    .price-wrapper { margin-bottom: 8px !important; gap: 6px !important; }
    .price-text { font-size: 1.1rem !important; }

    .card .tags-container, .card-img .tags-container, .tags-container { position: absolute !important; top: 8px !important; right: 8px !important; left: auto !important; bottom: auto !important; display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 3px !important; margin: 0 !important; width: auto !important; pointer-events: none !important; transform: none !important; z-index: 50 !important; }
    .card .tags-container .tag, .card-img .tags-container .tag { font-size: 0.58rem !important; padding: 2px 5px !important; box-shadow: 0 2px 5px rgba(0,0,0,0.15) !important; border-radius: 6px !important; white-space: nowrap; }
    .card-body .btn { font-size: 0.82rem !important; padding: 6px 12px !important; margin-top: auto !important; width: 90% !important; margin-left: auto !important; margin-right: auto !important; }

    .product-modal-content { display: flex !important; flex-direction: column !important; max-height: 80vh !important; width: 92% !important; margin: 0 auto; overflow: hidden !important; }
    .product-modal-grid { display: flex !important; flex-direction: column !important; min-height: unset !important; flex: 1 !important; overflow: hidden !important; }
    .product-modal-img-container { display: block !important; flex: none !important; height: 130px !important; min-height: 130px !important; width: 100% !important; } 
    .product-modal-img-container img { height: 130px !important; width: 100% !important; object-fit: cover !important; }
    .product-modal-details { flex: 1 1 auto !important; padding: 15px !important; overflow-y: auto !important; display: flex !important; flex-direction: column !important; height: auto !important; } 
    #pmTitle { font-size: 1.1rem !important; margin-bottom: 4px !important; }
    #pmDesc { font-size: 0.85rem !important; line-height: 1.4 !important; margin-bottom: 12px !important; }
    .pm-price-row { margin-top: auto !important; padding-top: 5px; }

    #sweetTableSection { padding: 15px 12px !important; margin: 1rem auto !important; border-radius: 15px !important; max-width: 92% !important; box-shadow: var(--shadow-card); }
    #sweetTableSection h2 { font-size: 1.15rem !important; margin-bottom: 6px !important; }
    #sweetTableSection p { font-size: 0.8rem !important; margin-bottom: 10px !important; line-height: 1.35; }
    #sweetTableSection .btn { font-size: 0.8rem !important; padding: 6px 12px !important; width: auto !important; display: inline-block; }
    #sweetTableSection .input-group { text-align: right !important; }
    #sweetTableSection label { text-align: right !important; color: var(--primary-dark) !important; font-weight: 600; display: block; margin-bottom: 5px; font-size: 0.9rem; }
    #sweetTableSection input, #sweetTableSection textarea { text-align: right !important; }
    #sweetTableSection input::placeholder, #sweetTableSection textarea::placeholder { text-align: right !important; }

    .glass-panel { padding: 20px 15px !important; margin: 0 auto 1.5rem auto !important; border-radius: 20px !important; width: calc(100% - 20px) !important; }
    .info-section { padding: 2.5rem 0 !important; margin-top: 2.5rem !important; clear: both !important; }
    .info-grid { grid-template-columns: 1fr !important; gap: 15px !important; padding: 0 15px !important; }
    .info-card { padding: 1.5rem 1rem !important; border-radius: 15px !important; box-shadow: 0 4px 10px rgba(0,0,0,0.02) !important; }
    .info-icon { width: 50px !important; height: 50px !important; font-size: 1.1rem !important; margin-bottom: 10px !important; border-width: 2px; }
    #info1_title, #info2_title, #info3_title { font-size: 1.1rem !important; margin-bottom: 4px; }
    #info1_addr, #info2_addr, #info3_details { font-size: 0.85rem !important; }
    .info-card hr { margin: 0.8rem auto !important; width: 25%; }

    .menu-category-title { font-size: 1.4rem !important; margin-top: 25px !important; margin-bottom: 12px !important; flex-direction: column !important; gap: 10px !important; justify-content: center !important; text-align: center !important; }
    .menu-category-title button, .menu-category-title .btn, .menu-category-title [onclick] { margin: 4px auto !important; width: 85% !important; display: inline-flex !important; white-space: nowrap !important; justify-content: center !important; }
    .menu-item-row { padding: 14px 10px !important; gap: 12px !important; margin-bottom: 12px !important; flex-direction: column !important; justify-content: center !important; text-align: center !important; }
    .menu-item-info { flex: 100% !important; text-align: center !important; margin: 0 0 6px 0 !important; padding: 0 !important; }
    .menu-item-title { font-size: 0.95rem !important; white-space: normal !important; word-break: break-word !important; }
    .menu-price { font-size: 1rem !important; font-weight: bold !important; color: var(--primary-dark) !important; margin: 4px auto !important; text-align: center !important; width: 100% !important; display: block !important; }
    .menu-qty { width: 42px !important; height: 26px !important; font-size: 0.82rem !important; margin: 4px auto !important; display: block !important; }
    .menu-item-img { width: 70px !important; height: 70px !important; margin: 0 auto 10px auto !important; display: block !important; }
    .menu-item-row div[style*="display:flex"], .menu-item-row .admin-controls { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; justify-content: center !important; align-items: center !important; gap: 10px !important; width: 100% !important; margin-top: 10px !important; }
    .menu-item-row button, .menu-item-row .btn-admin, .menu-item-row [onclick] { padding: 6px 14px !important; font-size: 0.82rem !important; white-space: nowrap !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }

    .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; padding: 0 10px; }
    .gallery-img { height: 130px !important; border-radius: 10px !important; }
    .footer-link { font-size: 1rem !important; gap: 6px !important; }
    .footer-socials { gap: 15px !important; justify-content: center !important; }

    .whatsapp-fab { width: 45px; height: 45px; font-size: 1.3rem; bottom: 15px; right: 15px; z-index: 2000 !important; }
    .admin-hamburger { width: 42px; height: 42px; font-size: 1.1rem; bottom: 75px; right: 15px; z-index: 200000 !important; }
    footer { margin-top: 2.5rem !important; padding: 2rem 1rem; }
}

#sweetTableSection .input-group { text-align: right; }
#sweetTableSection label { text-align: right; color: var(--primary-dark); font-weight: 600; display: block; margin-bottom: 6px; font-size: 1.05rem; }
#sweetTableSection input, #sweetTableSection textarea { text-align: right; }
#sweetTableSection input::placeholder, #sweetTableSection textarea::placeholder { text-align: right; }

/* =========================================
   עיצוב כפתורי ניהול ואזור עריכה למנהלים
   ========================================= */

/* כפתורי הזזת קטגוריות ומחיקה (שלא יהיו אפורים) */
.admin-move-btn, .admin-del-btn {
    background: var(--white);
    border: 1px solid #e2dcd8;
    color: var(--primary-dark);
    width: 42px; height: 42px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
    display: flex; justify-content: center; align-items: center;
    font-size: 1.1rem;
}
.admin-move-btn:hover { background: var(--primary); color: white; border-color: var(--primary); transform: translateY(-2px); }
.admin-del-btn { color: var(--danger); }
.admin-del-btn:hover { background: var(--danger); color: white; border-color: var(--danger); transform: translateY(-2px); }

/* כפתור הגרירה על המוצרים */
.drag-indicator {
    position: absolute; top: 15px; right: 15px;
    background: rgba(255,255,255,0.95); color: var(--text-muted);
    width: 38px; height: 38px; border-radius: 50%;
    display: none; justify-content: center; align-items: center;
    cursor: grab; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.admin-mode .drag-indicator { display: flex !important; }

/* סימון ויזואלי לטקסט שניתן לערוך (כדי שיהיה ברור איפה ללחוץ) */
.editable-active {
    border: 1px dashed var(--primary);
    padding: 2px 6px;
    border-radius: 8px;
    background: rgba(255,255,255,0.6);
    transition: 0.2s;
    cursor: text;
}
.editable-active:focus {
    background: #fff;
    border-style: solid;
    box-shadow: 0 0 0 3px rgba(212, 140, 158, 0.2);
    outline: none;
}

/* =========================================
   הסתרת כפתורי ניהול בקייטרינג מלקוחות רגילים
   ========================================= */
.admin-only-btn {
    display: none !important;
}
.admin-mode .admin-only-btn {
    display: inline-flex !important;
}

/* כפתור שמירה צף במצב מנהל בצד שמאל למטה */
.admin-floating-save-btn {
    display: none;
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: var(--success);
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4);
    z-index: 999999;
    transition: 0.3s;
}
.admin-mode .admin-floating-save-btn {
    display: flex;
}
.admin-floating-save-btn:hover {
    transform: scale(1.05);
    background: #219653;
}
@media (max-width: 768px) {
    .admin-floating-save-btn {
        width: 55px; height: 55px; font-size: 1.4rem; bottom: 15px; left: 15px;
    }
}

/* =========================================
   הבטחת תצוגה לתוסף נגישות (נוסף מחוץ למובייל)
   ========================================= */
[id*="negishot"], [class*="negishot"], iframe[src*="negishot"] {
    z-index: 2147483647 !important;
    opacity: 1 !important;
    max-height: none !important;
    display: block !important;
    visibility: visible !important;
}
