.hns-home-products-section {
  width: 100%;
  max-width: 1920px;
  margin: var(--hns-home-products-section-margin, 0 auto);
  padding: var(--hns-home-products-section-padding, 0);
  color: #191919;
  font-family: var(--hns-font-sans);
}

.hns-home-products-section *,
.hns-home-products-section *::before,
.hns-home-products-section *::after {
  box-sizing: border-box;
}

.hns-home-products-section--section {
  background: #fffcf5;
  padding: var(--hns-home-products-section-padding, 50px 0);
}

.hns-home-products-section__heading {
  color: var(--hns-home-products-section-heading-color, #191919);
  font-size: var(--hns-home-products-section-heading-size, 32px);
  text-align: center;
}

.hns-home-products-section__description {
  color: var(--hns-home-products-section-description-color, rgba(25, 25, 25, 0.78)) !important;
  font-size: var(--hns-home-products-section-description-size, var(--hns-fs-body-sm, 13px));
}

.hns-home-products-section__description p {
  margin: 0;
}

.hns-home-products-section__products {
  width: 100%;
}

.hns-home-products-section__all {
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}

.hns-home-products-section__all .hns-brand-button {
  font-size: 12px;
}
