/**********************************************
	ubN
**********************************************/
.productBlock {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:start;
	align-items:stretch;
	gap:1rem;
}

.productBlock > div {
	padding-bottom:2rem;
	width:calc(25% - 3rem / 4);
}

@media screen and (max-width:840px) {
	.productBlock > div {
		width:100%;
	}
}

.productTitle {
	margin-bottom:0.75rem;
	font-size:1.25rem;
	font-weight:600;
}

.productName {
	margin-bottom:0.75rem;
	font-size:1.25rem;
	font-weight:600;
}
