/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2026 | 13:47:52 */
/* Центрируем контейнер кнопки */
.read-more-grid-btn {
    text-align: center;
    margin-top: 15px;
}

/* Стили зеленой кнопки */
.read-more-grid-btn .btn-custom-green {
    display: inline-block;
    background-color: #00c194;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

/* Цвет при наведении */
.read-more-grid-btn .btn-custom-green:hover {
    background-color: #00a376;
    color: #ffffff !important;
}

/* Отступ для стрелки */
.read-more-grid-btn .btn-custom-green .arrow-btn {
    margin-left: 8px;
}

.metaProductHouse .fas {
    margin-right: 6px;
    color: #00c194;
    width: 16px;
    text-align: center;
}

.metaProductHouse div,
.metaProductHouse span {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}