/* Statut produktu — style nakładki na zdjęciu */

ul.products li.product,
ul.products li.product a.woocommerce-LoopProduct-link,
ul.products li.product a.woocommerce-loop-product__link,
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image a {
	position: relative;
}

.psb-overlay {
	position: absolute;
	z-index: 5;
	height: auto;
	max-width: 100%;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.psb-pos-top-left {
	top: 8px;
	left: 8px;
}

.psb-pos-top-right {
	top: 8px;
	right: 8px;
}

.psb-pos-bottom-left {
	bottom: 8px;
	left: 8px;
}

.psb-pos-bottom-right {
	bottom: 8px;
	right: 8px;
}

.psb-pos-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.psb-purchase-notice {
	padding: 10px 14px;
	margin: 12px 0;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
}

.psb-purchase-notice.psb-rezerwacja {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
}

.psb-purchase-notice.psb-sprzedane {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.psb-disabled-btn {
	opacity: .75;
	cursor: not-allowed;
	pointer-events: none;
}
