.related-products__title {
    display: none;
}
.cart-action-update {
    margin-right: 20px;
    margin-right: 1.25rem;
    float: right;
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-size: .875rem;
    background-color: #20a1b0;
    color: #000;
    display: inline-block;
    font-family: "Inter";
    font-weight: 400;
    line-height: 1.7;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.1s ease-in-out;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    margin-top: -10px;
}