.wweb-rp-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #dc2626;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 4px;
	z-index: 2;
	line-height: 1.3;
}

 ul.products li.product {
	position: relative;
}

 ul.products li.product:hover .wweb-rp-quick-cart {
	opacity: 1;
	transform: translateY(0);
}

.wweb-rp-quick-cart {
	display: inline-block;
	margin-top: 6px;
	padding: 6px 16px;
	background: #111827;
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.wweb-rp-quick-cart:hover {
	background: #374151;
	color: #fff !important;
}

@media (max-width: 768px) {
	.wweb-rp-quick-cart {
		opacity: 1;
		transform: translateY(0);
	}
}
