@media (max-width: 1024px) {
    .cart-section .card-bag img.product {
        width: 115px;
        height: 103px;
    }
}

@media (max-width: 849px) {
    .card-bag .flex-row {
        flex-direction: column;
        align-items: flex-start;
    }
  
    .informations .flex-row:nth-child(1) {
        flex-direction: row;
    }
}