/* Add custom CSS styles below */ 
img.lazy.object-cover.mx-auto.h-24.w-24.rounded-full.group-hover\:scale-110.transition-all.duration-400.loaded {
    width: 90% !important;
    height: 100% !important;
}
.overflow-hidden.rounded-full.w-fit.mx-auto {
    overflow: visible !important;
}
.top-navbar {
    border-bottom: 1px solid rgb(238 238 238 / 77%);
}
.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
@media (max-width: 768px) {
  .top-navbar {
    display: none !important;
  }
}
.scroll-to-top {
    bottom: 20px; !important;
}


.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.fit-slider-products .s-slider-swiper-wrapper .swiper-slide{
    margin-bottom: 20px !important;

}