.mobile-menu.mm-spn {
    background: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&display=swap');
.head_title h2{
  font-family: "Aref Ruqaa" !important;
  font-size: 2.5rem !important
}

.categories_3 .head_title {
  display: none !important;
}

@media(min-width:992px){
.break-words{
   max-width: 200px !Important 
}
a.block.mburger.mburger--collapse.leading-none {
    display: none !important;
}
}



header .offers-link{
  display: none !important
}

img[alt="Zfat_7s logo"] {
  animation: pulseLogo 2s ease-in-out infinite;
  display: inline-block;
}

@keyframes pulseLogo {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(101, 54, 150, 0.4));
  }
  50% {
    transform: scale(1.08);
    filter: drop-shadow(0 0 14px rgba(101, 54, 150, 0.8));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(101, 54, 150, 0.4));
  }
}
footer salla-trust-badges.s-trust-badges-wrapper {
    display: none !important;
}


salla-social .s-social-icon svg {
    fill: #ffffff !important;
    transition: 0.3s ease;
}

salla-social .s-social-icon svg {
    width: 24px;
    height: 24px;
}

salla-social .s-social-link a {
    width: 45px;
    height: 45px;
    background: #653696;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-header {
    position: relative;
}