@media screen and (max-width: 767px) {
    .fajrfair-home-banner-slider .wd-btn-arrow.wd-prev,
    .fajrfair-home-banner-slider .wd-btn-arrow.wd-next {
      display: none !important;
    }

    .slider-for-mobile-responsive {
      min-height: 252px !important;
    } 

   .fajrfair-home-banner-slider {
      min-height: 252px !important;
   }

   .custom-authors-slider {
    flex-direction: column;
    margin-bottom: 0px !important;
  }

  .custom-authors-slider .slider-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 38px;
  }

  .fajirfair-home-product-cat-container {
    margin-bottom: 0px !important;
  }

  .custom-authors-slider .swiper.custom-swiper-authors {
      width: 100%;
  }

  .custom-authors-slider  .swiper-grid>.swiper-wrapper {
    flex-wrap: unset !important;
    /* max-height: 25vh; */
  }

  .home .fajirfair-home-product-cat-container .product-rating-price{
    margin-top: 0px !important;
  }

  .custom-authors-slider .writer-section-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: unset;
  }
  .custom-authors-slider .nav-buttons-area {
    gap: 7px;
  }

  .custom-authors-slider .nav-buttons {
    gap: 7px;
  }

  .custom-authors-slider .view-all-link {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 16px;
  }

  .custom-authors-slider .author-image {
    margin-left: 0px;
  }
  .custom-authors-slider .author-image img {
    width: 108px;
    height: 108px;
  }

  .custom-authors-slider .author-name {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
  }

  .custom-authors-slider .swiper-slide {
    padding-bottom: 0 !important;
  }

  .home .custom-cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px !important;
  }

  .custom-cat-box a {
    background-color: #f5f8fb;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: left;
  }

  .custom-cat-link .cat-number {
    font-size: 14px !important;
    font-weight: 400;
  }

  .fajrfair-publication-and-writer-grid .custom-cat-grid .custom-cat-box:nth-child(n+5) {
    display: none;
  }

  .home .product-rating-price {
    font-size: 13px !important;
  }

  .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
    margin-left: 0px;
  }

  .home-cat-wp-block-wd-section {
    padding-inline: 15px;
    --wd-row-gap: 20px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    row-gap: var(--wd-row-gap) !important;
    width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w)) !important;
    inset-inline-start: calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2) !important;
  }
  
  .fajirfair-home-product-cat-slider-section{
    position: relative;
    width: 100vw !important;
    padding-right: 0;
  }
}

.search-results-wrapper .autocomplete-suggestions {
  grid-template-columns: 1fr !important;
}

.fajrfair-book-author-name {
  max-width: 20ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}