body { 
	font-family: 'Gosha Sans', sans-serif; 
	margin: 0;
	overflow-x: hidden;
}

.top-header { 
	background: #d10dcd;
	padding: 12px 0; 
	font-size: 13px; 
	position: relative;
	z-index: 999;
}

.top-header .container { 
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
}

.top-header-left { 
	color: #fff; 
	font-weight: 500; 
}

.top-header-left strong { 
	font-weight: 700; 
}

.top-header-right { 
	display: flex; 
	gap: 25px; 
	align-items: center; 
}

.top-header-right span { 
	color: #fff; 
	font-weight: 500; 
}

.top-header-right span strong { 
	font-weight: 600; 
	color: #fff; 
	margin-right: 5px; 
}

.social-links { 
	display: flex; 
	gap: 15px; 
}

.social-links a { 
	color: #fff; 
	font-size: 14px; 
	transition: color 0.3s; 
}

.social-links a:hover { 
	color: #ffeb3b; 
}

.main-header { 
	background: #fff;
	padding: 10px 0; 
	position: relative;
	z-index: 1000;
	overflow: visible;
}

/* Ana sayfa dışındaki sayfalarda header arka planı */
.main-header.header-inner-page {
	background: #f1f2e0;
}

/* Inner page'de dropdown menü arka planı */
.main-header.header-inner-page .dropdown-menu {
	background: #ffffff;
}

.main-header .container { 
	display: flex; 
	align-items: center; 
	justify-content: space-between; 
	position: relative;
	overflow: visible;
	z-index: 1001;
}

.header-left-nav { 
	display: flex; 
	gap: 30px; 
	align-items: center; 
	position: relative;
	overflow: visible;
}

.header-left-nav a { 
	color: #333; 
	text-decoration: none; 
	font-weight: 600; 
	font-size: 14px; 
	text-transform: uppercase; 
	letter-spacing: 0.5px; 
	transition: color 0.3s; 
}

.header-left-nav a:hover { 
	color: #ff6b9d; 
}

/* Custom Dropdown Menu (Bootstrap ile çakışmaması için) */
.custom-dropdown-wrapper {
	position: relative;
	display: inline-block;
	overflow: visible;
	z-index: 9999999;
}

.custom-dropdown-wrapper .custom-has-dropdown {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.3s;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.custom-dropdown-wrapper:hover .custom-has-dropdown {
	color: #ff6b9d;
}

.custom-has-dropdown i {
	font-size: 10px;
	transition: transform 0.3s;
}

.custom-dropdown-wrapper:hover .custom-has-dropdown i {
	transform: rotate(180deg);
}

.custom-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 10px;
	background: white;
	min-width: 280px;
	max-width: 320px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
	padding: 12px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
	z-index: 9999999;
	pointer-events: none;
}

.custom-dropdown-wrapper:hover .custom-dropdown-menu,
.custom-dropdown-wrapper .custom-dropdown-menu:hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

/* Dropdown menü ile wrapper arasındaki boşluğu kapat */
.custom-dropdown-wrapper::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 15px;
	background: transparent;
}

.dropdown-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	color: #333;
	text-decoration: none;
	border-radius: 7px;
	transition: all 0.3s;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

.dropdown-item:hover {
	background: #f8f9fa;
	color: #ff6b9d;
	padding-left: 20px;
}

.dropdown-item img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 7px;
	border: 2px solid #f0f0f0;
}

.dropdown-item i {
	font-size: 20px;
	color: #667eea;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f4ff;
	border-radius: 7px;
}

.dropdown-item.view-all {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 2px solid #f0f0f0;
	font-weight: 600;
	color: #ff6b9d;
}

.dropdown-item.view-all:hover {
	color: #ff4d8a;
}

.dropdown-item.view-all i {
	background: #ff6b9d;
	color: white;
}

.header-center { 
	position: absolute; 
	left: 48%; 
	transform: translateX(-50%);
	z-index: 1002;
}

.header-center a {
	display: inline-block;
	cursor: pointer;
}

.header-logo { 
	height: 105px;
	transition: transform 0.3s;
	position: relative;
	z-index: 1001;
}

.header-logo:hover {
	transform: scale(1.05);
}

/* Vitrin Bölümü */
.showcase-section {
	padding: 60px 0;
	background: #f3ebeb;
	position: relative;
	overflow: hidden;
	margin-top: -1px;
	padding-top: 100px;
}

/* Wave Divider Top */
.wave-divider-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	z-index: 1;
	transform: rotate(180deg);
}

.wave-divider-top svg {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.wave-divider-top path {
	/* fill: #fff; */
}


.showcase-header {
	text-align: center;
	margin-bottom: 50px;
}

.showcase-header h2 {
	font-family: 'Gosha Sans', sans-serif;
	font-size: 48px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.showcase-intro {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	max-width: 900px;
	margin: 0 auto;
	font-weight: 400;
}

.showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.showcase-item {
	text-align: center;
	position: relative;
}

.showcase-image {
	width: 250px;
	height: 250px;
	margin: 0 auto 20px;
	border-radius: 10%;
	border: 8px solid #ff6b9d;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
	position: relative;
	background: white;
}

.showcase-image::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transform: rotate(45deg);
	animation: shine 3s infinite;
}

@keyframes shine {
	0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
	100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.showcase-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.showcase-item:hover .showcase-image {
	transform: scale(1.05) rotate(5deg);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.showcase-item:hover .showcase-image img {
	transform: scale(1.1);
}

.showcase-item h3 {
	font-family: 'Rowdies', sans-serif;
	font-size: 28px;
	color: #333;
	margin-bottom: 8px;
	font-weight: 600;
}

.showcase-item p {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
	.showcase-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	
	.showcase-image {
		width: 220px;
		height: 220px;
	}
	
	.showcase-header h2 {
		font-size: 38px;
	}
}

@media (max-width: 768px) {
	.showcase-section {
		padding: 40px 0;
	}
	
	.showcase-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.showcase-image {
		width: 200px;
		height: 200px;
	}
	
	.showcase-header h2 {
		font-size: 32px;
	}
	
	.showcase-item h3 {
		font-size: 24px;
	}
}

.header-right-actions { 
	display: flex; 
	gap: 25px; 
	align-items: center; 
}

.search-btn, .cart-link, .account-link, .header-link { 
	color: #333; 
	font-size: 16px; 
	cursor: pointer; 
	text-decoration: none; 
	font-weight: 600; 
	transition: color 0.3s; 
}

.header-link {
	font-size: 14px;
	text-transform: uppercase;
}

.search-btn:hover, .cart-link:hover, .account-link:hover, .header-link:hover {
	color: #ff6b9d;
}

.cart-link { 
	position: relative; 
}

.cart-count { 
	background: #ff6b9d; 
	color: #fff; 
	border-radius: 50%; 
	padding: 2px 6px; 
	font-size: 11px; 
	margin-left: 3px; 
}

.btn-shop-now { 
	background: #004c52; 
	color: #fff; 
	padding: 10px 25px; 
	border-radius: 7px; 
	text-decoration: none; 
	font-weight: 600; 
	font-size: 14px; 
	transition: all 0.3s; 
	border: none; 
}

.btn-shop-now:hover { 
	background: #bc0bb6;
	transform: translateY(-2px); 
	box-shadow: 0 5px 15px rgba(255,107,157,0.3); 
}

/* Slide Area */
.slide-area {
	background: repeating-linear-gradient(
		90deg,
		#f8ddd9,
		#f8ddd9 80px,
		#fae7e4 80px,
		#fae7e4 160px
	);
	padding: 100px 0 40px 0;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.slide-area .container {
	height: 100%;
}

.slide-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	padding-top: 0;
	margin-top: -100px;
	overflow: hidden;
	width: 100%;
}

.slide-image {
	max-width: 350px;
}

.slide-image img {
	width: 100%;
	height: auto;
	display: block;
}

.slide-image:first-child img {
	margin-left: 20px;
}

.slide-slogan {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 10px;
}

.slide-slogan h2 {
	color: #ff69b4;
	font-family: 'Baloo 2', sans-serif;
	font-size: 55px;
	font-weight: 600;
	margin: 0;
	line-height: normal;
	margin-top: 120px;
	text-transform: uppercase;
	-webkit-text-stroke: 3px white;
	text-stroke: 3px white;
	paint-order: stroke fill;
}

.slide-image-right {
    margin-left: auto;
    margin-right: 20px;
    margin-top: 120px;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.slide-image-right img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 8px solid #ff6b9d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    position: relative;
    background: white;
    display: block;
    z-index: 1;
}

/* Shine animasyonu - yuvarlak */
.slide-image-right::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
    pointer-events: none;
    z-index: 2;
    border-radius: 50%;
}

.slide-image-right:hover img {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* Wave Divider Bottom */
.wave-divider-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	z-index: 1;
}

.wave-divider-bottom svg {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.wave-divider-bottom path {
	fill: #fff;
}

/* Partner Logoları Bölümü */
.partner-logos-section {
	background: transparent;
	overflow: hidden;
}

.partner-logos-slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.partner-logos-slider {
	width: 100%;
	overflow: hidden;
}

.partner-logos-track {
	display: flex;
	gap: 50px;
	align-items: center;
	will-change: transform;
	white-space: nowrap;
}

.partner-logo-item {
	flex-shrink: 0;
	width: 120px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 7px;
	padding: 10px;
	transition: transform 0.3s ease;
}

.partner-logo-item:hover {
	transform: translateY(-3px);
}

.partner-logo-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.partner-logo-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-logo-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s ease;
}

.partner-logo-item:hover .partner-logo-image img {
	filter: grayscale(0%);
	opacity: 1;
}

/* Ürün Çeşitleri Bölümü */
.product-varieties {
	padding: 60px 0 80px;
	background: #fdf5e6;
	position: relative;
}

.product-varieties .wave-divider-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	z-index: 1;
}

.product-varieties .wave-divider-top svg {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.product-varieties .container {
	position: relative;
	z-index: 2;
}

.product-varieties .container {
	max-width: 1500px;
	padding: 0 20px;
}

.product-varieties .section-header p {
	color: #6d587a;
	font-size: 16px;
	max-width: 640px;
	margin: 0 auto;
}

.product-categories-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 50px;
}

.product-header-icon {
	width: 90px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 25px rgba(54, 15, 75, 0.15));
}

.product-varieties .section-header {
	text-align: center;
	margin-bottom: 0;
}

.product-varieties .section-header p {
	color: #6d587a;
	font-size: 16px;
	max-width: 640px;
	margin: 0 auto;
}

/* Ana Sayfa Kategoriler */
.home-categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
}

.home-category-item {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.home-category-card {
	position: relative;
	height: 100%;
	border-radius: 32px;
	padding: 90px 30px 40px;
	background: linear-gradient(135deg, #ffe7d8 0%, #fff4ef 100%);
	box-shadow: 0 25px 50px rgba(69, 24, 74, 0.08);
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-category-card::before,
.home-category-card::after {
	content: '';
	position: absolute;
	width: 220px;
	height: 220px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 45% 55% 60% 40%;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.home-category-card::before {
	top: -80px;
	right: -70px;
}

.home-category-card::after {
	bottom: -90px;
	left: -80px;
	border-radius: 55% 45% 40% 60%;
}

.home-category-item:nth-child(2) .home-category-card {
	background: linear-gradient(135deg, #ffd9ec 0%, #ffeef9 100%);
}

.home-category-item:nth-child(3) .home-category-card {
	background: linear-gradient(135deg, #d4f2ff 0%, #f1fbff 100%);
}

.home-category-item:nth-child(4) .home-category-card {
	background: linear-gradient(135deg, #ffe4d1 0%, #fff3e3 100%);
}

.home-category-item:nth-child(5) .home-category-card {
	background: linear-gradient(135deg, #e9ddff 0%, #f6f2ff 100%);
}

.home-category-item:nth-child(6) .home-category-card {
	background: linear-gradient(135deg, #dff8ff 0%, #f1fdff 100%);
}

.home-category-item:hover .home-category-card {
	transform: translateY(-10px);
	box-shadow: 0 35px 65px rgba(69, 24, 74, 0.12);
}

.home-category-item:hover .home-category-card::before,
.home-category-item:hover .home-category-card::after {
	transform: scale(1.1);
	opacity: 0.55;
}

.home-category-badge {
	position: absolute;
	top: 26px;
	left: 30px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	font-family: 'Baloo 2', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #5a1f7d;
	box-shadow: 0 10px 25px rgba(90, 31, 125, 0.15);
}

.home-category-badge i {
	color: #ffb400;
	font-size: 16px;
}

.home-category-image {
	width: 220px;
	height: 220px;
	margin: 0 auto 25px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 20px 45px rgba(69, 24, 74, 0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-category-item:hover .home-category-image {
	transform: translateY(-6px);
	box-shadow: 0 28px 60px rgba(69, 24, 74, 0.18);
}

.home-category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	transition: transform 0.35s ease;
}

.home-category-item:hover .home-category-image img {
	transform: scale(1.08);
}

.home-category-placeholder {
	background: #ffe3f6;
	color: #5a1f7d;
	font-size: 48px;
}

.home-category-info {
	text-align: center;
}

.home-category-info h3 {
	font-family: 'Baloo 2', sans-serif;
	font-size: 24px;
	color: #421854;
	margin-bottom: 12px;
}

.home-category-info p {
	font-size: 15px;
	color: #6d587a;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 260px;
}

@media (max-width: 992px) {
	.home-categories-grid {
		grid-template-columns: repeat(2, minmax(220px, 1fr));
		gap: 30px;
		padding: 0 40px;
	}

	.home-category-card {
		padding: 80px 25px 35px;
	}

	.home-category-image {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 576px) {
	.home-categories-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 0 20px;
	}

	.home-category-card {
		padding: 70px 20px 30px;
	}

	.home-category-image {
		width: 180px;
		height: 180px;
	}

	.home-category-info h3 {
		font-size: 20px;
	}

	.home-category-info p {
		font-size: 14px;
	}
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-header h2 {
	font-family: 'Baloo 2', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #421854;
	margin-bottom: 15px;
}

.section-header p {
	color: #666;
	font-size: 16px;
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.6;
}

.varieties-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}

.variety-item {
	background: #fff;
	padding: 30px 20px;
	border-radius: 7px;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
	border: 2px solid transparent;
}

.variety-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-color: #ff6b9d;
	background: #fff;
}

.variety-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	color: #ff6b9d;
	transition: transform 0.3s;
}

.variety-item:hover .variety-icon {
	transform: scale(1.1);
}

.variety-icon svg {
	width: 100%;
	height: 100%;
}

.variety-icon i {
	font-size: 80px;
}

.variety-item h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.variety-code {
	color: #999;
	font-size: 13px;
	font-weight: 500;
}

/* ================================
   Uygulama Alanları Bölümü
   ================================ */
.application-areas {
	padding: 80px 0;
	background-color: #ffb3d9;
	background-image: url('../images/back.webp');
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.application-areas .container {
	position: relative;
	z-index: 1;
	max-width: 1500px;
	padding: 0 20px;
}

.application-areas .section-header {
	text-align: center;
	margin-bottom: 60px;
}

.application-areas .section-header h2 {
	font-family: 'Baloo 2', sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #421854;
	margin-bottom: 15px;
}

.application-areas .section-header p {
	font-size: 16px;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
}

.applications-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
}

.application-item {
	text-align: center;
	transition: transform 0.3s ease;
	background: linear-gradient(160deg, rgba(255, 231, 216, 0.95), rgba(255, 244, 239, 0.95));
	border-radius: 30px;
	padding: 35px 28px;
	overflow: hidden;
	box-shadow: 0 18px 35px rgba(68, 27, 77, 0.15);
	position: relative;
}

.application-item:nth-child(4n+1) {
	background: linear-gradient(150deg, rgba(255, 231, 216, 0.95), rgba(255, 240, 230, 0.95));
}

.application-item:nth-child(4n+2) {
	background: linear-gradient(150deg, rgba(255, 223, 239, 0.95), rgba(255, 240, 247, 0.95));
}

.application-item:nth-child(4n+3) {
	background: linear-gradient(150deg, rgba(222, 242, 255, 0.95), rgba(239, 250, 255, 0.95));
}

.application-item:nth-child(4n) {
	background: linear-gradient(150deg, rgba(221, 255, 237, 0.95), rgba(236, 255, 245, 0.95));
}

.application-item::before,
.application-item::after {
	content: '';
	position: absolute;
	opacity: 0.2;
	background: #fff;
	filter: blur(0.5px);
	transition: transform 0.4s ease;
}

.application-item::before {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	top: -70px;
	right: -60px;
}

.application-item::after {
	width: 220px;
	height: 140px;
	border-radius: 60px;
	bottom: -80px;
	left: -70px;
}

.application-item:hover::before,
.application-item:hover::after {
	transform: scale(1.08);
}

.application-image {
	width: 100%;
	height: 220px;
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 25px;
	box-shadow: 0 15px 35px rgba(68, 27, 77, 0.18);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.application-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.application-item:hover .application-image img {
	transform: scale(1.06);
}

.application-item h3 {
	color: #421854;
	font-family: 'Baloo 2', sans-serif;
	font-size: 22px;
	font-weight: 600;
}

/* Uygulama Alanları Slider (4'ten fazla olduğunda) */
.applications-slider-wrapper {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.applications-slider-container {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	overflow: hidden;
}

.applications-slider {
	overflow: hidden;
	position: relative;
	flex: 1;
	width: 100%;
	height: auto;
	display: flex;
}

.applications-slider-track {
	display: flex;
	gap: 30px;
	will-change: transform;
	transition: none;
}

.applications-slider .application-item {
	flex-shrink: 0;
	width: 280px;
	min-width: 280px;
	max-width: 280px;
}

.slider-nav {
	display: none;
}

.slider-nav:hover {
	background: #ff4d8a;
	transform: scale(1.1);
	box-shadow: 0 4px 15px rgba(255, 107, 157, 0.5);
}

.slider-nav:active {
	transform: scale(0.95);
}

.slider-nav:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Responsive - Slider */
@media (max-width: 1200px) {
	.applications-slider .application-item {
		width: 250px;
		min-width: 250px;
		max-width: 250px;
	}
}

@media (max-width: 768px) {
	.applications-slider-wrapper {
		padding: 0 50px;
	}
	
	.applications-slider .application-item {
		width: 220px;
		min-width: 220px;
		max-width: 220px;
	}
	
	.slider-nav {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.applications-slider-wrapper {
		padding: 0 40px;
	}
	
	.applications-slider .application-item {
		width: 200px;
		min-width: 200px;
		max-width: 200px;
	}
}

/* ================================
   Şubelerimiz Bölümü
   ================================ */
.branches-section {
	padding: 80px 0;
	background: #fff;
}

.branches-section .section-header {
	text-align: center;
	margin-bottom: 60px;
}

.branches-section .section-header h2 {
	font-family: 'Abril Fatface', serif;
	font-size: 36px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
}

.branches-section .section-header p {
	font-size: 16px;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
}

/* Ana sayfa - Şube linkleri */
.branches-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.branch-link {
	color: #333;
	font-size: 18px;
	text-decoration: none;
	padding: 8px 15px;
	transition: all 0.3s;
	font-weight: 500;
	border-bottom: 2px solid transparent;
}

.branch-link:hover {
	color: #667eea;
	border-bottom-color: #667eea;
	text-decoration: none;
}

.branch-separator {
	color: #999;
	font-size: 18px;
	margin: 0 5px;
}

@media (max-width: 992px) {
	.branches-links {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	
	.branch-separator {
		display: none;
	}
	
	.branch-link {
		font-size: 16px;
	}
}

/* ================================
   Tarif & Blog Bölümü
   ================================ */
.recipe-blog-section {
	padding: 80px 0;
	background: #e4e0ed;
}

.recipe-blog-section .section-header {
	text-align: center;
	margin-bottom: 60px;
}

.recipe-blog-section .section-header h2 {
	font-family: 'Baloo 2', sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #421854;
	margin-bottom: 15px;
}

.recipe-blog-section .section-header p {
	font-size: 16px;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
}

.recipe-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.recipe-item {
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}

.recipe-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 25px rgba(255, 107, 157, 0.3);
}

.recipe-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.recipe-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.recipe-item:hover .recipe-image img {
	transform: scale(1.1);
}

.recipe-content {
	padding: 25px;
}

.recipe-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #999;
}

.recipe-author {
	font-weight: 600;
	color: #ff6b9d;
}

.recipe-date {
	display: flex;
	align-items: center;
	gap: 5px;
}

.recipe-content h3 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.4;
}

.recipe-excerpt {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.recipe-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ff6b9d;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: gap 0.3s ease;
}

.recipe-link:hover {
	gap: 12px;
}

/* ================================
   Kemal Usta Sayfası
   ================================ */
.kemal-usta-page {
	padding: 10px 0;
	background:#f9f9f9;
}

.kemal-usta-content {
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 60px;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.kemal-usta-image {
	position: relative;
	order: 1;
}

.kemal-usta-image img {
	width: auto;
	height: 550px;
	object-fit: cover;
	border-radius: 7px;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.kemal-usta-text {
	order: 2;
	padding-top: 40px;
}

.kemal-usta-title {
	font-family: 'Abril Fatface', serif;
	font-size: 42px;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
}

.kemal-usta-text {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}

.kemal-usta-text p {
	margin-bottom: 20px;
	text-align: justify;
}

.kemal-usta-text p:first-of-type {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

/* Kemal Usta Description - Editör içeriği stilleri */
.kemal-usta-description {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}

.kemal-usta-description p {
	margin-bottom: 20px;
	text-align: justify;
}

.kemal-usta-description h2,
.kemal-usta-description h3,
.kemal-usta-description h4 {
	color: #333;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: 600;
}

.kemal-usta-description h2 {
	font-size: 28px;
}

.kemal-usta-description h3 {
	font-size: 22px;
}

.kemal-usta-description h4 {
	font-size: 18px;
}

.kemal-usta-description ul,
.kemal-usta-description ol {
	margin-bottom: 20px;
	padding-left: 30px;
}

.kemal-usta-description li {
	margin-bottom: 10px;
}

.kemal-usta-description strong {
	font-weight: 600;
	color: #333;
}

.kemal-usta-description em {
	font-style: italic;
}

.kemal-usta-description a {
	color: #667eea;
	text-decoration: underline;
}

.kemal-usta-description a:hover {
	color: #764ba2;
}

/* ================================
   Ürünlerimiz Sayfası
   ================================ */
.products-page {
	padding: 80px 0;
	background: #fff;
	min-height: 60vh;
}

.page-title {
	text-align: center;
	margin-bottom: 60px;
}

.page-title h1 {
	font-family: 'Abril Fatface', serif;
	font-size: 48px;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
}

.page-title p {
	font-size: 18px;
	color: #666;
	margin: 0;
}

.no-content {
	text-align: center;
	padding: 80px 20px;
	color: #999;
}

.no-content i {
	font-size: 80px;
	margin-bottom: 20px;
	opacity: 0.3;
}

.no-content p {
	font-size: 18px;
	margin: 0;
}

.no-content .btn {
	padding: 8px 16px !important;
	font-size: 13px !important;
	margin-top: 20px;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
}

.no-content .btn i {
	font-size: 30px !important;
	line-height: 1 !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
}

.categories-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	padding: 0 20px;
}

.category-card {
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s;
	text-decoration: none;
	color: inherit;
	display: block;
}

.category-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.category-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #f8f9fa;
	position: relative;
}

.category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.category-card:hover .category-image img {
	transform: scale(1.1);
}

.category-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.category-placeholder i {
	font-size: 80px;
	color: rgba(255, 255, 255, 0.8);
}

.category-info {
	padding: 25px;
}

.category-info h2 {
	font-size: 24px;
	color: #333;
	margin: 0 0 12px 0;
	font-weight: 600;
}

.category-info p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.category-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 2px solid #f0f0f0;
}

.product-count {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #667eea;
	font-weight: 600;
}

.product-count i {
	font-size: 16px;
}

.view-link {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #ff6b9d;
	font-weight: 600;
	transition: gap 0.3s;
}

.category-card:hover .view-link {
	gap: 12px;
}

.view-link i {
	font-size: 14px;
}

/* Kategori Sayfası */
.category-page {
	padding: 80px 0;
	background: #f9f9f9;
	min-height: 70vh;
}

.breadcrumb-nav {
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.breadcrumb-nav a {
	color: #667eea;
	text-decoration: none;
	transition: color 0.3s;
}

.breadcrumb-nav a:hover {
	color: #ff6b9d;
}

.breadcrumb-nav span {
	color: #999;
}

.category-header {
	background: #fff;
	border-radius: 7px;
	padding: 30px 40px;
	margin-bottom: 40px;
	
	text-align: center;
}

.category-header-image {
	display: none;
}

.category-header-info {
	width: 100%;
}

.category-header-info h1 {
	font-size: 36px;
	color: #333;
	margin: 0 0 12px 0;
	font-weight: 700;
}

.category-header-info > p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin: 0 0 15px 0;
}

.category-products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	padding: 0 20px;
}

.product-item-card {
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
	display: block;
}

.product-item-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-item-image {
	width: 100%;
	height: 280px;
	overflow: hidden;
	background: #f8f9fa;
	position: relative;
}

.product-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.product-item-card:hover .product-item-image img {
	transform: scale(1.08);
}

.product-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.product-placeholder i {
	font-size: 80px;
	color: rgba(255, 255, 255, 0.8);
}

.product-item-info {
	padding: 20px;
}

.product-item-info h3 {
	font-size: 18px;
	color: #333;
	margin: 0 0 10px 0;
	font-weight: 600;
	line-height: 1.4;
	min-height: 50px;
}

.product-item-info > p {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	margin: 0 0 15px 0;
	min-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-price {
	font-size: 22px;
	color: #ff6b9d;
	font-weight: 700;
	display: block;
	text-align: right;
}

/* Ürün Detay Sayfası */
.product-detail-page {
	padding: 80px 0;
	background: #f9f9f9;
	min-height: 70vh;
}

.product-detail-container {
	background: #fff;
	border-radius: 7px;
	padding: 40px;
	margin-bottom: 50px;
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.product-detail-image {
	width: 100%;
	height: 500px;
	border-radius: 7px;
	overflow: hidden;
	background: #f8f9fa;
}

.product-detail-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-detail-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.product-detail-placeholder i {
	font-size: 120px;
	color: rgba(255, 255, 255, 0.8);
}

.product-detail-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product-category-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #f0f0f0;
	color: #667eea;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	width: fit-content;
}

.product-detail-info h1 {
	font-size: 38px;
	color: #333;
	margin: 0;
	font-weight: 700;
	line-height: 1.3;
}

.product-detail-price {
	font-size: 36px;
	color: #ff6b9d;
	font-weight: 700;
	padding: 20px 0;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
}

.product-detail-description {
	flex: 1;
}

.product-detail-description h3 {
	font-size: 20px;
	color: #333;
	margin: 0 0 15px 0;
	font-weight: 600;
}

.product-detail-description p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin: 0;
}

.product-detail-actions {
	display: flex;
	gap: 15px;
	margin-top: 10px;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	border-radius: 7px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.btn-large {
	padding: 16px 32px;
	font-size: 18px;
}

.btn-primary {
	background: #ff6b9d;
	color: #fff;
}

.btn-primary:hover {
	background: #ff5089;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
}

.btn-secondary {
	background: #f0f0f0;
	color: #333;
}

.btn-secondary:hover {
	background: #e0e0e0;
	transform: translateY(-2px);
}

/* Benzer Ürünler */
.related-products-section {
	padding: 0 20px;
}

.related-products-section h2 {
	font-size: 32px;
	color: #333;
	margin: 0 0 30px 0;
	font-weight: 700;
	text-align: center;
}

.related-products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

/* Responsive */
@media (max-width: 1200px) {
	.category-products-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.related-products-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 992px) {
	.categories-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.category-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.related-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.product-detail-container {
		grid-template-columns: 1fr;
	}
	
	.product-detail-image {
		height: 400px;
	}
}

@media (max-width: 768px) {
	.products-page {
		padding: 40px 0;
	}
	
	.page-title h1 {
		font-size: 32px;
	}
	
	.page-title p {
		font-size: 16px;
	}
	
	.categories-grid {
		grid-template-columns: 1fr;
		padding: 0 15px;
	}
	
	.category-image {
		height: 200px;
	}
	
	.category-page {
		padding: 40px 0;
	}
	
	.category-header {
		flex-direction: column;
		padding: 30px 20px;
	}
	
	.category-header-image {
		width: 150px;
		height: 150px;
	}
	
	.category-header-info h1 {
		font-size: 28px;
		text-align: center;
	}
	
	.category-header-info > p {
		font-size: 16px;
		text-align: center;
	}
	
	.category-products-grid {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 15px;
		gap: 15px;
	}
	
	.product-item-image {
		height: 200px;
	}
	
	.product-item-info h3 {
		font-size: 16px;
		min-height: auto;
	}
	
	.product-item-info > p {
		font-size: 12px;
		min-height: auto;
	}
	
	.product-price {
		font-size: 18px;
	}
	
	.product-detail-page {
		padding: 40px 0;
	}
	
	.product-detail-container {
		grid-template-columns: 1fr;
		padding: 20px;
		gap: 30px;
	}
	
	.product-detail-image {
		height: 300px;
	}
	
	.product-detail-info h1 {
		font-size: 26px;
	}
	
	.product-detail-price {
		font-size: 28px;
	}
	
	.product-detail-actions {
		flex-direction: column;
	}
	
	.btn-large {
		padding: 14px 24px;
		font-size: 16px;
		justify-content: center;
	}
	
	.related-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	.related-products-section h2 {
		font-size: 24px;
	}
	
	.kemal-usta-page {
		padding: 40px 0;
	}
	
	.kemal-usta-page .page-header h1 {
		font-size: 32px;
	}
	
	.kemal-usta-content {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 0 20px;
	}
	
	.kemal-usta-text p:first-of-type {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.recipe-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
		padding: 0 15px;
	}
}

@media (max-width: 576px) {
	.recipe-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 10px;
	}
}

/* ================================
   Footer Bölümü
   ================================ */
.main-footer {
	background: #004c52;
	color: #fff;
	padding: 60px 0 30px;
}

.footer-content {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.footer-column h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.footer-about {
	max-width: 300px;
}

.footer-logo {
	height: 80px;
	margin-bottom: 20px;
	
}

.footer-about p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 25px;
	opacity: 0.9;
}

.footer-social {
	display: flex;
	gap: 15px;
}

.social-icon {
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #844597;
	font-size: 18px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.social-icon:hover {
	background: #ff6b9d;
	color: #fff;
	transform: translateY(-5px);
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	opacity: 0.9;
	transition: all 0.3s ease;
	display: inline-block;
}

.footer-links a:hover {
	opacity: 1;
	padding-left: 5px;
	color: #ffeb3b;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.contact-item i {
	font-size: 16px;
	margin-top: 3px;
	opacity: 0.9;
}

.contact-item div {
	color: #fff;
	opacity: 0.9;
}

.contact-item a {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	transition: opacity 0.3s ease;
}

.contact-item a:hover {
	opacity: 1;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-copyright {
	font-size: 14px;
	opacity: 0.9;
}

.payment-methods {
	display: flex;
	gap: 10px;
	align-items: center;
}

.payment-icon {
	background: #fff;
	padding: 8px 12px;
	border-radius: 5px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.payment-icon img {
	height: 20px;
	width: auto;
}

/* Mobile Responsive */
@media (max-width: 1200px) {
	.varieties-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1200px) {
	.home-categories-grid {
		gap: 32px;
	}
}

@media (max-width: 992px) {
	.varieties-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.applications-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 992px) {
	.footer-content {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	
	.footer-about {
		grid-column: 1 / -1;
		max-width: 100%;
		text-align: center;
	}
	
	.footer-logo {
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer-social {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.main-footer {
		padding: 40px 20px 20px;
	}
	
	.footer-content {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: center;
	}
	
	.footer-column {
		width: 100%;
	}
	
	.footer-about {
		grid-column: 1;
	}
	
	.footer-logo {
		height: 100px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer-about p {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer-social {
		justify-content: center;
	}
	
	.contact-item {
		justify-content: center;
		text-align: center;
	}
	
	.footer-links {
		text-align: center;
	}
	
	.footer-links a:hover {
		padding-left: 0;
	}
	
	.footer-bottom {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	
	.payment-methods {
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.main-footer {
		padding: 30px 15px 15px;
	}
	
	.footer-content {
		gap: 25px;
	}
	
	.footer-logo {
		height: 80px;
	}
	
	.footer-column h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.footer-about p {
		font-size: 13px;
	}
	
	.footer-links a {
		font-size: 13px;
	}
	
	.footer-copyright {
		font-size: 12px;
	}
	
	.payment-methods {
		gap: 15px;
	}
	
	.payment-icon {
		width: 35px;
		height: 35px;
	}
	
	.payment-icon i {
		font-size: 20px !important;
	}
}

/* Mobil Menü Toggle Butonu */
.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 24px;
	color: #333;
	cursor: pointer;
	padding: 10px;
	z-index: 1000;
}

/* Mobil Menü */
.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.mobile-menu.active {
	opacity: 1;
	visibility: visible;
}

.mobile-menu-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background: white;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
	transform: translateX(-100%);
	transition: transform 0.3s;
	overflow-y: auto;
}

.mobile-menu.active .mobile-menu-content {
	transform: translateX(0);
}

.mobile-menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background: #f8f9fa;
	border-bottom: 1px solid #e0e0e0;
}

.mobile-menu-header h3 {
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: 700;
}

.mobile-menu-close {
	background: none;
	border: none;
	font-size: 24px;
	color: #333;
	cursor: pointer;
	padding: 5px;
}

.mobile-nav {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
}

.mobile-nav > a {
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0;
	transition: background 0.3s;
	display: flex;
	align-items: center;
	gap: 10px;
}

.mobile-nav > a:hover {
	background: #f8f9fa;
	color: #ff6b9d;
}

.mobile-nav > a i {
	font-size: 18px;
}

.mobile-dropdown {
	border-bottom: 1px solid #f0f0f0;
}

.mobile-dropdown-toggle {
	width: 100%;
	padding: 15px 20px;
	background: none;
	border: none;
	color: #333;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background 0.3s;
}

.mobile-dropdown-toggle:hover {
	background: #f8f9fa;
}

.mobile-dropdown-toggle i {
	transition: transform 0.3s;
	font-size: 12px;
}

.mobile-dropdown-toggle.active i {
	transform: rotate(180deg);
}

.mobile-dropdown-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
	background: #f8f9fa;
}

.mobile-dropdown-menu.active {
	max-height: 500px;
}

.mobile-dropdown-menu a {
	display: block;
	padding: 12px 20px 12px 40px;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
	transition: background 0.3s;
}

.mobile-dropdown-menu a:hover {
	background: #fff;
	color: #ff6b9d;
	padding-left: 45px;
}

@media (max-width: 992px) {
	.mobile-menu-toggle {
		display: block;
	}
	
	.header-left-nav {
		display: none;
	}
	
	.header-right-actions {
		display: none;
	}
	
	.header-center {
		order: 2;
		flex: 1;
		text-align: center;
	}
	
	.main-header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
	}
	
	.mobile-menu {
		display: block;
	}
}

@media (max-width: 768px) {
	.product-varieties {
		padding: 50px 0;
	}
	
	.top-header {
		padding: 10px 0;
		font-size: 12px;
	}
	
	.top-header-left {
		display: none;
	}
	
	.top-header .container {
		justify-content: center;
		align-items: center;
	}
	
	.top-header-right {
		flex-direction: row;
		gap: 15px;
		align-items: center;
	}
	
	.top-header-right .top-email {
		display: none;
	}
	
	.top-header-right .top-phone {
		display: block;
	}
	
	.social-links {
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}
	
	.header-logo {
		height: 100px;
	}
	
	.slide-content {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
		gap: 20px;
		width: 100%;
	}

	.slide-image,
	.slide-image-right {
		max-width: 260px;
		width: 100%;
		margin: 0 auto;
	}

	.slide-image-right {
		max-width: 220px;
	}

	.slide-image img,
	.slide-image-right img {
		width: 100%;
		height: auto;
	}

	.slide-slogan {
		padding: 0 20px;
	}

	.slide-slogan h2 {
		font-size: 36px;
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.product-categories-header {
		gap: 16px;
	}

	.product-header-icon {
		width: 60px;
	}

	.showcase-header-with-icons {
		gap: 16px;
	}

	.showcase-header-icon {
		width: 70px;
	}

	.application-header-with-icon {
		gap: 12px;
	}

	.application-header-icon {
		width: 60px;
	}

	.recipe-header-with-icons {
		gap: 12px;
	}

	.recipe-header-icon {
		width: 60px;
	}
}

@media (max-width: 576px) {
	.product-categories-header {
		gap: 0;
	}

	.product-header-icon {
		display: none;
	}

	.showcase-header-with-icons {
		gap: 0;
	}

	.showcase-header-icon {
		display: none;
	}

	.application-header-with-icon {
		gap: 0;
	}

	.application-header-icon {
		display: none;
	}

	.recipe-header-with-icons {
		gap: 0;
	}

	.recipe-header-icon {
		display: none;
	}
}

@media (max-width: 576px) {
	.product-varieties {
		padding: 50px 0;
	}
	
	.top-header {
		padding: 10px 0;
		font-size: 12px;
	}
	
	.top-header-left {
		display: none;
	}
	
	.top-header .container {
		justify-content: center;
		align-items: center;
	}
	
	.top-header-right {
		flex-direction: row;
		gap: 15px;
		align-items: center;
	}
	
	.top-header-right .top-email {
		display: none;
	}
	
	.top-header-right .top-phone {
		display: block;
	}
	
	.social-links {
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}
	
	.header-logo {
		height: 80px;
	}
	
	.slide-content {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
		gap: 20px;
		width: 100%;
	}

	.slide-image,
	.slide-image-right {
		max-width: 260px;
		width: 100%;
		margin: 0 auto;
	}

	.slide-image-right {
		max-width: 220px;
	}

	.slide-image img,
	.slide-image-right img {
		width: 100%;
		height: auto;
	}

	.slide-slogan {
		padding: 0 20px;
	}

	.slide-slogan h2 {
		font-size: 36px;
		margin-top: 0;
	}
}

@media (max-width: 576px) {
	html, body {
		overflow-x: hidden;
	}

	.slide-area {
		padding: 40px 0 40px;
	}
}

.showcase-header-with-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 50px;
}

.showcase-header-icon {
	width: 90px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 25px rgba(54, 15, 75, 0.12));
}

.showcase-section .section-header {
	text-align: center;
	margin-bottom: 0;
}

.application-header-with-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}

.application-header-with-icon .section-header {
	text-align: center;
	margin-bottom: 0;
}

.application-header-icon {
	width: 80px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 25px rgba(54, 15, 75, 0.12));
}

.application-areas .section-header {
	text-align: center;
	margin-bottom: 0;
}

.recipe-header-with-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}

.recipe-header-icon {
	width: 80px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 10px 25px rgba(54, 15, 75, 0.12));
}

.recipe-header-with-icons .section-header {
	text-align: center;
	margin-bottom: 0;
}

/* Yukarı Çık Butonu */
.scroll-to-top {
	position: fixed;
	bottom: 120px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
	color: white;
	border: none;
	border-radius: 7px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 4px 15px rgba(255, 105, 180, 0.4);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s ease;
}

.scroll-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-to-top:hover {
	background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
	box-shadow: 0 6px 20px rgba(255, 105, 180, 0.6);
	transform: translateY(-3px);
}

.scroll-to-top:active {
	transform: translateY(-1px);
	box-shadow: 0 3px 10px rgba(255, 105, 180, 0.4);
}

@media (max-width: 768px) {
	.scroll-to-top {
		width: 45px;
		height: 45px;
		bottom: 100px;
		right: 20px;
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
		bottom: 90px;
		right: 15px;
		font-size: 16px;
	}
}

/* Partner Logoları Mobil Responsive */
@media (max-width: 768px) {
	.partner-logos-section {
		padding: 40px 0;
	}
	
	.partner-logo-item {
		width: 100px;
		height: 50px;
		padding: 8px;
	}
	
	.partner-logos-track {
		gap: 30px;
	}
}

@media (max-width: 480px) {
	.partner-logos-section {
		padding: 30px 0;
	}
	
	.partner-logo-item {
		width: 80px;
		height: 40px;
		padding: 5px;
	}
	
	.partner-logos-track {
		gap: 20px;
	}
}
