.related-mini-cart-products ul li {
    display: flex;
    gap: 15px;
    padding: 15px;
    margin: 0;
}
.related-mini-cart-products ul li:not(:last-child) {
    border-bottom: 1px solid var(--brdcolor-gray-300);
}
.related-product-image {
    height: 100px;
    width: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-product-image img {
    height: 100%;
    width: auto;
    max-width: auto;
    object-fit: cover;
}
.mini-cart-add-form select {
    height: 2em;
}
.mini-cart-add-form button {
    padding: 0 36px;
    margin-top: 8px;
}