/* Add custom CSS styles below */ /* Add custom CSS styles below */ 
.navbar-brand img {
 max-height: 6rem;
 width: 100%;
}


.s-product-card-image img.loaded {
    background: #fff;
}

/* 1) Fully disable the pseudo-element across all pages */
/* Override any intro animation or pseudo-element splash */
body::after,
body::before,
html::after,
html::before {
  content: none !important;
  background: none !important;
  animation: none !important;
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  z-index: -1 !important;
}

@keyframes intro {
  0% { opacity: 0; }
  100% { opacity: 0; }
}

/* Kill it if applied inline or via another class */
*[style*="intro"],
*[style*="animation: intro"] {
  animation: none !important;
  opacity: 1 !important;
}

.swiper-container {
  min-height: 250px;
}

.swiper-slide {
  will-change: transform;
}

@import url('https://cdn.salla.network/fonts/amazon_ember.css?v=2.0.5') screen and (max-width: 0px);
@import url('https://cdn.salla.network/fonts/sallaicons.css?v=2.0.5') screen and (max-width: 0px);