/* haravan-audit:v2 */
.bs_category {
  padding: 60px 0; }

.bs_category__heading {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -1px;
  color: #0a0a0a;
  text-transform: uppercase;
  margin: 0 0 24px; }

.bs_category__slider-wrap {
  position: relative; }

.bs_category__track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory; }

.bs_category__track::-webkit-scrollbar {
  display: none; }

.bs_category__item {
  flex: 0 0 calc((100% - 12px * 4) / 5);
  min-width: 200px;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start; }

.bs_category__item:hover {
  color: inherit; }

.bs_category__img-wrap {
  aspect-ratio: 278 / 390;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5; }

.bs_category__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease; }

.bs_category__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px; }

.bs_category__name {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #0a0a0a;
  text-transform: uppercase; }

.bs_category__arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a0a0a;
  opacity: 0;
  transition: opacity 0.2s ease;
  flex-shrink: 0; }

.bs_category__item:hover .bs_category__arrow {
  opacity: 1; }

.bs_category__nav {
  position: absolute;
  top: calc(50% - 27px);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a6174;
  color: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(16, 24, 40, 0.1), 0 2px 4px rgba(16, 24, 40, 0.06);
  transition: background 0.2s, opacity 0.2s;
  z-index: 2;
  padding: 6px; }

.bs_category__nav:hover {
  background: #085566; }

.bs_category__nav.is-hidden {
  opacity: 0;
  pointer-events: none; }

.bs_category__nav--prev {
  left: -18px; }

.bs_category__nav--next {
  right: -18px; }

.bs_category__nav svg {
  display: block;
  width: 24px;
  height: 24px; }

@media (max-width: 991px) {
  .bs_category {
    padding: 40px 0; }
  .bs_category__heading {
    font-size: 28px;
    line-height: 38px; }
  .bs_category__item {
    flex: 0 0 calc((100% - 12px * 2) / 3); }
  .bs_category__nav--prev {
    left: -12px; }
  .bs_category__nav--next {
    right: -12px; } }

@media (max-width: 767px) {
  .bs_category {
    padding: 32px 0; }
  .bs_category__item {
    flex: 0 0 calc((100% - 12px) / 2.4);
    min-width: 0; }
  .bs_category__img-wrap {
    aspect-ratio: 2 / 3; }
  .bs_category__name {
    font-size: 13px;
    line-height: 18px; }
  .bs_category__nav {
    display: none; } }
