.c-catalog-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  padding: 5px;
  font-family: "AkkoPro-Medium", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.25;
  text-transform: uppercase;
  background: rgba(75, 175, 232, 0.22);
}

.c-catalog-badge span {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 60em) {
  .c-catalog-detail__image .c-catalog-badge {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 1.125rem;
  }
}

@media (min-width: 75em) {
  .c-catalog-detail__image .c-catalog-badge {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 1.25rem;
  }
}

.c-catalog-badge.c-catalog-badge--promo {
  background: rgba(250, 155, 126, 0.3);
}

.c-catalog-badge.c-catalog-badge--sale {
  background: rgba(250, 155, 126, 0.3);
}

.c-catalog-badge.c-catalog-badge--new {
  background: rgba(75, 175, 232, 0.22);
}

.c-catalog-badge.c-catalog-badge--chest {
  background: rgba(75, 175, 232, 0.22);
}

.c-catalog-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.8125rem;
  background: #fff;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}

.c-catalog-list-item > * + *:not(.c-catalog-badge) {
  padding-top: 0.625rem;
}

@media (min-width: 60em) {
  .c-catalog-list-item {
    margin-bottom: 1.875rem;
    padding: 0.9375rem;
  }
  .c-catalog-list-item:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  }
}

.b-section--theme .c-catalog-list-item {
  margin-bottom: 1.875rem;
  padding: 0.9375rem;
}

.c-catalog-list-item__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-catalog-list-item__image a {
  position: relative;
  display: block;
}

.c-catalog-list-item__image a:before {
  content: '';
  display: block;
  padding-bottom: 70.18%;
}

.c-catalog-list-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-catalog-list-item__name, .c-catalog-list-highlight__name {
  font-family: "AkkoPro-Medium", sans-serif;
}

.c-catalog-list-item__tierprice {
  margin-top: auto;
}

.c-catalog-list-item__tierprice span {
  color: #4bafe8;
  cursor: pointer;
}

.c-catalog-list-item__tierprice span:hover, .c-catalog-list-item__tierprice span.is-active {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  -webkit-background-size: 1px 1px;
          background-size: 1px 1px;
  background-repeat: repeat-x;
  display: inline-block;
  color: #4bafe8;
}

.u-page-theme--beauty .c-catalog-list-item__tierprice span {
  color: #cb1a64;
}

.u-page-theme--hair .c-catalog-list-item__tierprice span {
  color: #f3d273;
}

.u-page-theme--medical .c-catalog-list-item__tierprice span {
  color: #7cc6ad;
}

.u-page-theme--wellness .c-catalog-list-item__tierprice span {
  color: #d2af77;
}

.u-page-theme--footcare .c-catalog-list-item__tierprice span {
  color: #b190c1;
}

.u-page-theme--interior .c-catalog-list-item__tierprice span {
  color: #7694a4;
}

.c-catalog-list-item__price {
  margin-top: auto;
}

.c-catalog-list-item__price span {
  font-size: 0.75rem;
  color: #7e7f7d;
}

.c-catalog-list-item__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
}

.c-catalog-list-item__bottom * + * {
  margin-left: 0.625rem;
}

.c-catalog-list-item__bottom input {
  min-width: 55px;
  max-width: 55px;
  text-align: center;
}

.c-catalog-list-item__bottom button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 0.875rem;
  line-height: 1.75;
}

.c-catalog-list-highlight__name {
  font-size: 1.75rem;
  line-height: 1.25;
}

@media (min-width: 42.5em) {
  .c-catalog-list-highlight__name {
    font-size: 2.375rem;
  }
}

@media (min-width: 60em) {
  .c-catalog-list-highlight__name {
    font-size: 2.8125rem;
  }
}

.c-catalog-list-highlight__teaser {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
}

.c-catalog-list-highlight__price {
  margin-top: 1.875rem;
}

.c-catalog-list-highlight__price span {
  font-size: 0.75rem;
}

.c-catalog-list-highlight__button {
  margin-top: 0.9375rem;
}
