.add-cart-button {
    width: 100%;
    padding: 4px;
    border: 1px solid #c9c9c9;
    font-weight: bold;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add-cart-button img.cart-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.add-cart-button:hover {
    background-color: #e0e0e0;
    border-color: black;
}

.card_header{
    background: #818181;
    padding: 3px;
    border-radius: 11%;
    width: 3rem;
    font-weight: bold;
    display: flex;
}


.header__cart{
    padding: 1rem;
}