/**
 * Tema özelleştirme — Admin > Temalar ekranından düzenlenir.
 */
:root {
	--theme-font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	--theme-container-max: 1320px;
	--theme-container-padding-x: 12px;
	--nova-radius: 12px;
}

html[data-theme-init="light"] { color-scheme: light; }

body, .prime-body {
	font-family: var(--theme-font-family);
}

.custom-container,
.page > .container,
.page .container.custom-container {
	max-width: var(--theme-container-max);
	padding-left: var(--theme-container-padding-x);
	padding-right: var(--theme-container-padding-x);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Product Description & Rich Content Responsiveness */
#description {
	width: 100%;
	line-height: 1.7;
	color: #1e293b;
	overflow-x: auto;
}

#description img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: 8px;
}

#description iframe,
#description video {
	max-width: 100% !important;
}

#description .instagram-reel-wrap {
	max-width: 400px;
	margin: 20px auto;
	text-align: center;
}

#description .instagram-reel-wrap iframe {
	width: 100% !important;
	max-width: 400px !important;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

#description table {
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
}

