.item_small_card {
  display: flex;
  flex-direction: column;
  background: var(--color-white-100);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  justify-content: flex-start;
}

.item_small_card .hover-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.item_small_card .bottom-content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.item_small_card-gallery {
  border-radius: 8px;
  background: var(--color-white-85);
  position: relative;
}

.item_small_card-controls {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  z-index: 10;
}

.item_small_card--badge {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.item_small_card--badge .item_popular {
  background: linear-gradient(90deg, #CD43B9 0%, #7300FF 100%);
}

.item_small_card--badge .item_hit {
  background: linear-gradient(90deg, #C53434 0%, #FF4D00 100%);
}

.item_small_card--badge .item_new {
  background: linear-gradient(90deg, #1AB563 0%, #008185 100%);
}

.item_small_card--badge__gisp {
  position: absolute;
  z-index: 10;
}

.item_small_card .title_S {
  color: var(--color-black-90);
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 700;
}

.item_small_card .title_S:hover {
  color: var(--color-violet-100);
}

.item_small_card .title_XS {
  color: var(--color-white-50);
  text-overflow: ellipsis;
  font-weight: 400;
  height: 34px;
}

.item_small_card .price {
  color: var(--color-black-100);
  text-overflow: ellipsis;
  font-family: Manrope;
  font-style: normal;
}

.item_small_card .button {
  width: 100%;
  line-height: 120%;
  font-style: normal;
}

.item_small_card .button i {
  color: var(--color-white-100);
}

.selections_list {
  display: flex;
  flex-direction: column;
}

.selections_list-header--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.selections_list-header--title h2 {
  font-style: normal;
  font-weight: 800;
}

.selections_list-header--title h2:hover {
  color: var(--color-violet-900);
}

.selections_list-header .button span {
  color: var(--color-violet-90);
}

.selections_list-wrapper .swiper {
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-bullet-height: 3px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
}

.selections_list-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.selections_list-wrapper .swiper-pagination-bullet {
  border-radius: 10px;
  background: var(--color-violet-90);
}

@media (min-width: 1401px) {
  .item_small_card {
    padding: 12px;
    border-radius: 16px;
    gap: 16px;
  }

  .item_small_card .hover-area {
    gap: 16px;
  }

  .item_small_card-controls {
    top: 12px;
    right: 12px;
  }

  .item_small_card--badge {
    top: 8px;
    left: 8px;
  }

  .item_small_card--badge__gisp {
    bottom: 8px;
    left: 8px;
  }

  .item_small_card .title_S {
    font-size: 18px;
    line-height: 135%;
    height: 48px;
  }

  .item_small_card .title_XS {
    display: block;
  }

  .item_small_card .price {
    font-size: 32px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: -0.32px;
    padding-top: 24px;
  }

  .item_small_card .button svg {
    width: 20px;
    height: 20px;
  }

  .item_small_card .button {
    font-size: 16px;
    font-weight: 500;
  }

  .selections_list {
    margin-top: 80px;
    gap: 27px;
  }

  .selections_list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 27px;
  }

  .selections_list-header--title h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.32px;
  }

  .selections_list-header .button {
    display: flex;
  }

  .selections_list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px;
  }

  .selections_list-wrapper .swiper {
    width: 305px;
    height: 277px;
  }

  .selections_list-wrapper .swiper-slide img {
    width: 305px;
    height: 277px;
  }
}

@media (max-width: 833px) {
  .item_small_card {
    padding: 8px;
    border-radius: 12px;
    gap: 8px;
    width: 166px;
  }

  .item_small_card .hover-area {
    gap: 8px;
  }

  .item_small_card-controls {
    top: 4px;
    right: 4px;
  }

  .item_small_card--badge {
    top: 4px;
    left: 4px;
  }

  .item_small_card--badge__gisp {
    bottom: 4px;
    left: 4px;
  }

  .item_small_card .title_S {
    font-size: 10px;
    line-height: 135%;
    height: 27px;
  }

  .item_small_card .title_XS {
    display: none !important;
  }

  .item_small_card .price {
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.14px;
  }

  .item_small_card .button svg {
    width: 10px;
    height: 10px;
  }

  .item_small_card .button {
    font-size: 10px;
    font-weight: 700;
  }

  .selections_list {
    margin-top: 40px;
    gap: 20px;
  }

  .selections_list .button {
    display: flex;
    width: 100%;
    color: var(--color-violet-90);
  }

  .selections_list-header--title h2 {
    font-size: 22px;
    line-height: 120%;
  }

  .selections_list-header .button {
    display: none;
  }

  .selections_list-wrapper {
    display: flex;
    gap: 8px;
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .selections_list-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .selections_list-wrapper::-webkit-scrollbar-track {
    background-color: var(--color-violet-30);
  }

  .selections_list-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--color-violet-90);
    border-radius: 0;
  }

  .selections_list-wrapper .swiper {
    width: 151px;
    height: 137px;
  }

  .selections_list-wrapper .swiper-slide img {
    width: 151px;
    height: 137px;
  }
}

@media (min-width: 834px) and (max-width: 1400px) {
  .item_small_card {
    padding: 8px;
    border-radius: 12px;
    gap: 8px;
    width: 204px;
  }

  .item_small_card .hover-area {
    gap: 8px;
  }

  .item_small_card-controls {
    top: 4px;
    right: 4px;
  }

  .item_small_card--badge {
    top: 4px;
    left: 4px;
  }

  .item_small_card--badge__gisp {
    bottom: 4px;
    left: 4px;
  }

  .item_small_card .title_S {
    font-size: 14px;
    line-height: 135%;
    height: 38px;
  }

  .item_small_card .title_XS {
    display: none !important;
  }

  .item_small_card .price {
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.2px;
  }

  .item_small_card .button svg {
    width: 10px;
    height: 10px;
  }

  .item_small_card .button {
    font-size: 10px;
    font-weight: 700;
  }

  .selections_list {
    margin-top: 18px;
    gap: 16px;
  }

  .selections_list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .selections_list-header--title h2 {
    font-size: 24px;
    line-height: 120%;
  }

  .selections_list-header .button {
    display: flex;
  }

  .selections_list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .selections_list-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .selections_list-wrapper::-webkit-scrollbar-track {
    background-color: var(--color-violet-30);
  }

  .selections_list-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--color-violet-90);
    border-radius: 0;
  }

  .selections_list-wrapper .swiper {
    height: 195px;
  }

  .selections_list-wrapper .swiper-slide img {
    width: 204px;
    height: 195px;
  }
}
/*# sourceMappingURL=selections.css.map */
