html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input ,textarea
{
	margin:0px; 
	padding:0px; 
	text-decoration:none; 
	list-style:none;
	outline:none; 
	border:none; 
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 1.42857143;
    color: #454545;
    background-color: #fff;
    overflow-x: hidden;
}
::-webkit-input-placeholder { color:#2f4058; }
:-moz-placeholder { color:#2f4058; }
br { content:""; margin:0; display:block; }
::-moz-placeholder { color:#2f4058; }
:-ms-input-placeholder { color:#2f4058; }
* { box-sizing:border-box; }
::-webkit-input-placeholder { color:#c6c6c6; }
::-moz-placeholder { color:#c6c6c6; }
:-ms-input-placeholder { color:#c6c6c6; }
:-moz-placeholder { color:#c6c6c6; }
.clear { clear:both; }
h1, h2 { font-size:18pt; }

/* DÜZELTİLDİ: Sabit genişlik yerine max-width eklendi */
.container {
	width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}
.header { width: 100%; float: left; position: absolute; z-index: 9999; }
.header .logo { float: left; margin-top: 26px; position: relative; }
.header .sag {
    float: right; background: #ffffff; padding: 14px; margin-top: 20px;
    border-radius: 100px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header .sag .menu-buton {
    width: 120px; height: 52px; display: block; float: right; cursor: pointer;
    margin-left: 10px; border: 3px solid #5aa6db; border-radius: 50px; position: relative;
}
.header .sag .menu-buton span.line {
    display: block; position: absolute; height: 3px; background: #5aa6db; opacity: 1; right:12px;
    transition: .25s ease-in-out;
}
.header .sag .menu-buton span.line:nth-child(2) { width: 21px; top:13px; }
.header .sag .menu-buton span.line:nth-child(3) { width: 26px; top: 22px; }
.header .sag .menu-buton span.line:nth-child(4) { width: 16px; top: 31px; }

.header .sag .menu-buton.active span.line:nth-child(2) {
    opacity: 1; width: 30px; top: 22px; transform: rotate(135deg); background: #5aa6db;
}
.header .sag .menu-buton.active span.line:nth-child(3) { opacity: 0; }
.header .sag .menu-buton.active span.line:nth-child(4) {
    opacity: 1; width: 30px; top: 22px; transform: rotate(-135deg); background: #5aa6db;
}
.header .menu-buton h3 {
    position: absolute; left: 13px; font-size: 13pt; margin-top: 0; padding-right: 10px;
    user-select: none; line-height: 46px; color: #6275b9;
}
.header .sag .ara-icon {
    width: 52px; height: 52px; color: #ffffff; float: left; cursor: pointer; position: relative;
    border: 3px solid #5aa6db; border-radius: 50px; background: #5aa6db; text-align: center;
}
.header .sag .ara-icon i { line-height: 43px; font-size: 14pt; }
.header .sag .dil {
    width: 120px; height: 52px; padding: 0 10px; color: #f16524; float: left; cursor: pointer;
    position: relative; border: 3px solid #f16524; border-radius: 50px; background: #fff; margin-left: 10px;
}
.header .sag .dil .lng {
    display: inline-block; line-height: 43px; padding: 0 10px; font-size: 13pt; position: relative; width:100%;
}
.header .sag .dil .lng:after {
    display: inline-block; font-size: 12pt; position: absolute; font-family: FontAwesome; content: "\f0d7"; right: 10px; top: 0px;
}
/* DİL ÇİZGİSİ (KALDIRILDI) */
.header .sag .dil .lng:before { content: none; display: none; }

.header .sag .dil img { float: left; position: relative; left: -6px; top: 12px; }
.header .sag .dil .dil1 {
    position: absolute; background: rgb(255, 255, 255); display: none; z-index: 6; color: #fff;
    right: 10%; top: 50px; border-radius: 0; width: 80%;
}
.header .sag .dil .active { display: block; }
.header .sag .dil .dil1 .subdil{
    padding: 10px; border-bottom: 1px solid #def2ff; text-align: center; width: 100%; float: left; color: #454545;
}
.header .sag .dil .dil1 .subdil:hover { background: #def2ff; }  
.header .sag .dil .dil1 .son{ border-bottom:none; }
.header .sag .dil .dil1 .subdil a{ color:#454545; display:inline-block; }
.header .sag .dil .dil1 .subdil img { float: left; position: relative; left: 3px; top: 0px; }
.header .sag .dil a { color: #fff; font-size:12pt; }

.header div.menu {
    width: 100%; display: inline-block; height: auto; position: absolute; right: 0; top: -3000px;
    z-index: -1; transition: all 0.2s ease-in-out; padding: 50px 50px 50px 50px; background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header div.menu.active { top: 120px; }
.header div.menu ul.menu { width: 200px; height:300px; float: left; margin: 0; position: relative; padding-top:40px; }
.header div.menu ul.menu:after {
    position: absolute; content: ""; background: #cacaca; width: 1px; height: 100%; top: 0; right: 0;
}
.header div.menu ul.menu > li { width: 100%; height: auto; display: block; }
.header div.menu ul.menu > li > a {
    display: block; text-align: right; font-size: 18pt; line-height: 45px; color: #454545;
    padding-right: 30px; transition: all 0.2s ease-in-out;
}
.header div.menu ul.menu > li > a:hover { padding-right: 20px; }
.header div.menu .urunler-menu { float: left; width: 780px; height: auto; margin-left: 30px; }
.header div.menu .urunler-menu .kat-liste {
    float: left; width: 156px; height: 156px; margin-left: 0; text-align: center;
    transition: all 0.2s ease-in-out; margin-top: -1px;
}
.header div.menu .urunler-menu .kat-liste span {
	color: #454545; width: 100%; float: left; text-align: center; height: 60px; font-size: 11pt; padding: 0 10px;
}
.header div.menu .urunler-menu .kat-liste img {
    padding-top: 10px; transition: all 0.2s ease-in-out; width: 90px; float: left; margin-left: 33px;
}
.header div.menu .urunler-menu .kat-liste:hover img { padding-top:0; }

.slider .swiper-slide {
    text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;
}
.slider .swiper-pagination { bottom: auto !important; position: absolute; right: 20px !important; width: 20px !important; top: calc(50%); }
.slider { width: 100%; float: left; overflow: hidden; height: calc(100vh - 100px); position: relative; }
.slider .resim { width: 100%; float:left; height: 100%; }
.slider .resim img { width: 100%; float:left; height: 100%; object-fit: cover; }
.slider .icerik { position: absolute; width: 100%; max-width: 1110px; text-align: left; color: #fff; padding: 0 15px; }
.slider .icerik .adi { float:left; width:70%; padding:0 !important; }
.slider .icerik .adi h2 {
    font-weight: 700; font-size: 50pt; width:100%; line-height: 70px; position: relative; float: left; margin:0;
}
.slider .icerik .aciklama { font-weight: 300; font-size: 20pt; width: 60%; line-height: normal; position: relative; float: left; }
.slider .icerik .linkler { width: 100%; float: left; margin-top: 15px; }
.slider .icerik .linkler .katalog {
    color: #ffffff; border-radius: 40px; padding: 0 40px; float: left; margin-top: 10px; border: 3px solid; font-size: 14pt; line-height: 52px;
}
.slider .icerik .linkler .fiyat-listesi {
    color: #f16524; border-radius: 40px; padding: 0 30px; float: left; margin-top: 10px; background: #fff; margin-left: 10px; font-size: 14pt; line-height: 58px;
}

.arama-content { width: 100%; max-width: 500px; margin:0 auto; position: relative; }
.arama { margin-top: -300px; float: left; position: relative; z-index: 9999; transition: all 0.2s ease-in-out; width: 100%; }
.arama input {
    border-radius: 40px; height: 80px; width: 100%; background: #fff; padding: 0 100px 0 30px;
    box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.2); color: #454545;
}
.arama button {
    background: #5aa6db; border: none; color: #fff; font-size: 18pt; position: absolute; width: 69px; height: 40px;
    border-radius: 20px; right: 20px; bottom: 20px;
}
.arama-content .active { float: left; position: absolute; z-index: 9999; right: 0; left: 0; margin-top: calc(50vh - 40px); }

.alan { width:100%; background: #fff; float: left; }
.alan .kurumsal { background: #fff; color: #454545; padding: 80px 0; width: 100%; float: left; position: relative; }
.alan .kurumsal .ic { max-width: 820px; float: right; padding-right: 60px; }
.alan .kurumsal .baslik { float: left; width: 100%; font-weight:700; font-size: 20pt; position: relative; padding-bottom: 15px; text-align: right; }
.alan .kurumsal .baslik:before { position: absolute; content: ""; width:100px; height: 5px; bottom:0; right: 0; background: #454545; }
.alan .kurumsal .aciklama { float: left; width: 100%; line-height:30px; margin-top: 15px; text-align: right; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.alan .kurumsal .git { color: #fff; border-radius: 25px; padding: 10px 30px; float: right; margin-top: 20px; background: #5aa6db; }

.alan .duyurular { background: #dcdcdc; color: #454545; padding: 80px 0; width: 50%; float: left; position: relative; overflow: hidden; border-radius: 50px; }
.alan .duyurular .anabaslik { float: left; width: 100%; font-weight:700; font-size: 20pt; position: relative; padding-bottom: 15px; text-align: left; margin-left:60px; }
.alan .duyurular .anabaslik:before { position: absolute; content: ""; width:100px; height: 5px; bottom:0; left: 0; background: #454545; }
.alan .duyurular .baslik { float: left; width: 100%; line-height:30px; margin-top: 15px; text-align: left; font-weight: 600; font-size: 14pt; }
.alan .duyurular .aciklama { float: left; width: 100%; line-height:30px; text-align: left; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.alan .duyurular .git { color: #fff; border-radius: 25px; padding: 10px 30px; float: left; margin-top: 20px; background: #f16524; }
.alan .duyurular .swiper-slide { width: calc(100% - 120px) !important; margin-left: 60px; margin-right: 60px; }
.alan .duyurular .swiper-pagination { top:90px; right: 60px; width: auto; left: auto; }

.ustalan { width: 100%; float: left; padding: 20px 0 30px 0; background: #fff; }
.ustalan .urunler { width: 100%; overflow: hidden; }
.ustalan .urunler .anabaslik { float: left; width: 100%; font-weight:700; font-size: 20pt; position: relative; padding-bottom: 15px; text-align: center; margin-bottom: 20px; }
.ustalan .urunler .anabaslik:before { position: absolute; content: ""; width: 100px; height: 5px; bottom: 0; left: 0; right: 0; background: #454545; margin: 0 auto; }
.ustalan .urunler .grup { float: left; width: 100%; height: 255px; overflow: hidden; position: relative; transition: all 0.3s ease; }
.ustalan .urunler .grup .icon { height: 50%; overflow: hidden; text-align: center; padding: 20px 0; position: absolute; top: 0; width: 100%; transition: all 0.3s ease; }
.ustalan .urunler .grup .icon img { width: 100px; height: 100px; object-fit: contain; }
.ustalan .urunler .grup .adi { float: left; width: 100%; height: 50%; text-align: center; color: #fff; background: #5aa6db; padding: 20px 10px; position: absolute; display: table; bottom: 0; transition: all 0.3s ease; border-radius: 30px; }
.ustalan .urunler .grup .adi p { display: table-cell; vertical-align: middle; }
.ustalan .urunler .grup:hover .adi { bottom: 50%; }
.ustalan .urunler .grup:hover .icon { top: 50%; }

.ortu, .ortu1 { width: 100vw; display: inline-block; height: 150vh; position: fixed; right: 0; top: 300%; transition: all 0.2s ease-in-out; opacity: 0.7; z-index: -1; }
.ortu:after, .ortu1:after { content: ""; width: 100vw; height: 100%; position: absolute; top: 0; left: 0; background: #5aa6db; }
.ortu.active, .ortu1.active { top: 0; }

.footer { width:100%; float: left; background: #fff; margin-top: 30px; }
.footer .sol { width: 70%; float: left; }
.footer .sol .bolum { width:50%; float: left; }
.footer .sol .bolum .foot-logo { width: 200px; height: 74px; float: left; margin-top: 40px; }
.footer .sol .bolum .title { float: left; width: 100%; color: #454545; margin-top:50px; }
.footer .sol .bolum a.tel { float: left; font-size: 30px; color: #454545; font-weight: 800; }
.footer .sol .bolum .baslik { float: left; width: 100%; color: #454545; font-weight: 700; font-size: 20pt; margin-top: 80px; }
.footer .sol .bolum .adres { float: left; width: 100%; color: #454545; margin-top: 50px; }
.footer .sol .bolum .mail, .footer .sol .bolum .telefon { float: left; width: 100%; margin-top:10px; color: #454545; }
.footer .sol .bolum .sosyal { float: left; margin-top: 10px; }
.footer .sol .bolum .sosyal li { float: left; margin-left:10px; }
.footer .sol .bolum .sosyal li a i { color: #454545; width: 50px; height: 50px; text-align: center; line-height: 50px; border: 1px solid #454545; border-radius: 50%; }
.footer .sag { width: 30%; float: left; } 
.footer .sag .bolum { float: left; width: 100%; text-align: right; }
.footer .sag .bolum .baslik { float: left; width: 100%; color: #454545; font-weight: 700; font-size: 20pt; margin-top: 80px; }
.footer .sag .bolum .foot-menu { float: left; width: 100%; margin-top: 50px; }
.footer .sag .bolum .foot-menu li { width: 100%; float: left; }
.footer .sag .bolum .foot-menu li a { float: right; color: #454545; text-align: right; line-height: 24pt; transition: .25s ease-in-out; }
.footer .alt { width:100%; float: left; border-top:1px solid #393d41; margin-top: 30px; }   
.footer .alt .copyright { float: left; color:#454545; line-height: 80px; }   
.footer .alt .kalitefix { float: right; font-size: 12pt; padding: 2px 10px; border-radius: 30px; margin-top: 22px; color: rgb(100, 102, 101); border: 3px solid rgb(100, 102, 101); }

.banner { width: 100%; height: 320px; float: left; background: url(../images/banner.jpg) no-repeat center center; background-size: cover; position: relative; }
.banner .baslik { color: #fff; font-size: 24pt; font-weight: 600; position: absolute; width: 100%; text-align: center; left: 0; top: 50%; transform: translateY(-50%); }
.banner .fiyat, .banner .katalog { position: absolute; top: 150px; width: 120px; height: 120px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); text-align: center; }
.banner .fiyat { right: 0; }
.banner .katalog { right: 140px; background: #000; color: #fff; }
.banner .fiyat i { font-size: 28pt; padding: 22px 0 0 0; color: #f16524; display:block; }
.banner .fiyat span { line-height: 46px; font-size: 11pt; color: #f16524; display:block; }
.banner .katalog i { font-size: 28pt; padding: 22px 0 0 0; display:block; }
.banner .katalog span { line-height: 46px; font-size: 11pt; display:block; }

.sayfa-alan { width:100%; float:left; position:relative; }
.sayfa-alan .map { float: right; position: relative; margin-top:20px; display: flex; align-items: center; flex-wrap: wrap; }
.sayfa-alan .map li { float: left; line-height:50px; padding: 0 10px; }
.sayfa-alan .map li a { color: #454545; }
.sayfa-alan .sayfa { width:100%; float:left; background:#fff; }
.sayfa-alan .sayfa .resim { width: 100%; height: 400px; float: left; overflow: hidden; border-radius: 40px 40px 0px 0px; }
.sayfa-alan .sayfa .resim img { width: 100%; height: 100%; object-fit:cover; }
.sayfa .sol { float: left; width: 280px; margin-top: -140px; padding: 60px 0 80px 0; background: #000000; overflow: hidden; border-radius: 60px; position: relative; z-index: 2; }
.sayfa .sol .baslik { width: 100%; color: #ffffff; padding: 0; line-height: 80px; font-weight: 700; font-size: 17pt; text-align: center; }
.sayfa .sol ul.solmenu { width: 88%; background: #000000; float: left; padding: 0; margin-left: 6%; }
.sayfa .sol ul.solmenu li { position:relative; width: 100%; float:left; }
.sayfa .sol ul.solmenu li a { width: 100%; color: #ffffff; float: left; padding:10px; border-bottom: 1px solid #333; transition: .25s ease; }

.sayfa .sag { float: right; width: calc(100% - 310px); padding-top: 20px; }
.sayfa .sag .baslik { width: 100%; color: #454545; padding: 20px 0 10px 0; font-weight: 700; font-size: 17pt; float: left; }
.sayfa .sag p { color: #454545; font-weight: 400; line-height: 35px; text-align: justify; }

.sayfa .tam { width: 100%; float: left; margin-top: 10px; }
.sayfa .tam .liste { float: left; width: calc(50% - 15px); overflow: hidden; transition: .25s ease; position: relative; margin-left: 30px; margin-bottom: 30px; }
.sayfa .tam .liste:nth-child(2n+1) { margin-left: 0; }
.sayfa .tam .icerik { float: left; width: 100%; position: relative; padding: 30px; height: 240px; }
.sayfa .tam .icerik .adi { color: #454545; float: left; font-weight: 600; font-size: 18pt; width: 100%; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.sayfa .tam .icerik .text { color: #454545; float: left; font-weight: 400; width: 100%; margin-top:10px; line-height: 20pt; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden; }
.sayfa .tam .kategori-resim { width: 100%; height: 240px; position: relative; z-index: 1; right: 0; }
.sayfa .tam .kategori-resim img { width: 100%; height: 100%; object-fit: cover; }
.sayfa .tam .icerik .git { color: #fff; float: left; margin-top: 20px; background: #f16524; padding: 10px 30px; border-radius: 50px; position: absolute; left: 30px; bottom: 30px; }   

.sayfa .tam .iletisim-bilgileri { float: left; width: 340px; background: #dcdcdc; padding: 80px 40px; border-radius: 50px; }
.sayfa .tam .harita { float: left; margin-left: 30px; border-radius: 50px; overflow: hidden; width: calc(100% - 740px); height: 536px; min-width: 300px; }
.sayfa .tam .form { width: 340px; float: left; background: #5aa6db; padding: 80px 40px; margin-left: 30px; border-radius: 50px; height: 536px; }

.sayfa .tam .kategori {
    float: left; width: calc(25% - 15px); margin-left: 20px; margin-bottom: 20px; text-align: center;
    overflow: hidden; position: relative; height: 325px; border-radius: 30px; box-shadow: 0 0 10px 0px rgb(90 166 219 / 5%);
}
.sayfa .tam .kategori:nth-child(4n+1) { margin-left: 0; }
.sayfa .tam .kategori img { width: 70%; height: 220px; object-fit: contain; padding: 10px 0; }
.sayfa .tam .kategori .yazi { float: left; width: 100%; height:100px; text-align: center; color: #fff; background: #5aa6db; position: absolute; display: table; bottom:0; padding: 0 10px; }
.sayfa .tam .kategori .yazi span { display: table-cell; vertical-align: middle; }

.sayfa .tam .detay-resim { width: 40%; float: left; margin-top: 40px; }
.sayfa .tam .detay-resim img { width: 100%; float: left; border-radius: 20px; }
.sayfa .tam .detay-icerik { width: calc(60% - 40px); float: left; margin-left: 40px; background: #fff; color: #454545; padding-bottom: 40px; }

/* Ürün Detay Bilgi Satırları */
.sayfa .tam .detay-icerik .urun-kodu,
.sayfa .tam .detay-icerik .urun-adi,
.sayfa .tam .detay-icerik .olcu,
.sayfa .tam .detay-icerik .adet,
.sayfa .tam .detay-icerik .agirlik,
.sayfa .tam .detay-icerik .ozellik {
    float: left; width: 100%; margin-top: 15px; display: flex; align-items: flex-start; flex-wrap: wrap;
}
.sayfa .tam .detay-icerik span {
    font-weight: 700; color: #454545; min-width: 160px; padding-right: 10px; flex-shrink: 0;
}
.sayfa .tam .detay-icerik p {
    color: #454545; line-height: 28px; flex: 1;
}

/* İletişim bilgileri içindeki elemanlar */
.sayfa .tam .iletisim-bilgileri .adi { font-weight: 700; font-size: 14pt; color: #454545; margin-bottom: 20px; float: left; width: 100%; }
.sayfa .tam .iletisim-bilgileri .baslik { font-weight: 600; color: #5aa6db; margin-top: 15px; float: left; width: 100%; }
.sayfa .tam .iletisim-bilgileri .bilgi { color: #454545; line-height: 26px; float: left; width: 100%; }

/* ==========================================================================
   MOBİL UYUMLULUK (RESPONSIVE) SİHİRBAZI 
   ========================================================================== */

/* TABLET (1199px altı) */
@media (max-width: 1199px) {
    .header div.menu .urunler-menu { width: 100%; margin-left: 0; display: flex; flex-wrap: wrap; justify-content: center; }
    .header div.menu .urunler-menu .kat-liste { width: 30%; margin-bottom: 15px; height: auto; min-height: 130px; }
    .sayfa .sag { width: calc(100% - 310px); }
    .sayfa .tam .harita { width: 100%; margin-left: 0; margin-top: 30px; }
    .sayfa .tam .kategori { width: calc(33.33% - 14px); }
    .sayfa .tam .kategori:nth-child(4n+1) { margin-left: 20px; }
    .sayfa .tam .kategori:nth-child(3n+1) { margin-left: 0; }
}

/* TABLET (992px altı) */
@media (max-width: 992px) {
    /* Header */
    .header .sag { padding: 10px; margin-top: 15px; }
    .header .sag .dil { width: 90px; }
    .header .sag .menu-buton { width: 100px; }

    /* Slider */
    .slider { height: 70vh; min-height: 400px; }
    .slider .icerik .adi { width: 100%; }
    .slider .icerik .adi h2 { font-size: 36pt; line-height: 50px; }
    .slider .icerik .aciklama { font-size: 16pt; width: 80%; }

    /* Mega Menü */
    .header div.menu { padding: 30px 20px; }
    .header div.menu ul.menu { width: 160px; }
    .header div.menu .urunler-menu { width: calc(100% - 190px); }

    /* Sol-sağ layout */
    .sayfa .sol { width: 240px; }
    .sayfa .sag { width: calc(100% - 270px); }

    /* İletişim */
    .sayfa .tam .iletisim-bilgileri { width: 280px; }
    .sayfa .tam .form { width: 280px; }
    .sayfa .tam .harita { width: calc(100% - 620px); }
}

/* MOBİL TELEFONLAR (768px altı) */
@media (max-width: 768px) {
    /* Header - Mobilde sabit üstte kalır, slider üstüne gelmesin */
    .header { position: relative; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding-bottom: 10px; z-index: 9999; }
    .header .logo { margin-top: 10px; margin-bottom: 5px; float: none; }
    .header .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; }
    .header .sag { margin-top: 10px; padding: 8px; float: none; flex-shrink: 0; }
    .header .sag .ara-icon { width: 42px; height: 42px; }
    .header .sag .ara-icon i { line-height: 36px; font-size: 12pt; }
    .header .sag .dil { width: 75px; height: 42px; margin-left: 6px; }
    .header .sag .dil .lng { line-height: 36px; font-size: 11pt; padding: 0 6px; }
    .header .sag .dil .lng:after { font-size: 10pt; right: 6px; }
    .header .sag .menu-buton { width: 90px; height: 42px; margin-left: 6px; }
    .header .menu-buton h3 { font-size: 11pt; line-height: 36px; left: 8px; }
    .header .sag .menu-buton span.line:nth-child(2) { top: 10px; }
    .header .sag .menu-buton span.line:nth-child(3) { top: 18px; }
    .header .sag .menu-buton span.line:nth-child(4) { top: 26px; }

    /* Mega menü mobil tam ekran */
    .header div.menu { padding: 20px 15px; top: -3000px; }
    .header div.menu.active { top: 100%; }
    .header div.menu ul.menu { width: 100%; height: auto; float: none; padding-top: 0; }
    .header div.menu ul.menu:after { display: none; }
    .header div.menu ul.menu > li > a { text-align: left; padding-left: 15px; padding-right: 0; font-size: 14pt; line-height: 40px; border-bottom: 1px solid #eee; }
    .header div.menu ul.menu > li > a:hover { padding-left: 20px; padding-right: 0; }
    .header div.menu .urunler-menu { width: 100%; margin-left: 0; margin-top: 15px; display: flex; flex-wrap: wrap; justify-content: flex-start; }
    .header div.menu .urunler-menu .kat-liste { width: calc(33.33% - 5px); height: auto; min-height: 110px; margin-bottom: 10px; }
    .header div.menu .urunler-menu .kat-liste img { width: 60px; margin-left: calc(50% - 30px); }

    /* Arama kutusu */
    .arama-content { max-width: 90%; }
    .arama input { height: 60px; font-size: 11pt; }

    /* Slider */
    .slider { height: 60vh; min-height: 320px; }
    .slider .icerik { padding: 0 20px; }
    .slider .icerik .adi { width: 100%; }
    .slider .icerik .adi h2 { font-size: 22pt; line-height: 32px; text-align: center; width: 100%; }
    .slider .icerik .aciklama { font-size: 13pt; width: 100%; text-align: center; margin-top: 10px; }
    .slider .icerik .linkler { display: flex; flex-direction: column; align-items: center; margin-top: 15px; }
    .slider .icerik .linkler a { margin-left: 0 !important; width: 80%; text-align: center; margin-bottom: 8px; font-size: 12pt; padding: 0 20px; }
    .slider .swiper-pagination { right: 5px !important; }

    /* Ürün Grupları (Ustalan) */
    .ustalan { padding: 15px 0 20px 0; }
    .ustalan .urunler .anabaslik { font-size: 16pt; }
    .ustalan .urunler .grup { height: 200px; }

    /* Kurumsal Anasayfa */
    .alan .kurumsal { padding: 40px 20px; }
    .alan .kurumsal .ic { max-width: 100%; float: none; padding-right: 0; }
    .alan .kurumsal .baslik { text-align: center; font-size: 17pt; }
    .alan .kurumsal .baslik:before { left: 0; right: 0; margin: 0 auto; }
    .alan .kurumsal .aciklama { text-align: center; }
    .alan .kurumsal .git { float: none; display: block; width: 150px; margin: 20px auto; text-align: center; }

    /* Banner */
    .banner { height: 220px; }
    .banner .baslik { font-size: 18pt; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; left: 0; padding: 0 15px; }
    .banner .fiyat, .banner .katalog { display: none; }

    /* Breadcrumb */
    .sayfa-alan .map { float: none; justify-content: center; flex-wrap: wrap; }
    .sayfa-alan .map li { line-height: 36px; padding: 0 5px; }

    /* Sayfa Sol Menü */
    .sayfa-alan .sayfa .resim { height: 220px; border-radius: 20px 20px 0 0; }
    .sayfa .sol { width: 100%; margin-top: 20px; border-radius: 20px; padding: 15px; }
    .sayfa .sol .baslik { line-height: 60px; font-size: 15pt; }
    .sayfa .sag { width: 100%; float: none; padding-top: 20px; }

    /* Ürün Listeleri - 2 sütun */
    .sayfa .tam .kategori { width: calc(50% - 10px); margin-left: 10px; margin-bottom: 15px; height: 260px; }
    .sayfa .tam .kategori:nth-child(4n+1) { margin-left: 10px; }
    .sayfa .tam .kategori:nth-child(2n+1) { margin-left: 0; }
    .sayfa .tam .kategori img { height: 160px; }
    .sayfa .tam .kategori .yazi { height: 80px; }
    .sayfa .tam .liste { width: 100%; margin-left: 0; }

    /* Ürün Detay */
    .sayfa .tam .detay-resim { width: 100%; margin-top: 0; }
    .sayfa .tam .detay-icerik { width: 100%; margin-left: 0; padding-top: 20px; }
    .sayfa .tam .detay-icerik span { min-width: 120px; font-size: 11pt; }

    /* İletişim */
    .sayfa .tam .iletisim-bilgileri, .sayfa .tam .form { width: 100%; margin-left: 0; padding: 30px 20px; border-radius: 20px; height: auto; margin-bottom: 20px; float: none; }
    .sayfa .tam .harita { width: 100%; height: 300px; margin-left: 0; border-radius: 20px; margin-bottom: 20px; float: none; }
    .sayfa .tam .harita iframe { width: 100% !important; }

    /* Footer */
    .footer { margin-top: 20px; }
    .footer .sol, .footer .sag { width: 100%; float: none; }
    .footer .sol .bolum, .footer .sag .bolum { width: 100%; float: none; text-align: center; margin-top: 25px; }
    .footer .sol .bolum .foot-logo { float: none; margin: 0 auto; display: block; }
    .footer .sol .bolum .baslik, .footer .sag .bolum .baslik { margin-top: 30px; font-size: 17pt; }
    .footer .sol .bolum .adres { margin-top: 20px; text-align: center; }
    .footer .sol .bolum .mail, .footer .sol .bolum .telefon { text-align: center; float: none; }
    .footer .sol .bolum ul.sosyal { display: flex; justify-content: center; float: none; margin-top: 15px; }
    .footer .sag .bolum .foot-menu { margin-top: 20px; }
    .footer .sag .bolum .foot-menu li a { float: none; display: block; text-align: center; }
    .footer .alt { margin-top: 20px; padding-bottom: 10px; }
    .footer .alt .copyright, .footer .alt .kalitefix { float: none; display: block; text-align: center; line-height: 36px; margin-top: 8px; width: 100%; }
}

/* KÜÇÜK TELEFONLAR (576px altı) */
@media (max-width: 576px) {
    /* Header */
    .header .sag .dil { display: none; }
    .header .sag .menu-buton { width: 80px; }
    .header .menu-buton h3 { font-size: 10pt; }

    /* Slider */
    .slider { height: 55vh; min-height: 280px; }
    .slider .icerik .adi h2 { font-size: 18pt; line-height: 26px; }
    .slider .icerik .aciklama { font-size: 11pt; }
    .slider .icerik .linkler a { font-size: 11pt; width: 90%; }

    /* Mega menü */
    .header div.menu .urunler-menu .kat-liste { width: calc(50% - 5px); }

    /* Ürün listeleri - 1 sütun */
    .sayfa .tam .kategori { width: 100%; margin-left: 0; height: auto; padding-bottom: 70px; }
    .sayfa .tam .kategori:nth-child(2n+1) { margin-left: 0; }
    .sayfa .tam .kategori .yazi { height: 60px; position: relative; }
    .sayfa .tam .kategori img { height: 180px; width: 60%; }

    /* Ürün grubu slider - 2 görünüm */
    .ustalan .urunler .grup { height: 180px; }

    /* Detay span/p */
    .sayfa .tam .detay-icerik span { min-width: 100px; font-size: 10pt; }
    .sayfa .tam .detay-icerik p { font-size: 11pt; }

    /* Banner */
    .banner { height: 180px; }
    .banner .baslik { font-size: 15pt; top: 100px; }

    /* Footer */
    .footer .sol .bolum a.tel { font-size: 20px; }
}
