

/* Start:/local/templates/brayer/components/bitrix/catalog.top/main/style.css?17653489151118*/
.prod {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.prod__b {
    margin-top: auto;
  /*  display: flex;
    justify-content: space-between;
    align-items: center; */
    gap: 10px;
    min-height: 60px;
}

.product__price {
    flex-shrink: 0;
}

.product__actions {
    flex-shrink: 0;
}

.product__actions .but {
    min-width: 120px; /* Фиксированная ширина кнопки */
    white-space: nowrap;
}

.prod__main-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.prod__actions {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
}

.prod__main-link:hover {
    text-decoration: none;
    color: inherit;
}

.current-price {
    color: #000;
	font-size: 17px;
	font-weight: 700; 
}

span.old-price {
   font-size: 15px;
   line-height: 20.9px;
   color: #878787;
   text-decoration: line-through;
}

.discount-percent {
    font-size: 17px;
    line-height: 26.4px;
    color: #C2170B;
}

.prod-property {
   font-size: 16px;
   line-height: 20.9px;
   font-weight: 500;
   color: #878787;
   margin-bottom: 10px;
}
/* End */
/* /local/templates/brayer/components/bitrix/catalog.top/main/style.css?17653489151118 */
