:root {
	--ml-cream: #f7f2ea;
	--ml-cream-deep: #efe5d7;
	--ml-charcoal: #1f1b18;
	--ml-gold: #b88a44;
	--ml-border: rgba(31, 27, 24, 0.12);
	--ml-font-heading: "Cormorant Garamond", Georgia, serif;
	--ml-font-body: "Manrope", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--ml-cream);
	color: var(--ml-charcoal);
	font-family: var(--ml-font-body);
}

body.demo-skin-dark-premium-shop {
	background: #13110f;
	color: #f3ede3;
}

body.demo-skin-minimal-boutique {
	background: #fcfaf6;
}

body.demo-skin-modern-commerce {
	background: #f6f0e8;
}

body.demo-skin-editorial-store {
	background: #f9f3ea;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.site-header,
.site-footer {
	background: rgba(247, 242, 234, 0.94);
	backdrop-filter: blur(14px);
}

body.demo-skin-dark-premium-shop .site-header,
body.demo-skin-dark-premium-shop .site-footer {
	background: rgba(19, 17, 15, 0.92);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 99;
	border-bottom: 1px solid var(--ml-border);
}

.site-header__inner,
.site-footer__inner,
.content-shell {
	width: min(1240px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 20px;
	min-height: 84px;
}

.custom-logo {
	max-height: 58px;
	width: auto;
}

.site-title,
.site-footer__title,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--ml-font-heading);
}

.primary-menu,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.primary-menu a,
.site-tools a,
.footer-menu a {
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-tools {
	display: flex;
	gap: 16px;
}

.site-tools a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.site-tools__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #1f1b18;
	color: #f7f2ea;
	font-size: 11px;
	line-height: 1;
}

.site-main {
	min-height: calc(100vh - 180px);
}

.content-shell,
.entry-page {
	padding: 56px 0;
}

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

.post-card,
.single-entry,
.shop-shell .product,
.shop-shell .woocommerce-cart-form,
.shop-shell .cart-collaterals,
.shop-shell form.checkout {
	background: #fffdf9;
	border: 1px solid var(--ml-border);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(31, 27, 24, 0.08);
}

body.demo-skin-dark-premium-shop .post-card,
body.demo-skin-dark-premium-shop .single-entry,
body.demo-skin-dark-premium-shop .shop-shell .product,
body.demo-skin-dark-premium-shop .shop-shell .woocommerce-cart-form,
body.demo-skin-dark-premium-shop .shop-shell .cart-collaterals,
body.demo-skin-dark-premium-shop .shop-shell form.checkout,
body.demo-skin-dark-premium-shop .sidebar .widget,
body.demo-skin-dark-premium-shop .comments-area,
body.demo-skin-dark-premium-shop .error-404,
body.demo-skin-dark-premium-shop .empty-state {
	background: #1d1a17;
	border-color: rgba(243, 237, 227, 0.12);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

body.demo-skin-dark-premium-shop .primary-menu a,
body.demo-skin-dark-premium-shop .site-tools a,
body.demo-skin-dark-premium-shop .footer-menu a,
body.demo-skin-dark-premium-shop .site-footer,
body.demo-skin-dark-premium-shop .site-title,
body.demo-skin-dark-premium-shop h1,
body.demo-skin-dark-premium-shop h2,
body.demo-skin-dark-premium-shop h3,
body.demo-skin-dark-premium-shop h4,
body.demo-skin-dark-premium-shop h5,
body.demo-skin-dark-premium-shop h6 {
	color: #f3ede3;
}

body.demo-skin-dark-premium-shop .site-tools__count {
	background: #f3ede3;
	color: #13110f;
}

body.demo-skin-minimal-boutique .site-header__inner {
	min-height: 96px;
}

body.demo-skin-modern-commerce .site-header {
	border-bottom-color: rgba(184, 138, 68, 0.3);
}

body.demo-skin-editorial-store .site-footer__inner {
	grid-template-columns: 1.6fr 1fr auto;
}

.post-card__body,
.single-entry__content {
	padding: 24px;
}

.archive-header {
	padding-top: 56px;
}

.page-hero {
	padding-top: 56px;
	padding-bottom: 24px;
}

.page-hero__eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8c7150;
}

.page-hero__title {
	margin: 0 0 14px;
	font-size: clamp(2.8rem, 5vw, 5.4rem);
}

.page-hero__description {
	max-width: 760px;
	color: #5c5144;
}

.single-entry__title {
	font-size: clamp(2.4rem, 4vw, 4.6rem);
	margin-bottom: 12px;
}

.site-footer {
	border-top: 1px solid var(--ml-border);
}

.footer-feature-bar {
	border-top: 1px solid var(--ml-border);
	border-bottom: 1px solid var(--ml-border);
	background: linear-gradient(180deg, #f8f2e8 0%, #f2e8d9 100%);
}

.footer-feature-bar__inner {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 28px 0;
}

.footer-feature-bar__eyebrow,
.site-footer__small {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8c7150;
}

.footer-feature-bar__item h3 {
	margin: 8px 0 0;
	font-size: 1.8rem;
}

.footer-feature-bar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.footer-feature-bar__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: #1f1b18;
	color: #f7f2ea;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-feature-bar__button--ghost {
	background: transparent;
	color: #1f1b18;
	border: 1px solid var(--ml-border);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr auto;
	gap: 28px;
	padding: 32px 0;
}

.site-footer__contact {
	margin: 0 0 8px;
	font-weight: 700;
}

.site-toggle {
	display: none;
	background: transparent;
	border: 0;
	padding: 0;
}

.site-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--ml-charcoal);
}

.sidebar .widget,
.comments-area,
.error-404,
.empty-state,
.shop-shell .woocommerce-message,
.shop-shell .woocommerce-info,
.shop-shell .woocommerce-error {
	background: #fffdf9;
	border: 1px solid var(--ml-border);
	border-radius: 24px;
	padding: 24px;
}

.empty-state {
	display: grid;
	gap: 14px;
	justify-items: start;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
}

.search-form label {
	flex: 1 1 280px;
}

.search-field {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--ml-border);
	border-radius: 14px;
	background: #fff;
}

.search-submit,
.empty-state .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #1f1b18;
	color: #f7f2ea;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	cursor: pointer;
}

.shop-shell .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.shop-shell .woocommerce ul.products::before,
.shop-shell .woocommerce ul.products::after {
	display: none;
}

.shop-shell .woocommerce ul.products li.product {
	width: auto;
	margin: 0;
	float: none;
	padding: 0;
	background: #fffdf9;
	border: 1px solid var(--ml-border);
	border-radius: 24px;
	overflow: hidden;
}

.shop-shell .woocommerce div.product {
	display: grid;
	gap: 28px;
}

.shop-hero {
	display: grid;
	grid-template-columns: 1.3fr auto;
	gap: 24px;
	align-items: end;
	padding-top: 56px;
}

.shop-hero__eyebrow,
.maison-luxe-product-card__cats {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8c7150;
}

.shop-hero__title {
	font-size: clamp(2.8rem, 5vw, 5.4rem);
	margin: 0 0 14px;
}

.shop-hero__description {
	max-width: 720px;
	color: #5c5144;
}

.shop-hero__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.shop-hero__meta span {
	padding: 12px 16px;
	border: 1px solid var(--ml-border);
	border-radius: 999px;
	background: #fffdf9;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.maison-luxe-product-card__thumb {
	position: relative;
	display: block;
	background: linear-gradient(180deg, #faf6f0 0%, #f2e9dc 100%);
	padding: 20px;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.maison-luxe-sale-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: #1f1b18;
	color: #f7f2ea;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.maison-luxe-product-card__body {
	padding: 18px;
}

.maison-luxe-product-card:hover .maison-luxe-product-card__thumb {
	transform: translateY(-4px);
	filter: saturate(1.04);
}

.maison-luxe-product-card__body .woocommerce-loop-product__title {
	font-size: 1.65rem;
	margin: 10px 0 12px;
}

.maison-luxe-product-card__body .price {
	display: block;
	margin-bottom: 14px;
	font-weight: 700;
	color: #1f1b18;
}

.maison-luxe-product-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.maison-luxe-product-card__actions .button,
.maison-luxe-product-card__view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.maison-luxe-product-card__actions .button {
	background: #1f1b18;
	color: #f7f2ea;
}

.maison-luxe-product-card__view {
	border: 1px solid var(--ml-border);
	background: #fff;
}

.single-product-shell .product {
	padding: 34px;
}

.maison-luxe-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 34px;
	align-items: start;
}

.maison-luxe-single-grid__gallery,
.maison-luxe-single-grid__summary {
	display: grid;
	gap: 22px;
}

.single-product-shell .woocommerce-product-gallery,
.single-product-shell .summary {
	margin-bottom: 0;
}

.single-product-shell .woocommerce-product-gallery {
	padding: 24px;
	border: 1px solid var(--ml-border);
	border-radius: 24px;
	background: linear-gradient(180deg, #faf6f0 0%, #f2e9dc 100%);
}

.single-product-shell .summary .price {
	font-size: 1.4rem;
	font-weight: 700;
	color: #1f1b18;
}

.maison-luxe-single__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8c7150;
}

.maison-luxe-single__note,
.maison-luxe-single__benefits {
	margin-top: 18px;
	padding: 18px 20px;
	border: 1px solid var(--ml-border);
	border-radius: 18px;
	background: #f8f3ec;
}

.maison-luxe-single__benefits h3 {
	margin: 0 0 12px;
	font-size: 1.2rem;
}

.maison-luxe-single__benefits ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
}

.single-product-shell .summary .single_add_to_cart_button,
.shop-shell .woocommerce a.button,
.shop-shell .woocommerce button.button,
.shop-shell .woocommerce input.button {
	border-radius: 999px;
	background: #1f1b18;
	color: #f7f2ea;
	padding: 0 24px;
	min-height: 48px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.single-product-shell .woocommerce-tabs,
.single-product-shell .related.products {
	margin-top: 28px;
}

.maison-luxe-single-service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.maison-luxe-single-service {
	padding: 18px 20px;
	border: 1px solid var(--ml-border);
	border-radius: 18px;
	background: #f8f3ec;
}

.maison-luxe-single-service__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8c7150;
}

.maison-luxe-single-service h3 {
	margin: 0;
	font-size: 1.2rem;
}

.shop-shell .woocommerce-cart-form,
.shop-shell form.checkout,
.shop-shell .woocommerce-MyAccount-navigation,
.shop-shell .woocommerce-MyAccount-content {
	padding: 26px;
}

.shop-shell .woocommerce-cart-form table,
.shop-shell .shop_table,
.shop-shell .woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
}

.shop-shell .woocommerce-cart-form th,
.shop-shell .woocommerce-cart-form td,
.shop-shell .shop_table th,
.shop-shell .shop_table td,
.shop-shell .woocommerce-checkout-review-order-table th,
.shop-shell .woocommerce-checkout-review-order-table td {
	padding: 16px 12px;
	border-bottom: 1px solid var(--ml-border);
	text-align: left;
}

.shop-shell .woocommerce-cart-form .product-name a,
.shop-shell .woocommerce-checkout-review-order-table .product-name {
	font-weight: 700;
}

.shop-shell .cart-collaterals,
.shop-shell .woocommerce-checkout-review-order,
.shop-shell .woocommerce-MyAccount-navigation {
	background: #fffdf9;
	border: 1px solid var(--ml-border);
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(31, 27, 24, 0.08);
}

.shop-shell .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.shop-shell .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 14px;
	border-radius: 14px;
	background: #f8f3ec;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.shop-shell .woocommerce-MyAccount-navigation li.is-active a {
	background: #1f1b18;
	color: #f7f2ea;
}

.shop-shell .woocommerce-account-shell {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 24px;
}

.shop-shell .checkout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 24px;
	align-items: start;
}

.shop-shell .checkout-grid__main,
.shop-shell .checkout-grid__sidebar {
	display: grid;
	gap: 24px;
}

.shop-shell .checkout-panel__title {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 2rem;
}

.shop-shell .woocommerce form .form-row input.input-text,
.shop-shell .woocommerce form .form-row textarea,
.shop-shell .woocommerce form .form-row select {
	border: 1px solid var(--ml-border);
	border-radius: 14px;
	min-height: 48px;
	padding: 12px 14px;
	background: #fff;
}

.shop-shell .cart-actions-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
}

.shop-shell .cart-actions-inline .button {
	margin: 0;
}

.cart-reassurance,
.checkout-support-card {
	display: grid;
	gap: 16px;
	margin: 20px 0 24px;
	padding: 22px;
	border: 1px solid var(--ml-border);
	border-radius: 20px;
	background: #f8f3ec;
}

.cart-reassurance {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cart-reassurance__item,
.checkout-support-card li {
	color: #5c5144;
}

.cart-reassurance__item strong,
.checkout-support-card h3 {
	display: block;
	margin-bottom: 8px;
	color: #1f1b18;
}

.checkout-support-card ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
}

body.demo-skin-dark-premium-shop .cart-collaterals,
body.demo-skin-dark-premium-shop .woocommerce-checkout-review-order,
body.demo-skin-dark-premium-shop .woocommerce-MyAccount-navigation,
body.demo-skin-dark-premium-shop .woocommerce-MyAccount-content {
	background: #1d1a17;
	border-color: rgba(243, 237, 227, 0.12);
}

body.demo-skin-dark-premium-shop .maison-luxe-single__note,
body.demo-skin-dark-premium-shop .maison-luxe-single__benefits,
body.demo-skin-dark-premium-shop .maison-luxe-single-service,
body.demo-skin-dark-premium-shop .single-product-shell .woocommerce-product-gallery {
	background: #29241f;
	border-color: rgba(243, 237, 227, 0.12);
}

body.demo-skin-dark-premium-shop .footer-feature-bar,
body.demo-skin-dark-premium-shop .cart-reassurance,
body.demo-skin-dark-premium-shop .checkout-support-card {
	background: #1d1a17;
	border-color: rgba(243, 237, 227, 0.12);
}

body.demo-skin-dark-premium-shop .footer-feature-bar__button {
	background: #f3ede3;
	color: #13110f;
}

body.demo-skin-dark-premium-shop .footer-feature-bar__button--ghost {
	background: transparent;
	color: #f3ede3;
}

body.demo-skin-dark-premium-shop .page-hero__description,
body.demo-skin-dark-premium-shop .shop-hero__description {
	color: #d3c6b4;
}

body.demo-skin-dark-premium-shop .page-hero__eyebrow,
body.demo-skin-dark-premium-shop .shop-hero__eyebrow,
body.demo-skin-dark-premium-shop .maison-luxe-product-card__cats,
body.demo-skin-dark-premium-shop .maison-luxe-single__eyebrow {
	color: #d2b27a;
}

body.demo-skin-dark-premium-shop .shop-shell .woocommerce-MyAccount-navigation a {
	background: #29241f;
	color: #f3ede3;
}

body.demo-skin-dark-premium-shop .shop-shell .woocommerce-MyAccount-navigation li.is-active a {
	background: #f3ede3;
	color: #13110f;
}

body.demo-skin-dark-premium-shop .search-field {
	background: #29241f;
	border-color: rgba(243, 237, 227, 0.12);
	color: #f3ede3;
}

body.demo-skin-dark-premium-shop .search-submit,
body.demo-skin-dark-premium-shop .empty-state .button {
	background: #f3ede3;
	color: #13110f;
}

@media (max-width: 980px) {
	.site-header__inner,
	.site-footer__inner,
	.footer-feature-bar__inner,
	.post-grid,
	.shop-hero,
	.maison-luxe-single-grid,
	.maison-luxe-single-service-grid,
	.shop-shell .woocommerce-account-shell,
	.shop-shell .checkout-grid,
	.cart-reassurance,
	.shop-shell .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.site-toggle {
		display: grid;
		gap: 5px;
		justify-self: end;
	}

	.site-navigation {
		display: none;
	}

	.site-navigation.is-open {
		display: block;
	}

	.site-tools {
		display: none;
	}
}


/* --- Final shell polish --- */
body.is-scrolled .site-header {
	box-shadow: 0 18px 40px rgba(31, 27, 24, 0.08);
}

.site-header {
	transition: box-shadow 0.28s ease, background-color 0.28s ease;
}

.site-header__inner {
	min-height: 92px;
	grid-template-columns: auto 1fr auto auto;
}

.site-branding {
	display: flex;
	align-items: center;
}

.site-title {
	font-size: clamp(1.4rem, 2vw, 1.9rem);
	letter-spacing: -0.02em;
}

.site-navigation {
	justify-self: center;
}

.primary-menu {
	justify-content: center;
	gap: 24px;
}

.primary-menu a {
	position: relative;
	padding: 10px 0;
	font-weight: 600;
}

.primary-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
	transform: scaleX(1);
}

.site-tools {
	gap: 10px;
}

.site-tools__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--ml-border);
	border-radius: 999px;
	background: rgba(255,255,255,0.6);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-tools__icon {
	font-size: 14px;
	line-height: 1;
}

.site-tools__link--cart {
	background: var(--ml-charcoal);
	color: #f7f2ea;
	border-color: var(--ml-charcoal);
}

.site-tools__link--cart .site-tools__count {
	background: rgba(247,242,234,0.18);
	color: #f7f2ea;
}

.site-toggle {
	width: 44px;
	height: 44px;
	border: 1px solid var(--ml-border);
	border-radius: 999px;
	align-items: center;
	justify-content: center;
}

.site-toggle span + span {
	margin-top: 4px;
}

/* richer product card */
.shop-shell .woocommerce ul.products li.product,
.maison-luxe-product-card {
	border-radius: 28px;
	overflow: hidden;
}

.maison-luxe-product-card {
	position: relative;
	box-shadow: 0 18px 50px rgba(31, 27, 24, 0.06);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.maison-luxe-product-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 26px 56px rgba(31, 27, 24, 0.11);
}

.maison-luxe-product-card__media-wrap {
	position: relative;
}

.maison-luxe-product-card__thumb {
	padding: 18px 18px 58px;
}

.maison-luxe-product-card__images {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #f8f3ec;
	aspect-ratio: 4 / 4.6;
}

.maison-luxe-product-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease, opacity 0.35s ease;
}

.maison-luxe-product-card__img--secondary {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.maison-luxe-product-card:hover .maison-luxe-product-card__img--primary {
	transform: scale(1.04);
}

.maison-luxe-product-card:hover .maison-luxe-product-card__img--secondary {
	opacity: 1;
}

.maison-luxe-product-card__badges {
	position: absolute;
	z-index: 3;
	top: 16px;
	left: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.maison-luxe-product-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(31, 27, 24, 0.92);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.maison-luxe-product-card__quick-meta {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 16px;
	background: rgba(255,255,255,0.78);
	backdrop-filter: blur(10px);
	font-size: 11px;
	letter-spacing: 0.04em;
}

.maison-luxe-product-card__overlay-actions {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	opacity: 0;
	transform: translateY(-6px);
	transition: all 0.28s ease;
	z-index: 3;
}

.maison-luxe-product-card:hover .maison-luxe-product-card__overlay-actions {
	opacity: 1;
	transform: translateY(0);
}

.maison-luxe-product-card__icon-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255,255,255,0.88);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(31,27,24,0.08);
	font-size: 16px;
}

.maison-luxe-product-card__body {
	padding: 20px 20px 22px;
}

.maison-luxe-product-card__title {
	font-size: clamp(1.45rem, 2vw, 1.75rem);
	margin: 8px 0 10px;
	line-height: 0.95;
}

.maison-luxe-product-card__summary {
	margin: 0 0 14px;
	color: #5c5144;
	line-height: 1.55;
}

.maison-luxe-product-card__meta-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-bottom: 14px;
}

.maison-luxe-product-card__price {
	font-size: 1.2rem;
	font-weight: 800;
}

.maison-luxe-product-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #8c7150;
}

.maison-luxe-product-card__rating strong {
	color: var(--ml-charcoal);
}

.maison-luxe-product-card__social-proof {
	padding: 14px 14px 12px;
	border-radius: 18px;
	background: #f7f2ea;
	border: 1px solid rgba(31,27,24,0.08);
	margin-bottom: 16px;
}

.maison-luxe-product-card__proof-head,
.maison-luxe-product-card__proof-foot {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	font-size: 12px;
}

.maison-luxe-product-card__proof-head {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #8c7150;
}

.maison-luxe-product-card__proof-head strong {
	color: var(--ml-charcoal);
}

.maison-luxe-product-card__progress {
	height: 8px;
	border-radius: 999px;
	background: rgba(31,27,24,0.08);
	overflow: hidden;
	margin-bottom: 10px;
}

.maison-luxe-product-card__progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #1f1b18 0%, #8c7150 100%);
}

.maison-luxe-product-card__proof-foot {
	color: #5c5144;
}

.maison-luxe-product-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.maison-luxe-product-card__actions .button,
.maison-luxe-product-card__view {
	min-height: 48px;
	padding: 0 18px;
	border-radius: 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.maison-luxe-product-card__actions .button {
	width: 100%;
	justify-content: center;
}

.maison-luxe-product-card__view {
	border: 1px solid var(--ml-border);
	background: #fff;
}

/* dark skin refinements */
body.demo-skin-dark-premium-shop .site-tools__link {
	background: rgba(24,20,18,0.85);
	border-color: rgba(255,255,255,0.08);
	color: #f3ede3;
}

body.demo-skin-dark-premium-shop .site-tools__link--cart {
	background: #f3ede3;
	color: #171311;
	border-color: #f3ede3;
}

body.demo-skin-dark-premium-shop .maison-luxe-product-card__quick-meta,
body.demo-skin-dark-premium-shop .maison-luxe-product-card__icon-action {
	background: rgba(24,20,18,0.82);
	color: #f3ede3;
	border-color: rgba(255,255,255,0.08);
}

body.demo-skin-dark-premium-shop .maison-luxe-product-card__social-proof {
	background: rgba(255,255,255,0.03);
	border-color: rgba(255,255,255,0.08);
}

body.demo-skin-dark-premium-shop .maison-luxe-product-card__summary,
body.demo-skin-dark-premium-shop .maison-luxe-product-card__proof-foot {
	color: rgba(243,237,227,0.72);
}

body.demo-skin-dark-premium-shop .maison-luxe-product-card__proof-head strong,
body.demo-skin-dark-premium-shop .maison-luxe-product-card__rating strong {
	color: #f3ede3;
}

@media (max-width: 980px) {
	.site-header__inner {
		grid-template-columns: auto auto;
		gap: 14px;
	}

	.site-navigation {
		order: 10;
		grid-column: 1 / -1;
		width: 100%;
		padding: 12px 0 6px;
	}

	.site-navigation.is-open {
		display: block;
	}

	.site-navigation .primary-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.site-tools {
		display: none;
	}

	body.nav-open .site-tools {
		display: flex;
		grid-column: 1 / -1;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding-bottom: 12px;
	}

	.maison-luxe-product-card__actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.maison-luxe-product-card__quick-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.shop-shell .woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}
