

/* Start:/local/templates/.default/components/orteka/catalog.wishlist/.default/style.css?17806139621166*/
.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.wishlist-grid .wishlist-grid__item {
    width: auto;
    min-width: 0;
}

.wishlist-grid .wishlist-grid__item .b-card_main {
    max-width: clamp(200px, 16vw, 236px);
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1365px) {
    .wishlist-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1140px) {
    .wishlist-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .wishlist-grid .wishlist-grid__item .b-card_main {
        max-width: clamp(170px, 27vw, 220px);
    }
}

.b-pagination {
    gap: 16px;
}

.b-pagination__arrow_next {
    transform: rotate(90deg);
    margin-left: 0;
}

.b-pagination__arrow_prev {
    transform: rotate(-90deg) !important;
    margin-right: 0 !important;
}

.b-pagination .btn {
    aspect-ratio: 1;
}

.b-pagination .btn.is-active {
    border: 1px solid #E0E2E7;
}

/* End */


/* Start:/local/templates/orteka_desktop/global/css/b-promotion.css?17806139631038*/
.b-promotion {
  display: block;
  position: relative;
  padding: 10px 15px;
}
.b-promotion__image {
  display: block;
}
.b-promotion__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18.3%;
  text-align: center;
  width: 11%;
}
.b-promotion__price .g-price {
  display: block;
}
.b-promotion__price .g-price_old {
  font-size: 20px;
  color: #fedfc9;
  font-weight: 400;
}
.b-promotion__price .g-price_new {
  font-size: 33px;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
.b-promotion__price .g-price_new {
  font-size: 24px;
}
.b-promotion__price .g-price_old {
  font-size: 16px;
}
}
/* End */
/* /local/templates/.default/components/orteka/catalog.wishlist/.default/style.css?17806139621166 */
/* /local/templates/orteka_desktop/global/css/b-promotion.css?17806139631038 */
