.related-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-width: 0;
    border-top-width: 1px;
    /* border-bottom-width: 1px; */
    border-style: solid;
    border-color: rgba(226, 226, 226, 1);

}

.related-product-item {
    max-width: 200px;
    text-align: center;
}

.related-product-image {
    width: 100%;
    border: 1px #ddd solid;
    border-radius: 5px;
    height: auto;
}

.related-product-price {
    margin-top: 10px;
    font-size: 16px;
}

.related-pecial-price {
    color: red;
    font-weight: bold;
}

.related-old-price {
    text-decoration: line-through;
    color: gray;
    margin-left: 5px;
}
