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

.bs_featured-collections__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_featured-collections__wrap {
  position: relative; }

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

.bs_featured-collections__track::-webkit-scrollbar {
  display: none; }

.bs_featured-collections__card {
  flex: 0 0 calc((100% - 12px * 2) / 3);
  min-width: 280px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
  background: #111; }

.bs_featured-collections__card-img {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  position: relative;
  width: 100%;
  flex-shrink: 0; }

.bs_featured-collections__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease; }

/*.bs_featured-collections__card:hover .bs_featured-collections__card-img img {
  transform: scale(1.05);
}
*/
.bs_featured-collections__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 12px 16px 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%); }

.bs_featured-collections__card-title {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.2px;
  color: #fff;
  flex: 1 0 0;
  min-width: 0; }

.bs_featured-collections__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease; }

.bs_featured-collections__card:hover .bs_featured-collections__card-arrow {
  opacity: 1; }

.bs_featured-collections__nav {
  position: absolute;
  top: calc(50% - 12px);
  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 -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  transition: background 0.2s, opacity 0.2s;
  z-index: 2;
  padding: 6px; }

.bs_featured-collections__nav:hover {
  background: #085566; }

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

.bs_featured-collections__nav--prev {
  left: -18px; }

.bs_featured-collections__nav--next {
  right: -18px; }

.bs_featured-collections__nav svg {
  display: block;
  width: 24px;
  height: 24px; }

@media (max-width: 991px) {
  .bs_featured-collections {
    padding: 0 0 48px; }
  .bs_featured-collections__heading {
    font-size: 28px;
    line-height: 40px; }
  .bs_featured-collections__card {
    flex: 0 0 calc((100% - 12px) / 2); }
  .bs_featured-collections__card-title {
    font-size: 20px;
    line-height: 28px; }
  .bs_featured-collections__nav--prev {
    left: -12px; }
  .bs_featured-collections__nav--next {
    right: -12px; } }

@media (max-width: 767px) {
  .bs_featured-collections {
    padding: 0 0 40px; }
  .bs_featured-collections__heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px; }
  .bs_featured-collections__card {
    flex: 0 0 75vw; }
  .bs_featured-collections__card-title {
    font-size: 18px;
    line-height: 26px; }
  .bs_featured-collections__card-arrow {
    opacity: 1; }
  .bs_featured-collections__nav {
    display: none; } }
