.wd-wishlist-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 15px;
	margin-bottom: 15px;
}

.wd-wishlist-head .title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.wd-wishlist-head:not(.wd-border-off) {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-wishlist-product-actions {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
	height: 14px;
}

.wd-wishlist-product-remove {
	font-size: .9em;
}

.wd-wishlist-product-checkbox {
	flex: 1 1 auto;
	text-align: end;
	font-size: 0;
}

.wd-wishlist-product-checkbox input {
	margin-inline-end: 0;
}

.wd-wishlist-content:not(.wd-wishlist-preview) .wd-wishlist-btn {
	opacity: .3 !important;
	pointer-events: none;
}

.wd-wishlist-content:not(.wd-wishlist-preview) .wd-loop-builder-off .wd-product {
	display: flex;
	flex-direction: column;
}

.wd-wishlist-content:not(.wd-wishlist-preview) .wd-loop-builder-off .wd-product:not(.wd-hover-base) .wd-wishlist-btn {
	display: none;
}

.wd-product:hover .wd-wishlist-product-actions {
	z-index: 30;
}

.wd-wishlist-content .wd-loop-builder-off .wd-product-card-bg {
	top: -35px;
}

.wd-wishlist-content .wd-loop-builder-off.products-bordered-grid .wd-product-card-bg {
	top: calc(( var(--wd-gap) / 2 ) * -1 - 30px);
}

.wd-wishlist-content .wd-loop-builder-off:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product-card-bg {
	top: -1px;
}

.wd-loop-builder-on .wd-wishlist-product-actions {
	margin-top: 8px;
	margin-bottom: 8px !important;
	margin-inline: 8px;
}

.wd-wishlist-product-actions+.wp-block-wd-li-product-card {
	margin-top: 5px;
}

.wd-wishlist-product-actions+.wp-block-wd-li-product-card .wd-product-card-bg {
	top: calc(var(--wd-prod-card-pt-cl) * -1 - .9em - 5px);
}