<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catalog-viewed {
  position: relative;
}

.catalog-viewed__inner {
  background: none;
}

.catalog-viewed.catalog-viewed--fon .catalog-viewed__inner {
  background: #f8f8f8;
  background: var(--darkerblack_bg_black);
}

.catalog-viewed-list {
  padding: 0 0 5.3125rem;
}

.front_page .catalog-viewed-list {
  padding-top: 4.5rem;
}

.catalog-viewed-list__slider-wrap {
  position: relative;
}

.catalog-viewed__item.swiper-slide {
  height: auto;
  min-height: 200px;
  width: calc((min(100vw - var(--scrollbar-width, 0px) - 2 * var(--theme-page-width-padding), var(--theme-page-width)) - 24px * (var(--items-count) - 1)) / var(--items-count));
}

.catalog-viewed__item {
  justify-content: space-between;
  height: 100%;
}
.catalog-viewed__item:hover {
  box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
}
.catalog-viewed__item .product-image {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
}
.catalog-viewed__item .product-image .product-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-viewed__item .product-image .product-image-wrapper img {
  width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.catalog-viewed__item .product-item-title {
  font-weight: bold;
  transition: all 0.3s;
  font-size: 14px;
  color: black;
  flex-grow: 1;
}
.catalog-viewed__item .product-item-title:hover {
  color: #222222;
}
.catalog-viewed__item .product-item-price {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.catalog-viewed__item .product-item-price .measure-value {
  font-size: 14px;
}
.catalog-viewed__item .product-item-brand {
  margin-top: 10px;
}
.catalog-viewed__item .product-item-brand .brand-value {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.catalog-viewed__item .product-item-brand .brand-value img {
  max-width: 100px;
  max-height: 40px;
}

.catalog-viewed__item-wrap {
  background: #fff;
  background: var(--card_bg_black);
  overflow: hidden;
  height: 100%;
  padding: 23px 23px 19px;
}

.catalog-viewed__item__title {
  word-break: break-word;
  line-height: calc(1em + 5px);
}

.catalog-viewed__item__image__wrap {
  position: relative;
  margin: 0 0 15px 0;
}

.catalog-viewed__item__image {
  width: 80px;
  height: 80px;
  position: relative;
}

.catalog-viewed__item__image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-viewed__item__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  border-radius: var(--border-radius);
}

.catalog-viewed .price {
  margin: 0 0 1px 0;
}

.catalog-viewed__item-sticker {
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  margin: -2px;
}

.catalog-viewed__item-sticker-value.sticker__item {
  margin: 2px;
  font-size: 12px;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  height: 21px;
}

.catalog-viewed-list .slider-solution:not(.swiper-initialized) ~ .slider-nav {
  display: none;
}

.catalog-viewed-list .slider-solution:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--items-count), 1fr);
  grid-auto-flow: column;
  overflow: hidden;
}

.catalog-viewed-list_main {
  padding: 0 0 5.3125rem;
}

@media (max-width: 600px) {
  .catalog-viewed__inner .index-block__title {
    font-size: 20px;
    margin: 0px;
  }
  .catalog-viewed-list {
    padding-bottom: 40px;
  }
  .catalog-viewed-list .index-block__title-wrapper.index-block__title-wrapper--mb-35 {
    margin-bottom: 16px;
  }
  .front_page .catalog-viewed-list {
    padding-top: 40px;
  }
  .catalog-viewed__item {
    width: 160px !important;
  }
  .catalog-viewed__item-wrap {
    padding: 16px 16px 10px;
  }
  .catalog-viewed-list .slider-solution:not(.swiper-initialized) .swiper-wrapper {
    gap: 8px;
  }
}
@media (min-width: 601px) {
  .catalog-viewed-list .swiper-wrapper {
    --items-count: 3;
  }
}
@media (min-width: 769px) {
  .catalog-viewed-list .swiper-wrapper {
    --items-count: 4;
  }
}
@media (min-width: 1025px) {
  .catalog-viewed-list .swiper-wrapper {
    --items-count: 5;
  }
}
@media (min-width: 1251px) {
  .catalog-viewed-list .swiper-wrapper {
    --items-count: 6;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>