.mp-gallery {
    max-width: 100%;
}

.main-image {
    border-radius: 10px;
}

.thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.thumbnails img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 8px;
    object-fit: cover;
}
