/* Add custom CSS styles below */
.main-banner-component .container {
    max-width: 90%;
}
.main-banner-component p{
  font-weight: 400 !important;
  font-size: 28px;
  width: 65%
}

@media (max-width:768px){
.main-banner-component p {
    font-size: 16px;
    width: 100%;
}
.main-banner-component .content  > div {
    height: 100%;
    padding-top: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
  .products-with-tabs-component .tabs-header {
    flex-wrap: wrap;
}

}
/*@media (min-width:991px){
.special-categories-component .s-slider-swiper-wrapper {
    justify-content: center !important;
}
}*/
.about-us-component  .side-img {
    border-color: #9d7960;
}
/****ai-section***/
.layered-gallery  .hero-title {
    font-size: 32px !important;
}


.salla-1596045023  h4.leading-tight:not(.about-us-component  h4.leading-tight):after {
  content: "";
  width: 100%;
  height: 12px;
  background-image: url(https://cdn.files.salla.network/other/1067562908/b5413d3b-713f-4ed1-9f67-353243302945-original.webp);
  display:block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*****product****/
  .s-product-card-entry salla-add-product-button .s-button-element span {
    line-height: 1.5;
}
/* Mobile menu - reorder */
@media (max-width: 769px) {
/* Ensure the list container supports ordering */
ul.main-menu.mm-spn--open {
    display: flex !important;
    flex-direction: column !important;}
/* Force both blog items (mobile and desktop) to the end */
ul.main-menu.mm-spn--open li#blog {
    order: 10 !important;
    padding-right: 30px;}
/* 2. Remove the empty space at the bottom */
ul.main-menu.mm-spn--open::after {
    height: 0 !important;}}
ul.main-menu.mm-spn--open li#blog {
    order: 10 !important;}
.mm-spn li img {
    background-color: #fff;}