/* 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;

}
.flex.flex-col-reverse.md\:flex-row.items-center.gap-5.md\:gap-10{
  flex-direction: row-reverse;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
.s-slider-block__title, .index .swiper.s-slider-container .swiper-wrapper {
    display: flex;
    justify-content: center;
}
@media (max-width:768px){
  .flex-col-reverse {
    flex-direction: column-reverse !important;
}
}
/* pop up /
/ Animation keyframes for zoom-in effect */
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* Styles for overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Styles for popup container */
.popup-container {
  z-index: 101;
  animation: zoomIn 1s ease forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Styles for popup header */
.popup-header {
  display: flex;
  justify-content: flex-end;
}
/* Styles for close button */
#closeButton {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: -30px;
  left: -25px;
}
.popup-content img {
max-width:600px
}
@media(max-width:767px){
.popup-content img {
max-width:300px
}