
.fashion-slider-track {
  position: relative;
  margin-right: 0px;
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s ease;
}


//@media (max-width: 1450px) {
//  .fashion-slider-track {
//    margin-left: 2rem;
//  }
//}

.fashion-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1588px;

}

.fashion-slider-title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;

}

.fashion-slider-nav-btn {
  background: #fff;
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 3.6rem;
}

.swiper-button {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.swiper-but-prev.fashion-slider-nav-btn svg path {
  transition: fill 0.3s ease;
}

.swiper-but-next.fashion-slider-nav-btn svg path {
  transition: fill 0.3s ease;
}

.swiper-but-prev.fashion-slider-nav-btn:hover svg path {
  fill: black;
}

.swiper-but-prev.fashion-slider-nav-btn:hover + .swiper-but-next.fashion-slider-nav-btn svg path {
  fill: grey;
}

.swiper-but-next.fashion-slider-nav-btn:hover svg path {
  fill: black;
}

.swiper-but-next.fashion-slider-nav-btn:hover ~ .swiper-but-prev.fashion-slider-nav-btn svg path {
  fill: grey;
}



.fashion-slide {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 1rem;
  overflow: hidden;

}


.fashion-slide-image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
  min-height: 15rem;
}

.fashion-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  transition: transform 1s;
  display: block;
}

.fashion-slide img:hover {
  transform: scale(1.1);
}

.fashion-slide-category {
  margin-top: 15px;
  font-size: 2rem;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .fashion-slide {
    min-width: calc(50% - 8px);
  }
}

@media (max-width: 1450px) {
  .category_section-index-slider {
    margin-left: 0;}
}


//@media (max-width: 480px) {
//  .fashion-slide {
//    min-width: 100%;
//  }
//}




//главный слайдер


.section-index-slider {
  position: relative;
  height: 100vh;
}


.preview-swiper {
  position: relative;
   height: 87vh;

}

.preview-slide {
  position: relative;
  height: 100%;

}

.preview-slide a {display:block;}

.preview-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preview-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-slide-title {
  position: relative;
  z-index: 2;
  color: white;
  padding: 4rem 0;
  max-width: 600px;
}


.slide-description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}



.preview__bg-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15vw;
  color: rgba(255,255,255,0.05);
  pointer-events: none;
  z-index: 1;
  font-weight: 900;
}






.slide img {
  position: relative;
  top: 10px;
  left: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
  clip-path: inset(0);
}





.wrapper-slide-title {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.slide-title {
  font-family: Postertoaster;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -3rem;

}

.slide-description {
  font-size: 3.2em;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1;
}

/* Навигация */


.slider-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 10;
  justify-content: space-between;
  width: 221px;
}

.preview-slider-btn-prev,
.preview-slider-btn-next {
  width: 30px;
  height: 30px;
  color: white;
  font-size: 36px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
  transition: opacity 0.3s;
  font-weight: bold;
}

.preview-slider-btn-prev::before {
  content: "←";
}

.preview-slider-btn-next::before {
  content: "→";
}

/* Стили для пагинации Swiper.js */
.preview-slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.swiper-pagination-bullet {
  width: 6px; /* Меньший размер для пунктира */
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 4px; /* Меньшее расстояние между точками */
  cursor: pointer;
  opacity: 1;
  transition: width 0.3s; /* Плавное изменение ширины */
}

.swiper-pagination-bullet-active {
  width: 15px;
  border-radius: 3px; /* Превращаем в штрих */
  background: white;
}


@media (max-width: 480px) {
  .slider-navigation {
    width: 140px; /* Еще меньшая ширина на очень маленьких экранах */
  }
}

.hit-arrivals-slider {
  position: relative;
}

@media (max-width: 1450px) {
  .hit-arrivals-section {
    margin-left: 2rem;

  }
}
.hit-arrivals-header {display: flex;
  justify-content: space-between;}
