.custom-product-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.custom-image-wrapper {
    text-align: center;
    margin: 5px;
}

.custom-product-gallery img {
    width: 100px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}

.custom-image-title {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}

.custom-image-description {
    margin-top: 5px;
    font-size: 10px;
    color: #666;
}
