.produkt .images {
    padding-top: 30px;
}
.images img {
    margin-bottom: 30px;
}
.produkt p.price {
    padding: 0;
    margin: 0 0 30px 0;
}
.price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.price span {
    font-size: 36px;
    line-height: 54px;
}
.images .button {
	font-size: 20px;
    text-align: center;
    width: 100%;
}