/* تكبير اللوجو في الهيدر */
.logo img {
  height: 90px !important; /* غيّر الرقم حسب الحجم اللي يناسبك */
  transition: all 0.3s ease-in-out;
}
/* Custom CSS to change BOTTLES headline color */
.tp-section-title-4 {
    color: #ee3c22 !important;
}

/* Alternative selector if the above doesn't work */
.section-title.tp-section-title-4 {
    color: #ee3c22 !important;
}

/* More specific selector targeting the exact element */
.tp-section-title-wrapper-4 .tp-section-title-4 {
    color: #ee3c22 !important;
}
/* Hide compare button + remove its space */
.tp-header-action-item-compare {
    display: none !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}