

/* Start:/local/templates/brayer/components/bitrix/catalog.section/.default/style.css?17653489152354*/
/* Стили для пагинации */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.pagination__pages {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination__btn {
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pagination__btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.pagination__btn--disabled {
    color: #999;
    cursor: not-allowed;
    background: #f9f9f9;
}

.pagination__btn--disabled:hover {
    background: #f9f9f9;
    border-color: #ddd;
}

.pagination__page {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background: #fff;
    min-width: 40px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pagination__page:hover {
    background: #f5f5f5;
    border-color: #999;
}

.pagination__page--current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination__ellipsis {
    padding: 8px 6px;
    color: #999;
}

.pagination__info {
    font-size: 14px;
    color: #666;
    margin-left: auto;
}

.pag__arr--prev {
  font-size: 17px;
  font-weight: 500;
  line-height: 110%;
  color: #AAAAAA;
}

.pag__arr--prev>a{
  font-size: 17px;
  font-weight: 500;
  line-height: 110%;
  color: #AAAAAA;
}

.pag__arr--next {
  font-size: 17px;
  font-weight: 500;
  line-height: 110%;
  color: #AAAAAA;
}

.pag__arr--next>a{
  font-size: 17px;
  font-weight: 500;
  line-height: 110%;
  color: #AAAAAA;
}

.pag__item a {
  font-size: 17px;
  font-weight: 500;
  line-height: 110%;
  color: #AAAAAA;
}

.pag__item.is-active {
  font-size: 17px;
  font-weight: 500;
  line-height: 110%;
  color: #FFF;
  background: #cacaca;
  padding: 5px;
}

.box-pagination {
display: flex;
    align-items: center;
}

.product__lnk {
    font-size: 16px;
    color: #000;
}

.product__price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.box-pagination {
    flex-direction: column;
}

.pag__in {
    align-items: center;
    gap: 10px;
}
/* End */
/* /local/templates/brayer/components/bitrix/catalog.section/.default/style.css?17653489152354 */
