/**
 * Public styles for Kobosil Coming Soon Products
 *
 * @package    Kobosil_Coming_Soon
 * @subpackage Kobosil_Coming_Soon/public/css
 */

/* Coming Soon Price Text */
.kcs-coming-soon-price {
	color: #ff6b35;
	font-weight: 400;
	font-size: 1em;
	display: inline-block;
	background: transparent;
	padding: 4px 8px;
	border-radius: 0;
	border: none;
}

/* Shop loop - dezenterer Style */
.woocommerce ul.products li.product .kcs-coming-soon-price {
	background: transparent;
	border: none;
	padding: 4px 0;
	font-weight: 400;
	font-size: 0.95em;
}

/* Single product - mehr Betonung */
.single-product .kcs-coming-soon-price {
	background: #fff3e0;
	border: 1px solid #ffb84d;
	padding: 6px 12px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 1.05em;
}

/* Coming Soon Button (Disabled) */
.kcs-coming-soon-button.disabled {
	background-color: #e0e0e0 !important;
	color: #757575 !important;
	cursor: not-allowed !important;
	opacity: 0.7;
	pointer-events: none;
	border: 1px solid #bdbdbd !important;
	font-size: 0.85em !important;
	padding: 8px 16px !important;
	height: auto !important;
	line-height: 1.4 !important;
}

.kcs-coming-soon-button.disabled:hover {
	background-color: #e0e0e0 !important;
	color: #757575 !important;
}

/* Product page single button */
.single-product .single_add_to_cart_button.disabled,
.single-product button.single_add_to_cart_button[disabled] {
	background-color: #e0e0e0 !important;
	color: #757575 !important;
	cursor: not-allowed !important;
	opacity: 0.7;
	border: 1px solid #bdbdbd !important;
}

/* Optional: Coming Soon Badge on product images */
.kcs-coming-soon-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
	color: white;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	z-index: 10;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Compatibility with Shoptimizer Theme */
.shoptimizer .kcs-coming-soon-price {
	margin: 10px 0;
}

.shoptimizer .kcs-coming-soon-button.disabled {
	width: 100%;
	text-align: center;
}

/* Shop loop compatibility */
.woocommerce ul.products li.product .kcs-coming-soon-button {
	display: inline-block;
	width: auto !important;
	text-align: center;
	padding: 6px 12px !important;
	margin-top: 6px;
	font-size: 0.75em !important;
	height: auto !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
}
