

/* Start:/local/templates/main/components/bitrix/breadcrumb/.default/style.css?1764508309422*/

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 32px 0 24px;
    font-size: 14px;
    color: #6d7272;
    flex-wrap: wrap;
    line-height: 1;
}

.breadcrumb-arrow {
    color: #999;
}

.breadcrumb a {
    color: #6d7272;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--primary);
}
@media (max-width: 768px) {

    .breadcrumb {
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1760688939257*/
.category-card__link > .category-card__title {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}
.category-grid > a.category-card {
    text-decoration: none;
    border-bottom: none;
    color: black;
}
.brand_logo img{
	max-width: 200px;}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/ajax_loading/style.css?1765739810757*/

.ajax-pager-wrap {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ajax-pager-info {
    font-size: 14px;
    color: var(--text-gray);
}

.ajax-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    background: var(--primary);
    color: #fff;
    cursor: pointer;
    border: none;
    text-decoration: none;
    border-radius: var(--radius-full);
    font-weight: 600;
    transition: background 0.3s ease;
    user-select: none;
}

.ajax-more-btn:hover {
    background: var(--primary-dark);
}

.ajax-more-btn.loading {
    opacity: 0.7;
    pointer-events: none;
    cursor: wait;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/standart_section/style.css?17657401791610*/
.catalog-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
}

.catalog-item-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-light);
    padding: 15px;
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    border-radius: var(--radius-semi);
    transition: box-shadow 0.3s ease;
}

.catalog-item-card:hover {
    border-color: #ebcc00;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.catalog-item-image-wrapper {
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: transparent;
}

.catalog-item-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: transparent;
}

.catalog-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.catalog-item-artnumber {
    font-size: 13px;
    color: var(--text-gray);
    margin-bottom: 5px;
}

.catalog-item-title {
    font-size: 16px;
    line-height: 1.4;
    height: calc(16px * 1.4 * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 400;
}

.catalog-item-title:hover {
    color: var(--primary);
}

.catalog-item-price {
    margin-top: auto;
    font-size: 18px;
    font-weight: bold;
    color: var(--text-dark);
}

/* End */
/* /local/templates/main/components/bitrix/breadcrumb/.default/style.css?1764508309422 */
/* /local/templates/main/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1760688939257 */
/* /local/templates/main/components/bitrix/system.pagenavigation/ajax_loading/style.css?1765739810757 */
/* /local/templates/main/components/bitrix/catalog.section/standart_section/style.css?17657401791610 */
