.wd-single-title .product_title {
	margin-bottom: 0;
}

.wd-single-short-desc .woocommerce-product-details__short-description {
	margin-bottom: 0;
}

.wd-single-price .price {
	margin-bottom: 0;
	font-size: 155%;
	line-height: 1.2;
}

.wd-single-price .price:empty {
	display: none;
}

.wd-single-stock-status {
	--wd-tags-mb: 0;
}

.wd-single-stock-status:not(:has(.stock)) {
	display: none;
}

.wd-single-countdown .wd-el-title {
	margin-bottom: 10px;
	font-size: 18px;
	justify-content: var(--text-align);
}

.wd-btn-design-full form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn) {
	flex: 1 1 auto;
}