body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

.header-full {
	position: relative;
}

.header-top {
	position: relative;
	display: flex;
	background: #BCC9C5;
	width: 100%;
	height: 3rem;
	color: #474747;
}

.header-top-left {
	display: flex;
	gap: 15px;
	margin-left: 10rem;
	align-items: center;
	font-weight: 500;
}

.header-top-left i {
	filter: contrast(0);
	transform: scaleX(-1);
	font-size: 1.4rem;
}

.header-top-left p {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	margin-top: 1rem;
}

.header-top-right {
	position: absolute;
	right: 0;
	margin-right: 10rem;
}

.header-top-right ul {
	display: flex;
	gap: 25px;
	list-style: none;

	margin-top: 0.8rem;
}

.header-top-right ul li a {
	color: #474747;
	font-family: 'Brown Regular', sans-serif;
	font-size: 13px;
}

.header-middle {
	position: relative;
	width: 100%;
	min-height: 8rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	box-sizing: border-box;
}

.headerBars {
	display: none;
	font-size: 2rem;
	transition: all 0.3s ease;
}

.headerBars:hover {
	transform: scale(1.2);
}

.headerBars:active {
	transform: scale(1.1);
}

.logo {
	margin-left: 10rem;
	order: 1;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.logo img {
	height:4rem;
}

#searchBar {
	width: 45rem;
	height: 2.5rem;
	background: #F0EEED;
	display: flex;
	align-items: center;
	position: relative;
	transition: background-color 0.4s ease;
	order: 2;
	margin: 0 2rem;
	flex-shrink: 1;
}

#searchBar i {
	font-size: 1rem;
	padding: 0 16px;
	filter: contrast(0);
}

#searchTextbox {
	border: none;
	outline: none;
	background: transparent; 
	flex: 1;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}

#auto-text {
	position: absolute;
	pointer-events: none;
	left: 35px;
	font-family: 'Montserrat', sans-serif;
}

#bottom-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #000;
}

#searchBar:focus-within {
	background-color: transparent;
}

#searchBar:focus-within #bottom-line {
	width: 100%;
}

.headerIcons {
	display: flex;
	gap: 20px;
	margin-right: 10rem;
	order: 3;
	flex-shrink: 0;
}

.headerIcons i {
	filter: contrast(0);
	font-size: 2rem;
}

.headerIcons .headerIcon {
	height: 1.6rem !important;
	width: 1.6rem !important;
	color: #000000 !important;
}

.shoppingBagIconWrapper {
	position: relative;
	cursor: pointer;
}

.shoppingBagCount {
	position: absolute;
	top: -6px;
	right: -6px;
	font-size: 0.85rem;
	font-weight: bold;
	color: #000;
}

.header-bottom {
	position: relative;
	width: 100%;
	height: 3rem;
	display: flex;	
	align-items: center;
}

.headerListNav {
	width: 100%;
}

.headerList {
	padding: 0;
	margin: 0 10rem;
	gap: 20px;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 500;
}

.headerList li:hover {
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: bold;
}

.headerList li a {
	color: #000000;
}

.headerList li img:hover {
	cursor: pointer;
	transform: scale(1.1);
}

#searchBarOpen {
	position: absolute;
	background: white;
	top: 100%;
	width: 100%;
	height: 20rem;
	z-index: 10;
}

.populerAramalar {
	margin-left: 25rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.populerAramalar h4 {
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 2rem;
}

.populerAramalarIconlar {
	display: flex;
	gap: 3rem;
}

.populerAramalarIcon {
	display: flex;
	align-items: center;
}

.populerAramalarIcon p {
	margin: 0 8px;
	font-family: 'Montserrat', sans-serif;
}

.populerAramalarIcon p a {
	color: black;
}

.populerAramalarIcon i {
	filter: contrast(0);
}

.Kategoriler {
	margin-left: 25rem;
	margin-bottom: 4rem;
}

.Kategoriler h4 {
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 2rem;
}

.kategorilerIconlar {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.kategorilerIcon img {
	width: 10rem;
}

.kategorilerIcon p {
	margin: 0 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}

.kategorilerIcon p a {
	color: black;
}

#shoppingBagOpen {
	position: absolute;
	width: 20rem;
	height: 10rem;
	background: white;
	box-shadow: 2px 2px 10px black;
	right: 10rem;
	top: 6rem;
	z-index: 11;
	font-family: 'Montserrat', sans-serif;
}

.shoppingBagOpenTexts {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 2rem;
}

#shoppingBagOpen h6 {
	font-size: 1.4rem;
	margin-left: 1rem;
}

#shoppingBagOpen p {
	position: absolute;
	right: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
}

#shoppingBagOpen button {
	border: none;
	width: 90%;
	height: 3rem;
	bottom: 1rem;
	position: absolute;
	left: 1rem;
	background: #375A5A;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: pointer;
}

.deactive {
	visibility: hidden;
}

.aEtiket {
	text-decoration: none;
}

#headerBarsOpen {
	background: white;
	width: 450px;
	max-width: 100%;
	height: 100vh; 
	position: fixed;
	top: 0; 
	z-index: 1000;
	box-shadow: 2px 0 10px rgba(0,0,0,0.2);
	overflow-y: auto;
	transition: transform 0.5s ease, visibility 0s 0.5s;
	left: 0;
	transform: translateX(-100%);
	visibility: hidden;
}

#headerBarsOpen:not(.deactive) {
	transform: translateX(0);
	visibility: visible;
	transition: transform 0.5s ease, visibility 0s 0s;
}

.barsTopPart{
	justify-content: space-between;
	padding: 20px;
	display: flex;
	align-items: center;
	align-content: center;
	text-align: center;
	vertical-align: middle;

}
.barsTopPart h3{
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500; 
}

.closeBtn {
    font-weight: 100;
    font-size: 2rem;
    background: #F5F3EA;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    align-content: center;
    cursor: pointer;
}

.barsNavList {
	margin-top: 1rem;
}

.barsNavList ul {
	list-style: none;
	text-align: left;
}

.navlistImg{
	height: 65px;
}
.barsNavList ul li div{
	display: flex;
	text-align: center;
	align-items: center;
	align-content: center;

}

.rightArrow{
	height: 40px;
	position: absolute;
	right: 50px;

}

.barsNavList a {
	color: black;
	font-weight: 200;
	font-size: 1.3rem;
}

.barsBottomPart {
    display: flex;
    flex-direction: column; 
    gap: 25px;         
    padding: 40px;
}

.barsBottomPart a {
    text-decoration: none;
    color: #474747;
    font-family: 'Brown Regular', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
}

.blackScreen{
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;

}

@media (max-width: 1380px) {
	.header-top-right {
		display: none;
	}
	.header-middle {
		flex-wrap: wrap;
		padding: 10px 0 0 0;
	}
	.headerBars {
		display: block;
		order: 1;
		margin-left: 1.5rem;
		flex: 0 0 auto;
	}
	.logo {
		order: 2;
		margin-left: 1.5rem;
		flex: 1 1 0%;
		min-width: 0;
	}
	.logo img {
	
		height: 3rem;
	}
	.headerIcons {
		order: 3;
		margin-left: auto;
		margin-right: 1.5rem;
		flex: 0 0 auto;
	}
	#searchBar {
		order: 4;
		flex: 0 0 calc(100% - 3rem);
		width: calc(100% - 3rem);
		max-width: 100%;
		margin: 1.5rem auto 0 auto;
	}
	#shoppingBagOpen {
		right: 2rem;
	}
	.header-bottom{
		visibility: hidden;
		height: 0;
	}
	.headerHR{
		visibility: hidden;
	}
	#auto-text{
		font-size: 0;
	}
}

@media (max-width: 920px) {
	.populerAramalar {
		margin-left: 1rem;
	}
	.Kategoriler {
		margin-left: 1rem;
	}
}

@media (max-width: 630px) {
	.logo img {
		height: 2rem;
	}
	.headerIcons i {
		font-size: 1.8rem;
	}
	.headerIcons .headerIcon {
		height: 1.4rem !important;
		width: 1.4rem !important;
	}
	#searchBar {
		flex: 0 0 calc(100% - 2rem);
		width: calc(100% - 2rem);
	}
}

@media (max-width: 550px) {
	.headerList {
		display: none;
	}
	.header-top {
		height: 5rem;
	}
	.headerHR {
		display: none;
	}
	.populerAramalarIconlar {
		flex-direction: column;
		gap: 1rem;
	}
	.kategorilerIconlar {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
	}
	#searchBarOpen {
		height: auto;
		padding-bottom: 2rem;
	}
}

@media (max-width: 490px) {
	#auto-text {
		font-size: 0;
		display: none;
	}
	.logo img {
		max-width: 6rem;
	}
	.headerIcons i {
		font-size: 1.5rem;
	}
	.headerIcons .headerIcon {
		height: 1.3rem !important;
		width: 1.3rem !important;
	}
	.headerIcons {
		gap: 10px;
	}
}

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

@media (max-width: 300px) {
	.logo img{
		visibility: hidden;
	}
}

@font-face {
    font-family: 'Brown Regular'; 
    src: url('../assets/fonts/Brown-Regular.otf') format('opentype'); 
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}
