

/* Start:/local/templates/shop.qwelp.ru/components/bitrix/catalog/main/style.css?17696775982360*/
.catalog-grid__col:first-child {
    order: 2;
}

/* Ensure overlay layers (SKU) can escape the grid cells without clipping */
.catalog-grid,
.catalog-grid__wrapper,
.catalog-grid__col { overflow: visible; }

/* In products grid rows, allow overflow for absolute children */
.products.products_card [data-entity="items-row"]{
    display:grid;
    grid-template-columns:repeat(var(--line-element-count, 4), minmax(255px,1fr));
    gap:20px !important;
    align-items:stretch; /* важно */
    overflow: visible; /* allow children overlays to be visible outside cell */

    margin-bottom: 0;
    gap: 0 !important;

    .card-compact {
        border-radius: 0;
        border-left: 0;
        border-top: 0;
    }
}

/* Количество колонок задаётся через inline style --line-element-count из параметра компонента LINE_ELEMENT_COUNT */

.products.products_card {
    border-left: 1px solid var(--color-stroke) !important;
}

/* LINE_CATALOG view - горизонтальные карточки в одну колонку */
.products.products_line_catalog [data-entity="items-row"] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.products.products_line_catalog .product__item {
    width: 100%;
}

.products.products_line_catalog .card-horizontal:first-child {
    border-radius: var(--border-radius-m, 12px) var(--border-radius-m, 12px) 0 0;
}

.products.products_line_catalog [data-entity="items-row"]:last-child .product__item:last-child .card-horizontal {
    border-radius: 0 0 var(--border-radius-m, 12px) var(--border-radius-m, 12px);
}

.products.products_line_catalog .card-horizontal {
    border-radius: 0;
    border-bottom: none;
}

.products.products_line_catalog [data-entity="items-row"]:last-child .product__item:last-child .card-horizontal {
    border-bottom: 1px solid var(--color-stroke, #e5e7eb);
}


.products.products_card [data-entity="items-row"]:first-child .card-compact {
    border-top: 1px solid var(--color-stroke) !important;
}

.products.products_card [data-entity="items-row"]:last-child {
    border-bottom-color: transparent !important;
}

.products.products_card [data-entity="items-row"]:last-child .card-compact {
    border-bottom: 1px solid var(--color-stroke) !important;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173626315251*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/shop.qwelp.ru/components/bitrix/catalog/main/style.css?17696775982360 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?173626315251 */
