html {
	scroll-behavior: smooth;
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

a.product-card {
	display: block;
	color: inherit;
	text-decoration: none;
}

a.product-card:hover,
a.product-card:focus {
	color: inherit;
	text-decoration: none;
}

.before-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	font-family: "Outfit", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #35090C;
}

.text-center .before-title {
	margin-right: auto;
	margin-left: auto;
}

.before-title::before,
.before-title::after {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	flex: 0 0 32px;
	background: currentColor;
	opacity: 0.38;
}

.before-title.before-title-light {
	color: rgba(255, 255, 255, 0.72);
}

.before-title.before-title-pill {
	padding: 8px 24px;
	border-radius: 999px;
	background: #5c1020;
	color: #ffffff;
}

.before-title.before-title-pill::before,
.before-title.before-title-pill::after {
	display: none;
}

.main-nav-links.hidden {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	.main-nav-links.hidden.md\:flex {
		display: flex !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
	.main-navbar {
		padding: 18px 24px !important;
	}

	.main-nav-links {
		gap: 20px !important;
	}

	.btn-iletisim {
		padding: 15px 52px 15px 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	.home-page .about-us {
		padding: 64px 0 120px !important;
	}

	.home-page .about-us-images {
		display: block !important;
		width: calc(100vw - 30px) !important;
		max-width: 100% !important;
		margin: 0 auto 42px !important;
	}

	.home-page .about-image-stack {
		width: calc(100vw - 30px) !important;
		max-width: calc(100vw - 30px) !important;
		padding: 0 !important;
		overflow: visible;
	}

	.home-page .about-image-primary {
		width: 100% !important;
	}

	.home-page .about-us .reveal {
		display: block !important;
		visibility: visible !important;
		transform: none !important;
	}

	.home-page .about-us .reveal img {
		transform: none !important;
	}

	.home-page .about-image-primary img {
		aspect-ratio: 4 / 5 !important;
	}

	.home-page .about-image-overlay {
		display: none !important;
	}

	.main-header {
		top: 16px !important;
		padding: 0 12px !important;
		box-sizing: border-box;
	}

	.main-navbar {
		position: relative !important;
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
		min-height: 78px !important;
		padding: 14px 16px !important;
		border-radius: 22px !important;
		gap: 12px !important;
		box-sizing: border-box;
	}

	.navbar-brand img {
		width: 118px !important;
		max-width: 38vw !important;
		height: auto !important;
	}

	body .main-header .main-navbar > .btn-iletisim {
		position: absolute !important;
		top: 50% !important;
		left: auto !important;
		right: 16px !important;
		width: 124px !important;
		max-width: 124px !important;
		transform: translateY(-50%) !important;
		flex-shrink: 0;
		justify-content: flex-start !important;
		padding: 12px 44px 12px 16px !important;
		font-size: 14px !important;
		line-height: 1 !important;
	}

	body .main-header .main-navbar > .btn-iletisim:hover,
	body .main-header .main-navbar > .btn-iletisim:active {
		transform: translateY(-50%) !important;
	}

	body .main-header .main-navbar > .btn-iletisim::before {
		width: 32px !important;
		height: 32px !important;
		right: 5px !important;
	}

	main.pt-\[178px\],
	main.pt-\[160px\] {
		padding-top: 124px !important;
	}

	section[class*="mt-[-90px]"] {
		margin-top: -56px !important;
		padding-top: 48px !important;
		padding-bottom: 120px !important;
		border-top-left-radius: 42px !important;
		border-top-right-radius: 42px !important;
		background-attachment: scroll !important;
	}

	.main-footer {
		margin-top: -56px !important;
		padding-top: 80px !important;
	}

	.footer-copyright {
		justify-content: center !important;
		text-align: center;
	}

	.blog-content {
		padding: 24px !important;
	}

	.blog-detail-container .p-10,
	.blog-detail-container .md\:p-16,
	.blog-detail-container .lg\:p-20 {
		padding: 28px !important;
	}

	.detail-gallery {
		border-radius: 1.25rem !important;
	}
}
