/* Add custom CSS styles below */ 
.s-slider-block__title-nav {
  display: none !important;
}

.swiper-pagination {
  display: none !important;
}

@media (max-width: 768px) {
  .line-clamp-2.description {
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    overflow: visible !important;
    display: block !important;
  }
}


.shuhra_cats_2_container > div > div.overflow-hidden:nth-child(4) {
    display: none !important;
}

.shuhra_cats_2_container .grid > div:nth-child(3) {
    grid-column: span 2 !important;
}

@media (max-width: 768px) {
  .shuhra_cats_2_slider_container 
  .shuhra_cats_2_slider_item_content {
    min-width: 90% !important;
  }
}


/* Make logo smaller */
.navbar-brand img {
    width: 80px !important;
    max-width: 80px !important;
    height: auto !important;
}