/* ==================================================
   HOUSE OF OLIVE SHOP ARCHIVE
   Stap 1.1: full-width hero en dynamische categorietabs
================================================== */

body.hoo-shop-archive {
	overflow-x: hidden;
}

body.hoo-shop-archive .shop-page-title,
body.hoo-shop-archive .woocommerce-products-header {
	display: none !important;
}

body.hoo-shop-archive #main,
body.hoo-shop-archive .shop-container,
body.hoo-shop-archive .page-wrapper {
	padding-top: 0 !important;
}

.hoo-shop-container {
	width: calc(100% - 64px) !important;
	max-width: var(--container, 1240px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/*
 * Deze wrapper staat via flatsome_after_header buiten de WooCommerce-contentkolom.
 * De viewport-breedte voorkomt dat een Flatsome boxed/container-instelling de hero begrenst.
 */

.hoo-shop-archive-header {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
}

.hoo-shop-hero {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	background: var(--olive-black);
	color: var(--linen);
}

.hoo-shop-hero__image,
.hoo-shop-hero__shade {
	position: absolute;
	inset: 0;
}

.hoo-shop-hero__image {
	background-image: var(--hoo-shop-hero-image);
	background-repeat: no-repeat;
	background-position: center 56%;
	background-size: cover;
	transform: scale(1.02);
}

.hoo-shop-hero__shade {
	background: linear-gradient(90deg, rgba(13, 14, 10, 0.92) 0%, rgba(13, 14, 10, 0.71) 46%, rgba(13, 14, 10, 0.22) 100%);
}

.hoo-shop-hero__content {
	position: relative;
	z-index: 2;
	padding-top: 72px !important;
	padding-bottom: 82px !important;
}

.hoo-shop-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-bottom: 54px;
	color: rgba(240, 235, 224, 0.65);
	font-family: var(--sans);
	font-size: 9px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hoo-shop-breadcrumbs a {
	color: inherit;
}

.hoo-shop-breadcrumbs a:hover {
	color: var(--olive-gold);
}

.hoo-shop-eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 18px;
	color: var(--olive-gold);
	font-family: var(--sans);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.hoo-shop-eyebrow::before {
	content: "";
	flex: 0 0 34px;
	width: 34px;
	height: 1px;
	background: currentColor;
}

.hoo-shop-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--linen-light);
	font-family: var(--serif);
	font-size: clamp(58px, 6vw, 88px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.035em;
	text-transform: none;
}

.hoo-shop-hero__description {
	max-width: 580px;
	margin: 28px 0 0;
	color: rgba(240, 235, 224, 0.77);
	font-family: var(--sans);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
}

/* Categorieën */

.hoo-shop-categories {
	width: 100%;
	border-bottom: 1px solid var(--line);
	background: var(--linen);
}

.hoo-shop-categories__inner {
	display: flex;
	gap: 42px;
	overflow-x: auto;
	scrollbar-width: none;
}

.hoo-shop-categories__inner::-webkit-scrollbar {
	display: none;
}

.hoo-shop-categories a {
	position: relative;
	flex: 0 0 auto;
	padding-top: 22px;
	padding-bottom: 22px;
	color: var(--muted);
	font-family: var(--sans);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.hoo-shop-categories a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: var(--olive-green);
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.hoo-shop-categories a:hover,
.hoo-shop-categories a.is-active {
	color: var(--olive-black);
}

.hoo-shop-categories a:hover::after,
.hoo-shop-categories a.is-active::after {
	transform: scaleX(1);
}

.hoo-shop-categories span {
	margin-left: 5px;
	color: var(--olive-green);
	font-size: 8px;
}

@media screen and (max-width: 820px) {
	.hoo-shop-container {
		width: calc(100% - 38px) !important;
	}

	.hoo-shop-hero {
		min-height: 460px;
	}

	.hoo-shop-hero__shade {
		background: rgba(13, 14, 10, 0.68);
	}

	.hoo-shop-hero__content {
		padding-top: 62px !important;
		padding-bottom: 70px !important;
	}

	.hoo-shop-breadcrumbs {
		margin-bottom: 42px;
	}

	.hoo-shop-categories__inner {
		gap: 29px;
	}
}

@media screen and (max-width: 540px) {
	.hoo-shop-container {
		width: calc(100% - 40px) !important;
	}

	.hoo-shop-hero {
		min-height: 430px;
	}

	.hoo-shop-hero__image {
		background-position: 56% center;
	}

	.hoo-shop-hero h1 {
		font-size: 51px;
	}

	.hoo-shop-hero__description {
		font-size: 13px;
	}

	.hoo-shop-categories__inner {
		width: calc(100% - 38px) !important;
		margin-right: 0 !important;
		margin-left: 19px !important;
	}
}
