.umami-section-title{
	font-size: var(--rfs30);
	font-weight: 600;
	text-align: center;
}

.products-popup a{
	display: block;
}

.products-popup .text{
	background-color: var(--themeColor);
	font-size: var(--rfs18);
	color: white;
	padding: 1.5em;
}

@media(min-width: 1050px){
	.products-popup .text{
		font-size: var(--rfs18);
	}
}

.products-popup h3{
	font-size: var(--rfs20);
	text-align: center;
	font-weight: 600;
	margin-bottom: 0.8em;
}
.products-popup .text p{
	line-height: 2;
	max-width: 20em;
	margin-inline: auto;
}

.products-popup .price{
	text-align: right;
}

.products-popup .modal-on{
	cursor: pointer;
}

.products-popup .flex-type3{
	row-gap: var(--variableSpaceM);
}

.products-popup .max480{
	max-width: 480px;
}

@media(min-width: 700px){
	.is-style-products-2col > *{
		width: 48%;
	}
}