/* Add custom CSS styles below */ 
body:before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(91, 91, 91, 0.35);
  backdrop-filter: blur(6px);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 99999999999999999 !important;

  background-image: url("https://cdn.files.salla.network/theme/2041887147/55ce4b8d-5430-4a96-9e91-77a699fa1a29.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; /* ou cover */

  animation: logobg 2s ease forwards;
}
@keyframes logobg {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

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

.s-button-primary-outline {
    color: #9D2427;
    fill: #9D2427;
}

.store-footer__inner {
  padding-bottom: 2rem;
  text-align: center !important;
}
.footer-is-light .store-footer 
.store-footer__inner{
    background-color: #5685ac;
  border-radius: 0px;
  box-shadow:#557B9C 0px 1px 3px, #557B9C 0px 1px 2px;
}
.lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 600px) {
    .lg\:grid-cols-6 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.s-menu-footer-item {
    display: block;
  line-height: 1;
    margin-bottom: 1.25rem;
}
.sicon-menu:before {
    color: #9D2427;
}
.store-footer h3 {
    font-size: 1.150rem;
    font-weight: 700;
    color: #9D2427;
}
body {
    background-color:#e7edf3;  /* couleur de fond */
    
}
@media only screen and (max-width: 600px) {
    .s-products-slider-card {
        max-width: 175px;
    }
}

salla-slider.photos-slider .swiper-slide {
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 5rem;
}
.s-product-card-content-title a {
    color: #9D2427;
  text-align: center;
}
.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: 1.2rem;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-subtitle {
    text-align: center;
}
.s-slider-block__title h2 {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #557B9C, #9D2427, #557B9C);
  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: #9D2427 !important; /* change la couleur ici */
}
.sicon-user-circle:before {
    color: #9D2427 ;
}
.s-contacts-icon {
   color: #9D2427;
  border-color:  #9D2427 ;
}
.s-social-link a {
   color: #9D2427;
  border-color:  #9D2427 ; 
}
.sicon-shopping-bag:before {
    color: #9D2427 ;
}
.s-product-card-promotion-title {
    background-color: #557B9C;
}
.navbar-brand img {
    max-height: 15rem;
    max-width: 100px;
}
.banner--fixed img, .banner-entry{
     border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow:#557B9C 0px 1px 3px, #557B9C 0px 1px 2px;
}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial  {
    box-shadow: 0 0 4px #557B9C;
}
.main-menu li.root-level>a {
  color:#9D2427 ;
    }
.s-slider-nav-arrow {
    border-color: #9D2427;
}
.s-slider-nav-arrow svg {
    fill: #9D2427;
}
.s-rating-stars-small svg {
    fill: #9D2427;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: #557B9C!important;
  color: #9D2427;
    
}
.s-reviews-header {
   font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #557B9C, #9D2427, #557B9C);
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: gradientMove 8s linear infinite; 
}
.s-block {
    margin-bottom: 6rem;
}
.s-cart-summary-total {
    color: #000000;
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0rem;
    }
}
.text-gray-800 {
    color: #9D2427;
}
.store-footer a {
    color: #ffffff; 
}.store-footer p {
    color: #ffffff; 
}
.header-btn__icon {
    
  border-color: #9D2427;
}
.s-product-card-vertical {
    background: transparent;
}
.s-product-card-price, .s-product-card-starting-price h4 {
    color: black;
}