.product_section {
    display: grid;
    row-gap: 25px;
    padding: 10px 0;
}

@media(max-width: 500px) {
    .product_section {
        justify-content: center;
    }
}

.loader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}