body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'Familjen Grotesk', sans-serif;
}

.header-top{
	background: #3E5170;
	width: 100%;
	height: 3rem;
	align-content: center;
}

.header-top-jb{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 2rem;

}

.header-top-description{
	display: flex;
	align-items: center;
	color: white;
	gap: 10px;

	font-family: 'Familjen Grotesk', sans-serif;
}



.header-top-menus{
	display: flex;
	align-items: center;
}

.header-top-menus ul{
	display: flex;
	list-style: none;
	gap: 15px;
	font-family: 'Familjen Grotesk', sans-serif;
}

.header-top-menus ul a{
	font-size: 14px;
	color: white;
	text-decoration: none;
}
.header-top-menus ul a:hover{
	color: #245670;
}
.header-top-menus ul a:active{
	color: red;
}

.header-bottom{
	width: 100%;
	height: 15rem;
	box-shadow: 0 0 5px black;
}


.header-firstPart{
	display: flex;
	justify-content: space-between;
	background: white;
	width: 100%;
	height: 7rem;
	align-items: center;
}

.logo{
	align-items: center;
	display: flex;
	gap: 10px;
}

.logo i{
	font-size: 0;
	visibility: hidden;
}

.logo img{
	height: 3rem;
}


.header-searchBar {
	position: relative;
	width: 30rem;
	height: 3rem;
	background: white;
	border-radius: 8px;
	border: 1px solid #d1d5db; 
	display: flex;
	align-items: center; 
	margin-left: 2rem;
	padding: 0 15px; 
	box-sizing: border-box;
}

.header-searchBar input {
	border: none;
	outline: none; 
	flex: 1; 
	height: 100%;
	margin-left: 10px;
	color: #4b5563;
	background: transparent;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 1rem;
}

.header-searchBar i {
	font-size: 1.2rem;
	color: #9ca3af; 
}

#auto-text {
	pointer-events: none;
	color: #9ca3af;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 1rem;
	position: absolute;
	left: 50px; 
	margin-bottom: 6px;
}

.header-links ul{
	list-style: none;
	display: flex;
	font-family: 'Familjen Grotesk', sans-serif;
	font-weight: bold;
	gap: 20px;
	font-size: 1.1rem;
}

.header-links ul li{
	text-align:center;
}
.header-links ul li div{
	display: flex;
	align-items: center;
	gap: 10px;
}


.header-links ul a{
	text-decoration: none;
	color: gray;
	font-size: 1.1rem;

}

.header-secondPart{
	width: 100%;
	height: 6rem;
	align-content: center;
}

.header-navbar-list{
	display: flex;
	list-style: none;
	justify-content: space-between;
	padding: 0;
	gap: 10px;
	align-items: center;

}
.header-navbar-list li div{
	display: flex;
	align-items: center;

}
.header-navbar-list li div img{
	height: 30px;
	width: 30px;
}


.header-navbar-list a{
	text-decoration: none;
	color: gray;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 1.1rem;
}


.header-searchBarOpen {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 12px;
	background: white;
	width: 60rem;
	height: auto;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: flex;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	overflow-x: visible;
	overflow-y: visible;
}

.searchbarLeft{
	width: 18rem;
	border-right: 2px solid gray;
}
.searchbarLeft_up h6{
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 16px;
	margin: 16px;
	padding: 0;
	color: #3A5372;
	list-style: none;
}
.searchbarLeft_up ul{

	list-style: none;
}
.searchbarLeft_up ul li{
	font-family: 'Familjen Grotesk', sans-serif;
	color: gray;
}

.searchbarLeft_down h6{
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 16px;
	margin: 16px;
	padding: 0;
	color: #3A5372;
	list-style: none;
}
.searchbarLeft_down ul{

	list-style: none;
}
.searchbarLeft_down ul li{
	font-family: 'Familjen Grotesk', sans-serif;
	color: gray;
}


.searchbarRight {
	flex: 1;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.searchbarRight h6 {
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	color: #3A5372;
}

.ozelUrunler {
	display: flex;
	flex-wrap: wrap; 
	gap: 15px; 
	width: 100%;
	margin-bottom: 20px;
}

.ozelUrun {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	display: flex;
	width: calc(50% - 8px);
	height: 10rem;
	background: white;
	box-sizing: border-box;
}

.ozelUrunGorsel img {
	height: 100%;
	width: 9rem;
	object-fit: cover;
	border-radius: 12px 0 0 12px;
}

.ozelUrunTexts {
	flex: 1;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.isim p {
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 13px;
	color: #3A5372;
	margin: 0;
	font-weight: 500;
}

.ozelUrunFiyat {
	background: #FAFAFA;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	padding: 6px 10px;
}

.listeFiyati, 
.indirimEkleFiyati, 
.sepetFiyati {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ozelUrunFiyat p {
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 11px;
	color: #9ca3af;
	margin: 2px 0;
}

.ozelUrunFiyat hr {
	margin: 4px 0;
	border: 0;
	border-top: 2px dashed #e5e7eb; 
}

.ozelUrunFiyat p.sepetYazisi {
	color: #e11d48;
	font-weight: bold;
}

.ozelUrunFiyat p.sepetRakam {
	color: #059669;
	font-weight: bold;
	font-size: 14px;
}

.banner {
	width: 100%;
	margin-top: auto; 
}

.banner img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
}

.header-icon-img {
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	margin: 0 auto;
}

.navbar-icon-img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.bell-noti {
	position: absolute;
	top: -8px;
	right: -10px;
	background: #3E5170;
	color: white;
	font-size: 10px;
	font-weight: bold;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Familjen Grotesk', sans-serif;
}

#bell {
	font-size: 1.2rem;
	color: gray;
	animation: bell 2s ease infinite;
}

.deactive{
	visibility: hidden;
}


.bold{
	font-weight: bold;
}

.red{
	color: red;
}


.container{
	width: min(90%, 1500px);
	margin: 0 auto;
}

#barsOpen{
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 30rem;
	z-index: 10;
	justify-content: center;
	text-align: left;
	transform: translateX(-100%);
	transition: transform 0.4s ease;
	visibility: visible;
}

#barsOpen.deactive {
	transform: translateX(-100%);
}

#barsOpen:not(.deactive) {
	transform: translateX(0);
}

.barsTopPart{
	background: lightgray;
	justify-content: space-between;
	display: flex;

	align-items: center;
	width: 100%;
	height: 5rem;
}
.barsTopPart img{
	height: 40px;
	margin-left: 3rem;
}
.barsTopPart i{
	margin-right: 2rem;
	font-size: 2rem;
}

.barsNavList {
	margin-top: 2rem;
	list-style: none;
}
.barsNavList li {

	padding: 5px 0;
}
.barsNavList li div{
	display: flex;
	align-items: center;

}

.barsNavList li div img{
	position: absolute;
	right: 30px;
}
.BarTextIcons{
	left: 0;
}

.barsNavList a{
	text-decoration: none;
	color: black;
	font-weight: 600;
	font-family: 'Familjen Grotesk', sans-serif;
	font-size: 20px;
}

.barsBottomPart{
	width: 100%;
	height: auto;
	background: lightgray;
}

.barsBottomPart ul{
	list-style: none;
}

.barsBottomPart ul li{
	font-family: 'Familjen Grotesk', sans-serif;
	color: black;
	padding: 20px 0;
	font-size: 1.3rem;
}

.barsButtonsPart{
	display: flex;
	justify-content: center	;
	width: 100%;
	height: auto;
	padding: 10px;
}
.barsButtonsPart button{
	margin: 10px 10px;
	font-size: 1.5rem;
	padding: 0.7rem 3rem;
	font-family: 'Familjen Grotesk', sans-serif;
	border-radius: 15px;
}
.girisYapBtn{
	background: transparent;
	border-radius: 15px;
	border: 3px solid #3E5170;
}
.uyeOlBtn{
	background: #3E5170;
	color: white;
	border: none
}

#blackScreen{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: opacity 0.4s ease;
}

#blackScreen.deactive {
	opacity: 0;
	pointer-events: none;
	visibility: visible;
}

@keyframes bell {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(25deg);
	}
	75% {
		transform: rotate(-25deg);
	}
}



@media (max-width: 1030px){
	.header-searchBarOpen{
		width: 95vw;
	}
	.searchbarLeft{
		width: 13rem;
	}
	.searchbarLeft_up h6, .searchbarLeft_down h6, .searchbarRight h6{
		font-size: 13px;
		margin: 10px;
	}
	.searchbarLeft_up ul li, .searchbarLeft_down ul li{
		font-size: 12px;
	}
	.ozelUrun{
		width: calc(50% - 8px);
		height: auto;
	}
	.ozelUrunGorsel img{
		width: 6rem;
		height: 100%;
	}
	.ozelUrunTexts{
		padding: 5px;
	}
	.isim p{
		font-size: 10px;
	}
	.ozelUrunFiyat{
		width: 100%;
		padding: 4px;
	}
	.ozelUrunFiyat p{
		font-size: 9px;
		margin: 1px 0;
	}
	.sepetRakam{
		font-size: 11px !important;
	}
	.header-top-menus{
		visibility: hidden;
	}


	.header-navbar-list a{

		font-size: 0.9rem;
	}
	#auto-text{
		visibility: hidden;
	}
	#searchbar{
		width: 50%;
	}
}

@media (max-width: 868px){

	#searchbar{
		visibility: hidden;
	}
	
	.header-navbar-list a{
		font-size: 0.7rem;
		gap: 5px;
	}

	.header-top{

		height: 4rem;
	}

	.header-top-description p{
		margin-top: 2rem;
		width: 20rem;
		display: inline-block;
	}
	.header-searchBar i{
		margin-top: 1rem;
	}

}

@media (max-width: 1300px){
	/* Tüm yazıları gizle */
	.header-links ul li div a {
		display: none !important;
	}
	
	/* Kalp iconunu tamamen kaldır */
	.header-links ul li:nth-child(3) {
		display: none !important;
	}
	
	/* Iconlar ortada dursun */
	.header-links ul li div {
		justify-content: center;
	}
	
	.header-links ul li div .header-icon-img {
		margin-bottom: 0;
	}
	
	/* Bell iconu ve badge görünsün */
	.header-links ul li:first-child div a {
		display: none !important;
	}
	
	.header-searchBar i{
		margin-top: 0;
	}
	.header-secondPart{
		visibility: hidden;

	}
	.header-bottom{
		height: auto;
	}
	.header-firstPart{
		flex-wrap: wrap;
		height: auto;
		padding: 15px 0;
		row-gap: 15px;
	}
	#splitHR{
		visibility: hidden;
	}
	.header-links{
		position: static;
		visibility: visible;
		order: 2;
		margin-left: auto;
	}
	.header-searchBar{
		order: 3;
		width: 100%;
		margin-left: 0;
	}
	.header-searchBar i{
		text-align: left;
	}
	#auto-text{
		visibility: visible;
	}

	.logo i{
		font-size: 2rem;
		visibility: visible;
	}
}

@media (max-width: 800px){
	.logo img{
		height: 3rem;
	}
}

@media (max-width: 680px){
	.logo img{
		height: 2rem;
	}
	.logo i{
		font-size: 1rem;
	}
}

@media (max-width: 380px){
	.header-top-description p{
		margin-top: 2.4rem;
		width: 10rem;
		display: inline-block;
	}
	#barsOpen{
		width: auto;
	}
	.header-searchBar{
		height: 2.5rem;
	}
	.header-searchBar input{
		font-size: 0.9rem;
	}
	#auto-text{
		font-size: 0.9rem;
	}
	.header-links ul{
		gap: 8px;
	}
}