.catalog-section-related-wrapper {
    margin: 40px 0 0;
}

.related-slider-container {
    position: relative;
    padding: 20px 0 40px;
}

.relatedSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.relatedSwiper {
    overflow: visible !important;
}
.product-card-related {
    border: 1px solid #dee2e6;
    padding: 30px 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: 0.3s;
    align-items: center;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .product-card-related:hover {
        box-shadow: 0 0 20px #a3a3a3;
    }
}

.related-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.product-card-related__image {
    margin-bottom: 15px;
    height: 200px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-card-related__image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.product-card-related__title {
    min-height: 40px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: #000;
    font-family: "Geologica-ExtraLight";
    text-transform: unset !important;
}

.product-card-related__price {
    margin-top: auto;
    font-size: 24px;
    line-height: 1.2;
    color: var(--dark);
    font-family: "Geologica-Regular";
    font-weight: normal;
    white-space: nowrap;
}

.relatedSwiper .swiper-button-next,
.relatedSwiper .swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.relatedSwiper .swiper-button-next:after,
.relatedSwiper .swiper-button-prev:after {
    font-size: 18px;
    color: #333;
}