.iqithc-home-block {
  margin: 2rem 0;
}

.iqithc-products-section {
  background: #1f2028;
  padding: 1.5rem 1rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.iqithc-categories-section {
  background: #f3f4f6;
  padding: 1.5rem 1rem;
  border-radius: 4px;
}

.iqithc-title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.iqithc-title-light {
  color: #ffffff;
}

.iqithc-swiper-wrapper {
  position: relative;
}

.iqithc-product-slide .product-miniature {
  margin-bottom: 0;
}

.iqithc-product-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.4rem 0.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.iqithc-product-image-link {
  display: block;
  width: 92px;
  min-width: 92px;
}

.iqithc-product-image-link img {
  width: 100%;
  height: auto;
  display: block;
}

.iqithc-product-content {
  color: #fff;
}

.iqithc-product-name {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.15;
}

.iqithc-product-name a {
  color: #fff;
  text-decoration: none;
}

.iqithc-product-brand {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.35rem;
  line-height: 1.2;
}

.iqithc-product-price {
  margin: 0.45rem 0 0;
  color: #12a8ff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.iqithc-add-to-cart-btn {
  display: inline-block;
  margin-top: 0.55rem;
  padding: 0.2rem 0.75rem;
  border-radius: 14px;
  background: #1b9df8;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
}

.iqithc-add-to-cart-wrap .btn-product-list {
  border: 0;
}

.iqithc-add-to-cart-wrap .input-qty {
  display: none;
}

.iqithc-add-to-cart-wrap .input-group-add-cart {
  display: block;
}

.iqithc-add-to-cart-wrap .product-add-cart {
  margin-top: 0.55rem;
}

.iqithc-add-to-cart-btn:hover {
  color: #fff;
  background: #158ad9;
}

.iqithc-category-card {
  position: relative;
  display: flex;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
}

.iqithc-category-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.iqithc-category-name {
  position: relative;
  z-index: 1;
}

.iqithc-category-name {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.iqithc-category-btn {
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 0.2rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.2;
}


@media (max-width: 767px) {
  .iqithc-product-card {
    border-right: 0;
  }

  .iqithc-product-name {
    font-size: 1.4rem;
  }

  .iqithc-product-brand {
    font-size: 1.1rem;
  }

  .iqithc-product-price {
    font-size: 1.5rem;
  }

  .iqithc-add-to-cart-btn {
    font-size: 1rem;
  }

  .iqithc-category-card {
    min-height: 180px;
  }

  .iqithc-category-name {
    font-size: 1.3rem;
  }
}
