/* Add custom CSS styles below */ 
body:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #5b5b5b56 url(https://cdn.files.salla.network/theme/1260569414/20784e62-9f07-42c6-ae5c-9e35d379700c.webp);
  position: fixed;
  z-index: 99999999999999999 !important;
  transform: scale(0);
  background-size: 30rem !important;
  background-repeat: no-repeat;
  background-position: center !important;
  animation-name: logobg;
  animation-duration: 2s;
  backdrop-filter: blur(4px);
}  
@keyframes logobg {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.s-button-btn {
  background-color: #4C4C4C;  
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 100rem;
}
.s-product-card-vertical {
   background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 0 3px #4C4C4C;
  transition: 0.3s;
}
.s-product-card-vertical:hover{
  transform: translateY(-5px);
}

.s-button-primary-outline {
    color: #f29221;
    fill: #f29221;
}
.bg-inherit {
    background-color: #4C4C4C;
}
.store-footer__inner {
    background-color: #4C4C4C;
}
.store-footer h3 {
    font-size: 1.150rem;
    font-weight: 700;
    color: #f29221;
}
body {
    background-color: #e9e9e9;  /* couleur de fond */
    
}
@media only screen and (max-width: 600px) {
    .s-products-slider-card {
        max-width: 175px;
    }
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-product-card-content-title a {
    color: #f29221;
  text-align: center;
}
.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: 1.2rem;
    text-align: center;
}

.s-slider-block__title h2 {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(90deg, #2F2F2F, #f29221, #2F2F2F);
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: gradientMove 8s linear infinite;
}

@keyframes gradientMove {
  to {
    background-position: 200% center;
  }
}
.s-block--features__item {
    background-color: transparent;
}
.s-block--features__item i,
.s-block--features__item svg {
  color: #F29221 !important; /* change la couleur ici */
}
.sicon-user-circle:before {
    color: #f29221 ;
}
.s-contacts-icon {
   color: #f29221 ;
  border-color:  #f29221 ;
}
.s-social-link a {
   color: #f29221 ;
  border-color:  #f29221 ; 
}
.sicon-shopping-bag:before {
    color: #f29221 ;
}
.s-product-card-promotion-title {
    background-color: #4C4C4C;
}
.navbar-brand img {
    max-height: 20rem;
    max-width: 150px;
}
.banner--fixed img, .banner-entry{
     border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 3px #4C4C4C;
}
.main-menu li.root-level>a {
  color:#f29221 ;
    }
.s-slider-nav-arrow {
    border-color: #f29221;
}
.s-slider-nav-arrow svg {
    fill: #f29221;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: #4C4C4C!important;
    
}
.s-reviews-header {
   font-size: 20px;
  font-weight: bold;
  background: linear-gradient(90deg, #2F2F2F, #f29221, #2F2F2F);
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: gradientMove 8s linear infinite; 
}
section {
  padding-bottom: 60px;
}