
.card-store {
    position: relative;
}

.card-store .card-product {
    position: absolute;
    bottom: 1em;
    left: 1em;
    display: flex;
}

.card-store .card-store-button {
    position: absolute;
    bottom: 0.8em;
    left: 1em;
    display: flex;
}

.card-store .card-store-button a {
    width: 278px;
}

.card-store .card-store-button a:hover {
    color: white;
}

.card-store .card-product img {
    width: 30%;
    margin-right: 7px;
    border: 1px solid #cacaca;
    border-radius: 7px;
}

