/**
 * Ürün detay — Porto referans düzeni (eticaret-v1)
 */

body.eticaret-v1.trail-theme.single-product {
	background: #fff;
	font-family: var(--tr-font-sans, 'Lexend', system-ui, sans-serif);
	color: var(--tr-body, #6b7280);
}

body.eticaret-v1.trail-theme.single-product .site-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
}

body.eticaret-v1.trail-theme.single-product .av-shop-page {
	width: 100% !important;
	max-width: none !important;
}

/* Header ile aynı çizgi: 1480px + yatay padding */
body.eticaret-v1.trail-theme.single-product .av-shop-page__main {
	width: 100% !important;
	max-width: 1480px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 24px 16px 64px !important;
	box-sizing: border-box !important;
}

@media (min-width: 640px) {
	body.eticaret-v1.trail-theme.single-product .av-shop-page__main {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

@media (min-width: 1024px) {
	body.eticaret-v1.trail-theme.single-product .av-shop-page__main {
		padding: 32px 32px 72px !important;
	}
}

body.eticaret-v1.trail-theme.single-product .av-single-product {
	width: 100% !important;
	max-width: none !important;
	text-align: left !important;
}

/* Breadcrumb */
body.eticaret-v1.trail-theme.single-product .av-pdp-breadcrumb {
	margin: 0 0 24px;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-breadcrumb__link {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.2s;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-breadcrumb__link:hover {
	color: var(--av-primary, #222);
}

body.eticaret-v1.trail-theme.single-product .av-pdp-breadcrumb__current {
	color: var(--av-primary, #222);
}

body.eticaret-v1.trail-theme.single-product .av-pdp-breadcrumb__sep {
	color: #d1d5db;
	font-size: 10px;
}

/* Grid — tam satır genişliği, sol hiza header ile aynı */
body.eticaret-v1.trail-theme.single-product .av-single-product__layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 32px;
	align-items: start;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

@media (min-width: 992px) {
	body.eticaret-v1.trail-theme.single-product .av-single-product__layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 40px;
		align-items: start;
	}
}

/* WooCommerce float kalıntılarını kaldır */
body.eticaret-v1.trail-theme.single-product div.product::before,
body.eticaret-v1.trail-theme.single-product div.product::after {
	display: none !important;
	content: none !important;
}

body.eticaret-v1.trail-theme.single-product .av-single-product__media,
body.eticaret-v1.trail-theme.single-product .av-single-product__media .images,
body.eticaret-v1.trail-theme.single-product .av-single-product__media .woocommerce-product-gallery,
body.eticaret-v1.trail-theme.single-product .av-single-product__summary {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ── Galeri: thumb solda, ana görsel sağda ── */
body.eticaret-v1.trail-theme.single-product .av-single-product__media {
	width: 100%;
}

body.eticaret-v1.trail-theme.single-product .av-single-product__media .woocommerce-product-gallery {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-viewport {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	background: #f6f7f8;
	overflow: hidden;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	margin: 0 !important;
	line-height: 0;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
	display: block;
	line-height: 0;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img,
body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-viewport img {
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	max-width: 100% !important;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0;
	padding: 0 !important;
	box-sizing: border-box;
	background: transparent !important;
	image-rendering: auto;
}

/* Viewport yüksekliği JS ile görsele eşitlenir */
body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery.av-pdp-gallery--fit .flex-viewport {
	height: auto !important;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery span.onsale {
	position: absolute;
	top: 16px;
	left: 88px;
	z-index: 5;
	min-width: auto;
	min-height: auto;
	padding: 6px 10px;
	border-radius: 4px;
	background: var(--av-accent, #ef4444) !important;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
}

@media (max-width: 991px) {
	body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery span.onsale {
		left: 16px;
	}
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff !important;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger span[aria-hidden='true'] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23222222' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath stroke-linecap='round' d='m21 21-4.35-4.35'/%3E%3C/svg%3E") !important;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-direction: column;
	flex: 0 0 72px;
	gap: 10px;
	width: 72px !important;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

@media (max-width: 991px) {
	body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery {
		flex-direction: column;
	}

	body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100% !important;
		order: 2;
	}

	body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-viewport {
		order: 1;
		width: 100%;
	}
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	flex: 0 0 auto;
	width: 72px !important;
	max-width: 72px;
	margin: 0 !important;
}

@media (max-width: 991px) {
	body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li {
		width: calc(20% - 8px) !important;
		max-width: none;
		flex: 1 1 calc(20% - 8px);
	}
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 6px;
	border: 2px solid #e5e7eb;
	opacity: 1;
	background: #fff;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.eticaret-v1.trail-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	border-color: var(--av-primary, #222);
}

/* ── Sağ kolon ── */
body.eticaret-v1.trail-theme.single-product .av-single-product__summary {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-title {
	margin: 0 !important;
	padding: 0;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	color: var(--av-primary, #222) !important;
	letter-spacing: -0.02em;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-nav {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
	padding-top: 4px;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-nav__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	background: #fff;
	color: #6b7280;
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-nav__btn:hover {
	border-color: var(--av-primary, #222);
	color: var(--av-primary, #222);
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-rating {
	margin-bottom: 14px !important;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-rating .star-rating {
	color: var(--av-accent, #ef4444);
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-details__short-description {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 2.05;
	letter-spacing: 0.035em;
	color: #4b5563;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-details__short-description p {
	margin: 0 0 1.35em;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

body.eticaret-v1.trail-theme.single-product .product_meta {
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9ca3af;
}

body.eticaret-v1.trail-theme.single-product .product_meta > span {
	display: block;
	margin-bottom: 6px;
}

body.eticaret-v1.trail-theme.single-product .product_meta a {
	color: var(--av-primary, #222);
	font-weight: 700;
	text-decoration: none;
}

body.eticaret-v1.trail-theme.single-product .summary > .price,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price {
	margin: 0 0 18px !important;
}

body.eticaret-v1.trail-theme.single-product .summary > .price .price,
body.eticaret-v1.trail-theme.single-product .summary > .price,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	line-height: 1.3;
}

body.eticaret-v1.trail-theme.single-product .summary > .price del,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price del {
	display: inline-block;
	order: 1;
	font-size: 0.82em;
	font-weight: 500 !important;
	color: #9ca3af !important;
	text-decoration: line-through !important;
	text-decoration-thickness: 1px;
	opacity: 1;
}

body.eticaret-v1.trail-theme.single-product .summary > .price del .amount,
body.eticaret-v1.trail-theme.single-product .summary > .price del bdi,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price del .amount,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price del bdi {
	color: #9ca3af !important;
	font-weight: 500 !important;
	text-decoration: line-through !important;
}

body.eticaret-v1.trail-theme.single-product .summary > .price ins,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price ins {
	display: inline-block;
	order: 2;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 1em;
	font-weight: 700 !important;
	color: var(--av-accent, #ef4444) !important;
	text-decoration: none !important;
}

body.eticaret-v1.trail-theme.single-product .summary > .price ins .amount,
body.eticaret-v1.trail-theme.single-product .summary > .price ins bdi,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price ins .amount,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price ins bdi {
	color: var(--av-accent, #ef4444) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

/* İndirimsiz tek fiyat */
body.eticaret-v1.trail-theme.single-product .summary > .price > .amount,
body.eticaret-v1.trail-theme.single-product .summary > .price > .woocommerce-Price-amount,
body.eticaret-v1.trail-theme.single-product .woocommerce-variation-price > .price > .amount {
	font-weight: 700 !important;
	color: var(--av-primary, #222) !important;
}

/* Seçili varyasyon fiyatı üstte gösterildiği için alttaki tekrar gizli */
body.eticaret-v1.trail-theme.single-product .single_variation_wrap .woocommerce-variation-price {
	display: none !important;
}

/* Varyasyonlar — woocommerce.css grid/contents override */
body.eticaret-v1.trail-theme.single-product .summary .variations,
body.eticaret-v1.trail-theme.single-product table.variations {
	display: block !important;
	width: 100% !important;
	margin: 0 0 8px !important;
	border: 0 !important;
	grid-template-columns: none !important;
}

body.eticaret-v1.trail-theme.single-product .summary .variations tbody,
body.eticaret-v1.trail-theme.single-product .summary .variations tr,
body.eticaret-v1.trail-theme.single-product table.variations tbody,
body.eticaret-v1.trail-theme.single-product table.variations tr {
	display: block !important;
}

body.eticaret-v1.trail-theme.single-product .summary .variations .label,
body.eticaret-v1.trail-theme.single-product .summary .variations .value,
body.eticaret-v1.trail-theme.single-product table.variations .label,
body.eticaret-v1.trail-theme.single-product table.variations .value {
	display: block !important;
	width: 100% !important;
	min-height: 0 !important;
}

/* Varyasyonlar */
body.eticaret-v1.trail-theme.single-product table.variations {
	width: 100%;
	margin: 0 0 8px;
	border: 0;
}

body.eticaret-v1.trail-theme.single-product table.variations tbody {
	display: block;
}

body.eticaret-v1.trail-theme.single-product table.variations tr {
	display: block;
	margin-bottom: 16px;
}

body.eticaret-v1.trail-theme.single-product table.variations .label,
body.eticaret-v1.trail-theme.single-product table.variations .value {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
}

body.eticaret-v1.trail-theme.single-product table.variations .label label {
	display: block;
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--av-primary, #222);
}

body.eticaret-v1.trail-theme.single-product .av-pdp-variation-select--hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-variation-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 8px 14px;
	border: 2px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: var(--av-primary, #222);
	font-size: 13px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: border-color 0.2s, box-shadow 0.2s;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-variation-option:hover {
	border-color: #cbd5e1;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-variation-option.is-active {
	border-color: var(--av-primary, #222);
	box-shadow: 0 0 0 1px var(--av-primary, #222);
}

body.eticaret-v1.trail-theme.single-product .av-pdp-variation-option--color {
	width: 36px;
	height: 36px;
	min-width: 36px;
	min-height: 36px;
	padding: 3px;
	border-radius: 50%;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-variation-option__dot {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--av-swatch, #e5e7eb);
	border: 1px solid rgba(0, 0, 0, 0.08);
}

body.eticaret-v1.trail-theme.single-product a.reset_variations {
	display: inline-block !important;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #9ca3af !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.eticaret-v1.trail-theme.single-product a.reset_variations:hover {
	color: var(--av-accent, #ef4444) !important;
}

body.eticaret-v1.trail-theme.single-product .single_variation_wrap .woocommerce-variation-price {
	display: none !important;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-variation-availability,
body.eticaret-v1.trail-theme.single-product .single_variation_wrap .woocommerce-variation-availability {
	margin-bottom: 22px !important;
	padding-bottom: 2px;
	font-size: 13px;
	display: block;
}

body.eticaret-v1.trail-theme.single-product .summary .stock {
	display: block;
	margin-bottom: 22px !important;
	font-size: 13px;
}

body.eticaret-v1.trail-theme.single-product .single_variation_wrap .woocommerce-variation-add-to-cart,
body.eticaret-v1.trail-theme.single-product form.cart:not(.variations_form) {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin-top: 4px !important;
}

/* Sepet satırı: [ − 1 + ]  [ Sepete ekle ] */
body.eticaret-v1.trail-theme.single-product form.variations_form.cart {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 18px 0 20px !important;
	padding: 0;
}

body.eticaret-v1.trail-theme.single-product form.cart:not(.variations_form) {
	margin: 18px 0 20px !important;
	padding: 0;
}

body.eticaret-v1.trail-theme.single-product form.cart .quantity,
body.eticaret-v1.trail-theme.single-product .single_variation_wrap .quantity {
	display: inline-flex !important;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 0;
	height: 48px;
	margin: 0 !important;
	padding: 0 6px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	box-sizing: border-box;
}

body.eticaret-v1.trail-theme.single-product form.cart .quantity .qty-minus,
body.eticaret-v1.trail-theme.single-product form.cart .quantity .qty-plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: var(--av-primary, #222);
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

body.eticaret-v1.trail-theme.single-product form.cart .quantity .qty-minus:hover,
body.eticaret-v1.trail-theme.single-product form.cart .quantity .qty-plus:hover {
	background: #f3f4f6;
	color: var(--av-primary, #222);
}

body.eticaret-v1.trail-theme.single-product form.cart .quantity .qty-minus:disabled,
body.eticaret-v1.trail-theme.single-product form.cart .quantity .qty-plus:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

body.eticaret-v1.trail-theme.single-product form.cart .quantity input.qty {
	width: 36px;
	min-width: 36px;
	min-height: 0;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: var(--av-primary, #222);
	-moz-appearance: textfield;
	appearance: textfield;
}

body.eticaret-v1.trail-theme.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
body.eticaret-v1.trail-theme.single-product form.cart .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.eticaret-v1.trail-theme.single-product .single_add_to_cart_button {
	display: inline-flex !important;
	flex: 1 1 0;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	min-height: 48px !important;
	padding: 12px 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #9ca3af !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.2;
	transition: background 0.2s ease !important;
}

body.eticaret-v1.trail-theme.single-product .single_add_to_cart_button::before {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 6h15l-1.5 9h-12L6 6Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 6 5 3H2'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 6h15l-1.5 9h-12L6 6Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 6 5 3H2'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

body.eticaret-v1.trail-theme.single-product .single_add_to_cart_button:hover {
	background: var(--av-primary, #222) !important;
}

body.eticaret-v1.trail-theme.single-product .single_add_to_cart_button:not(.disabled):not(:disabled) {
	background: #4b5563 !important;
}

body.eticaret-v1.trail-theme.single-product .single_add_to_cart_button:not(.disabled):not(:disabled):hover {
	background: var(--av-primary, #222) !important;
}

/* Favori — sepet satırında, yuvarlak ikon butonu */
body.eticaret-v1.trail-theme.single-product .av-pdp-inline-favorite {
	display: inline-flex !important;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-inline-favorite .kd-favorite-single-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-inline-favorite .kd-favorite-btn {
	position: static;
	flex-shrink: 0;
	width: 48px !important;
	height: 48px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--av-primary, #222) !important;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.12) !important;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-inline-favorite .kd-favorite-btn:hover {
	color: var(--av-accent, #ef4444) !important;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.16) !important;
	transform: none;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-inline-favorite .kd-favorite-btn.is-active {
	color: var(--av-accent, #ef4444) !important;
}

body.eticaret-v1.trail-theme.single-product .av-pdp-inline-favorite .kd-favorite-btn__icon {
	font-size: 18px;
}

@media (max-width: 420px) {
	body.eticaret-v1.trail-theme.single-product .single_variation_wrap .woocommerce-variation-add-to-cart,
	body.eticaret-v1.trail-theme.single-product form.cart:not(.variations_form) {
		flex-wrap: wrap;
	}

	body.eticaret-v1.trail-theme.single-product .single_add_to_cart_button {
		flex: 1 1 calc(100% - 60px - 48px - 24px);
	}

	body.eticaret-v1.trail-theme.single-product .av-pdp-inline-favorite {
		margin-left: auto;
	}
}

/* Paylaşım */
body.eticaret-v1.trail-theme.single-product .woocommerce-product-details__short-description + .product_meta ~ .sharedaddy,
body.eticaret-v1.trail-theme.single-product .summary .woocommerce-product-share,
body.eticaret-v1.trail-theme.single-product .summary > .social {
	margin-top: 8px;
}

/* Sekmeler */
body.eticaret-v1.trail-theme.single-product .av-single-product__details {
	width: 100% !important;
	max-width: none !important;
	margin-top: 16px;
	text-align: left;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-tabs {
	margin-top: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-tabs ul.tabs {
	gap: 0;
	margin: 0 0 24px;
	padding: 0;
	border-bottom: 1px solid #ebebeb;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-tabs ul.tabs::before,
body.eticaret-v1.trail-theme.single-product .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-tabs ul.tabs li {
	margin: 0 24px 0 0;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-tabs ul.tabs li a {
	padding: 12px 0;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	margin: 0 0 -1px;
	background: transparent !important;
	font-size: 14px;
	font-weight: 600;
	color: #9ca3af !important;
	text-decoration: none !important;
}

body.eticaret-v1.trail-theme.single-product .woocommerce-tabs ul.tabs li.active a,
body.eticaret-v1.trail-theme.single-product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--av-primary, #222) !important;
	border-bottom-color: var(--av-primary, #222);
}

body.eticaret-v1.trail-theme.single-product .woocommerce-tabs .panel {
	padding: 0;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.7;
}

/* İlgili ürünler */
body.eticaret-v1.trail-theme.single-product .related.products {
	margin-top: 48px;
}

body.eticaret-v1.trail-theme.single-product .related.products > h2 {
	margin-bottom: 24px;
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--av-primary, #222);
}

/* Related products use the same card component as the homepage. */
body.eticaret-v1.trail-theme.single-product .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	gap: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.eticaret-v1.trail-theme.single-product .related.products ul.products li.av-shop-grid__item {
	position: relative !important;
	display: flex !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	list-style: none !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card--recommended {
	position: relative !important;
	display: flex !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card__inner {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	height: 100% !important;
	padding: 12px !important;
	border: 1px solid #ebebeb !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-sizing: border-box !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card__link--full {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	width: 100% !important;
	min-height: 0 !important;
	color: inherit !important;
	text-decoration: none !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card__link--full:focus-visible {
	outline: 2px solid var(--av-accent, #ef4444) !important;
	outline-offset: 3px !important;
	border-radius: 10px !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card__inner > .kd-favorite-btn {
	position: absolute !important;
	top: 20px !important;
	right: 20px !important;
	left: auto !important;
	z-index: 5 !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card__visual {
	position: relative !important;
	width: 100% !important;
	flex: 0 0 auto !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card__media {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #f2f2f2 !important;
	line-height: 0 !important;
	box-sizing: border-box !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-placeholder {
	position: absolute !important;
	inset: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	color: #cbd5e1 !important;
	font-size: 36px !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-badge {
	position: absolute !important;
	top: 8px !important;
	left: 8px !important;
	z-index: 2 !important;
	padding: 4px 7px !important;
	border-radius: 4px !important;
	background: var(--av-accent, #ef4444) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card__img {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	transition: transform 0.35s ease !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card__info {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	padding: 12px 4px 4px !important;
	text-align: center !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-swatches {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	gap: 7px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 10px !important;
	border: 0 !important;
	background: transparent !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-swatch {
	width: 11px !important;
	height: 11px !important;
	flex-shrink: 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 50% !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-cat {
	display: block !important;
	width: 100% !important;
	margin: 0 0 6px !important;
	overflow: hidden !important;
	color: #9ca3af !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.08em !important;
	text-overflow: ellipsis !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

body.eticaret-v1.trail-theme.single-product .related.products h3.av-product-name {
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	overflow: hidden !important;
	color: var(--av-primary, #222) !important;
	font-family: var(--tr-font-sans), system-ui, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-price,
body.eticaret-v1.trail-theme.single-product .related.products .av-product-price .amount,
body.eticaret-v1.trail-theme.single-product .related.products .av-product-price bdi {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--av-accent, #ef4444) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-price ins {
	color: var(--av-accent, #ef4444) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-price del {
	display: block !important;
	margin-bottom: 3px !important;
	color: #9ca3af !important;
	font-size: 12px !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card--recommended:hover .av-product-card__inner {
	transform: translateY(-3px) !important;
	border-color: #e0e0e0 !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

body.eticaret-v1.trail-theme.single-product .related.products .av-product-card--recommended:hover .av-product-card__img {
	transform: scale(1.03) !important;
}

@media (min-width: 640px) {
	body.eticaret-v1.trail-theme.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 992px) {
	body.eticaret-v1.trail-theme.single-product .related.products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
