/* ==========================================================================
   Simple WC Coming Soon — Public Styles
   ========================================================================== */

/* -----------------------------------------------------------------------
 * Badge
 * -------------------------------------------------------------------- */

.wpcs-badge-wrap {
	position: relative;
	display: inline-block;
	line-height: 0;
}

.wpcs-badge {
	position: absolute;
	z-index: 9;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
}

/* posición y radio gestionados por inline styles desde ajustes */

/* Badge fallback para temas que no usan woocommerce_product_get_image (ej. WoodMart) */
.product.wpcs-coming-soon {
	position: relative;
}

.wpcs-badge--loop {
	position: absolute;
	z-index: 9;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
}

/* -----------------------------------------------------------------------
 * Botón Coming Soon
 * -------------------------------------------------------------------- */

.wpcs-button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: default;
	opacity: .85;
	pointer-events: none;
	transition: none;
}

.wpcs-button--single {
	display: block;
	width: 100%;
	padding: 14px 20px;
	margin-top: 8px;
	text-align: center;
}

/* -----------------------------------------------------------------------
 * Precio tachado
 * -------------------------------------------------------------------- */

.wpcs-price-del {
	text-decoration: line-through;
	opacity: .6;
}
