/* Priority: 73 */

.aurica-collection-single {
	--collection-gutter: var(--gapX9, 36px);
	--collection-max: 1368px;
	color: var(--contentPrimaryColor, #0a2753);
	overflow: hidden;
}

.aurica-collection-hero {
	position: relative;
	display: grid;
	min-height: min(810px, 70vw);
	place-items: center;
	background-color: var(--cardDefaultBg, #fcf5ec);
	background-image: linear-gradient(var(--blackOpacity300, rgba(29, 29, 27, .25)), var(--blackOpacity300, rgba(29, 29, 27, .25))), var(--collection-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--contentOnDark, #fff);
}

.aurica-collection-hero.is-empty {
	background-image: linear-gradient(135deg, var(--primary500, #0a2753), var(--primary400, #223c64));
}

.aurica-collection-hero__inner {
	width: min(var(--collection-max), calc(100% - var(--collection-gutter) * 2));
	text-align: center;
}

.aurica-collection-hero__eyebrow {
	margin-bottom: var(--gapX6, 24px);
	text-transform: uppercase;
}

.aurica-collection-hero__title {
	margin: 0;
	font-family: var(--titleFont, LTRemark, sans-serif);
	font-size: clamp(52px, 8vw, 132px);
	font-weight: var(--titleWeight, 400);
	line-height: .95;
	letter-spacing: var(--bigTitleSpacing, 0);
	overflow-wrap: break-word;
}

.aurica-collection-hero__title span {
	display: inline;
}

.aurica-collection-properties,
.aurica-collection-intro,
.aurica-collection-gallery,
.aurica-collection-products-section,
.aurica-collection-related {
	width: min(var(--collection-max), calc(100% - var(--collection-gutter) * 2));
	margin-right: auto;
	margin-left: auto;
}

.aurica-collection-properties {
	row-gap: var(--gapX12, 48px);
}

.aurica-collection-gallery .vc_row {
	row-gap: var(--columnGap, 12px);
}

.aurica-collection-gallery .xleb-illustration {
	background: var(--cardDefaultBg, #fcf5ec);
}

.aurica-collection-products-section .posts-container.grid,
.aurica-collection-related .posts-container.grid {
	row-gap: var(--gapX12, 48px);
}

.aurica-collection-products-section .xcat-selected-product-card .image-wrapper {
	aspect-ratio: 1 / 1;
	background: var(--cardDefaultBg, #fcf5ec);
	overflow: hidden;
}

.aurica-collection-products-section .xcat-selected-product-card .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.aurica-collection-related .swiper {
	position: relative;
}

@media (max-width: 767.98px) {
	.aurica-collection-single {
		--collection-gutter: var(--gapX4, 16px);
		max-width: 100vw;
	}

	.aurica-collection-hero {
		min-height: 540px;
	}

	.aurica-collection-hero__inner,
	.aurica-collection-properties,
	.aurica-collection-intro,
	.aurica-collection-gallery,
	.aurica-collection-products-section,
	.aurica-collection-related {
		width: calc(100vw - var(--collection-gutter) * 2);
		max-width: calc(100vw - var(--collection-gutter) * 2);
	}

	.aurica-collection-hero__title {
		max-width: 330px;
		margin-right: auto;
		margin-left: auto;
		font-size: 36px;
		line-height: 1.04;
	}

	.aurica-collection-hero__title span {
		display: block;
	}
}
