/* Styles for related products slider (ediito) */
.ediito-related-family-section {
    background: #fff;
    padding: 36px 0 48px 0;
    box-sizing: border-box;
}
[aria-labelledby="ediito-podobna-title"] {
    margin-bottom: 102px;
}
.ediito-related-family-inner {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 7px;
    box-sizing: border-box;
}
.ediito-related-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}
.ediito-swiper .swiper-slide {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ediito-related-card-img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    background: #fff;
}
.ediito-related-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    margin: 0 0 6px 0;
}
.ediito-related-card-subtitle {
    color: #0101019C;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 50px;
}
.ediito-related-card-button {
    background: #41AC32;
    color: #fff;
    padding: 15px;
    border-radius: 0px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    font-family: "Inter", Encode Sans;
    font-weight: 400;
    width: 100%;
    text-decoration: none;
}
.ediito-related-card-button:hover {
    background: #3B9C2D;
}
.ediito-related-swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #212121;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    z-index: 10;
}
.ediito-related-swiper-nav svg { width: 18px; height: 18px; }

@media (max-width: 900px) {
    .ediito-related-card-img { height: 120px; }
}

@media (max-width: 640px) {
    .ediito-related-card-img { height: 100px; }
    .ediito-related-title { font-size: 22px; }
}