#appPrsearch {
    z-index: 99999;
}
#appPrsearch,
#appPrsearch input {
    font-family: "Inter", sans-serif;
}
#appPrsearch ul li {
    list-style: none;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: initial;
    position: static;
    padding-left: 0;
}

.ps_mainSearchBoard_main_scroll_wrapper {
    height: calc(100vh - var(--ms_top) - var(--ms_top_margin_wrapper));
}
.ps_mainSearchBoard_wrap {
    --wrapper-width: 1400px;

    max-width: var(--wrapper-width);
    grid-template-columns: 316px 1fr;
    padding: 0 20px;
    box-sizing: border-box;
    column-gap: 2rem;
    background-color: #fcfcfd;
}
.ps_mainSearchBoard {
    background: #fcfcfd;
}
.ps_mainSearchBoard_right {
    padding: 0 0 12px;
    gap: 15px;
}

.ps_cattree_wrap {
    background: white;
    padding: 24px 24px 12px;
    border: 1px solid #f2f4f7;
    border-radius: 0.75rem;
}

.sb__filter_wrap {
    padding: 0;
    margin-bottom: 0 !important;
    row-gap: 2rem;
}
.sb__filter_wrap * {
    font-size: 16px;
}
.ps_cattree_wrap {
    font-size: 18px;
    margin: 0;
}
.ps_cattree_wrap_head {
    margin: 0 0 15px;
    font-size: 18px;
}
.ps_cattree_category-tree {
}
.ps_cattree_category-tree .ps_cattree_category-item-name {
    font-size: 16px;
    padding: 0;
    margin: 0 0 12px;
}
.ps_cattree_category-tree .ps_cattree_category-item-name.active {
    background-color: transparent;
}
.ps_cattree_category-tree .ps_cattree_category-item-name.active .ps_cattree_left {
    color: var(--color-active);
}
.ps_cattree_go_parent_category {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
}
.product-categories-list a:hover {
    color: var(--color-active);
}
.ps_cattree_go_parent_category:before {
    position: static;
    flex: 0 0 auto;
    content: '\2039';
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 8px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    background: var(--color-grey);
    opacity: 1;
}
.ps_cattree_category-tree .ps_cattree_category-item-name:hover {
    background-color: transparent;
}
.ps_cattree_go_parent_category,
.ps_cattree_left {
    transition: color 0.2s ease-in;
}
.ps_cattree_go_parent_category:hover,
.ps_cattree_category-tree .ps_cattree_category-item-name:hover .ps_cattree_left{
    color: var(--color-active);
}
.ps_cattree_category-tree .ps_cattree_category-item-name.open:before {
    display: none !important;
}
div.sb__filter_item {
    background: white;
    padding: 24px;
    border: 1px solid #f2f4f7;
    border-radius: 0.75rem;
}
.custRadio {
    display: none;
}
.ms_filter_wrap {
    padding: 0;
    border-bottom: none;
    row-gap: 10px;
}
.ms_filter_wrap>ul {
    overflow-y: auto;
    scrollbar-width: auto;
}
.ms_filter_wrap .mamyFilter {
    max-height: 165px;
    padding: 0 10px 0 0;
    margin: 0 -10px 0 0;
    scrollbar-gutter: stable;
}
.sb__filter_item.CHECKBOX label,
.sb__filter_item.RADIO label {
    padding: 0;
}
.sb__filter_item_slide_value_wrap {
    margin-top: 0;
}
.sb__filter_item.SLIDER {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sb__filter_item_header {
    padding: 0;
    font-size: 18px;
}
.sb__filter_item_range .sb__filter_item_header {
    display: none;
}
.sb__filter_item.CHECKBOX label,
.sb__filter_item.RADIO label {
    padding: 0;
    margin: 0 0 5px;
}
.sb__filter_item.CHECKBOX label input[type=checkbox],
.sb__filter_item.RADIO label input[type=radio] {
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #f2f4f7;
    transition: 0.2s;
    position: relative;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    font: unset;
    color: unset;
    transform: none;
    display: block;
    place-content: center;
    background-color: transparent;
}
.sb__filter_item.CHECKBOX label input[type=checkbox]:checked,
.sb__filter_item.RADIO label input[type=radio]:checked {
    background-color: var(--color-active);
    border-color: var(--color-active);
}
.sb__filter_item.CHECKBOX label input[type=checkbox]:before,
.sb__filter_item.RADIO label input[type=radio]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/form-checkbox__checkmark.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    transform: scale(1);
    transition: none;
    background-color: transparent;
    cursor: pointer;
    box-shadow: none;
    clip-path: none;
}

.ms_filter_wrap_attr_name {
    padding: 0;
}
.ms_filter_wrap_attr_name span {
    font-size: 18px;
    line-height: 120%;
}
.sb__filter_item.CHECKBOX {
    margin: 0 0 -32px;
    border-radius: 0;
    border: none;
    border-left: 1px solid #f2f4f7;
    border-right: 1px solid #f2f4f7;
    border-bottom: 1px solid #f2f4f7;
}
.sb__filter_item.CHECKBOX:nth-child(3) {
    border-top: 1px solid #f2f4f7;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.sb__filter_item.CHECKBOX:nth-last-child(2) {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.ms_filter_wrap_name div svg {
    filter: drop-shadow(0 0 1px black);
}
.ms_filter_wrap_name.filterNoActive div svg {
    filter: drop-shadow(0 0 1px var(--border_color));
    fill: var(--border_color);
}
span.ms_filter_wrap_attr_clear {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}
.ms_filter_search_reset:has(img):after,
span.ms_filter_wrap_attr_clear:after {
    content: '\2715';
    display: block;
    transition: color 0.2s;
}
.ms_filter_search_reset:has(img):after{
    position: relative;
    bottom: 2px;
}
.ms_filter_wrap_name.active .ms_filter_wrap_attr_clear:hover,
span.ms_filter_wrap_attr_clear:hover:after {
    color: var(--color-active);
}
.ms_filter_wrap .mamyFilter::-webkit-scrollbar,
.sb_selectedBlockWrap::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
.ms_filter_wrap .mamyFilter::-webkit-scrollbar-track,
.sb_selectedBlockWrap::-webkit-scrollbar-track {
    background: var(--color-grey);
    border-radius: 15px;
    cursor: pointer;
}
.ms_filter_wrap .mamyFilter::-webkit-scrollbar-thumb,
.sb_selectedBlockWrap::-webkit-scrollbar-thumb {
    background: var(--color-ck-grey);
    border-radius: 15px;
    cursor: pointer;
}
.ms_filter_wrap .mamyFilter::-webkit-scrollbar-thumb:hover,
.sb_selectedBlockWrap::-webkit-scrollbar-thumb:hover {
    background: var(--color-base-text);
}
.ms_filter_search_wrap {
    padding: 0;
    margin: 0 0 5px;
}
.ms_filter_wrap .mamyFilter input[type=text] {
    border: 1px solid var(--color-grey);
    border-radius: 5px;
    font-size: 14px;
    line-height: 120%;
    color: var(--color-ck-grey);
    padding: 5px 29px 5px 10px;
}
.ms_filter_search_reset {
    display: flex;
    align-items: center;
    top: 50%;
    opacity: 0.7;
    line-height: normal;
    border-radius: 0;
}
.ms_filter_search_reset svg {
    padding-top: 0;
}
.ms_filter_wrap_attr_clear img.emoji,
.ms_filter_search_reset img.emoji {
    display: none !important;
}
.ms_filter_wrap .ms_filter_item .ms_filter_item_text span {
    font-size: 16px;
    transition: color 0.2s;
}
.ms_filter_wrap .ms_filter_item:hover .ms_filter_item_text span {
    color: var(--color-active);
}
.ms_filter_wrap .ms_filter_item .ms_filter_item_text small {
    border-radius: 0;
    color: var(--color-ck-grey);
    border: none;
}
.ms_filter_wrap .ms_filter_item.disable_filter_item {
    display: none;
}
.ms_filter_wrap .ms_filter_item.disable_filter_item .ms_filter_item_text span {
    color: var(--color-ck-grey);
}
.ms_filter_wrap .ms_filter_item.disable_filter_item:hover label,
.ms_filter_wrap .ms_filter_item.disable_filter_item:hover label input[type=checkbox]:before {
    cursor: not-allowed;
}

.ps_selectedCategory li a,
.ps_selectedFacets li a {
    column-gap: 10px;
}
.ps_selectedCategory li a span:first-child,
.ps_selectedFacets li a span:first-child {
    max-height: none;
    white-space: nowrap;
    line-height: 130%;
    text-align: center;
}
.sb_selectedBlockWrap {
    overflow-x: auto;
    padding: 0 0 7px;
}
.ps_selectedCategory li a span:last-child,
.ps_selectedFacets li a span:last-child {
    flex: 1 0 12px;
}
ul.ps_selectedCategory,
ul.ps_selectedFacets {
    column-gap: 10px;
}
.ps_clear_all_filters {
    flex: 0 0 auto;
    transition: border .2s ease;
}
.ps_clear_all_filters span {
    display: none;
}
.ps_clear_all_filters:after {
    content: '\2715';
    font-size: 16px;
    color: var(--color-base-text);
    transition: color .2s ease;
}
.ps_clear_all_filters:hover {
    border: 1px solid var(--color-active);
    background-color: transparent;
    color: unset;
}
.ps_clear_all_filters:hover:after {
    color: var(--color-active);
}
.ps_selectedCategory li a,
.ps_selectedFacets li a,
.ps_selectedCategory li a:after,
.ps_selectedFacets li a:after {
    color: var(--color-base-text);
    transition: color .2s ease;
}
.ps_selectedCategory li a:after,
.ps_selectedFacets li a:after {
    content: '\2715';
    font-size: 16px;
}
.ps_selectedCategory li a span:last-child,
.ps_selectedFacets li a span:last-child {
    display: none;
}
.ps_selectedCategory li a:hover,
.ps_selectedFacets li a:hover,
.ps_selectedCategory li a:hover:after,
.ps_selectedFacets li a:hover:after {
    color: var(--color-active);
}

.sb__tool_line {
    background: white;
    padding: 10px;
    border: 1px solid #f2f4f7;
    border-radius: 0.75rem;
}

.sb__product_wrap {
    --Columns: 3;
    --Column-gap-width: 2rem;
    --Column-gaps: calc(var(--Columns) - 1);
    --Column-width: calc((100% - var(--Column-gaps) * var(--Column-gap-width)) / var(--Columns));
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--Column-gap-width);
}
.sb__product_wrap .gridTovarItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 var(--Column-width);
    flex: 0 1 var(--Column-width);
    max-width: var(--Column-width);
    background: white;
    box-shadow: 0 0 40px -40px var(--color-ck-grey);
    border: 1px solid #f2f4f7 !important;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}
.sb__product_wrap .gridTovarItem .gridTovarItem_item {
    display: flex !important;
    flex-direction: column;
    gap: 12px !important;
}
.sb__product_wrap .gridTovarItem_item .gridTovarItem_caption,
.sb__product_wrap .gridTovarItem .price_wrap_block {
    height: auto !important;
}
.sb__product_wrap .gridTovarItem .price_wrap_block {
    flex: 0 1 auto;
    justify-content: flex-start;
}
.sb__product_wrap .gridTovarItem_item .gridTovarItem_caption {
    flex: 1 0 auto;
}
.sb__product_wrap .gridTovarItem .pic {
    display: block !important;
    height: auto;
    text-align: initial !important;
    aspect-ratio: 1 / 1;
}
.sb__product_wrap .gridTovarItem .pic img[lazy][lazy=loading],
.sb__product_wrap .gridTovarItem .pic img[lazy][lazy=error] {
    width: 100% !important;
}
.sb__product_wrap .gridTovarItem_item .pic img {
    height: 100%;
    object-fit: cover;
    max-width: none !important;
    max-height: none !important;
    border-radius: 0 !important;
}
.sb__product_wrap .gridTovarItem_item .gridTovarItem_caption,
.sb__product_wrap .gridTovarItem_item .price_wrap_block {
    padding: 0 12px;
}
.sb__product_wrap .sb__separator {
    flex: 1 0 100%
}
.sb__product_wrap .gridTovarItem .name .category,
.sb__product_wrap .gridTovarItem .name .sku {
     font-size: 14px;
}
.sb__product_wrap .gridTovarItem .name .count,
.sb__product_wrap .gridTovarItem .name .available.stock,
.ps_startScreen__right_product_wrap .gridTovarItem .name .count,
.ps_startScreen__right_product_wrap .gridTovarItem .name .available.stock {
    display: none;
}
.sb__product_wrap .gridTovarItem_item .gridTovarItem_caption .name .ps_name {
    flex: 1 0 auto;
    color: var(--color-base-text);
    font-size: 18px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: opacity .2s ease;
}
.sb__product_wrap .gridTovarItem_item .gridTovarItem_caption .name:hover .ps_name {
    opacity: 0.7 !important;
}

.psSearchWrapper .ps_startScreen {
    padding: 15px 10px 15px 15px;
}
.ps_startScreen_wrap,
.ps_startScreen_wrap_empty {
    overflow-y: auto;
    row-gap: 15px;
    padding: 0 10px 0 0;
}
.psSearchWrapper .ps_startScreen_wrap::-webkit-scrollbar {
    width: 6px;
}
.psSearchWrapper .ps_startScreen_wrap::-webkit-scrollbar-track {
    background: var(--color-grey);
    border-radius: 15px;
    cursor: pointer;
}
.psSearchWrapper .ps_startScreen_wrap::-webkit-scrollbar-thumb {
    background: var(--color-ck-grey);
    border-radius: 15px;
    cursor: pointer;
}
.psSearchWrapper .ps_startScreen_wrap::-webkit-scrollbar-thumb:hover {
    background: var(--color-base-text);
}
.psSearchWrapper .ps_startScreen .ps_startScreen_wrap_empty {
    display: block;
}
.psSearchWrapper .ms_lastRequestsRow ul {
    column-gap: 10px;
}
#appPrsearch .psSearchWrapper .ms_lastRequestsRow ul li,
.ps_nearbodWords_wrap .ps_nearbodWords_wrap_item {
    border: 1px solid var(--elem_color);
    padding: 2px 10px;
    gap: 10px;
}
.ms_lastRequestsRow ul li a.lastRequestDel {
    width: 15px;
}
.ms_lastRequestsRow ul li a.lastRequestName:hover {
    color: var(--color-active);
}
.ms_lastRequestsRow ul li a.lastRequestName:hover path,
.ms_lastRequestsRow ul li a.lastRequestDel:hover path {
    fill: var(--color-active);
}
.psSearchWrapper .ps_startScreen .ms_left_head {
    margin-bottom: 10px;
}
.ps_startScreen__nearbodWords {
    width: 100%;
}
.psSearchWrapper .ps_nearbodWords_wrap {
    scrollbar-width: auto;
}
.psSearchWrapper .ps_nearbodWords_wrap::-webkit-scrollbar {
    height: 7px;
}
.psSearchWrapper .ps_nearbodWords_wrap::-webkit-scrollbar-track {
    background: var(--color-grey);
    border-radius: 15px;
    cursor: pointer;
}
.psSearchWrapper .ps_nearbodWords_wrap::-webkit-scrollbar-thumb {
    background: var(--color-ck-grey);
    border-radius: 15px;
    cursor: pointer;
}
.psSearchWrapper .ps_nearbodWords_wrap::-webkit-scrollbar-thumb:hover {
    background: var(--color-base-text);
}
.touchSeeAllWrap .touchSeeAll.touchSeeAllActive:hover {
    background-color: white;
}
.ps_startScreen__right_product_wrap .gridTovarItem.forss .gridTovarItem_item .pic:hover ~ .gridTovarItem_caption .ps_name,
.ps_startScreen__right_product_wrap .gridTovarItem.forss .gridTovarItem_item .name:hover .ps_name {
    color: var(--color-active);
}
.ps_startScreen__right_product_wrap .gridTovarItem.forss .gridTovarItem_item .ps_name {
    transition: all .2s ease;
}
.search-block .search-form {
    position: relative;
    height: 100%;
}
.page-header .container {
    align-items: stretch;
}
.search-block .search-form input[type="search"]::-webkit-search-decoration,
.search-block .search-form input[type="search"]::-webkit-search-cancel-button,
.search-block .search-form input[type="search"]::-webkit-search-results-button,
.search-block .search-form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}
.minibasket-modal__wrapper {
    z-index: 999999;
}
#appPrsearch input.ps_search_input_mobile_input {
    border: 1px solid #f2f4f7;
    border-radius: 12px;
    box-shadow: 0 0 40px -40px var(--color-ck-grey);
    background-color: white !important;
}
.bjck-notification {
    z-index: 100000;
}

@media (max-width: 991px) {
    .ps_mainSearchBoard_wrap {
        grid-template-columns: 1fr;
    }
    #appPrsearch input.ps_search_input_mobile_input {
        margin: 0;
        height: 100%;
        padding: 0 0 0 35px;
    }
    .ps_search_input_wrap {
        height: 57px;
        padding: 5px 20px;
        background: #fcfcfd;
    }
    .ps_search_input_mobile_wrap.landingInput {
        height: 100%;
        column-gap: 10px;
        background: #fcfcfd;
    }
    .ps_search_input_icon {
        top: 50%;
        transform: translate(0, -50%);
    }
    .ps_search_input_mobile_close {
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
    }
    .ps_search_input_text_close {
        padding: 0;
    }
    .ps_startScreen_wrap {
        padding: 0 14px 0 20px;
        grid-template-columns: 100%;
        background: #fcfcfd;
    }
    .ps_startScreen__bottom, .ps_startScreen__left, .ps_startScreen__right {
        padding: 0;
    }
    .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss {
        padding: 0;
        background-color: white;
        box-shadow: 0 0 40px -40px var(--color-ck-grey);
        border: 1px solid #f2f4f7;
        border-radius: 10px;
    }
    .mobile-nav-menu {
        z-index: 99998;
    }
    .ps_startScreen__right .ps_startScreen__right_product_wrap
    .gridTovarItem.forss .gridTovarItem_item {
        grid-template-columns: minmax(auto, 150px) 1fr auto;
        padding: 0 20px 0 0;
        row-gap: 0;
        column-gap: 20px;
        grid-template-areas:
            "pic_area gridTovarItem_caption_area price_wrap_block_area"
            "pic_area gridTovarItem_caption_area add_to_cart_wrap_block_area";
        background-color: white !important;
        box-shadow: 0 0 40px -40px var(--color-ck-grey);
        border: 1px solid #f2f4f7;
        border-radius: 10px;
    }
    .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem .pic {
        height: 100%;
        aspect-ratio: 1 / 1;
    }
    .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .pic img {
        max-width: none;
        max-height: none;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0;
    }
    .ps_startScreen__right_product_wrap {
        row-gap: 20px;
    }
    .ps_startScreen__right .gridTovarItem .gridTovarItem_caption {
        height: auto;
        padding: 20px 0 20px;
    }
    .ps_startScreen__right .gridTovarItem .name {
        grid-template-areas:
            "ps_name"
            "ss_article";
        font-size: 18px;
        row-gap: 15px;
    }
    .gridTovarItem .price_wrap_block {
        padding: 20px 0 20px;
    }
    .ps_startScreen__right .gridTovarItem .name .sku {
        font-size: 14px;
    }
    .ps_startScreen__right .gridTovarItem .currentPrice {
        font-size: 24px !important;
    }
    .ps_startScreen__right .gridTovarItem .name .ps_name {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 150%;
    }
    .ps_search_input_text_close {
        font-weight: 400;
        font-size: 14px;
        transition: color .2s ease;
    }
    .ps_search_input_text_close:hover {
        color: var(--color-active);
    }
    .ps_nearbodWords_wrap .ps_nearbodWords_wrap_item {
        padding: 0;
    }
    .ps_startScreen_wrap .ps_nearbodWords_wrap {
        padding: 10px;
    }
    .ps_startScreen__left_category .sb__filter_category_more_btn_wrap>span:hover {
        background-color: transparent;
        color: var(--color-active);
        border: 1px solid var(--color-active);
    }
    .touchSeeAllWrap .hide_start_screen {
        background-color: transparent;
    }
    .touchSeeAllWrap .hide_start_screen svg path{
        transform: translateX(9px);
    }
    .psSearchWrapper .ms_lastRequestsRow ul {
        row-gap: 10px;
    }
    .ps_startScreen_wrap_empty {
        position: fixed;
        top: 56px;
        height: 100%;
        width: 100%;
        padding: 20px;
    }
    .ps_mainSearchBoard_left.mobAactive {
        top: 56px;
        bottom: 38px;
        height: initial;
    }
}
@media (min-width: 992px) {
    .psSearchWrapper {
        --ms_top_margin_wrapper: 12px;
        margin: var(--ms_top_margin_wrapper) auto calc(0px - var(--ms_top_margin_wrapper));
    }
    .psSearchWrapper .ps_startScreen .touchSeeAllWrap {
        height: auto !important;
    }
    .ms_lastRequestsRow ul li {
        height: auto;
    }
    .ms_lastRequestsRow ul li a.lastRequestDel {
        margin: 0;
    }
    .ps_nearbodWords_wrap {
        padding: 10px 0 !important;
    }
    .ps_startScreen__left {
        padding: 0 !important;
    }
    #appPrsearch .ps_startScreen__left_category ul li {
        padding: 0 10px 0 15px;
    }
    .ps_startScreen__right {
        padding: 0 !important;
    }
    .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss {
        padding: 0 !important;
    }
    .sb__filter_category_more_btn_wrap {
        padding: 0 5px 0 15px !important;
    }
    .ps-clear-button {
        right: 15px;
        top: 50%;
        font-size: 30px;
        color: var(--color-base-text);
        font-weight: 300;
    }
}
@media (max-width: 768px) {
    .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .gridTovarItem_item {
        grid-template-areas:
            "pic_area gridTovarItem_caption_area gridTovarItem_caption_area"
            "pic_area price_wrap_block_area price_wrap_block_area"
            "pic_area add_to_cart_wrap_block_area add_to_cart_wrap_block_area";
        row-gap: 15px;
    }
    .ps_startScreen__right .gridTovarItem .gridTovarItem_caption {
        height: auto;
        padding: 20px 0 0;
    }
    .gridTovarItem.forss .price_wrap_block {
        padding: 0;
        justify-content: flex-start;
    }
    .gridTovarItem.forss .price_wrap_block .price {
        align-items: stretch;
    }
    .ps_startScreen__right .gridTovarItem .name {
        font-size: 16px;
        row-gap: 5px;
    }
    .ps_startScreen__right .gridTovarItem .currentPrice {
        font-size: 20px !important;
    }
    .sb__product_wrap .gridTovarItem_item .gridTovarItem_caption .name .ps_name {
        font-size: 16px;
    }
    .ps_mainSearchBoard_right .sb__product_wrap .gridTovarItem .gridTovarItem_item .price_wrap_block {
        flex-direction: row;
    }
    .sb__product_wrap {
        --Columns: 2;
    }
}
@media (max-width: 550px) {
    .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem.forss .gridTovarItem_item {
        grid-template-areas:
            "gridTovarItem_caption_area gridTovarItem_caption_area gridTovarItem_caption_area"
            "price_wrap_block_area price_wrap_block_area price_wrap_block_area"
            "add_to_cart_wrap_block_area add_to_cart_wrap_block_area add_to_cart_wrap_block_area";
        padding: 0 20px 0 20px;
    }
    .ps_startScreen__right .ps_startScreen__right_product_wrap .gridTovarItem .pic {
        display: none;
    }
    .sb__product_wrap {
        --Column-gap-width: 1rem;
    }
}
@media (max-width: 460px) {
    .sb__tool_line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }
    .sb__mobile_filter_btn {
        flex: 1 1 auto;
        justify-content: center;
    }
}
