.box-product {
    /* border: 1px solid black; */
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
}

.product-item {
    width: 33%;
    height: auto;
    /* border: 1px solid black; */
}
