@charset "UTF-8";
/* haravan-audit:v2 */
.bs_collection {
  display: flex;
  flex-direction: column; }

.bs_collection__banner {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
  background: #111;
  min-height: 240px; }

.bs_collection__banner-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block; }

.bs_collection__banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease; }

.bs_collection__banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%); }

.bs_collection__banner-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px; }

.bs_collection__banner-content .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start; }

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

.bs_collection__banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0a0a0a;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding: 10px 40px;
  min-height: 48px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap; }

.bs_collection__banner-btn:hover {
  background: #0a6174;
  color: #fff; }

.bs_collection__products {
  padding: 40px 0 60px; }

.bs_collection__products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px; }

.bs_collection__products-title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.7px;
  color: #0a0a0a;
  text-transform: uppercase;
  margin: 0; }

.bs_collection__viewall {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.1px;
  color: #0a6174;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s; }

.bs_collection__viewall:hover {
  opacity: 0.8;
  color: #0a6174; }

.bs_collection__viewall svg {
  flex-shrink: 0; }

.bs_collection__track-wrap {
  position: relative; }

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

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

.bs_collection__item {
  flex: 0 0 calc((100% - 12px * 3) / 4);
  min-width: 220px;
  scroll-snap-align: start; }

.bs_collection__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_collection__nav:hover {
  background: #085566; }

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

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

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

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

.bs_collection__empty {
  font-family: var(--font-body);
  font-size: 14px;
  color: #737373;
  padding: 40px 0; }

@media (max-width: 991px) {
  .bs_collection__banner {
    aspect-ratio: 16 / 7; }
  .bs_collection__banner-title {
    font-size: 26px;
    line-height: 36px; }
  .bs_collection__products {
    padding: 32px 0 48px; }
  .bs_collection__products-title {
    font-size: 22px;
    line-height: 30px; }
  .bs_collection__item {
    flex: 0 0 calc((100% - 12px * 2) / 3); }
  .bs_collection__nav--prev {
    left: -12px; }
  .bs_collection__nav--next {
    right: -12px; } }

@media (max-width: 767px) {
  .bs_collection__banner {
    aspect-ratio: 4 / 3;
    min-height: 240px; }
  .bs_collection__banner-title {
    font-size: 20px;
    line-height: 28px; }
  .bs_collection__banner-btn {
    padding: 8px 28px;
    min-height: 40px;
    font-size: 13px;
    border-radius: 100px; }
  .bs_collection__products {
    padding: 20px 0 32px; }
  .bs_collection__products-title {
    font-size: 18px;
    line-height: 26px; }
  /* 2 col grid trên mobile */
  .bs_collection__track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    overflow-x: visible;
    scroll-snap-type: none; }
  .bs_collection__item {
    flex: none;
    min-width: 0;
    scroll-snap-align: none; }
  /* Viewall → nút ở dưới, ẩn link ở header */
  .bs_collection__products-header .bs_collection__viewall {
    display: none; }
  .bs_collection__viewall--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    height: 44px;
    border: 1px solid #0a0a0a;
    border-radius: 100px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s; }
  .bs_collection__viewall--mobile:hover {
    background: #0a0a0a;
    color: #fff; }
  .bs_collection__nav {
    display: none; } }

@media (min-width: 768px) {
  .bs_collection__viewall--mobile {
    display: none; } }
