/* .add-to-product-list,
.remove-from-product-list {
    margin-left: 10px;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-to-product-list:hover,
.remove-from-product-list:hover {
    opacity: 0.9;
}

.add-to-product-list:focus,
.remove-from-product-list:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
    */
