.collections-detail {
  display: flex;
  flex-direction: column;
}
.collections-detail__swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 33px;
}
.collections-detail__swiper .title {
  margin-bottom: 20px;
}
.collections-detail__swiper .swiper-wrapper {
  transform: none !important;
}
.collections-detail__swiper .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  margin: 0 1px !important;
}
.collections-detail__swiper .swiper-pagination-bullet-active {
  color: rgb(128, 144, 124);
  background-color: rgb(128, 144, 124);
}
.collections-detail.swiper-slide {
  border-radius: 10px;
  max-width: 100% !important;
  width: unset;
  height: auto;
}
.collections-detail__footer.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.collections-detail__img {
  position: relative;
}
.collections-detail__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
}
.collections-detail .catalog-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.collections-detail .catalog__products-item {
  max-width: 100%;
  width: 100%;
}
.collections-detail .section-container {
  padding: 0;
}
.collections-detail .section-header {
  display: none;
}
.collections-detail__title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: rgb(128, 144, 124);
  margin-bottom: 15px;
}

.modal {
  position: absolute;
  width: 100%;
  left: 20px;
  height: 0;
  overflow: hidden;
  transition: height 0.4s linear;
  bottom: 70px;
  right: 20px;
  max-width: calc(100% - 40px);
  border-radius: 10px;
}
.modal.active {
  height: 50%;
}
.modal__wrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 10px 15px 30px;
}
.modal__wrapper::-webkit-scrollbar {
  width: 7px;
}
.modal__wrapper::-webkit-scrollbar-track {
  background-color: white;
  border-top-right-radius: 10px;
}
.modal__wrapper::-webkit-scrollbar-thumb {
  background: rgb(128, 144, 124);
  border-radius: 10px;
}
.modal__close {
  position: absolute;
  right: 15px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close svg {
  stroke: rgb(128, 144, 124);
}
.modal__btn {
  display: flex;
  align-items: center;
  color: #80907C;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white !important;
  border-radius: 24px;
  padding: 8px !important;
}
.modal__btn span {
  transition: font-size 0.3s linear;
  cursor: pointer;
}
.modal__btn:hover {
  gap: 8px;
}
.modal__btn:hover span {
  font-size: 14px;
}
.modal__btn.active {
  gap: 8px;
}
.modal__btn.active span {
  font-size: 14px;
}
.modal__btn svg {
  stroke: #80907C;
}
.modal__btn span {
  font-size: 0;
}
.modal__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.collections-detail__list {
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .custom-container .collections-detail__swiper {
    max-width: 768px;
    margin: 0 auto 20px;
    padding: 0 15px;
  }
  .collections-detail.swiper-slide {
    width: 100%;
  }
  .modal {
    bottom: 95px;
  }
  .modal__icon {
    width: 48px;
    height: 48px;
  }
  .modal__icon svg {
    width: 48px;
    height: 48px;
  }
  .modal__btn.active span {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .collections-detail .catalog-list {
    gap: 20px;
  }
  .collections-detail__swiper .swiper-pagination {
    display: none;
  }
  .collections-detail__swiper .title__desktops {
    display: block;
    margin-bottom: 20px;
  }
  .collections-detail.swiper-slide {
    max-width: 50% !important;
  }
  .collections-detail__img {
    margin-bottom: 0;
    height: 100%;
  }
  .collections-detail__footer .title {
    display: none;
  }
  .collections-detail__title {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
  }
}

/*# sourceMappingURL=style.css.map */
