.punkycat-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.9);
	color: #111;
}

.punkycat-badge.is-discount {
	background: #111;
	color: #fff;
	border-color: #111;
}

.punkycat-badge.is-cart {
	background: #fff7ed;
	border-color: #fed7aa;
	color: #7c2d12;
}

.punkycat-badge.is-coupon {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1e3a8a;
}

.punkycat-loop-badge-wrap {
	margin: 8px 0 6px;
}

.punkycat-discount-chip {
	display: inline-block;
	padding: 3px 8px;
	margin: 0 8px 6px 0;
	border-radius: 8px;
	border: 1px solid #fca5a5;
	background: #fff1f2;
	color: #b91c1c;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
}

.punkycat-campaign-box {
	margin: 10px 0 12px;
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
}

.punkycat-cart-note {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #7c2d12;
}

/* Premium retail sale price look (old/new) + top price box (reference screenshot). */
.single-product .summary .price del,
.single-product .summary .woocommerce-variation-price del,
.woocommerce-variation-price .price del,
.woocommerce ul.products li.product .price del {
	opacity: 0.7;
	font-size: 0.92em;
	margin-right: 10px;
	color: #6b7280;
}

.single-product .summary .price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
}

.single-product .summary .price ins,
.single-product .summary .woocommerce-variation-price ins,
.woocommerce-variation-price .price ins,
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-weight: 800;
	font-size: 1.2em;
	color: #b91c1c; /* kırmızı */
}

/*
 * İndirim rozeti (PDP görsel oranı ~en:boy 3.5–4:1, içerik kadar geniş — tam sütun değil).
 * padding: üst-alt | sağ-sol.
 */
.punkycat-price-box {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 12px;
	border: 1px solid #ef4444;
	border-radius: 6px;
	padding: 20px 20px;
	background: #fef2f2;
	box-sizing: border-box;
	max-width: 100%;
	width: auto;
}

.punkycat-price-box del,
.punkycat-price-box del .woocommerce-Price-amount {
	color: #6b7280 !important;
	opacity: 1 !important;
	font-size: 1.125rem !important;
	font-weight: 500 !important;
	margin: 0 !important;
	text-decoration: line-through !important;
}

.punkycat-price-box ins,
.punkycat-price-box ins .woocommerce-Price-amount {
	color: #dc2626 !important;
	font-weight: 800 !important;
	font-size: 1.35rem !important;
	margin: 0 !important;
	text-decoration: none !important;
}

.single-product .summary .price .punkycat-price-box,
.single-product .woocommerce div.product div.summary .price .punkycat-price-box,
.single-product .summary p.price .punkycat-price-box,
.single-product .summary span.price .punkycat-price-box {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 12px;
	border: 1px solid #ef4444;
	border-radius: 6px;
	padding: 20px 20px;
	background: #fef2f2;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
}

body.single-product .price .punkycat-price-box del,
body.single-product .price .punkycat-price-box del .woocommerce-Price-amount,
body.single-product .price .punkycat-price-box del bdi {
	color: #6b7280 !important;
	opacity: 1 !important;
	font-size: 1.125rem !important;
	font-weight: 500 !important;
	margin: 0 !important;
	text-decoration: line-through !important;
}

body.single-product .price .punkycat-price-box ins,
body.single-product .price .punkycat-price-box ins .woocommerce-Price-amount,
body.single-product .price .punkycat-price-box ins bdi {
	color: #dc2626 !important;
	font-weight: 800 !important;
	font-size: 1.35rem !important;
	margin: 0 !important;
	text-decoration: none !important;
}

/* ── Ürün sayfası fiyat rengi: Trendyol turuncusu ──────────────────────────────
   TwentyTwentyFive block theme ile WooCommerce, fiyatı WP Interactivity API
   bloğu ile render eder. Fiyat metni "wc-block-formatted-money-amount" sınıfında
   gösterilir (klasik "woocommerce-Price-amount" değil). Her ikisi de hedeflenir. */

/* ── Normal fiyat (turuncu) ─────────────────────────────────────────────────────
   Klasik WooCommerce (p.price wrapper) VE WooCommerce block template
   (wc-block-components-product-price, wp-block-woocommerce-product-price).
   Block template'de ".price" sınıfı wrapper'da YOK; doğrudan block sınıfı
   hedeflenmesi gerekiyor.                                                       */
body.single-product .price .woocommerce-Price-amount,
body.single-product .price bdi,
body.woocommerce-page.single-product .price .woocommerce-Price-amount,
body.single-product .wc-block-components-product-price .woocommerce-Price-amount,
body.single-product .wc-block-components-product-price bdi,
body.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount,
body.single-product .wp-block-woocommerce-product-price bdi {
	color: #f27a1a !important;
	font-weight: 700 !important;
	font-size: 1.5rem !important;
	line-height: 1.3 !important;
}

/* Üstü çizili eski fiyat: gri, küçük */
body.single-product .price del .woocommerce-Price-amount,
body.single-product .price del bdi,
body.single-product .wc-block-components-product-price del .woocommerce-Price-amount,
body.single-product .wc-block-components-product-price del bdi,
body.single-product .price .wc-block-components-product-price__regular,
body.single-product .wc-block-components-product-price .wc-block-components-product-price__regular {
	color: #9e9e9e !important;
	font-weight: 400 !important;
	font-size: 1rem !important;
	opacity: 1 !important;
	text-decoration: line-through !important;
}

/* ins (geçerli indirimli fiyat) turuncu */
body.single-product .price ins .woocommerce-Price-amount,
body.single-product .price ins bdi,
body.single-product .wc-block-components-product-price ins .woocommerce-Price-amount,
body.single-product .wc-block-components-product-price ins bdi,
body.single-product .price .wc-block-components-product-price__value.is-discounted,
body.single-product .wc-block-components-product-price .wc-block-components-product-price__value.is-discounted {
	color: #f27a1a !important;
	font-weight: 700 !important;
	font-size: 1.5rem !important;
}

/* punkycat-price-plain sarmalayıcısı (PHP render + JS wrapper) */
body.single-product .price .punkycat-price-plain,
body.single-product .price .punkycat-price-plain *,
body.single-product .wc-block-components-product-price .punkycat-price-plain,
body.single-product .wc-block-components-product-price .punkycat-price-plain * {
	color: #f27a1a !important;
	font-weight: 700 !important;
	font-size: 1.5rem !important;
	line-height: 1.3 !important;
}

.single-product .summary .price ins .woocommerce-Price-amount,
.woocommerce-variation-price .price ins .woocommerce-Price-amount,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
	color: inherit;
}

.woocommerce ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 8px;
}

@media (max-width: 767px) {
	.single-product .summary .price ins,
	.woocommerce-variation-price .price ins,
	.woocommerce ul.products li.product .price ins {
		font-size: 1.1em;
	}
}

