

/* Start:/local/components/bitrix/catalog/templates/main/style.css?17436203751013*/
.switch-container {
    gap: 10px;
    align-items: center;
    font-size: 14px;
    margin-top: -5px;
}

.switch-btn {
    display: inline-block;
    width: 54px;
    height: 30px;
    border-radius: 19px;
    background: #bfbfbf;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms;
}
.switch-btn::after {
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 17px;
    background: #fff;
    top: 3px;
    left: 3px;
    transition-duration: 300ms;
    position: absolute;
    z-index: 1;
}
.switch-on {
    background: var(--yellow);
}
.switch-on::after {
    left: 28px;
}

.switch-container-mobile {
    justify-content: space-between;
    width: 100% !important;
    margin-bottom: 26px;
}

.sort-by__item.is-active {
    font-weight: 700;
}

@media screen and (max-width: 500px){
    .fancybox__container.is-compact {
        height: 93%;
    }
}
/* End */


/* Start:/local/components/bitrix/catalog.element/templates/main/style.css?1788368448307*/
.sale-actual-price {
    padding: 10px 10px;
    margin: 20px 0;
    font-size: 12px;
}

.tag--percent.promo_percent {
    cursor: pointer;
}

.offset-mt-5 {
    margin-top: 5px;
}
.fs-12{font-size: 12px}
.wholesale_prices_block{background-color: #DDF5EB;color: #035630;border-color: #BFE5D2;}
/* End */


/* Start:/local/components/bitrix/catalog.section/templates/main_new/style.css?1773753714457*/
.product-item__bottom > [data-match-height="product-eq-height"] {
    flex: 1;
}
[data-helper="products::list"] .product-wrap.custom_item_wrap > [data-entity="item"] {
    height: 100%;
}
/*
[data-helper="products::list"] .product-wrap.custom_item_wrap > [data-entity="item"] .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/
.product-item__bottom > div{

max-height: 135px!important;
}
/* End */


/* Start:/local/components/bitrix/catalog.item/templates/main/style.css?17755883051698*/
.text-blue{
    color: rgb(39 52 210);
}

.active {
    display: block !important;
}

.product-item__availability .product-item__sub-options-list {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.product-item__availability {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}
.delivery-block_pricelist {
    position: absolute;
    right: 0;
    top: -5px;
}
.p-relat {
    position: relative;
}
.mobile-container {
    display: none;
}

[data-match-height="product-eq-height"] {
    display: flex;
    flex-direction: column;
    height: auto; /* Важно! */
    min-height: 0; /* Для правильного сжатия в flex-контейнере */
}

.product-item__name.short-name {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Лимит строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 0; /* Критически важно для flex-потомков */
}
.product-item__availability ul.price_list_labels{
    display: flex;
    flex-direction: row;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.fs-12{font-size: 12px}
.no-gap{gap:0 !important;}
@media screen and (max-width: 1449px){
    .product-item__availability ul.price_list_labels div.product-item__tag{
        font-size: 9px;
    }
}
@media screen and (max-width: 1279px){
    .price_list_column{
        flex-direction: column;
        align-items: flex-start !important;
    }

}

@media screen and (max-width: 500px) {
    .mobile-container {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .product-item-row-price .product-item__tag-list {
        display: none;
    }
}
/* End */
/* /local/components/bitrix/catalog/templates/main/style.css?17436203751013 */
/* /local/components/bitrix/catalog.element/templates/main/style.css?1788368448307 */
/* /local/components/bitrix/catalog.section/templates/main_new/style.css?1773753714457 */
/* /local/components/bitrix/catalog.item/templates/main/style.css?17755883051698 */
