

/* Start:/bitrix/templates/aspro-lite/components/bitrix/news.list/sale-list/style.css?17524342362107*/
.sale-list__item {
  position: relative;
  overflow: hidden;
  width: 258px; /* Set width to 258px */
  height: 162px; /* Set height to 162px */

}

.sale-list__item-image-wrapper {
  position: relative;
  padding-top: 62.79%; /* 162/258 = ~0.6279 to maintain aspect ratio */
}

.sale-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bx-ie .sale-list__item-text-top-part {
  flex-basis: auto;
}

.sale-list__item-preview-wrapper {
  margin-top: 9px;
}

.sale-list__item-text-wrapper {
  padding: 55px 16px 0;
}

.sale-list__item-link--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.sale-list__item-text-bottom-part {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sale-list__item-period {
  position: relative;
}

.sale-list__item-period .svg {
  position: absolute;
  left: 0;
  top: 5px;
}

.sale-list__item-period-date {
  display: block;
}

/* Sticker */
.sale-list__item .sale-list__item-sticker-value {
  vertical-align: top;
  margin: 0 4px 0 0;
  font-size: 12px;
  line-height: 15px;
  line-height: var(--sticker-height);
  display: inline-flex;
  padding: 1px 5px 1px 4px;
}

.sale-list__item-sticker {
  position: absolute;
  font-size: 0;
  line-height: 0;
  z-index: 2;
  bottom: 20px;
  left: 16px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .sale-list__item {
    width: 100%; /* Full width on smaller screens */
    height: auto; /* Allow height to adjust */
  }
  .sale-list__item-image-wrapper {
    padding-top: 44%; /* Maintain aspect ratio */
  }
  .sale-list__item-preview-wrapper {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sale-list__item-sticker {
    bottom: 16px;
    left: 16px;
  }
}

@media (max-width: 500px) {
  .grid-list--normal .sale-list__wrapper {
    width: 100%;
  }
  .sale-list__item {
    width: 100%; /* Ensure full width */
    height: auto; /* Allow height to adjust */
  }
}
/* End */
/* /bitrix/templates/aspro-lite/components/bitrix/news.list/sale-list/style.css?17524342362107 */
