

/* Start:/local/templates/greenmall/components/bitrix/news.detail/discount/style.css?17713470391611*/
.discount-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-wrapper__header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-citron);
  margin-bottom: 20px;
}
.discount-image img {
  height: 100%;
}
.more-link__wrapper {
  float: right;
}
.discount-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.discount-wrapper__body {
  flex-grow: 1;
}
.discount-wrapper__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}
.date-description {
  display: block;
  font-size: 14px;
  opacity: 0.7;
}
.date {
  font-weight: 600;
}
.shop-floor {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-gold);
  color: var(--color-ivory);
  border-radius: 5px;
  padding: 10px;
  width: fit-content;
}
.shop-sections {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
.shop-sections__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 5px 10px;
  background-color: var(--color-citron);
  color: var(--color-green);
  font-size: 14px;
}
.shop-logo img {
  max-height: 60px;
}

.shop-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .discount-image {
    margin-bottom: 20px;
  }
  .discount-wrapper__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/* End */
/* /local/templates/greenmall/components/bitrix/news.detail/discount/style.css?17713470391611 */
