.product-title {
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	display: block;
	color: var(--wd-entities-title-color);
	word-wrap: break-word;
	font-weight: var(--wd-entities-title-font-weight);
	font-style: var(--wd-entities-title-font-style);
	font-family: var(--wd-entities-title-font);
	text-transform: var(--wd-entities-title-transform);
	line-height: 1.4;
}

.product-title a:hover, a.product-title:hover {
	color: var(--wd-entities-title-color-hover);
}

ul.variation {
	--li-pl: 0;
	list-style: none;
	font-size: 90%;
	--li-mb: 5px;
	--list-mb: 0;
	--wd-tags-mb: 0;
}

.woocommerce-price-suffix {
	color: var(--color-gray-500);
}

.wd-price-unit {
	display: inline-block;
	margin-inline-start: 4px;
	color: var(--color-gray-300);
}

.wd-price-unit:not(:last-child) {
	margin-inline-end: 2px;
}

.wd-price-unit:before {
	content: "/";
	margin-inline-end: 4px;
}

a.login-to-prices-msg {
	color: var(--wd-primary-color);
	font-weight: 600;
}

a.login-to-prices-msg:hover {
	color: var(--wd-primary-color);
	opacity: .6;
}

ul:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) {
	list-style: none;
	--li-pl: 0;
	--li-mb: 5px;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}

.wd-wc-notices .woocommerce-notices-wrapper>* {
	margin-bottom: 0;
}

ul.variation p {
	display: inline;
}

ul.variation .item-variation-name {
	color: var(--color-gray-800);
	font-weight: 600;
}

.wc-item-meta {
	--li-pl: 0;
	--list-mb: 0;
	--li-mb: 0;
	margin-top: 10px;
	font-size: 90%;
	list-style: none;
}

.wc-item-meta li>* {
	display: inline-block;
	margin-top: 0 !important;
	margin-bottom: 5px;
	vertical-align: middle;
}

.wc-item-meta strong {
	color: var(--color-gray-800);
}

.blockOverlay {
	z-index: 340 !important;
	background-image: none !important;
	animation: wd-FadeInLoader .6s ease forwards;
}

.blockOverlay:before {
	content: none !important;
}

.global-color-scheme-light .blockOverlay {
	background-color: rgba(0, 0, 0, .5) !important;
}

.wd-product-detail {
	font-size: 90%;
	margin-top: 5px;
}

.wd-product-detail>span {
	vertical-align: middle;
}

.wd-product-detail .wd-hint {
	margin-inline-start: 3px;
}

.wd-product-sku {
	word-break: break-all;
}

.wd-hint {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	cursor: help;
}

.wd-hint:before {
	content: "?";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45em;
	height: 1.45em;
	border-radius: 50%;
	background-color: var(--wd-hint-bg, var(--bgcolor-gray-300));
	color: var(--wd-hint-color, var(--color-gray-800));
	font-weight: 600;
	font-size: var(--wd-hint-size, calc(var(--wd-text-font-size) - 3px));
}

.wd-hint.wd-with-html>.wd-tooltip-content {
	display: none;
}

.wd-hint.wd-with-html:after {
	content: "";
	position: absolute;
	bottom: 100%;
	inset-inline: 0;
	height: 8px;
}

.loading.single_add_to_cart_button:before {
	opacity: 1;
	transition: opacity .25s ease;
}

.loading.single_add_to_cart_button:after {
	opacity: 1;
	transition: opacity .25s ease;
	--wd-anim-state: running;
}

.wd-products.wd-loading, .wd-content-layout.wd-loading .wd-products[data-source="main_loop"] {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	pointer-events: none;
}