.arama-form{}
.arama-form input{
	border-radius: 6px;
    width: 47%;
    padding: 7px;border: 1px solid #a338e2;
}
.arama-form button{
	background: #a338e2;
    padding: 8px 30px;
    margin-left: -9px;
    border-radius: 0 5px 5px 0;
	color:#fff;
}

.bayi-btn{
	background: #a338e2;
    color: #fff;
    padding: 7px 18px;
    border-radius: 5px;
}

nav{}
nav button{}
nav button span{}
nav button span i{}



.menu{overflow:hidden;text-transform: uppercase;}
	.menu .open{display:none;padding:10px 13px;cursor: pointer;}
	.menu ul li{float:left;list-style-type: none;border-left: 1px solid #3e3d3d;}
	.menu ul li a{z-index: 9999;position: relative;display: block;color: #fff;font-size: 15px;padding: 10px 13px;}
	.menu ul li a:after{z-index:-1;content:"";position:absolute;width:100%;height:0%;bottom:0;left:0;background:#a83ae5;transition:height 150ms;}
	.menu ul li a:hover{color:#fff;}
	.menu ul li a:hover:after{height: 100%;}

@media (max-width:768px) {
    .menu .open{display:block;}
    .menu ul {display:none;}
    .menu ul li{float:none; margin-right:0; border-bottom:1px solid #f2f2f2}
    .menu ul li:last-child{border-bottom:none}
	.menu {float: none;}
	


    .menu ul.active{
        display:block;
    }
}
@media (min-width:768px) {
    .menu ul {display:block!important;}
}



.foldermenu{}
.ssa{border-bottom: 1px solid #5c5c5c;}
.foldermenu ul{margin: 0;}
.foldermenu ul li{list-style-type: none;display: inline-block;}
.foldermenu ul li a{
	color: #b3b3b3;
    padding: 10px 13px;
    display: block;transition:1s;
}
.foldermenu ul li a:hover{color:#fff;}


.slider{
	width:100%;
	height: auto;
	overflow:hidden;
	position:relative;
	margin-top: -20px;
}

.slider-wrapper{
	display:flex;
	transition:transform 0.6s ease;
}

.slide{
	min-width:100%;
	height:500px;
	position:relative;
	overflow:hidden;
}

.slide-bg,
.slide-video{
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	background-size:cover;
	background-position:center;
}

.slide-overlay{
	position:absolute;
	width:100%;
	height:100%;
	/* background:rgba(0,0,0,0.4); */
	z-index:1;
}

.slide-content{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	text-align:center;
}

.prev,.next{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:5;
	background:rgba(0,0,0,0.5);
	color:#fff;
	border:0;
	font-size:30px;
	padding:10px;
	cursor:pointer;
}

.prev{ left:10px; }
.next{ right:10px; }





.urun-slider{
	position:relative;
	padding:40px 0;
}

.urun-wrapper{
	display:flex;
	gap:20px;
	overflow:hidden;
	scroll-behavior:smooth;
}

.urun-card{
	min-width:260px;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 3px 10px rgba(0,0,0,.08);
	flex-shrink:0;
}

.urun-card img{
	width:100%;
	height:220px;
	object-fit:cover;
	display:block;
}

.urun-card h3{
	padding:15px;
	font-size:16px;
	text-align:center;
	color:#222;
}

.urun-card a{
	text-decoration:none;
}

.urun-prev,
.urun-next{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:45px;
	height:45px;
	border:none;
	cursor:pointer;
	border-radius:50%;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,.15);
	z-index:10;
}

.urun-prev{
	left:-10px;
}

.urun-next{
	right:-10px;
}

@media(max-width:768px){

	.urun-card{
		min-width:180px;
	}

	.urun-card img{
		height:160px;
	}

}



.menu-acc{
    width:100%;
}

.acc-item{
    border-bottom:1px solid #ddd;
}

.acc-title{
    padding:12px;
    cursor:pointer;
    font-weight:bold;
    /* display:flex; */
    /* justify-content:space-between; */
    /* align-items:center; */
    background:#f8f8f8;
}

.acc-body{
    display:none;
    flex-direction:column;
    padding-left:15px;
}

.acc-body a{
    display:block;
    padding:10px 0;
    /* color:#333; */
    text-decoration:none;
    border-bottom:1px solid #eee;
	font-size: 12px;
}

.acc-body a:hover{
    color: #1985b9;
}

@media(max-width:768px){

    .acc-title{
        font-size:15px;
        padding:15px;
    }

    .acc-body a{
        font-size:14px;
        padding:10px;
    }
}



/* Ürün Alanı */
.urun-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:25px;
}

/* Kart */
.urun-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    overflow:hidden;
    transition:.3s;
}

.urun-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/* Link */
.urun-link{
    display:block;
    text-decoration:none;
    color:#222;
}

/* Resim Alanı */
.urun-resim{
    height:280px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    padding:15px;
    border-bottom:1px solid #eee;
}

/* Resim */
.urun-resim img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* Başlık */
.urun-baslik{
    height:115px;
    padding:12px;
    font-size:12px;
    font-weight:600;
    text-align:center;

    display:flex;
    align-items:center;
    justify-content:center;
}

.urun-yok{
    grid-column:1 / -1;
    text-align:center;
    padding:60px 20px;
    border:1px dashed #ddd;
    border-radius:8px;
    background:#fafafa;
}

.urun-yok i{
    font-size:60px;
    color:#bbb;
    margin-bottom:15px;
}

.urun-yok h3{
    margin:10px 0;
    font-size:22px;
}

.urun-yok p{
    color:#777;
}

@media(max-width:992px){

    .urun-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .urun-resim{
        height:180px;
    }

}

@media(max-width:576px){

    .urun-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .urun-resim{
        height:220px;
    }

}



.product-page{
    width:100%;margin-top: 25px;
}

/* ÜST ALAN */
.product-row{
    display:flex;
    gap:30px;
    background:#fff;
    padding:20px;
    border-radius:8px;
}

/* SOL */
.product-left{
    flex:1;
}

.product-image{
    border:1px solid #eee;
    padding:15px;
    text-align:center;
}

.product-image img{
    width:100%;
    max-height:450px;
    object-fit:contain;
}

/* SAĞ */
.product-right{
    flex:1;
}

.product-title{
    font-size:26px;
    margin-bottom:10px;
}

.product-desc{
    color:#666;
    margin-bottom:15px;
}

.product-price{
    font-size:22px;
    font-weight:bold;
    margin:15px 0;
    color:#e60000;
}

.product-actions button{
    padding:12px 15px;
    border:none;
    cursor:pointer;
    margin-right:10px;
}

.btn-whatsapp{
    background:#25D366;
    color:#fff;
	display: inline-block;
    padding: 7px 12px;
}

.btn-call{
    background:#333;
    color:#fff;
	display: inline-block;
    padding: 7px 10px;
    margin-left: 5px;
}

/* TAB */
.product-tabs{
    margin-top:20px;
    background:#fff;
    padding:20px;
    border-radius:8px;
	margin-bottom: 25px;
}

.tab-buttons button{
    padding:10px 15px;
    border:none;
    cursor:pointer;
    margin-right:5px;
    background:#eee;
}

.tab-buttons .active{
    background:#333;
    color:#fff;
}

.tab{
    display:none;
    margin-top:15px;
}

.tab.active{
    display:block;
}

@media(max-width:768px){

    .product-row{
        flex-direction:column;
    }

    .product-title{
        font-size:20px;
    }

    .product-image img{
        max-height:300px;
    }

}

.cta-area{
    margin:60px 0;
    padding:60px 30px;
    border-radius:0;
    background:linear-gradient(135deg,#0b3d91,#0056d6);
    text-align:center;
    color:#fff;
    overflow:hidden;
    position:relative;
}

.cta-area:before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-150px;
    left:-100px;
}

.cta-area:after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-120px;
    right:-80px;
}

.cta-content{
    position:relative;
    z-index:2;
}

.cta-content h2{
    font-size:34px;
    margin-bottom:20px;
}

.cta-content p{
    max-width:700px;
    margin:0 auto 30px;
    font-size:17px;
    line-height:30px;
    opacity:.95;
}

.cta-button{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    color:#0056d6;
    padding:15px 35px;
    border-radius:50px;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.cta-button:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

@media(max-width:768px){

    .cta-area{
        padding:40px 20px;
    }

    .cta-content h2{
        font-size:24px;
    }

    .cta-content p{
        font-size:15px;
        line-height:26px;
    }

    .cta-button{
        width:100%;
        justify-content:center;
    }

}


.footer{
    background:#111827;
    color:#d1d5db;
    margin-top:60px;
    padding:60px 0 20px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.footer-col h3{
    color:#fff;
    margin-bottom:20px;
    font-size:20px;
}

.footer-col a{
    display:block;
    color:#cbd5e1;
    text-decoration:none;
    margin-bottom:12px;
    transition:.3s;
}

.footer-col a:hover{
    color:#3b82f6;
    padding-left:6px;
}

.footer-col p{
    margin-bottom:12px;
    line-height:26px;
}

.footer-col i{
    width:22px;
    color:#3b82f6;
}

.footer-text{
    margin-top:20px;
    font-size:14px;
    color:#9ca3af;
    line-height:24px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
    color:#9ca3af;
    font-size:14px;
}

@media(max-width:768px){

    .footer-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .footer{
        padding:40px 20px;
    }

}
/* =========================
   STATIC SAYFA GENEL TASARIM
========================= */

.page{
    padding:40px 0;
    max-width:1100px;
    margin:auto;
}

.page-header{
    margin-bottom:25px;
}

.page-header h1{
    font-size:32px;
    margin-bottom:8px;
    color:#111;
}

.breadcrumb{
    font-size:13px;
    color:#777;
}

.breadcrumb a{
    color:#0d6efd;
    text-decoration:none;
}

/* içerik */
.page-content p{
    line-height:28px;
    margin-bottom:15px;
    color:#444;
    font-size:15px;
}

.page-content h3{
    margin-top:25px;
    margin-bottom:10px;
    font-size:20px;
    color:#111;
}

.page-content ul{
    padding-left:18px;
    margin-bottom:15px;
}

.page-content ul li{
    margin-bottom:6px;
    color:#333;
}

/* bilgi kutuları */
.info-box{
    background:#f8f9fa;
    padding:20px;
    border-radius:10px;
    margin-bottom:20px;
    border:1px solid #eee;
}

/* iletişim özel */
.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.contact-card{
    background:#fff;
    border:1px solid #eee;
    padding:20px;
    border-radius:10px;
}

/* CTA buton */
.btn-primary{
    display:inline-block;
    padding:12px 18px;
    background:#0d6efd;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    transition:.3s;
}

.btn-primary:hover{
    background:#084cdf;
}

/* mobil */
@media(max-width:768px){
    .page{
        padding:20px;
    }

    .contact-grid{
        grid-template-columns:1fr;
    }

    .page-header h1{
        font-size:24px;
    }
}




.bb13{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:30px 0;
    flex-wrap:wrap;
}

.pagination a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:40px;
    height:40px;
    border:1px solid #ddd;
    border-radius:6px;
    text-decoration:none;
    color:#444;
    background:#fff;
    transition:.3s;
    padding:0 12px;
}

.pagination a:hover,
.pagination a.active{
    background:#0056b3;
    color:#fff;
    border-color:#0056b3;
}


.arama-box{
    position:relative;
    width:100%;
}

.arama-sonuc{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-top:none;
    display:none;
    z-index:99999;
    max-height:420px;
    overflow-y:auto;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.arama-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px;
    text-decoration:none;
    color:#222;
    transition:.2s;
    border-bottom:1px solid #eee;
}

.arama-item:hover{
    background:#f5f5f5;
}

.arama-item img{
    width:55px;
    height:55px;
    object-fit:contain;
}

.arama-item span{
    font-size:14px;
    line-height:20px;
}

.arama-all{
    display:block;
    text-align:center;
    padding:12px;
    font-weight:bold;
    text-decoration:none;
    background:#fafafa;
}

.arama-all:hover{
    background:#0056b3;
    color:#fff;
}





.page-title{

    text-align:center;

    margin:40px 0;

}

.page-title h1{

    font-size:36px;

    margin-bottom:10px;

}

.page-title p{

    color:#666;

    max-width:800px;

    margin:auto;

    line-height:28px;

}

.blog-grid{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(330px,1fr));

    gap:30px;

    margin-bottom:50px;

}

.blog-card{

    background:#fff;

    border-radius:10px;

    overflow:hidden;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    transition:.25s;

}

.blog-card:hover{

    transform:translateY(-8px);

}

.blog-card a{

    color:#222;

    text-decoration:none;

}

.blog-image{

    height:230px;

    overflow:hidden;

}

.blog-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.3s;

}

.blog-card:hover img{

    transform:scale(1.08);

}

.blog-body{

    padding:20px;

}

.blog-date{

    color:#888;

    font-size:13px;

    margin-bottom:10px;

}

.blog-body h3{

    font-size:21px;

    margin-bottom:15px;

    line-height:30px;

}

.blog-body p{

    color:#666;

    line-height:28px;

}

.devam{

    display:inline-block;

    margin-top:18px;

    font-weight:bold;

    color:#7a24e6;

}

.fun ul{
    list-style:none;
    padding:0;
}

.fun ul li{
    position:relative;
    padding-left:28px;
    margin:10px 0;
}

.fun ul li:before{
    content:"\f058";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:2px;
    color:#6b46c1;
}

.fun tbody{}
.fun tbody tr{}
.fun tbody th{}
.fun tbody td{}

.fun table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
	margin: 25px 0;
}

.fun th {
    background: #0d6efd;
    color: #fff;
    text-align: left;
    padding: 12px;
    font-size: 15px;
}

.fun td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

.fun tr:nth-child(even) {
    background: #f8f9fa;
}

.fun tr:hover {
    background: #eef4ff;
    transition: 0.2s;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .fun table {
        font-size: 13px;
    }

    .fun th, td {
        padding: 10px;
    }
}