/* product colors */
.prd_color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: inset 2px 2px 7px 0px rgba(0, 0, 0, 0.25), 3px -1px 8px 0px rgba(0, 0, 0, 0.1);
}

.banner-catalog {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .banner-catalog {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .banner-catalog .best-item:nth-child(n+7) {
    display: none !important;
  }
}
.banner-catalog .best-item:nth-child(n+9) {
  display: none !important;
}
.banner-catalog .button-block-center {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .banner-catalog .button-block-center {
    margin-top: 40px;
  }
}

.hero-banner.home-section {
  margin-top: -10px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .hero-banner.home-section {
    margin-top: -20px;
    margin-bottom: 70px;
  }
}
.hero-banner + .home-section {
  margin-top: 0;
}
@media (max-width: 992px) {
  .hero-banner .banner-product.banner-product--mobile-white {
    color: #FFFFFF;
  }
}
.hero-banner .banner-product__image {
  height: auto;
  padding-bottom: calc(var(--app-height) - 70px);
}
@media (min-width: 992px) {
  .hero-banner .banner-product__image {
    padding-bottom: calc(100vh - 70px);
  }
}
.hero-banner .banner-product__image .element--mobile {
  display: block;
}
@media (min-width: 992px) {
  .hero-banner .banner-product__image .element--mobile {
    display: none;
  }
}
.hero-banner .banner-product__image .element--mobile + .element--desktop {
  display: none;
}
@media (min-width: 992px) {
  .hero-banner .banner-product__image .element--mobile + .element--desktop {
    display: block;
  }
}
.hero-banner .banner-product__info {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .hero-banner .banner-product__info {
    justify-content: flex-end;
  }
}
.hero-banner .banner-product__info .container {
  height: 100%;
}
.hero-banner .banner-product__info-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  height: 100%;
}
.hero-banner .banner-product__info-content {
  max-width: 100%;
}
@media (min-width: 769px) {
  .hero-banner .banner-product__info-content {
    max-width: 400px;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .hero-banner .banner-product__info-content {
    order: 1;
  }
}
.hero-banner .banner-product__info-products {
  display: none;
  color: #000000;
}
@media (min-width: 992px) {
  .hero-banner .banner-product__info-products {
    display: block;
  }
}
.hero-banner .banner-product__info-products.banner-product__info-products--white {
  color: #FFFFFF;
}
.hero-banner .banner-product__info-products.banner-product__info-products--white .btn.btn-black-border {
  color: #FFFFFF;
  background: transparent;
  border-color: #FFFFFF;
}
.hero-banner .banner-product__info-products.banner-product__info-products--white .btn.btn-black-border:hover, .hero-banner .banner-product__info-products.banner-product__info-products--white .btn.btn-black-border:focus, .hero-banner .banner-product__info-products.banner-product__info-products--white .btn.btn-black-border:active {
  color: #000000;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.hero-banner .banner-product__info-products .best-list {
  width: calc(100% + 30px);
  padding: 0 15px;
  margin: 0 -15px;
}
.hero-banner .banner-product__info-products .best-list:not(.swiper-initialized) {
  max-height: 400px;
}
@media (min-width: 992px) {
  .hero-banner .banner-product__info-products .best-list {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: calc(34% + 20px);
    margin: 0;
    padding: 0 20px 0 0;
  }
}
.hero-banner .banner-product__info-products .best-list .best-item {
  width: 165px;
  min-width: 165px;
}
@media (min-width: 576px) {
  .hero-banner .banner-product__info-products .best-list .best-item {
    width: 220px;
    min-width: 220px;
  }
}
@media (min-width: 769px) {
  .hero-banner .banner-product__info-products .best-list .best-item {
    width: 250px;
    min-width: 250px;
  }
}
@media (min-width: 992px) {
  .hero-banner .banner-product__info-products .best-list .best-item {
    width: 300px;
    min-width: 300px;
  }
}
.hero-banner .banner-product__info-products .best-list .best-item .best-btn {
  display: none;
}
.hero-banner .banner-product__info-products .best-list .slider-nav {
  top: 125px;
  margin: 0 !important;
}
.hero-banner .banner-product__info-products .best-list .slider-nav.swiper-button-prev {
  display: none;
}
.hero-banner .banner-product__info-products .best-list .slider-nav.swiper-button-next {
  left: 295px !important;
  right: auto !important;
}

.categories-block__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 15px;
  /*&::-webkit-scrollbar {
    display: none;
  }*/
}
@media (min-width: 769px) {
  .categories-block__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
.categories-block__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  grid-column: span 2;
}
@media (min-width: 992px) {
  .categories-block__item {
    grid-column: auto;
  }
}
@media (min-width: 992px) {
  .categories-block__item:nth-child(4) {
    grid-column: auto;
  }
}
@media (min-width: 992px) {
  .categories-block__item:nth-child(5) {
    grid-column: auto;
  }
}
.categories-block__item .image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #F5F5F7;
  overflow: hidden;
  transition: all 0.2s ease;
}
.categories-block__item .image:hover {
  background-color: #EEEEEE;
}
.categories-block__item .title {
  width: fit-content;
  max-width: 140px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .categories-block__item .title {
    font-size: 18px;
    max-width: 160px;
  }
}

.product_mini_scrool {
  margin-top: 30px;
  margin-bottom: 50px;
  scroll-behavior: smooth;
  overflow-x: auto;
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
}

.product_like_btn {
  position: relative;
}

.product_like_btn .product_like_icon path {
  stroke: #7d7d80;
  fill: transparent;
  transition: fill 0.2s ease, stroke 0.2s ease;
}

.product_like_btn.is-active .product_like_icon path {
  stroke: #e53935;
  fill: #e53935;
}

.product_mini_scrool::-webkit-scrollbar {
  display: none;
}

.product_mini_wrapper {
  display: flex;
  gap: 20px;
  width: max-content;
  margin: 0;
  padding: 0 70px;
  scroll-snap-type: x mandatory;
}

.product_mini_scrool {
  justify-content: flex-start;
}

.product .best_title {
  text-align: left;
}

.product_mini_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: 140px;
  min-width: 93px;
  scroll-snap-align: center;
}
.product_mini_card__image {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  overflow: hidden;
}
.product_mini_card__image .image {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.product_mini_card__image .image img {
  object-fit: contain;
  object-position: center;
}

.product_mini_card_title {
  display: block;
  width: fit-content;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}

.product-swiper {
  position: relative;
  padding-bottom: 86px !important;
  overflow: hidden;
}

.product-swiper .swiper-slide {
  width: 407px;
  height: 561px;
  flex-shrink: 0;
}

.product_card {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: var(--white);
  position: relative;
}

.product_card img {
  width: 100%;
  height: 367px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.product_card_colors {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 34px;
  padding: 0px 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px) saturate(130%);
  -webkit-backdrop-filter: blur(30px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 338px;
  left: 50%;
  transform: translateX(-50%);
}

.product_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product_new {
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}

.product_title {
  padding-top: 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}

.product_desc {
  padding-top: 10px;
  color: var(--gray-desc);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

.product_price {
  padding-top: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin-top: auto;
}

.product_swipper_arrows {
  position: absolute;
  width: 120px;
  bottom: 32px;
  right: 90px;
  display: flex;
  gap: 10px;
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
  position: unset;
  width: 55px;
  min-width: 55px;
  height: 55px;
  background: #f0f0f0;
  border-radius: 50%;
  color: #000000 !important;
  opacity: 1 !important;
  margin: 0;
}

.product-swiper .swiper-button-prev {
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  /* product */
  .product_mini_scrool {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .product_mini_wrapper {
    gap: 15px;
    padding: 0 15px;
  }
  .product_mini_card {
    min-width: 82px;
    width: 93px;
  }
  .product_mini_card_title {
    font-size: 12px;
  }
  .product-swiper {
    padding: 0 0px 75px 0px !important;
  }
  .product-swiper .swiper-slide {
    width: 325px;
    height: 479px;
  }
  .product_card img {
    height: 285px;
  }
  .product_card_colors {
    top: 276px;
  }
  .product_content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .product_new {
    font-size: 10px;
  }
  .product_title {
    font-size: 18px;
  }
  .product_price {
    font-size: 18px;
    margin-top: auto;
  }
  .product_swipper_arrows {
    bottom: 32px;
    right: 10px;
  }
  .product-swiper .swiper-button-prev,
  .product-swiper .swiper-button-next {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
}

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