.related-products {
    background-color: white;
    width: 100%;
    height: 500px;
    padding: 20px 0;
    border-radius: 10px;
    margin: 20px 0;
    font-family: var(--main-text);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
}

.related-products > * {
    margin: 20px;
}
.related-products a {
    color: black;
    text-decoration: none;
}
.product {
    color: black !important;
}

@media (max-width: 480px) {
    .related-products {
        height: 450px;
    }
}
