.urunbg{background: #ffffff no-repeat center center; background-size: contain;}

html::-webkit-scrollbar{width:16px;height:16px}
html::-webkit-scrollbar-thumb{background:#434343;border-radius:16px;box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)}
html::-webkit-scrollbar-track{background:linear-gradient(90deg,#434343,#434343 0px,#c1c1c1 0,#c1c1c1)}

/* anasayfa slide scroll link */
.homelink{
	--widthA: 100vh;
	--widthB: 10px;
	bottom: var(--widthB) !important;
}

/* mobil hÄ±zlÄ± iletiÅŸim */
.kisayol a{
	background-color: rgba(0,0,0,0.70);
	margin:0px 1px;
}

.kisayol a:first-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	margin:0px 0px 0px 5px;
}
.kisayol a:last-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5px;
	margin: 0px 5px 0px 0px;
}


/* Recommended Themes */
.recommend-themes {
	padding: 5px 0;
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.recommend-themes.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}



h1.golge:before {
    font-size: 10vmin;	
    top: -10%;
}
.golge:before {
    content: attr(data-title);
    color: rgba(255,255,255,0.1);
    position: absolute;
    letter-spacing: 5px;	
    white-space: nowrap;
    z-index: 2;
    box-sizing: border-box;
	left: 50%;
	transform: translate(-50%, -50%);
}






.underline span{
 text-decoration: none;
  box-shadow: inset 0 -5px 0 #FFD31C;
  transition: box-shadow 0.3s;
  color: inherit;
  overflow: hidden;	
}
