/* ===== START CSS BEPHONG HOME CATEGORY STRIP 2026 ===== */

.bephong-home-catstrip-2026 {
  width: 100%;
  margin: 0;
  padding: 16px 0 16px;
  background:
    radial-gradient(circle at 18% 20%, rgba(216, 170, 85, 0.08), transparent 34%),
    linear-gradient(180deg, #050505 0%, #10100f 48%, #080808 100%);
  font-family: "Be Vietnam Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bephong-home-catstrip-2026,
.bephong-home-catstrip-2026 * {
  box-sizing: border-box;
}

.bephong-home-catstrip-2026__inner {
  width: min(1720px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 272px 52px;
  align-items: stretch;
  border: 1px solid rgba(216, 170, 85, 0.56);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(5, 5, 5, 0.12);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.24),
    inset 0 0 0 1px rgba(255,255,255,0.012);
}

.bephong-home-catstrip-2026__viewport {
  overflow: hidden;
}

.bephong-home-catstrip-2026__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: 100%;
}

.bephong-home-catstrip-2026__sale-mobile {
  display: none !important;
}

.bephong-home-catstrip-2026__item {
  min-height: 154px;
  padding: 28px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #f4e6c9 !important;
  text-decoration: none !important;
  border-right: 1px solid rgba(216, 170, 85, 0.36);
  background: transparent;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.bephong-home-catstrip-2026__item:hover {
  background: rgba(216, 170, 85, 0.035);
  transform: translateY(-1px);
}

.bephong-home-catstrip-2026__icon {
  width: 84px;
  min-width: 84px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bephong-home-catstrip-2026__icon img {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: contain;
  filter:
    drop-shadow(0 6px 12px rgba(0,0,0,0.36))
    drop-shadow(0 0 10px rgba(216,170,85,0.13));
}

.bephong-home-catstrip-2026__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.bephong-home-catstrip-2026__title {
  display: block;
  color: #fff4df;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 650;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bephong-home-catstrip-2026__more {
  display: block;
  color: #d8aa55;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.bephong-home-catstrip-2026__item--sale {
  border-right: 1px solid rgba(216, 170, 85, 0.42);
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 194, 92, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(137, 17, 19, 0.96), rgba(74, 8, 11, 0.98));
}

.bephong-home-catstrip-2026__item--sale:hover {
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 194, 92, 0.20), transparent 34%),
    linear-gradient(135deg, rgba(154, 22, 23, 0.98), rgba(86, 10, 13, 0.98));
}

.bephong-home-catstrip-2026__item--sale .bephong-home-catstrip-2026__more {
  color: #efc46c;
}

.bephong-home-catstrip-2026__nav {
  width: 52px;
  min-width: 52px;
  border: 0;
  border-right: 1px solid rgba(216, 170, 85, 0.36);
  background: transparent;
  color: #d8aa55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  padding: 0;
}

.bephong-home-catstrip-2026__nav--next {
  border-right: 0;
  border-left: 1px solid rgba(216, 170, 85, 0.36);
}

.bephong-home-catstrip-2026__nav span {
  display: block;
  font-size: 40px;
  line-height: 1;
  transform: translateY(-1px);
  opacity: 0.84;
}

/* Desktop vừa: giữ tỷ lệ cân, tránh chữ bị vỡ dòng */
@media (max-width: 1199px) {
  .bephong-home-catstrip-2026__inner {
    width: calc(100% - 30px);
    grid-template-columns: 44px minmax(0, 1fr) 235px 44px;
  }

  .bephong-home-catstrip-2026__item {
    min-height: 128px;
    padding: 22px 16px;
    gap: 14px;
    background: transparent;
  }

  .bephong-home-catstrip-2026__icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
  }

  .bephong-home-catstrip-2026__icon img {
    width: 62px;
    height: 62px;
  }

  .bephong-home-catstrip-2026__text {
    gap: 8px;
  }

  .bephong-home-catstrip-2026__title {
    font-size: 13.4px;
    line-height: 1.26;
    white-space: nowrap;
  }

  .bephong-home-catstrip-2026__more {
    font-size: 11.5px;
  }
}

/* Mobile/tablet: giữ nguyên phương án đã ổn, cuộn ngang toàn bộ, ô khuyến mãi lướt cùng */
@media (max-width: 991px) {
  .bephong-home-catstrip-2026 {
    margin: 0;
    padding: 16px 0 20px;
    position: relative;
    z-index: 1;
    background:
      radial-gradient(circle at 18% 20%, rgba(216, 170, 85, 0.08), transparent 34%),
      linear-gradient(180deg, #050505 0%, #10100f 48%, #080808 100%);
  }

  .bephong-home-catstrip-2026__inner {
    width: calc(100% - 22px);
    display: block;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .bephong-home-catstrip-2026__nav,
  .bephong-home-catstrip-2026__sale-desktop {
    display: none !important;
  }

  .bephong-home-catstrip-2026__sale-mobile {
    display: flex !important;
  }

  .bephong-home-catstrip-2026__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .bephong-home-catstrip-2026__viewport::-webkit-scrollbar {
    display: none;
  }

  .bephong-home-catstrip-2026__track {
    display: flex;
    gap: 12px;
    width: max-content;
    padding: 0 4px;
  }

  .bephong-home-catstrip-2026__item {
    width: 210px;
    min-height: 104px;
    padding: 15px 15px;
    gap: 13px;
    border: 1px solid rgba(216, 170, 85, 0.42);
    border-radius: 10px;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.018), rgba(255,255,255,0)),
      rgba(6, 6, 6, 0.60);
  }

  .bephong-home-catstrip-2026__item--sale {
    width: 210px;
    background:
      radial-gradient(circle at 78% 24%, rgba(255, 194, 92, 0.14), transparent 32%),
      linear-gradient(135deg, rgba(132, 18, 19, 0.92), rgba(78, 9, 12, 0.94));
  }

  .bephong-home-catstrip-2026__icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }

  .bephong-home-catstrip-2026__icon img {
    width: 52px;
    height: 52px;
    display: block;
    object-fit: contain;
    filter:
      drop-shadow(0 4px 8px rgba(0,0,0,0.30))
      drop-shadow(0 0 8px rgba(216,170,85,0.10));
  }

  .bephong-home-catstrip-2026__title {
    font-size: 15.5px;
    line-height: 1.2;
    white-space: normal;
  }

  .bephong-home-catstrip-2026__more {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .bephong-home-catstrip-2026__item,
  .bephong-home-catstrip-2026__item--sale {
    width: 204px;
    min-height: 102px;
  }

  .bephong-home-catstrip-2026__title {
    font-size: 15px;
  }

  .bephong-home-catstrip-2026__more {
    font-size: 12.8px;
  }
}

/* ===== END CSS BEPHONG HOME CATEGORY STRIP 2026 ===== */