@import url('https://fonts.googleapis.com/css2?family=Kufam:ital@0;1&display=swap');
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
body {
  background-image: url('https://i.ibb.co/v6FKGhjT/NADA-ALANDALUS.png') ;
  background-size: cover ;
  background-position: center ;
      font-family: "Kufam" !important;

}
.main-menu li>a:hover {
        color:#C28742;

    }

    .main-nav-container {
        min-height: 84px;
        background-color: black;
        color: white;
    }
body#app.index{
    background:white;
    }
    .lazy__bg.lazy.entered.loaded{
        background-size: contain;
        background-repeat: no-repeat;
    }
    a.banner-entry.square-photos {
        background: transparent;
    }
    img {
        background: transparent !important;
        border-radius:0;
    }

   
.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
}



    .s-block--banners .grid.two-row {
    grid-template-columns: repeat(5, 1fr);
    
}
.banner-entry {
    height: 166px;
}
.salla-products-slider .s-slider-block__title h2 {
  color:#5B6453;
}
.s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title .right-side h2 {
  color: #C28742;
  font-weight: bold;     
  font-size: 2rem;       
       
}
@media (max-width: 768px) {
     .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
}
.s-slider-block__title h2 {
   font-size: 1.5rem; 
}
/* Change button background and text color */
.s-button-btn.s-button-primary-outline {
  background-color: #C28742;
  color: white ;
 
}

/* Remove hover effect */
.s-button-btn.s-button-primary-outline:hover {
  background-color:#C28742 ;
  color: white;

}
/* Product Price */
.s-product-card-price {
    color: #C28742;
    text-align: center ;
}
.s-product-card-content-sub {
    text-align: center;
     display: inline-block;
}
.s-product-card-content-title a {
    
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #C28742;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 6em;
}
.navbar-brand img {
    max-height: 6rem;
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #C28742;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-product-card-entry:hover,
custom-salla-product-card.s-product-card-entry:hover {
  transform: scale(0.97); /* Zoom out slightly */
  box-shadow: none;       /* Optional: remove shadow on hover */
}
.s-block__title h2 {
    border: 2px solid #C28742;       
    border-radius: 10px;          
    padding: 10px 20px;      
    display: inline-block;       
     
                 
}

@media(max-width:767px){
#photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden{
   padding:0;
}
.s-products-slider-card {
    max-width: 185px;
}
.main-nav-container {
    min-height: 56px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
}
}


.store-footer__inner {
    background-color: black;


}
.store-footer {

    background-color: black;
 
 
}

.store-footer a.flex h3 {
    font-size: 0;
    background-image: url(https://i.ibb.co/KzRVT4P5/image-1-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 200px;
    height: 100px;
}
.s-social-list {
    margin-top: 10px;
}


.banner-entry {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              background-size 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              background-position 0.6s ease;
}

.banner-entry:hover {
  transform: scale(1.05) translateY(-10px);
 
}

.s-cart-summary-total,
.sicon-user-circle:before,
.sicon-menu:before,
.sicon-shopping-bag:before {
    color: white;
}

@media (max-width: 768px) {
    .banner-entry {
        height: 90px;
    }
}