.av-category-carousel-jj {
  width: 100%;
  overflow: hidden;
  padding: 24px 0 36px;
}

.av-collections-header {
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 0 20px;
  text-align: center;
}

.av-collections-header h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.2;
  color: #183f43;
  text-align: center;
}

.av-collections-header p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.5;
  color: #183f43;
  text-align: center;
}

.av-category-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  outline: none !important;
  padding-bottom: 28px;
}

.av-category-swiper:focus,
.av-category-swiper:focus-visible,
.av-category-swiper .swiper-wrapper:focus,
.av-category-swiper .swiper-wrapper:focus-visible {
  outline: none !important;
}

.av-category-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 520px;
  text-decoration: none !important;
  color: #fff;
  background: #ddd;
}

.av-category-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.av-category-card:hover img {
  transform: scale(1.06);
}

.av-category-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.18) 52%,
    rgba(0, 0, 0, 0.42) 100%
  );
}

.av-category-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.av-category-content h3 {
  margin: 0;
  max-width: 78%;
  color: #fff;
  font-size: 26px;
  line-height: 1.15;
}

.av-category-arrow {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  transition: all 0.25s ease;
}

.av-category-card:hover .av-category-arrow {
  background: #fff;
  color: #183f43;
}

.av-category-side-nav {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 44%;
  z-index: 10;
  width: 58px !important;
  height: 58px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #183f43 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 30px !important;
  font-weight: 300;
  line-height: 1 !important;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.25s ease;
}

.av-category-prev {
  left: 12px;
}

.av-category-next {
  right: 12px;
}

.av-category-side-nav:hover {
  background: #183f43 !important;
  color: #fff !important;
}

.av-category-side-nav:focus,
.av-category-side-nav:focus-visible {
  outline: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.av-category-progress {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 320px;
  max-width: 70%;
  transform: translateX(-50%);
  z-index: 5;
}

.av-category-progress .swiper-pagination {
  position: static !important;
  height: 3px !important;
  background: rgba(24, 63, 67, 0.18) !important;
}

.av-category-progress .swiper-pagination-progressbar-fill {
  background: #183f43 !important;
}

@media (max-width: 767px) {
  .av-category-carousel-jj {
    padding: 20px 0 30px;
  }

  .av-collections-header {
    max-width: 100%;
    padding: 0 14px;
    margin: 0 auto 16px;
    text-align: center;
  }

  .av-collections-header h3 {
    font-size: 28px;
    text-align: center;
  }

  .av-collections-header p {
    font-size: 13px;
    text-align: center;
  }

  .av-category-card {
    height: 430px;
  }

  .av-category-content {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .av-category-content h3 {
    font-size: 24px;
  }

  .av-category-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }

  .av-category-side-nav {
    width: 48px !important;
    height: 48px !important;
    font-size: 26px !important;
  }

  .av-category-prev {
    left: 8px;
  }

  .av-category-next {
    right: 8px;
  }

  .av-category-progress {
    width: 240px;
  }
}
