

/* Start:/local/templates/disma/components/bitrix/catalog/.default/style.css?175282853110641*/
.catalog__title {
    margin-block: 20px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.catalog__wrapper {
    display: flex;
    gap: 20px;
    height: 100%;
}

.catalog__sidebar {
    width: 270px;
    display: flex;
    flex-direction: column;
}

.catalog__sidebar>.catalog__filter-item {
    margin-bottom: 0;
}

.catalog__body {
    flex: 1 1 calc(100% - 270px);
    height: 100%;
}


/*Сортировака*/
.jq-selectbox__dropdown .option-custom-selected {
    display: none;
}

.catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /*margin: 0 -15px 45px;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    gap: 20px;
    margin-bottom: 15px;
}

.catalog__top-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


#catalog_sorter-styler li {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#catalog_sorter-styler li:hover {
    font-weight: 700;
}


.catalog__top-sort-title {
    align-self: center;
    margin: 0px 15px 0px 0px;
}

.catalog__top-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 2px solid var(--color-light-gray)
}

.catalog__top-btn-change-view {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 13px;
    transition: background-color .3s ease-in-out;

    cursor: pointer;
}

.catalog__top-btn-change-view.active {
    background-color: var(--color-light-gray);
    cursor: default;
}

.jq-selectbox__select {
    padding: 8px 23px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-stroke);
    border-radius: 8px;
    cursor: pointer;
}

.jq-selectbox__select-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;

}

.jq-selectbox {
    position: relative;
}

.jq-selectbox .jq-selectbox__dropdown {
    position: absolute;
    border-radius: 8px;
    background-color: var(--color-white);

    top: calc(100% + 10px);
    left: 0;
    min-width: 100%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.jq-selectbox .jq-selectbox__dropdown li {
    position: relative;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    transition: all .2s ease-in-out;
    background-color: transparent;
}

.jq-selectbox .jq-selectbox__dropdown li.custom-selected {
    background-color: var(--color-gray);
}

.jq-selectbox .jq-selectbox__dropdown li:hover {
    font-weight: 500 !important;
    background-color: var(--color-gray);
}

.catalog__top-sort .jq-selectbox li.price::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 6px;
    width: 10px;
    height: 10px;
    background-size: contain;
}

.catalog__top-sort .jq-selectbox li.price::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
}

.catalog__top-sort .jq-selectbox li.up::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
}

.catalog__top-sort .jq-selectbox li.down::before {
    background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
}
.catalog__action-img img {
    max-width: 100%;
}

.catalog__action-img img.desktop {
    display: block;
}
.catalog__action-img img.mob {
    display: none;
}



@media (min-width: 900px) {
    .catalog__top-sort .jq-selectbox li.price::before {
        content: '';
        position: absolute;
        top: 3px;
        right: -2px;
        width: 10px;
        height: 10px;
        background-size: contain;
    }

    .catalog__top-sort .jq-selectbox__dropdown {
        display: block !important;
        position: static;
        border: none;
        border-radius: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        font: inherit;
    }

    .catalog__top-sort .jq-selectbox__dropdown ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        gap: 10px;
    }

    .catalog__top-sort .jq-selectbox__select {
        display: none;
    }

    .catalog__top-sort .jq-selectbox li {
        min-height: unset;
        padding: 0;
        color: var(--color-text);
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        -webkit-transition: all 280ms ease;
        -o-transition: all 280ms ease;
        transition: all 280ms ease;
    }

    .catalog__top-sort .jq-selectbox li.price {
        margin-right: 8px;
    }

    .catalog__top-sort .jq-selectbox li {
        position: relative;
        padding-right: 10px;
    }

    .catalog__top-sort .jq-selectbox li.custom-selected {
        background-color: transparent;
        color: var(--color-fiolet);
        font-weight: 600;
    }

    .catalog__top-sort .jq-selectbox li:hover {
        background-color: transparent;
        color: var(--color-fiolet);
    }

    .catalog__top-sort .jq-selectbox__dropdown li.price {
        display: block;
    }

    .catalog__top-sort .jq-selectbox__dropdown li.custom-selected.price {
        display: none;
    }

    .catalog__top-sort .jq-selectbox__dropdown:has(li.popular.custom-selected) li.down.price {
        display: block;
    }
}


@media (max-width: 900px) {
    .catalog__wrapper {
        flex-direction: column;
    }

    .catalog__sidebar {
        width: 100%;
    }

    .catalog__sidebar>.catalog__filter-item {
        border-bottom: none;
        padding-bottom: 0;
    }

    .catalog__body {
        height: auto;
        width: 100%;
    }

    .catalog__title {
        margin-block: 20px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }

    .catalog__top-sort.with-filter .catalog__top-sort-title {
        display: none;
    }

    .catalog__top-btn-change-view {
        display: none;
    }

    .catalog__top-btn {
        border: none;
    }

    .catalog__top-btn-filter {
        padding: 8px 23px;
        background-color: var(--color-white);
        border: 1px solid var(--color-gray-stroke);
        border-radius: 8px;
        cursor: pointer;
    }

    .jq-selectbox__select-text.price-up::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .jq-selectbox__select-text.price-down::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.price::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.up::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/up.svg") no-repeat;
    }

    .catalog__top-sort .jq-selectbox li.down::before {
        background: url("/local/templates/disma/components/bitrix/catalog/.default/./images/down.svg") no-repeat;
    }
}

@media (max-width: 768px) {
    .catalog__wrapper {
        flex-direction: column;
    }

    .catalog__sidebar {
        width: 100%;
    }

    .catalog__body {
        height: auto;
    }
    .catalog__action-img img.desktop {
        display: none;
    }
    .catalog__action-img img.mob {
        display: block;
    }
}

.product-card-page {
    gap: 25px;
    flex-direction: column;
}

/*TABS*/

.product-card__tabs {
    overflow-x: hidden;
}

.product-card__tabs-header {
    padding-block: 12px;
    border-bottom: 1px solid var(--color-gray);
    position: relative;
}



.product-card__tabs-border {
    position: absolute;
    height: 3px;
    left: 0;
    width: 130px;
    bottom: -2px;
    background-color: var(--color-text);
    transition: all .5s ease;
}

.product-card__tabs-header-item {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--color-gray-stroke);
    cursor: pointer;
    transition: color .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.product-card__tabs-header-item.active {
    color: var(--color-text);
}

.product-card__tabs-content {
    padding-top: 50px;
    transition: all .5s ease;
}

.product-card__tabs-content-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    min-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.product-card__tabs-content-item.active {
    visibility: visible;
    opacity: 1;
    max-height: none;
}

.product-card__tabs-content-item h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: var(--color-text);
    margin-bottom: 16px;
}

.product-card__tabs-content:has(.product-card__tabs-content-item-1.active) {
    transform: translateX(0);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-2.active) {
    transform: translateX(-100%);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-3.active) {
    transform: translateX(-200%);
}

.product-card__tabs-content:has(.product-card__tabs-content-item-4.active) {
    transform: translateX(-300%);
}

/*properties*/
.product-card__tabs-properties {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.product-card__tabs-property {
    display: flex;
    align-items: center;
    gap: 13px;
}

.product-card__tabs-property-name {
    display: flex;
    gap: 13px;
    align-items: center;
    flex-basis: 390px;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 390px;
}

.product-card__tabs-property-spacer {
    flex: 1 1 auto;
    height: 1px;
    background-color: var(--color-gray-stroke);
}

@media (max-width: 998px) {
    .product-card__tabs .product-card__tabs-header {
        display: none;
    }

    .product-card__tabs-content {
        gap: 20px;
        width: 100%;
        flex-direction: column;
    }

    .product-card__tabs-content-item {
        opacity: 1;
        max-height: none;
        visibility: visible;
    }
}



@media (max-width: 560px) {
    .product-card__tabs-property-name {
        flex-basis: 100%;
        max-width: none;
    }

    .product-card__tabs-property-value {
        text-align: right;
    }
}

/* End */


/* Start:/local/templates/disma/components/bitrix/breadcrumb/.default/style.css?1725253733973*/
.bread-crumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bread-crumbs__link {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: var(--color-text);
    transition: all .3s ease;
}

.bread-crumbs__link[href]:hover {
    font-weight: 500;
    color: var(--color-fiolet);
    text-decoration: none;
}

.bread-crumbs__link:hover {
    color: var(--color-text);
}

@media (max-width: 998px) {

    .bread-crumbs__item {
        display: none;
    }

    .bread-crumbs__list > .bread-crumbs__item_last {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;

        display: flex;
        align-items: center;

    }

    .bread-crumbs__list > span {
        display: none;
    }
    .bread-crumbs__list > span.bread-crumbs__item_last svg {
        transform: scaleX(-1);
        width: 8px;
        height: 14px;
    }
}
/* End */


/* Start:/local/templates/disma/components/bitrix/system.pagenavigation/.default/style.css?17252537332826*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease,  border-color .3s ease;
       -moz-transition: color .3s ease,  border-color .3s ease;
    	-ms-transition: color .3s ease,  border-color .3s ease;
    	 -o-transition: color .3s ease,  border-color .3s ease;
    		transition: color .3s ease,  border-color .3s ease;
	padding: 0 8px;
	display: block;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--color-gray-stroke);
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	border-color: var(--color-fiolet);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	border-color: var(--color-fiolet);
	background-color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: none;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: none;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border: none;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	border-color: var(--color-fiolet);
}


/* End */


/* Start:/local/templates/disma/components/bitrix/catalog.section/.default/style.css?17273322181715*/
.catalog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(280px, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .catalog__items {
        -ms-grid-columns: minmax(200px, 1fr);
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 14px;
    }

}

.catalog__items[data-mode="list"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
}

.catalog__pagination {
    display: flex;
    justify-content: space-between;

    align-items: center;
    flex-wrap: wrap;
    gap:20px;
}

.catalog__pagination .lazy-btn {

    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid var(--color-gray-stroke);
    transition: background-color .3s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__pagination .lazy-btn .catalog-laaazy-btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-text);
    transition: color .3s ease;
}

.catalog__pagination .lazy-btn:hover {
    background-color: var(--color-fiolet);
}

.catalog__pagination .lazy-btn:hover .catalog-laaazy-btn {
    color: #fff;
}

.catalog__items--table {
    gap: 0;
    margin-top: -15px;
    margin-bottom: 5px;
    margin-inline: -10px;
}

.catalog__items--table .product-item-container {
    padding: 15px 10px;
}

.catalog__items--table .product-item-container {
    border-top: 1px solid var(--color-gray-stroke);
}

.catalog__top-btn-filter {
    display: none;
}

@media(max-width: 900px) {
    .catalog__top-btn-filter {
        display: block;
    }
}
/* End */


/* Start:/local/extensions/styler/jquery.formstyler.css?17252537332175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/disma/components/bitrix/catalog.item/disma/style.css?17273322184899*/
.product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    container-name: product-item;
    container-type: inline-size;
}

.product-item__badges {
    position: absolute;
    gap: 5px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 100;
}

.product-item__top-badges {
    top: 0px;
}

.product-item__bottom-badges {
    bottom: 0px;
}

.product-item__top-badges-item {
    padding: 4px 10px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.product-item__top-badges-item.badges-popular {
    background-color: var(--color-fiolet);
}

.product-item__top-badges-item.badges-sale {
    background-color: var(--color-red);
}

/*grid*/
/*Image*/
.product-item__image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 270/230;
    border-radius: 8px;
    transform: scale(1);
    background: transparent;
    /*border: 1px solid transparent;*/
    transition: all .3s ease-in-out;
}


.product-item__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    background: transparent;
    /*border: 1px solid transparent;*/
    transition: all .3s ease-in-out;
}

.product-item__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.product-item__body {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding: 0;
}

.product-item__title {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-text);
    transition: all .3s ease-in-out;
    flex: 1 0 auto;
}

.product-item__title:hover {
    color: var(--color-fiolet);
}


.product-item__price {
    gap: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    @container product-item (max-width: 200px) {
        margin-top: 5px;
        flex-direction: column-reverse;
        gap: 0;
        align-items: flex-start;
    }
}

.product-item__price-new {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-item__price-new span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.product-item__price-old {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: line-through;
}

.product-item__scu {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 10px;
}

.product-item__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.product-item__rating span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}




/*favorites*/
.product-item__favorites {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
}

.product-item__favorites svg {
    width: 30px;
    height: 30px;
}

.product-item__tooltip {
    position: absolute;
    min-width: 150px;
    background: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: var(--color-text);
    font-size: 14px;
    line-height: 17px;

}

.product-item__favorites .delayLink .favorites-icon__empty {
    display: block;
}

.product-item__favorites .delayLink .favorites-icon__fill {
    display: none;
}

.product-item__favorites .delayLink.delayed .favorites-icon__empty {
    display: none;
}

.product-item__favorites .delayLink.delayed .favorites-icon__fill {
    display: block;
}

/*LIST*/

.product-item_list .product-item__image-wrapper {
    width: 212px;
    height: 174px;
}

.product-item_list {
    flex-direction: row;
    padding-block: 14px;
    gap: 26px;
    border-bottom: 1px solid var(--color-gray-stroke);
}

.product-item_list .product-item__body {
    display: grid;
    grid-template-columns: auto 200px;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    gap: 10px;
    column-gap: 20px;
    flex-shrink: 1;

}

.product-item__info {
    display: flex;
    flex-direction: column;
    grid-row: 1/3;
    grid-column: 1/2;

}

.product-item_list .product-item__price {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: end;
    justify-self: left;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 0;
}

.product-item_list .product-item__button-block {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    justify-self: left;

}



@media screen and (max-width: 768px) {
    .product-item {
        padding: 6px;
        border-radius: 8px;
        background-color: var(--color-white);
    }
}
/* End */
/* /local/templates/disma/components/bitrix/catalog/.default/style.css?175282853110641 */
/* /local/templates/disma/components/bitrix/breadcrumb/.default/style.css?1725253733973 */
/* /local/templates/disma/components/bitrix/system.pagenavigation/.default/style.css?17252537332826 */
/* /local/templates/disma/components/bitrix/catalog.section/.default/style.css?17273322181715 */
/* /local/extensions/styler/jquery.formstyler.css?17252537332175 */
/* /local/templates/disma/components/bitrix/catalog.item/disma/style.css?17273322184899 */
