.product-image-gallery{display:flex;flex-wrap:wrap;gap:10px}.gallery-image{flex:1 1 calc(50% - 10px);box-sizing:border-box;max-width:calc(50% - 10px);margin-bottom:5px}.gallery-image img{width:100%;height:auto;display:block;border-radius:30px}.gallery-image.gallery-placeholder{display:flex;align-items:center;justify-content:center;height:200px;background-color:#f0f0f0}