.subbanner {
    position: relative;
    height: 208px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    border-radius: var(--main-radius, 10px);
    background-color: #37474F;
    background-color: var(--main-color, #37474F);
    overflow: hidden;
}

.subbanner_grey {
    background-color: #dde6eb;
}

.subbanner__wrapper-text {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 400px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subbanner__wrapper-text h3 {
    color: #ffffff;
    color: var(--white-color, #ffffff);
}

.subbanner_grey .subbanner__wrapper-text {
    width: 35%;
}

.subbanner__wrapper-text span {
    color: #ffffff;
    color: var(--white-color, #FFF);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    opacity: 0.8;
}

.subbanner_grey .subbanner__wrapper-text h3,
.subbanner_grey .subbanner__wrapper-text span {
    color: #37474F;
    color: var(--main-color, #37474F);
    max-width: 480px;
}

.subbanner__wrapper-img {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 100%;
    margin-left: auto;
}

.subbanner__wrapper-img img {
    position: relative;
    z-index: 0;
    top: -1px;
    right: -1px;
    width: 100%;
    height: calc(100% + 2px);
    -o-object-fit: contain;
    object-fit: cover;
    max-width: none;
}
.subbanner__wrapper-link {
    width: 100%;
    display: block;
}
/*.subbanner__wrapper-img::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -42px;
    color: rgb(221, 230, 235);
    width: 260px;
    height: calc(100% + 100px);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(55, 71, 79)), color-stop(45%, rgba(55, 71, 79, 0.9)), color-stop(50%, rgba(55, 71, 79, 0.8)), color-stop(60%, rgba(55, 71, 79, 0.7)), color-stop(65%, rgba(55, 71, 79, 0.6)), color-stop(70%, rgba(55, 71, 79, 0.5)), color-stop(75%, rgba(55, 71, 79, 0.4)), color-stop(80%, rgba(55, 71, 79, 0.3)), color-stop(85%, rgba(55, 71, 79, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(55, 71, 79) 15%, rgba(55, 71, 79, 0.9) 45%, rgba(55, 71, 79, 0.8) 50%, rgba(55, 71, 79, 0.7) 60%, rgba(55, 71, 79, 0.6) 65%, rgba(55, 71, 79, 0.5) 70%, rgba(55, 71, 79, 0.4) 75%, rgba(55, 71, 79, 0.3) 80%, rgba(55, 71, 79, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(13.44deg);
    -ms-transform: rotate(13.44deg);
    transform: rotate(13.44deg);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}*/

/*.subbanner_grey .subbanner__wrapper-img::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(221, 230, 235)), color-stop(45%, rgba(221, 230, 235, 0.9)), color-stop(50%, rgba(221, 230, 235, 0.8)), color-stop(60%, rgba(221, 230, 235, 0.7)), color-stop(65%, rgba(221, 230, 235, 0.6)), color-stop(70%, rgba(221, 230, 235, 0.5)), color-stop(75%, rgba(221, 230, 235, 0.4)), color-stop(80%, rgba(221, 230, 235, 0.3)), color-stop(85%, rgba(221, 230, 235, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(221, 230, 235) 15%, rgba(221, 230, 235, 0.9) 45%, rgba(221, 230, 235, 0.8) 50%, rgba(221, 230, 235, 0.7) 60%, rgba(221, 230, 235, 0.6) 65%, rgba(221, 230, 235, 0.5) 70%, rgba(221, 230, 235, 0.4) 75%, rgba(221, 230, 235, 0.3) 80%, rgba(221, 230, 235, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}*/

.subbanner__wrapper-img_middle::before {
    display: none;
}

.subbanner__wrapper-middle-content {
    position: absolute;
    z-index: 2;
    left: 40%;
    right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.subbanner__wrapper-middle-content .product-card__price {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    width: 45%;
}

.subbanner__wrapper-middle-content .product-card__old-price {
    position: static;
    margin-top: 8px;
}

.subbanner__wrapper-middle-content .product-card__discount {
    position: absolute;
    right: 0;
    bottom: 0;
}

.subbanner__subtitle {
    color: #37474F;
    color: var(--main-color, #37474F);
    font-family: "Open Sans";
    font-family: var(--main-font-family, "Open Sans");
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
}

@media (max-width: 1440px) {
    .subbanner__wrapper-middle-content {
        display: none;
    }

    .subbanner_grey .subbanner__wrapper-text {
        width: 100%;
    }

    .subbanner_grey .subbanner__wrapper-text h3,
    .subbanner_grey .subbanner__wrapper-text span {
        max-width: 420px;
    }

    .subbanner__wrapper-img::before {
        width: 60%;
    }
}

@media (max-width: 992px) {
    .subbanner__wrapper-img img {
        top: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .subbanner {
        height: 140px;
    }

    .subbanner__wrapper-img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .subbanner__wrapper-img::before {
        width: 160px;
    }

    .subbanner_grey .subbanner__wrapper-img::before {
        width: 85%;
    }

    .subbanner__wrapper-text {
        top: 17px;
        bottom: auto;
        width: 75%;
        gap: 9px;
        padding-left: 18px;
    }

    .subbanner_grey .subbanner__wrapper-text h3,
    .subbanner_grey .subbanner__wrapper-text span {
        max-width: 230px;
    }

    .subbanner__wrapper-text span {
        font-size: 12px;
        line-height: 15.6px;
    }
}