/* Visaro – unified covers (brancher + produkttyper) */

.visaro-cover-page,
.visaro-cover-hub-page,
.visaro-branche-page,
.visaro-branche-hub-page {
	background: var(--visaro-paper, #f1f0ed) !important;
}

.visaro-cover-hero,
.visaro-branche-hero {
	padding: 48px 0 28px;
	background:
		radial-gradient(1100px 380px at 12% -8%, rgba(22, 22, 22, 0.045), transparent 58%),
		linear-gradient(180deg, var(--visaro-paper-soft, #f7f6f4) 0%, var(--visaro-paper, #f1f0ed) 100%);
}

.visaro-cover-hero--hub {
	padding-bottom: 12px;
	text-align: center;
}

.visaro-cover-breadcrumb,
.visaro-branche-breadcrumb {
	margin-bottom: 18px;
	font-size: 13px;
	color: #6b6560;
}

.visaro-cover-breadcrumb .woocommerce-breadcrumb,
.visaro-cover-breadcrumb nav {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	font-size: inherit;
}

.visaro-cover-breadcrumb a,
.visaro-branche-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.visaro-cover-kicker,
.visaro-branche-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6b6a67;
}

.visaro-cover-kicker a {
	color: inherit;
	text-decoration: none;
}

.visaro-cover-title,
.visaro-branche-title {
	margin: 0 0 16px;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	font-weight: 650;
	color: #1a1816;
	letter-spacing: -0.02em;
}

.visaro-cover-lead,
.visaro-branche-lead,
.visaro-branche-intro {
	max-width: 46rem;
	margin: 0 0 1.1rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #3f3a35;
}

.visaro-cover-lead--center {
	margin-left: auto;
	margin-right: auto;
}

.visaro-cover-bullets,
.visaro-branche-intro ul {
	margin: 0;
	padding-left: 1.15rem;
	color: #514b45;
	max-width: 40rem;
}

.visaro-cover-bullets li + li,
.visaro-branche-intro li + li {
	margin-top: 0.35rem;
}

.visaro-cover-hero-cta,
.visaro-cover-footer-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.visaro-cover-footer-cta,
.visaro-cover-hero-cta--center {
	justify-content: center;
}

.visaro-cover-footer-cta {
	margin-top: 44px;
}

.visaro-cover-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 0.97rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.visaro-cover-btn--primary {
	background: #1a1816;
	border-color: #1a1816;
	color: #fff !important;
}

.visaro-cover-btn--primary:hover {
	background: #a20401;
	border-color: #a20401;
	color: #fff !important;
}

.visaro-cover-btn--outline {
	background: #fff;
	border-color: rgba(26, 24, 22, 0.28);
	color: #1a1816 !important;
}

.visaro-cover-btn--outline:hover {
	background: #f7f5f2;
	border-color: #1a1816;
	color: #1a1816 !important;
}

.visaro-cover-products-section,
.visaro-cover-hub-section,
.visaro-branche-products-section,
.visaro-branche-hub-section {
	padding: 12px 0 64px;
}

.visaro-cover-products-head,
.visaro-branche-products-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.visaro-cover-products-head h2,
.visaro-branche-products-head h2 {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 600;
	color: #1a1816;
}

.visaro-cover-see-all,
.visaro-branche-see-all {
	font-size: 0.95rem;
	color: #3f3e3c;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.visaro-cover-see-all:hover,
.visaro-branche-see-all:hover {
	border-bottom-color: currentColor;
}

.visaro-cover-products ul.products,
.visaro-cover-products div.products,
.visaro-branche-products ul.products,
.visaro-branche-products div.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.visaro-cover-products ul.products::before,
.visaro-cover-products ul.products::after,
.visaro-cover-products div.products::before,
.visaro-cover-products div.products::after,
.visaro-branche-products ul.products::before,
.visaro-branche-products ul.products::after,
.visaro-branche-products div.products::before,
.visaro-branche-products div.products::after {
	display: none !important;
}

.visaro-cover-products ul.products li.product,
.visaro-cover-products div.products .product,
.visaro-cover-products div.products section.product,
.visaro-branche-products ul.products li.product,
.visaro-branche-products div.products .product,
.visaro-branche-products div.products section.product {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	background: #fff;
	border: 1px solid rgba(26, 24, 22, 0.08);
	padding: 12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.visaro-cover-products ul.products li.product:hover,
.visaro-cover-products div.products .product:hover,
.visaro-branche-products ul.products li.product:hover,
.visaro-branche-products div.products .product:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(26, 24, 22, 0.08);
}

.visaro-cover-empty,
.visaro-branche-empty {
	background: #fff;
	border: 1px dashed rgba(26, 24, 22, 0.18);
	padding: 36px 28px;
	text-align: center;
	color: #514b45;
}

.visaro-cover-footer-cta,
.visaro-branche-footer-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 40px;
}

.visaro-cover-footer-cta .button,
.visaro-branche-footer-cta .button {
	min-width: 220px;
	text-align: center;
	border-radius: 999px;
	padding: 12px 22px;
	background: #1a1816;
	color: #fff !important;
	border: 1px solid #1a1816;
	text-decoration: none;
}

.visaro-cover-footer-cta .button-outline,
.visaro-branche-footer-cta .button-outline {
	background: transparent;
	color: #1a1816 !important;
}

.visaro-cover-seo {
	padding: 0 0 80px;
}

.visaro-cover-seo__inner {
	max-width: 46rem;
	background: #fff;
	border: 1px solid rgba(26, 24, 22, 0.08);
	padding: 36px 40px;
	color: #3f3a35;
	line-height: 1.7;
}

.visaro-cover-seo__inner h2 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	color: #1a1816;
}

.visaro-cover-seo__inner h2 + h2,
.visaro-cover-seo__inner p + h2 {
	margin-top: 28px;
}

.visaro-cover-seo__inner p {
	margin: 0 0 1rem;
}

.visaro-cover-hub,
.visaro-branche-hub {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.visaro-cover-card,
.visaro-branche-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 28px 26px;
	background: #fff;
	border: 1px solid rgba(26, 24, 22, 0.08);
	color: inherit;
	text-decoration: none;
	min-height: 180px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.visaro-cover-card:hover,
.visaro-branche-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(26, 24, 22, 0.08);
	border-color: rgba(22, 22, 22, 0.22);
	color: inherit;
}

.visaro-cover-card__eyebrow {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b6a67;
}

.visaro-cover-card__title,
.visaro-branche-card__title {
	font-size: 1.25rem;
	font-weight: 650;
	color: #1a1816;
	letter-spacing: -0.01em;
}

.visaro-cover-card__text,
.visaro-branche-card__text {
	flex: 1;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #514b45;
}

.visaro-cover-card__cta,
.visaro-branche-card__cta {
	font-size: 0.9rem;
	color: #3f3e3c;
}

.visaro-cover-empty {
	background: #fff;
	border: 1px solid rgba(26, 24, 22, 0.08);
	padding: 36px 28px;
	text-align: center;
}

.visaro-cover-empty p {
	margin: 0 auto 8px;
	max-width: 36rem;
	color: #514b45;
	line-height: 1.55;
}

.visaro-cover-empty__note {
	margin-top: 10px !important;
	font-size: 0.9rem;
	color: #6b6a67;
}


.visaro-cover-related {
	padding: 12px 0 56px;
}

.visaro-cover-hub--compact {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.visaro-cover-hub--compact .visaro-cover-card {
	min-height: 150px;
}

@media (max-width: 1024px) {
	.visaro-cover-products ul.products,
	.visaro-cover-products div.products,
	.visaro-branche-products ul.products,
	.visaro-branche-products div.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* —— Skilteløsninger shop hub (pills + products) —— */

.visaro-cover-hero--shop {
	padding: 56px 0 8px;
	text-align: center;
}

.visaro-cover-hub-page--shop .visaro-cover-title {
	margin-bottom: 12px;
	letter-spacing: -0.02em;
}

.visaro-cover-hub-page--shop .visaro-cover-lead--center {
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #5c574f;
}

.visaro-cover-hub-page--shop .visaro-hub-pills-section,
.visaro-cat-pills.visaro-hub-pills-section {
	/* Logo-guld palette */
	--visaro-gold: #ceb293;
	--visaro-gold-line: #d9c4ab;
	--visaro-gold-soft: #f5efe8;
	--visaro-gold-hover: #eadccb;
	--visaro-gold-active: #d7bfa5;
	--visaro-ink: #2a2622;
	padding: 28px 0 8px;
}

.visaro-cover-hub-page--shop .visaro-hub-pills,
.visaro-cat-pills .visaro-hub-pills {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 12px;
	max-width: 920px;
	margin: 0 auto;
}

.visaro-cover-hub-page--shop a.visaro-hub-pill,
.visaro-cat-pills a.visaro-hub-pill {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0.55em 1.15em;
	border: 1px solid var(--visaro-gold-line) !important;
	border-radius: 999px;
	background: var(--visaro-gold-soft) !important;
	color: var(--visaro-ink) !important;
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.visaro-cover-hub-page--shop a.visaro-hub-pill:hover,
.visaro-cover-hub-page--shop a.visaro-hub-pill:focus-visible,
.visaro-cat-pills a.visaro-hub-pill:hover,
.visaro-cat-pills a.visaro-hub-pill:focus-visible {
	border-color: var(--visaro-gold) !important;
	background: var(--visaro-gold-hover) !important;
	color: var(--visaro-ink) !important;
	outline: none;
}

.visaro-cover-hub-page--shop a.visaro-hub-pill.is-active,
.visaro-cat-pills a.visaro-hub-pill.is-active {
	border-color: var(--visaro-gold) !important;
	background: var(--visaro-gold-active) !important;
	color: var(--visaro-ink) !important;
	box-shadow: inset 0 0 0 1px rgba(206, 178, 147, 0.35);
}

.visaro-material-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 10px;
	max-width: 920px;
	margin: 14px auto 0;
}

a.visaro-material-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4em 0.95em;
	border: 1px solid var(--visaro-gold-line, #d9c4ab);
	border-radius: 999px;
	background: #fff;
	color: var(--visaro-ink, #2a2622);
	font-size: 0.84rem;
	font-weight: 500;
	text-decoration: none !important;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

a.visaro-material-pill:hover,
a.visaro-material-pill:focus-visible {
	border-color: var(--visaro-gold, #ceb293);
	background: var(--visaro-gold-soft, #f5efe8);
	color: var(--visaro-ink, #2a2622);
	outline: none;
}

a.visaro-material-pill.is-active {
	border-color: var(--visaro-gold, #ceb293);
	background: var(--visaro-gold-active, #d7bfa5);
	color: var(--visaro-ink, #2a2622);
	box-shadow: inset 0 0 0 1px rgba(206, 178, 147, 0.35);
}

.visaro-hub-shop .filter-widget-area-button a {
	background: var(--visaro-gold-soft, #f5efe8) !important;
	border: 1px solid var(--visaro-gold-line, #d9c4ab);
	color: var(--visaro-ink, #2a2622) !important;
}

.visaro-hub-shop .filter-widget-area-button a:hover,
.visaro-hub-shop .filter-widget-area-button a.active {
	background: var(--visaro-gold-hover, #eadccb) !important;
	border-color: var(--visaro-gold, #ceb293);
	color: var(--visaro-ink, #2a2622) !important;
}

.visaro-cover-hub-page--shop .visaro-hub-shop .ts-sidebar,
.visaro-cover-hub-page--shop #left-sidebar {
	display: none !important;
}

.visaro-hub-shop {
	padding: 28px 0 48px;
}

.visaro-hub-shop #main-content.style-sidebar {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.visaro-hub-shop #ts-filter-widget-area.active .ts-sidebar-content {
	transform: translateX(0);
	left: 0;
}

.visaro-hub-shop .before-loop-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
}

.visaro-hub-shop .main-products {
	margin-top: 0;
}

/* Filter accordion: headings always toggleable, content starts folded via JS */
#ts-filter-widget-area .widget-title-wrapper {
	position: relative;
	padding-right: 36px;
	cursor: pointer;
}

#ts-filter-widget-area .widget-title-wrapper a.block-control {
	display: block !important;
}

/* Closed filter panel must not leak chevrons into the page */
#ts-filter-widget-area:not(.active) {
	visibility: hidden;
	pointer-events: none;
}

#ts-filter-widget-area:not(.active) .ts-sidebar-content {
	visibility: hidden;
	pointer-events: none;
}

#ts-filter-widget-area.active {
	visibility: visible;
	pointer-events: auto;
}

#ts-filter-widget-area.active .ts-sidebar-content {
	visibility: visible;
	pointer-events: auto;
}

/* ——— Polished filter panel ——— */
#ts-filter-widget-area .ts-sidebar-content {
	background: #f7f6f4 !important;
	border-right: 1px solid rgba(28, 26, 22, 0.08);
	box-shadow: 8px 0 28px rgba(28, 26, 22, 0.06);
	overflow-x: hidden !important;
	overflow-y: auto !important;
	padding-top: 28px !important;
}

#ts-filter-widget-area .filter-widget-area {
	padding: 0 4px 24px;
}

#ts-filter-widget-area .widget-container {
	margin: 0 0 8px !important;
	padding: 0 0 8px;
	border-bottom: 1px solid rgba(28, 26, 22, 0.08);
	background: transparent;
	clear: both;
}

#ts-filter-widget-area .widget-container:last-child {
	border-bottom: 0;
}

#ts-filter-widget-area .widget-title {
	margin: 0 !important;
	padding: 12px 0 !important;
	font-size: 0.72rem !important;
	font-weight: 650 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: #3f3830 !important;
	line-height: 1.3 !important;
}

#ts-filter-widget-area .widget-title-wrapper a.block-control {
	top: 10px !important;
	right: 0 !important;
	width: 28px !important;
	height: 28px !important;
	border: 1px solid rgba(206, 178, 147, 0.55) !important;
	border-radius: 6px !important;
	background: #fff !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

#ts-filter-widget-area .widget-title-wrapper a.block-control:after {
	content: "" !important;
	width: 7px;
	height: 7px;
	border-right: 1.5px solid #3f3830;
	border-bottom: 1.5px solid #3f3830;
	transform: rotate(45deg) translate(-1px, -1px);
	transition: transform 0.2s ease;
	font-size: 0 !important;
}

#ts-filter-widget-area .widget-title-wrapper a.block-control.active:after {
	transform: rotate(-135deg) translate(-1px, -1px);
}

#ts-filter-widget-area .woocommerce-widget-layered-nav-list,
#ts-filter-widget-area .product-categories,
#ts-filter-widget-area ul {
	margin: 0 0 10px !important;
	padding: 0 !important;
	list-style: none !important;
}

#ts-filter-widget-area .woocommerce-widget-layered-nav-list__item,
#ts-filter-widget-area .product-categories > li,
#ts-filter-widget-area li {
	margin: 0 0 2px !important;
	padding: 0 !important;
}

#ts-filter-widget-area .woocommerce-widget-layered-nav-list__item a,
#ts-filter-widget-area .product-categories a {
	display: block;
	padding: 7px 8px;
	border-radius: 6px;
	color: #3f3830 !important;
	text-decoration: none !important;
	font-size: 0.9rem;
	line-height: 1.35;
}

#ts-filter-widget-area .woocommerce-widget-layered-nav-list__item a:hover,
#ts-filter-widget-area .product-categories a:hover {
	background: rgba(206, 178, 147, 0.18);
}

#ts-filter-widget-area .woocommerce-widget-layered-nav-list__item--chosen > a,
#ts-filter-widget-area .woocommerce-widget-layered-nav-list__item a[aria-current="page"] {
	background: rgba(206, 178, 147, 0.32);
	font-weight: 600;
}

/* Attribute swatches in filter (Farve + Materiale) */
#ts-filter-widget-area .visaro-filter-swatches ul.woocommerce-widget-layered-nav-list {
	display: flex !important;
	flex-direction: column;
	gap: 4px;
	margin: 2px 0 12px !important;
	padding: 0 !important;
	list-style: none !important;
}

#ts-filter-widget-area .visaro-filter-swatches li.woocommerce-widget-layered-nav-list__item {
	display: block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

#ts-filter-widget-area .visaro-filter-swatches li.woocommerce-widget-layered-nav-list__item a,
#ts-filter-widget-area a.visaro-attr-swatch,
#ts-filter-widget-area a.visaro-farve-swatch {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 6px 8px !important;
	border: 1px solid transparent !important;
	border-radius: 8px !important;
	background: transparent !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: border-color 0.15s ease, background 0.15s ease;
}

#ts-filter-widget-area .visaro-filter-swatches li.woocommerce-widget-layered-nav-list__item a:hover,
#ts-filter-widget-area a.visaro-attr-swatch:hover,
#ts-filter-widget-area a.visaro-farve-swatch:hover {
	background: rgba(206, 178, 147, 0.16) !important;
}

#ts-filter-widget-area .visaro-filter-swatches li.woocommerce-widget-layered-nav-list__item--chosen > a,
#ts-filter-widget-area .visaro-filter-swatches li.chosen > a,
#ts-filter-widget-area a.visaro-attr-swatch.is-active,
#ts-filter-widget-area a.visaro-attr-swatch[aria-current="true"],
#ts-filter-widget-area a.visaro-farve-swatch.is-active,
#ts-filter-widget-area a.visaro-farve-swatch[aria-current="true"] {
	border-color: #ceb293 !important;
	background: rgba(206, 178, 147, 0.28) !important;
	box-shadow: inset 0 0 0 1px #ceb293;
	font-weight: 650;
}

#ts-filter-widget-area .visaro-attr-swatch__chip,
#ts-filter-widget-area .visaro-farve-swatch__chip {
	display: block;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	background-color: #e8e4de;
	border: 1px solid rgba(28, 26, 22, 0.14);
	box-sizing: border-box;
}

#ts-filter-widget-area .visaro-filter-swatches li.woocommerce-widget-layered-nav-list__item--chosen .visaro-attr-swatch__chip,
#ts-filter-widget-area .visaro-filter-swatches li.woocommerce-widget-layered-nav-list__item--chosen .visaro-farve-swatch__chip,
#ts-filter-widget-area a.visaro-attr-swatch.is-active .visaro-attr-swatch__chip,
#ts-filter-widget-area a.visaro-farve-swatch.is-active .visaro-farve-swatch__chip {
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ceb293;
}

#ts-filter-widget-area .visaro-attr-swatch__meta,
#ts-filter-widget-area .visaro-farve-swatch__meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 6px;
	min-width: 0;
	flex: 1 1 auto;
}

#ts-filter-widget-area .visaro-attr-swatch__label,
#ts-filter-widget-area .visaro-farve-swatch__label {
	font-size: 0.88rem;
	font-weight: 500;
	color: #3f3830;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#ts-filter-widget-area .visaro-attr-swatch__count,
#ts-filter-widget-area .visaro-farve-swatch__count {
	flex: 0 0 auto;
	font-size: 0.72rem;
	font-weight: 500;
	color: #8b857e;
}

#ts-filter-widget-area .visaro-attr-swatch__count::before,
#ts-filter-widget-area .visaro-farve-swatch__count::before {
	content: "(";
}

#ts-filter-widget-area .visaro-attr-swatch__count::after,
#ts-filter-widget-area .visaro-farve-swatch__count::after {
	content: ")";
}

.visaro-hub-shop .main-products {
	margin-top: 0;
}

.visaro-hub-cta-section {
	padding: 0 0 48px;
}

.visaro-hub-cta-section__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

@media (max-width: 767px) {
	.visaro-cover-hero--shop {
		padding: 28px 0 4px;
	}

	.visaro-cover-hub-page--shop .visaro-cover-title {
		font-size: clamp(1.55rem, 7vw, 2rem);
		line-height: 1.15;
		padding: 0 4px;
	}

	.visaro-cover-hub-page--shop .visaro-cover-lead--center {
		font-size: 0.95rem;
		padding: 0 8px;
		max-width: 22rem;
	}

	.visaro-cover-hub-page--shop .visaro-hub-pills-section,
	.visaro-cat-pills.visaro-hub-pills-section {
		padding: 18px 0 4px;
	}

	.visaro-cover-hub-page--shop .visaro-hub-pills,
	.visaro-cat-pills .visaro-hub-pills {
		display: flex !important;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 8px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		max-width: none;
		padding: 0 4px 10px;
		mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
		-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
	}

	.visaro-cover-hub-page--shop .visaro-hub-pills::-webkit-scrollbar,
	.visaro-cat-pills .visaro-hub-pills::-webkit-scrollbar {
		display: none;
	}

	.visaro-cover-hub-page--shop a.visaro-hub-pill,
	.visaro-cat-pills a.visaro-hub-pill {
		flex: 0 0 auto;
		white-space: nowrap;
		font-size: 0.86rem;
		padding: 0.55em 1.05em;
		min-height: 0;
		width: auto;
	}

	.visaro-cover-hub-page--shop a.visaro-hub-pill.is-active,
	.visaro-cat-pills a.visaro-hub-pill.is-active {
		grid-column: auto;
	}

	.visaro-hub-shop {
		padding: 14px 0 32px;
	}

	.visaro-hub-shop .before-loop-wrapper {
		gap: 10px 8px;
		margin-bottom: 16px;
	}

	.visaro-hub-shop #main-content.style-sidebar {
		overflow: hidden;
		position: relative;
	}

	.visaro-cover-hero,
	.visaro-branche-hero {
		padding: 32px 0 16px;
	}

	.visaro-cover-hub,
	.visaro-branche-hub {
		grid-template-columns: 1fr;
	}

	.visaro-cover-products ul.products,
	.visaro-cover-products div.products,
	.visaro-branche-products ul.products,
	.visaro-branche-products div.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px;
	}

	.visaro-cover-products div.products .product,
	.visaro-cover-products div.products section.product,
	.visaro-branche-products div.products .product,
	.visaro-branche-products div.products section.product,
	.visaro-cover-products ul.products li.product,
	.visaro-branche-products ul.products li.product {
		width: auto !important;
		float: none !important;
	}

	.visaro-cover-seo__inner {
		padding: 24px 20px;
	}

	.visaro-cover-hub--compact {
		grid-template-columns: 1fr 1fr;
	}

	.visaro-cover-footer-cta .button,
	.visaro-branche-footer-cta .button,
	.visaro-cover-btn {
		width: 100%;
	}
}

/* —— Visaro product cards (homepage + reusable) —— */
.visaro-product-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 28px 24px;
	width: 100%;
	max-width: 1120px;
	margin: 8px auto 0;
	padding: 0;
	justify-content: center;
}

.visaro-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(26, 24, 22, 0.08);
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	min-width: 0;
}

.visaro-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(26, 24, 22, 0.1);
	border-color: rgba(206, 178, 147, 0.55);
	color: inherit;
}

.visaro-product-card__media {
	position: relative;
	aspect-ratio: 4 / 5;
	background: #f3f1ee;
	overflow: hidden;
}

.visaro-product-card__media img,
.visaro-product-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.visaro-product-card:hover .visaro-product-card__media img {
	transform: scale(1.04);
}

.visaro-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	background: #2f9e44;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 7px 9px;
	border-radius: 5px;
}

.visaro-product-card__title {
	margin: 16px 16px 8px;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.35;
	color: #1a1816;
	letter-spacing: -0.01em;
}

.visaro-product-card__price {
	margin: 0 16px 18px;
	font-size: 0.95rem;
	color: #514b45;
	line-height: 1.45;
	margin-top: auto;
}

.visaro-product-card__price .amount,
.visaro-product-card__price .woocommerce-Price-amount {
	font-weight: 600;
	color: #1a1816;
}

.visaro-product-card__price del {
	opacity: 0.5;
	margin-right: 0.4em;
	font-weight: 400;
}

.visaro-product-card__price del .amount,
.visaro-product-card__price del .woocommerce-Price-amount {
	font-weight: 400;
	color: #6f6a64;
}

.visaro-product-card__price ins {
	text-decoration: none;
}

/* Elementor widget wrapper: drop leftover ThemeSky loading chrome */
.elementor-widget-ts-products-in-category-tabs .elementor-widget-container {
	width: 100%;
}

.elementor-widget-ts-products-in-category-tabs .ts-product-in-category-tab-wrapper,
.elementor-widget-ts-products-in-category-tabs .loading {
	display: none !important;
}

@media (max-width: 1200px) {
	.visaro-product-cards {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 22px 18px;
		max-width: none;
	}
}

@media (max-width: 900px) {
	.visaro-product-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.visaro-product-card__media {
		aspect-ratio: 1 / 1;
	}

	.visaro-product-card__title {
		font-size: 0.95rem;
		margin: 12px 12px 6px;
	}

	.visaro-product-card__price {
		margin: 0 12px 14px;
		font-size: 0.88rem;
	}
}

@media (max-width: 767px) {
	.visaro-product-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px;
		margin-top: 4px;
	}

	.visaro-product-card {
		border-radius: 10px;
	}

	.visaro-product-card:hover {
		transform: none;
		box-shadow: none;
	}

	.visaro-product-card__title {
		font-size: 0.88rem;
		margin: 10px 10px 4px;
	}

	.visaro-product-card__price {
		margin: 0 10px 12px;
		font-size: 0.82rem;
	}

	.visaro-product-card__badge {
		top: 8px;
		left: 8px;
		font-size: 0.72rem;
		padding: 5px 7px;
	}
}

/* —— Category archive cover + café/hotel launch split —— */
body.visaro-cover-archive .breadcrumb-title-wrapper,
body.tax-product_cat .breadcrumb-title-wrapper {
	display: none !important;
}

.visaro-cover-hero--archive {
	padding: 40px 0 18px;
}

.visaro-cover-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
	gap: 40px 48px;
	align-items: center;
}

.visaro-cover-hero__media {
	border-radius: 14px;
	overflow: hidden;
	background: #e8e6e1;
	aspect-ratio: 4 / 5;
}

.visaro-cover-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.visaro-cover-hero--quiet {
	padding-top: 36px;
	padding-bottom: 12px;
}

.visaro-cover-card--launch {
	border-color: rgba(26, 24, 22, 0.16);
	box-shadow: 0 10px 28px rgba(26, 24, 22, 0.05);
}

.visaro-cover-card--quiet {
	opacity: 0.86;
}

.visaro-cover-empty--quiet {
	text-align: center;
	padding: 28px 16px 8px;
}

.visaro-cover-empty--quiet p {
	margin: 0;
	color: #5c574f;
}

#visaro-cover-products,
body.visaro-cover-archive #main-content {
	scroll-margin-top: 92px;
}

@media (max-width: 767px) {
	.visaro-cover-hero__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.visaro-cover-hero__media {
		aspect-ratio: 16 / 10;
		max-height: 220px;
	}

	.visaro-cover-card--launch {
		box-shadow: none;
	}

	.visaro-cover-hero--archive {
		padding: 24px 0 8px;
	}
}
