/**
 * Homepage product section — Design.html .banner-products-head + shop cards
 */

.noureldeing-home-products {
  margin-bottom: 56px;
}

.noureldeing-home-products__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.noureldeing-home-products .noureldeing-woo-section-title {
  margin: 0;
  font-family: var(--nd-font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--nd-dark-green);
  display: flex;
  align-items: center;
  gap: 8px;
}

.noureldeing-home-products .noureldeing-woo-section-title::before {
  content: "";
  width: 5px;
  height: 18px;
  background: var(--nd-gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.noureldeing-home-products__link {
  font-family: var(--nd-font-heading);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--nd-emerald);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.noureldeing-home-products__link:hover {
  color: var(--nd-dark-green);
}

.noureldeing-home-products__grid {
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .noureldeing-home-products__head {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .noureldeing-home-products {
    margin-bottom: 40px;
  }

  .noureldeing-home-products .noureldeing-woo-section-title {
    font-size: 16px;
  }
}
