@media (max-width: 768px) {

.title-header{
    margin: 1rem !important;
    font-size: 1.5rem !important;
}
.menu-container {
    flex-direction: column;
}
.category-list a {
    padding: 5px;
    font-size: 0.8rem !important;
    width: auto;
}
.menu-container .category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    width: auto;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));

}
.product-card img {
    height: auto;
}
.product-details h3 {
    font-size: 0.7rem;
}
.product-details h3 {
    font-size: 0.7rem;
    margin: 5px;
    font-weight: bold;
    width: 95%;
    white-space: wrap;
    overflow: hidden;
    text-overflow: clip;
    /* text-overflow: ellipsis; */
}

.modal-overlay {
    z-index: 9000000000;
}

#modalCaption {

    font-size: 1rem;
}




}
