/* Madlac product badges: Nowość (left) + Bestseller (right), can show together */

.madlac-badge-bestseller {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0.12rem 0.55rem;
	border-radius: 999px;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
	background: rgba(255, 215, 128, 0.12);
	border: 1px solid #f2b75e;
	color: #f2b75e;
}

.madlac-badge-new {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.12rem 0.8rem;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
	background: rgba(126, 230, 193, 0.12);
	border: 1px solid #5ac9a0;
	color: #5ac9a0;
}

.product-small .box-image,
.wpcu-product__img {
	position: relative;
	overflow: visible;
}

.product-small .col-inner,
.product-small.box {
	overflow: visible;
}

.product-small .box-image .madlac-badge-new-wrapper,
.wpcu-product__img .madlac-badge-new-wrapper {
	position: absolute;
	top: 0.7em;
	left: 0.7em;
	right: auto;
	z-index: 6;
}

.wpcu-product__img .madlac-badge-new-wrapper {
	top: 8px;
	left: 8px;
}

.product-small .box-image .madlac-badge-bestseller-wrapper {
	position: absolute;
	top: 0.7em;
	right: 0.5em;
	left: auto;
	z-index: 6;
	max-width: calc(100% - 1em);
}

.wpcu-product__img .madlac-badge-bestseller-wrapper {
	position: absolute;
	top: 8px;
	right: 8px;
	left: auto;
	z-index: 6;
	max-width: calc(100% - 16px);
}

/* Both badges at once: keep Bestseller in the right half */
.product-small .box-image:has(.madlac-badge-new-wrapper) .madlac-badge-bestseller-wrapper,
.wpcu-product__img:has(.madlac-badge-new-wrapper) .madlac-badge-bestseller-wrapper {
	max-width: calc(50% - 0.4em);
}

.product-small .box-image:has(.madlac-badge-new-wrapper) .madlac-badge-bestseller,
.wpcu-product__img:has(.madlac-badge-new-wrapper) .madlac-badge-bestseller {
	font-size: 0.6rem;
	padding: 0.1rem 0.45rem;
	letter-spacing: 0.02em;
}

.single-product .product-summary .madlac-badge-bestseller--single,
.single-product .product-summary .madlac-badge-new--single {
	margin-left: 0.75rem;
	vertical-align: middle;
}
