/*==========header========  */
.main-nav-container{
  /* height: 94px; */
}

/* .main-nav-container .navbar-brand img{
  width: 35px !important;
} */

/* ==========title bg========= */
section .image-title{
  padding: 1.5rem 6.5rem;
}
section.g_cat .image-title h1,
.image-title .title-heade{
  background-color: transparent;
}

/* ============banners======== */
/* section:nth-of-type(5) .container,
section:nth-of-type(8) .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
} */

/* section:nth-of-type(5) .banner--fixed img,
section:nth-of-type(8) .banner--fixed img {
  border-radius: 0;
  background-color: transparent;
} */

/* ======main banner==== */
section:nth-of-type(1)  .fbanner-star-btn::after{
  background-color: transparent !important;
}

section:nth-of-type(1)  a.fbanner-star-btn{
  background: none !important;
  border: solid 1px #fff;
}

/*===============prod=========  */
@media(min-width: 798px){
section#sliderProducts .swiper-wrapper{
  display: grid;
        grid-template-columns: repeat(2, 1fr);
        transform: none !important;
 row-gap: 2rem;
}
}

.s-product-card-vertical{
  background-color: #FEFBFC;
    box-shadow: 0px 4px 16px 0px #44282A30;
}
.s-products-slider-card.swiper-slide {
    margin-bottom: 1rem;
}

section#sliderProducts .carousel-slider .swiper-wrapper > div {
    background-color: #FEFBFC;
}


/* ===========cat========== */
/* .g_cat .s-slider-swiper-wrapper .overflow-hidden.rounded-md.image-parent{
  width: 400px;
} */

/* .g_cat .s-slider-swiper-wrapper{
  gap: 12rem;
} */

section.g_cat .grid.grid-cols-3.gap-5.justify-center{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 768px) {
  section.g_cat .md\:\!max-w-\[200px\] {
        max-width: 400px !important;
    }
}






/*================feature====  */
section.g_features {
    margin-bottom: 5rem !important;
}



/* =========footer========== */
.store-footer__inner {
    background-image: url(https://i.ibb.co/XZ1xnzSq/footer-Container.png) !important;
    background-size: cover;
}

footer .bg-\[var\(--s-color\)\].mb-\[70px\].lg\:mb-0.footer-margin,
footer .relative.bg-\[var\(--s-color\)\].pt-8{
  display: none;
}


.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}


.store-footer__inner .container.grid>div:nth-of-type(1) a::after {
 content: "";
    display: block;
    width: 66px;
    height: 134px;
    background-image: url(https://i.ibb.co/zTJ8hccx/logo2.png);
    background-size: cover;
}

/* icons */
footer salla-social .s-social-link a,
footer salla-social .s-social-link:hover a{
  border-color: #fff;

}
footer salla-social .s-social-link:hover svg{
    fill: #fff;  
}

 .store-footer a:hover{
   color: #fff !important;
}

.content, .content2{
      align-items: unset;
}