
.archive-banner{
	position: relative;
	height: 565px;
}
.archive-banner .bg{
	height: 565px;
	width: 100%;
	object-fit: cover;
}
.archive-banner .title{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}
.archive-banner .title h1{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	font-family: Minion Pro Med;
	font-weight: 500;
	font-size: 64px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.archive-banner .desc{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(237, 223, 210, 0.85);
	padding: 41px 0;
}
.archive-banner .desc .box{
	display: flex;
	justify-content: space-between;
}
.archive-banner .desc .box .box-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
}
.archive-banner .desc .box .box-item img{
	width: 40px;
	object-fit: cover;
	transform: scale(1.3);
}
.archive-banner .desc .box .box-item p{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #333333;
}
.archive-description{
	padding: 64px 0;
}
.archive-description .breadcrumbs-section{
	margin-bottom: 0;
	padding: 0 0 0 18px;
}
.archive-description h2.title{
	font-family: Minion Pro;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	vertical-align: middle;
	margin: 42px 0 32px;
	color: #333333;
}
.archive-description p{
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #333333;
}
.archive-gallery{
	padding: 92px 0 56px;
	background: #EDDFD2;
}
.archive-gallery .archive-gallery-box{
	display: flex;
	justify-content: space-between;
	gap: 52px;
	flex-wrap: nowrap;
}
.archive-gallery .archive-gallery-box .archive-gallery-box-item{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.archive-gallery .archive-gallery-box .archive-gallery-box-item img{
	width: 100%;
	max-height: 277px;
	height: 100%;
}
.archive-gallery .archive-gallery-box .archive-gallery-box-item h3{
	font-family: Minion Pro;
	font-weight: 500;
	font-style: Medium;
	font-size: 29.6px;
	leading-trim: NONE;
	line-height: 36px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #333333;
	margin: 16px 0 12px;
}
.archive-gallery .archive-gallery-box .archive-gallery-box-item p{
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
}

/* Archive Gallery Slider Wrapper */
.archive-gallery-slider-wrapper {
	position: relative;
}

/* Navigation Arrows */
.archive-gallery-nav {
	position: absolute;
	top: 126.66px;
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 9999px;
	cursor: pointer;
	z-index: 10;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background-color 0.2s ease;
}

.archive-gallery-nav:hover {
	background: rgba(255, 255, 255, 1);
}

.archive-gallery-nav img {
	width: 20px;
	height: 20px;
	display: block;
}

.archive-gallery-nav-prev {
	left: 10px;
}

.archive-gallery-nav-next {
	right: 10px;
}

.archive-gallery-nav:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Text wrapper for title and description */
.archive-gallery-box-item-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 24px;
}
.archive-gallery-box-item-text {
	padding: 0;
	background: #EDDFD2;
}

@media (max-width: 768px) {
	.site-main{
		.flex.w-max{
			width: 100%;
			.boyta,
			.bg-primary-dark,
			.hustyp{
				display: none;
			}
		}
	}
	#filter-header{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 22px;
		margin-top: 40px;
	}
	.archive-banner{
		min-height: auto;
	}
	.archive-banner .bg-box{
		position: relative;
	}
	.archive-banner .title h1{
		font-family: Minion Pro Med;
		font-weight: 500;
		font-style: Regular;
		font-size: 45px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;
	}
	.archive-banner .bg{
		min-height: 246px;
		object-fit: cover;
	}
	.archive-banner .desc{
		position: relative;
		padding: 29px 0;
	}
	.archive-banner .desc .box{
		flex-wrap: wrap;
		gap: 18px 20px;
	}
	.archive-banner .desc .box .box-item{
		width: calc(50% - 18px);
	}
	.archive-banner .desc .box .box-item p{
		font-weight: 400;
		font-style: Regular;
		font-size: 12px;
		leading-trim: NONE;
		line-height: 20px;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;
	}
	.archive-description{
		padding: 24px 0 48px;
	}
	.archive-description .breadcrumbs-section{
		padding: 0;
	}
	.archive-description h2.title{
		margin: 24px 0;
	}
	.archive-description p{
		font-weight: 400;
		font-style: Regular;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 24px;
		letter-spacing: 0%;
		vertical-align: middle;
	}
	.archive-gallery{
		padding: 0;
	}
	.archive-gallery .container{
		padding: 0;
		max-width: 100%;
	}

	/* Mobile Slider Styles */
	.archive-gallery-slider-wrapper {
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.archive-gallery-nav {
		display: flex;
	}

	.archive-gallery-box{
		display: flex;
		gap: 0;
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		scroll-snap-type: x mandatory;
	}

	.archive-gallery-box::-webkit-scrollbar {
		display: none;
	}

	.archive-gallery-box .archive-gallery-box-item {
		flex: 0 0 100%;
		min-width: 100%;
		scroll-snap-align: start;
		display: flex;
		flex-direction: column;
		cursor: default;
		pointer-events: auto;
	}

	.archive-gallery-box .archive-gallery-box-item img {
		width: 100%;
		height: 260px;
		object-fit: cover;
	}

	.archive-gallery-box-item-text {
		min-height: 180px;
		padding: 16px 24px;
		background: #EDDFD2;
	}

	.archive-gallery-box .archive-gallery-box-item h3 {
		margin: 0;
		font-family: Minion Pro;
		font-weight: 500;
		font-size: 29.6px;
		line-height: 36px;
		color: #333333;
	}

	.archive-gallery-box .archive-gallery-box-item p {
		margin: 0;
		font-family: Inter;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #333333;
	}
}
