body {
  background-color: skyblue;
}

#mainnav.main-nav-container {
    background-color: #000000; 
    color: skyblue; 
}

#mainnav.main-nav-container a {
    color: skyblue; 
}

#mainnav.main-nav-container a:hover {
    color: #ffffff; 
}

#mainnav.main-nav-container .flex.items-stretch.justify-between.relative {
    background-color: #000000; 
}

#mainnav.main-nav-container i {
    color: skyblue; 
}

#mainnav.main-nav-container button {
    color: skyblue; 
}

#mainnav.main-nav-container .s-cart-summary-wrapper {
    color: skyblue; 
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #003366; 
  z-index: 9999;
}

body::after {
  content: "صحة عائلتك تبدأ من ماء نقي 💧";
  position: fixed;
  top: 0;
  right: -100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 10000;
  animation: marquee 6s linear infinite;
}

@keyframes marquee {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}

body {
  padding-top: 40px;
}


section.s-block--fixed-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

section.s-block--fixed-banner .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

section.s-block--fixed-banner .container:hover {
    transform: translateY(-8px);
}

section.s-block--fixed-banner .container {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 991px) {
    section.s-block--fixed-banner {
        padding: 0 !important;
    }
    section.s-block--fixed-banner .container {
        padding: 0 !important;
    }
}

.mm-spn li {
    background: transparent;
}

.mm-spn li {
    background: transparent;
}

salla-add-product-button.hydrated {
    background: linear-gradient( 88deg ,var(--2) 0,var(--1) 50%,var(--3) 96%) !important;
    color: #fff!important;
    border-radius: 50px 0;
    color: #000000 !important;
    border-right: 2px solid #00bfff;
    border-left: 2px solid #00bfff;
}

.whatsapp-button {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 9999; 
    background-color: #25D366; 
    border-radius: 50%; 
    width: 60px; 
    height: 60px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    cursor: pointer; 
}

.whatsapp-button a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.whatsapp-button a::before {
    content: "";
    background: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg') center center no-repeat;
    background-size: contain; 
    width: 40px; 
    height: 40px; 
}

.scroll-to-top-button {
    position: fixed; 
    bottom: 90px; 
    right: 20px; 
    z-index: 9998; 
    background-color: skyblue; 
    border-radius: 50%; 
    width: 40px; 
    height: 40px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: opacity 0.3s ease; 
}

.scroll-to-top-button i {
    font-size: 20px; 
    color: white; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.scroll-to-top-button:hover {
    background-color: #444; 
}
.mm-spn li {
    background: white !important;
}
.flex.items-stretch.justify-between.relative,
.flex.items-stretch.justify-between.relative * {
    color: #ffffff !important; 
}