/* Granty Yardımcı — bileşen stilleri
   Sütun sayısı ve aralık --gy-sutun / --gy-gap değişkenleriyle yönetilir.
   Elementor bu değişkenleri cihaz bazında kendi CSS'iyle ezer; aşağıdaki
   medya sorguları Elementor dışı kullanım için makul varsayılanlardır. */

.gy-blok {
	--gy-sutun: 4;
	--gy-gap: 24px;
}

.gy-uyari {
	padding: 18px 20px;
	border: 1px dashed var(--g-line, #dedbd5);
	background: var(--g-white, #fff);
	color: var(--g-stone, #5f6163);
	font-size: 14px;
	text-align: center;
}

/* ---- Başlık ---- */

.gy-baslik {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.gy-baslik__metin {
	min-width: 0;
}

.gy-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--g-stone, #5f6163);
	font-variation-settings: "wdth" 78;
}

.gy-eyebrow::before {
	content: "";
	flex: none;
	width: 22px;
	height: 5px;
	background: var(--g-red, #ea1d22);
}

.gy-baslik__h {
	margin: 0;
	font-size: clamp(21px, 2.6vw, 30px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.015em;
	color: var(--g-ink, #17181a);
}

.gy-baslik__bag {
	flex: none;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--g-ink, #17181a);
	border-bottom: 2px solid var(--g-red, #ea1d22);
	padding-bottom: 3px;
	white-space: nowrap;
	font-variation-settings: "wdth" 82;
}

/* ---- Izgara ---- */

.gy-izgara {
	display: grid;
	grid-template-columns: repeat(var(--gy-sutun, 4), minmax(0, 1fr));
	gap: var(--gy-gap, 24px);
}

/* ---- Ürün kartı ---- */

.gy-urun {
	display: flex;
	flex-direction: column;
	background: var(--g-white, #fff);
	border: 1px solid var(--g-line, #dedbd5);
	transition: border-color 220ms ease;
	min-width: 0;
}

.gy-urun:hover {
	border-color: var(--g-ink, #17181a);
}

.gy-urun__bag {
	display: flex;
	flex-direction: column;
	flex: 1;
	color: inherit;
	text-decoration: none;
}

.gy-urun__gorsel {
	position: relative;
	overflow: hidden;
	background: var(--g-sand, #e9e6e0);
	aspect-ratio: 1 / 1;
}

.gy-urun__gorsel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 500ms cubic-bezier(0.2, 0, 0.2, 1);
}

.gy-urun:hover .gy-urun__gorsel img {
	transform: scale(1.05);
}

.gy-urun__rozetler {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	z-index: 2;
}

.gy-rozet {
	display: inline-flex;
	padding: 4px 9px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 2px;
	font-variation-settings: "wdth" 80;
}

.gy-rozet--indirim {
	background: var(--g-red, #ea1d22);
	color: #fff;
}

.gy-rozet--stok {
	background: var(--g-stone, #5f6163);
	color: #fff;
}

.gy-urun__govde {
	position: relative;
	flex: 1;
	padding: 16px 18px 12px;
}

.gy-urun__govde::before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px;
	width: 0;
	height: 4px;
	background: var(--g-red, #ea1d22);
	transition: width 220ms ease;
}

.gy-urun:hover .gy-urun__govde::before {
	width: 26px;
}

.gy-urun__marka {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--g-mute, #8a8c8e);
	font-variation-settings: "wdth" 80;
}

.gy-urun__ad {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--g-ink, #17181a);
}

.gy-urun__fiyat {
	font-size: 18px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
	font-variant-numeric: tabular-nums;
}

.gy-urun__fiyat del {
	margin-inline-end: 8px;
	font-size: 14px;
	font-weight: 400;
	color: var(--g-mute, #8a8c8e);
	opacity: 1;
}

.gy-urun__fiyat ins {
	background: none;
	text-decoration: none;
}

.gy-urun__aksiyon {
	padding: 0 18px 18px;
}

.gy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 11px 18px;
	background: var(--g-red, #ea1d22);
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-variation-settings: "wdth" 84;
	transition: background 220ms ease;
}

.gy-btn:hover {
	background: #c01118;
	color: #fff;
}

/* ---- Slider ---- */

.gy-slider {
	position: relative;
}

.gy-slider__ray {
	grid-auto-flow: column;
	grid-template-columns: none;
	grid-auto-columns: calc(
		(100% - (var(--gy-sutun, 4) - 1) * var(--gy-gap, 24px)) / var(--gy-sutun, 4)
	);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding-bottom: 4px;
}

.gy-slider__ray::-webkit-scrollbar {
	display: none;
}

.gy-slider__ray > * {
	scroll-snap-align: start;
}

.gy-slider__nav {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 18px;
}

.gy-slider__btn {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 4px;
	font-size: 17px;
	color: var(--g-ink, #17181a);
	cursor: pointer;
	transition: border-color 220ms ease, background 220ms ease, color 220ms ease;
}

.gy-slider__btn:hover:not(:disabled) {
	background: var(--g-ink, #17181a);
	border-color: var(--g-ink, #17181a);
	color: #fff;
}

.gy-slider__btn:disabled {
	opacity: 0.35;
	cursor: default;
}

/* ---- Kategori şeridi ---- */

.gy-serit__liste {
	display: flex;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 4px 0 12px;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.gy-serit__liste::-webkit-scrollbar {
	display: none;
}

.gy-serit__oge {
	flex: none;
	scroll-snap-align: start;
}

.gy-serit__oge a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	text-decoration: none;
	color: var(--g-ink, #17181a);
}

.gy-serit__gorsel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: var(--g-sand, #e9e6e0);
	overflow: hidden;
	transition: box-shadow 220ms ease;
}

.gy-serit__gorsel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gy-serit__oge a:hover .gy-serit__gorsel {
	box-shadow: 0 0 0 2px var(--g-red, #ea1d22);
}

.gy-serit__ad {
	max-width: 130px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
}

/* ---- Mozaik ---- */

.gy-mozaik {
	display: grid;
	grid-template-columns: repeat(var(--gy-sutun, 3), minmax(0, 1fr));
	gap: var(--gy-gap, 24px);
}

.gy-mozaik__karo {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 380px;
	overflow: hidden;
	background: var(--g-sand, #e9e6e0);
	color: #fff;
	text-decoration: none;
}

.gy-mozaik__karo--genis {
	grid-column: span 2;
}

.gy-mozaik__gorsel {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.2, 0, 0.2, 1);
}

.gy-mozaik__karo:hover .gy-mozaik__gorsel {
	transform: scale(1.04);
}

.gy-mozaik__metin {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 28px;
	background: linear-gradient(to top, rgba(23, 24, 26, 0.72), rgba(23, 24, 26, 0));
}

.gy-mozaik__ustyazi {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.85;
	font-variation-settings: "wdth" 80;
}

.gy-mozaik__baslik {
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.25;
}

/* ---- Güven bandı ---- */

.gy-guven {
	display: grid;
	grid-template-columns: repeat(var(--gy-sutun, 3), minmax(0, 1fr));
	gap: var(--gy-gap, 24px);
	padding: 32px;
	background: var(--g-white, #fff);
	border: 1px solid var(--g-line, #dedbd5);
}

.gy-guven__oge {
	display: flex;
	gap: 14px;
	min-width: 0;
}

.gy-guven__cizgi {
	flex: none;
	width: 4px;
	height: 34px;
	background: var(--g-red, #ea1d22);
	margin-top: 3px;
}

.gy-guven__baslik {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
}

.gy-guven__metin {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--g-stone, #5f6163);
}

/* ---- Bayi bulucu ---- */

.gy-bayi__filtre {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.gy-alan {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.gy-alan > span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--g-mute, #8a8c8e);
	font-variation-settings: "wdth" 82;
}

.gy-alan select,
.gy-alan input {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 4px;
	background: #fff;
	font: inherit;
	font-size: 15px;
	color: var(--g-ink, #17181a);
}

.gy-alan select:focus,
.gy-alan input:focus {
	border-color: var(--g-ink, #17181a);
	outline: none;
}

.gy-alan select:disabled {
	background: var(--g-paper, #faf9f7);
	color: var(--g-mute, #8a8c8e);
}

.gy-bayi__sayac {
	margin: 0 0 16px;
	font-size: 13px;
	color: var(--g-mute, #8a8c8e);
}

.gy-bayi__liste {
	display: grid;
	grid-template-columns: repeat(var(--gy-sutun, 3), minmax(0, 1fr));
	gap: var(--gy-gap, 24px);
}

.gy-bayi__kart {
	padding: 22px;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	border-top: 4px solid var(--g-red, #ea1d22);
	min-width: 0;
}

.gy-bayi__ad {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
}

.gy-bayi__yer {
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--g-mute, #8a8c8e);
	font-variation-settings: "wdth" 82;
}

.gy-bayi__adres {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--g-stone, #5f6163);
}

.gy-bayi__baglanti {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	font-size: 14px;
	font-weight: 500;
}

.gy-bayi__baglanti a {
	color: var(--g-ink, #17181a);
	text-decoration: none;
	border-bottom: 2px solid var(--g-red, #ea1d22);
	padding-bottom: 2px;
}

.gy-bayi__bos {
	grid-column: 1 / -1;
	padding: 36px 0;
	text-align: center;
	color: var(--g-mute, #8a8c8e);
}

/* ---- Eşleştirici ---- */

.gy-eslestirici__aciklama {
	max-width: 62ch;
	margin: -12px 0 28px;
	color: var(--g-stone, #5f6163);
}

.gy-eslestirici__adim {
	margin: 32px 0 16px;
}

.gy-eslestirici__adim:first-of-type {
	margin-top: 0;
}

.gy-eslestirici__adim-baslik {
	margin: 0;
	font-size: 19px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
}

.gy-eslestirici__secim {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding-bottom: 10px;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.gy-eslestirici__secim::-webkit-scrollbar {
	display: none;
}

.gy-secim {
	flex: none;
	width: 148px;
	padding: 10px;
	background: #fff;
	border: 2px solid var(--g-line, #dedbd5);
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	scroll-snap-align: start;
	font: inherit;
	transition: border-color 220ms ease;
}

.gy-secim[aria-checked="true"] {
	border-color: var(--g-red, #ea1d22);
}

.gy-secim__gorsel {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--g-sand, #e9e6e0);
	margin-bottom: 8px;
}

.gy-secim__gorsel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gy-secim__ad {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--g-ink, #17181a);
}

.gy-eslestirici__sonuc {
	min-height: 120px;
}

.gy-eslestirici__not {
	margin: 20px 0 0;
	font-size: 12px;
	color: var(--g-mute, #8a8c8e);
}

.gy-eslestirici__bos {
	grid-column: 1 / -1;
	padding: 32px 0;
	text-align: center;
	color: var(--g-mute, #8a8c8e);
}

/* ---- Mega menü ---- */

.gy-mega {
	position: static;
}

.granty-nav__liste > li.gy-mega > .sub-menu {
	left: 0;
	right: 0;
	width: 100%;
	max-width: none;
	display: grid;
	grid-template-columns: repeat(var(--gy-mega-sutun, 4), minmax(0, 1fr));
	gap: 8px 32px;
	padding: 32px max(24px, calc((100vw - 1240px) / 2));
	border-inline: 0;
}

.gy-mega--sutun-2 > .sub-menu {
	--gy-mega-sutun: 2;
}

.gy-mega--sutun-3 > .sub-menu {
	--gy-mega-sutun: 3;
}

.gy-mega--sutun-4 > .sub-menu {
	--gy-mega-sutun: 4;
}

.gy-mega--sutun-5 > .sub-menu {
	--gy-mega-sutun: 5;
}

.gy-mega--sutun-6 > .sub-menu {
	--gy-mega-sutun: 6;
}

.granty-nav__liste > li.gy-mega > .sub-menu > li > a {
	padding: 6px 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--g-ink, #17181a);
	font-variation-settings: "wdth" 82;
}

.granty-nav__liste > li.gy-mega .sub-menu .sub-menu {
	position: static;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
	border: 0;
	padding: 4px 0 16px;
	min-width: 0;
	background: transparent;
}

.granty-nav__liste > li.gy-mega .sub-menu .sub-menu a {
	padding: 5px 0;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
	color: var(--g-stone, #5f6163);
	background: transparent;
}

.gy-mega--gorselli .sub-menu .sub-menu a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gy-mega__gorsel {
	width: 34px;
	height: 34px;
	object-fit: cover;
	background: var(--g-sand, #e9e6e0);
	border-radius: 2px;
	flex: none;
}

/* ---- Kaydırmada beliren ---- */

.gy-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 600ms cubic-bezier(0.2, 0, 0.2, 1), transform 600ms cubic-bezier(0.2, 0, 0.2, 1);
	will-change: opacity, transform;
}

.gy-reveal.gy-gorunur {
	opacity: 1;
	transform: none;
}

/* ---- Tablet ---- */

@media (max-width: 1024px) {
	.gy-blok {
		--gy-sutun: 3;
	}

	.gy-guven,
	.gy-bayi__liste,
	.gy-mozaik {
		--gy-sutun: 2;
	}

	.gy-serit__liste {
		gap: 20px;
	}

	.gy-serit__gorsel {
		width: 74px;
		height: 74px;
	}

	.gy-mozaik__karo {
		min-height: 320px;
	}
}

/* ---- Mobil ---- */

@media (max-width: 700px) {
	.gy-blok {
		--gy-sutun: 2;
		--gy-gap: 12px;
	}

	.gy-baslik {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		margin-bottom: 20px;
	}

	.gy-guven,
	.gy-bayi__liste,
	.gy-mozaik {
		--gy-sutun: 1;
	}

	.gy-mozaik__karo--genis {
		grid-column: span 1;
	}

	.gy-mozaik__karo {
		min-height: 260px;
	}

	.gy-mozaik__metin {
		padding: 20px;
	}

	.gy-guven {
		padding: 22px;
	}

	.gy-serit__gorsel {
		width: 64px;
		height: 64px;
	}

	.gy-serit__ad {
		max-width: 96px;
		font-size: 12px;
	}

	.gy-urun__govde {
		padding: 12px 12px 8px;
	}

	.gy-urun__govde::before {
		left: 12px;
	}

	.gy-urun__ad {
		font-size: 14px;
	}

	.gy-urun__fiyat {
		font-size: 16px;
	}

	.gy-urun__aksiyon {
		padding: 0 12px 12px;
	}

	.gy-slider__nav {
		justify-content: center;
	}

	.gy-secim {
		width: 124px;
	}

	.gy-bayi__filtre {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

@media (max-width: 380px) {
	.gy-blok {
		--gy-sutun: 1;
	}
}

/* ---- Erişilebilirlik ---- */

.gy-secim:focus-visible,
.gy-slider__btn:focus-visible,
.gy-alan select:focus-visible,
.gy-alan input:focus-visible {
	outline: 2px solid var(--g-red, #ea1d22);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.gy-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.gy-slider__ray {
		scroll-behavior: auto;
	}

	.gy-urun__gorsel img,
	.gy-mozaik__gorsel {
		transition: none;
	}
}

/* ---- Blok bazlı varsayılan sütunlar ---- */

.gy-mozaik-blok,
.gy-bayi {
	--gy-sutun: 3;
}

/* ---- Ürün filtresi ---- */

.gy-filtre__grup + .gy-filtre__grup {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid var(--g-line, #dedbd5);
}

.gy-filtre__baslik {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--g-stone, #5f6163);
	font-variation-settings: "wdth" 82;
}

.gy-filtre__fiyat {
	display: flex;
	align-items: center;
	gap: 8px;
}

.gy-filtre__fiyat label {
	flex: 1;
	min-width: 0;
}

.gy-filtre__fiyat input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 4px;
	background: #fff;
	font: inherit;
	font-size: 14px;
	color: var(--g-ink, #17181a);
	font-variant-numeric: tabular-nums;
}

.gy-filtre__fiyat input:focus {
	border-color: var(--g-ink, #17181a);
	outline: none;
}

.gy-filtre__tire {
	flex: none;
	color: var(--g-mute, #8a8c8e);
}

.gy-filtre__liste {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 340px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.gy-filtre__liste label,
.gy-filtre__stok {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.4;
}

.gy-filtre__liste input[type="checkbox"],
.gy-filtre__stok input[type="checkbox"] {
	flex: none;
	width: 17px;
	height: 17px;
	accent-color: var(--g-red, #ea1d22);
	margin: 0;
}

.gy-filtre__liste span {
	flex: 1;
	min-width: 0;
	color: var(--g-ink, #17181a);
}

.gy-filtre__liste em {
	flex: none;
	font-style: normal;
	font-size: 12px;
	color: var(--g-mute, #8a8c8e);
	font-variant-numeric: tabular-nums;
}

.gy-filtre__aksiyon {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 24px;
}

.gy-filtre__aksiyon .gy-btn {
	width: auto;
	flex: 1;
}

.gy-filtre__temizle {
	flex: none;
	font-size: 13px;
	font-weight: 500;
	color: var(--g-stone, #5f6163);
	text-decoration: none;
	border-bottom: 1px solid var(--g-line, #dedbd5);
	padding-bottom: 2px;
}

.gy-filtre__temizle:hover {
	color: var(--g-ink, #17181a);
	border-bottom-color: var(--g-red, #ea1d22);
}

/* ---- Alt kategori listesi ---- */

.gy-alt-kat ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gy-alt-kat a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
	text-decoration: none;
	transition: border-color 220ms ease;
}

.gy-alt-kat a:hover {
	border-color: var(--g-ink, #17181a);
}

.gy-alt-kat a span {
	font-size: 12px;
	color: var(--g-mute, #8a8c8e);
	font-variant-numeric: tabular-nums;
}

/* ---- Arşiv başlığı ve ürün listesi ---- */

.gy-arsiv-baslik__h {
	margin: 0 0 8px;
	font-size: clamp(28px, 3.6vw, 42px);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--g-ink, #17181a);
}

.gy-arsiv-baslik__aciklama {
	max-width: 74ch;
	color: var(--g-stone, #5f6163);
}

.gy-arsiv-baslik__aciklama p:last-child {
	margin-bottom: 0;
}

.gy-arsiv__ust {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-bottom: 24px;
}

.gy-arsiv__sayac {
	font-size: 14px;
	color: var(--g-mute, #8a8c8e);
}

.gy-arsiv__sayac p,
.gy-arsiv__siralama form {
	margin: 0;
}

.gy-arsiv__siralama select {
	min-width: 210px;
	padding: 10px 13px;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 4px;
	background: #fff;
	font: inherit;
	font-size: 14px;
	color: var(--g-ink, #17181a);
}

.gy-arsiv__sayfalama {
	margin-top: 44px;
}

.gy-arsiv__sayfalama .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	margin-inline-end: 6px;
	border: 1px solid var(--g-line, #dedbd5);
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
	text-decoration: none;
}

.gy-arsiv__sayfalama .page-numbers.current {
	background: var(--g-ink, #17181a);
	border-color: var(--g-ink, #17181a);
	color: #fff;
}

.gy-arsiv__sayfalama ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.gy-arsiv-bos {
	padding: 48px 0;
	text-align: center;
	color: var(--g-mute, #8a8c8e);
}

@media (max-width: 700px) {
	.gy-arsiv__ust {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 18px;
	}

	.gy-arsiv__siralama select {
		width: 100%;
	}
}

/* ---- Filtre: mobilde katlanır ---- */

.gy-filtre__ac {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 13px 18px;
	background: #fff;
	border: 1px solid var(--g-ink, #17181a);
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--g-ink, #17181a);
	cursor: pointer;
}

.gy-filtre__ac::after {
	content: "+";
	font-size: 18px;
	line-height: 1;
}

.gy-filtre__ac[aria-expanded="true"]::after {
	content: "–";
}

@media (max-width: 860px) {
	.gy-filtre__ac {
		display: flex;
	}

	.gy-filtre__govde {
		display: none;
		padding-top: 20px;
	}

	.gy-filtre__govde.gy-acik {
		display: block;
	}
}


/* ---- Yol haritası ---- */

.gy-breadcrumb {
	font-size: 13px;
	color: var(--g-mute, #8a8c8e);
}

.gy-breadcrumb a {
	color: var(--g-stone, #5f6163);
	text-decoration: none;
}

.gy-breadcrumb a:hover {
	color: var(--g-ink, #17181a);
}

.gy-breadcrumb__ayrac {
	color: var(--g-line, #dedbd5);
}

/* ---- Filtre: uzun listeler, arama, renk kutucukları ---- */

.gy-filtre__ara {
	width: 100%;
	margin-bottom: 10px;
	padding: 9px 12px;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 4px;
	background: #fff;
	font: inherit;
	font-size: 14px;
	color: var(--g-ink, #17181a);
}

.gy-filtre__ara:focus {
	border-color: var(--g-ink, #17181a);
	outline: none;
}

.gy-filtre__liste li.gy-gizli {
	display: none;
}

.gy-filtre__daha {
	margin-top: 8px;
	padding: 0;
	background: none;
	border: 0;
	border-bottom: 1px solid var(--g-line, #dedbd5);
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	color: var(--g-stone, #5f6163);
	cursor: pointer;
}

.gy-filtre__daha:hover {
	color: var(--g-ink, #17181a);
	border-bottom-color: var(--g-red, #ea1d22);
}

.gy-filtre__kutucuk {
	flex: none;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid rgba(23, 24, 26, 0.16);
	display: inline-block;
}

.gy-filtre__liste--renk label {
	gap: 8px;
}

.gy-filtre__bos {
	padding: 8px 0;
	font-size: 13px;
	color: var(--g-mute, #8a8c8e);
}

/* ---- Ürün sayfası: özet şeridi, belgeler ---- */

.gy-ozet-serit {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1px;
	margin: 0 0 24px;
	background: var(--g-line, #dedbd5);
	border: 1px solid var(--g-line, #dedbd5);
}

.gy-ozet-serit__oge {
	background: var(--g-white, #fff);
	padding: 14px 16px;
	min-width: 0;
}

.gy-ozet-serit dt {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--g-mute, #8a8c8e);
	font-variation-settings: "wdth" 80;
}

.gy-ozet-serit dd {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--g-ink, #17181a);
}

.gy-dosyalar {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--g-line, #dedbd5);
}

.gy-dosyalar__baslik {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--g-stone, #5f6163);
	font-variation-settings: "wdth" 82;
}

.gy-dosyalar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 2px;
}

.gy-dosyalar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 0;
	border-bottom: 1px solid var(--g-line, #dedbd5);
	font-size: 14px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
	text-decoration: none;
	transition: color 220ms ease;
}

.gy-dosyalar a:hover {
	color: var(--g-red, #ea1d22);
}

.gy-dosyalar a span {
	flex: none;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--g-mute, #8a8c8e);
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 2px;
	padding: 2px 6px;
}

@media (max-width: 480px) {
	.gy-ozet-serit {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* ==================================================================
   ANASAYFA BÖLÜMLERİ
   Bu sınıflar anasayfa JSON'undaki kaplara verilir.
   ================================================================== */

.granty-hero {
	color: #fff;
}

.granty-hero .elementor-heading-title,
.granty-hero h1,
.granty-hero h2 {
	color: #fff;
	font-size: clamp(34px, 5.2vw, 62px);
	line-height: 1.06;
	letter-spacing: -0.03em;
	font-weight: 500;
	margin: 0 0 18px;
	max-width: 16ch;
}

.granty-hero p {
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(15px, 1.4vw, 18px);
	line-height: 1.7;
	max-width: 46ch;
	margin: 0 0 30px;
}

.granty-hero__eyebrow .elementor-heading-title,
.granty-hero__eyebrow h2,
.granty-hero__eyebrow h3 {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.66);
	font-variation-settings: "wdth" 78;
}

.granty-hero__eyebrow .elementor-heading-title::before,
.granty-hero__eyebrow h2::before,
.granty-hero__eyebrow h3::before {
	content: "";
	width: 26px;
	height: 5px;
	background: var(--g-red, #ea1d22);
}

.granty-hero .elementor-button {
	background: var(--g-red, #ea1d22);
	color: #fff;
	border-radius: 4px;
	padding: 15px 32px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-variation-settings: "wdth" 84;
	transition: background 220ms ease;
}

.granty-hero .elementor-button:hover {
	background: #c01118;
}

/* --- Anlatım bandı (Geberit tarzı) --- */

.granty-anlatim {
	color: #fff;
}

.granty-anlatim .elementor-heading-title,
.granty-anlatim h2 {
	color: #fff;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.16;
	letter-spacing: -0.02em;
	font-weight: 500;
	margin: 0 0 16px;
	max-width: 20ch;
}

.granty-anlatim p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.75;
	max-width: 52ch;
	margin: 0 0 26px;
}

.granty-anlatim .elementor-button {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	padding: 13px 28px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.granty-anlatim .elementor-button:hover {
	background: #fff;
	border-color: #fff;
	color: var(--g-ink, #17181a);
}

/* --- Açık zeminli bölüm --- */

.granty-kum {
	background: var(--g-sand, #e9e6e0);
}

/* ==================================================================
   HEADER BİLEŞENLERİ
   Kırılma noktaları --gy-menu-kirilma / --gy-ara-kirilma ile widget'tan
   ayarlanır; container query yerine JS'in eklediği sınıflar kullanılır.
   ================================================================== */

.gy-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.gy-logo img {
	display: block;
	height: 40px;
	width: auto;
}

.gy-logo__yazi {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--g-ink, #17181a);
	font-variation-settings: "wdth" 62;
}

/* --- Masaüstü menü --- */

.gy-menu-sarma {
	--gy-menu-kirilma: 1024px;
	position: relative;
}

.gy-menu__liste {
	display: flex;
	align-items: center;
	gap: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gy-menu__liste > li {
	position: relative;
}

.gy-menu__liste > li > a {
	position: relative;
	display: block;
	padding: 12px 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--g-ink, #17181a);
	font-variation-settings: "wdth" 82;
	white-space: nowrap;
}

.gy-menu__liste > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 4px;
	background: var(--g-red, #ea1d22);
	transition: width 220ms ease;
}

.gy-menu__liste > li:hover > a::after,
.gy-menu__liste > li:focus-within > a::after,
.gy-menu__liste > li.current-menu-item > a::after,
.gy-menu__liste > li.current-menu-ancestor > a::after {
	width: 100%;
}

.gy-menu__liste .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	z-index: 240;
	min-width: 240px;
	list-style: none;
	margin: 0;
	padding: 12px 0;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.gy-menu__liste li:hover > .sub-menu,
.gy-menu__liste li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.gy-menu__liste .sub-menu a {
	display: block;
	padding: 8px 18px;
	font-size: 14px;
	text-decoration: none;
	color: var(--g-stone, #5f6163);
	transition: color 200ms ease, background 200ms ease;
}

.gy-menu__liste .sub-menu a:hover {
	color: var(--g-ink, #17181a);
	background: var(--g-paper, #faf9f7);
}

/* --- Mega menü --- */

.gy-menu__liste > li.gy-mega {
	position: static;
}

.gy-menu-sarma {
	position: static;
}

.gy-menu__liste > li.gy-mega > .sub-menu {
	left: 0;
	right: 0;
	width: 100vw;
	max-width: 100vw;
	margin-inline-start: calc(50% - 50vw);
	display: grid;
	grid-template-columns: repeat(var(--gy-mega-sutun, 4), minmax(0, 1fr));
	gap: 6px 32px;
	padding: 32px max(24px, calc((100vw - 1240px) / 2));
	border-inline: 0;
}

.gy-menu__liste > li.gy-mega > .sub-menu > li > a {
	padding: 6px 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--g-ink, #17181a);
	font-variation-settings: "wdth" 82;
}

.gy-menu__liste > li.gy-mega .sub-menu .sub-menu {
	position: static;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
	min-width: 0;
	margin: 0;
	padding: 2px 0 18px;
	border: 0;
	background: transparent;
}

.gy-menu__liste > li.gy-mega .sub-menu .sub-menu a {
	padding: 5px 0;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
	background: transparent;
}

/* --- Hamburger --- */

.gy-menu__btn {
	display: none;
	position: relative;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--g-line, #dedbd5);
	background: #fff;
	cursor: pointer;
}

.gy-menu__cizgi,
.gy-menu__cizgi::before,
.gy-menu__cizgi::after {
	position: absolute;
	left: 50%;
	width: 18px;
	height: 2px;
	background: var(--g-ink, #17181a);
	transform: translateX(-50%);
	transition: transform 220ms ease, opacity 220ms ease;
}

.gy-menu__cizgi {
	top: 50%;
	margin-top: -1px;
}

.gy-menu__cizgi::before,
.gy-menu__cizgi::after {
	content: "";
	left: 0;
	transform: none;
}

.gy-menu__cizgi::before { top: -6px; }
.gy-menu__cizgi::after { top: 6px; }

.gy-menu__btn[aria-expanded="true"] .gy-menu__cizgi { background: transparent; }
.gy-menu__btn[aria-expanded="true"] .gy-menu__cizgi::before { transform: translateY(6px) rotate(45deg); }
.gy-menu__btn[aria-expanded="true"] .gy-menu__cizgi::after { transform: translateY(-6px) rotate(-45deg); }

/* --- Çekmece --- */

.gy-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	inset-inline-start: 0;
	z-index: 900;
	width: min(360px, 90vw);
	background: #fff;
	overflow-y: auto;
	overscroll-behavior: contain;
	transform: translateX(-102%);
	transition: transform 260ms cubic-bezier(0.2, 0, 0.2, 1);
	box-shadow: 0 0 44px rgba(23, 24, 26, 0.18);
}

.gy-drawer[hidden] { display: none; }
.gy-drawer.gy-acik { transform: none; }

.gy-drawer__ust {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-bottom: 1px solid var(--g-line, #dedbd5);
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 2;
}

.gy-drawer__baslik {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--g-stone, #5f6163);
	font-variation-settings: "wdth" 82;
}

.gy-drawer__kapat {
	width: 36px;
	height: 36px;
	border: 1px solid var(--g-line, #dedbd5);
	background: #fff;
	font-size: 20px;
	line-height: 1;
	color: var(--g-ink, #17181a);
	cursor: pointer;
}

.gy-drawer__liste,
.gy-drawer .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gy-drawer li { position: relative; }

.gy-drawer a {
	display: block;
	padding: 14px 20px;
	padding-inline-end: 64px;
	border-bottom: 1px solid var(--g-line, #dedbd5);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	color: var(--g-ink, #17181a);
}

.gy-drawer .sub-menu { background: var(--g-paper, #faf9f7); display: none; }
.gy-drawer .sub-menu.gy-acik { display: block; }
.gy-drawer .sub-menu a { font-weight: 400; padding-inline-start: 36px; font-size: 14px; }
.gy-drawer .sub-menu .sub-menu a { padding-inline-start: 54px; }

.gy-drawer__ac {
	position: absolute;
	top: 0;
	inset-inline-end: 0;
	width: 54px;
	height: 50px;
	border: 0;
	border-inline-start: 1px solid var(--g-line, #dedbd5);
	border-bottom: 1px solid var(--g-line, #dedbd5);
	background: transparent;
	color: var(--g-ink, #17181a);
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.gy-drawer__ac::before { content: "+"; }
.gy-drawer__ac[aria-expanded="true"]::before { content: "–"; }
.gy-drawer .sub-menu .gy-drawer__ac { height: 47px; }

.gy-drawer__ortu {
	position: fixed;
	inset: 0;
	z-index: 880;
	background: rgba(23, 24, 26, 0.5);
}

.gy-drawer__ortu[hidden] { display: none; }

body.gy-drawer-acik { overflow: hidden; }

/* --- Arama --- */

.gy-ara-sarma {
	--gy-ara-kirilma: 1024px;
	position: relative;
	display: flex;
	align-items: center;
}

.gy-ara {
	display: flex;
	align-items: center;
	width: 300px;
	max-width: 100%;
	border: 1px solid var(--g-line, #dedbd5);
	background: #fff;
}

.gy-ara__alan {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 10px 13px;
	font: inherit;
	font-size: 14px;
	color: var(--g-ink, #17181a);
}

.gy-ara__alan:focus { outline: none; }
.gy-ara:focus-within { border-color: var(--g-ink, #17181a); }

.gy-ara__btn {
	border: 0;
	background: var(--g-ink, #17181a);
	color: #fff;
	padding: 11px 17px;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background 220ms ease;
}

.gy-ara__btn:hover { background: var(--g-red, #ea1d22); }

.gy-ara-btn {
	display: none;
	position: relative;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--g-line, #dedbd5);
	background: #fff;
	cursor: pointer;
}

.gy-ara-btn__ikon {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 12px;
	height: 12px;
	border: 2px solid var(--g-ink, #17181a);
	border-radius: 50%;
	box-sizing: border-box;
}

.gy-ara-btn__ikon::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 9px;
	width: 7px;
	height: 2px;
	background: var(--g-ink, #17181a);
	transform: rotate(45deg);
	transform-origin: left center;
}

.gy-ara-btn[aria-expanded="true"] { background: var(--g-ink, #17181a); border-color: var(--g-ink, #17181a); }
.gy-ara-btn[aria-expanded="true"] .gy-ara-btn__ikon { border-color: #fff; }
.gy-ara-btn[aria-expanded="true"] .gy-ara-btn__ikon::after { background: #fff; }

.gy-ara-katman {
	position: absolute;
	top: calc(100% + 12px);
	inset-inline-end: 0;
	z-index: 260;
	width: min(420px, 88vw);
	padding: 14px;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	box-shadow: 0 12px 32px rgba(23, 24, 26, 0.12);
}

.gy-ara-katman[hidden] { display: none; }
.gy-ara-katman .gy-ara { width: 100%; }

/* --- Sepet ve hesap --- */

.gy-sepet,
.gy-hesap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
	text-decoration: none;
	white-space: nowrap;
}

.gy-sepet__tutar {
	color: var(--g-stone, #5f6163);
	font-variant-numeric: tabular-nums;
}

.gy-sepet__adet {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 11px;
	background: var(--g-red, #ea1d22);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.gy-sepet__adet[hidden] { display: none; }

/* --- Dar ekran durumları (JS sınıf ekler) --- */

.gy-menu-sarma.gy-dar .gy-menu { display: none; }
.gy-menu-sarma.gy-dar .gy-menu__btn { display: block; }

.gy-ara-sarma.gy-dar .gy-ara-sarma__genis { display: none; }
.gy-ara-sarma.gy-dar .gy-ara-btn { display: block; }

/* --- Yapışkan header --- */

.granty-header-sabit {
	position: sticky;
	top: 0;
	z-index: 250;
}

.granty-header-sabit.granty-kaydirildi {
	box-shadow: 0 1px 0 var(--g-line, #dedbd5), 0 8px 24px rgba(23, 24, 26, 0.07);
}

@media (prefers-reduced-motion: reduce) {
	.gy-drawer,
	.gy-menu__liste .sub-menu,
	.gy-menu__liste > li > a::after {
		transition: none;
	}
}

/* --- Header üst şeridi (anons bandı) --- */

.granty-serit p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.78);
	font-variation-settings: "wdth" 88;
}

.granty-serit a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

.granty-serit a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 600px) {
	.granty-serit p {
		font-size: 12px;
	}
}

/* --- Ürün grupları paneli (dikey açılır menü) --- */

.gy-menu-sarma--panel {
	position: relative;
}

.gy-panel__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 22px;
	border: 0;
	background: transparent;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: var(--g-ink, #17181a);
	cursor: pointer;
	white-space: nowrap;
}

.gy-panel__ikon {
	position: relative;
	width: 17px;
	height: 12px;
	flex: none;
}

.gy-panel__ikon::before,
.gy-panel__ikon::after,
.gy-panel__btn .gy-panel__ad::before {
	content: "";
	position: absolute;
	left: 0;
	width: 17px;
	height: 2px;
	background: var(--g-ink, #17181a);
}

.gy-panel__ikon::before { top: 0; }
.gy-panel__ikon::after { bottom: 0; }

.gy-panel__btn .gy-panel__ad::before {
	top: 5px;
	left: -29px;
}

.gy-panel__ad {
	position: relative;
}

.gy-panel__btn[aria-expanded="true"] {
	background: #fff;
	box-shadow: 0 0 0 1px var(--g-line, #dedbd5);
}

.gy-panel {
	position: absolute;
	top: 100%;
	inset-inline-start: 0;
	z-index: 260;
	width: 288px;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	box-shadow: 0 16px 40px rgba(23, 24, 26, 0.12);
}

.gy-panel[hidden] {
	display: none;
}

.gy-panel__liste,
.gy-panel .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gy-panel__liste > li {
	position: relative;
}

.gy-panel__liste > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: var(--g-ink, #17181a);
	border-bottom: 1px solid var(--g-line, #dedbd5);
	transition: background 180ms ease, color 180ms ease;
}

.gy-panel__liste > li:last-child > a {
	border-bottom: 0;
}

.gy-panel__liste > li.menu-item-has-children > a::after {
	content: "";
	flex: none;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--g-mute, #8a8c8e);
	border-inline-end: 2px solid var(--g-mute, #8a8c8e);
	transform: rotate(45deg);
}

.gy-panel__liste > li:hover > a,
.gy-panel__liste > li:focus-within > a {
	background: var(--g-paper, #faf9f7);
	color: var(--g-red, #ea1d22);
}

.gy-panel__liste > li:hover > a::after,
.gy-panel__liste > li:focus-within > a::after {
	border-color: var(--g-red, #ea1d22);
}

/* Alt katman: yana açılır */

.gy-panel .sub-menu {
	position: absolute;
	top: -1px;
	inset-inline-start: 100%;
	z-index: 3;
	min-width: 480px;
	min-height: calc(100% + 2px);
	padding: 24px 28px;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	box-shadow: 0 16px 40px rgba(23, 24, 26, 0.12);
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px 28px;
	align-content: start;
}

.gy-panel__liste > li:hover > .sub-menu,
.gy-panel__liste > li:focus-within > .sub-menu {
	display: grid;
}

.gy-panel .sub-menu > li > a {
	display: block;
	padding: 7px 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--g-ink, #17181a);
	font-variation-settings: "wdth" 82;
}

.gy-panel .sub-menu .sub-menu {
	position: static;
	display: block;
	min-width: 0;
	min-height: 0;
	padding: 2px 0 14px;
	border: 0;
	box-shadow: none;
	grid-template-columns: none;
}

.gy-panel .sub-menu .sub-menu > li > a {
	padding: 4px 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--g-stone, #5f6163);
}

.gy-panel .sub-menu .sub-menu > li > a:hover {
	color: var(--g-red, #ea1d22);
}

/* Panel modunda dar ekran: butonu gizle, hamburgeri göster */

.gy-menu-sarma--panel.gy-dar .gy-panel__btn,
.gy-menu-sarma--panel.gy-dar .gy-panel {
	display: none;
}

.gy-menu-sarma--panel.gy-dar .gy-menu__btn {
	display: block;
}

/* --- Telefon rozeti --- */

.granty-telefon .elementor-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 20px;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 999px;
	color: var(--g-red, #ea1d22);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	transition: border-color 200ms ease;
}

.granty-telefon .elementor-button:hover {
	border-color: var(--g-red, #ea1d22);
	background: #fff;
	color: var(--g-red, #ea1d22);
}

/* --- Alt satır zemini --- */

.granty-alt-satir {
	background: #fff;
}

/* ==================================================================
   KATEGORİ AĞACI
   ================================================================== */

.gy-agac {
	margin-bottom: 26px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--g-line, #dedbd5);
}

.gy-agac__liste,
.gy-agac__alt {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gy-agac__alt {
	margin: 2px 0 6px;
	padding-inline-start: 14px;
	border-inline-start: 1px solid var(--g-line, #dedbd5);
}

.gy-agac a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 7px 0;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	color: var(--g-stone, #5f6163);
	transition: color 180ms ease;
}

.gy-agac__liste > .gy-agac__oge > a {
	font-weight: 500;
	color: var(--g-ink, #17181a);
}

.gy-agac a:hover {
	color: var(--g-red, #ea1d22);
}

.gy-agac em {
	flex: none;
	font-style: normal;
	font-size: 12px;
	color: var(--g-mute, #8a8c8e);
	font-variant-numeric: tabular-nums;
}

.gy-agac__oge--aktif > a {
	color: var(--g-red, #ea1d22);
	font-weight: 500;
}

.gy-agac__oge--aktif > a::before {
	content: "";
	width: 3px;
	height: 14px;
	background: var(--g-red, #ea1d22);
	margin-inline-end: 8px;
	flex: none;
}

/* ==================================================================
   ÜRÜN KARTI — yumuşatılmış
   Sert çerçeve ve her kartta dolu kırmızı buton yerine: hafif gölge,
   yuvarlatılmış köşe, sakin çerçeveli buton, eşit yükseklik.
   ================================================================== */

.gy-izgara {
	align-items: stretch;
}

.gy-urun {
	height: 100%;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(23, 24, 26, 0.05);
	overflow: hidden;
	transition: box-shadow 260ms ease, transform 260ms ease;
}

.gy-urun:hover {
	border-color: transparent;
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(23, 24, 26, 0.1);
}

.gy-urun__gorsel {
	border-radius: 0;
	background: #f3f1ee;
}

.gy-urun__govde {
	display: flex;
	flex-direction: column;
	padding: 16px 18px 10px;
}

.gy-urun__govde::before {
	display: none;
}

.gy-urun__ad {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.8em;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--g-stone, #5f6163);
}

.gy-urun:hover .gy-urun__ad {
	color: var(--g-ink, #17181a);
}

.gy-urun__fiyat {
	margin-top: auto;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.gy-urun__aksiyon {
	padding: 0 18px 18px;
}

.gy-urun__aksiyon .gy-btn {
	background: transparent;
	color: var(--g-ink, #17181a);
	border: 1px solid var(--g-line, #dedbd5);
	font-weight: 500;
	letter-spacing: 0.04em;
	transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.gy-urun__aksiyon .gy-btn:hover {
	background: var(--g-red, #ea1d22);
	border-color: var(--g-red, #ea1d22);
	color: #fff;
}

.gy-urun__rozetler {
	top: 12px;
	left: 12px;
	gap: 5px;
}

.gy-rozet {
	padding: 3px 8px;
	font-size: 10px;
	letter-spacing: 0.1em;
	border-radius: 3px;
}

.gy-rozet--yeni {
	background: rgba(23, 24, 26, 0.88);
}

@media (max-width: 700px) {
	.gy-urun__govde {
		padding: 12px 12px 8px;
	}

	.gy-urun__aksiyon {
		padding: 0 12px 12px;
	}

	.gy-urun__ad {
		font-size: 13px;
		min-height: 2.8em;
	}

	.gy-urun__fiyat {
		font-size: 16px;
	}
}

/* ---- Ürün kartı: sakin sürüm (widget döngüleri) ---- */

.gy-urun {
	border: 1px solid var(--g-line, #dedbd5);
	box-shadow: none;
}

.gy-urun:hover {
	border-color: #c9c5bd;
	transform: none;
	box-shadow: 0 6px 20px rgba(23, 24, 26, 0.07);
}

.gy-urun__gorsel {
	aspect-ratio: 4 / 3;
	background: #fff;
}

.gy-urun__gorsel img {
	object-fit: contain;
	padding: 22px 22px 8px;
	transition: transform 400ms cubic-bezier(0.2, 0, 0.2, 1);
}

.gy-urun:hover .gy-urun__gorsel img {
	transform: scale(1.03);
}

.gy-urun__govde {
	padding: 12px 18px 0;
}

.gy-urun__marka {
	margin-bottom: 3px;
}

.gy-urun__ad {
	margin-bottom: 12px;
}

.gy-urun__fiyat {
	font-size: 18px;
}

/* Fiyat ile simge butonu yan yana */

.gy-urun__aksiyon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 18px 18px;
	margin-top: -34px;
}

.gy-urun__aksiyon .gy-btn {
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid var(--g-line, #dedbd5);
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317181A' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M2.5 3h2.2l2.1 11.2a1.6 1.6 0 0 0 1.6 1.3h8.6a1.6 1.6 0 0 0 1.6-1.3L21 7H6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px 19px;
	font-size: 0;
	color: transparent;
	overflow: hidden;
}

.gy-urun__aksiyon .gy-btn:hover {
	background-color: var(--g-red, #ea1d22);
	border-color: var(--g-red, #ea1d22);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M2.5 3h2.2l2.1 11.2a1.6 1.6 0 0 0 1.6 1.3h8.6a1.6 1.6 0 0 0 1.6-1.3L21 7H6'/%3E%3C/svg%3E");
}

@media (max-width: 700px) {
	.gy-urun__gorsel img {
		padding: 14px 14px 4px;
	}

	.gy-urun__govde {
		padding: 10px 12px 0;
	}

	.gy-urun__aksiyon {
		padding: 0 12px 14px;
		margin-top: -30px;
	}

	.gy-urun__aksiyon .gy-btn {
		width: 36px;
		height: 36px;
		background-size: 16px 16px;
	}
}

/* ==================================================================
   FİLTRE SÜTUNU — mağaza hissi
   ================================================================== */

/* --- Uygulanan filtre rozetleri --- */

.gy-filtre__aktif {
	margin-bottom: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--g-line, #dedbd5);
}

.gy-rozet-liste {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 10px;
	padding: 0;
}

.gy-rozet-liste a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 10px;
	background: var(--g-paper, #faf9f7);
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 999px;
	font-size: 12.5px;
	line-height: 1.4;
	color: var(--g-ink, #17181a);
	text-decoration: none;
	transition: border-color 180ms ease, color 180ms ease;
}

.gy-rozet-liste a span[aria-hidden] {
	font-size: 15px;
	line-height: 1;
	color: var(--g-mute, #8a8c8e);
}

.gy-rozet-liste a:hover {
	border-color: var(--g-red, #ea1d22);
	color: var(--g-red, #ea1d22);
}

.gy-rozet-liste a:hover span[aria-hidden] {
	color: var(--g-red, #ea1d22);
}

.gy-filtre__tumtemizle {
	font-size: 13px;
	font-weight: 500;
	color: var(--g-stone, #5f6163);
	text-decoration: none;
	border-bottom: 1px solid var(--g-line, #dedbd5);
	padding-bottom: 2px;
}

.gy-filtre__tumtemizle:hover {
	color: var(--g-ink, #17181a);
	border-bottom-color: var(--g-red, #ea1d22);
}

/* --- Fiyat kaydıracı --- */

.gy-filtre__kaydirac {
	position: relative;
	height: 26px;
	margin-bottom: 12px;
}

.gy-filtre__ray {
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 2px;
	background: var(--g-line, #dedbd5);
	pointer-events: none;
}

.gy-filtre__dolu {
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: 2px;
	background: var(--g-red, #ea1d22);
}

.gy-kaydirac {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	margin: 0;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}

.gy-kaydirac:focus {
	outline: none;
}

.gy-kaydirac::-webkit-slider-thumb {
	-webkit-appearance: none;
	pointer-events: auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--g-red, #ea1d22);
	box-shadow: 0 1px 4px rgba(23, 24, 26, 0.2);
	cursor: pointer;
}

.gy-kaydirac::-moz-range-thumb {
	pointer-events: auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--g-red, #ea1d22);
	box-shadow: 0 1px 4px rgba(23, 24, 26, 0.2);
	cursor: pointer;
}

.gy-kaydirac::-webkit-slider-runnable-track,
.gy-kaydirac::-moz-range-track {
	background: transparent;
	height: 26px;
}

.gy-kaydirac:focus-visible::-webkit-slider-thumb {
	outline: 2px solid var(--g-ink, #17181a);
	outline-offset: 2px;
}

/* --- Kenar çubuğu mini ürün listesi --- */

.gy-mini {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid var(--g-line, #dedbd5);
}

.gy-mini__liste {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.gy-mini__liste a {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.gy-mini__gorsel {
	flex: none;
	width: 56px;
	height: 56px;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.gy-mini__gorsel img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 4px;
	display: block;
}

.gy-mini__metin {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.gy-mini__ad {
	font-size: 13px;
	line-height: 1.35;
	color: var(--g-stone, #5f6163);
	transition: color 180ms ease;
}

.gy-mini__liste a:hover .gy-mini__ad {
	color: var(--g-ink, #17181a);
}

.gy-mini__fiyat {
	font-size: 14px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
	font-variant-numeric: tabular-nums;
}

.gy-mini__fiyat del {
	display: none;
}

/* --- Destek kartı --- */

.gy-destek {
	margin-top: 24px;
	padding: 20px;
	border-radius: 8px;
	background: var(--g-ink, #17181a);
	color: rgba(255, 255, 255, 0.76);
}

.gy-destek__baslik {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	color: #fff;
}

.gy-destek p {
	margin: 0 0 14px;
	font-size: 13.5px;
	line-height: 1.6;
}

.gy-destek__tel {
	display: block;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	margin-bottom: 8px;
	font-variant-numeric: tabular-nums;
}

.gy-destek__wa {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid var(--g-red, #ea1d22);
	padding-bottom: 2px;
}

/* ==================================================================
   ELEMENTOR GLOBAL RENK EZMESİ
   Site Ayarları'ndaki palet Granty'ye çekilmemişse başlıklar mavi,
   butonlar yeşil çıkıyor. Bu bloklar marka rengini garantiye alır.
   ================================================================== */

.granty-hero h1,
.granty-hero h2,
.granty-hero h3,
.granty-hero .elementor-heading-title,
.granty-anlatim h1,
.granty-anlatim h2,
.granty-anlatim .elementor-heading-title {
	color: #fff !important;
}

.granty-hero p,
.granty-hero .elementor-widget-text-editor,
.granty-anlatim p,
.granty-anlatim .elementor-widget-text-editor {
	color: rgba(255, 255, 255, 0.76) !important;
}

.granty-hero__eyebrow h2,
.granty-hero__eyebrow .elementor-heading-title {
	color: rgba(255, 255, 255, 0.66) !important;
}

.granty-hero .elementor-button {
	background-color: var(--g-red, #ea1d22) !important;
	color: #fff !important;
	border: 0 !important;
}

.granty-hero .elementor-button:hover {
	background-color: #c01118 !important;
}

.granty-hero .granty-hero__ikinci .elementor-button {
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.42) !important;
}

.granty-hero .granty-hero__ikinci .elementor-button:hover {
	background-color: #fff !important;
	color: var(--g-ink, #17181a) !important;
	border-color: #fff !important;
}

.granty-anlatim .elementor-button {
	background-color: transparent !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.granty-anlatim .elementor-button:hover {
	background-color: #fff !important;
	color: var(--g-ink, #17181a) !important;
}

/* ==================================================================
   SLIDER — oklar kenarda, gerçek slider görünümü
   ================================================================== */

.gy-slider {
	position: relative;
}

.gy-slider__nav {
	margin: 0;
	pointer-events: none;
}

.gy-slider__btn {
	position: absolute;
	top: 34%;
	transform: translateY(-50%);
	z-index: 4;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--g-line, #dedbd5);
	box-shadow: 0 4px 18px rgba(23, 24, 26, 0.12);
	pointer-events: auto;
	font-size: 18px;
	transition: background 200ms ease, color 200ms ease, border-color 200ms ease, opacity 200ms ease;
}

.gy-slider__btn[data-gy-yon="geri"] {
	inset-inline-start: -20px;
}

.gy-slider__btn[data-gy-yon="ileri"] {
	inset-inline-end: -20px;
}

.gy-slider__btn:hover:not(:disabled) {
	background: var(--g-ink, #17181a);
	border-color: var(--g-ink, #17181a);
	color: #fff;
}

.gy-slider__btn:disabled {
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 1400px) {
	.gy-slider__btn[data-gy-yon="geri"] { inset-inline-start: 6px; }
	.gy-slider__btn[data-gy-yon="ileri"] { inset-inline-end: 6px; }
}

@media (max-width: 760px) {
	.gy-slider__btn { display: none; }
	.gy-slider__ray { scroll-snap-type: x proximity; }
}

/* Bölüm başlığında sağdaki bağlantı daha görünür olsun */

.gy-baslik__bag {
	padding: 9px 18px;
	border: 1px solid var(--g-line, #dedbd5);
	border-radius: 999px;
	border-bottom-width: 1px;
	background: #fff;
	transition: border-color 200ms ease, color 200ms ease;
}

.gy-baslik__bag:hover {
	border-color: var(--g-red, #ea1d22);
	color: var(--g-red, #ea1d22);
}

/* --- Alt kategoriler: dikey liste görünümü --- */

.gy-alt-kat--liste ul {
	display: block;
}

.gy-alt-kat--liste li + li {
	margin-top: 2px;
}

.gy-alt-kat--liste a {
	display: block;
	padding: 5px 0;
	background: none;
	border: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	color: inherit;
}

.gy-alt-kat--liste a:hover {
	color: var(--g-red, #ea1d22);
}

.gy-alt-kat--liste a span {
	display: none;
}

/* ==================================================================
   FOOTER
   ================================================================== */

.granty-alt {
	color: rgba(255, 255, 255, 0.68);
}

.granty-alt h2,
.granty-alt h3,
.granty-alt .elementor-heading-title {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0 0 16px !important;
	font-variation-settings: "wdth" 80;
}

.granty-alt p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 14px;
}

.granty-alt a {
	color: rgba(255, 255, 255, 0.68);
	text-decoration: none;
	transition: color 180ms ease;
}

.granty-alt a:hover {
	color: #fff;
}

.granty-alt .gy-alt-kat--liste a {
	color: rgba(255, 255, 255, 0.68);
}

.granty-alt .gy-alt-kat--liste a:hover {
	color: #fff;
}

.granty-alt .gy-logo img {
	filter: brightness(0) invert(1);
	height: 34px;
}

/* Bağlantı listeleri (metin düzenleyiciyle yazılan ul) */

.granty-alt-liste ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.granty-alt-liste li {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.5;
}

/* İletişim bloğu */

.granty-alt-iletisim p {
	margin-bottom: 8px;
}

.granty-alt-tel a {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	color: #fff !important;
	letter-spacing: 0.01em;
	font-variant-numeric: tabular-nums;
	margin-bottom: 6px;
}

.granty-alt-wa a {
	display: inline-flex;
	align-items: center;
	padding: 9px 18px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: #fff !important;
	transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.granty-alt-wa a:hover {
	background: #fff;
	border-color: #fff;
	color: var(--g-ink, #17181a) !important;
}

/* Alt bant */

.granty-alt-bant {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.granty-alt-bant p {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.granty-alt-bant .granty-alt-liste ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 22px;
}

.granty-alt-bant .granty-alt-liste li {
	padding: 0;
	font-size: 13px;
}

.granty-alt-odeme p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
	.granty-alt h2,
	.granty-alt h3,
	.granty-alt .elementor-heading-title {
		margin-bottom: 10px !important;
	}

	.granty-alt-tel a {
		font-size: 20px;
	}

	.granty-alt-bant .granty-alt-liste ul {
		gap: 4px 18px;
	}
}

/* --- Dar ekranda hamburger logonun solunda --- */

.gy-logo-yuvasi {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: 12px;
}

.gy-logo-yuvasi > .gy-menu__btn {
	display: block;
	flex: none;
	order: -1;
	margin: 0;
}

.gy-logo-yuvasi > .elementor-widget {
	margin-bottom: 0;
	min-width: 0;
}

/* Hamburger taşınınca menü sarmalayıcısı yer kaplamasın */

.gy-menu-sarma--panel.gy-dar {
	min-height: 0;
	line-height: 0;
}

/* ==================================================================
   HEADER — yumuşatma
   Elementor'un global buton rengi telefon rozetini dolu kırmızı yapıyordu.
   Kontrastı düşürüp ağırlığı logoya bırakıyoruz.
   ================================================================== */

.granty-telefon .elementor-button {
	background-color: #fff !important;
	background-image: none !important;
	color: var(--g-red, #ea1d22) !important;
	border: 1px solid var(--g-line, #dedbd5) !important;
	border-radius: 999px !important;
	padding: 10px 20px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em !important;
	text-transform: none !important;
	box-shadow: none !important;
}

.granty-telefon .elementor-button:hover {
	background-color: #fff !important;
	border-color: var(--g-red, #ea1d22) !important;
	color: var(--g-red, #ea1d22) !important;
}

.granty-telefon .elementor-button svg,
.granty-telefon .elementor-button i {
	color: var(--g-red, #ea1d22) !important;
	fill: var(--g-red, #ea1d22) !important;
}

/* Satır çizgileri açılsın */

.granty-header-ust,
.granty-header-alt {
	border-color: #edeae5 !important;
}

/* Menü siyahtan koyu griye insin, harf aralığı azalsın */

.gy-menu__liste > li > a {
	color: #3f4143;
	font-weight: 500;
	font-size: 13.5px;
	letter-spacing: 0.02em;
	padding: 10px 0;
}

.gy-menu__liste > li:hover > a,
.gy-menu__liste > li.current-menu-item > a,
.gy-menu__liste > li.current-menu-ancestor > a {
	color: var(--g-ink, #17181a);
}

.gy-menu__liste > li > a::after {
	height: 3px;
	bottom: 2px;
}

/* Ürün Grupları butonu sakinleşsin */

.gy-panel__btn {
	padding: 11px 16px 11px 0;
	font-size: 14px;
	font-weight: 500;
	color: #3f4143;
}

.gy-panel__btn:hover {
	color: var(--g-ink, #17181a);
}

.gy-panel__ikon::before,
.gy-panel__ikon::after,
.gy-panel__btn .gy-panel__ad::before {
	background: #3f4143;
	height: 2px;
}

.gy-panel__btn[aria-expanded="true"] {
	background: transparent;
	box-shadow: none;
	color: var(--g-ink, #17181a);
}

/* Arama kutusu yuvarlansın, gölgesi kalksın */

.gy-ara {
	border-radius: 999px;
	border-color: #edeae5;
	background: #f5f3f0;
	overflow: hidden;
}

.gy-ara:focus-within {
	border-color: #d6d2cb;
	background: #fff;
}

.gy-ara__alan {
	padding: 11px 18px;
	font-size: 14px;
}

.gy-ara__alan::placeholder {
	color: #9b9d9f;
}

.gy-ara__btn {
	background: transparent;
	color: #5f6163;
	padding: 11px 18px;
	font-weight: 500;
}

.gy-ara__btn:hover {
	background: transparent;
	color: var(--g-red, #ea1d22);
}

/* Sepet ve hesap bağlantısı */

.gy-sepet,
.gy-hesap {
	font-size: 14px;
	font-weight: 500;
	color: #3f4143;
}

.gy-sepet:hover,
.gy-hesap:hover {
	color: var(--g-ink, #17181a);
}

.gy-menu__btn,
.gy-ara-btn {
	border-color: #edeae5;
	border-radius: 8px;
}

/* Yapışkan header gölgesi daha yumuşak */

.granty-header-sabit.granty-kaydirildi {
	box-shadow: 0 1px 0 #edeae5, 0 6px 18px rgba(23, 24, 26, 0.05);
}

/* --- Sepet kutusu çerçeveden çıksın --- */

.granty-header-ust .elementor-menu-cart__toggle .elementor-button,
.granty-header-ust .elementor-menu-cart__toggle_button {
	background: transparent !important;
	border: 0 !important;
	padding: 4px 0 !important;
	color: #3f4143 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
}

.granty-header-ust .elementor-menu-cart__toggle .elementor-button:hover {
	color: var(--g-ink, #17181a) !important;
}

.granty-header-ust .elementor-button-icon .elementor-button-icon-qty {
	background: var(--g-red, #ea1d22) !important;
	font-size: 11px;
}

/* ==================================================================
   MOBİL ÇEKMECE — yeniden tasarım
   ================================================================== */

.gy-drawer {
	display: flex;
	flex-direction: column;
	width: min(340px, 86vw);
	background: #fff;
}

/* Üst: logo + kapat */

.gy-drawer__ust {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px 16px;
	border-bottom: 1px solid #edeae5;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 3;
}

.gy-drawer__marka .gy-logo img {
	height: 26px;
	width: auto;
}

.gy-drawer__marka .gy-logo__yazi {
	font-size: 17px;
	letter-spacing: 0.2em;
}

.gy-drawer__kapat {
	flex: none;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #f5f3f0;
	color: #3f4143;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease;
}

.gy-drawer__kapat:hover {
	background: var(--g-ink, #17181a);
	color: #fff;
}

/* Arama */

.gy-drawer__ara {
	padding: 14px 20px 4px;
}

.gy-drawer__ara .gy-ara-btn,
.gy-drawer__ara .gy-ara-katman {
	display: none !important;
}

.gy-drawer__ara .gy-ara-sarma__genis {
	display: block !important;
}

.gy-drawer__ara .gy-ara {
	width: 100%;
	background: #f5f3f0;
	border-color: #edeae5;
}

/* Menü listesi */

.gy-drawer__nav {
	flex: 1;
	padding: 10px 0 4px;
}

.gy-drawer a {
	padding: 13px 20px;
	padding-inline-end: 62px;
	border-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--g-ink, #17181a);
	transition: color 180ms ease, background 180ms ease;
}

.gy-drawer__liste > li + li > a {
	border-top: 1px solid #f2efeb;
}

.gy-drawer a:hover,
.gy-drawer a:focus-visible {
	background: #faf9f7;
	color: var(--g-red, #ea1d22);
}

.gy-drawer .current-menu-item > a {
	color: var(--g-red, #ea1d22);
}

.gy-drawer .sub-menu {
	background: #faf9f7;
	border-top: 1px solid #f2efeb;
}

.gy-drawer .sub-menu a {
	padding-inline-start: 34px;
	font-weight: 400;
	font-size: 14px;
	color: #5f6163;
}

.gy-drawer .sub-menu .sub-menu a {
	padding-inline-start: 50px;
	font-size: 13.5px;
}

.gy-drawer__ac {
	width: 52px;
	height: 47px;
	border: 0;
	border-inline-start: 1px solid #f2efeb;
	color: #8a8c8e;
	font-size: 17px;
}

.gy-drawer .sub-menu .gy-drawer__ac {
	height: 45px;
}

.gy-drawer__ac[aria-expanded="true"] {
	color: var(--g-red, #ea1d22);
}

/* Alt blok */

.gy-drawer__alt {
	margin-top: auto;
	padding: 20px;
	background: var(--g-ink, #17181a);
	color: rgba(255, 255, 255, 0.7);
}

.gy-drawer__kisayol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 18px;
}

.gy-drawer__kisayol a {
	padding: 11px 8px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 6px;
	text-align: center;
	font-size: 13.5px;
	font-weight: 500;
	color: #fff;
}

.gy-drawer__kisayol a:hover {
	background: #fff;
	color: var(--g-ink, #17181a);
}

.gy-drawer__etiket {
	display: block;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 4px;
	font-variation-settings: "wdth" 80;
}

.gy-drawer__tel {
	display: block;
	padding: 0 0 10px;
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	font-variant-numeric: tabular-nums;
}

.gy-drawer__tel:hover {
	background: none;
	color: #fff;
}

.gy-drawer__wa {
	display: inline-block;
	padding: 0 0 2px;
	font-size: 13.5px;
	font-weight: 500;
	color: #fff;
	border-bottom: 2px solid var(--g-red, #ea1d22);
}

.gy-drawer__wa:hover {
	background: none;
	color: #fff;
}

/* Telefon rozeti tek satırda kalsın */

.granty-telefon .elementor-button {
	white-space: nowrap !important;
}

/* --- Yalnızca dar ekranda görünen menü örneği (logonun solundaki hamburger) --- */

.granty-sadece-mobil .gy-panel__btn,
.granty-sadece-mobil .gy-panel,
.granty-sadece-mobil .gy-menu {
	display: none !important;
}

.granty-sadece-mobil.gy-menu-sarma {
	line-height: 0;
}

.granty-sadece-mobil .gy-menu__btn {
	margin: 0;
}

/* Logo sütunu: hamburger + logo yan yana */

.granty-logo-satiri {
	flex-direction: row !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
}

.granty-logo-satiri > .elementor-widget {
	margin-bottom: 0;
}

/* --- Ürün görseli: daha büyük (widget döngüleri) --- */

.gy-urun__gorsel {
	aspect-ratio: 1 / 1;
}

.gy-urun__gorsel img {
	padding: 10px 10px 2px;
}

@media (max-width: 700px) {
	.gy-urun__gorsel img {
		padding: 8px 8px 2px;
	}
}

/* --- Mozaik görseli karoyu tam doldursun ---
   Elementor'un .elementor img { height: auto } kuralı daha yüksek
   özgüllükte olduğu için görsel karonun altını boş bırakıyordu. */

.gy-mozaik .gy-mozaik__karo .gy-mozaik__gorsel,
.elementor .gy-mozaik__gorsel {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

/* Metin bandı her karoda okunur kalsın */

.gy-mozaik__metin {
	background: linear-gradient(to top,
		rgba(23, 24, 26, 0.82) 0%,
		rgba(23, 24, 26, 0.45) 55%,
		rgba(23, 24, 26, 0) 100%);
	padding-top: 56px;
}

/* ==================================================================
   MOBİL ÇEKMECE — bölümler ve kategori listesi
   ================================================================== */

.gy-drawer__bolum {
	padding: 14px 0 6px;
}

.gy-drawer__bolum + .gy-drawer__bolum {
	border-top: 8px solid #f5f3f0;
	margin-top: 6px;
}

.gy-drawer__etiket {
	display: block;
	padding: 0 20px 10px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--g-mute, #8a8c8e);
	font-variation-settings: "wdth" 80;
}

/* Kategori satırları */

.gy-drawer__kat > li > a {
	display: flex !important;
	align-items: center;
	gap: 13px;
	padding: 11px 20px !important;
	padding-inline-end: 62px !important;
}

.gy-drawer__kg {
	flex: none;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	overflow: hidden;
	background: #f2efeb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gy-drawer__kg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gy-drawer__ka {
	flex: 1;
	min-width: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}

.gy-drawer__ks {
	flex: none;
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
	color: var(--g-mute, #8a8c8e);
	font-variant-numeric: tabular-nums;
}

.gy-drawer__kat .sub-menu a {
	display: flex !important;
	align-items: center;
	gap: 10px;
	padding: 10px 20px 10px 79px !important;
	font-size: 14px;
	font-weight: 400;
	color: var(--g-stone, #5f6163);
}

.gy-drawer__kat .sub-menu .gy-drawer__ka {
	font-size: 14px;
	font-weight: 400;
}

/* Sayfalar bölümü daha sade dursun */

.gy-drawer__nav .gy-drawer__liste > li > a {
	padding: 13px 20px !important;
	font-size: 15px;
}

/* Bölüm içindeki ilk satırın üst çizgisi olmasın */

.gy-drawer__bolum .gy-drawer__liste > li:first-child > a,
.gy-drawer__bolum ul > li:first-child > a {
	border-top: 0;
}
