
.custom-related-products-container {
    margin: 20px 0;
}

.custom-related-products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-related-product {
    margin-bottom: 10px;
}

.related-product-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.related-product-link:hover {
    opacity: 0.9;
}

.related-product-color,
.related-product-image {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.related-product-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.related-product-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
}

