.product-title{
    font-weight: bold;
    color: whitesmoke;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}

.product-card{
    display: grid;
    width: 400px;
    height: 244px;
    max-width: 100%;
    background-image: url("../images/item-Ckw2ZS0.png");
}

.product-card > *{
    grid-area: 1 / 1;
}

.product-image{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 12px;
    padding-bottom: 7px;
    text-align: center;
}

.product-frame{
    width: 100%;
    height: auto;
    pointer-events: none;
}

.product-infos{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    text-align: center;
    padding-bottom: 15px;
}

.product-price{
    color: white;
    padding-top: 6px;
}
