.hu-section {
  padding: 56px 0;
}

.hu-section--alt {
  background: #f4f6f5;
}

.hu-section__head {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.hu-section__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3bb77e;
  margin-bottom: 10px;
}

.hu-section__head h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 12px;
}

.hu-section__head p {
  color: #7e7e7e;
  margin-bottom: 0;
}

.hu-link-more {
  color: #3bb77e;
  font-weight: 600;
}

.hu-popular-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.hu-popular-grid > .hu-product-card--grid {
  width: 100%;
  max-width: none;
  flex: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .hu-popular-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .hu-popular-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .hu-popular-grid {
    grid-template-columns: 1fr;
  }
}

.hu-product-card .default-img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  margin: auto;
}

.hu-product-card .product-card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.hu-product-card .product-card-bottom .product-price {
  width: 100%;
}

.hu-product-card .product-card-bottom .product-price > span:not(.old-price) {
  display: block;
  line-height: 1.3;
  word-break: break-word;
}

.hu-product-card .product-card-bottom .add-cart {
  width: 100%;
}

.hu-product-card .product-card-bottom .add-cart .add {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.hu-btn-shop {
  background: #3bb77e !important;
  color: #fff !important;
}

.product-detail-description {
  margin: 0 0 24px;
  line-height: 1.8;
  color: inherit;
}

.product-detail-description p {
  margin: 0 0 1rem;
}

.product-detail-description h2,
.product-detail-description h3 {
  margin: 1.5em 0 0.5em;
}

.product-detail-description p:last-child {
  margin-bottom: 0;
}

.category-intro,
.category-detail {
  margin-top: 36px;
  padding: 24px 28px;
  background: #f8fafc;
  border-radius: 8px;
  border-left: 4px solid #3bb77e;
  line-height: 1.8;
  color: #334155;
}

.category-intro p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
  margin: 0;
}

.category-detail h2,
.category-detail h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.hu-product-extras {
  margin-top: 24px;
  margin-bottom: 24px;
}

.product-info-sections .product-info-section__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #3bb77e;
  color: #253d4e;
}

.product-info-sections .product-info-section + .product-info-section {
  padding-top: 8px;
}
