/* Centralizar imagens de cards */
.card-flags {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

/* Centralizar imagens de garrafas nos produtos */
.item-img {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Centralizar logos de notícias */
.img_adv {
    display: block;
    margin: 20px auto;
    text-align: center;
}

/* Centralizar imagem do doutor */
.col-md-4 img[alt="Doctor"] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Centralizar fotos de review/depoimentos */
.user img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.purchase img {
    display: inline-block;
    vertical-align: middle;
}

/* Garantir que todos os elementos de produto estejam centralizados */
.products .item .wrapper {
    text-align: center;
}

.products .item-info {
    text-align: center;
}

.products .item-totals {
    text-align: center;
}
