.product-details {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

@media (max-width: 575px) {
	.product-details {
		gap: 1rem;
	}
}

.product-details .ratings-area {
	margin-top: 3px;
}

.product-detail-price {
	margin-top: 8px;
}

.product-types {
	gap: 6px;
}

.product-details-label,
.product-share b {
	font-size: 0.875rem;
	font-weight: 600;
}

.product-types span a {
	color: hsl(var(--body-color));
}

.product-types span a:hover {
	color: hsl(var(--base));
}

.product-details .ratings {
	font-size: 1rem;
}

.product-details .product-price {
	line-height: 1;
	font-weight: 600;
	font-size: 1.1rem;
}

.product-details .product-price {
	color: hsl(var(--heading-color));
}

.product-details .product-price del {
	color: hsl(var(--heading-color) / 0.6);
}

.product-add-to-cart {
	display: flex;
	gap: 0.8rem;
}

.product-details .product-share a {
	background: hsl(var(--white));
	padding: 5px 12px;
	color: hsl(var(--white));
	border-radius: 3px;
	margin: 0 2px;
	border: 1px solid #ebebeb;
	color: #424242;
	transition: 0.3s;
}

.product-details .product-share a:hover {
	color: hsl(var(--base));
}

.product-details .add-to-wishlist-btn {
	border: 1px solid hsl(var(--border));
	padding: 8px 14px;
	font-size: 0.875rem;
	border-radius: 3px;
}

.product-details .add-to-wishlist-btn .wish-icon {
	content: "";
	font-family: "Line Awesome Free";
	font-weight: 400;
}

.product-details .add-to-wishlist-btn .wish-icon::after {
	content: "\f004";
}

.product-details .add-to-wishlist-btn.active .wish-icon,
.product-details .add-to-wishlist-btn.active .compare-icon {
	font-weight: 900;
	color: hsl(var(--base));
}

.product-details-video {
	max-width: 600px;
	height: 400px;
	width: 100%;
	border-radius: 8px;
}

@media (max-width: 767px) {
	.product-details-video {
		height: 320px;
	}
}

@media (max-width: 425px) {
	.product-details-video {
		height: 200px;
	}
}
.review--image {
	display: flex;
	gap: 5px;
	margin-top: 5px;
}

.review--image a {
	display: inline-block;
	width: 90px;
	height: 90px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 5px;
}

.review--image img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.review-reply-items .review-item .thumb {
	height: 45px !important;
	width: 45px !important;
	padding: 8px;
}

.review-reply-items .posted-by {
	font-size: 16px;
}

.review-reply-items .posted-by .posted-on {
	font-size: 13px;
}

.review-reply-items .review--image a {
	height: 80px;
	width: 80px;
}

.review-reply-items .review-item__reply-msg {
	font-size: 15px;
}

/* —— Ürün detay (katalog / WhatsApp) hero düzeni —— */
.product-detail-hero-row {
	margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
	.product-detail-hero-row {
		margin-bottom: 1.5rem;
	}
}

.product-detail-page-layout .product-gallery-column--hero .xzoom-container.product-gallery {
	background: #f6f6f6;
	border-radius: 12px;
	padding: 8px;
	overflow: hidden;
}

.product-detail-page-layout .product-gallery-column--hero #xzoom-magnific,
.product-detail-page-layout .product-gallery-column--hero .xzoom5 {
	width: 100% !important;
	max-height: min(88vh, 920px);
	min-height: 320px;
	object-fit: contain;
	border-radius: 8px;
}

.product-gallery-wa-badge {
	position: absolute;
	left: 16px;
	bottom: 24px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 10px;
	background: #25d366;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-gallery-wa-badge:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.product-gallery-wa-badge .lab {
	font-size: 1.75rem;
}

.product-gallery-wa-badge__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: left;
}

.product-gallery-wa-badge__label {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	opacity: 0.95;
}

.product-gallery-wa-badge__phone {
	font-size: 0.88rem;
	font-weight: 600;
}

.product-detail-breadcrumb {
	margin-bottom: 0.75rem;
	line-height: 1.5;
}

.product-detail-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.product-detail-breadcrumb a:hover {
	color: hsl(var(--base));
	text-decoration: underline;
}

.product-detail-breadcrumb__sep {
	margin: 0 0.35rem;
	opacity: 0.55;
}

.product-detail-breadcrumb__current {
	opacity: 0.85;
}

.product-details--catalog-hero .product-detail-title {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	line-height: 1.25;
	color: hsl(var(--heading-color));
}

.product-cta-stack {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
}

.product-cta-btn {
	border: none;
	border-radius: 12px;
	font-weight: 800;
	transition: filter 0.2s ease, transform 0.15s ease;
	line-height: 1.2;
}

.product-cta-btn--whatsapp {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
	color: #fff !important;
	min-height: 64px;
	font-size: 1.05rem;
	padding: 18px 32px !important;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.15), 0 2px 8px rgba(37, 211, 102, 0.1);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.product-cta-btn--whatsapp::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transition: left 0.6s;
}

.product-cta-btn--whatsapp:hover::before {
	left: 100%;
}

.product-cta-btn__icon-wa {
	font-size: 1.8rem;
	line-height: 1;
	color: #fff !important;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
	transition: transform 0.3s ease;
}

.product-cta-btn__label {
	font-size: 1rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	color: #fff !important;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	opacity: 0.95;
}

.product-cta-btn--whatsapp:hover {
	color: #fff !important;
	transform: translateY(-4px);
	box-shadow: 0 12px 35px rgba(37, 211, 102, 0.25), 0 4px 12px rgba(37, 211, 102, 0.15);
	background: linear-gradient(135deg, #128c7e 0%, #25d366 100%) !important;
}

.product-cta-btn--whatsapp:hover .product-cta-btn__icon-wa {
	color: #fff !important;
	transform: scale(1.05);
}

.product-cta-btn--whatsapp:hover .product-cta-btn__label {
	color: #fff !important;
	opacity: 1;
}

.product-cta-btn--call {
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
	color: #fff;
	min-height: 68px;
	font-size: 1.05rem;
	font-weight: 700;
	box-shadow: 0 6px 20px rgba(245, 158, 11, 0.25);
	border: 2px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
}

.product-cta-btn__call-hint {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.92;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.product-cta-btn__icon-phone {
	font-size: 1.35rem;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.product-cta-btn__phone-num {
	font-size: 1.15rem;
	font-weight: 800;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	letter-spacing: 0.02em;
}

.product-cta-btn--call:hover {
	color: #fff;
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 10px 30px rgba(245, 158, 11, 0.35);
	background: linear-gradient(135deg, #f97316 0%, #f59e0b 100%);
}

.product-trust-list {
	color: hsl(var(--body-color));
}

.product-trust-list__item + .product-trust-list__item {
	margin-top: 10px;
}

.product-trust-list__icon {
	color: #128c7e;
	font-size: 1.15rem;
	flex-shrink: 0;
}

@media (min-width: 992px) {
	.product-detail-page-layout .product-gallery-column--hero {
		min-height: 420px;
	}
}

@media (max-width: 991px) {
	.product-detail-page-layout .product-gallery-column--hero #xzoom-magnific,
	.product-detail-page-layout .product-gallery-column--hero .xzoom5 {
		max-height: min(68vh, 560px);
		min-height: 260px;
	}

	.product-cta-btn--whatsapp {
		min-height: 84px;
		font-size: 1.15rem;
		padding-top: 1.15rem !important;
		padding-bottom: 1.15rem !important;
	}

	.product-cta-btn__icon-wa {
		font-size: 2.65rem;
	}

	.product-cta-btn__label {
		font-size: 1.12rem;
	}

	.product-cta-btn--call {
		min-height: 66px;
	}

	.product-gallery-wa-badge {
		left: 10px;
		bottom: 16px;
		padding: 8px 12px;
		font-size: 0.75rem;
	}
}