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

.hns-featured-category-boxes *,
.hns-featured-category-boxes *::before,
.hns-featured-category-boxes *::after {
  box-sizing: border-box;
}

.hns-featured-category-boxes--section {
  background-color: #fffcf5 !important;
  padding: var(--hns-featured-category-boxes-padding, 34px 0);
}

.hns-featured-category-boxes__inner {
  width: 100%;
}

.hns-featured-category-boxes--section > .hns-featured-category-boxes__inner,
.hns-featured-category-boxes--section > .container.hns-featured-category-boxes__inner {
  width: min(100% - 40px, var(--hns-featured-category-boxes-container, 1280px));
  max-width: var(--hns-featured-category-boxes-container, 1280px);
  margin-right: auto;
  margin-left: auto;
}

.hns-featured-category-boxes .fp-featured-category-boxes {
  display: flex;
  gap: 15px;
  justify-content: center;
  --fp-category-icon-width: 148px;
  --fp-category-icon-height: 84px;
}

.hns-featured-category-boxes .box-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  padding: 18px 14px 16px;
  color: inherit;
  text-decoration: none;
  transition: background 0.3s ease;
}

.hns-featured-category-boxes .box-icon {
  display: flex;
  flex: 0 0 auto;
  width: var(--fp-category-icon-width);
  height: var(--fp-category-icon-height);
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hns-featured-category-boxes .box-icon img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.hns-featured-category-boxes .box-text {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.hns-featured-category-boxes .box-item:hover,
.hns-featured-category-boxes .box-item:focus-visible {
  background: #f1f1f1;
}

@media (max-width: 576px) {
  .hns-featured-category-boxes .fp-featured-category-boxes {
    justify-content: flex-start;
    gap: 16px;
    --fp-category-icon-width: 120px;
    --fp-category-icon-height: 68px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .hns-featured-category-boxes .fp-featured-category-boxes::-webkit-scrollbar {
    display: none;
  }

  .hns-featured-category-boxes .box-item {
    flex: 0 0 clamp(112px, (100vw - 47px) / 2.5, 148px);
    min-height: 128px;
    padding: 10px 6px;
    scroll-snap-align: start;
  }

  .hns-featured-category-boxes .box-text {
    margin-top: 10px;
    font-size: 12px;
  }

  .hns-featured-category-boxes .box-item:hover,
  .hns-featured-category-boxes .box-item:focus-visible {
    background: transparent;
  }
}
