:root {
	--lvdr-commerce-red: #CC3232;
	--lvdr-commerce-red-dark: #A52626;
	--lvdr-commerce-accent-text: #CC3232;
	--lvdr-commerce-navy: #022c62;
	--lvdr-commerce-blue-light: #bedbff;
	--lvdr-commerce-charcoal: #2c2c2c;
	--lvdr-commerce-ink: #1F1F1F;
	--lvdr-commerce-button-bg: #1F1F1F;
	--lvdr-commerce-button-bg-hover: #000;
	--lvdr-commerce-button-text: #fff;
	--lvdr-commerce-muted: #6d7075;
	--lvdr-commerce-surface: #fff;
	--lvdr-commerce-soft: #f1f3f5;
	--lvdr-commerce-page: #F7F7F7;
	--lvdr-commerce-border: #DADADA;
}

.lvdr-shop-page__intro {
	text-align: center;
}

.lvdr-shop-page__intro .elementor-heading-title {
	color: var(--lvdr-commerce-ink);
	font-size: clamp(42px, 6vw, 82px);
	line-height: 1.02;
	letter-spacing: 0;
}

.lvdr-shop-page__intro .elementor-widget-text-editor {
	font-size: 18px;
}

.lvdr-shop-page__newsletter,
.lvdr-shop-page__subscription {
	text-align: center;
}

.lvdr-shop-page__subscription,
.lvdr-shop-page__subscription .elementor-heading-title,
.lvdr-shop-page__subscription .elementor-widget-text-editor {
	color: #fff;
}

.lvdr-shop-page__subscription .elementor-heading-title {
	font-size: clamp(34px, 4vw, 58px);
	letter-spacing: 0;
}

.lvdr-shop-page__products--blue .lvdr-section-title {
	color: var(--lvdr-commerce-navy);
}

.lvdr-shop-page__advantages > .e-con-inner > .elementor-widget-heading {
	max-width: 760px;
}

.lvdr-shop-advantage {
	border-top: 3px solid var(--lvdr-commerce-red);
}

.lvdr-shop-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 56px;
	width: min(100%, 880px);
	min-height: 56px;
	margin-inline: auto;
	border: 1px solid var(--lvdr-commerce-border);
	background: var(--lvdr-commerce-surface);
}

.lvdr-shop-search input {
	min-width: 0;
	padding: 0 20px;
	border: 0;
	background: transparent;
	color: var(--lvdr-commerce-ink);
	font: inherit;
}

.lvdr-shop-search input:focus {
	outline: 2px solid var(--lvdr-commerce-navy);
	outline-offset: -2px;
}

.lvdr-shop-search button {
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 0;
	background: var(--lvdr-commerce-red);
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.lvdr-shop-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.lvdr-shop-categories a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 18px;
	border: 1px solid var(--lvdr-commerce-charcoal);
	border-radius: 999px;
	color: var(--lvdr-commerce-charcoal);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.lvdr-shop-categories a:hover,
.lvdr-shop-categories a:focus-visible {
	border-color: var(--lvdr-commerce-red);
	background: var(--lvdr-commerce-red);
	color: #fff;
}

.lvdr-shop-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(420px, 62vh, 680px);
	overflow: hidden;
	background: var(--lvdr-commerce-charcoal);
	color: #fff;
}

.lvdr-shop-hero__image,
.lvdr-shop-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.lvdr-shop-hero__image {
	object-fit: cover;
	object-position: center;
}

.lvdr-shop-hero__shade {
	background: linear-gradient(0deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .04) 72%);
}

.lvdr-shop-hero__content {
	position: relative;
	z-index: 1;
	width: min(760px, 100%);
	padding: clamp(32px, 6vw, 84px);
}

.lvdr-shop-hero__content h2 {
	margin: 8px 0 16px;
	color: inherit;
	font-size: clamp(36px, 5vw, 72px);
	line-height: 1.04;
	letter-spacing: 0;
}

.lvdr-shop-hero__content > p:not(.lvdr-shop-hero__eyebrow) {
	max-width: 620px;
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 1.55;
}

.lvdr-shop-hero__eyebrow {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.lvdr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	border: 1px solid var(--lvdr-commerce-red);
	border-radius: 4px;
	background: var(--lvdr-commerce-red);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.lvdr-button:hover,
.lvdr-button:focus-visible {
	border-color: var(--lvdr-commerce-red-dark);
	background: var(--lvdr-commerce-red-dark);
	color: #fff;
}

.lvdr-button--light {
	border-color: #fff;
	background: #fff;
	color: var(--lvdr-commerce-charcoal);
}

.lvdr-products-section {
	width: 100%;
}

.lvdr-product-filters {
	display: grid;
	grid-template-columns: minmax(180px, 1.4fr) repeat(2, minmax(120px, .7fr)) minmax(145px, .8fr) minmax(150px, 1fr) auto auto;
	align-items: end;
	gap: 14px;
	margin-bottom: 34px;
	padding: 22px;
	border: 1px solid var(--lvdr-commerce-border);
	background: var(--lvdr-commerce-surface);
	color: var(--lvdr-commerce-ink);
}

.lvdr-product-filters label {
	display: grid;
	gap: 7px;
	min-width: 0;
	margin: 0;
}

.lvdr-product-filters label > span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.lvdr-product-filters select,
.lvdr-product-filters input {
	width: 100%;
	min-width: 0;
	height: 44px;
	padding: 0 11px;
	border: 1px solid var(--lvdr-commerce-border);
	border-radius: 0;
	background: var(--lvdr-commerce-surface);
	color: var(--lvdr-commerce-ink);
	font: inherit;
}

.lvdr-product-filters__reset {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--lvdr-commerce-ink);
	font-size: 13px;
	font-weight: 700;
}

.lvdr-section-title {
	margin: 0 0 30px;
	color: var(--lvdr-commerce-charcoal);
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.1;
	letter-spacing: 0;
}

.lvdr-product-grid {
	display: grid;
	grid-template-columns: repeat(var(--lvdr-grid-columns, 4), minmax(0, 1fr));
	gap: 24px;
}

.lvdr-product-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	border: 1px solid var(--lvdr-commerce-border);
	border-radius: 4px;
	overflow: hidden;
	background: var(--lvdr-commerce-surface);
	color: var(--lvdr-commerce-ink);
}

.lvdr-product-card__media {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #eee;
}

.lvdr-product-card__media > a,
.lvdr-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.lvdr-product-card__media img {
	object-fit: contain;
	transition: transform .25s ease;
}

.lvdr-product-card:hover .lvdr-product-card__media img {
	transform: scale(1.025);
}

.lvdr-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px;
}

.lvdr-product-card__body h3 {
	margin: 4px 0 12px;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
}

.lvdr-product-card__body h3 a {
	color: inherit;
	text-decoration: none;
}

.lvdr-product-card__stock {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.lvdr-product-card__stock.is-available {
	color: #16713b;
}

.lvdr-product-card__stock.is-unavailable {
	color: var(--lvdr-commerce-red);
}

.lvdr-product-card__price {
	margin: auto 0 18px;
	color: var(--lvdr-commerce-navy);
	font-size: 18px;
	font-weight: 700;
}

.lvdr-product-card__cta {
	width: 100%;
}

.lvdr-wishlist-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid var(--lvdr-commerce-border);
	border-radius: 4px;
	background: var(--lvdr-commerce-surface);
	color: var(--lvdr-commerce-charcoal);
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.lvdr-wishlist-toggle .lvdr-heart,
.lvdr-wishlist-header .lvdr-heart {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
}

.lvdr-wishlist-toggle.is-active {
	border-color: var(--lvdr-commerce-red);
	color: var(--lvdr-commerce-red);
}

.lvdr-wishlist-toggle.is-compact {
	width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 50%;
}

.lvdr-product-card__media .lvdr-wishlist-toggle {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.lvdr-wishlist-toggle[disabled] {
	opacity: .55;
	cursor: wait;
}

.lvdr-wishlist-header {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 60px;
	min-height: 44px;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.lvdr-wishlist-header__label {
	font-size: 13px;
	font-weight: 700;
}

.lvdr-wishlist-count {
	display: grid;
	place-items: center;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	border-radius: 999px;
	background: #fff;
	color: var(--lvdr-commerce-red);
	font-size: 11px;
	font-weight: 700;
}

.lvdr-single-favorite,
.lvdr-editorial-favorite {
	margin-top: 18px;
}

.lvdr-shop-promos {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.lvdr-promo-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 330px;
	overflow: hidden;
	background: var(--lvdr-commerce-charcoal);
	color: #fff;
	text-decoration: none;
}

.lvdr-promo-card::after {
	position: absolute;
	inset: 35% 0 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent);
	content: "";
}

.lvdr-promo-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lvdr-promo-card span {
	position: relative;
	z-index: 1;
	padding: 24px;
	font-size: 24px;
	font-weight: 700;
}

.lvdr-wishlist-group + .lvdr-wishlist-group {
	margin-top: 56px;
}

.lvdr-wishlist-group > h2 {
	margin-bottom: 24px;
	font-size: 32px;
	letter-spacing: 0;
}

.lvdr-wishlist-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.lvdr-wishlist-item {
	min-width: 0;
	border: 1px solid var(--lvdr-commerce-border);
	background: var(--lvdr-commerce-surface);
}

.lvdr-wishlist-item__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #eee;
}

.lvdr-wishlist-item__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lvdr-wishlist-item__body {
	padding: 18px;
}

.lvdr-wishlist-item__body h3 {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.35;
	letter-spacing: 0;
}

.lvdr-wishlist-item__body h3 a {
	color: inherit;
	text-decoration: none;
}

.lvdr-commerce-notice {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10000;
	max-width: min(360px, calc(100vw - 40px));
	padding: 14px 18px;
	border-radius: 4px;
	background: var(--lvdr-commerce-charcoal);
	color: #fff;
	box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
}

html.cmsmasters-mode-switcher-active,
html[data-theme="dark"],
body.cmsmasters-theme-mode-dark,
body.lvdr-dark-mode {
	--lvdr-commerce-ink: #f5f5f5;
	--lvdr-commerce-button-bg: #CC3232;
	--lvdr-commerce-button-bg-hover: #A52626;
	--lvdr-commerce-button-text: #fff;
	--lvdr-commerce-accent-text: #FF7B7B;
	--lvdr-commerce-muted: #b6b6b6;
	--lvdr-commerce-surface: #202020;
	--lvdr-commerce-soft: #181818;
	--lvdr-commerce-page: #111;
	--lvdr-commerce-border: #454545;
}

html.cmsmasters-mode-switcher-active .lvdr-section-title,
html.cmsmasters-mode-switcher-active .lvdr-shop-page__intro .elementor-heading-title,
html[data-theme="dark"] .lvdr-section-title,
body.cmsmasters-theme-mode-dark .lvdr-section-title,
body.lvdr-dark-mode .lvdr-section-title {
	color: var(--lvdr-commerce-ink);
}

@media (max-width: 1024px) {
	.lvdr-product-filters {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lvdr-product-grid,
	.lvdr-wishlist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lvdr-shop-promos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lvdr-shop-advantages {
		flex-wrap: wrap;
	}

	.lvdr-shop-advantages > .e-con {
		width: calc(50% - 10px);
	}
}

@media (max-width: 767px) {
	.lvdr-product-filters {
		grid-template-columns: minmax(0, 1fr);
		padding: 16px;
	}
	.lvdr-shop-search {
		grid-template-columns: minmax(0, 1fr) 50px;
		min-height: 50px;
	}

	.lvdr-shop-categories {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
		scrollbar-width: thin;
	}

	.lvdr-shop-categories a {
		flex: 0 0 auto;
	}

	.lvdr-shop-hero {
		min-height: min(620px, 78vh);
	}

	.lvdr-shop-hero__content {
		padding: 28px 20px;
	}

	.lvdr-shop-hero__content h2 {
		font-size: 38px;
	}

	.lvdr-product-grid,
	.lvdr-wishlist-grid,
	.lvdr-shop-promos {
		grid-template-columns: minmax(0, 1fr);
	}

	.lvdr-shop-advantages {
		flex-direction: column;
	}

	.lvdr-shop-advantages > .e-con {
		width: 100%;
	}

	.lvdr-product-card {
		max-width: 520px;
		margin-inline: auto;
	}

	.lvdr-promo-card {
		min-height: 280px;
	}

	.lvdr-wishlist-header__label {
		display: none;
	}
}

/* Read-only Odoo catalogue presentation. Scoped to the storefront so the
 * existing VDR Elementor header and footer remain untouched. */
.lvdr-catalog-page,
.lvdr-shop-page__masthead,
.lvdr-shop-page__hero,
.lvdr-shop-page__newsletter,
.lvdr-shop-page__promos,
.lvdr-shop-page__products,
.lvdr-shop-page__advantages {
	--lvdr-store-red: #d33a2f;
	--lvdr-store-red-hover: #bb2d24;
	--lvdr-store-text: #252525;
	--lvdr-store-muted: #696969;
	--lvdr-store-line: #dedede;
	--lvdr-store-page: #f1f3f5;
	--lvdr-store-white: #fff;
}

.lvdr-catalog-page .cmsmasters-main,
.lvdr-catalog-page #content,
.lvdr-storefront {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.lvdr-shop-page__masthead > .e-con-inner,
.lvdr-shop-page__hero > .e-con-inner {
	width: 100%;
	max-width: none !important;
	padding: 0 !important;
}

.lvdr-store-masthead {
	width: 100%;
	border-bottom: 1px solid var(--lvdr-store-line);
	background: var(--lvdr-store-white);
	color: var(--lvdr-store-text);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.lvdr-store-masthead__top {
	display: grid;
	grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr);
	align-items: center;
	gap: 64px;
	width: min(1260px, calc(100% - 48px));
	margin: 0 auto;
	padding: 42px 0 26px;
}

.lvdr-store-masthead__brand h1 {
	margin: 0 0 5px;
	color: var(--lvdr-store-text);
	font-family: "Poppins Local", Poppins, sans-serif;
	font-size: 37px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.lvdr-store-masthead__brand p {
	margin: 0;
	color: var(--lvdr-store-muted);
	font-size: 15px;
	line-height: 1.45;
}

.lvdr-store-masthead .lvdr-shop-search {
	width: 100%;
	min-height: 48px;
	grid-template-columns: 52px minmax(0, 1fr);
	border: 1px solid #4f4f4f;
	border-radius: 16px;
	overflow: hidden;
}

.lvdr-store-masthead .lvdr-shop-search input {
	grid-column: 2;
	grid-row: 1;
	padding: 0 18px 0 4px;
	font-size: 14px;
}

.lvdr-store-masthead .lvdr-shop-search button {
	grid-column: 1;
	grid-row: 1;
	border: 0;
	background: transparent;
	color: #111;
	padding: 0 !important;
	font-size: 18px;
}

.lvdr-store-masthead .lvdr-shop-search button::before,
.lvdr-store-masthead .lvdr-shop-search button::after {
	display: none !important;
}

.lvdr-store-masthead .lvdr-shop-categories {
	justify-content: flex-start;
	gap: 24px;
	width: min(1260px, calc(100% - 48px));
	margin: 0 auto;
	padding: 15px 0 17px;
	overflow-x: auto;
	flex-wrap: nowrap;
	scrollbar-width: none;
}

.lvdr-store-masthead .lvdr-shop-categories::-webkit-scrollbar {
	display: none;
}

.lvdr-store-masthead .lvdr-shop-categories a {
	min-height: auto;
	flex: 0 0 auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #666;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
}

.lvdr-store-masthead .lvdr-shop-categories a:hover,
.lvdr-store-masthead .lvdr-shop-categories a:focus-visible {
	background: transparent;
	color: var(--lvdr-store-red);
}

.lvdr-shop-page__hero .lvdr-shop-hero {
	min-height: 500px;
	align-items: center;
	background: #ddd;
}

.lvdr-shop-page__hero .lvdr-shop-hero__image {
	object-fit: contain;
	object-position: right center;
	background: #e7e7e7;
}

.lvdr-shop-page__hero .lvdr-shop-hero__shade {
	background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .04) 72%);
}

.lvdr-shop-page__hero .lvdr-shop-hero__content {
	width: min(1260px, calc(100% - 48px));
	margin: 0 auto;
	padding: 52px 0;
}

.lvdr-shop-page__hero .lvdr-shop-hero__content h2 {
	max-width: 760px;
	margin: 12px 0 18px;
	font-size: 58px;
	line-height: 1.08;
}

.lvdr-shop-page__newsletter {
	border-bottom: 1px solid var(--lvdr-store-line);
	background: #fff !important;
}

.lvdr-shop-page__newsletter > .e-con-inner {
	display: grid !important;
	grid-template-columns: 1fr 1fr auto;
	align-items: center !important;
	gap: 28px !important;
}

.lvdr-shop-page__newsletter .elementor-heading-title {
	font-size: 24px;
	letter-spacing: 0;
}

.lvdr-shop-page__newsletter .elementor-widget-text-editor p {
	margin: 0;
	color: var(--lvdr-store-muted);
}

.lvdr-shop-page__optin,
.lvdr-shop-page__optin > .e-con-inner,
.lvdr-shop-page__optin .elementor-widget-shortcode,
.lvdr-shop-page__optin .elementor-widget-container,
.lvdr-shop-page__optin .elementor-shortcode {
	width: 100%;
	max-width: none;
}

.lvdr-shop-page__optin > .e-con-inner {
	gap: 0 !important;
	padding: 0 !important;
}

.lvdr-shop-page__promos,
.lvdr-shop-page__products,
.lvdr-shop-page__advantages {
	background: var(--lvdr-store-page);
}

.lvdr-shop-page__promos .lvdr-shop-promos {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.lvdr-shop-page__promos .lvdr-promo-card {
	min-height: 220px;
	border: 1px solid var(--lvdr-store-line);
	border-radius: 7px;
	background: #fff;
}

.lvdr-shop-page__promos .lvdr-promo-card::after {
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .05));
}

.lvdr-shop-page__promos .lvdr-promo-card span {
	max-width: 68%;
	padding: 28px;
	font-size: 25px;
}

.lvdr-shop-page__products--blue {
	background: #fff !important;
}

.lvdr-catalog-archive,
.lvdr-catalog-product,
.lvdr-catalog-not-found {
	width: min(1320px, calc(100% - 48px));
	margin: 0 auto;
	color: var(--lvdr-store-text);
}

.lvdr-catalog-archive {
	padding: 30px 0 80px;
}

.lvdr-catalog-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	margin: 0 0 26px;
	color: #777;
	font-size: 13px;
}

.lvdr-catalog-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.lvdr-catalog-layout {
	display: grid;
	grid-template-columns: 235px minmax(0, 1fr);
	gap: 44px;
}

.lvdr-catalog-sidebar {
	min-width: 0;
}

.lvdr-catalog-sidebar h2 {
	margin: 0 0 16px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lvdr-catalog-sidebar nav {
	display: grid;
	border-top: 1px solid var(--lvdr-store-line);
}

.lvdr-catalog-sidebar nav a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	padding: 11px 0;
	border-bottom: 1px solid var(--lvdr-store-line);
	color: #555;
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
}

.lvdr-catalog-sidebar nav a span {
	color: #999;
	font-size: 12px;
}

.lvdr-catalog-sidebar nav a:hover,
.lvdr-catalog-sidebar nav a.is-active {
	color: var(--lvdr-store-red);
}

.lvdr-catalog-results__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 12px;
}

.lvdr-catalog-results__header h1 {
	margin: 0;
	color: var(--lvdr-store-text);
	font-size: 38px;
	line-height: 1.15;
	letter-spacing: 0;
}

.lvdr-catalog-category-copy {
	max-width: 820px;
	margin-top: 14px;
	color: var(--lvdr-store-muted);
	font-size: 15px;
	line-height: 1.55;
}

.lvdr-catalog-category-copy > :last-child {
	margin-bottom: 0;
}

.lvdr-catalog-sort {
	display: grid;
	grid-template-columns: auto minmax(180px, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 300px;
}

.lvdr-catalog-sort label,
.lvdr-catalog-count {
	color: var(--lvdr-store-muted);
	font-size: 13px;
}

.lvdr-catalog-sort select {
	height: 42px;
	padding: 0 34px 0 12px;
	border: 1px solid var(--lvdr-store-line);
	border-radius: 4px;
	background: #fff;
	color: var(--lvdr-store-text);
	font: inherit;
}

.lvdr-catalog-count {
	margin: 0 0 22px;
}

.lvdr-catalog-grid,
.lvdr-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px 20px;
}

.lvdr-catalog-card {
	position: relative;
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	background: #fff;
}

.lvdr-catalog-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	padding: 18px;
	overflow: hidden;
	background: #fff;
}

.lvdr-catalog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .2s ease;
}

.lvdr-catalog-card:hover .lvdr-catalog-card__media img {
	transform: scale(1.025);
}

.lvdr-catalog-card > .lvdr-wishlist-toggle {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 38px;
	height: 38px;
	min-height: 38px;
	background: rgba(255, 255, 255, .94);
}

.lvdr-catalog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 14px 16px 18px;
	border-top: 1px solid #eee;
}

.lvdr-catalog-card h3 {
	margin: 0 0 9px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
}

.lvdr-catalog-card h3 a {
	color: var(--lvdr-store-text);
	text-decoration: none;
}

.lvdr-catalog-stock {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
}

.lvdr-catalog-stock.is-available {
	color: #2f8e44;
}

.lvdr-catalog-stock.is-unavailable {
	color: var(--lvdr-store-red);
}

.lvdr-catalog-card__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 17px;
}

.lvdr-catalog-card__price {
	color: #222;
	font-size: 16px;
	font-weight: 700;
}

.lvdr-catalog-card__price del {
	display: block;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.lvdr-catalog-card__price ins {
	color: var(--lvdr-store-red);
	text-decoration: none;
}

.lvdr-catalog-card__footer > a {
	color: var(--lvdr-store-red);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.lvdr-catalog-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 42px;
}

.lvdr-catalog-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--lvdr-store-line);
	border-radius: 4px;
	background: #fff;
	color: #555;
	font-size: 13px;
	text-decoration: none;
}

.lvdr-catalog-pagination .current,
.lvdr-catalog-pagination a:hover {
	border-color: var(--lvdr-store-red);
	background: var(--lvdr-store-red);
	color: #fff;
}

.lvdr-catalog-product {
	padding: 30px 0 84px;
}

.lvdr-catalog-product__main {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: 68px;
	align-items: start;
}

.lvdr-catalog-gallery__stage {
	display: grid;
	place-items: center;
	min-height: 600px;
	padding: 24px;
	background: #fff;
}

.lvdr-catalog-gallery__stage img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 640px;
	object-fit: contain;
}

.lvdr-catalog-gallery__thumbs {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	overflow-x: auto;
}

.lvdr-catalog-gallery__thumbs button {
	width: 78px;
	height: 78px;
	flex: 0 0 78px;
	padding: 5px;
	border: 1px solid var(--lvdr-store-line);
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
}

.lvdr-catalog-gallery__thumbs button.is-active {
	border-color: var(--lvdr-store-red);
}

.lvdr-catalog-gallery__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lvdr-catalog-product__summary {
	position: sticky;
	top: 24px;
	padding-top: 16px;
}

.lvdr-catalog-product__source {
	margin: 0 0 12px;
	color: var(--lvdr-store-red);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.lvdr-catalog-product__summary h1 {
	margin: 0 0 20px;
	color: var(--lvdr-store-text);
	font-size: 40px;
	line-height: 1.13;
	letter-spacing: 0;
}

.lvdr-catalog-product__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 27px;
	font-weight: 700;
}

.lvdr-catalog-product__price small {
	color: var(--lvdr-store-muted);
	font-size: 11px;
	font-weight: 400;
}

.lvdr-catalog-product__lead {
	margin: 24px 0;
	color: #4e4e4e;
	font-size: 15px;
	line-height: 1.65;
}

.lvdr-catalog-product__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
}

.lvdr-catalog-buy {
	min-width: 240px;
	min-height: 50px;
	border-radius: 4px;
}

.lvdr-catalog-checkout-note {
	margin: 12px 0 0;
	color: var(--lvdr-store-muted);
	font-size: 12px;
	line-height: 1.45;
}

.lvdr-catalog-assurances {
	display: grid;
	gap: 8px;
	margin: 28px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid var(--lvdr-store-line);
	color: #555;
	font-size: 13px;
}

.lvdr-catalog-product__description {
	max-width: 900px;
	margin-top: 64px;
	padding-top: 40px;
	border-top: 1px solid var(--lvdr-store-line);
	font-size: 16px;
	line-height: 1.7;
}

.lvdr-catalog-product__description h2 {
	margin: 0 0 20px;
	font-size: 27px;
	letter-spacing: 0;
}

.lvdr-catalog-not-found {
	padding: 80px 0;
	text-align: center;
}

html.cmsmasters-mode-switcher-active .lvdr-store-masthead,
html.cmsmasters-mode-switcher-active .lvdr-catalog-card,
html.cmsmasters-mode-switcher-active .lvdr-catalog-gallery__stage,
html.cmsmasters-mode-switcher-active .lvdr-catalog-gallery__thumbs button,
html[data-theme="dark"] .lvdr-store-masthead,
html[data-theme="dark"] .lvdr-catalog-card,
html[data-theme="dark"] .lvdr-catalog-gallery__stage,
body.cmsmasters-theme-mode-dark .lvdr-store-masthead,
body.cmsmasters-theme-mode-dark .lvdr-catalog-card,
body.cmsmasters-theme-mode-dark .lvdr-catalog-gallery__stage {
	--lvdr-store-text: #f5f5f5;
	--lvdr-store-muted: #b8b8b8;
	--lvdr-store-line: #454545;
	--lvdr-store-page: #111;
	--lvdr-store-white: #202020;
	background-color: var(--lvdr-store-white);
	color: var(--lvdr-store-text);
}

html.cmsmasters-mode-switcher-active .lvdr-storefront,
html[data-theme="dark"] .lvdr-storefront,
body.cmsmasters-theme-mode-dark .lvdr-storefront,
body.lvdr-dark-mode .lvdr-storefront {
	--lvdr-store-text: #f5f5f5;
	--lvdr-store-muted: #b8b8b8;
	--lvdr-store-line: #444;
	--lvdr-store-page: #111;
	--lvdr-store-white: #202020;
	background: var(--lvdr-store-page);
	color: var(--lvdr-store-text);
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-results__header h1,
html.cmsmasters-mode-switcher-active .lvdr-catalog-card h3 a,
html.cmsmasters-mode-switcher-active .lvdr-catalog-card__price,
html.cmsmasters-mode-switcher-active .lvdr-catalog-product__summary h1,
html.cmsmasters-mode-switcher-active .lvdr-catalog-product__description h2,
html[data-theme="dark"] .lvdr-catalog-results__header h1,
html[data-theme="dark"] .lvdr-catalog-card h3 a,
html[data-theme="dark"] .lvdr-catalog-card__price,
html[data-theme="dark"] .lvdr-catalog-product__summary h1,
body.cmsmasters-theme-mode-dark .lvdr-catalog-results__header h1,
body.cmsmasters-theme-mode-dark .lvdr-catalog-card h3 a,
body.cmsmasters-theme-mode-dark .lvdr-catalog-product__summary h1,
body.lvdr-dark-mode .lvdr-catalog-results__header h1,
body.lvdr-dark-mode .lvdr-catalog-card h3 a,
body.lvdr-dark-mode .lvdr-catalog-product__summary h1 {
	color: var(--lvdr-store-text);
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-product__lead,
html.cmsmasters-mode-switcher-active .lvdr-catalog-assurances,
html[data-theme="dark"] .lvdr-catalog-product__lead,
html[data-theme="dark"] .lvdr-catalog-assurances,
body.cmsmasters-theme-mode-dark .lvdr-catalog-product__lead,
body.lvdr-dark-mode .lvdr-catalog-product__lead {
	color: #ccc;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-sort select,
html[data-theme="dark"] .lvdr-catalog-sort select,
body.cmsmasters-theme-mode-dark .lvdr-catalog-sort select,
body.lvdr-dark-mode .lvdr-catalog-sort select {
	border-color: var(--lvdr-store-line);
	background: var(--lvdr-store-white);
	color: var(--lvdr-store-text);
}

@media (max-width: 1100px) {
	.lvdr-store-masthead__top {
		grid-template-columns: minmax(260px, .9fr) minmax(300px, 1.1fr);
		gap: 32px;
	}

	.lvdr-catalog-grid,
	.lvdr-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lvdr-catalog-product__main {
		gap: 38px;
	}
}

@media (max-width: 900px) {
	.lvdr-store-masthead__top {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.lvdr-catalog-layout {
		grid-template-columns: 1fr;
	}

	.lvdr-catalog-sidebar nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0 18px;
	}

	.lvdr-catalog-product__main {
		grid-template-columns: 1fr;
	}

	.lvdr-catalog-product__summary {
		position: static;
	}
}

@media (max-width: 767px) {
	.lvdr-store-masthead__top,
	.lvdr-store-masthead .lvdr-shop-categories,
	.lvdr-catalog-archive,
	.lvdr-catalog-product,
	.lvdr-catalog-not-found {
		width: min(100% - 32px, 1320px);
	}

	.lvdr-store-masthead__top {
		padding: 28px 0 18px;
	}

	.lvdr-store-masthead__brand h1 {
		font-size: 27px;
	}

	.lvdr-store-masthead .lvdr-shop-search {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.lvdr-store-masthead .lvdr-shop-categories {
		gap: 18px;
		padding: 13px 0 15px;
	}

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

	.lvdr-shop-page__hero .lvdr-shop-hero__content {
		width: calc(100% - 36px);
	}

	.lvdr-shop-page__hero .lvdr-shop-hero__content h2 {
		font-size: 38px;
	}

	.lvdr-shop-page__newsletter > .e-con-inner {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.lvdr-shop-page__promos .lvdr-shop-promos,
	.lvdr-catalog-grid,
	.lvdr-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lvdr-catalog-sidebar nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lvdr-catalog-results__header {
		flex-direction: column;
	}

	.lvdr-catalog-results__header h1 {
		font-size: 30px;
	}

	.lvdr-catalog-sort {
		width: 100%;
		min-width: 0;
	}

	.lvdr-catalog-gallery__stage {
		min-height: 420px;
	}

	.lvdr-catalog-product__summary h1 {
		font-size: 32px;
	}

	.lvdr-catalog-product__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.lvdr-catalog-buy {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.lvdr-shop-page__promos .lvdr-shop-promos,
	.lvdr-catalog-grid,
	.lvdr-product-grid,
	.lvdr-catalog-sidebar nav {
		grid-template-columns: minmax(0, 1fr);
	}

	.lvdr-catalog-card__media {
		aspect-ratio: 4 / 3;
	}

	.lvdr-catalog-gallery__stage {
		min-height: 330px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lvdr-product-card__media img {
		transition: none;
	}
}

/* ═══ Refonte boutique — structure et styles du site de référence
   boutiquedelaviedurail.com : héro pleine largeur, rails compacts,
   flèches rondes grises, boutons rouges, « Trois principaux avantages ». ═══ */

/* The Odoo reference uses Bootstrap container widths. Keeping the same
 * breakpoints makes the product rails line up exactly without touching the
 * global VDR header and footer containers. */
.lvdr-shop-page__promos > .e-con-inner,
.lvdr-shop-page__rail > .e-con-inner,
.lvdr-shop-page__avantages > .e-con-inner {
	width: calc(100% - 48px) !important;
	max-width: 1320px !important;
	margin-inline: auto !important;
	padding: 0 !important;
}

.lvdr-shop-page__promos {
	background: var(--lvdr-commerce-soft) !important;
	padding: 32px 0 !important;
}

.lvdr-shop-page__avantages {
	background: var(--lvdr-commerce-surface) !important;
	padding: 48px 0 !important;
}

/* Boutons */
.lvdr-button--dark {
	background: var(--lvdr-commerce-button-bg);
	border: 0 !important;
	border-radius: 6px;
	box-shadow: none !important;
	color: var(--lvdr-commerce-button-text) !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none !important;
	transition: background 0.15s ease;
}

.lvdr-button--dark:hover {
	background: var(--lvdr-commerce-button-bg-hover);
}

.lvdr-button--red {
	background: var(--lvdr-commerce-red);
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none !important;
	cursor: pointer;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none !important;
	transition: background 0.15s ease;
}

.lvdr-button--red:hover {
	background: var(--lvdr-commerce-red-dark);
}

.lvdr-button--sm {
	font-size: 12px;
	padding: 6px 12px;
}

/* ─── Recherche du bandeau titre : une seule pilule, loupe à l'intérieur ──── */
.lvdr-store-masthead .lvdr-shop-search {
	border-color: var(--lvdr-commerce-border);
	border-radius: 999px;
	background: var(--lvdr-commerce-surface);
}

.lvdr-store-masthead .lvdr-shop-search input,
.lvdr-shop-search input {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.lvdr-shop-search button {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--lvdr-commerce-ink);
	cursor: pointer;
}

.lvdr-shop-search button::before,
.lvdr-shop-search button::after {
	content: none !important;
	display: none !important;
}

.lvdr-shop-search button:hover {
	color: var(--lvdr-commerce-red);
}

/* ─── Flèches de carrousel (héro + rails) ──────────────────────────────────── */
.lvdr-carousel-arrow {
	align-items: center !important;
	background: #c9c9c9 !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex !important;
	height: 30px !important;
	justify-content: center !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.15s ease;
	width: 30px !important;
	z-index: 2;
}

.lvdr-carousel-arrow::before,
.lvdr-carousel-arrow::after {
	content: none !important;
	display: none !important;
}

.lvdr-carousel-arrow svg {
	display: block;
}

.lvdr-carousel-arrow:hover {
	background: #9f9f9f !important;
}

.lvdr-carousel-arrow--prev { left: -12px; }
.lvdr-carousel-arrow--next { right: -12px; }

/* Héro : flèches plus grandes, translucides, aux bords */
.lvdr-hero-slider .lvdr-carousel-arrow {
	background: rgba(255, 255, 255, 0.55) !important;
	color: var(--lvdr-commerce-ink) !important;
	height: 48px !important;
	width: 48px !important;
}

.lvdr-hero-slider .lvdr-carousel-arrow:hover {
	background: rgba(255, 255, 255, 0.85) !important;
}

.lvdr-hero-slider .lvdr-carousel-arrow--prev { left: 40px; }
.lvdr-hero-slider .lvdr-carousel-arrow--next { right: 40px; }

/* ─── Carrousel héro : pleine largeur comme le site de référence ──────────── */
.lvdr-hero-slider {
	overflow: hidden;
	position: relative;
}

.lvdr-hero-slider__track {
	display: flex;
	transition: transform 0.45s ease;
	will-change: transform;
}

.lvdr-hero-slide {
	align-items: center;
	display: flex;
	flex: 0 0 100%;
	min-height: 598px;
	overflow: hidden;
	position: relative;
}

.lvdr-hero-slide--split {
	background: var(--lvdr-commerce-ink);
}

.lvdr-hero-slide__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.lvdr-hero-slide--split .lvdr-hero-slide__shade {
	background: linear-gradient(90deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.55) 55%, rgba(10, 10, 10, 0.25) 100%);
	inset: 0;
	position: absolute;
}

.lvdr-hero-slide__content {
	color: #fff;
	align-self: stretch;
	display: block;
	margin-left: 24%;
	max-width: 900px;
	padding: 48px 10px;
	position: relative;
	width: 66.6667%;
	z-index: 1;
}

.lvdr-hero-slide__title {
	color: var(--lvdr-commerce-ink);
	font-size: 64px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 20px;
}

.lvdr-hero-slide__title strong {
	color: var(--lvdr-commerce-red);
	font-weight: 700;
}

/* Diapo photo : sur-titre et pavé sur fond rouge, comme la référence */
.lvdr-hero-slide--photo .lvdr-hero-slide__eyebrow {
	background: transparent;
	color: var(--lvdr-commerce-red);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	margin: 32px 0 16px;
	padding: 0;
	text-transform: none;
}

.lvdr-hero-slide__badge {
	background: var(--lvdr-commerce-red);
	color: #fff;
	display: table;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
	padding: 4px 16px 8px;
}

.lvdr-hero-slide__eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.lvdr-hero-slide__text {
	color: var(--lvdr-commerce-ink);
	font-size: 32px;
	line-height: 1.25;
	margin: 0 0 24px;
	max-width: 46ch;
}

.lvdr-hero-slide--products .lvdr-hero-slide__title,
.lvdr-hero-slide--products .lvdr-hero-slide__text {
	display: none;
}

.lvdr-hero-slide--posters .lvdr-hero-slide__content {
	margin-left: max(7.5%, calc((100% - 1320px) / 2));
	max-width: 780px;
	padding-top: 76px;
	width: 48%;
}

.lvdr-hero-slide__card {
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
	display: block;
	margin-left: auto;
	margin-right: clamp(24px, 6vw, 96px);
	position: relative;
	transition: transform 0.2s ease;
	width: clamp(130px, 14vw, 190px);
	z-index: 1;
}

.lvdr-hero-slide__card:hover {
	transform: translateY(-4px);
}

.lvdr-hero-slide__card img {
	border-radius: 8px;
	display: block;
	height: auto;
	width: 100%;
}

.lvdr-hero-slider__dots {
	bottom: 12px;
	display: flex;
	gap: 7px;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.lvdr-hero-slider__dots button {
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 8px;
	padding: 0;
	width: 8px;
}

.lvdr-hero-slider__dots button.is-active {
	background: var(--lvdr-commerce-red);
}

/* ─── Cartes promotionnelles éditoriales ───────────────────────────────────── */
.lvdr-promo-cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lvdr-promo-card--editorial {
	align-items: stretch;
	background: var(--lvdr-commerce-surface);
	border: 1px solid var(--lvdr-commerce-border);
	border-radius: 4px;
	color: var(--lvdr-commerce-ink) !important;
	display: flex;
	gap: 0;
	min-height: 230px;
	overflow: hidden;
	padding: 0;
	text-decoration: none !important;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.lvdr-promo-card--editorial:hover {
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
	transform: translateY(-2px);
}

.lvdr-promo-card__media {
	flex: 0 0 25%;
}

.lvdr-promo-card--editorial:nth-child(2) .lvdr-promo-card__media {
	flex-basis: 50%;
}

.lvdr-promo-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lvdr-promo-card__body {
	display: grid;
	align-content: center;
	gap: 10px;
	justify-items: start;
	padding: 16px;
}

.lvdr-promo-card__body strong {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.lvdr-promo-card__text {
	color: var(--lvdr-commerce-muted);
	font-size: 16px;
	line-height: 1.5;
}

.lvdr-promo-card--editorial .lvdr-button--red {
	background: var(--lvdr-commerce-button-bg);
	font-size: 16px;
	font-weight: 400;
	padding: 6px 16px;
}

/* ─── Rails de produits ────────────────────────────────────────────────────── */
.lvdr-shop-page__rail {
	background: var(--lvdr-commerce-surface) !important;
	padding: 32px 0 !important;
}

.lvdr-home-product-rail--newest {
	margin-top: 0 !important;
}

.lvdr-home-product-rail--best-sellers + .elementor-element {
	margin-top: 0 !important;
}

.lvdr-rail__head {
	align-items: baseline;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 15px 32px;
}

.lvdr-rail__head .lvdr-section-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
}

.lvdr-rail__subtitle {
	color: var(--lvdr-commerce-muted);
	font-size: 16px;
	line-height: 1.5;
	margin: 6px 0 0;
}

.lvdr-rail__subtitle a {
	color: var(--lvdr-commerce-ink);
	text-decoration: underline;
}

.lvdr-rail__all {
	color: var(--lvdr-commerce-ink) !important;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none !important;
	white-space: nowrap;
}

.lvdr-rail__all:hover {
	color: var(--lvdr-commerce-red) !important;
}

.lvdr-rail__viewport {
	overflow: visible;
	position: relative;
}

.lvdr-rail__clip {
	overflow: hidden;
}

.lvdr-rail__track {
	display: flex;
	transition: transform 0.4s ease;
	will-change: transform;
}

.lvdr-rail__page {
	display: grid;
	flex: 0 0 100%;
	gap: 24px;
	padding: 0 30px;
}

.lvdr-rail--compact .lvdr-rail__page {
	grid-template-columns: repeat(3, 1fr);
	padding-inline: 46px;
}

.lvdr-rail--vertical .lvdr-rail__page {
	grid-template-columns: repeat(4, 1fr);
}

/* Petite carte horizontale (Meilleures Ventes) — blanche, bord fin */
.lvdr-rail-item {
	align-items: center;
	background: var(--lvdr-commerce-soft);
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	gap: 16px;
	height: 142px;
	padding: 16px;
}

.lvdr-rail-item__media {
	align-self: center;
	flex: 0 0 82px;
}

.lvdr-rail-item .lvdr-rail-item__media img {
	display: block;
	height: 82px;
	object-fit: contain;
	width: 100%;
}

.lvdr-rail-item__body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.lvdr-rail-item__body h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lvdr-rail-item__body h3 a {
	color: var(--lvdr-commerce-ink) !important;
	text-decoration: none !important;
}

.lvdr-rail-item__price {
	font-size: 16px;
	font-weight: 600;
}

.lvdr-rail-item__cart {
	align-items: center;
	background: var(--lvdr-commerce-ink);
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 auto;
	height: 38px;
	justify-content: center;
	margin-left: auto;
	text-decoration: none !important;
	transition: background 0.15s ease;
	width: 55px;
}

.lvdr-rail-item__cart:hover {
	background: var(--lvdr-commerce-red);
}

/* Carte couverture verticale — compacte comme la référence */
.lvdr-rail-card {
	background: var(--lvdr-commerce-surface);
	border: 1px solid var(--lvdr-commerce-border);
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 352px;
	margin-top: 96px;
	padding: 112px 16px 24px;
	position: relative;
	text-align: center;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.lvdr-rail-card:hover {
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
	transform: translateY(-3px);
}

.lvdr-rail-card__media {
	display: block;
	height: 192px;
	left: 50%;
	position: absolute;
	top: -96px;
	transform: translateX(-50%);
	width: 192px;
}

.lvdr-rail-card .lvdr-rail-card__media img {
	display: block;
	height: 192px;
	margin: 0 auto;
	object-fit: contain;
	width: 192px;
	max-width: 192px;
}

.lvdr-rail-card__title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	min-height: 96px;
}

.lvdr-rail-card__title a {
	color: var(--lvdr-commerce-ink) !important;
	text-decoration: none !important;
}

.lvdr-rail-card__price {
	font-size: 20px;
	font-weight: 600;
}

.lvdr-rail-card__cta {
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	margin: auto auto 0;
	padding: 6px 16px;
}

/* ─── « Trois principaux avantages » ───────────────────────────────────────── */
.lvdr-avantages {
	background: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0 15px;
}

.lvdr-avantages__title {
	font-size: 64px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.lvdr-avantages__items {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lvdr-avantages__item {
	display: grid;
	gap: 8px;
	justify-items: start;
	padding: 48px 15px 24px;
}

.lvdr-avantages__number {
	font-size: 64px;
	font-weight: 500;
	line-height: 1.2;
}

.lvdr-avantages__item strong {
	border-top: 1px solid var(--lvdr-commerce-border);
	font-size: 24px;
	font-weight: 500;
	margin-top: 8px;
	padding-top: 24px;
	width: 100%;
}

.lvdr-avantages__item p {
	color: var(--lvdr-commerce-muted);
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.lvdr-avantages__item a {
	color: var(--lvdr-commerce-red);
	text-decoration: underline;
}

html[data-theme="dark"] .lvdr-shop-page__promos,
html[data-theme="dark"] .lvdr-shop-page__rail,
html[data-theme="dark"] .lvdr-shop-page__avantages,
body.cmsmasters-theme-mode-dark .lvdr-shop-page__promos,
body.cmsmasters-theme-mode-dark .lvdr-shop-page__rail,
body.cmsmasters-theme-mode-dark .lvdr-shop-page__avantages,
body.lvdr-dark-mode .lvdr-shop-page__promos,
body.lvdr-dark-mode .lvdr-shop-page__rail,
body.lvdr-dark-mode .lvdr-shop-page__avantages {
	background: var(--lvdr-commerce-page) !important;
}

/* ─── Bandeau newsletter (référence : titre à gauche, formulaire à droite) ── */
.lvdr-newsletter-bar {
	align-items: center;
	background: #ececec;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
	padding: clamp(32px, 4vw, 56px) clamp(24px, 6vw, 96px);
}

.lvdr-newsletter-bar__text {
	max-width: 48ch;
}

.lvdr-newsletter-bar__title {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	margin: 0 0 6px;
}

.lvdr-newsletter-bar__text p {
	color: var(--lvdr-commerce-muted);
	font-size: 13px;
	margin: 0;
}

.lvdr-newsletter-bar__form {
	display: flex;
	flex: 0 1 460px;
	gap: 0;
	min-width: 280px;
}

.lvdr-newsletter-bar__form input {
	background: #fff !important;
	border: 1px solid var(--lvdr-commerce-border) !important;
	border-radius: 6px 0 0 6px !important;
	border-right: 0 !important;
	box-shadow: none !important;
	flex: 1 1 auto;
	font-size: 14px;
	min-width: 0;
	padding: 11px 16px;
}

.lvdr-newsletter-bar__form .lvdr-button--red {
	border-radius: 0 6px 6px 0;
	flex: 0 0 auto;
	font-size: 13px;
	padding: 11px 18px;
}

/* ─── Catalogue : filtres en colonne latérale ──────────────────────────────── */
.lvdr-catalog-sidebar .lvdr-product-filters {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

.lvdr-catalog-columns > .e-con-inner,
.lvdr-catalog-columns {
	align-items: flex-start;
}

.lvdr-catalog-sidebar {
	flex: 0 0 260px;
	max-width: 260px;
}

.lvdr-catalog-main {
	flex: 1 1 auto;
	min-width: 0;
}

/* ─── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
	.lvdr-rail--vertical .lvdr-rail__page { grid-template-columns: repeat(2, 1fr); }
	.lvdr-rail--compact .lvdr-rail__page { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.lvdr-shop-page__promos > .e-con-inner,
	.lvdr-shop-page__rail > .e-con-inner,
	.lvdr-shop-page__avantages > .e-con-inner { max-width: 1140px !important; }
}

@media (min-width: 1400px) {
	.lvdr-hero-slide--posters .lvdr-hero-slide__content {
		max-width: 1120px;
		width: 64%;
	}

	.lvdr-hero-slide--posters .lvdr-hero-slide__title {
		white-space: nowrap;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.lvdr-shop-page__promos > .e-con-inner,
	.lvdr-shop-page__rail > .e-con-inner,
	.lvdr-shop-page__avantages > .e-con-inner { max-width: 960px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.lvdr-shop-page__promos > .e-con-inner,
	.lvdr-shop-page__rail > .e-con-inner,
	.lvdr-shop-page__avantages > .e-con-inner { max-width: 720px !important; }
}

@media (max-width: 1024px) {
	.lvdr-catalog-sidebar {
		flex-basis: auto;
		max-width: none;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.lvdr-shop-page__promos > .e-con-inner,
	.lvdr-shop-page__rail > .e-con-inner,
	.lvdr-shop-page__avantages > .e-con-inner { width: calc(100% - 32px) !important; }
	.lvdr-hero-slide {
		display: block;
		min-height: 460px;
		padding-top: 150px;
	}
	.lvdr-hero-slide__image {
		bottom: auto;
		height: 150px;
		object-position: center top;
	}
	.lvdr-hero-slide__content,
	.lvdr-hero-slide--posters .lvdr-hero-slide__content {
		margin-left: 0;
		max-width: none;
		padding: 22px 54px 34px;
		width: 100%;
	}
	.lvdr-hero-slide--photo .lvdr-hero-slide__eyebrow { font-size: 18px; margin: 0 0 10px; }
	.lvdr-hero-slide__badge { font-size: 36px; line-height: 1.08; margin-bottom: 16px; }
	.lvdr-hero-slide__title { font-size: 28px; line-height: 1.12; white-space: normal !important; }
	.lvdr-hero-slide__text { font-size: 17px; line-height: 1.28; margin-bottom: 18px; }
	.lvdr-hero-slider .lvdr-carousel-arrow { height: 40px !important; width: 40px !important; }
	.lvdr-hero-slider .lvdr-carousel-arrow { top: 75px; }
	.lvdr-hero-slider .lvdr-carousel-arrow--prev { left: 8px; }
	.lvdr-hero-slider .lvdr-carousel-arrow--next { right: 8px; }
	.lvdr-rail--vertical .lvdr-rail__page,
	.lvdr-rail--compact .lvdr-rail__page { grid-template-columns: 1fr; }
	.lvdr-rail__page,
	.lvdr-rail--compact .lvdr-rail__page { padding-inline: 20px; }
	.lvdr-promo-cards { grid-template-columns: 1fr; }
	.lvdr-promo-card--editorial { flex-direction: column; min-height: 0; text-align: center; }
	.lvdr-promo-card__media,
	.lvdr-promo-card--editorial:nth-child(2) .lvdr-promo-card__media { flex-basis: auto; height: 220px; }
	.lvdr-promo-card__body { justify-items: center; }
	.lvdr-hero-slide__card { display: none; }
	.lvdr-newsletter-bar { flex-direction: column; align-items: stretch; text-align: center; }
	.lvdr-newsletter-bar__text { max-width: none; }
	.lvdr-newsletter-bar__form { min-width: 0; width: 100%; }
	.lvdr-carousel-arrow--prev { left: 2px; }
	.lvdr-carousel-arrow--next { right: 2px; }
	.lvdr-rail__head { margin-inline: 0; }
	.lvdr-rail__head .lvdr-section-title { font-size: 22px; }
	.lvdr-rail__all { font-size: 14px; }
	.lvdr-avantages__title { font-size: 38px; }
	.lvdr-avantages__items { grid-template-columns: 1fr; }
	.lvdr-avantages__item { padding: 28px 0 16px; }
	.lvdr-avantages__number { font-size: 46px; }
	.lvdr-avantages__item strong { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
	.lvdr-hero-slider__track,
	.lvdr-rail__track,
	.lvdr-rail-card,
	.lvdr-promo-card--editorial { transition: none; }
}

/* ─── Mode sombre ──────────────────────────────────────────────────────────── */
html.cmsmasters-mode-switcher-active .lvdr-promo-card--editorial,
html.cmsmasters-mode-switcher-active .lvdr-rail-card,
html.cmsmasters-mode-switcher-active .lvdr-rail-item,
html.cmsmasters-mode-switcher-active .lvdr-avantages {
	background: #23272c;
	border-color: #3a3f45;
	color: #e8e8e8 !important;
}

html.cmsmasters-mode-switcher-active .lvdr-rail-item__body h3 a,
html.cmsmasters-mode-switcher-active .lvdr-rail-card__title a,
html.cmsmasters-mode-switcher-active .lvdr-rail__all,
html.cmsmasters-mode-switcher-active .lvdr-rail__head .lvdr-section-title,
html.cmsmasters-mode-switcher-active .lvdr-avantages__title,
html.cmsmasters-mode-switcher-active .lvdr-avantages__number,
html.cmsmasters-mode-switcher-active .lvdr-avantages__item strong {
	color: #e8e8e8 !important;
}

html.cmsmasters-mode-switcher-active .lvdr-store-masthead .lvdr-shop-search button,
html.cmsmasters-mode-switcher-active .lvdr-store-masthead .lvdr-shop-search input {
	color: #f5f5f5 !important;
}

html.cmsmasters-mode-switcher-active .lvdr-store-masthead .lvdr-shop-categories a {
	color: #c7c7c7;
}

html.cmsmasters-mode-switcher-active .lvdr-store-masthead .lvdr-shop-categories a:hover,
html.cmsmasters-mode-switcher-active .lvdr-store-masthead .lvdr-shop-categories a:focus-visible {
	color: var(--lvdr-commerce-red);
}

html.cmsmasters-mode-switcher-active .lvdr-newsletter-bar {
	background: #23272c;
}

html.cmsmasters-mode-switcher-active .lvdr-newsletter-bar__title {
	color: #e8e8e8;
}

/* Odoo-aligned category archive. */
.lvdr-catalog-page .lvdr-storefront {
	background: var(--lvdr-store-white);
}

.lvdr-catalog-archive {
	width: calc(100% - 48px);
	max-width: 1320px;
	padding: 23px 0 80px;
	background: var(--lvdr-store-white);
}

.lvdr-catalog-layout {
	position: relative;
	display: grid;
	grid-template-columns: 25% 75%;
	gap: 0;
	align-items: start;
}

.lvdr-catalog-sidebar {
	position: sticky;
	top: 76px;
	width: auto;
	max-width: none;
	max-height: calc(100vh - 96px);
	min-width: 0;
	padding: 0 15px 40px;
	overflow-y: auto;
	background: var(--lvdr-store-white);
	scrollbar-width: thin;
}

.lvdr-catalog-sidebar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.lvdr-catalog-sidebar__tree-toggle,
.lvdr-catalog-sidebar__close,
.lvdr-catalog-category-group__toggle,
.lvdr-catalog-filter-toggle,
.lvdr-catalog-toolbar__search button {
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.lvdr-catalog-sidebar__tree-toggle::before,
.lvdr-catalog-sidebar__tree-toggle::after,
.lvdr-catalog-sidebar__close::before,
.lvdr-catalog-sidebar__close::after,
.lvdr-catalog-category-group__toggle::before,
.lvdr-catalog-category-group__toggle::after,
.lvdr-catalog-filter-toggle::before,
.lvdr-catalog-filter-toggle::after,
.lvdr-catalog-toolbar__search button::before,
.lvdr-catalog-toolbar__search button::after {
	display: none !important;
	content: none !important;
}

.lvdr-catalog-sidebar__tree-toggle {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: space-between;
	width: auto;
	padding: 0;
	background: transparent !important;
	color: var(--lvdr-store-text) !important;
	font: inherit;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
}

.lvdr-catalog-sidebar__close {
	display: none;
	width: 36px;
	height: 36px;
	padding: 0 !important;
	background: var(--lvdr-commerce-soft) !important;
	color: var(--lvdr-store-text) !important;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.lvdr-catalog-chevron {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	transition: transform .15s ease;
}

[aria-expanded="true"] > .lvdr-catalog-chevron {
	transform: rotate(225deg);
}

.lvdr-catalog-sidebar .lvdr-catalog-category-tree {
	display: grid;
	gap: 4px;
	border: 0;
}

.lvdr-catalog-category-tree[hidden],
.lvdr-catalog-category-group__children[hidden],
.lvdr-catalog-filter-backdrop[hidden] {
	display: none !important;
}

.lvdr-catalog-sidebar .lvdr-catalog-category-tree__item {
	display: block;
	padding: 0;
	border: 0;
	color: var(--lvdr-store-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none;
}

.lvdr-catalog-sidebar .lvdr-catalog-category-tree__item:hover,
.lvdr-catalog-sidebar .lvdr-catalog-category-tree__item.is-active {
	color: var(--lvdr-store-text);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lvdr-catalog-category-group__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px;
	align-items: start;
	gap: 8px;
}

.lvdr-catalog-category-group__toggle {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	padding: 0 !important;
	background: transparent !important;
	color: var(--lvdr-store-text) !important;
	cursor: pointer;
}

.lvdr-catalog-category-group__children {
	display: grid;
	gap: 4px;
	padding: 2px 0 2px 8px;
}

.lvdr-catalog-results {
	min-width: 0;
	padding: 0 15px;
}

.lvdr-catalog-results .lvdr-catalog-breadcrumbs {
	margin: 0 0 16px;
	color: var(--lvdr-store-text);
	font-size: 16px;
	line-height: 24px;
}

.lvdr-catalog-results__header {
	display: block;
	margin: 0 0 72px;
}

.lvdr-catalog-results__header h1 {
	margin: 0 0 8px;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.2;
}

.lvdr-catalog-category-copy {
	max-width: none;
	margin: 0;
	color: var(--lvdr-store-text);
	font-size: 16px;
	line-height: 1.5;
}

.lvdr-catalog-category-copy p {
	margin: 0 0 16px;
}

.lvdr-catalog-category-copy ul {
	margin: 0;
	padding-left: 32px;
}

.lvdr-catalog-category-copy li {
	margin: 0;
}

.lvdr-catalog-subcategories {
	height: 52px;
	margin: 0 0 8px;
	overflow: hidden;
}

.lvdr-catalog-subcategories__track {
	display: flex;
	align-items: stretch;
	height: 52px;
	padding-bottom: 7px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--lvdr-store-text) #e2e3e5;
}

.lvdr-catalog-subcategories__track::-webkit-scrollbar {
	height: 3px;
}

.lvdr-catalog-subcategories__track::-webkit-scrollbar-track {
	background: #e2e3e5;
}

.lvdr-catalog-subcategories__track::-webkit-scrollbar-thumb {
	background: var(--lvdr-store-text);
}

.lvdr-catalog-subcategories a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: 38px;
	margin-right: 16px;
	padding: 6px 24px;
	border-radius: 4px;
	background: #f1f2f4;
	color: var(--lvdr-store-text);
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	white-space: nowrap;
}

.lvdr-catalog-subcategories a:hover,
.lvdr-catalog-subcategories a.is-active {
	background: #e4e6e9;
	color: var(--lvdr-store-red);
}

.lvdr-catalog-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(255px, auto) 48px;
	align-items: center;
	gap: 16px;
	margin: 0 0 16px;
}

.lvdr-catalog-toolbar__search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	height: 38px;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	background: #f1f2f4;
}

.lvdr-catalog-toolbar__search input {
	min-width: 0;
	height: 38px;
	padding: 6px 12px;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: transparent !important;
	color: var(--lvdr-store-text);
	font: inherit;
	font-size: 16px;
}

.lvdr-catalog-toolbar__search input:focus {
	box-shadow: inset 0 0 0 2px var(--lvdr-store-red) !important;
}

.lvdr-catalog-toolbar__search button {
	display: grid !important;
	place-items: center;
	width: 48px;
	height: 38px;
	padding: 0 !important;
	background: #f1f2f4 !important;
	color: var(--lvdr-store-text) !important;
	cursor: pointer;
}

.lvdr-catalog-sort {
	display: flex;
	grid-template-columns: none;
	align-items: center;
	gap: 5px;
	min-width: 255px;
	height: 38px;
	padding: 0 10px 0 16px;
	border-radius: 4px;
	background: #f1f2f4;
}

.lvdr-catalog-sort label {
	flex: 0 0 auto;
	color: var(--lvdr-store-muted);
	font-size: 14px;
}

.lvdr-catalog-sort select {
	flex: 1 1 auto;
	min-width: 0;
	height: 38px;
	padding: 0 24px 0 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background-color: transparent;
	color: var(--lvdr-store-text);
	font: inherit;
	font-size: 16px;
}

.lvdr-catalog-filter-toggle {
	display: grid !important;
	place-items: center;
	width: 48px;
	height: 38px;
	padding: 0 !important;
	border-radius: 4px !important;
	background: #f1f2f4 !important;
	color: var(--lvdr-store-text) !important;
	cursor: pointer;
}

.lvdr-catalog-filter-toggle:hover,
.lvdr-catalog-filter-toggle[aria-expanded="true"] {
	background: #e4e6e9 !important;
}

.lvdr-catalog-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 22px;
}

.lvdr-catalog-archive .lvdr-catalog-card {
	min-height: 315px;
	background: transparent;
}

.lvdr-catalog-archive .lvdr-catalog-card__media {
	aspect-ratio: 1 / 1;
	padding: 0;
	background: transparent;
}

.lvdr-catalog-archive .lvdr-catalog-card__body {
	min-height: 125px;
	padding: 8px;
	border: 0;
}

.lvdr-catalog-archive .lvdr-catalog-card h3 {
	margin: 0 0 8px;
	font-size: 15.2px;
	font-weight: 500;
	line-height: 1.2;
}

.lvdr-catalog-archive .lvdr-catalog-stock {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.lvdr-catalog-archive .lvdr-catalog-stock.is-available::before {
	content: "✓ ";
}

.lvdr-catalog-archive .lvdr-catalog-card__footer {
	display: block;
	margin-top: auto;
	padding-top: 0;
}

.lvdr-catalog-archive .lvdr-catalog-card__price {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.lvdr-catalog-archive .lvdr-catalog-card > .lvdr-wishlist-toggle {
	top: 8px;
	right: 8px;
	width: 34px;
	height: 34px;
	min-height: 34px;
	opacity: 0;
	transition: opacity .15s ease;
}

.lvdr-catalog-archive .lvdr-catalog-card:hover > .lvdr-wishlist-toggle,
.lvdr-catalog-archive .lvdr-catalog-card > .lvdr-wishlist-toggle:focus-visible,
.lvdr-catalog-archive .lvdr-catalog-card > .lvdr-wishlist-toggle.is-active {
	opacity: 1;
}

.lvdr-catalog-filter-backdrop {
	position: fixed;
	inset: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, .45);
	cursor: pointer;
}

.lvdr-catalog-layout.is-filter-open .lvdr-catalog-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	display: block;
	width: min(360px, calc(100vw - 48px));
	max-width: none;
	height: 100vh;
	max-height: none;
	padding: 24px;
	box-shadow: 10px 0 30px rgba(0, 0, 0, .18);
}

.lvdr-catalog-layout.is-filter-open .lvdr-catalog-sidebar__close {
	display: grid;
	place-items: center;
}

body.lvdr-catalog-filter-lock {
	overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.lvdr-catalog-archive,
	.lvdr-catalog-product,
	.lvdr-catalog-not-found {
		max-width: 1140px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.lvdr-catalog-archive,
	.lvdr-catalog-product,
	.lvdr-catalog-not-found {
		max-width: 960px;
	}

	.lvdr-catalog-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px 16px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.lvdr-catalog-archive,
	.lvdr-catalog-product,
	.lvdr-catalog-not-found {
		max-width: 720px;
	}
}

@media (max-width: 991px) {
	.lvdr-catalog-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.lvdr-catalog-sidebar {
		display: none;
	}

	.lvdr-catalog-results {
		padding: 0;
	}

	.lvdr-catalog-results .lvdr-catalog-breadcrumbs {
		display: none;
	}

	.lvdr-catalog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.lvdr-catalog-variable-form {
	display: grid;
	gap: 18px;
	margin: 24px 0;
}

.lvdr-catalog-product__notices {
	width: min(100% - 40px, 1300px);
	margin: 16px auto 0;
}

.lvdr-catalog-variable-form .variations {
	width: 100%;
	border: 0;
}

.lvdr-catalog-variable-form .variations th,
.lvdr-catalog-variable-form .variations td {
	padding: 6px 0;
	border: 0;
	text-align: left;
	vertical-align: middle;
}

.lvdr-catalog-variable-form .variations select {
	width: 100%;
	min-height: 42px;
}

.lvdr-catalog-variable-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.lvdr-catalog-variable-form__actions .quantity input {
	width: 72px;
	min-height: 42px;
}

.lvdr-catalog-variable-form__actions .button {
	min-height: 42px;
	padding: 0 22px;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.lvdr-catalog-archive {
		width: calc(100% - 32px);
		padding-top: 24px;
	}

	.lvdr-catalog-results__header {
		margin-bottom: 28px;
	}

	.lvdr-catalog-results__header h1 {
		font-size: 36px;
	}

	.lvdr-catalog-category-copy {
		font-size: 15px;
	}

	.lvdr-catalog-category-copy ul {
		padding-left: 22px;
	}

	.lvdr-catalog-toolbar {
		grid-template-columns: minmax(0, 1fr) 48px;
		gap: 10px;
	}

	.lvdr-catalog-toolbar__search {
		grid-column: 1 / -1;
	}

	.lvdr-catalog-sort {
		grid-column: 1;
		min-width: 0;
	}

	.lvdr-catalog-filter-toggle {
		grid-column: 2;
	}

	.lvdr-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 12px;
	}

	.lvdr-catalog-archive .lvdr-catalog-card {
		min-height: 0;
	}

	.lvdr-catalog-archive .lvdr-catalog-card__body {
		min-height: 120px;
	}

	.lvdr-catalog-archive .lvdr-catalog-card > .lvdr-wishlist-toggle {
		opacity: 1;
	}
}

@media (max-width: 420px) {
	.lvdr-catalog-sort {
		padding-left: 10px;
	}

	.lvdr-catalog-sort label {
		display: none;
	}

	.lvdr-catalog-archive .lvdr-catalog-card h3 {
		font-size: 14px;
	}
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-archive,
html.cmsmasters-mode-switcher-active .lvdr-catalog-sidebar,
html.cmsmasters-mode-switcher-active .lvdr-catalog-toolbar__search,
html.cmsmasters-mode-switcher-active .lvdr-catalog-toolbar__search button,
html.cmsmasters-mode-switcher-active .lvdr-catalog-sort,
html.cmsmasters-mode-switcher-active .lvdr-catalog-filter-toggle,
html.cmsmasters-mode-switcher-active .lvdr-catalog-layout.is-filter-open .lvdr-catalog-sidebar {
	background-color: var(--lvdr-store-white) !important;
	color: var(--lvdr-store-text) !important;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-subcategories a {
	background: #292c30;
	color: var(--lvdr-store-text);
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-subcategories a:hover,
html.cmsmasters-mode-switcher-active .lvdr-catalog-subcategories a.is-active,
html.cmsmasters-mode-switcher-active .lvdr-catalog-filter-toggle:hover,
html.cmsmasters-mode-switcher-active .lvdr-catalog-filter-toggle[aria-expanded="true"] {
	background: #373b40 !important;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-toolbar__search,
html.cmsmasters-mode-switcher-active .lvdr-catalog-toolbar__search button,
html.cmsmasters-mode-switcher-active .lvdr-catalog-sort,
html.cmsmasters-mode-switcher-active .lvdr-catalog-filter-toggle {
	background: #292c30 !important;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-toolbar__search input,
html.cmsmasters-mode-switcher-active .lvdr-catalog-sort select,
html.cmsmasters-mode-switcher-active .lvdr-catalog-sidebar .lvdr-catalog-category-tree__item,
html.cmsmasters-mode-switcher-active .lvdr-catalog-sidebar__tree-toggle,
html.cmsmasters-mode-switcher-active .lvdr-catalog-category-group__toggle {
	color: var(--lvdr-store-text) !important;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-archive .lvdr-catalog-card > .lvdr-wishlist-toggle {
	background: rgba(32, 32, 32, .94);
}

/* Odoo-aligned product detail. */
.lvdr-catalog-product {
	padding: 24px 0 64px;
}

.lvdr-catalog-product__topbar {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	min-height: 38px;
}

.lvdr-catalog-product__topbar .lvdr-catalog-breadcrumbs {
	min-width: 0;
	margin: 0;
	padding: 0 15px;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
}

.lvdr-catalog-product__topbar .lvdr-catalog-breadcrumbs span[aria-current="page"] {
	min-width: 0;
	overflow: hidden;
	color: #6c7075;
	text-overflow: ellipsis;
}

.lvdr-catalog-product__topbar .lvdr-catalog-breadcrumbs a {
	color: var(--lvdr-store-text);
}

.lvdr-catalog-product__search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	width: 350px;
	height: 38px;
	margin: 0 15px 0 auto;
	overflow: hidden;
	border: 0;
	border-radius: 6px;
	background: var(--lvdr-commerce-soft);
}

.lvdr-catalog-product__search input {
	min-width: 0;
	height: 38px;
	padding: 0 12px;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--lvdr-store-text);
	font: inherit;
	font-size: 16px;
}

.lvdr-catalog-product__search button {
	display: grid;
	width: 44px;
	height: 38px;
	min-width: 0 !important;
	min-height: 0 !important;
	place-items: center;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--lvdr-store-text) !important;
	cursor: pointer;
}

.lvdr-catalog-product__search button::before,
.lvdr-catalog-product__search button::after {
	display: none !important;
	content: none !important;
}

.lvdr-catalog-product__main {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	align-items: start;
}

.lvdr-catalog-gallery,
.lvdr-catalog-product__summary {
	min-width: 0;
	padding: 24px 15px 0;
}

.lvdr-catalog-gallery {
	position: sticky;
	top: 80px;
	align-self: start;
}

.lvdr-catalog-gallery__stage {
	display: block;
	min-height: 0;
	padding: 0;
	background: transparent;
}

.lvdr-catalog-gallery__stage img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
}

.lvdr-catalog-product__summary {
	position: static;
	top: auto;
}

.lvdr-catalog-product__summary h1 {
	margin: 0 0 16px;
	color: var(--lvdr-store-text);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.lvdr-catalog-product__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
	color: var(--lvdr-store-text);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
}

.lvdr-catalog-product__price small {
	color: var(--lvdr-store-muted);
	font-size: 16px;
	font-weight: 400;
}

.lvdr-catalog-product__purchase {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.lvdr-catalog-quantity {
	display: grid;
	grid-template-columns: 32px 38px 32px;
	width: 102px;
	height: 42px;
	overflow: hidden;
	border: 1px solid #ced4da;
	border-radius: 6px;
	background: var(--lvdr-store-white);
}

.lvdr-catalog-quantity button,
.lvdr-catalog-quantity input {
	width: 100%;
	height: 40px;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--lvdr-store-text) !important;
	font: inherit;
	text-align: center;
}

.lvdr-catalog-quantity button {
	display: grid;
	place-items: center;
	cursor: pointer;
}

.lvdr-catalog-quantity button:disabled {
	cursor: default;
	opacity: .4;
}

.lvdr-catalog-quantity button::before,
.lvdr-catalog-quantity button::after {
	display: none !important;
	content: none !important;
}

.lvdr-catalog-quantity input {
	border-right: 1px solid #ced4da !important;
	border-left: 1px solid #ced4da !important;
	-moz-appearance: textfield;
}

.lvdr-catalog-quantity input::-webkit-inner-spin-button,
.lvdr-catalog-quantity input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.lvdr-catalog-product__cta-group {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	gap: 8px;
}

.lvdr-catalog-product__cta {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 16px;
	border: 1px solid #111318;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
}

.lvdr-catalog-product__cta.is-primary {
	background: #111318;
	color: #fff;
}

.lvdr-catalog-product__cta.is-secondary {
	background: transparent;
	color: #111318;
}

.lvdr-catalog-product__cta:hover,
.lvdr-catalog-product__cta:focus-visible {
	border-color: var(--lvdr-store-red);
	background: var(--lvdr-store-red);
	color: #fff;
}

.lvdr-catalog-product__wishlist {
	margin: 0 0 16px;
}

.lvdr-catalog-product__wishlist .lvdr-wishlist-toggle {
	min-width: 0;
	min-height: 38px;
	justify-content: flex-start;
	gap: 10px;
	padding: 4px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--lvdr-store-text);
	font-size: 16px;
	font-weight: 400;
}

.lvdr-catalog-product__wishlist .lvdr-heart {
	font-size: 25px;
	line-height: 1;
}

.lvdr-catalog-product__wishlist .lvdr-wishlist-toggle:hover,
.lvdr-catalog-product__wishlist .lvdr-wishlist-toggle:focus-visible {
	border: 0 !important;
	background: transparent !important;
	color: var(--lvdr-store-red);
}

.lvdr-catalog-product__wishlist .lvdr-wishlist-toggle::before,
.lvdr-catalog-product__wishlist .lvdr-wishlist-toggle::after {
	display: none !important;
	content: none !important;
}

.lvdr-catalog-product__description {
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--lvdr-store-text);
	font-size: 16px;
	line-height: 1.5;
}

.lvdr-catalog-product__description p {
	margin: 0 0 16px;
}

.lvdr-catalog-product__description > :last-child {
	margin-bottom: 0;
}

.lvdr-catalog-product__terms {
	display: grid;
	gap: 4px;
	margin-top: 24px;
	color: var(--lvdr-store-muted);
	font-size: 14px;
	line-height: 1.5;
}

.lvdr-catalog-product__terms a {
	width: fit-content;
	color: inherit;
	text-decoration: underline;
}

.lvdr-catalog-product__unavailable {
	margin: 0 0 16px;
	color: var(--lvdr-store-red);
	font-weight: 600;
}

@media (max-width: 991px) {
	.lvdr-catalog-product__topbar {
		grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
	}

	.lvdr-catalog-product__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lvdr-catalog-product__cta-group {
		flex-basis: 100%;
	}
}

@media (max-width: 767px) {
	.lvdr-catalog-product {
		width: calc(100% - 32px);
		padding: 20px 0 48px;
	}

	.lvdr-catalog-product__topbar,
	.lvdr-catalog-product__main {
		grid-template-columns: minmax(0, 1fr);
	}

	.lvdr-catalog-product__topbar {
		gap: 14px;
	}

	.lvdr-catalog-product__topbar .lvdr-catalog-breadcrumbs {
		padding: 0;
		overflow-x: auto;
		font-size: 14px;
		scrollbar-width: none;
	}

	.lvdr-catalog-product__topbar .lvdr-catalog-breadcrumbs::-webkit-scrollbar {
		display: none;
	}

	.lvdr-catalog-product__search {
		width: 100%;
		margin: 0;
	}

	.lvdr-catalog-gallery,
	.lvdr-catalog-product__summary {
		padding: 22px 0 0;
	}

	.lvdr-catalog-gallery {
		position: static;
	}

	.lvdr-catalog-product__summary h1 {
		font-size: 30px;
	}

	.lvdr-catalog-product__price {
		font-size: 28px;
	}

	.lvdr-catalog-product__purchase {
		align-items: stretch;
		flex-direction: column;
	}

	.lvdr-catalog-product__cta-group {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.lvdr-catalog-product__cta {
		width: 100%;
	}
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-product__search,
html.cmsmasters-mode-switcher-active .lvdr-catalog-quantity {
	border-color: #454545;
	background: #292c30;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-product__search input,
html.cmsmasters-mode-switcher-active .lvdr-catalog-product__search button,
html.cmsmasters-mode-switcher-active .lvdr-catalog-quantity input,
html.cmsmasters-mode-switcher-active .lvdr-catalog-quantity button,
html.cmsmasters-mode-switcher-active .lvdr-catalog-product__description,
html.cmsmasters-mode-switcher-active .lvdr-catalog-product__wishlist .lvdr-wishlist-toggle {
	color: var(--lvdr-store-text) !important;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-quantity input {
	border-color: #454545 !important;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-product__cta.is-primary {
	border-color: #f5f5f5;
	background: #f5f5f5;
	color: #111318;
}

html.cmsmasters-mode-switcher-active .lvdr-catalog-product__cta.is-secondary {
	border-color: #b8b8b8;
	color: #f5f5f5;
}

/* Search controls: keep the Lucide-style icon and text vertically centered. */
.lvdr-search-icon {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	overflow: visible;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lvdr-search-icon circle,
.lvdr-search-icon path {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2 !important;
	vector-effect: non-scaling-stroke;
}

.lvdr-store-masthead .lvdr-shop-search {
	height: 48px;
	min-height: 48px;
}

.lvdr-store-masthead .lvdr-shop-search input {
	height: 46px !important;
	min-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 46px !important;
	-webkit-appearance: none;
	appearance: none;
}

.lvdr-store-masthead .lvdr-shop-search button {
	width: 52px;
	height: 46px;
	min-height: 0 !important;
	align-self: center;
}

.lvdr-store-masthead .lvdr-shop-search .lvdr-search-icon {
	width: 22px;
	height: 22px;
	flex-basis: 22px;
}

.lvdr-catalog-product__search input,
.lvdr-catalog-toolbar__search input {
	height: 38px !important;
	min-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 38px !important;
	-webkit-appearance: none;
	appearance: none;
}

.lvdr-catalog-product__search button,
.lvdr-catalog-toolbar__search button {
	height: 38px;
	min-height: 0 !important;
	align-self: center;
}

.lvdr-store-masthead .lvdr-shop-search input::placeholder,
.lvdr-catalog-product__search input::placeholder,
.lvdr-catalog-toolbar__search input::placeholder {
	line-height: inherit;
	opacity: 1;
}

/* Catalogue toolbar: the sidebar is already visible on desktop. */
.lvdr-catalog-sort {
	align-items: stretch !important;
}

.lvdr-catalog-sort label {
	display: flex;
	height: 38px;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.lvdr-catalog-sort select {
	height: 38px !important;
	align-self: stretch;
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 38px !important;
}

@media (min-width: 992px) {
	.lvdr-catalog-toolbar {
		grid-template-columns: minmax(0, 1fr) minmax(255px, auto);
	}

	.lvdr-catalog-filter-toggle {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.lvdr-catalog-toolbar {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
	}

	.lvdr-catalog-toolbar__search {
		grid-column: 1 / -1;
	}

	.lvdr-catalog-sort {
		grid-column: 1;
		min-width: 0;
	}

	.lvdr-catalog-filter-toggle {
		display: inline-flex !important;
		grid-column: 2;
		width: auto;
		min-width: 104px !important;
		align-items: center;
		justify-content: center;
		padding: 0 14px !important;
		font: inherit;
		font-size: 14px;
		font-weight: 600;
	}
}

/* Night mode contrast guardrails. Keep action colors independent from text
 * tokens so a light heading color can never become a light button surface. */
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-button--dark,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-promo-card--editorial .lvdr-button--red {
	background: var(--lvdr-commerce-button-bg) !important;
	border-color: var(--lvdr-commerce-button-bg) !important;
	color: var(--lvdr-commerce-button-text) !important;
}

:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-button--dark:hover,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-button--dark:focus-visible,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-promo-card--editorial .lvdr-button--red:hover,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-promo-card--editorial .lvdr-button--red:focus-visible {
	background: var(--lvdr-commerce-button-bg-hover) !important;
	border-color: var(--lvdr-commerce-button-bg-hover) !important;
	color: var(--lvdr-commerce-button-text) !important;
}

:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-wishlist-toggle {
	color: #f5f5f5 !important;
}

:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-wishlist-toggle.is-active {
	color: var(--lvdr-commerce-accent-text) !important;
}

:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-catalog-archive .lvdr-catalog-card > .lvdr-wishlist-toggle {
	background: rgba(41, 44, 48, .96) !important;
	border-color: #5b6067 !important;
}

:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-catalog-stock.is-available {
	color: #68DB82 !important;
}

:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-catalog-product__topbar .lvdr-catalog-breadcrumbs > span,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-catalog-product__topbar .lvdr-catalog-breadcrumbs span[aria-current="page"] {
	color: #B4B8BD !important;
}

:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-shop-search input::placeholder,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-catalog-product__search input::placeholder,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-catalog-toolbar__search input::placeholder {
	color: #b8bdc3 !important;
}

:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-hero-slide__eyebrow,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-hero-slide strong,
:is(html.cmsmasters-mode-switcher-active, html[data-theme="dark"], body.cmsmasters-theme-mode-dark, body.lvdr-dark-mode) .lvdr-avantages__item a {
	color: var(--lvdr-commerce-accent-text) !important;
}

html.cmsmasters-mode-switcher-active .woocommerce ul.products li.product,
html.cmsmasters-mode-switcher-active .elementor-widget-woocommerce-products ul.products li.product,
html.cmsmasters-mode-switcher-active body.elementor-page .elementor .elementor-widget-woocommerce-products .woocommerce ul.products li.product {
	border-color: #454a50 !important;
	background: #202328 !important;
	background-color: #202328 !important;
	color: #f5f5f5 !important;
}

html.cmsmasters-mode-switcher-active .woocommerce ul.products li.product a,
html.cmsmasters-mode-switcher-active .woocommerce ul.products li.product .woocommerce-loop-product__title,
html.cmsmasters-mode-switcher-active .woocommerce ul.products li.product .price,
html.cmsmasters-mode-switcher-active .elementor-widget-woocommerce-products ul.products li.product a,
html.cmsmasters-mode-switcher-active .elementor-widget-woocommerce-products ul.products li.product .woocommerce-loop-product__title,
html.cmsmasters-mode-switcher-active .elementor-widget-woocommerce-products ul.products li.product .price {
	color: #f5f5f5 !important;
}

html.cmsmasters-mode-switcher-active .woocommerce ul.products li.product .button,
html.cmsmasters-mode-switcher-active .elementor-widget-woocommerce-products ul.products li.product .button {
	border-color: var(--lvdr-commerce-red) !important;
	background: var(--lvdr-commerce-red) !important;
	color: #fff !important;
}

html.cmsmasters-mode-switcher-active .woocommerce input.input-text,
html.cmsmasters-mode-switcher-active .woocommerce textarea,
html.cmsmasters-mode-switcher-active .woocommerce select {
	border-color: #555b62;
	background: #292c30;
	color: #f5f5f5;
}

html.cmsmasters-mode-switcher-active .woocommerce input.input-text::placeholder,
html.cmsmasters-mode-switcher-active .woocommerce textarea::placeholder {
	color: #b8bdc3;
}
