ul.variation {
	--li-pl: 0;
	list-style: none;
	font-size: 90%;
	--li-mb: 5px;
	--list-mb: 0;
	--wd-tags-mb: 0;
}

.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;
}

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-buy-now-btn {
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

.wd-buy-now-btn:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.wd-buy-now-btn:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.wd-product-detail .wd-hint {
	margin-inline-start: 3px;
}

.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;
}