.cards4 {
    margin-top: 120px;

    display: flex;

    width: 100%;
}

.cards4__container {
    width: 100%;

    position: relative;
}

.cards4__title {
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;

    color: #121313;

    padding-left: 40px;

    text-transform: uppercase;
}

.cards4__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
    column-gap: 4px;
    transition: transform 0.3s ease;
}

.cards4__items-arrows {
    position: absolute;

    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: 9;

    padding-left: 20px;
    padding-right: 20px;

    width: 100%;
    height: 100%;
}

.cards4__items-arrow {
    cursor: pointer;
}

.cards4__item {
    min-width: 196px;
}

.cards4__item-img {
    width: 100%;
}

.cards4__item-upper {
    position: relative;
}

.cards4__item-upper:hover .card-hover {
    opacity: 1;
}

.cards4__item-upper-upper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: 22px;
    padding-left: 22px;
    padding-right: 22px;
}

.cards4__item-upper-upper--disabled {
    display: none;
}

.cards4__item-upper-upper img {
    max-width: 20px;
}

.cards4__item-upper-upper .wishlist-icon {
    width: 21px;
    height: 18px;
    fill: black;
    fill-opacity: 0.5;
}

.cards4__item-upper-upper .wishlist-icon.active {
    fill: #F53F4A;
    fill-opacity: 1;
}

.card__item-like {
    position: relative;
}

.card__item-like-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
    font-size: 10px;
    color: #fff;
}

.card-hover-button-cart {
    max-width: 12px;
}

.cards4__item-tags {
    display: flex;
}

.cards4__item-tags--disabled {
    opacity: 0;
    pointer-events: none;
}

.cards4__item-tag {
    background: #121313;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.94px;
    text-align: center;
    color: #f2f3f4;
    border-radius: 3px;
}

.cards4__item-tag-new {
    padding: 4px 8px;
}

.cards4__item-tag-discount {
    padding: 2px 8px;
    background: rgba(155, 35, 53, 0.89);
}

.cards4__item-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 20px;
    padding-left: 20px;
}

.cards4__item-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px;
    color: #2D2D2D;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards4__item-price {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;

    color: #2D2D2D;
}
.cards4__item-price-new {
    font-weight: 500;
    margin-right: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #9B2335;
}
.cards4__item-price-old {
    font-weight: 500;
    font-size: 15px;
    color: rgba(45, 45, 45, 0.45);
    position: relative;
}
.cards4__item-price-old::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px; /* Толщина линии */
    background-color: rgba(45, 45, 45, 0.45);
    transform: translateY(-50%);
}

/*
.card-hover-size{
    transition: .3s linear;

    cursor: pointer;
}

.cards4 .card-hover-size{
color: #FFFFFF;

}

.card-hover-size{
    border: 1px solid #FFFFFF;
}

.cards4 .card-hover-size--selected{
    border: 1px solid #121313;
} */

@media screen and (max-width: 1100px) {
    .cards4__item-tag {
    }
}

@media screen and (max-width: 991px) {
    .cards4__title {
        padding-left: 20px;

        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
    }
    .cards4__items {
        margin-top: 20px;
    }
    .cards4 {
        margin-top: 60px;
    }
    .cards4__items {
        column-gap: 1px;
        row-gap: 28px !important;
    }
    .cards4__item-title {
        font-size: 11px;
        font-weight: 400;
        line-height: 15px;
    }
    .cards4__item-text {
        gap: 4px;
        padding-top: 12px;
        padding-left: 12px;
    }
    .cards4__item-price-new {
        font-size: 14px;
    }
    .cards4__item-price-old {
        font-size: 13px;
    }
    .cards4__item-price, .currency__symbol {
        font-size: 14px!important;
        line-height: 17px!important;
    }
    .cards4__item-tag {
        font-size: 8px;
        font-weight: 700;
        line-height: 9.68px;

        padding: 2px 4px;
    }

    .cards4__item .card-hover-size {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;

        width: 32px;
        height: 24px;
    }
}

@media screen and (max-width: 800px) {
    .cards4__items {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .cards4__item-upper-upper {
        padding: 14px 14px 0;
    }
}

.owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 45%;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.owl-carousel .owl-prev {
    left: 20px;
}

.owl-carousel .owl-next {
    right: 20px;
}

.currency__symbol {
    font-size: 16px;
    line-height: 24px;
}
