.tpproduct-details__rating{
display: none;
}
.tpproduct-details__reviewers {
    display: none;
}
.product-rating-wrapper{
    display: none !important;
}
.mb-2 {
  margin-top: 0.25rem !important;
}
.add-to-compare{
    display: none !important;
}
#reviews-tab {
    display: none !important;
}
.tpproduct-details__content{
    background-color: #f8efed;
    border-radius: 10px;
    padding: 15px 20px;
}
.tpproduct__priceinfo-list span {
    font-size: 20px;
}
.bb-block__header {
    display: none !important;
}
.tpproduct__thumb img {
    aspect-ratio: 4 / 5;
}
.tp-slide-item__img img {
    border-radius: 0px;
}
.tpteam__title a {
    color: #dddddd !important;
}
.tpteam__position {
    color: #36ffa2 !important;
}
  .qm-wrapper {
    background: #f7f5f2;
    padding: 80px 20px;
    font-family: "Segoe UI", Tahoma, sans-serif;
    text-align: center;
  }

  .qm-container {
    max-width: 1200px;
    margin: auto;
  }

  .qm-title {
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 600;
    color: #222;
  }

  .qm-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }

  .qm-item {
    flex: 1;
    min-width: 260px;
  }

  .qm-icon-bg {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: #e8dfd3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .qm-icon-bg img {
    width: 45px;
    height: 45px;
    object-fit: contain;
  }

  .qm-heading {
    font-size: 22px;
    color: #b0844f;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .qm-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    max-width: 260px;
    margin: 0 auto;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .qm-grid {
      flex-direction: column;
      align-items: center;
    }

    .qm-title {
      font-size: 32px;
    }
  }


 
.category-area:has(.tpsection__title strong) .swiper-slide {
    width: calc((100% - 40px) / 3) !important;
}

.category-area:has(.tpsection__title strong) {
    padding-top: 70px !important;
}

.category-area:has(.tpsection__title strong) .tpteam__thumb img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}


 
@media (max-width: 992px) {
    .category-area:has(.tpsection__title strong) .swiper-slide {
        width: calc((100% - 20px) / 2) !important;
    }

    .category-area:has(.tpsection__title strong) .tpteam__thumb img {
        height: 580px;
    }
}

 
@media (max-width: 576px) {
    .category-area:has(.tpsection__title strong) .swiper-slide {
        width: 100% !important;
    }

    .category-area:has(.tpsection__title strong) .tpteam__thumb img {
        height: 580px;
    }
}




.tpcoming__bg {
    background: #ffffff !important;
    background-image: none !important;
}

.tpcoming__content span {
    color: #000000 !important;
    font-size: 40px;
    font-weight: 700;
}

.tpcoming__title {
    color: #000000 !important;
    font-size: 60px !important;
    font-weight: 800 !important;
}

.tpproduct__thumb img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4 / 5;
    
    display: block;

}