.webfus-catalog {
    margin-bottom: 40px;
}

.webfus-catalog:last-child {
    margin-bottom: 0;
}

.webfus-catalog .wrapper_inner {
    padding: 0;
}

.webfus-catalog__banner {
    border-radius: 12px;
    aspect-ratio: 4.468 / 1;
    overflow: hidden;
    margin-bottom: 24px;
}

.webfus-catalog__banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.webfus-catalog__banner picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.webfus-catalog__banner img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.display_list .webfus-item_wrap {
    border: 0;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    gap: 2.55%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.display_list .webfus-item_wrap:last-child {
    margin-bottom: 0;
}

.display_list .webfus-item_wrap:first-child {
    border: 0;
}

.webfus-item_wrap__img {
    width: 23.042%;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.webfus-item_wrap__img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.webfus-item_wrap__img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.webfus-item_wrap__info {
    width: calc(100% - 23.042% - 28px);
    display: flex;
}

.webfus-item_wrap__content {
    width: 60%;
    padding: 8px 2.732% 8px 0;
}

.webfus-item_wrap__title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
    text-wrap: balance;
    word-break: break-word;
    margin-bottom: 6px;
    transition: color 0.3s ease-out;
}

.webfus-item_wrap__title a {
    color: #222;
    transition: color 0.3s ease-out;
}

.webfus-item_wrap__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
}

.webfus-item_wrap__stars:last-child {
    margin-bottom: 0;
}

.webfus-item_wrap__star {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webfus-item_wrap__star svg {
    width: 100%;
    height: 100%;
    fill: #D9D9D9;
}

[data-rating="5"] .webfus-item_wrap__star svg {
    fill: #F3B816;
}

[data-rating="4"] .webfus-item_wrap__star:nth-last-child(n + 2) svg {
    fill: #F3B816;
}

[data-rating="3"] .webfus-item_wrap__star:nth-last-child(n + 3) svg {
    fill: #F3B816;
}

[data-rating="2"] .webfus-item_wrap__star:nth-last-child(n + 4) svg {
    fill: #F3B816;
}

[data-rating="1"] .webfus-item_wrap__star:nth-last-child(n + 5) svg {
    fill: #F3B816;
}

.webfus-item_wrap__characteristics_row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    break-inside: avoid;
}

.webfus-item_wrap__characteristics_row:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(179, 179, 179, 0.3);
}

.webfus-item_wrap__characteristics_title,
.webfus-item_wrap__characteristics_value {
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    background: #fff;
    position: relative;
}

.webfus-item_wrap__characteristics_title {
    color: #888;
    padding-right: 5px;
}

.webfus-item_wrap__characteristics_value {
    padding-left: 5px;
    text-align: right;
}

.webfus-item_wrap__characteristics_value a {
    font-weight: 400;
    color: #810101;
    border-bottom: 1px solid #810101;
    transition: all 0.3s ease-out;
}

.webfus-item_wrap__aside {
    width: 40%;
    padding: 8px 8px 8px 2.732%;
    border-left: 1px solid #eee;
}

.webfus-item_wrap__price {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: baseline;
    margin-bottom: 20px;
}

.webfus-item_wrap__price:last-child {
    margin-bottom: 0;
}

.webfus-item_wrap__price .price-current {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    white-space: nowrap;
}

.webfus-item_wrap--sale .webfus-item_wrap__price .price-current {
    color: #DE2323;
}

.webfus-item_wrap__price .price-old {
    color: #b3b3b3;
    font-size: 16px;
    line-height: 1;
    position: relative;
    display: none;
}

.webfus-item_wrap--sale .webfus-item_wrap__price .price-old {
    display: block;
}

.webfus-item_wrap__price .price-old:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b3b3b3;
}

.webfus-item_wrap__price .price-info {
    width: 100%;
    color: #888;
    font-size: 16px;
    line-height: 1.2;
}

.webfus-item_wrap__dropdown {
    display: none;
}

.webfus-item_wrap__width {
    margin-bottom: 15px;
}

.webfus-item_wrap__width:last-child {
    margin-bottom: 0;
}

.webfus-item_wrap__width_title {
    color: #888;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}

.webfus-item_wrap__width_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.webfus-item_wrap__width_item {
    position: relative;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
    display: block;
}

.webfus-item_wrap__width_item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -10;
}

.webfus-item_wrap__width_item .box {
    font-size: 14px;
    line-height: 1.1;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.webfus-item_wrap__width_item input:checked + .box {
    background-color: #9a0202;
    border-color: #9a0202;
    color: #fff;
}

.webfus-item_wrap__quantity_wrap {
    width: 100%;
    margin-bottom: 5px;
}

.webfus-item_wrap--cart .webfus-item_wrap__quantity_wrap,
.webfus-item_wrap--out .webfus-item_wrap__quantity_wrap {
    display: none;
}

.webfus-item_wrap__quantity_wrap:last-child {
    margin-bottom: 0;
}

.webfus-item_wrap__quantity_wrap .webfus-card__quantity {
    display: flex;
    align-items: center;
    height: 38px;
    gap: 6px;
}

.webfus-item_wrap__quantity_wrap .webfus-card__quantity .minus,
.webfus-item_wrap__quantity_wrap .webfus-card__quantity .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 6px;
    background: #9a0202;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 0;
    transition: all 0.3s ease-out;
    cursor: pointer;
    position: relative;
}

.webfus-item_wrap__quantity_wrap .webfus-card__quantity .minus--disabled,
.webfus-item_wrap__quantity_wrap .webfus-card__quantity .plus--disabled {
    cursor: auto;
    background: #DF8B8B;
}

.webfus-item_wrap__quantity_wrap .webfus-card__quantity .minus:before {
    content: '-';
    position: absolute;
    top: 8px;
    left: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 14px;
    transform: translateX(-50%);
}

.webfus-item_wrap__quantity_wrap .webfus-card__quantity .plus:before {
    content: '+';
    position: absolute;
    top: 8px;
    left: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 20px;
    transform: translateX(-50%);
}

.webfus-item_wrap__quantity_wrap .webfus-card__quantity input {
    height: 100%;
    flex-grow: 1;
    text-align: center;
    background-color: transparent;
    position: relative;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
    line-height: 1;
    padding: 9px;
    color: #222;
}

.webfus-item_wrap__action {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.webfus-item_wrap__action:last-child {
    margin-bottom: 0;
}

.webfus-item_wrap__button:has(.mob-icon) i,
.webfus-item_wrap__button:has(.mob-icon) span {
    display: none;
}

.webfus-item_wrap__button,
.ajax_load .webfus-item_wrap__button {
    border-radius: 6px;
    font-size: 15px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}

.webfus-items__item_button--link {
    width: calc(100% - 70px);
}

.webfus-item_wrap__button span.mob-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 18px;
    width: 18px;
}

.webfus-item_wrap__button span.mob-icon svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.webfus-item_wrap__button.to-order span.mob-icon svg {
    fill: #888;
    stroke: #888;
}

.webfus-item_wrap__action .more_text {
    width: 100%;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1.4;
}

.webfus-item_wrap .like_icons {
    position: relative;
    top: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px 20px;
}

.webfus-item_wrap .like_icons span:hover {
    background-color: transparent;
}

.webfus-item_wrap .wish_item,
.webfus-item_wrap .compare_item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    border-radius: 0;
    visibility: visible;
    white-space: nowrap;
    transition: all 0.3s ease-out;
}

.webfus-item_wrap .wish_item.added,
.webfus-item_wrap .compare_item.added {
    background-color: transparent;
    gap: 6px;
}

.webfus-item_wrap .wish_item span:not(.wish_item__icon),
.webfus-item_wrap .compare_item span:not(.compare_item__icon) {
    margin: 0;
    opacity: 1;
    color: #888;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    visibility: visible;
    border-radius: 0;
    transition: color 0.3s ease-out;
}

.webfus-item_wrap .wish_item.added span,
.webfus-item_wrap .compare_item.added span {
    color: #9a0202;
}

.webfus-item_wrap .wish_item__icon,
.webfus-item_wrap .compare_item__icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.webfus-item_wrap .wish_item__icon svg,
.webfus-item_wrap .compare_item__icon svg {
    fill: #888;
    transition: fill 0.3s ease-out;
}

.webfus-item_wrap .wish_item.added .wish_item__icon,
.webfus-item_wrap .compare_item.added .compare_item__icon {
    background-color: #9a0202;
}

.webfus-item_wrap .wish_item.added .wish_item__icon svg,
.webfus-item_wrap .compare_item.added .compare_item__icon svg {
    fill: #fff;
}

.webfus-item_wrap .webfus-items__item_labels {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.webfus-item_wrap .webfus-items__item_label {
    border-radius: 6px;
    background: #DE2323;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.webfus-item_wrap .webfus-items__item_label--green {
    background-color: #4fad00;
}

.webfus-item_wrap__box {
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

.webfus-item_wrap__box .title {
    background: #3d423f;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.webfus-item_wrap__box .info {
    padding: 10px;
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
    .webfus-item_wrap__title:hover,
    .webfus-item_wrap__title:hover a {
        color: #9a0202;
    }

    .webfus-item_wrap__characteristics_value a:hover {
        border-color: transparent;
    }

    .webfus-item_wrap__width_item:hover .box {
        border-color: #9a0202;
    }

    .webfus-item_wrap__quantity_wrap .webfus-card__quantity .minus:not(.minus--disabled):hover,
    .webfus-item_wrap__quantity_wrap .webfus-card__quantity .plus:not(.plus--disabled):hover {
        background-color: #b80202;
    }

    .webfus-item_wrap .like_icons span:hover,
    .webfus-item_wrap .like_icons .wish_item.added:hover,
    .webfus-item_wrap .like_icons .compare_item.added:hover {
        background-color: transparent;
    }

    .webfus-item_wrap .wish_item:hover span,
    .webfus-item_wrap .compare_item:hover span {
        color: #9a0202;
    }

    .webfus-item_wrap .wish_item:not(.added):hover .wish_item__icon svg,
    .webfus-item_wrap .compare_item:not(.added):hover .compare_item__icon svg {
        fill: #9a0202;
    }

    .webfus-item_wrap__button.to-order:hover span.mob-icon svg {
        fill: #fff;
    }
}

@media (max-width: 1199px) {
    .page--catalog .webfus-catalog .wrapper_inner .left_block {
        display: none;
    }

    .page--catalog .webfus-catalog .wrapper_inner .right_block.wide_N {
        width: 100% !important;
    }

    .page--catalog .webfus-catalog .adaptive_filter {
        display: block;
    }

    .page--catalog .webfus-catalog .mobile_filter_compact {
        display: none;
    }

    .display_list .webfus-item_wrap {
        padding: 0;
    }

    .webfus-item_wrap .webfus-items__item_labels {
        top: 10px;
        left: 10px;
    }

    .webfus-item_wrap__button,
    .ajax_load .webfus-item_wrap__button {
        font-size: 14px;
        padding: 10px 15px;
    }

    .webfus-items__item_button--link {
        width: calc(100% - 60px);
    }

    .catalog .display_list .webfus-item_wrap:hover {
        box-shadow: none;
    }

    .wraps:has(.page--catalog #mobilefilter.show) {
        z-index: 2999;
    }
}

@media (max-width: 767px) {
    .display_list .webfus-item_wrap {
        margin-bottom: 0;
        width: calc(50% - 10px);
        flex-direction: column;
        gap: 16px;
    }

    .webfus-catalog .display_list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .webfus-item_wrap__img {
        width: 100%;
    }

    .webfus-item_wrap__info {
        width: 100%;
        flex-grow: 1;
        flex-direction: column;
    }

    .webfus-item_wrap__content {
        width: 100%;
        padding: 0;
        flex-grow: 1;
    }

    .webfus-item_wrap__stars,
    .webfus-item_wrap__characteristics,
    .webfus-item_wrap__width,
    .webfus-item_wrap__box,
    .webfus-item_wrap .like_icons,
    .webfus-item_wrap__quantity_wrap,
    .webfus-items__item_button--link.webfus-items__item_button--link {
        display: none;
    }

    .webfus-item_wrap__aside {
        width: 100%;
        padding: 0;
        border-left: 0;
    }

    .webfus-item_wrap__title {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .webfus-item_wrap__price {
        margin-bottom: 0;
    }

    .webfus-item_wrap--out .webfus-item_wrap__price {
        display: none;
    }

    .webfus-item_wrap__price .price-current {
        font-size: 17px;
    }

    .webfus-item_wrap__price .price-info {
        font-size: 14px;
    }

    .webfus-item_wrap__price .price-old {
        font-size: 14px;
    }

    .webfus-item_wrap__action {
        margin-bottom: 0;
        margin-top: 16px;
    }

    .webfus-item_wrap__dropdown {
        display: block;
        width: max(70px, 30%);
        flex-shrink: 0;
    }

    .webfus-item_wrap__button:has(.mob-icon) i,
    .webfus-item_wrap__button:has(.mob-icon) span {
        display: block;
    }

    .webfus-item_wrap__button span.mob-icon {
        display: none;
    }

    .webfus-item_wrap__button,
    .ajax_load .webfus-item_wrap__button {
        font-size: 15px;
        padding: 10px 20px;
        font-weight: 400;
        height: auto;
        width: 100%;
    }

    .webfus-item_wrap__action:has(.webfus-item_wrap__dropdown) .webfus-item_wrap__button {
        width: calc(100% - max(70px, 30%) - 10px);
    }

    .webfus-item_wrap__action .more_text {
        font-size: 11px;
        order: -1;
    }

    .webfus-catalog__banner {
        aspect-ratio: 2 / 1;
    }
}

@media (max-width: 499px) {
    .webfus-item_wrap__action:has(.webfus-item_wrap__dropdown) .webfus-item_wrap__button {
        width: calc(50% - 5px);
    }

    .webfus-item_wrap__dropdown {
        width: calc(50% - 5px);
    }

    .webfus-item_wrap__button:has(.mob-icon) i,
    .webfus-item_wrap__button:has(.mob-icon) span {
        display: none;
    }

    .webfus-item_wrap__button span.mob-icon {
        display: flex;
    }

    .webfus-item_wrap .webfus-items__item_labels {
        top: 5px;
        left: 5px;
        gap: 5px;
    }

    .webfus-item_wrap .webfus-items__item_label{
        font-size: 12px;
    }
}