/**
 * BienHabillé — Landings catégories (mockup Accessoires).
 */

.bh-page-clothing-landing #bh-content,
.bh-page-clothing-landing .bh-clothing-landing {
	background: var(--bh-hub-cream, #f6f1ea);
}

.bh-page-clothing-landing .bh-clothing-section--breadcrumb {
	display: none;
}

.bh-page-clothing-landing .bh-clothing-hero--ink {
	background: var(--bh-hub-navy, #16293d);
	color: var(--bh-hub-cream, #f6f1ea);
	padding: 4rem 0 3.5rem;
	background-image: radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 24px 24px;
}

.bh-page-clothing-landing .bh-clothing-hero--ink .bh-hero-banner {
	background: transparent;
	min-height: auto;
	padding: 0;
}

.bh-page-clothing-landing .bh-clothing-hero__breadcrumb {
	margin-bottom: 1.25rem;
}

.bh-page-clothing-landing .bh-clothing-hero__breadcrumb .bh-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.82rem;
	color: rgba(246, 241, 234, 0.6);
}

.bh-page-clothing-landing .bh-clothing-hero__breadcrumb .bh-breadcrumb__sep {
	list-style: none;
}

.bh-page-clothing-landing .bh-clothing-hero__breadcrumb a {
	color: rgba(246, 241, 234, 0.6);
	text-decoration: none;
}

.bh-page-clothing-landing .bh-clothing-hero__breadcrumb a:hover {
	color: var(--bh-hub-cream, #f6f1ea);
}

.bh-page-clothing-landing .bh-clothing-hero__breadcrumb [aria-current="page"] {
	color: var(--bh-hub-cream, #f6f1ea);
	font-weight: 600;
}

.bh-page-clothing-landing .bh-clothing-hero--ink .bh-hero-banner__subtitle {
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--bh-hub-gold, #c9a227);
}

.bh-page-clothing-landing .bh-clothing-hero--ink .bh-hero-banner__title {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: clamp(2.4rem, 7vw, 4.5rem);
	line-height: 1;
	text-transform: uppercase;
	color: var(--bh-hub-cream, #f6f1ea);
	margin: 0 0 0.75rem;
}

.bh-page-clothing-landing .bh-clothing-hero--ink .bh-hero-banner__text {
	font-family: "Manrope", sans-serif;
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(246, 241, 234, 0.72);
	max-width: 58ch;
}

/* Barre sous-catégories — chips carrés identiques (mockup) */
.bh-page-clothing-landing .bh-clothing-section--catbar {
	padding: 1.875rem 0 0.5rem;
	background: var(--bh-hub-cream, #f6f1ea);
}

.bh-page-clothing-landing .bh-catbar {
	gap: 16px;
}

.bh-page-clothing-landing .bh-catbar__list {
	gap: 16px;
	padding-bottom: 14px;
	scroll-snap-type: x proximity;
	align-items: flex-start;
}

.bh-page-clothing-landing .bh-catbar__item.bh-catbar__item--tile {
	flex: 0 0 128px !important;
	width: 128px !important;
	min-width: 128px !important;
	max-width: 128px !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	border-radius: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	overflow: visible !important;
	scroll-snap-align: start;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.bh-page-clothing-landing .bh-catbar__chip {
	display: block;
	width: 128px;
	height: 128px;
	flex: 0 0 128px;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(135deg, #3a4658, #1d2a3a);
	border: 2px solid transparent;
	box-sizing: border-box;
	transition: border-color 0.2s ease, transform 0.25s ease;
}

.bh-page-clothing-landing .bh-catbar__item--tile .bh-catbar__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	border-radius: 0;
}

.bh-page-clothing-landing .bh-catbar__item--tile .bh-catbar__title {
	display: block;
	position: static !important;
	margin-top: 10px;
	padding: 0;
	background: none !important;
	border-radius: 0;
	font-family: "Oswald", sans-serif;
	font-size: 0.86rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--bh-hub-body, rgba(22, 41, 61, 0.72));
	white-space: normal;
	line-height: 1.25;
}

.bh-page-clothing-landing .bh-catbar__item--tile:hover .bh-catbar__chip {
	transform: translateY(-3px);
}

.bh-page-clothing-landing .bh-catbar__item--tile.is-active .bh-catbar__chip {
	border-color: var(--bh-hub-gold, #c9a227);
}

.bh-page-clothing-landing .bh-catbar__item--tile.is-active .bh-catbar__title {
	color: var(--bh-hub-ink, #16293d);
	font-weight: 600;
}

.bh-page-clothing-landing .bh-catbar__item--tile.is-active .bh-catbar__title::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 8px;
	border-radius: 2px;
	background: rgba(22, 41, 61, 0.22);
}

.bh-page-clothing-landing .bh-catbar__arrow {
	border: 0;
	background: #fff;
	border-radius: 999px;
	width: 36px;
	height: 36px;
	box-shadow: 0 2px 8px rgba(22, 41, 61, 0.08);
}

/* Listing */
.bh-page-clothing-landing .bh-clothing-section--listing {
	padding: 0 0 5rem;
	background: var(--bh-hub-cream, #f6f1ea);
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter {
	background: var(--bh-hub-cream, #f6f1ea);
	overflow: visible;
}

/* Sticky filter : ancêtres sans clip (position:sticky + overflow parent = casse fréquente mobile) */
.bh-page-clothing-landing .bh-clothing-section--listing,
.bh-page-clothing-landing .bh-clothing-listing.bh-archive-shop,
.bh-page-clothing-landing .bh-unified-listing .bh-clothing-listing--unified-filter {
	overflow: visible;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-style-landing-filter {
	background: var(--bh-hub-cream, #f6f1ea);
}

.bh-page-clothing-landing .bh-unified-landing-filter .bh-style-landing-filter__tools--cols {
	display: none;
}

.bh-page-clothing-landing .bh-unified-landing-filter .bh-style-landing-filter__row--meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.35rem;
}

.bh-page-clothing-landing .bh-unified-landing-filter .bh-style-landing-filter__row--meta .bh-style-landing-filter__count {
	margin: 0;
}

.bh-page-clothing-landing .bh-unified-landing-filter.is-stuck .bh-style-landing-filter__row--meta .bh-style-landing-filter__count {
	display: block;
	font-size: 0.78rem;
}

@media (max-width: 860px) {
	.bh-page-clothing-landing .bh-unified-landing-filter.is-fixed .bh-style-landing-filter__inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.bh-page-clothing-landing .bh-unified-landing-filter.is-fixed .bh-style-landing-filter__row--meta {
		margin-top: 0.5rem;
	}

	.bh-page-clothing-landing .bh-unified-landing-filter.is-fixed .bh-style-landing-filter__colors {
		padding-top: 8px;
	}
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-style-landing-grid {
	padding-top: 1.5rem;
}

/* Drawer filtres complets — tiroir gauche plein écran (mockup) */
.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only {
	position: fixed !important;
	inset: 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: auto !important;
	height: auto !important;
	align-self: auto !important;
	z-index: 100050;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	visibility: hidden;
	pointer-events: none;
	display: flex !important;
	align-items: stretch;
	justify-content: flex-start;
	transition: visibility 0.32s ease;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(22, 41, 61, 0.45);
	opacity: 0;
	transition: opacity 0.32s ease;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only[aria-hidden="false"] {
	visibility: visible;
	pointer-events: auto;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only[aria-hidden="false"]::before {
	opacity: 1;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__inner {
	position: relative;
	z-index: 1;
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1.25rem 1.35rem calc(1.25rem + 5.25rem);
	background: #fff;
	box-shadow: 4px 0 28px rgba(22, 41, 61, 0.14);
	transform: translateX(-100%);
	transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only[aria-hidden="false"] .bh-shop-filters__inner {
	transform: translateX(0);
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__mobile-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(22, 41, 61, 0.12);
	margin-bottom: 0.15rem;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__mobile-title {
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #16293d;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__mobile-close {
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	font-size: 2rem;
	line-height: 1;
	color: #16293d;
	cursor: pointer;
	padding: 0;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__summary {
	padding: 1rem 0;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #16293d;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__details--swatches .bh-shop-filters__swatches--grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.65rem;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__details--swatches .bh-shop-filters__color-name {
	display: none;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__details--swatches .bh-shop-filters__color-row {
	justify-content: center;
	padding: 0;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__details--swatches .bh-shop-filters__swatch-disc {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: var(--bh-swatch, #ccc);
	border: 1px solid rgba(22, 41, 61, 0.12);
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__list--price-bands label {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.35rem 0;
	font-size: 0.95rem;
	cursor: pointer;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__list--price-bands input[type="radio"] {
	width: 1.1rem;
	height: 1.1rem;
	accent-color: #16293d;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__mobile-actions {
	display: flex;
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	margin-top: 1rem;
	padding-top: 0.85rem;
	padding-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
	border-top: 1px solid rgba(22, 41, 61, 0.12);
	background: #fff;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__apply-mobile {
	flex: 1 1 auto;
	width: 100%;
	border-radius: 999px;
	min-height: 42px;
	background: #c9a227;
	border-color: #c9a227;
	color: #16293d;
	font-weight: 700;
}

.bh-page-clothing-landing .bh-clothing-listing--unified-filter .bh-shop-filters.bh-shop-filters--drawer-only .bh-shop-filters__reset-drawer {
	flex: 0 0 auto;
	width: 100%;
	min-height: 42px;
	border-radius: 999px;
	padding: 0 1.1rem;
	border: 1px solid rgba(22, 41, 61, 0.45);
	background: #fff;
	color: #16293d;
	font-weight: 600;
}

body.bh-shop-filters-open {
	overflow: hidden;
}

.bh-page-clothing-landing .bh-clothing-listing .bh-shop-layout-wrap {
	padding-top: 0;
}

.bh-page-clothing-landing .bh-clothing-listing .bh-shop-layout {
	display: grid;
	grid-template-columns: 248px 1fr;
	gap: 40px;
	align-items: start;
}

.bh-page-clothing-landing .bh-clothing-listing .bh-shop-listing-head {
	grid-column: 1 / -1;
}

.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__hide-filters {
	display: none;
}

.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__filters-toggle {
	display: none;
}

.bh-page-clothing-landing .bh-clothing-listing .bh-shop-filters {
	position: sticky;
	top: 18px;
	background: #fff;
	border: 1px solid rgba(22, 41, 61, 0.12);
	border-radius: 8px;
	padding: 24px;
}

.bh-page-clothing-landing .bh-clothing-listing .bh-shop-filters__mobile-head,
.bh-page-clothing-landing .bh-clothing-listing .bh-shop-filters__mobile-actions {
	display: none;
}

.bh-page-clothing-landing .bh-clothing-listing .bh-shop-main {
	min-width: 0;
}

.bh-page-clothing-landing .bh-clothing-listing ul.products {
	display: grid;
	grid-template-columns: repeat(var(--bh-shop-cols, 3), 1fr);
	gap: 26px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bh-page-clothing-landing .bh-clothing-listing ul.products.columns-3 {
	--bh-shop-cols: 3;
}

.bh-page-clothing-landing .bh-clothing-listing ul.products.columns-4 {
	--bh-shop-cols: 3;
}

.bh-page-clothing-landing .bh-clothing-listing__empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 3rem 1rem;
	color: rgba(22, 41, 61, 0.72);
	background: #fff;
	border: 1px solid rgba(22, 41, 61, 0.1);
	border-radius: 8px;
}

.bh-page-clothing-landing .bh-clothing-section--maillage {
	padding: 4.5rem 0;
	background: #fff;
}

.bh-page-clothing-landing .bh-clothing-section--maillage .bh-seo-landing-section-title {
	font-family: "Oswald", sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bh-hub-ink, #16293d);
	margin: 0 0 1.75rem;
}

.bh-page-clothing-landing .bh-clothing-section--maillage .bh-seo-related-links--cards .bh-seo-related-links__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.bh-page-clothing-landing .bh-seo-related-links__card--split {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 280px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	background: var(--bh-hub-cream, #f6f1ea);
	text-decoration: none;
	color: var(--bh-hub-ink, #16293d);
	box-shadow: 0 1px 0 rgba(22, 41, 61, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bh-page-clothing-landing .bh-seo-related-links__card--split:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(22, 41, 61, 0.1);
}

.bh-page-clothing-landing .bh-seo-related-links__card-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 132px;
	padding: 1.25rem;
	background: #16293d;
}

.bh-page-clothing-landing .bh-seo-related-links__card-visual-label {
	font-family: "Manrope", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92);
	text-align: center;
	line-height: 1.3;
}

.bh-page-clothing-landing .bh-seo-related-links__card--split:nth-child(4n + 2) .bh-seo-related-links__card-visual {
	background: #1e3d32;
}

.bh-page-clothing-landing .bh-seo-related-links__card--split:nth-child(4n + 3) .bh-seo-related-links__card-visual {
	background: #4a3428;
}

.bh-page-clothing-landing .bh-seo-related-links__card--split:nth-child(4n + 4) .bh-seo-related-links__card-visual {
	background: #5c4f3a;
}

.bh-page-clothing-landing .bh-seo-related-links__card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.15rem 1.2rem 1.25rem;
}

.bh-page-clothing-landing .bh-seo-related-links__card--split .bh-seo-related-links__card-title {
	font-family: "Oswald", sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--bh-hub-ink, #16293d);
}

.bh-page-clothing-landing .bh-seo-related-links__card--split .bh-seo-related-links__card-desc {
	flex: 1 1 auto;
	font-family: "Manrope", sans-serif;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(22, 41, 61, 0.72);
}

.bh-page-clothing-landing .bh-seo-related-links__card--split .bh-seo-related-links__card-arrow {
	margin-top: auto;
	color: var(--bh-hub-gold, #c9a227);
	font-size: 1.2rem;
}

.bh-page-clothing-landing .bh-clothing-section--faq {
	padding: 0 0 4rem;
	background: #fff;
}

@media (max-width: 1023px) {
	.bh-page-clothing-landing .bh-clothing-hero--ink {
		padding: 2.5rem 0 2rem;
	}

	.bh-page-clothing-landing .bh-clothing-section--listing {
		padding: 1.75rem 0 3.5rem;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-layout {
		grid-template-columns: 1fr;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-filters {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-filters__mobile-head {
		display: flex;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-filters__mobile-actions {
		display: block;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__inner {
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 0.65rem 0.75rem;
		border-bottom: none;
		padding-bottom: 0.85rem;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__count {
		grid-column: 2;
		text-align: center;
		font-family: "Manrope", sans-serif;
		font-size: 0.95rem;
		font-weight: 500;
		color: rgba(22, 41, 61, 0.55);
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__actions {
		display: contents;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__filters-toggle {
		grid-column: 1;
		grid-row: 1;
		display: inline-flex;
		align-items: center;
		gap: 0.45rem;
		padding: 0.62rem 1.05rem;
		border: 1px solid rgba(22, 41, 61, 0.12);
		border-radius: 999px;
		background: #fff;
		font-family: "Manrope", sans-serif;
		font-weight: 600;
		font-size: 0.92rem;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__filters-toggle-count {
		display: none;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__order-pill {
		grid-column: 3;
		grid-row: 1;
		border: 1px solid rgba(22, 41, 61, 0.12);
		border-radius: 999px;
		background: #fff;
		padding: 0.45rem 0.85rem;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__sort-label {
		display: none;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-toolbar__grid {
		display: none;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-filters__swatches--grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 0.65rem;
	}

	.bh-page-clothing-landing .bh-clothing-listing .bh-shop-filters__swatch-disc {
		width: 2rem;
		height: 2rem;
	}

	.bh-page-clothing-landing .bh-clothing-listing ul.products {
		--bh-shop-cols: 2;
	}
}
