#rec94437351 .t-store__pagination,
#rec1456286111 .t-store__pagination,
#rec95163143 .t-store__pagination{
    display: none !important;
}

/* Дополнительно убираем отступы, которые могли быть для пагинации */
#rec94437351 .t-store__gallery,
#rec1456286111 .t-store__gallery,
#rec95163143 .t-store__gallery {
    padding-bottom: 0 !important;
}

#rec94437351 .t-store__prod-col,
#rec1456286111 .t-store__prod-col,
#rec95163143 .t-store__prod-col {
    padding-bottom: 0 !important;
}

/* Меняем шрифт и подчеркиваем ссылку в таблицах с ценами */
#rec1415736771 a,
#rec1415736771 a * {
    font-weight: normal !important;
    font-size: 1.00em !important;
    text-decoration: underline !important;
}

/* Меняем шрифт и подчеркиваем ссылку в таблицах с ценами */
#rec66549948 a,
#rec66549948 a * {
    font-weight: normal !important;
    font-size: 1.00em !important;
    text-decoration: underline !important;
}

/* Меняем шрифт и подчеркиваем ссылку в таблицах с ценами */
#rec234864458 a,
#rec234864458 a * {
    font-weight: normal !important;
    font-size: 1.00em !important;
    text-decoration: underline !important;
}



#rec66559463 .t-sociallinks__svg {
    transform: scale(1.2) !important; /* Увеличит на 50% */
}

#rec66559463 .t-sociallinks__item a {
    width: 36 !important; /* 30px * 1.5 = 45px */
    height: 36 !important;
}

#rec66559463 .t-sociallinks__item {
    margin-right: 12px !important; /* Увеличит расстояние между иконками */
}

#rec66559463 .t-sociallinks__item:last-child {
    margin-right: 0 !important; /* Уберет отступ у последней иконки */
}

#rec66559463 .t-sociallinks__wrapper {
    justify-content: space-between !important; /* Равномерно распределит иконки */
    gap: 15px !important; /* Дополнительное расстояние */
}

#rec124807207 .t-sociallinks__wrapper {
    display: flex;
    justify-content: center; /* Выравнивание по центру по горизонтали */
    align-items: center; /* Выравнивание по центру по вертикали */
    gap: 10px; /* Расстояние между иконками */
    flex-wrap: nowrap; /* Запрет переноса на новую строку */
}

#rec124807207 .t-sociallinks__item a {
    width: 70px !important;
    height: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rec124807207 .t-sociallinks__svg {
    width: 70px !important;
    height: 70px !important;
}

#rec124807207 .t-sociallinks__item {
    margin: 0;
    flex-shrink: 0; /* Запрет уменьшения размера элементов */
}