/* Add custom CSS styles below */ 
.main-nav-container.fixed-pinned .add-bg {
    background-color: #9f8ea1;
}
#mainnav {
    background-color: rgb(183 160 204 / 56%);
}

.landing-page-first-banner {
 @media (max-width:767px){
    .mt-\[32px\] {
    margin-top: 14px !important;
}

   .max-w-\[700px\] {
    max-width: 197px !important;
}
   .text-\[22px\] {
    font-size: 16px !important;
}
 }
}
.g_cat {
  .products-item {
    justify-content: flex-end;
}
  @media (min-width: 768px) {
    .md\:text-\[20px\] {
        font-size: 17px !important;
    }
}
    @media (max-width: 768px) {
    .text-\[17px\] {
    font-size: 12px !important;
}
}
}
section:nth-child(1 of.landing-page-first-banner) {
  @media (max-width:767px){
       .item-text {
    margin-top: 60px;
}
        .mb-\[56px\] {
    margin-bottom: 0px !important;
}
  }
}
@media (max-width:767px){
  .banner_ad .item-text {
    font-size: 18px;
    line-height: 1.2rem !important;
}
  /* تحريك زر تسوقي الآن لليسار وللأسفل */
.hero-slider .swiper-slide .btn,
.hero-slider .banner-button {
    transform: translate(-80px, 40px);
}