html, body {
            
            margin: 0;
            background: url('https://i.postimg.cc/R0JbsXs1/Desktop-1-4.png') no-repeat center center;
            background-size: cover; 
        }


/* Navbar */
.navbar-brand img {
    max-height: 3.5rem;
    width: auto;
    max-width: 109px;
    padding-top: 10px;
}

#mainnav {
      background: transparent !important;

}

.header-innerRight svg ,.header-innerRight *{
 fill:#fff !important;
  color:#fff !important;
}

#mainnav .bg-inherit {
    background: linear-gradient(171.96deg, #1B1B1B 25.52%, #CA2429 142.03%) !important;
}

.header-is-dark #mainnav .header-btn__icon {
    color: #fefffe;
}

#mainnav.fixed-pinned .navbar-brand .main-logo {
    transform: scale(0.8) !important;
    animation: logo-fade 1s ease-in-out;
    transition: all 0.3s ease-in-out;
}



#app.header-is-dark .store-header {

    background: linear-gradient(171.96deg, #1B1B1B 25.52%, #CA2429 142.03%) !important;
}

.main-nav-container.fixed-pinned .inner {

    background: linear-gradient(171.96deg, #1B1B1B 25.52%, #CA2429 142.03%);
    width: 100%;

}



/* Banners */
.s-block--one-wide-banner {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--one-wide-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--one-wide-banner:first-of-type {
  margin-top: 0px !important;
}


/*********/

/*Product card */
#best-offers-2-slider .swiper-wrapper {
  
  
  justify-content: center !important;
}

#best-offers-2-slider .s-slider-block__title{
    display:none !important;
  }

#best-offers-2-slider .swiper-slide {
  max-width: 500px; 
  margin: 0  auto;
}

custom-salla-product-card h3 , custom-salla-product-card small{
  
  color:#fff !important;
}

@media (max-width:996px){
  #best-offers-2-slider .swiper-slide {
  max-width: 300px; 
  margin: 0  auto;
}

.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0 !important;
}
  
}


/*Footer*/
.store-footer__inner {
  
background:transparent !important;
}

.store-footer__inner * {
  color:#fff !important; 
} 

.store-footer p{
  color:#fff !important; 
} 

.store-footer a:hover{
  color:#fff !important; 
  opacity:0.8
} 

.store-footer  {

    background-color: #ffffff00;
    color: #fff;
}

/* html:not(.dark) body {
  min-height: 100vh;          
  margin: 0;
  padding: 0;
  background-image: linear-gradient(171.96deg, #1B1B1B 25.52%, #CA2429 142.03%);
  background-repeat: no-repeat;
  background-size: 100% 100%;   
  background-attachment: fixed; 
  background-position: center;
}

 */
/*
html:not(.dark) body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-image: 
    linear-gradient(171.96deg, rgba(27, 27, 27, 0.6) 25.52%, rgba(202, 36, 41, 0.6) 142.03%), 
    url('https://i.postimg.cc/HxYRVSNm/Desktop-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}*/



.footer-social-item a {
    border-color: #fefefe;
}


.product__description {
  background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
}

.breadcrumbs *{
  color:#fff !important;
}


.p-price-outer span{
  color:#fff !important;
}

 .product-main-title{
  color:#fff !important;
}