

@media(max-width: 450px) {
    .main_grid {
        width: 12.75rem !important;
    }
}

@media(max-width: 430px) {
    .main_grid {
        width: 10.75rem !important;
    }
}

@media(max-width: 430px) {
    .main_grid {
        width: 9.75rem !important;
    }
}

@media(max-width: 370px) {
    .main_grid {
        width: 8.75rem !important;
    }
    .text-hint {
        font-size: 0.775rem;
    }
}
@media(max-width: 360px) {
    .main_grid {
        width: 8.15rem !important;
    }
    .text-hint {
        font-size: 0.72rem !important;
    }
}

.home-grid__card.page-product__info {
    margin-left: 0px;
}