/* 1. איקונים חברתיים */
.MMSocial img, .sharing-box img { width: 25px !important; height: 25px !important; }

/* 2. כפתורי הצטרפות */
.join-telegram-btn { background: #0088cc !important; }
.join-whatsapp-btn { background: #25d366 !important; }
.join-news-btn { background: #ff914d !important; }
.join-telegram-btn, .join-whatsapp-btn, .join-news-btn {
    display: flex !important; align-items: center !important; justify-content: center !important;
    padding: 10px 15px !important; border-radius: 5px !important; color: white !important; font-weight: bold !important;
}

/* 3. מובייל - מוצר אחד בשורה */
@media (max-width: 600px) {
    .woocommerce ul.products li.product { width: 100% !important; display: flex !important; flex-direction: column !important; align-items: center !important; }
}

/* 4. כפתור רכישה צף */
a#floatingBTN { display: block !important; position: fixed !important; bottom: 0 !important; width: 100% !important; background: #0b4871 !important; color: white !important; z-index: 9999 !important; text-align: center; line-height: 55px; }

/* 5. סידור מותגים ולוגואים */
.brand-square { 
    border: 1px solid #e1e1e1 !important; 
    border-radius: 10px !important; 
    padding: 10px !important; 
    background: #fff !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    min-height: 150px !important;
}
.brand-square img { 
    max-height: 100px !important; 
    width: auto !important; 
    min-width: 60% !important; 
    object-fit: contain !important; 
}

/* 6. כפתורי מבצע וקופונים */
button, .ctc_button, .cpro-coupon, [data-clipboard-text] {
    background-color: #90EE90 !important;
    background: #90EE90 !important;
    color: #000000 !important;
    border: 2px dashed #228B22 !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
    border-radius: 5px !important;
}

/* 7. כפתור הוספה לסל */
.single_add_to_cart_button, .button.add_to_cart_button {
    background: #0b4871 !important;
    color: #ffffff !important;
    width: 100% !important;
    border-radius: 5px !important;
}

/* 8. הסתרת תגיות בדף מוצר */
.product_meta .tagged_as {
    display: none !important;
}

/* 9. ביטול תצוגת לייטבוקס כפויה */
.elementor-lightbox {
    display: none !important;
}