ul.list-product.list--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  ul.list-product.list--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  ul.list-product.list--grid li.cat-product-item {
    max-width: calc(50vW - 10px);
  }
}
ul.list-product .product {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  position: relative;
  padding: 0 5px 10px 5px;
}
ul.list-product .product .oiproduct {
  position: relative;
  display: grid;
  grid-template-rows: 40px;
}

.product .not_available {
  margin: 0 0 2px;
  width: 100%;
  float: left;
  font-size: 12px;
  position: absolute;
  top: 35px;
  color: red;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .moduletable_breadcrumbs {
    display: block;
    margin-top: 10px;
  }

  .moduletable_breadcrumbs li {
    display: none;
  }

  .moduletable_breadcrumbs li.active {
    display: block;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
  }
}
.promo-label-wrap {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.promo-label-wrap > * {
  margin-right: 5px;
}
.promo-label-wrap .product_label {
  position: inherit;
  float: left;
}
.promo-label-wrap .promo-label {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.promo-label-wrap .promo-label--red, .promo-label-wrap .promo-label_type_action {
  background-color: #f84147;
}
.promo-label-wrap .goods-tile__label {
  display: inline-block;
  float: left;
  height: 16px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  line-height: 17px;
}

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