.kiwi-post-product h3{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 24px;
}

.kiwi-post-product h3:before{
	content: '';
	background-image: url(assets/star.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 18px;
	height: 18px;
}

.kiwi-post-product img{
	width: 100%;
	max-width: 200px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 30px;
	border-radius: 12px;
	background: #F6F6F1;
}

.kiwi-post-product h2{
	margin-top: 24px;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 15px;
	color: #454648;
	line-height: 100%;
}

.kiwi-post-product h2 a{
	font-weight: 600;
	font-size: 15px;
	color: #454648;
	line-height: 100%;
}

.kiwi-post-product .amount,
.kiwi-post-product .amount *{
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #737477;
}

.kiwi-post-product p{
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	color: #737477;
	margin-bottom: 22px;
}

.kiwi-post-product form{
	margin-bottom: 0;
}