/* Master of Promotions — frontend */
.mop-badge{
	position:absolute;
	z-index:9;
	top:10px;
	left:10px;
	display:inline-block;
	padding:4px 8px;
	border-radius:4px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	line-height:1;
	letter-spacing:.02em;
}
.woocommerce ul.products li.product,
.single-product div.product{ position:relative; }

.mop-omnibus{
	margin:.35em 0 1em;
	font-size:.85em;
	color:#666;
}
.mop-omnibus strong{ color:#333; }

.mop-tier-table{
	width:100%;
	border-collapse:collapse;
	margin:1em 0 1.5em;
	font-size:.9em;
}
.mop-tier-table th,
.mop-tier-table td{
	border:1px solid #e2e2e2;
	padding:6px 10px;
	text-align:left;
}
.mop-tier-table thead th{
	background:#f7f7f7;
	font-weight:600;
}
.mop-tier-table tbody tr:nth-child(even){ background:#fafafa; }

/* Kupony w koszyku */
.mop-coupon-box{ margin:0 0 1.2em; }
.mop-coupon-form{ display:flex; gap:8px; max-width:420px; }
.mop-coupon-form .input-text{ flex:1; }
.mop-applied-coupons{ list-style:none; margin:.6em 0 0; padding:0; }
.mop-applied-coupons li{ display:inline-block; margin:0 8px 6px 0; padding:3px 10px; background:#eef7ee; border:1px solid #cfe6cf; border-radius:14px; font-size:.85em; }
.mop-remove-coupon{ color:#a12; text-decoration:none; margin-left:4px; }
.mop-gift-tag{ color:#1e7e34; font-weight:600; font-size:.85em; }

/* Kupony w bloku (Store API) */
.mop-block-coupons{ margin:12px 0; }
.mop-block-notice{ background:#eef6ff; border:1px solid #cfe4fb; color:#1c4e80; padding:8px 10px; border-radius:6px; margin-bottom:8px; font-size:.9em; }
.mop-block-coupon-row{ display:flex; gap:8px; }
.mop-block-input{ flex:1; padding:8px 10px; border:1px solid #c3c4c7; border-radius:6px; }
.mop-block-apply{ padding:8px 14px; cursor:pointer; }
.mop-block-applied{ list-style:none; margin:8px 0 0; padding:0; }
.mop-block-applied li{ display:inline-block; margin:0 6px 6px 0; padding:3px 10px; background:#eef7ee; border:1px solid #cfe6cf; border-radius:14px; font-size:.85em; }
.mop-block-remove{ background:none; border:none; color:#a12; cursor:pointer; font-weight:700; }
