.page-title-default {
	background-color: rgb(191,155,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: none;
	color: rgb(103,103,103);
}
html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title a:hover {
	color: rgb(231,217,255);
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: none;
	color: rgb(29,29,29);
}
html .wd-product .price:hover, html .wd-product .price > .amount:hover, html .wd-product .price ins > .amount:hover {
	color: rgb(29,29,29);
}
html .wd-nav-mobile > li > a {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
	color: rgb(29,29,29);
}
html .wd-nav-mobile > li > a:hover, html .wd-nav-mobile > li.current-menu-item > a {
	color: rgb(191,155,255);
}
html .wd-nav-mobile .wd-sub-menu li a {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	color: rgb(103,103,103);
}
html .wd-nav-mobile .wd-sub-menu li a:hover, html .wd-nav-mobile .wd-sub-menu li.current-menu-item > a {
	color: rgb(191,155,255);
}
html .page-title > .container > .title {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 80px;
}

@media (max-width: 1024px) {
	html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
		font-size: 18px;
	}
	html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
		font-size: 18px;
	}
	html .wd-nav-mobile > li > a {
		font-size: 16px;
	}
	html .wd-nav-mobile .wd-sub-menu li a {
		font-size: 14px;
	}
	html .page-title > .container > .title {
		font-size: 70px;
	}

}

@media (max-width: 768.98px) {
	html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
		font-size: 14px;
	}
	html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
		font-size: 13px;
	}
	html .wd-nav-mobile > li > a {
		font-size: 16px;
	}
	html .wd-nav-mobile .wd-sub-menu li a {
		font-size: 14px;
	}
	html .page-title > .container > .title {
		font-size: 60px;
	}

}



