/**
 * WooCommerce: breadcrumb (tüm mağaza sayfaları) + tek ürün (gri zemin, beyaz kutu).
 * Galeri: ana görsel üstte, küçük resimler altında.
 */

/* ——— Breadcrumb: .banyoma-product-shell ile aynı max-width + aynı yatay padding (20px) ——— */
nav.woocommerce-breadcrumb,
.woocommerce-breadcrumb {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--banyoma-max);
	margin-left: auto;
	margin-right: auto;
	padding: 12px 20px 14px;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	line-height: 15.7143px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #333333;
}

/* Geçiş kategorileri (linkler): biraz daha ince */
.woocommerce-breadcrumb a {
	font-weight: 500;
	color: #8e8e8e;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus {
	color: #6b6b6b;
	text-decoration: underline;
}

/* Son segment (ürün adı vb.) */
.woocommerce-breadcrumb span:last-of-type {
	font-weight: 500;
	color: #333333;
}

@media (max-width: 900px) {
	nav.woocommerce-breadcrumb,
	.woocommerce-breadcrumb {
		padding: 12px 20px 14px;
	}
}

@media (max-width: 520px) {
	nav.woocommerce-breadcrumb,
	.woocommerce-breadcrumb {
		padding: 10px 16px 12px;
	}
}

body.single-product {
	background-color: var(--banyoma-showcase-strip-bg);
	/* WC / galeri / 100vw taşmaları yatay kaydırma ve “sol boşluk” hissi vermesin */
	overflow-x: hidden;
	overflow-x: clip;
}

/* WooCommerce / tema sidebar — bazı kurulumlarda #secondary yok; #primary sonrası aside / .widget-area */
body.single-product #secondary,
body.single-product aside#secondary,
body.single-product .sidebar,
body.single-product .widget-area--sidebar,
body.single-product #primary ~ #secondary,
body.single-product #primary.content-area ~ #secondary,
body.single-product #primary ~ aside.widget-area,
body.single-product .content-area ~ aside {
	display: none !important;
}

body.single-product #primary.content-area {
	width: 100% !important;
	float: none !important;
}

/*
 * WooCommerce “storefront” tarzı: #primary dar % veya float — breadcrumb ile beyaz kutu kayar.
 * Tek üründe tam şerit + .banyoma-container ile uyumlu yan boşluk.
 */
body.single-product #primary.content-area,
body.single-product #primary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
	background-color: transparent;
}

body.single-product .woocommerce #main.site-main,
body.single-product #main.site-main {
	width: 100%;
	max-width: none;
	background-color: transparent;
}

/* WooCommerce ana sarmalayıcı — iç boşluk (klasik WC wrapper) */
body.single-product main.site-main {
	max-width: none;
}

body.single-product #main.banyoma-main,
body.single-product main.site-main,
body.single-product .site-main {
	padding-top: 20px;
	padding-bottom: 40px;
}

/*
 * WooCommerce layout: div.images + div.summary çoğu kurulumda float + ~%48 genişlik.
 * Özgüllük veya sıra yüzünden mobilde taşma / içerik sağa itilmiş görünümü oluşabiliyor.
 */
body.single-product.woocommerce div.product,
body.single-product.woocommerce-page div.product {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-x: clip;
}

body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce-page div.product div.images,
body.single-product.woocommerce div.product div.summary,
body.single-product.woocommerce-page div.product div.summary {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Beyaz kutu */
.banyoma-product-shell {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: var(--banyoma-max);
	min-width: 0;
	padding: 22px 20px 28px;
	border: var(--banyoma-showcase-box-border);
	border-radius: var(--banyoma-showcase-box-radius);
	background: #fff;
	box-shadow: var(--banyoma-showcase-box-shadow);
	box-sizing: border-box;
}

.banyoma-product-shell__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px 32px;
	align-items: start;
	min-width: 0;
}

.banyoma-product-shell__top > * {
	min-width: 0;
}

/* Sol sütun: galeri — sabit oranlı ana alan + küçük resimler altta yatay sıra */
/* WC başlangıçta opacity:0 verir; JS takılırsa kutu boş görünür (.images her temada yok) */
body.single-product .woocommerce-product-gallery.images,
body.single-product .woocommerce-product-gallery {
	opacity: 1 !important;
	transition: none;
	overflow-x: hidden;
	min-width: 0;
}

.banyoma-product-shell__top .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	max-width: 560px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: stretch;
	overflow-x: hidden;
	min-width: 0;
}

/* FlexSlider init sonrası wrapper DOM’dan çıkabilir; flex burada slaytı bozabilir — blok bırak */
.banyoma-product-shell__top .woocommerce-product-gallery__wrapper {
	width: 100%;
	min-width: 0;
}

/*
 * WC $target.flexslider() çoğu kurulumda flexslider sınıfını .woocommerce-product-gallery köküne ekler.
 * .woocommerce-product-gallery .flexslider yalnızca iç içe .flexslider varsa eşleşir — viewport kuralları boşa düşüyordu.
 */
.banyoma-product-shell__top .woocommerce-product-gallery.flexslider,
.banyoma-product-shell__top .woocommerce-product-gallery .flexslider {
	display: block !important;
	width: 100% !important;
	max-width: 100%;
	margin: 0 !important;
	background: transparent;
	border: 0;
	border-radius: 0;
}

/*
 * FlexSlider slaytları float + genişlik ile çalışır; li’de display:flex veya height:100%
 * slayt geçişlerinde görüntüyü boşaltır. smoothHeight için sabit aspect-ratio da sıkıştırır.
 */
.banyoma-product-shell__top .woocommerce-product-gallery .flex-viewport {
	order: 1;
	width: 100% !important;
	max-width: 100%;
	margin: 0 !important;
	border-radius: 10px;
	overflow: hidden;
	background: #f3f4f6;
	min-height: min(92vw, 520px);
}

/*
 * FlexSlider (fade/slide) slayt görünürlüğünü li üzerinde display:none / flex-active-slide ile yönetir.
 * display:block !important veya img opacity !important kullanmayın — 2. slaytta alan beyaz kalır.
 */
.banyoma-product-shell__top .woocommerce-product-gallery .flex-viewport .slides > li {
	height: auto;
	min-height: 0;
}

.banyoma-product-shell__top .woocommerce-product-gallery .flex-viewport .slides img {
	width: 100%;
	height: auto;
	max-height: min(92vw, 520px);
	object-fit: contain;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.banyoma-product-shell__top .woocommerce-product-gallery__image {
	margin: 0 !important;
}

.banyoma-product-shell__top .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 0 !important;
}

/* Tek görsel (Flexslider yok): aynı kutu */
.banyoma-product-shell__top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:only-child {
	border-radius: 10px;
	overflow: hidden;
	background: #f3f4f6;
	aspect-ratio: 1 / 1;
	max-height: min(92vw, 520px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.banyoma-product-shell__top .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

/* Flexslider küçük resimleri ana görselin ALTINDA yatay */
.banyoma-product-shell__top .woocommerce-product-gallery .flex-control-thumbs {
	order: 2;
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100%;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	list-style: none !important;
	overflow: visible !important;
	float: none !important;
	clear: both !important;
}

.banyoma-product-shell__top .woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

.banyoma-product-shell__top .woocommerce-product-gallery .flex-control-thumbs img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid var(--banyoma-border);
	opacity: 0.85;
	display: block;
}

.banyoma-product-shell__top .woocommerce-product-gallery .flex-control-thumbs img:hover,
.banyoma-product-shell__top .woocommerce-product-gallery .flex-control-thumbs .flex-active {
	opacity: 1;
	border-color: #94a3b8;
}

/*
 * Aynı kurallar .banyoma-product-shell dışında da (eklenti sarmalayıcıları için).
 * Inline varyantı inc/woocommerce-single-product-gallery.php içinde de eklenir (öncelik).
 */
body.single-product div.product .woocommerce-product-gallery__wrapper {
	width: 100% !important;
	min-width: 0 !important;
}

body.single-product div.product .woocommerce-product-gallery.flexslider,
body.single-product div.product .woocommerce-product-gallery .flexslider {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.single-product div.product .woocommerce-product-gallery .flex-viewport {
	width: 100% !important;
	max-width: 100% !important;
	min-height: min(92vw, 520px) !important;
}

body.single-product div.product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs,
body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	width: 100% !important;
	max-width: 100% !important;
	position: static !important;
	float: none !important;
	clear: both !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Block teması galeri (WC Blocks / theme) */
.banyoma-product-shell__top .wp-block-woocommerce-product-gallery,
.banyoma-product-shell__top .wc-block-product-gallery {
	width: 100%;
	max-width: 560px;
}

/*
 * PhotoSwipe (ürün büyütme)
 * NOT: .pswp__scroll-wrap / .pswp__img üzerinde max-width vb. KULLANMAYIN — PhotoSwipe merkez ve zoom
 * için transform kullanır; bu kurallar görseli sol üste fırlatır ve arka planı bozar.
 */
.pswp {
	z-index: 1000000 !important;
	/* PhotoSwipe 5: koyu arka plan (değişken desteklenirse) */
	--pswp-root-bg: rgba(15, 23, 42, 0.88);
}

.pswp__bg {
	background: #0f172a !important;
	opacity: 0.82 !important;
}

.pswp__top-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 8px;
	padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 0 max(12px, env(safe-area-inset-left));
	pointer-events: none;
}

.pswp__top-bar .pswp__button {
	pointer-events: auto;
}

/* Konum: PhotoSwipe kendi verir; relative !important kullanma (merkezleme bozulur). */
.pswp .pswp__button--close {
	opacity: 1 !important;
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	margin: 0 !important;
	background: rgba(15, 23, 42, 0.88) !important;
	border-radius: 999px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 50;
}

.pswp .pswp__button--close:hover,
.pswp .pswp__button--close:focus {
	background: rgba(17, 24, 39, 0.98) !important;
}

.pswp .pswp__button--close svg {
	display: block;
	width: 24px;
	height: 24px;
	opacity: 1;
}

/* PhotoSwipe 4 / UI katmanı: kapatma sağ üst */
.pswp__ui .pswp__button--close {
	position: absolute;
	top: max(12px, env(safe-area-inset-top));
	right: max(12px, env(safe-area-inset-right));
}

/* Özet sütunu */
.banyoma-product-shell__top .summary.entry-summary {
	float: none !important;
	width: 100% !important;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* ——— Ürün adı, kod, stok, fiyat, minimum uyarı, adet, sepete ekle ——— */
.banyoma-product-shell .summary .product_title {
	margin: 0 0 10px;
	font-family: "Montserrat", system-ui, sans-serif;
	font-size: clamp(1.05rem, 2.5vw, 1.35rem);
	font-weight: 700;
	line-height: 1.3;
	color: #111827;
	letter-spacing: -0.01em;
}

.banyoma-product-headline-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
	margin: 0 0 14px;
	min-height: 1.5em;
}

.banyoma-product-sku-line {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #6b7280;
}

.banyoma-product-sku-label {
	font-weight: 500;
}

.banyoma-product-sku-value {
	font-weight: 600;
	color: #4b5563;
}

.banyoma-product-stock-badge-wrap {
	flex-shrink: 0;
}

.banyoma-product-stock-badge-wrap .stock {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 6px 12px;
	border-radius: 8px;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.banyoma-product-stock-badge-wrap .stock.in-stock {
	background: #dcfce7;
	color: #166534;
	border: 1px solid #86efac;
}

.banyoma-product-stock-badge-wrap .stock.out-of-stock {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.banyoma-product-stock-badge-wrap .stock.available-on-backorder {
	background: #fef3c7;
	color: #92400e;
	border: 1px solid #fde68a;
}

/* Fiyat + KDV / birim (WooCommerce sonek ayarlarıyla uyumlu) */
.banyoma-product-shell .summary .price {
	margin: 0 0 12px;
	font-family: "Montserrat", system-ui, sans-serif;
	font-weight: 700;
	color: #111827;
	line-height: 1.2;
}

.banyoma-product-shell .summary .price del {
	font-size: 0.75em;
	font-weight: 500;
	color: #9ca3af;
	margin-right: 8px;
}

.banyoma-product-shell .summary .price ins {
	text-decoration: none;
	font-size: 1.15em;
	color: #b45309;
}

.banyoma-product-shell .summary p.price .woocommerce-Price-amount {
	font-size: inherit;
}

.banyoma-product-shell .summary .woocommerce-price-suffix {
	display: inline-block;
	margin-left: 8px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #6b7280;
	vertical-align: middle;
}

/* Minimum sipariş şeridi (Customizer) */
.banyoma-product-min-order {
	margin: 0 0 14px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #fef9c3;
	border: 1px solid #fde047;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #422006;
}

.banyoma-product-min-order strong {
	font-weight: 700;
}

/* Kısa açıklama — fiyat ile sepet arasında sıkışmasın */
.banyoma-product-shell .summary .woocommerce-product-details__short-description {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #4b5563;
}

/* Sepet formu — WC float:left + dar quantity, buton tam genişlik: sol hizayı eşitle */
.banyoma-product-shell form.cart {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
}

.banyoma-product-shell form.cart .quantity {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	width: 100% !important;
	max-width: 100%;
	float: none !important;
	clear: both;
	margin: 0 !important;
	vertical-align: middle;
	box-sizing: border-box;
}

.banyoma-product-shell form.cart .quantity .screen-reader-text,
.banyoma-product-shell form.cart .quantity label.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.banyoma-product-shell .quantity .banyoma-qty-minus,
.banyoma-product-shell .quantity .banyoma-qty-plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	padding: 0;
	font-size: 1.25rem;
	line-height: 1;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #d1d5db;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.banyoma-product-shell .quantity .banyoma-qty-minus {
	border-radius: 8px 0 0 8px;
	border-right: none;
}

.banyoma-product-shell .quantity .banyoma-qty-plus {
	border-radius: 0 8px 8px 0;
	border-left: none;
}

.banyoma-product-shell .quantity .banyoma-qty-minus:hover,
.banyoma-product-shell .quantity .banyoma-qty-plus:hover {
	background: #e5e7eb;
}

.banyoma-product-shell .quantity input.qty {
	width: 72px;
	min-width: 56px;
	height: 44px;
	margin: 0;
	padding: 0 8px;
	border: 1px solid #d1d5db;
	border-radius: 0;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #111827;
	-moz-appearance: textfield;
}

.banyoma-product-shell .quantity input.qty::-webkit-outer-spin-button,
.banyoma-product-shell .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.banyoma-product-shell .quantity .banyoma-qty-unit {
	display: inline-flex;
	align-items: center;
	align-self: center;
	justify-content: center;
	min-height: 44px;
	margin: 0 0 0 10px;
	padding: 0 0 0 4px;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	color: #333333;
}

.banyoma-product-shell form.cart .button.alt,
.banyoma-product-shell form.cart button.single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	float: none !important;
	clear: both;
	margin: 0 !important;
	align-self: stretch;
	padding: 14px 20px;
	border: none;
	border-radius: 8px;
	background: #16a34a;
	color: #fff !important;
	font-family: "Montserrat", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	cursor: pointer;
	transition: background 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 2px 6px rgba(22, 163, 74, 0.35);
}

.banyoma-product-shell form.cart .button.alt:hover,
.banyoma-product-shell form.cart button.single_add_to_cart_button:hover {
	background: #15803d;
	color: #fff !important;
}

.banyoma-product-shell form.cart .button.alt:focus,
.banyoma-product-shell form.cart button.single_add_to_cart_button:focus {
	outline: 2px solid #86efac;
	outline-offset: 2px;
}

/*
 * m² alan hesaplama: beyaz kutu + kırmızı aksiyon (WooCommerce / eklenti buton stillerini ezer).
 */
.banyoma-product-shell #banyoma-box-m2 .banyoma-box-m2__area-panel {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
	box-sizing: border-box;
	padding: 20px 18px;
	width: 100%;
}

.banyoma-product-shell #banyoma-box-m2 #banyoma-m2-area-apply {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 16px;
	border: 0 !important;
	border-radius: 8px;
	background: #dc2626 !important;
	background-color: #dc2626 !important;
	color: #ffffff !important;
	font-family: "Montserrat", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(220, 38, 38, 0.35);
}

.banyoma-product-shell #banyoma-box-m2 #banyoma-m2-area-apply:hover,
.banyoma-product-shell #banyoma-box-m2 #banyoma-m2-area-apply:focus {
	background: #b91c1c !important;
	background-color: #b91c1c !important;
	color: #ffffff !important;
}

.banyoma-product-shell #banyoma-box-m2 #banyoma-m2-area-apply:focus-visible {
	outline: 2px solid #fecaca;
	outline-offset: 2px;
}

/* Meta alanında tekrarlayan SKU gizle (üstte gösteriliyor) */
.banyoma-product-shell .product_meta .sku_wrapper {
	display: none !important;
}

/* Sepete ekle altı: Teknik özellikler + SSS (WooCommerce alt sekmelerine benzer) */
.banyoma-inline-tabs {
	clear: both;
	margin-top: 22px;
}

.banyoma-inline-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #d1d5db;
}

.banyoma-inline-tabs__tab {
	margin: 0 4px -1px 0;
	padding: 10px 18px;
	border: 1px solid #d1d5db;
	border-radius: 4px 4px 0 0;
	background: #ebebeb;
	color: #6b7280;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.banyoma-inline-tabs__tab:hover {
	color: #374151;
	background: #e5e7eb;
}

.banyoma-inline-tabs__tab--active,
.banyoma-inline-tabs__tab.banyoma-inline-tabs__tab--active {
	background: #fff;
	color: #111827;
	border-bottom-color: #fff;
	position: relative;
	z-index: 1;
}

.banyoma-inline-tabs__panel {
	margin: 0;
	padding: 18px 20px 20px;
	border: 1px solid #d1d5db;
	border-radius: 0 4px 4px 4px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

/* Sekme çubuğu yoksa (yalnızca teknik veya yalnızca SSS) tam köşe yuvarlaklığı */
.banyoma-inline-tabs > .banyoma-inline-tabs__panel:first-child {
	border-radius: 4px;
}

.banyoma-inline-tabs__nav + .banyoma-inline-tabs__panel--tech {
	border-top-left-radius: 0;
}

.banyoma-inline-tabs__spec-table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

.banyoma-inline-tabs__spec-table tbody tr {
	border-bottom: 1px solid #e5e7eb;
}

.banyoma-inline-tabs__spec-table tbody tr:last-child {
	border-bottom: none;
}

.banyoma-inline-tabs__spec-table th {
	width: 42%;
	max-width: 240px;
	padding: 10px 16px 10px 0;
	text-align: left;
	font-weight: 600;
	color: #4b5563;
	vertical-align: top;
}

.banyoma-inline-tabs__spec-table td {
	padding: 10px 0;
	color: #6b7280;
	vertical-align: top;
}

.banyoma-inline-tabs__spec-table .banyoma-inline-tabs__spec-full {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4b5563;
}

.banyoma-inline-tabs__panel--faq {
	max-height: none;
}

.banyoma-inline-tabs__faq-inner {
	max-height: 320px;
	overflow-y: auto;
	padding-right: 6px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #333333;
	-webkit-overflow-scrolling: touch;
}

.banyoma-inline-tabs__faq-inner p {
	margin: 0 0 12px;
}

.banyoma-inline-tabs__faq-inner p:last-child {
	margin-bottom: 0;
}

.banyoma-inline-tabs__faq-inner strong {
	font-weight: 700;
	color: #1f2937;
}

.banyoma-inline-tabs__faq-inner a {
	color: #6b21a8;
	text-decoration: underline;
}

.banyoma-inline-tabs__faq-inner a:hover {
	color: #581c87;
}

.banyoma-inline-tabs__faq-inner hr {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 14px 0;
}

.banyoma-faq-item {
	margin: 0 0 16px;
}

.banyoma-faq-item:last-child {
	margin-bottom: 0;
}

.banyoma-faq-item__q {
	margin: 0 0 8px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #1f2937;
}

.banyoma-faq-item__a {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #333333;
}

.banyoma-faq-item__a p {
	margin: 0 0 10px;
}

.banyoma-faq-item__a p:last-child {
	margin-bottom: 0;
}

.banyoma-faq-item__sep {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 16px 0;
}

@media (max-width: 520px) {
	.banyoma-inline-tabs__spec-table th,
	.banyoma-inline-tabs__spec-table td {
		display: block;
		width: 100%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.banyoma-inline-tabs__spec-table th {
		padding-bottom: 2px;
	}

	.banyoma-inline-tabs__spec-table td {
		padding-top: 0;
		padding-bottom: 10px;
	}
}

/* Sekmeler — beyaz kutunun devamı */
.banyoma-product-shell .woocommerce-tabs {
	clear: both;
	margin-top: 8px;
	padding-top: 20px;
	border-top: 1px solid var(--banyoma-border);
}

/*
 * İlgili ürünler / upsell: PLP ile aynı kartlar (woocommerce-archive.css tek üründe enqueue).
 * Gri şerit + kategori sayfasındaki grid; WC float sütunlarını ezmek için !important.
 */
.banyoma-product-shell .related.products,
.banyoma-product-shell .upsells.products {
	clear: both;
	margin-top: 24px;
	padding: 22px 20px 24px;
	background: var(--banyoma-showcase-strip-bg);
	border-radius: var(--banyoma-showcase-box-radius);
	box-sizing: border-box;
}

.banyoma-product-shell .related.products > h2,
.banyoma-product-shell .upsells.products > h2 {
	margin: 0 0 18px;
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
}

.banyoma-product-shell .related.products ul.products,
.banyoma-product-shell .upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 24px;
	column-gap: 8px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
	clear: both !important;
}

.banyoma-product-shell .related.products ul.products::before,
.banyoma-product-shell .related.products ul.products::after,
.banyoma-product-shell .upsells.products ul.products::before,
.banyoma-product-shell .upsells.products ul.products::after {
	display: none !important;
	content: none !important;
}

.banyoma-product-shell .related.products ul.products li.product,
.banyoma-product-shell .upsells.products ul.products li.product {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1024px) {
	.banyoma-product-shell .related.products ul.products,
	.banyoma-product-shell .upsells.products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.banyoma-product-shell .related.products,
	.banyoma-product-shell .upsells.products {
		padding: 16px 12px 18px;
	}

	.banyoma-product-shell .related.products ul.products,
	.banyoma-product-shell .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 16px;
	}
}

@media (max-width: 480px) {
	.banyoma-product-shell .related.products ul.products,
	.banyoma-product-shell .upsells.products ul.products {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.banyoma-product-shell {
		padding: 18px 14px 22px;
	}

	.banyoma-product-shell__top {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.banyoma-product-shell__top .woocommerce-product-gallery .flex-control-thumbs img {
		width: 64px;
		height: 64px;
	}
}

@media (max-width: 520px) {
	.banyoma-product-shell {
		padding: 14px 10px 18px;
		border-radius: 8px;
	}
}
