

/* Start:/local/templates/vrtorg/components/bitrix/catalog.element/catalog/style.css?17701068242681*/
.product-preview-radio-list__item.selected .product-preview-radio-list__image
{
    border-color: var(--color-accent);
}

.product-radio-list__item.selected .product-radio-list__text {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: #000;
}

/* Inline Mode */

/* ===== INLINE MODE ===== */
.vrt-card--inline {
    flex-direction: row;
    height: auto;
}

.vrt-card--inline .vrt-card__link {
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

/* Картинка */
.vrt-card--inline .vrt-card__image-wrapper {
    width: 90px;
    min-width: 90px;
    height: 90px;
    padding: 10px;
    margin-bottom: 0;
}

/* Текст */
.vrt-card--inline .vrt-card__text {
    flex: 1;
}

/* Заголовок — в одну строку */
.vrt-card--inline .vrt-card__title {
    -webkit-line-clamp: 1;
    font-size: 15px;
    margin-bottom: 6px;
}

/* Цена */
.vrt-card--inline .vrt-card__price {
    font-size: 18px;
    margin-top: 0;
}

@media (max-width: 480px) {
    .vrt-card--inline .vrt-card__image-wrapper {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }

    .vrt-card--inline .vrt-card__price {
        font-size: 16px;
    }
}



.rec-block__title{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
}

.rec-list{
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  overflow: hidden;
}

.rec-item{
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
}

.rec-item + .rec-item{
  border-top: 1px solid #f0f0f0;
}

.rec-item__img{
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 8px;
  background: #f7f7f7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rec-item__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rec-item__content{
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rec-item__name{
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 8px;

  display: -webkit-box;
  -webkit-line-clamp: 2;       /* 1 или 2 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rec-item__price{
  font-size: 16px;
  font-weight: 800;
  line-height: 18px;
}

.rec-item__bonus{
  margin-top: 8px;
  font-size: 13px;
  line-height: 16px;
  color: #3aa400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rec-item__bonus-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3aa400;
  display: inline-block;
}

@media (hover:hover){
  .rec-item:hover{
    background: #fafafa;
  }
}

/* End */
/* /local/templates/vrtorg/components/bitrix/catalog.element/catalog/style.css?17701068242681 */
