.product__images-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product__images-item img {
    width: 100%;
    height: auto;
}