.woocommerce .products .thumbnail-wrapper,
.woocommerce div.product .woocommerce-product-gallery {
	position: relative;
}

.t3d-pbadge-host {
	position: absolute;
	top: 0.3125rem;
	left: 0.3125rem;
	z-index: 12;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	pointer-events: none;
}

.single-product-wrapper .woocommerce-product-gallery .t3d-pbadge-host {
	top: 0.75rem;
	left: 0.75rem;
}

.t3d-pbadge-stack {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	width: fit-content;
	max-width: 126px;
}

.t3d-pbadge-stack--pending {
	opacity: 0;
}

.t3d-pbadge-stack--mounted {
	opacity: 1;
}

.t3d-pbadge {
	display: grid;
	align-items: center;
	gap: 8px;
	min-width: 0;
	max-width: 126px;
	padding: 4px 8px 4px 4px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
	color: #ffffff;
	text-align: left;
	line-height: 1;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.t3d-pbadge__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
}

.t3d-pbadge__value--cash {
	display: block;
	min-width: 0;
	height: auto;
	padding: 0;
	background: transparent;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.t3d-pbadge__label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: none;
	letter-spacing: 0.01em;
	text-wrap: balance;
}

.t3d-pbadge--inst {
	grid-template-columns: 24px minmax(0, 1fr);
}

.t3d-pbadge--cash {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
	max-width: 122px;
	padding: 7px 10px;
	border-radius: 16px;
}

.t3d-pbadge--cash .t3d-pbadge__label {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.9;
}

.t3d-pbadge--inst-3 {
	background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
}

.t3d-pbadge--inst-6 {
	background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
}

.t3d-pbadge--inst-9 {
	background: linear-gradient(180deg, #e11d48 0%, #be123c 100%);
}

.t3d-pbadge--cash {
	background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
}

@media (max-width: 782px) {
	.t3d-pbadge-stack {
		max-width: 112px;
		gap: 4px;
	}

	.t3d-pbadge-host {
		top: 0.25rem;
		left: 0.25rem;
		gap: 4px;
	}

	.single-product-wrapper .woocommerce-product-gallery .t3d-pbadge-host {
		top: 0.625rem;
		left: 0.625rem;
	}

	.t3d-pbadge {
		gap: 6px;
		max-width: 112px;
		padding: 5px 8px 5px 5px;
	}

	.t3d-pbadge__value {
		min-width: 22px;
		height: 22px;
		padding: 0 5px;
		font-size: 13px;
	}

	.t3d-pbadge__value--cash {
		font-size: 12px;
	}

	.t3d-pbadge__label {
		font-size: 8px;
	}

	.t3d-pbadge--inst {
		grid-template-columns: 22px minmax(0, 1fr);
	}

	.t3d-pbadge--cash {
		max-width: 110px;
		padding: 6px 8px;
		border-radius: 14px;
	}

	.t3d-pbadge--cash .t3d-pbadge__label {
		font-size: 7px;
	}
}
