@import url("https://use.fontawesome.com/releases/v6.5.1/css/all.css") ;
.sicon-cart:before {
    content: "\f290";
    font-family: "fontawesome";
}

@media (max-width: 600px) {

  .blog-single img.h-80.mb-10.w-full.object-cover.rounded-md.hoverZoomLink {
      height: 12rem;
  }
  
  #blog-home-slider, .blog-slider .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-autoheight.swiper-rtl.swiper-ios.swiper-watch-progress.swiper-backface-hidden {
    height: 250px;
}

.blog-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.75rem;
}

.blog-slider .swiper img.object-cover.h-full.w-full.hoverZoomLink {
    min-height: auto;
}

.list-block.post-entry.relative.h-full.transition-shadow.duration-500.bg-store-bg-secondary.hover\:shadow-default.rounded-lg.justify-around.overflow-hidden.flex.flex-col img.h-full.w-full.object-cover.hoverZoomLink{
    object-fit: fill;
}

}