/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&family=Harmattan:wght@400;500;600;700&display=swap');

*{
  font-family: "Harmattan", sans-serif;
  font-weight: 700;
  font-style: normal;
}


body {
    background: #ffffff !important;
}
rect {
    width: 155px;
    background-size: contain;
}

 section:nth-child(2  of .s-main-banner) .container {
    max-width: 1280px;
    margin-left: unset !important ;
}

 section:nth-child(2  of .s-main-banner) .banner__content .section__title .title__description {
    font-weight: 800;
    font-size: 47px;
    line-height: 41px;
}

.features-sec .section__title h2:after {
    content: '';
    width: 317px;
    height: 60px;
    background-image: url(https://cdn.files.salla.network/homepage/1130894778/601fb1ed-b907-44b9-82f4-1fffe6a06ef7.webp);
    position: absolute;
    background-repeat: no-repeat;
    top: -10px;
    left: 5%;
    z-index: -1;
    background-size: contain;
}


.section__title-container .section__title .title__name {
    margin-top: 3.5px;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 30px;
    z-index: 1;
  
    position: relative;
}

 .main-menu  li a {
    background: #fff9f0 !important;
}

.main-menu{
    background: rgb(255 249 240) !important;
}
@media(max-width:768px){
.s-main-banner {
    min-height: 470px;
    align-items: start;
}

section:nth-child(2  of .s-main-banner) .banner__content .section__title .title__description {
    font-weight: 800;
    font-size: 20px;
    line-height: 29px;
}


section:nth-child(1  of .s-main-banner) .container{
    position: absolute;
    bottom: 0;
}



 .s-main-banner  .banner__content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
section:nth-child(1  of .s-main-banner) .section__header {
  width:100% !important ;
    justify-content: center;
}

 section:nth-child(1  of .s-main-banner) .section__title {
    text-align: center;
}
  .features-sec .section__title h2:after {
    content: '';
    width: 230px;
    height: 50px;
}
.filtered__banner .aspect-square {
  
    object-fit: fill;
}
  
.store-footer__inner .grid.grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
   .store-footer__inner .container.grid >div:nth-of-type(2){
  order:-2;
 }
}