.woocommerce span.onsale.rp-spm-badge,
.wc-block-grid__product .rp-spm-badge {
	position: absolute;
	top: .45rem;
	left: .45rem;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	min-width: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	box-shadow: none;
	overflow: visible;
}

.rp-spm-image-badge img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,.28));
}

.rp-spm-dynamic-badge {
	clip-path: polygon(50% 0,61% 14%,78% 7%,82% 25%,100% 31%,89% 48%,100% 64%,81% 69%,77% 89%,60% 81%,50% 100%,39% 82%,21% 90%,18% 70%,0 64%,11% 49%,0 32%,18% 26%,22% 7%,39% 15%);
	background: linear-gradient(145deg,#fff2a8 0,#e6a900 42%,#8e5200 100%) !important;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,.3));
}

.rp-spm-dynamic-badge > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 55px;
	border: 2px solid #ffe98a;
	border-radius: 9px;
	background: linear-gradient(180deg,#d71920 0 53%,#073f8c 54% 100%);
	box-shadow: inset 0 0 0 2px #8b5300;
	transform: rotate(-3deg);
}

.rp-spm-dynamic-badge strong,
.rp-spm-dynamic-badge small {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 900;
	text-shadow: 0 2px 0 rgba(0,0,0,.45);
}

.rp-spm-dynamic-badge strong { font-size: 24px; line-height: 25px; }
.rp-spm-dynamic-badge small { font-size: 12px; line-height: 15px; letter-spacing: 1.5px; }

@media (max-width: 600px) {
	.woocommerce span.onsale.rp-spm-badge,
	.wc-block-grid__product .rp-spm-badge { width: 76px; height: 76px; }
	.rp-spm-dynamic-badge > span { width: 58px; height: 44px; }
	.rp-spm-dynamic-badge strong { font-size: 19px; line-height: 20px; }
	.rp-spm-dynamic-badge small { font-size: 10px; line-height: 12px; }
}

