.related-products-widget .related-products-title h3 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 500;
    color: var(--e-global-color-primary);
    margin: 0;
}

.related-product-item--wrapper {
    padding-bottom: 32px;
}

.related-product-item--wrapper .related-product-item--thumbnail {
    position: relative;
    padding-top: calc(445 / 387 * 100%);
}

.related-product-item--wrapper .related-product-item--thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-bottom: 120px;
    transition: all .5s ease;
}

.related-product-item--wrapper .related-product-item--thumbnail img.hover-image {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    padding-bottom: 0;
}

.related-product-item:hover .related-product-item--wrapper .related-product-item--thumbnail.has-hover img {
    opacity: 0;
    visibility: hidden;
}

.related-product-item:hover .related-product-item--wrapper .related-product-item--thumbnail img.hover-image {
    opacity: 1;
    visibility: visible;
}

.related-product-item--info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    width: 90%;
    padding: 0 35px 25px;
    overflow: hidden;
    transition: all .3s;
}

.related-product-item--info .related-product-item--content {
    padding-bottom: 0;
    transition: all .3s;
}

.related-product-item--info .related-product-item--content .related-product-item--title a {
    font-size: 18px;
    color: var(--e-global-color-primary);
    font-weight: 600;
}

.related-product-item--info .short-description {
    font-size: 14px;
    line-height: 22px;
}

.related-product-item:hover .related-product-item--info {
    background: var(--e-global-color-primary);
    padding: 32px 35px 84px;
}

.related-product-item:hover .related-product-item--info .related-product-item--content .related-product-item--title a {
    color: var(--e-global-color-accent);
}

.related-product-item--info .related-product-item--content .read-more {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -60px;
    left: 35px;
    transition: all .3s ease;
}

.related-product-item:hover .related-product-item--info .related-product-item--content {
    color: var(--e-global-color-accent);
}

.related-product-item:hover  .related-product-item--info .related-product-item--content .read-more {
    opacity: 1;
    visibility: visible;
    bottom: 32px;
}

.swiper-controls-related-products {
    position: absolute;
    top: 22px;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 9;
}

.swiper-controls-related-products .swiper-controls-related-products-fake {
    width: 6px;
    height: 6px;
    background: var(--e-global-color-8149083);
    border-radius: 50%;
    margin: 0 10px;
}

.swiper-button-disabled.elementor-swiper-button-prev::before,
.swiper-button-disabled.elementor-swiper-button-next::before {
    background-image: url(../images/navigation-grey.svg);
}

.related-products {
    margin-top: 61px;
}

#related-products-container {
    /* background-position: 0 140%; */
}

#related-products-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/bkg-products-list-359-recovered.png);
    background-repeat: no-repeat;
    background-position: 0 60%;
    z-index: -1;
    background-size: cover;
    padding: 0;
    height: 290px;
}

.swiper-controls-related-products .elementor-swiper-button {
    cursor: pointer;
}

.swiper-controls-related-products .elementor-swiper-button.swiper-button-disabled {
    cursor: default;
    pointer-events: none;
}

.swiper-controls-related-products .swiper-related-products-prev:hover::before,
.swiper-controls-related-products .swiper-related-products-prev:focus:before,
.swiper-controls-related-products .swiper-related-products-next:hover::before,
.swiper-controls-related-products .swiper-related-products-next:focus:before {
    background-image: url(../images/navigation-green.svg);
}

@media (max-width: 767.98px) {
    .swiper-controls-related-products {
        top: auto;
        bottom: -20px;
        left: 0;
        right: auto;
    }

    .related-product-item--wrapper .related-product-item--thumbnail {
        padding-top: calc(370 / 259 * 100%);
    }
    
    .related-product-item--wrapper .related-product-item--thumbnail img {
        padding-bottom: 0;
        object-fit: contain;
    }
    
    .related-product-item--info {
        width: 100%;
        padding: 0 25px;
    }
    
    .related-product-item--wrapper {
        padding-bottom: 100px;
    }
    
    .related-product-item--info .short-description {
        font-size: 14px;
        line-height: 22px;
        font-family: 'Roboto';
        font-weight: 400;
    }
    
    .related-product-item--info .related-product-item--title {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 600;
        line-height: 18px;
    }

    #related-products-container:after {
        pointer-events: none;
        height: 360px;
        background-image: url(../images/bkg-products-list-359.png);
        background-position: 90% 50px;
    }

    .related-products-widget .related-products-title h3 {
        font-size: 40px;
    }

    .related-products {
        margin-top: 12px;
    }
}