/* Add custom CSS styles below */ 
  :root {
    
    --sidepanel-fontsize: 18px;
  }
@-webkit-keyframes "mypulse" {
 0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.loader-init img{

height:70px!important;
animation: mypulse 1.2s ease-in-out infinite;


}

custom-salla-product-card .product-entry__image{
border: 2px solid #fdfdfd !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 20px;
}
.s-block--marquee {
 display:none;
}
.s-block--products-slider-and-fixedarea .bg-area{
border-radius: 1rem;
  background-size: cover!important;
}
.s-block--content-with-images .pt-20.pb-32{
padding-top:0!important;
padding-bottom:0!important;
}

@media (min-width: 1280px) {
   .s-block--content-with-images .xl\:max-w-2xl {
        max-width: 35rem;
    }
}


.s-block--categories .slide--cat-entry.has-image  .image--aspect-ratio{
    border-radius: 20px !important;
}
.s-block--categories{
  margin-bottom: 2rem!important; 
}

.s-block--products-slider-and-fixedarea{
  margin-top: 2rem!important;
}


@media (min-width: 320px) and (max-width: 480px) {
.dot-btn {
 
    height: 1rem;
    width: 1rem;
}
  .dot-btn .ripple {
  
    height: 2.5rem;
    width: 2.5rem;
  }
}