/* Add custom CSS styles below */ 
.s-slider-block__title{
font-family: 'ReadexPro', sans-serif;
    width: 100%;
    margin-left: 25px;
    padding: 0px;
  max-width: none;!important
}
.s-slider-block__title-left{
    margin-right: 25px;
}

*{
    font-family: 'ReadexPro', sans-serif;
}
.store-header{
background:#DEB6A5;
color:white;
font-family: 'ReadexPro', sans-serif;
}
#mainnav{
background:#DEB6A5;
color:white;
font-family: 'ReadexPro', sans-serif;
}
#mainnav i {
  color: white;
}
.s-cart-summary-total{
  color: white;
}
.main-menu li a {
  color: white;
  transition: color ease 0.2s;
}

.main-menu li a:hover {
  color: white;
}

.full-banner-entry .inline-block.text-white.text-sm.border.rounded-md.font-bold.px-8.py-4 {
  background-color: #DEB6A5;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 10px 19px 10px 19px;
  color: #white;
  border-color: white; 
  border: 0;
    
}
.full-banner-entry .inline-block.text-white.text-sm.border.rounded-md.font-bold.px-8.py-4:hover {
  background-color: #ad8866;
  color: white;
}
.s-block.s-block--categories {
  margin: 0;
  padding: 0;
}
.container {
  max-width: none;
}
salla-slider[type]:not(.hydrated)&gt;div, salla-slider[type]:not(.hydrated) .swiper&gt;div&gt;div, .carousel-slider .swiper{
    padding-top: 0;
}
.s-block.s-block--banners .grid {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
}

.s-block.s-block--banners .banner-entry {
  width: 90%;
  box-sizing: border-box;
  height:200px;
  background: #DEB6A5; 
  padding-top:30px;
  padding-buttom:50px;
  margin:5px;
  display: flex;
      justify-content: center;
    align-items: center;
  }
  .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 3px; /* Adjust gap as needed */

  /* Media Queries for responsiveness */
  @media (max-width: 767px) { /* Target up-to 767px for mobile */
    grid-template-columns: repeat(1, 1fr);
  }

  @media (min-width: 768px) { /* Now starts at 768px for medium size */
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  @media (min-width: 992px) {
    grid-template-columns: repeat(3, 1fr);
  }

  @media (min-width: 1200px) {
    grid-template-columns: repeat(4, 1fr);
  }
}


}
.s-block.s-block--banners .banner-entry:hover{
border:none;
}

.text-with-border{
color:white;
}




.s-button-primary-outline{
    font-family: 'ReadexPro', sans-serif;
    color: white;
    background: #DEB6A5;
    border-raduis:2px;
    }
.s-button-primary-outline:hover{
    background: #ad8866;
    color:white;
    }

}


.s-block s-block--features container i ::before{
color:white;
}
.feature-icon i {
  color: white;
}
.s-block.s-block--categories .swiper-wrapper {
}
.swiper-slide {
  background: white;
}

.swiper-wrapper {
  background: white;
}
.s-search-input::placeholder {
  color: white;
}
.store-footer{
background:#DEB6A5;
}
.store-footer__inner{
background:#DEB6A5;
color:white;
}
.swiper-wrapper{
display: flex;
justify-content: space-between;
}
.s-product-card-image img.loaded{
height:250px;
}
.s-button-element:not(:disabled):not([loading]){
border-radius: 5px;
}
.s-block__title h2 {
   font-family: 'ReadexPro', sans-serif;
    font-weight: 600;
}
.mm-spn.mm-spn--light{
        background: #DEB6A5;
}
.banner-entry h3.text-with-border{
border-style: none;
border:none;
}
.s-slider-block__title h2 {
font-family: 'ReadexPro', sans-serif;
}
[lang="en"] {
  text-transform: capitalize;
 font-family: 'ReadexPro', sans-serif;    font-weight:600;

}
/* For mobile devices */
@media (max-width: 767px) {
  .grid {
    flex-direction: column;
  }
}
.s-contacts-topnav-link{
visibility: hidden;
}
[lang="ar"] {
  text-transform:capitalize;
 font-family: 'ReadexPro', sans-serif;    font-weight:600;
}
.s-block--features__item{
    cursor: default;
    background:#DEB6A5;
    color:#ad8866;
}
.s-block--features__item p, .s-block--features__item h2 , .s-block--features__item .feature-icon i {
    color: #ad8866;
    font-weight:600;
}
.grid {
  display: flex; 
  justify-content: space-around;
  /* Use table layout for desktops and tablets */
  width: 100%;
}

.banner-entry {
  display: table-cell; /* Treat each item as a table cell */
  padding: 10px; /* Adjust padding as needed */
  vertical-align: top; /* Align content vertically */
  text-align: center; /* Center text within each item */
}

/* Media Queries for responsiveness */
@media (max-width: 767px) { /* Mobile devices */
  .grid {
    display: block !important; /* Override with block layout for mobile */
  }

  .banner-entry {
    display: block !important; /* Override with block element for mobile */
    width: 100%; /* Take full width on mobile */
  }
}

@media (min-width: 768px) and (max-width: 991px) { /* Tablets */
  .grid {
    display: table !important; /* Re-enable table layout for tablets */
  }
  .grid { /* Adjust for two items per line on tablets */
    grid-template-columns: repeat(2, 1fr); /* Use grid layout for better control */
  }
}
.s-block--features__item{
margin-top:15px
}
.banner-entry span {
padding:10px;
}
@media (max-width: 767px) {
    .grid {
        display:flex;
    }
}


.banner-entry.square-photos.has-overlay.with-hover {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.banner-entry.square-photos.has-overlay.with-hover h3 {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 16;
}

.lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.s-block--features.container .grid {
    display: flex;
    width: 100%;
    gap:10px;
}
@media (max-width: 767px) {
    .s-block.s-block--banners .banner-entry {
          height: 150px;
          margin-left: 14px;
    }
}
.store-footer__inner .flex {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  
}

.store-footer__inner img {
      z-index: 0;
    margin-bottom: -33px;
    margin-top: -10px;
    width: 166px;

}