.produkt {
	background-color: rgba(0,0,0,.02);
}
.p-image-container {
	position: relative;
	background-color: rgba(0,0,0,0.05);
}
.p-image-container .lg_trigger {
	cursor: zoom-in;
}
.p-badges {
	position: absolute;
	pointer-events: none;	
	top: var(--gap-half);
	left: var(--gap-half);
	z-index: 2;
}
.badge {
	display: inline-flex;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	border-radius: var(--border-radius);
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, var(--c-primary), var(--c-secondary));
	box-shadow:0 4px 20px -5px rgba(0,0,0,0.5);
	text-transform: uppercase;
	line-height: var(--lh-s);
	font-size: var(--fs-xs);
	color: var(--c-white);
	font-weight: var(--fw-700);
}
.sold-badge {
	background: linear-gradient(45deg, #953120, #f93c1b);
}
.ptg-swiper .ptg-button-prev,
.ptg-swiper .ptg-button-next {
	width: 40px;
	height: 40px;
}
.ptg-swiper .ptg-button-prev::after,
.ptg-swiper .ptg-button-next::after {
	font-size: 22px;
}
.ptg-swiper .swiper-pagination.ptg-pagination {
	bottom: 0 !important;
	height: 30px;
	display: flex;
	align-items: center;
	left: auto;
	width: 50px;
	justify-content: center;
	font-size: 1.4rem;
	background: rgba(255, 255, 255, .6);
	right: 0;
}
.new-price {
	font-size: var(--fs-l);
	font-weight: bold;
	line-height: var(--lh-s);
	color: var(--c-success);
}
.old-price {
	font-size: var(--fs-s);
	line-height: var(--lh-s);
	color: var(--c-light-gray);
	text-decoration: line-through;
}
.p-content-bottom .button {
	transform: translateY(0) !important;
	opacity: 1 !important;
	margin-bottom: 0;
}
.single-nts_produkte .rd-slide img {
	object-position: center;
	height: 100% !important;
}
.ptg-item.contain img {
	height: 100% !important;
}