/* ==========================================================================
   Çeken — Tekil ürün sayfası düzeltmeleri
   ========================================================================== */

/* --- Meta satırındaki "Takım şeklinde satılır" öğesi (tema stiliyle uyumlu) --- */
.qodef-woo-additional-meta-item--set .qodef-e-value {
	white-space: nowrap;
}
.qodef-woo-additional-meta-item--set .woocommerce-Price-amount {
	font-weight: 700;
	color: inherit;
}

/* --- Fiyat: sola hizalı (tema row-reverse veriyor) --- */
.single-product .summary .price,
.single-product .entry-summary .price {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: baseline !important;
	justify-content: flex-start !important;
	gap: 10px;
}
.single-product .summary .price ins,
.single-product .entry-summary .price ins {
	order: 1;
	text-decoration: none;
	font-weight: 800;
}
.single-product .summary .price del,
.single-product .entry-summary .price del {
	order: 2;
	opacity: 1;
	color: #9b9b9b;
	font-size: .62em;
	font-weight: 600;
}

/* --- Adet kutusu: kutu içinde ortada "1 TAKIM", oklar kutunun DIŞINDA sağda --- */
.single-product form.cart .quantity.ceken-qty-box {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;      /* "1 TAKIM" ortada */
	width: 140px !important;
	min-width: 0;
	height: 49px;
	padding: 0 !important;
	margin-right: 56px !important;   /* oklar için kutunun dışında yer aç */
	border: 1px solid #e3e3e3 !important;
	background: #fff;
	position: relative;
	overflow: visible;
	box-sizing: border-box;
}
.single-product form.cart .quantity.ceken-qty-box { gap: 0 !important; }
.single-product form.cart .quantity.ceken-qty-box input.qty {
	width: 18px !important;
	min-width: 0 !important;
	max-width: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: right !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}
.single-product form.cart .quantity.ceken-qty-box .ceken-qty-suffix {
	flex: 0 0 auto;
	margin-left: 6px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	pointer-events: none;
	white-space: nowrap;
}
/* okları kutunun sağ dışına taşı */
.single-product form.cart .quantity.ceken-qty-box .qodef-quantity-button {
	left: calc(100% + 16px) !important;
	right: auto !important;
}

@media (max-width: 480px) {
	.qodef-woo-additional-meta-item--set .qodef-e-value { white-space: normal; }
}
