/* Elementor shop catalog */
.mkt-shop-catalog {
	--mkt-shop-columns: 4;
	--mkt-shop-sidebar-width: 240px;
	--mkt-shop-line: rgba(43, 36, 28, 0.14);
	--mkt-shop-accent: var(--mkt-gold);
	width: 100%;
	background: var(--mkt-ivory);
}

.mkt-shop-catalog.is-loading {
	position: relative;
	min-height: 320px;
	pointer-events: none;
}

.mkt-shop-catalog.is-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 20;
	background: rgba(251, 249, 244, 0.7);
	cursor: progress;
}

.mkt-shop-catalog.is-loading::before {
	content: "";
	position: absolute;
	z-index: 21;
	top: 120px;
	left: 50%;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	border: 2px solid var(--mkt-shop-line);
	border-top-color: var(--mkt-shop-accent);
	border-radius: 50%;
	animation: mkt-shop-spin 0.7s linear infinite;
}

@keyframes mkt-shop-spin {
	to {
		transform: rotate(360deg);
	}
}

.mkt-shop-catalog__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
}

.mkt-shop-catalog.has-sidebar .mkt-shop-catalog__layout {
	grid-template-columns: var(--mkt-shop-sidebar-width) minmax(0, 1fr);
}

.mkt-shop-catalog__sidebar {
	position: sticky;
	top: calc(var(--mkt-header-height) + 20px);
	min-width: 0;
	border-right: 1px solid var(--mkt-shop-line);
	padding-right: 22px;
}

.mkt-shop-catalog__filter-section {
	padding: 0 0 24px;
}

.mkt-shop-catalog__filter-section + .mkt-shop-catalog__filter-section {
	padding-top: 22px;
	border-top: 1px solid var(--mkt-shop-line);
}

.mkt-shop-catalog__filter-section > h2 {
	margin: 0 0 14px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--mkt-ink);
}

.mkt-shop-catalog__tier {
	margin-bottom: 10px;
	border: 1px solid var(--mkt-shop-line);
}

.mkt-shop-catalog__tier h3 {
	margin: 0;
	padding: 13px 12px 3px;
	font-family: var(--mkt-font-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.mkt-shop-catalog__tier > p {
	margin: 0;
	padding: 0 12px 10px;
	font-family: var(--mkt-font-display);
	font-size: 11px;
	font-style: italic;
	line-height: 1.35;
	color: var(--mkt-ink-soft);
}

.mkt-shop-catalog__tier ul,
.mkt-shop-catalog__term-list {
	list-style: none;
	margin: 0;
	padding: 0 12px 12px;
}

.mkt-shop-catalog__tier li,
.mkt-shop-catalog__term-list li {
	margin: 7px 0;
}

.mkt-shop-catalog__tier a,
.mkt-shop-catalog__term-list a {
	position: relative;
	display: block;
	padding-left: 12px;
	color: var(--mkt-ink-soft);
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
}

.mkt-shop-catalog__tier a::before,
.mkt-shop-catalog__term-list a::before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
}

.mkt-shop-catalog__tier a:hover,
.mkt-shop-catalog__term-list a:hover,
.mkt-shop-catalog__tier a.is-active,
.mkt-shop-catalog__term-list a.is-active {
	color: var(--mkt-shop-accent);
}

.mkt-shop-catalog__clear {
	display: inline-block;
	margin-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
	color: var(--mkt-shop-accent);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.mkt-shop-catalog__toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.mkt-shop-catalog__count {
	flex: 0 0 auto;
	margin: 0 0 11px;
	color: var(--mkt-ink-soft);
	font-family: var(--mkt-font-display);
	font-size: 13px;
}

.mkt-shop-catalog__controls {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}

.mkt-shop-catalog__select {
	display: grid;
	gap: 5px;
	min-width: 130px;
}

.mkt-shop-catalog__select > span,
.mkt-shop-catalog__view > span {
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--mkt-ink-soft);
}

.mkt-shop-catalog__select select {
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 9px 30px 9px 12px;
	border: 1px solid var(--mkt-shop-line);
	border-radius: 0;
	background-color: transparent;
	color: var(--mkt-ink);
	font-family: var(--mkt-font-body);
	font-size: 11px;
}

.mkt-shop-catalog__view {
	display: flex;
	align-items: center;
	gap: 4px;
	padding-bottom: 1px;
}

.mkt-shop-catalog__view > span {
	margin-right: 7px;
}

.mkt-shop-catalog__view a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid transparent;
	color: var(--mkt-ink-soft);
	font-size: 18px;
	text-decoration: none;
}

.mkt-shop-catalog__view a:hover,
.mkt-shop-catalog__view a.is-active {
	border-color: var(--mkt-shop-line);
	color: var(--mkt-shop-accent);
}

.mkt-shop-catalog__products {
	display: grid;
	grid-template-columns: repeat(var(--mkt-shop-columns), minmax(0, 1fr));
	align-items: stretch;
}

.mkt-shop-catalog__products .aridoro-shop-product-card {
	min-width: 0;
	margin: 0;
	border: 1px solid var(--mkt-shop-line);
}

.mkt-shop-catalog__products .aridoro-shop-product-card__media {
	margin-bottom: 0;
	aspect-ratio: 1 / 0.82;
}

.mkt-shop-catalog__products .aridoro-shop-product-card__body {
	position: relative;
	padding: 11px 12px 13px;
	text-align: left;
}

.mkt-shop-catalog__products .aridoro-shop-product-card__tier {
	margin: 0 0 5px;
	color: var(--mkt-shop-accent);
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.mkt-shop-catalog__products .aridoro-shop-product-card__title {
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 1.25;
}

.mkt-shop-catalog__products .aridoro-shop-product-card__vendor {
	margin: 0 0 5px;
	font-size: 10px;
}

.mkt-shop-catalog__products .aridoro-shop-product-card__material {
	margin: 0 30px 5px 0;
	color: var(--mkt-ink-soft);
	font-size: 9px;
	line-height: 1.35;
}

.mkt-shop-catalog__products .aridoro-shop-product-card__price {
	font-size: 11px;
	font-weight: 500;
}

.mkt-shop-catalog__products .aridoro-shop-product-card__cart {
	position: absolute;
	right: 11px;
	bottom: 12px;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mkt-ink-soft);
	text-decoration: none;
}

.mkt-shop-catalog__products .aridoro-shop-product-card__cart:hover {
	color: var(--mkt-shop-accent);
}

.mkt-shop-catalog--list .mkt-shop-catalog__products {
	grid-template-columns: 1fr;
}

.mkt-shop-catalog--list .aridoro-shop-product-card__inner {
	display: grid;
	grid-template-columns: minmax(150px, 30%) minmax(0, 1fr);
	align-items: stretch;
}

.mkt-shop-catalog--list .aridoro-shop-product-card__media {
	height: 100%;
	aspect-ratio: 1 / 0.72;
}

.mkt-shop-catalog--list .aridoro-shop-product-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.mkt-shop-catalog__pagination {
	margin-top: 40px;
}

.mkt-shop-catalog__pagination ul {
	display: flex;
	justify-content: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mkt-shop-catalog__pagination a,
.mkt-shop-catalog__pagination span {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 8px;
	border: 1px solid var(--mkt-shop-line);
	color: var(--mkt-ink);
	text-decoration: none;
}

.mkt-shop-catalog__pagination .current,
.mkt-shop-catalog__pagination a:hover {
	border-color: var(--mkt-shop-accent);
	color: var(--mkt-shop-accent);
}

.mkt-shop-catalog__empty {
	grid-column: 1 / -1;
	padding: 60px 20px;
	text-align: center;
}

.mkt-shop-catalog__filter-toggle {
	display: none;
}

@media (max-width: 900px) {
	.mkt-shop-catalog.has-sidebar .mkt-shop-catalog__layout {
		grid-template-columns: 1fr;
	}

	.mkt-shop-catalog__filter-toggle {
		display: inline-flex;
		margin-bottom: 18px;
		padding: 11px 18px;
		border: 1px solid var(--mkt-shop-line);
		background: transparent;
		color: var(--mkt-ink);
		font-size: 10px;
		letter-spacing: 0.18em;
		text-transform: uppercase;
	}

	.mkt-shop-catalog__sidebar {
		position: static;
		display: none;
		margin-bottom: 28px;
		padding: 20px;
		border: 1px solid var(--mkt-shop-line);
	}

	.mkt-shop-catalog.is-filter-open .mkt-shop-catalog__sidebar {
		display: block;
	}

	.mkt-shop-catalog__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.mkt-shop-catalog__controls {
		justify-content: flex-start;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.mkt-shop-catalog__select {
		flex: 1 1 calc(50% - 10px);
		min-width: 0;
	}

	.mkt-shop-catalog__view {
		width: 100%;
	}

	.mkt-shop-catalog--list .aridoro-shop-product-card__inner {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.mkt-shop-catalog--list .aridoro-shop-product-card__body {
		padding: 14px;
	}
}
/**
 * Marketplace Elementor widgets — from design/aridoro.html
 */

/* Hero */
.mkt-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--mkt-cream);
}

.mkt-hero__backdrop,
.mkt-hero__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.mkt-hero__backdrop {
	z-index: 0;
	overflow: hidden;
}

.mkt-hero__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mkt-hero__overlay {
	z-index: 1;
	background: var(--mkt-ink);
	opacity: 0;
}

.mkt-hero__inner {
	position: relative;
	z-index: 2;
}

.mkt-hero__title {
	margin: 0;
}

.mkt-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	min-height: 640px;
	align-items: center;
}

.mkt-hero--no-visual .mkt-hero__grid {
	grid-template-columns: minmax(0, 1fr);
}

.mkt-hero--visual-left .mkt-hero__visual {
	order: -1;
}

.mkt-hero--visual-left .mkt-hero__copy {
	padding-left: 60px;
	padding-right: 0;
}

.mkt-hero__copy {
	padding: 100px 60px 100px 0;
}

.mkt-hero--no-visual .mkt-hero__copy {
	padding-right: 0;
	max-width: 48rem;
}

.mkt-hero__sub {
	font-family: var(--mkt-font-display);
	font-style: italic;
	font-size: 22px;
	color: var(--mkt-gold);
	margin-bottom: 16px;
}

.mkt-hero__actions {
	margin-top: 44px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.mkt-hero__visual {
	position: relative;
	height: 100%;
	min-height: 640px;
	margin: 0;
}

.mkt-hero__ph {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 20%;
}

.mkt-hero__visual figcaption,
.mkt-hero__caption {
	position: absolute;
	bottom: 24px;
	right: 28px;
	font-size: 10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(251, 249, 244, 0.75);
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.mkt-hero--has-video .mkt-hero__copy,
.mkt-hero--has-video .mkt-hero__title,
.mkt-hero--has-video .mkt-hero__sub,
.mkt-hero--has-video .mkt-hero__lede,
.mkt-hero--has-video .mkt-hero__eyebrow {
	position: relative;
	z-index: 1;
}

@media (max-width: 900px) {
	.mkt-hero__grid,
	.mkt-hero--no-visual .mkt-hero__grid {
		grid-template-columns: 1fr;
	}

	.mkt-hero__visual {
		min-height: 420px;
		order: -1;
	}

	.mkt-hero--visual-left .mkt-hero__visual {
		order: -1;
	}

	.mkt-hero__copy,
	.mkt-hero--visual-left .mkt-hero__copy {
		padding: 60px 0;
	}
}

/* Pillars */
.mkt-pillars {
	border-bottom: 1px solid var(--mkt-line);
	background: var(--mkt-ivory);
}

.mkt-pillars__grid {
	display: grid;
	gap: 0;
	align-items: stretch;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mkt-pillars__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 40px 26px;
	min-width: 0;
}

.mkt-pillars--dividers .mkt-pillars__item {
	border-left: 1px solid var(--mkt-line);
}

.mkt-pillars--dividers .mkt-pillars__item:first-child {
	border-left: none;
}

.mkt-pillars__copy {
	min-width: 0;
}

.mkt-pillars__title {
	font-family: var(--mkt-font-display);
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 3px;
	line-height: 1.25;
	color: var(--mkt-ink);
}

.mkt-pillars__text {
	font-family: var(--mkt-font-body);
	font-size: 10.5px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--mkt-ink-soft);
	margin: 0;
	line-height: 1.4;
}

.mkt-pillars__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--mkt-gold);
	line-height: 1;
}

.mkt-pillars__icon svg {
	display: block;
	width: 24px;
	height: 24px;
	overflow: visible;
}

/* Keep line icons as strokes only — a fill makes them look bold. */
.mkt-pillars__icon--line svg,
.mkt-pillars__icon--line svg * {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mkt-pillars__icon:not(.mkt-pillars__icon--line) svg {
	fill: currentColor;
	stroke: none;
}

.mkt-pillars--icon-left .mkt-pillars__item {
	flex-direction: row;
	justify-content: flex-start;
	gap: 0.85rem;
	text-align: left;
}

.mkt-pillars--icon-top .mkt-pillars__item {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.mkt-pillars--icon-top .mkt-pillars__copy {
	text-align: center;
}

.mkt-pillars--icon-top .mkt-pillars__icon {
	margin: 0 auto 14px;
}

.mkt-pillars--icon-right .mkt-pillars__item {
	flex-direction: row-reverse;
	justify-content: flex-start;
	gap: 0.85rem;
	text-align: right;
}

.mkt-pillars--icon-right .mkt-pillars__copy {
	text-align: right;
}

@media (max-width: 860px) {
	.elementor-widget-marketplace-pillars .mkt-pillars__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.mkt-pillars--dividers .mkt-pillars__item {
		border-top: 1px solid var(--mkt-line);
	}

	.mkt-pillars--dividers .mkt-pillars__item:nth-child(-n + 2) {
		border-top: none;
	}

	.mkt-pillars--dividers .mkt-pillars__item:nth-child(3) {
		border-left: none;
	}
}

@media (max-width: 520px) {
	.mkt-pillars__item {
		padding: 28px 14px;
	}

	.mkt-pillars__title {
		font-size: 17px;
	}

	.mkt-pillars__text {
		font-size: 10px;
		letter-spacing: 0.18em;
	}
}

/* Journey */
.mkt-journey {
	--mkt-journey-dot-border: var(--mkt-gold-soft);
	--mkt-journey-dot-border-width: 1px;
	--mkt-journey-dot-bg: var(--mkt-ivory);
	--mkt-journey-dot-size: 118px;
	--mkt-journey-inner-size: calc(var(--mkt-journey-dot-size) - 22px);
	--mkt-journey-line-color: var(--mkt-gold-soft);
	background: var(--mkt-ivory);
}

.mkt-journey__head {
	max-width: 520px;
	margin-bottom: 86px;
}

.mkt-journey__head h2 {
	margin: 0;
}

.mkt-journey__lede {
	margin-top: 24px;
	max-width: 46ch;
}

.mkt-journey__line {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.mkt-journey__line::before {
	content: "";
	position: absolute;
	top: calc(var(--mkt-journey-dot-size) / 2);
	left: 9%;
	right: 9%;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--mkt-journey-line-color) 12%,
		var(--mkt-journey-line-color) 88%,
		transparent
	);
}

.mkt-journey__stop {
	text-align: center;
	position: relative;
}

.mkt-journey__dot {
	width: var(--mkt-journey-dot-size);
	height: var(--mkt-journey-dot-size);
	border-radius: 50%;
	margin: 0 auto 26px;
	border: var(--mkt-journey-dot-border-width) solid var(--mkt-journey-dot-border);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--mkt-journey-dot-bg);
	transition: transform 0.4s;
}

.mkt-journey__stop:hover .mkt-journey__dot {
	transform: translateY(-6px);
}

.mkt-journey__inner {
	width: var(--mkt-journey-inner-size);
	height: var(--mkt-journey-inner-size);
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}

.mkt-journey__inner--placeholder {
	background: linear-gradient(145deg, #F3ECDF, #DECFAF);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--mkt-font-display);
	font-style: italic;
	font-size: 15px;
	color: var(--mkt-gold);
	text-transform: lowercase;
}

.mkt-journey__label {
	font-size: 11px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.mkt-journey__desc {
	font-family: var(--mkt-font-display);
	font-style: italic;
	font-size: 16px;
	color: var(--mkt-ink-soft);
}

.mkt-journey__cta {
	margin-top: 66px;
	text-align: center;
}

@media (max-width: 900px) {
	.mkt-journey__line {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
	}

	.mkt-journey__line::before {
		display: none;
	}
}

/* Story */
.mkt-story {
	background: var(--mkt-cream);
}

.mkt-story__grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	align-items: stretch;
}

.mkt-story--media-left .mkt-story__grid {
	grid-template-columns: 1.15fr 1fr;
}

.mkt-story--media-left .mkt-story__copy {
	order: 2;
}

.mkt-story--media-left .mkt-story__media {
	order: 1;
}

.mkt-story__copy {
	padding: 110px 70px 110px var(--mkt-gutter);
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: calc(var(--mkt-container) / 2 + var(--mkt-gutter));
	margin-left: auto;
}

.mkt-story__body {
	color: var(--mkt-ink-soft);
	max-width: 42ch;
	margin-bottom: 44px;
}

.mkt-story__media {
	position: relative;
	min-height: 540px;
	background-size: cover;
	background-position: center;
}

.mkt-story__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(43, 36, 28, 0.12);
}

.mkt-story__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.mkt-story__play a {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	border: 1px solid rgba(251, 249, 244, 0.7);
	background: rgba(43, 36, 28, 0.28);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.35s;
}

.mkt-story__play a:hover {
	background: var(--mkt-gold);
	border-color: var(--mkt-gold);
}

.mkt-story__play svg {
	width: 22px;
	height: 22px;
	fill: var(--mkt-ivory);
	margin-left: 4px;
}

@media (max-width: 900px) {
	.mkt-story__grid,
	.mkt-story--media-left .mkt-story__grid {
		grid-template-columns: 1fr;
	}

	.mkt-story__copy {
		padding: 66px var(--mkt-gutter);
		max-width: none;
		margin: 0;
		order: 2 !important;
	}

	.mkt-story__media {
		min-height: 340px;
		order: 1 !important;
	}
}

/* Product cards */
.mkt-card-grid {
	display: grid;
	grid-template-columns: repeat(var(--mkt-cols, 4), 1fr);
	gap: 28px;
}

.mkt-card {
	display: block;
	color: inherit;
}

.mkt-card__img {
	aspect-ratio: 1 / 1.05;
	position: relative;
	overflow: hidden;
	margin-bottom: 22px;
	background: var(--mkt-sand);
}

.mkt-card__fill {
	position: absolute;
	inset: 0;
	transition: transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
	background-size: cover;
	background-position: center;
}

.mkt-card:hover .mkt-card__fill {
	transform: scale(1.05);
}

.mkt-card__name {
	font-family: var(--mkt-font-display);
	font-size: 21px;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 3px;
}

.mkt-card__by {
	font-family: var(--mkt-font-display);
	font-style: italic;
	font-size: 15px;
	color: var(--mkt-ink-soft);
	text-align: center;
}

.mkt-card__by b {
	font-weight: 400;
	color: var(--mkt-gold);
}

.mkt-card__meta {
	font-size: 10.5px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--mkt-ink-soft);
	text-align: center;
}

.mkt-card__price {
	font-family: var(--mkt-font-display);
	font-style: italic;
	font-size: 18px;
	color: var(--mkt-gold);
	text-align: center;
	margin-top: 6px;
}

.mkt-card__price .woocommerce-Price-amount {
	color: inherit;
}

/* Vendor cards */
.mkt-vcard {
	display: block;
	background: #fff;
	border: 1px solid var(--mkt-line);
	transition: box-shadow 0.4s, transform 0.4s;
	color: inherit;
}

.mkt-vcard:hover {
	box-shadow: 0 24px 50px -28px rgba(43, 36, 28, 0.35);
	transform: translateY(-4px);
}

.mkt-vcard__img {
	margin-bottom: 0;
	aspect-ratio: 1 / 0.92;
	position: relative;
	overflow: hidden;
	background: var(--mkt-sand);
}

.mkt-vcard__body {
	padding: 34px 28px 30px;
	text-align: center;
}

.mkt-vcard__name {
	font-family: var(--mkt-font-display);
	font-size: 21px;
	margin-bottom: 4px;
}

.mkt-vcard__loc {
	font-size: 10.5px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--mkt-ink-soft);
	margin-bottom: 14px;
}

.mkt-vcard__spec {
	font-size: 10.5px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--mkt-gold);
	margin-bottom: 14px;
}

.mkt-vcard__foot {
	border-top: 1px solid var(--mkt-line);
	padding-top: 18px;
	display: flex;
	justify-content: center;
	gap: 26px;
	align-items: center;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--mkt-ink-soft);
}

.mkt-vcard__arrow {
	color: var(--mkt-gold);
	font-size: 15px;
	transition: transform 0.3s;
}

.mkt-vcard:hover .mkt-vcard__arrow {
	transform: translateX(5px);
}

@media (max-width: 1100px) {
	.mkt-card-grid--products {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 720px) {
	.mkt-card-grid--products {
		grid-template-columns: repeat(2, 1fr);
	}

	.mkt-card-grid--vendors {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 460px) {
	.mkt-card-grid--products,
	.mkt-card-grid--vendors {
		grid-template-columns: 1fr;
	}
}

/* Sliders: no default section padding — use Elementor widget controls instead */
.mkt-section--flush,
.mkt-cat-slider.mkt-section,
.mkt-card-slider.mkt-section,
.mkt-feat-slider.mkt-section {
	padding: 0;
}

/* Card sliders */
.mkt-card-slider {
	--mkt-slider-columns: 5;
	--mkt-slider-columns-tablet: 3;
	--mkt-slider-columns-mobile: 2;
	--mkt-slider-gap: 16px;
	background: var(--mkt-ivory);
}

.mkt-card-slider__top {
	align-items: flex-end;
}

.mkt-card-slider__header h2,
.mkt-card-slider__heading {
	margin: 0;
}

.mkt-card-slider__subtitle {
	margin-top: 0.75rem;
}

.mkt-card-slider__aside {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 28px;
	flex-shrink: 0;
}

.mkt-card-slider__nav {
	display: flex;
	gap: 6px;
}

.mkt-card-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid var(--mkt-line);
	background: var(--mkt-ivory);
	color: var(--mkt-ink);
	cursor: pointer;
}

.mkt-card-slider__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.mkt-card-slider__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	container-type: inline-size;
}

.mkt-card-slider__viewport::-webkit-scrollbar {
	display: none;
}

.mkt-card-slider__track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: var(--mkt-slider-gap);
}

.mkt-card-slider__slide {
	flex: 0 0 calc((100cqw - ((var(--mkt-slider-columns) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns));
	min-width: calc((100cqw - ((var(--mkt-slider-columns) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns));
	max-width: calc((100cqw - ((var(--mkt-slider-columns) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns));
	scroll-snap-align: start;
}

.mkt-card-slider__slide > .mkt-card {
	height: 100%;
}

.mkt-card--product {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: inherit;
	overflow: hidden;
	transition: box-shadow 0.4s, transform 0.4s;
}

.mkt-card--product:hover {
	box-shadow: 0 24px 50px -28px rgba(43, 36, 28, 0.35);
	transform: translateY(-4px);
}

.mkt-card--product .mkt-card__media {
	position: relative;
}

.mkt-card--product .mkt-card__img {
	margin-bottom: 0;
}

.mkt-card--product .mkt-card__body {
	padding: 1.25rem 1rem 1rem;
	flex: 1;
	background: #fff;
	border: 1px solid var(--mkt-line);
}

.mkt-card--product .mkt-card__name {
	font-family: var(--mkt-font-display);
	font-size: 21px;
	letter-spacing: 0.04em;
	margin-bottom: 3px;
}

.mkt-card--product .mkt-card__meta {
	margin-bottom: 4px;
}

.mkt-card--product .mkt-card__price {
	margin-top: 6px;
}

.mkt-card__img--square {
	aspect-ratio: 1 / 1;
}

.mkt-card--vendor {
	display: flex;
	flex-direction: column;
	background: transparent;
	border: 1px solid var(--mkt-line);
	text-align: center;
	color: inherit;
	overflow: hidden;
	transition: box-shadow 0.4s, transform 0.4s;
}

.mkt-card--vendor:hover {
	box-shadow: 0 24px 50px -28px rgba(43, 36, 28, 0.35);
	transform: translateY(-4px);
}

.mkt-card--vendor .mkt-card__media {
	position: relative;
}

.mkt-card--vendor .mkt-card__img {
	margin-bottom: 0;
	aspect-ratio: 1 / 1;
}

.mkt-card--vendor .mkt-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	background: rgba(251, 249, 244, 0.92);
	color: var(--mkt-gold);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
}

.mkt-card--vendor.mkt-card--has-logo .mkt-card__logo {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	transform: translate(-50%, 50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 3px solid #fff;
	overflow: hidden;
	background: var(--mkt-ivory);
	box-shadow: 0 8px 20px rgba(43, 36, 28, 0.12);
}

.mkt-card--vendor .mkt-card__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mkt-card--vendor .mkt-card__body {
	padding: 24px;
	background: transparent;
	flex: 1;
}

.mkt-card--vendor.mkt-card--has-logo .mkt-card__body {
	padding-top: 2.75rem;
}

.mkt-card--vendor .mkt-card__name {
	font-family: var(--mkt-font-display);
	font-size: 20px;
	letter-spacing: 0.01em;
	margin-bottom: 8px;
}

.mkt-card--vendor .mkt-card__meta {
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--mkt-gold);
}

.mkt-card--vendor .mkt-card__description {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--mkt-ink-soft);
}

.mkt-card-slider--bleed .mkt-card-slider__viewport {
	width: 100%;
}

.mkt-card-slider--bleed .mkt-card-slider__track {
	padding-inline: 0;
}

.mkt-card-slider__empty {
	margin: 0;
	font-size: 14px;
	color: var(--mkt-ink-soft);
}

@media (max-width: 1024px) {
	.mkt-card-slider__slide {
		flex-basis: calc((100cqw - ((var(--mkt-slider-columns-tablet) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns-tablet));
		min-width: calc((100cqw - ((var(--mkt-slider-columns-tablet) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns-tablet));
		max-width: calc((100cqw - ((var(--mkt-slider-columns-tablet) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns-tablet));
	}
}

@media (max-width: 767px) {
	.mkt-card-slider {
		--mkt-slider-gap: min(var(--mkt-slider-gap, 16px), 12px);
	}

	.mkt-card-slider__top {
		flex-direction: column;
		align-items: stretch;
	}

	.mkt-card-slider__aside {
		justify-content: space-between;
		width: 100%;
	}

	.mkt-card-slider__slide {
		flex-basis: calc((100cqw - ((var(--mkt-slider-columns-mobile) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns-mobile));
		min-width: calc((100cqw - ((var(--mkt-slider-columns-mobile) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns-mobile));
		max-width: calc((100cqw - ((var(--mkt-slider-columns-mobile) - 1) * var(--mkt-slider-gap))) / var(--mkt-slider-columns-mobile));
	}

	.elementor-widget-marketplace-product-showcase .mkt-card-slider__header,
	.elementor-widget-marketplace-product-showcase .mkt-card-slider__header .mkt-eyebrow,
	.elementor-widget-marketplace-product-showcase .mkt-card-slider__heading,
	.elementor-widget-marketplace-product-showcase .mkt-card-slider__subtitle {
		text-align: left;
	}
}

.mkt-vendor-listing .aridoro-store-listing {
	padding: 0;
	background: transparent;
}

.mkt-vendor-listing .aridoro-store-listing__inner {
	padding-inline: 0;
}

.mkt-vendor-listing a {
	color: inherit;
	text-decoration: none;
}

.mkt-vendor-listing .aridoro-vendors-toolbar__filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.mkt-vendor-listing .aridoro-vendors-searchbar {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--mkt-ink);
	min-width: 300px;
	flex: 1;
	max-width: 420px;
}

.mkt-vendor-listing .aridoro-vendors-searchbar__input {
	flex: 1;
	border: 0;
	background: transparent;
	outline: none;
	font-family: var(--mkt-font-body);
	font-size: 13px;
	letter-spacing: 0.08em;
	padding: 12px 0;
	color: var(--mkt-ink);
	min-height: 0;
}

.mkt-vendor-listing .aridoro-vendors-selectbox,
.mkt-vendor-listing .aridoro-vendors-toolbar__sort select {
	border: 1px solid var(--mkt-line);
	padding: 12px 20px;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: transparent;
	color: var(--mkt-ink);
	outline: none;
	font-family: var(--mkt-font-body);
	cursor: pointer;
	min-height: 0;
}

.mkt-vendor-listing .aridoro-vendors-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.mkt-vendor-listing .aridoro-vendors-categories__pill {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border: 1px solid var(--mkt-line);
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--mkt-ink-soft);
	transition: all 0.3s ease;
}

.mkt-vendor-listing .aridoro-vendors-categories__pill.is-active {
	background: var(--mkt-ink);
	border-color: var(--mkt-ink);
	color: var(--mkt-ivory);
}

.mkt-vendor-listing .aridoro-vendors-grid {
	display: grid;
	grid-template-columns: repeat(var(--aridoro-vendors-columns, 3), minmax(0, 1fr));
	gap: 34px;
}

.mkt-vendor-listing .aridoro-vendor-card {
	background: #fff;
	border: 1px solid var(--mkt-line);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mkt-vendor-listing .aridoro-vendor-card__cover-link {
	display: block;
	aspect-ratio: 1 / 0.92;
	overflow: hidden;
	background: var(--mkt-sand);
}

.mkt-vendor-listing .aridoro-vendor-card__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mkt-vendor-listing .aridoro-vendors-toolbar__intro {
	margin-bottom: 40px;
}

.mkt-vendor-listing .aridoro-vendors-toolbar__intro .mkt-eyebrow {
	margin-bottom: 12px;
}

.mkt-vendor-listing .aridoro-vendors-toolbar__intro h2 {
	margin: 0;
}

@media (max-width: 900px) {
	.mkt-vendor-listing .aridoro-vendors-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.mkt-vendor-listing .aridoro-vendors-toolbar__filters {
		flex-direction: column;
		align-items: stretch;
	}

	.mkt-vendor-listing .aridoro-vendors-searchbar {
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	.mkt-vendor-listing .aridoro-vendors-grid {
		grid-template-columns: 1fr;
	}
}

/* Vendor CTA */
.mkt-vendor-cta {
	background: var(--mkt-ink);
	color: var(--mkt-ivory);
}

.mkt-vendor-cta__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}

.mkt-vendor-cta__media {
	min-height: 500px;
	background:
		radial-gradient(ellipse at 30% 25%, rgba(120, 150, 210, 0.5) 0%, transparent 45%),
		radial-gradient(ellipse at 70% 70%, rgba(169, 133, 63, 0.35) 0%, transparent 50%),
		linear-gradient(150deg, #14100B, #241B10);
	background-size: cover;
	background-position: center;
	position: relative;
}

.mkt-vendor-cta__media--photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(150deg, rgba(20, 16, 11, 0.55), rgba(36, 27, 16, 0.35));
}

.mkt-vendor-cta__copy {
	padding: 110px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mkt-vendor-cta__copy .mkt-eyebrow {
	color: var(--mkt-gold-soft);
}

.mkt-vendor-cta__copy h2 {
	color: var(--mkt-ivory);
	margin-bottom: 26px;
}

.mkt-vendor-cta__copy > p {
	color: rgba(251, 249, 244, 0.65);
	max-width: 44ch;
	margin-bottom: 40px;
}

.mkt-vendor-cta__perks {
	list-style: none;
	margin: 0 0 44px;
	padding: 0;
}

.mkt-vendor-cta__perks li {
	display: flex;
	gap: 14px;
	align-items: baseline;
	color: rgba(251, 249, 244, 0.75);
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.mkt-vendor-cta__perks li::before {
	content: "✦";
	color: var(--mkt-gold-soft);
	font-size: 11px;
}

.mkt-vendor-cta .mkt-btn {
	border-color: var(--mkt-gold-soft);
	color: var(--mkt-gold-soft);
}

.mkt-vendor-cta .mkt-btn:hover {
	background: var(--mkt-gold-soft);
	color: var(--mkt-ink);
}

@media (max-width: 900px) {
	.mkt-vendor-cta__grid {
		grid-template-columns: 1fr;
	}

	.mkt-vendor-cta__media {
		min-height: 280px;
	}

	.mkt-vendor-cta__copy {
		padding: 66px var(--mkt-gutter);
	}
}

/* Category slider */
.mkt-cat-slider {
	--mkt-cat-columns: 6;
	--mkt-cat-rows: 2;
	--mkt-cat-col-gap: 0px;
	--mkt-cat-row-gap: 0px;
	--mkt-cat-tile-height: 240px;
	background: var(--mkt-ivory);
}

.mkt-cat-slider__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.mkt-cat-slider__viewport::-webkit-scrollbar {
	display: none;
}

.mkt-cat-slider__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
}

.mkt-cat-slider__panel {
	flex: 0 0 100%;
	min-width: 100%;
	scroll-snap-align: start;
}

.mkt-cat-slider__grid {
	display: grid;
	grid-template-columns: repeat(var(--mkt-cat-columns), 1fr);
	grid-template-rows: repeat(var(--mkt-cat-rows), var(--mkt-cat-tile-height));
	column-gap: var(--mkt-cat-col-gap);
	row-gap: var(--mkt-cat-row-gap);
}

.mkt-cat-slider__grid--mosaic-four,
.mkt-cat-slider__grid--mosaic-five {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: repeat(2, var(--mkt-cat-tile-height));
}

.mkt-cat-slider__grid--mosaic-four .mkt-cat-tile:first-child,
.mkt-cat-slider__grid--mosaic-five .mkt-cat-tile:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.mkt-cat-slider__grid--mosaic-four .mkt-cat-tile:nth-child(4) {
	grid-column: span 2;
}

.mkt-cat-tile {
	position: relative;
	display: block;
	overflow: hidden;
	color: var(--mkt-ivory);
}

.mkt-cat-tile__img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 1s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.mkt-cat-tile:hover .mkt-cat-tile__img {
	transform: scale(1.06);
}

.mkt-cat-tile__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 15, 8, 0) 45%, rgba(20, 15, 8, 0.66) 100%);
}

.mkt-cat-tile__cap {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 18px;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.mkt-cat-tile__name {
	font-family: var(--mkt-font-display);
	font-size: clamp(20px, 2vw, 28px);
	line-height: 1.1;
}

.mkt-cat-tile__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border: 1px solid rgba(250, 246, 238, 0.75);
	border-radius: 50%;
	font-size: 16px;
	line-height: 1;
	transition: border-color 0.3s, background 0.3s;
}

.mkt-cat-tile:hover .mkt-cat-tile__arrow {
	border-color: var(--mkt-ivory);
	background: rgba(250, 246, 238, 0.12);
}

.mkt-cat-slider__dots {
	display: flex;
	gap: 8px;
	margin-top: 28px;
}

.mkt-cat-slider__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 1px solid var(--mkt-ink);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.mkt-cat-slider__dot.is-active {
	background: var(--mkt-ink);
}

@media (max-width: 1024px) {
	.mkt-cat-slider {
		--mkt-cat-columns: 4;
	}
}

@media (max-width: 767px) {
	.mkt-cat-slider {
		--mkt-cat-columns: 2;
		--mkt-cat-rows: 2;
	}

	.mkt-cat-slider__grid--mosaic-four,
	.mkt-cat-slider__grid--mosaic-five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		grid-auto-rows: var(--mkt-cat-tile-height);
	}

	.mkt-cat-slider__grid--mosaic-four .mkt-cat-tile:first-child,
	.mkt-cat-slider__grid--mosaic-five .mkt-cat-tile:first-child {
		grid-column: 1 / -1;
		grid-row: span 1;
	}

	.mkt-cat-slider__grid--mosaic-four .mkt-cat-tile:nth-child(4) {
		grid-column: 1 / -1;
	}
}

/* Featured piece slider */
.mkt-feat-slider {
	background: var(--mkt-cream);
}

.mkt-feat-slider__head {
	margin-bottom: 40px;
}

.mkt-feat-slider__head-heading {
	margin: 0;
}

.mkt-feat-slider--full .mkt-feat-slider__viewport {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-inline: 0;
}

.mkt-feat-slider__viewport {
	position: relative;
	overflow: hidden;
}

.mkt-feat-slider__track {
	display: flex;
	transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.mkt-feat-slider__slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.mkt-feat-slider__layout {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	min-height: 560px;
}

.mkt-feat-slider__media {
	position: relative;
	overflow: hidden;
	background: var(--mkt-sand);
	min-height: 0;
}

.mkt-feat-slider__media .mkt-feat-slider__fill {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.mkt-feat-slider__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 72px 56px;
	background: var(--mkt-ivory);
}

.mkt-feat-slider__eyebrow {
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--mkt-gold);
	margin: 0 0 14px;
}

.mkt-feat-slider__title {
	font-family: var(--mkt-font-display);
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1.1;
	margin: 0 0 14px;
}

.mkt-feat-slider__vendor {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--mkt-gold);
	margin: 0 0 18px;
}

.mkt-feat-slider__desc {
	font-family: var(--mkt-font-display);
	font-style: italic;
	font-size: 18px;
	line-height: 1.6;
	color: var(--mkt-ink-soft);
	margin: 0 0 26px;
	max-width: 44ch;
}

.mkt-feat-slider__price {
	font-family: var(--mkt-font-display);
	font-style: italic;
	font-size: 24px;
	margin: 0 0 28px;
}

.mkt-feat-slider__btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.mkt-feat-slider__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 15px 30px;
	border: 1px solid transparent;
	transition: background 0.35s, color 0.35s, border-color 0.35s;
	max-width: max-content;
}

.mkt-feat-slider__cta--primary {
	background: var(--mkt-gold);
	border-color: var(--mkt-gold);
	color: #fff;
}

.mkt-feat-slider__cta--primary:hover {
	background: var(--mkt-ink);
	border-color: var(--mkt-ink);
	color: #fff;
}

.mkt-feat-slider__cta--secondary {
	background: transparent;
	border-color: var(--mkt-ink);
	color: var(--mkt-ink);
}

.mkt-feat-slider__cta--secondary:hover {
	background: var(--mkt-ink);
	border-color: var(--mkt-ink);
	color: #fff;
}

.mkt-feat-slider__controls {
	position: static;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 34px;
	gap: 18px;
}

.mkt-feat-slider__dots {
	display: flex;
	gap: 10px;
}

.mkt-feat-slider__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid var(--mkt-ink);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.mkt-feat-slider__dot.is-active {
	background: var(--mkt-bronze, #8B6A44);
	border-color: var(--mkt-bronze, #8B6A44);
}

.mkt-feat-slider__nav {
	display: flex;
	gap: 6px;
}

.mkt-feat-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid var(--mkt-line);
	background: var(--mkt-ivory);
	color: var(--mkt-ink);
	cursor: pointer;
}

.mkt-feat-slider__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

@media (max-width: 900px) {
	.mkt-feat-slider__layout {
		grid-template-columns: 1fr;
	}

	.mkt-feat-slider__media {
		min-height: 360px;
	}

	.mkt-feat-slider__copy {
		padding: 48px 28px;
	}

	.mkt-feat-slider__controls {
		justify-content: center;
		flex-wrap: wrap;
	}
}

/* Collection Tiers */
.mkt-collection-tiers {
	--mkt-tiers-gap: 18px;
	--mkt-tiers-accent: var(--mkt-gold);
	--mkt-tiers-line: rgba(43, 36, 28, 0.16);
	--mkt-tiers-sticky-top: 120px;
	background: #F5F1EA;
}

.mkt-collection-tiers__layout {
	display: grid;
	grid-template-columns: minmax(240px, 1.05fr) minmax(0, 2fr);
	gap: var(--mkt-tiers-gap);
	align-items: start;
}

.mkt-collection-tiers__intro {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-right: clamp(12px, 2vw, 36px);
	min-width: 0;
}

.mkt-collection-tiers--sticky .mkt-collection-tiers__intro {
	position: sticky;
	top: var(--mkt-tiers-sticky-top);
	/* Lets top / middle / bottom alignment read while pinned. */
	min-height: calc(100vh - var(--mkt-tiers-sticky-top) - 2rem);
	box-sizing: border-box;
}

.mkt-collection-tiers__rail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-template-areas:
		"media collections"
		"fine signature";
	gap: var(--mkt-tiers-gap);
	min-width: 0;
	align-items: stretch;
}

.mkt-collection-tiers__media {
	grid-area: media;
	margin: 0;
	overflow: hidden;
	background: var(--mkt-sand);
	min-height: 280px;
}

.mkt-collection-tiers__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mkt-collection-tiers__card--1 { grid-area: fine; }
.mkt-collection-tiers__card--2 { grid-area: collections; }
.mkt-collection-tiers__card--3 { grid-area: signature; }

.mkt-collection-tiers__eyebrow {
	margin: 0 0 14px;
	font-family: var(--mkt-font-body);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--mkt-tiers-accent);
}

.mkt-collection-tiers__heading {
	margin: 0;
	font-family: var(--mkt-font-display);
	font-size: clamp(36px, 4.2vw, 54px);
	font-weight: 400;
	line-height: 1.08;
	color: var(--mkt-ink);
}

.mkt-collection-tiers__rule {
	width: 54px;
	height: 1px;
	margin: 22px 0 20px;
	background: var(--mkt-ink);
}

.mkt-collection-tiers__lede {
	margin: 0 0 16px;
	font-family: var(--mkt-font-display);
	font-size: clamp(18px, 1.7vw, 22px);
	font-style: italic;
	line-height: 1.45;
	color: var(--mkt-ink);
}

.mkt-collection-tiers__body {
	margin: 0 0 28px;
	font-family: var(--mkt-font-display);
	font-size: 15px;
	line-height: 1.7;
	color: var(--mkt-ink-soft);
}

.mkt-collection-tiers__body p {
	margin: 0 0 0.85em;
}

.mkt-collection-tiers__body p:last-child {
	margin-bottom: 0;
}

.mkt-collection-tiers__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	border: 1px solid var(--mkt-ink);
	background: transparent;
	color: var(--mkt-ink);
	font-family: var(--mkt-font-body);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.22em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.mkt-collection-tiers__card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid rgba(43, 36, 28, 0.12);
}

.mkt-collection-tiers__card--light {
	background: var(--mkt-ivory);
	color: var(--mkt-ink);
}

.mkt-collection-tiers__card--dark {
	background: var(--mkt-ink);
	color: var(--mkt-ivory);
	--mkt-tiers-line: rgba(251, 249, 244, 0.18);
}

.mkt-collection-tiers__icon {
	display: grid;
	place-items: center;
	margin: 0 auto 18px;
	color: var(--mkt-tiers-accent);
	line-height: 1;
}

.mkt-collection-tiers__icon i,
.mkt-collection-tiers__icon svg {
	display: block;
}

.mkt-collection-tiers__card-title {
	margin: 0;
	font-family: var(--mkt-font-display);
	font-size: clamp(20px, 1.8vw, 26px);
	font-weight: 400;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	color: var(--mkt-tiers-accent);
}

.mkt-collection-tiers__card--dark .mkt-collection-tiers__card-title {
	color: var(--mkt-ivory);
}

.mkt-collection-tiers__card-rule {
	width: 42px;
	height: 1px;
	margin: 14px auto 14px;
	background: var(--mkt-tiers-accent);
}

.mkt-collection-tiers__card-tagline {
	margin: 0 0 14px;
	font-family: var(--mkt-font-display);
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	color: var(--mkt-tiers-accent);
}

.mkt-collection-tiers__card-description {
	margin: 0 0 22px;
	font-family: var(--mkt-font-body);
	font-size: 13px;
	line-height: 1.65;
	text-align: center;
	color: var(--mkt-ink-soft);
}

.mkt-collection-tiers__card--dark .mkt-collection-tiers__card-description {
	color: rgba(251, 249, 244, 0.72);
}

.mkt-collection-tiers__links {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.mkt-collection-tiers__links li {
	border-top: 1px solid var(--mkt-tiers-line);
}

.mkt-collection-tiers__links li:last-child {
	border-bottom: 1px solid var(--mkt-tiers-line);
}

.mkt-collection-tiers__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 0;
	font-family: var(--mkt-font-display);
	font-size: 15px;
	line-height: 1.35;
	color: inherit;
	text-decoration: none;
	transition: color 0.25s;
}

.mkt-collection-tiers__links a:hover {
	color: var(--mkt-tiers-accent);
}

.mkt-collection-tiers__arrow {
	flex-shrink: 0;
	font-size: 14px;
	opacity: 0.75;
}

.mkt-collection-tiers__explore {
	margin-top: auto;
	align-self: center;
	padding-top: 4px;
	font-family: var(--mkt-font-body);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.24em;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--mkt-tiers-accent);
	transition: opacity 0.25s;
}

.mkt-collection-tiers__explore:hover {
	opacity: 0.7;
}

@media (max-width: 1024px) {
	.mkt-collection-tiers--sticky .mkt-collection-tiers__intro {
		position: static;
		top: auto;
	}

	.mkt-collection-tiers__layout {
		grid-template-columns: 1fr;
	}

	.mkt-collection-tiers__intro {
		padding-right: 0;
		padding-bottom: 18px;
		max-width: 640px;
	}

	.mkt-collection-tiers__rail {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"media collections"
			"fine signature";
	}
}

@media (max-width: 767px) {
	.mkt-collection-tiers__rail {
		grid-template-columns: 1fr;
		grid-template-areas:
			"media"
			"collections"
			"fine"
			"signature";
	}

	.mkt-collection-tiers__media {
		min-height: 260px;
		aspect-ratio: 1 / 0.9;
	}

	.mkt-collection-tiers__button {
		width: 100%;
	}
}

/* Elementor product grid — "Ready To Be Worn" mockup */
.mkt-products-grid {
	background: var(--mkt-ivory);
}

.mkt-products-grid__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 26px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.mkt-products-grid__eyebrow {
	margin-bottom: 14px;
}

.mkt-products-grid__heading {
	margin: 0;
}

.mkt-products-grid__link {
	white-space: nowrap;
}

.mkt-products-grid__empty {
	color: var(--mkt-ink-soft);
}

.mkt-pgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(18px, 2vw, 30px);
}

.mkt-pc {
	display: block;
	color: inherit;
	text-decoration: none;
}

.mkt-pc__media {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	background: var(--mkt-sand);
}

.mkt-pc__img {
	aspect-ratio: 1 / 1.12;
	background-size: cover;
	background-position: center;
	transition: transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.mkt-pc:hover .mkt-pc__img {
	transform: scale(1.05);
}

.mkt-pc__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	padding: 8px 16px;
	font-family: var(--mkt-font-body);
	font-size: 9.5px;
	font-weight: 400;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--mkt-ink);
	background: rgba(251, 249, 244, 0.92);
}

.mkt-pc__badge--sig {
	color: var(--mkt-gold-soft);
	background: rgba(43, 36, 28, 0.9);
}

.mkt-pc__bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 15px 20px;
	text-align: center;
	font-family: var(--mkt-font-body);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--mkt-ivory);
	background: rgba(43, 36, 28, 0.92);
	transform: translateY(100%);
	transition: transform 0.35s ease;
}

.mkt-pc:hover .mkt-pc__bar,
.mkt-pc:focus-within .mkt-pc__bar {
	transform: translateY(0);
}

.mkt-pc__body {
	text-align: left;
}

.mkt-pc__name {
	font-family: var(--mkt-font-display);
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.01em;
	color: var(--mkt-ink);
	margin-bottom: 4px;
	transition: color 0.25s;
}

.mkt-pc:hover .mkt-pc__name {
	color: var(--mkt-gold);
}

.mkt-pc__vendor {
	font-family: var(--mkt-font-body);
	font-size: 10.5px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--mkt-ink-soft);
	margin-bottom: 8px;
}

.mkt-pc__price {
	font-family: var(--mkt-font-display);
	font-style: italic;
	font-size: 18px;
	color: var(--mkt-gold);
}

@media (max-width: 1150px) {
	.mkt-pgrid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 700px) {
	.mkt-pgrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 460px) {
	.mkt-pgrid {
		grid-template-columns: 1fr;
	}
}
