@media (max-width: 575px) {
  .product-title a {
    font-size: 12px;
  }
  .product-rate {
    font-size: 12px;
  }
  .product-cart-btn {
    display: none;
  }
  .item-tab .nav-link {
    font-size: 14px;
    text-wrap: nowrap;
  }
  .nav-pills {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    width: 100%;
    scrollbar-width: none;
  }
  .product-slider .product-price {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .gift-finder-desktop {
    padding: 3rem 0.6rem;
  }
  .gfd-wrap {
    background-position: 16px 0px;
    background-size: 80px;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .occasion-img,
  .gift-img {
    width: 100px;
    height: 100px;
  }
  .tab-wrapper ul {
    padding-left: 0;
    justify-content: space-around;
  }
  .gfd-title {
    font-size: 2rem;
  }
  .support_email,
  .contact-number {
    display: none !important;
  }
  .help {
    display: block !important;
  }
  .currency-select,
  .lang-drop {
    display: none !important;
  }
}
