	
 
	
	/* Base font usage */
	:root {
	  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
	  --font-regular: 400;
	  --font-medium: 500;
	  --font-bold: 600;
	  --btn-radius:6px;
	}
	
	html, body {
		height: 100%;
		font-family: var(--font-sans);
		font-weight: var(--font-regular);
	}

	
	
	* {	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; }

	
	h1, h2, h3 {
	  font-family: var(--font-sans);
	  font-weight: var(--font-bold); 
	}
 

	html {
		font-family: var(--font-base);
		font-weight:var(--font-regular);
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	
	body {
		margin: 0;
		font-size: 1rem;
		line-height: 1.5;
		color: #444;
		text-align: left;
		background-color:rgba(232,235,255,0.1);
		height: 100%;
		font-family: var(--font-sans);
		font-weight: var(--font-regular);
		line-height: 1.5;
		text-rendering: optimizeLegibility;
	}
	
	.Page {
		min-height:calc(100% - 204px);
		padding:12px 0px;
	}
	

	
 
 	.Standart {
		float:left;
		width:100%;
		position:relative;
	}
	
 	.Standart_White_Doc {
		font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,"Liberation Mono", "Courier New", monospace;
		background-color:rgba(255,255,255,1);
		padding:32px;
		border:0.1em solid rgba(234, 234, 234, 1);
		border-radius:16px;
		margin-top:32px
	}
	
	
 	.How {
		background-color:rgba(255,255,255,1);
		padding:10px 32px 10px 32px;
		border:0.1em solid rgba(234, 234, 234, 1);
		border-radius:16px; 
		margin-bottom:32px;
	}
	
	
	.Standart_White_Doc h2 {
		margin:0px !important;
		float:left;
		width:100%;
		border-bottom:0.01em solid rgba(234, 234, 234, 1);
		margin-bottom:26px !important;
		padding-bottom:16px;
	}
	
 
	
	
	.Centerer { 	
		width:1180px;	
		margin:0 auto;  
		padding-left:0px;
		padding-right:0px; 
	} 
	
	@media only screen and (max-width:1228px) {
		.Centerer { 	
			width:calc(100%); 
			padding-left:24px;
			padding-right:24px;
		}  
	}
	
	
	
	
	
	
	.x_top {
		position:fixed;
		width:100%;
		border-bottom:0.1em solid rgba(234, 234, 234, 1);
		padding:12px 0px;
		background: linear-gradient(to bottom, #F24D77 0%, #554DFF 100%);
		text-shadow: 2px 2px 2px rgba(109,109,109,1);
		z-index:999;
		height:72px;
	}
	
	
	.x_bottom {
		border-top:0.1em solid rgba(234, 234, 234, 1);
		padding:18px 0px 0px 0px;
		background: linear-gradient(to bottom, #ffffff 0%, #f7f8fa 100%); 
		z-index:999;
		height:132px;	
	}
	.x_bottom_in {
		font-size:14px;
		color:rgba(0,0,0,0.6);
		font-weight:400; 
		text-align:center
		
	}
	
	.x_bottom_in a {
		text-decoration:none;
		color:rgba(0,0,0,0.7);
		font-weight:500; 
	}
	
	
	.x_l {
		float:left;
		height:48px;
		width:48px;
		background-image:url(/Assets/Logo_Small.png);
		background-repeat:no-repeat;
		background-size:contain; 
	}
	
	.x_t {
		float:left;
		height:48px;
		line-height:48px;
		padding-left:8px;
		text-decoration:none !important;
	}
	.x_a, .x_b {
		font-size:22px;
		font-weight:600
	}
	.x_a { color:#ffffff }
	.x_b { color:#f02e39 }


	h1.CountryTitle{
		font-size: 1.6rem; 
		line-height: 1.4;
		margin: 1rem 0;
		font-weight: 600;
	}
	
	.cityname_span {
		color:#333;
		font-weight:600;
	}

	.CityLink {
		float:left;
		width:100%;
		background: linear-gradient(to bottom, #ffffff 0%, #f7f8fa 100%);
		border-radius:6px;
		border:0.1em solid rgba(234, 234, 234, 1);
		padding:12px;
		margin-bottom:1rem;
		text-decoration:none;
		color:#555;
		border-left:5px solid #66CC00;
		transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
	}
	
	.CityLinkAll {
		border:0.1em solid rgba(214, 214, 214, 1);
		border-left:5px solid #1e66b1;
		transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
	}
	
	.CityLink:hover,  .CityLinkAll:hover {
		box-shadow: 0 6px 16px rgba(0,0,0,.08);
		transform: translateY(-1px);
	}






	
	/* Gender Box Selector Page Css */
	.GenderBox {
		float: left;
		width: 100%;
	}
	.GenderTitle {
		font-size: 1.25rem;
		font-weight:600;
		margin:16px 0px 28px 0px;
		text-align: center;
	}
	.GenderChoices {
		display: flex;
		gap:20px;
		flex-wrap: wrap;
	}
	.GenderOpt {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 14px;
		border: 1px solid rgba(0, 0, 0, 0.4);
		border-radius: 12px;
		cursor: pointer;
		user-select: none;
		transition: box-shadow 0.18s ease, border-color 0.18s ease,
			transform 0.18s ease;
		min-width: 140px;
		flex: 1;
		text-decoration: none;
	}
	.GenderOpt:hover {
		border-color: rgba(0, 0, 0, 0.14);
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
		transform: translateY(-1px);
		text-decoration: none;
	}
	.GenderOpt input {
		position: absolute;
		opacity: 0;
		pointer-events: none;
	}
	.GenderOpt span {
		font-size: 1rem;
		font-weight: 600;
		color: rgba(44, 44, 44, 1);
		text-decoration: none;
	}
	.GenderOpt input:checked + span {
		text-decoration: none;
	}
	.GenderOpt:has(input:checked) {
		border-color: rgba(0, 0, 0, 0.22);
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
	}
	.GenderHint {
		margin-top: 20px;
		font-size: 0.9rem;
		opacity: 0.7;
		text-align: center;
	}
	
	@media (max-width: 520px) {
		.GenderOpt {
			min-width: 100%;
			margin-bottom: 12px;
			padding: 16px 3px;
		}
	}
	/* Gender Box Selector Page Css */




	.tiles{
		display: grid;
		grid-template-columns: repeat(3, 1fr); /* mobile */
		gap:18px;
	}
	
	@media (min-width: 992px){
		.tiles{
			grid-template-columns: repeat(8, 1fr); /* desktop */
		}
	}
	
	.tile {
		position: relative;
		aspect-ratio: 1 / 1;
		display: block;
		border-radius: 12px;
		overflow: hidden;
		background: linear-gradient(to bottom, #ffffff 0%, #f7f8fa 100%);
		border-radius:6px;
		border:0.2em solid rgba(204,204,204,1);
		overflow:hidden;
		filter: grayscale(25%);
		transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
		font-size:10px;
		text-align:center;
		text-decoration:none;
		color:rgba(0,0,0,0.6);
		padding-top:12px
	}
	
	.tile_f {
		border:0.2em solid #f02e39 !important
	}
	.tile_m {
		border:0.2em solid #1e66b1 !important
	}
	
	/* img tile'ı doldursun */
	.tile > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	/* spinner overlay */
	.tile.is-loading::after{
		content: "";
		position: absolute;
		inset: 0;
		margin: auto;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		border: 3px solid rgba(0,0,0,.15);
		border-top-color: rgba(0,0,0,.55);
		animation: spin .8s linear infinite;
	}
	
	.tile_in {
		position:absolute;
		left:0px;
		right:0px;
		bottom:0px;
		top:0px;
		background-repeat:no-repeat;
		background-size:cover;
		background-position:top center;
	}
	
	
	.tile_in_name {
		position:absolute;
		left:0px;
		right:0px;
		bottom:0px;
		padding:4px 0px;
		padding-top:22px;
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
		font-size:10px;
		text-align:center;
		color:rgba(51,51,51,1); 
	}	
	
	
	@keyframes spin { to { transform: rotate(360deg); } }
	
	
	.tile:hover {
		box-shadow: 0 6px 16px rgba(0,0,0,.08);
		transform: translateY(-1px);
	}


	
	
		
		
	.load-more-wrapper {
	  display: flex;
	  justify-content: flex-end;  
	  margin: 24px 0;
	}
 
	
	.load-more-btn {
		float:left;
		font-size:16px;
		font-weight: 500;
		color: #333;
		cursor: pointer; 
		padding: 14px 32px;
		background: linear-gradient(to bottom, #604DF5 0%, #7F4DDC 100%);
		color:rgba(255,255,255,1);
		border-radius: 8px; 
		text-decoration:none;
		box-shadow: 0 2px 6px rgba(0,0,0,0.06);
		transition: all 0.2s ease;
		padding:16px 22px;
	}
	
	 
	.load-more-btn:hover {
		box-shadow: 0 4px 10px rgba(0,0,0,0.18); 
		transform: translateY(-1px);
	}
	
 
	.load-more-btn:active {
	  transform: translateY(0);
	  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	}


	@media (max-width: 768px) {
	  .load-more-wrapper {
		justify-content: center;
		width: 100%;
	  }
	
	  .load-more-btn {
		width: 100%; 
		text-align:center;
		font-size:14px;
	  }
	}
	
	
	

	.Brand_Category_Header {
		font-weight: var(--font-bold);
		line-height: 1.2;
		margin: 0 0 20px 0;
		min-height:60px;
		border-bottom: 0.1em solid rgba(244, 244, 244, 1);
	}

	.Brand {
		float:left;
		width:100%;
		margin-bottom:32px;
		padding-bottom:20px;
		border-bottom: 0.1em solid rgba(244, 244, 244, 1);
		color:rgba(100,100,100,1);
	}

	.Brand_Logo {
		float:left;
		width:48px;
		height:48px;
		background-repeat:no-repeat;
		background-size:cover;
		background-color:rgba(252,252,252,1);
		border-radius:8px;
		background-image:url(/Assets/Logo.png?V=2);
		background-position:center center;
		border:0.1em solid rgba(244, 244, 244, 1);
	}
	
	.Brand_Info {
		width:calc(100% - 48px);
		padding-left:12px;
	}
	.Brand_Desc {
		font-size:14px;
		font-weight:500; 
		padding-left:60px;
		margin-top:22px
	}	
	
	.Brand_Name {
		color:#222
	}		
 
	.Brand_Url h4 {
		color:#444;
		font-weight:600 !important;
	}	
	
	 
	.visit-btn {
		float: left;
		font-size: 16px;
		font-weight: 500;
		color: #333;
		cursor: pointer;
		padding: 14px 32px;
		background: linear-gradient(to bottom, #604DF5 0%, #7F4DDC 100%);
		color: rgba(255, 255, 255, 1);
		border-radius: 8px;
		text-decoration: none;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
		transition: all 0.2s ease;
		padding: 16px 22px;
	}
		
	
	.visit-btn:hover {
		box-shadow: 0 4px 10px rgba(0,0,0,0.18); 
	}
	
	
	
	.Brand_Logo_Big {
		float:left;
		width:90px;
		height:90px;
		background-repeat:no-repeat;
		background-size:cover;
		background-color:rgba(252,252,252,1);
		border-radius:8px;
		background-image:url(/Assets/Logo.png?V=2);
		background-position:center center;
		border:0.1em solid rgba(244, 244, 244, 1);
	}	
	
	
	.center-float {
		float:left !important;
		margin-left:50%;
		transform:translate(-50%,0px)
	}
	
	@media (max-width: 768px) {
		.center-float {
			float:left !important;
			margin-left:0px !important;
			width:100%;
			transform:translate(0px,0px);
			text-align:center;
		}	
		
		.Brand_Logo_Big {
			width:110px !important;
			height:110px !important;
			float:left !important;
			margin-left:50% !important;
			transform:translate(-50%,0px) !important;
		}	
		
		
	}
	
	
	
	
	
	
	
	
	
	