@font-face {
	font-display: swap;
	font-family: "Alegreya Sans SC";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/AlegreyaSansSC-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Alegreya Sans SC";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/AlegreyaSansSC-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Alegreya Sans SC";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/AlegreyaSansSC-Bold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Isenheim";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Isenheim_Regulier.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Isenheim";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Isenheim_Fin.otf") format("opentype");
}

body.ot-theme {
	background: #f0eee9;
	color: #504142;
	font-family: "Alegreya Sans SC", sans-serif;
	line-height: 1.65;
}

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

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

.ot-theme a {
	color: inherit;
	text-decoration: none;
}

.ot-theme a:focus-visible,
.ot-theme button:focus-visible,
.ot-theme input:focus-visible,
.ot-theme select:focus-visible,
.ot-theme textarea:focus-visible,
.ot-theme summary:focus-visible,
.ot-theme [tabindex]:focus-visible,
.ot-theme .button:focus-visible,
.ot-theme .ot-button:focus-visible {
	outline: 2px solid #9f7438;
	outline-offset: 3px;
}

.ot-skip-link {
	background: #592e2d;
	color: #f7f0ea;
	font-size: 0.82rem;
	font-weight: 700;
	left: 16px;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 14px 18px;
	position: fixed;
	text-transform: uppercase;
	top: 16px;
	transform: translateY(-140%);
	transition: transform 0.2s ease;
	z-index: 1000;
}

.ot-skip-link:focus,
.ot-skip-link:focus-visible {
	outline: 2px solid #f7f0ea;
	outline-offset: 3px;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.ot-theme *,
	.ot-theme *::before,
	.ot-theme *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.ot-site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.ot-site-content {
	flex: 1 0 auto;
	padding: 0 0 88px;
}

.ot-main {
	display: block;
}

.ot-shell {
	margin: 0 auto;
	max-width: 1480px;
	padding: 0 24px;
	width: 100%;
}

.ot-button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid rgba(89, 46, 45, 0.16);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ot-button--primary,
.ot-button--primary:visited,
.ot-button--primary:hover,
.ot-button--primary:focus-visible {
	background: #592e2d;
	border-color: #592e2d;
	color: #f7f0ea;
}

.ot-button--primary *,
.ot-button--primary:visited *,
.ot-button--primary:hover *,
.ot-button--primary:focus-visible * {
	color: inherit;
}

.ot-button--secondary {
	background: rgba(255, 255, 255, 0.72);
	color: #504142;
}

.ot-inline-link {
	color: #592e2d;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ot-site-header {
	background: rgba(240, 238, 233, 0.94);
	border-bottom: 1px solid rgba(89, 46, 45, 0.1);
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
}

.ot-site-header__inner {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: auto auto;
	min-height: 84px;
	padding: 12px 0;
	position: relative;
}

.ot-site-header__toggle {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(89, 46, 45, 0.16);
	color: #504142;
	display: inline-flex;
	justify-content: center;
	justify-self: end;
	min-height: 44px;
	padding: 0 16px;
}

.ot-site-header__toggle-label {
	font-size: 0.74rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ot-site-branding__link {
	align-items: center;
	display: inline-flex;
	max-width: 188px;
}

.ot-site-branding__logo,
.ot-site-branding__link .custom-logo {
	height: auto;
	max-height: 48px;
	max-width: 188px;
	width: auto;
}

.ot-site-branding__wordmark {
	font-family: "Isenheim", serif;
	font-size: clamp(1.35rem, 6vw, 1.85rem);
	line-height: 1;
}

.ot-site-nav {
	background: rgba(240, 238, 233, 0.98);
	border-top: 1px solid rgba(89, 46, 45, 0.08);
	display: none;
	grid-column: 1 / -1;
	left: 0;
	padding: 16px 24px 0;
	position: absolute;
	right: 0;
	top: 100%;
}

.ot-nav-open {
	overflow: hidden;
}

.ot-nav-open .ot-site-nav {
	display: block;
}

.ot-site-nav__menu,
.ot-site-footer__list,
.ot-breadcrumbs__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ot-site-nav__menu {
	display: grid;
	gap: 12px;
}

.ot-site-nav__mobile-actions {
	display: none;
}

.ot-site-nav__menu a,
.ot-site-tools__link,
.ot-site-footer__list a {
	font-size: 0.84rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.ot-site-header {
		box-shadow: 0 10px 28px rgba(50, 35, 36, 0.08);
	}

	.ot-nav-open .ot-site-header {
		background: rgba(247, 240, 234, 0.98);
	}

	.ot-site-header__inner {
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto auto;
		min-height: 66px;
		padding: 8px 0;
	}

	.ot-site-branding__link {
		max-width: 150px;
	}

	.ot-site-branding__logo,
	.ot-site-branding__link .custom-logo {
		max-height: 38px;
		max-width: 150px;
	}

	.ot-site-header__toggle {
		border-color: rgba(89, 46, 45, 0.2);
		border-radius: 999px;
		grid-column: 3;
		min-height: 44px;
		padding: 0 14px;
		transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	}

	.ot-site-header__toggle-label {
		font-size: 0.72rem;
		font-weight: 700;
		line-height: 1;
	}

	.ot-site-header__toggle::after {
		content: "+";
		font-size: 0.95rem;
		font-weight: 500;
		line-height: 1;
		margin-left: 8px;
		transform: translateY(-1px);
	}

	.ot-nav-open .ot-site-header__toggle {
		background: #592e2d;
		border-color: #592e2d;
		color: #f7f0ea;
	}

	.ot-nav-open .ot-site-header__toggle::after {
		content: "\00d7";
		font-size: 1.1rem;
	}

	.ot-site-nav {
		background: #f7f0ea;
		border: 1px solid rgba(89, 46, 45, 0.12);
		border-radius: 0 0 22px 22px;
		box-shadow: 0 26px 54px rgba(50, 35, 36, 0.18);
		grid-column: 1 / -1;
		margin-top: 1px;
		padding: 14px;
	}

	.ot-site-nav__menu {
		gap: 8px;
	}

	.ot-site-nav__menu a,
	.ot-site-nav__mobile-link {
		align-items: center;
		background: rgba(255, 255, 255, 0.62);
		border: 1px solid rgba(89, 46, 45, 0.1);
		border-radius: 14px;
		color: #3f3031;
		display: flex;
		font-size: 0.84rem;
		font-weight: 700;
		justify-content: space-between;
		letter-spacing: 0.12em;
		line-height: 1.2;
		min-height: 52px;
		padding: 0 16px;
		text-transform: uppercase;
	}

	.ot-site-nav__menu a::after,
	.ot-site-nav__mobile-link::after {
		color: rgba(89, 46, 45, 0.58);
		content: "\2192";
		font-size: 1rem;
		line-height: 1;
		margin-left: 16px;
	}

	.ot-site-nav__menu a:hover,
	.ot-site-nav__menu a:focus-visible,
	.ot-site-nav__mobile-link:hover,
	.ot-site-nav__mobile-link:focus-visible {
		background: #fff;
		border-color: rgba(89, 46, 45, 0.2);
		color: #592e2d;
	}

	.ot-site-nav__mobile-actions {
		display: grid;
		gap: 8px;
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid rgba(89, 46, 45, 0.1);
	}

}

.ot-site-tools {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding-top: 4px;
	white-space: nowrap;
}

.ot-site-tools__link {
	color: #4a3839;
}

.ot-site-tools__link--cart {
	align-items: center;
	display: inline-flex;
	gap: 10px;
}

.ot-site-tools__shop,
.ot-site-tools__shop:visited,
.ot-site-tools__shop:hover,
.ot-site-tools__shop:focus-visible {
	background: #592e2d;
	border-color: #592e2d;
	color: #f7f0ea;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	min-height: 52px;
	padding-inline: 22px;
}

.ot-site-tools__shop * {
	color: inherit;
}

.ot-site-tools__count {
	align-items: center;
	background: #592e2d;
	color: #f7f0ea;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	height: 26px;
	justify-content: center;
	line-height: 1;
	min-width: 26px;
	padding: 0 7px;
}

@media (max-width: 767px) {
	.ot-site-tools {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: 0;
		grid-column: 2;
		grid-row: 1;
		justify-content: center;
		padding-top: 0;
		white-space: nowrap;
	}

	.ot-site-tools__shop,
	.ot-site-tools__link:not(.ot-site-tools__link--cart) {
		display: none;
	}

	.ot-site-tools__link--cart {
		align-items: center;
		background: rgba(255, 255, 255, 0.54);
		border: 1px solid rgba(89, 46, 45, 0.16);
		border-radius: 999px;
		color: #592e2d;
		display: inline-flex;
		font-size: 0;
		gap: 7px;
		justify-content: center;
		min-height: 44px;
		min-width: 50px;
		padding: 0 10px;
	}

	.ot-site-tools__link--cart::before {
		background: linear-gradient(currentColor, currentColor) 50% 4px / 8px 1.5px no-repeat;
		border: 1.5px solid currentColor;
		border-radius: 4px 4px 5px 5px;
		content: "";
		display: inline-block;
		height: 16px;
		width: 14px;
	}

	.ot-site-tools__count {
		font-size: 0.68rem;
		height: 22px;
		min-width: 22px;
		padding: 0 6px;
	}
}

.ot-breadcrumbs {
	padding: 18px 0 0;
}

.ot-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.ot-breadcrumbs__item {
	color: rgba(80, 65, 66, 0.66);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ot-breadcrumbs__item:not(:last-child)::after {
	content: "/";
	margin-left: 14px;
}

.ot-page-intro {
	display: grid;
	gap: 14px;
	padding: 44px 0 36px;
}

.ot-page-intro__copy {
	display: grid;
	gap: 14px;
}

.ot-page-intro--narrow {
	max-width: 820px;
}

.ot-page-intro--with-media {
	align-items: center;
	gap: 24px;
}

.ot-page-intro--center {
	justify-items: center;
	text-align: center;
}

.ot-page-intro__eyebrow {
	color: rgba(80, 65, 66, 0.72);
	font-size: 0.72rem;
	letter-spacing: 0.28em;
	margin: 0;
	text-transform: uppercase;
}

.ot-page-intro__title {
	font-family: "Isenheim", serif;
	font-size: clamp(2.2rem, 4vw, 4.4rem);
	line-height: 0.96;
	margin: 0;
	max-width: 14ch;
}

.ot-page-intro__text {
	font-size: 1rem;
	margin: 0;
	max-width: 50rem;
}

.ot-page-intro__media {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
	overflow: hidden;
}

.ot-page-intro__media img {
	aspect-ratio: 5 / 4;
	object-fit: cover;
	width: 100%;
}

.ot-entry-content {
	max-width: 820px;
}

.ot-entry-content > * + * {
	margin-top: 1.2em;
}

.ot-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ot-post-grid,
.ot-search-results {
	display: grid;
	gap: 24px;
}

.ot-commerce-view {
	display: grid;
	gap: 28px;
}

.ot-post-card,
.ot-search-card,
.ot-shop-card,
.ot-page,
.ot-article,
.woocommerce .woocommerce-notices-wrapper,
.ot-empty-state {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
}

.ot-post-card,
.ot-shop-card {
	display: grid;
	overflow: hidden;
}

.ot-shop-card {
	height: 100%;
	min-width: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ot-shop-card:hover,
.ot-shop-card:focus-within {
	border-color: rgba(89, 46, 45, 0.22);
	box-shadow: 0 24px 48px rgba(80, 65, 66, 0.1);
	transform: translateY(-2px);
}

.ot-post-card__media,
.ot-shop-card__media {
	background: rgba(183, 149, 93, 0.08);
}

.ot-post-card__image,
.ot-shop-card__image {
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
	width: 100%;
}

.ot-shop-card__image {
	aspect-ratio: 1 / 1.04;
	background: #f7f5f0;
	object-fit: contain;
	padding: clamp(12px, 2vw, 22px);
}

.ot-post-card__placeholder {
	display: block;
	min-height: 320px;
	background: linear-gradient(145deg, rgba(183, 149, 93, 0.18), rgba(89, 46, 45, 0.06));
}

.ot-post-card__body,
.ot-shop-card__body {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.ot-post-card__meta,
.ot-shop-card__meta {
	color: rgba(80, 65, 66, 0.68);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	margin: 0;
	text-transform: uppercase;
}

.ot-post-card__title,
.ot-search-card__title,
.ot-shop-card__title {
	font-family: "Isenheim", serif;
	line-height: 1.02;
	margin: 0;
}

.ot-post-card__title,
.ot-shop-card__title {
	font-size: 1.45rem;
}

.ot-post-card__excerpt,
.ot-search-card__excerpt,
.ot-shop-card__excerpt {
	margin: 0;
}

.ot-search-card,
.ot-empty-state,
.ot-page,
.ot-article {
	padding: 28px;
}

.ot-empty-state--editorial,
.ot-empty-state--commerce {
	display: grid;
	gap: 16px;
}

.ot-search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ot-search-form__field {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(89, 46, 45, 0.14);
	flex: 1 1 280px;
	min-height: 48px;
	padding: 0 14px;
}

.ot-products-grid,
.woocommerce ul.products.ot-products-grid,
.woocommerce-page ul.products.ot-products-grid {
	align-items: stretch;
	clear: none;
	display: grid;
	float: none;
	gap: clamp(22px, 2.4vw, 34px);
	grid-auto-flow: row;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products.ot-products-grid::before,
.woocommerce ul.products.ot-products-grid::after,
.woocommerce-page ul.products.ot-products-grid::before,
.woocommerce-page ul.products.ot-products-grid::after {
	content: none;
	display: none;
}

.woocommerce ul.products.ot-products-grid li.product,
.woocommerce-page ul.products.ot-products-grid li.product,
.woocommerce ul.products.ot-products-grid li.product.first,
.woocommerce ul.products.ot-products-grid li.product.last,
.woocommerce-page ul.products.ot-products-grid li.product.first,
.woocommerce-page ul.products.ot-products-grid li.product.last {
	align-self: stretch;
	clear: none;
	float: none;
	margin: 0;
	max-width: none;
	min-width: 0;
	width: auto;
}

.woocommerce ul.products.ot-products-grid li.product.first,
.woocommerce-page ul.products.ot-products-grid li.product.first {
	grid-column-start: auto;
}

.woocommerce ul.products.ot-products-grid li.product.last,
.woocommerce-page ul.products.ot-products-grid li.product.last {
	grid-column-end: auto;
}

.ot-section-heading {
	font-family: "Isenheim", serif;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.04;
	margin: 0;
}

.ot-shop-toolbar,
.ot-shop-pagination,
.ot-pagination {
	padding: 24px 0 0;
}

.ot-shop-pagination {
	display: flex;
	justify-content: center;
	padding-bottom: 18px;
	padding-top: clamp(38px, 4vw, 64px);
}

.ot-shop-pagination .woocommerce-pagination {
	display: inline-flex;
	justify-content: center;
	max-width: 100%;
	position: relative;
}

.ot-shop-pagination .woocommerce-pagination::before {
	background: linear-gradient(90deg, transparent, rgba(183, 149, 93, 0.55), transparent);
	content: "";
	height: 1px;
	left: 10%;
	position: absolute;
	right: 10%;
	top: -13px;
}

.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul,
.woocommerce-page .ot-shop-pagination nav.woocommerce-pagination ul,
.ot-shop-pagination .page-numbers,
.ot-pagination .page-numbers {
	align-items: center;
	background: rgba(255, 250, 246, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
	box-shadow: 0 14px 34px rgba(80, 65, 66, 0.07);
	display: inline-flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 7px;
}

.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul li,
.woocommerce-page .ot-shop-pagination nav.woocommerce-pagination ul li,
.ot-shop-pagination .page-numbers li,
.ot-pagination .page-numbers li {
	border: 0;
	float: none;
	margin: 0;
}

.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul li a,
.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul li span,
.ot-shop-pagination a.page-numbers,
.ot-shop-pagination span.page-numbers,
.ot-pagination a.page-numbers,
.ot-pagination span.page-numbers {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	color: #592e2d;
	display: inline-flex;
	font-size: 0.78rem;
	justify-content: center;
	letter-spacing: 0.13em;
	line-height: 1;
	min-height: 38px;
	min-width: 38px;
	padding: 10px 12px;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul li a:hover,
.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul li a:focus-visible,
.ot-shop-pagination a.page-numbers:hover,
.ot-shop-pagination a.page-numbers:focus-visible,
.ot-pagination a.page-numbers:hover,
.ot-pagination a.page-numbers:focus-visible {
	background: #fffaf6;
	border-color: rgba(89, 46, 45, 0.26);
	box-shadow: 0 10px 22px rgba(80, 65, 66, 0.08);
	color: #3f2020;
	transform: translateY(-1px);
}

.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul li span.current,
.ot-shop-pagination span.page-numbers.current,
.ot-pagination span.page-numbers.current {
	background: rgba(89, 46, 45, 0.94);
	border-color: #592e2d;
	box-shadow: 0 10px 22px rgba(89, 46, 45, 0.16);
	color: #fffaf6;
}

.ot-shop-pagination .page-numbers.prev,
.ot-shop-pagination .page-numbers.next,
.ot-pagination .page-numbers.prev,
.ot-pagination .page-numbers.next {
	font-size: 0.9rem;
	min-width: 42px;
	padding-inline: 14px;
}

.ot-shop-pagination span.page-numbers.dots,
.ot-pagination span.page-numbers.dots {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: rgba(80, 65, 66, 0.58);
	min-width: 24px;
	padding-inline: 4px;
}

.ot-shop-results {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(89, 46, 45, 0.1);
	display: grid;
	gap: 18px;
	margin: 6px 0 24px;
	padding: clamp(18px, 2.4vw, 26px);
}

.ot-shop-results__head {
	align-items: end;
	display: grid;
	gap: 16px;
}

.ot-shop-results__copy {
	display: grid;
	gap: 8px;
}

.ot-shop-results__eyebrow,
.ot-shop-active-filters__label {
	color: rgba(80, 65, 66, 0.68);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	margin: 0;
	text-transform: uppercase;
}

.ot-shop-active-filters {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ot-shop-active-filter,
.ot-shop-active-filter:visited {
	align-items: center;
	background: #592e2d;
	border: 1px solid #592e2d;
	color: #fffaf6;
	display: inline-flex;
	font-size: 0.74rem;
	gap: 10px;
	letter-spacing: 0.12em;
	padding: 10px 12px;
	text-transform: uppercase;
}

.ot-shop-active-filter span,
.ot-shop-active-filter:visited span {
	color: #fffaf6;
}

.woocommerce .ot-shop-active-filter,
.woocommerce .ot-shop-active-filter:visited,
.woocommerce .ot-shop-active-filter span,
.woocommerce .ot-shop-active-filter:visited span {
	color: #fffaf6;
}

.ot-shop-active-filter:hover,
.ot-shop-active-filter:focus-visible {
	background: #3f2020;
	border-color: #3f2020;
	color: #fffaf6;
}

.ot-shop-filters {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
	display: grid;
	gap: 22px;
	margin-bottom: 18px;
	padding: 22px;
}

.ot-shop-collections {
	display: grid;
	gap: 22px;
	padding: 0 0 28px;
}

.ot-shop-collections__head {
	display: grid;
	gap: 12px;
	max-width: 54rem;
}

.ot-shop-collections__text {
	margin: 0;
}

.ot-shop-collections__grid {
	display: grid;
	gap: 16px;
}

.ot-shop-collection-card {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
	display: grid;
	gap: 0;
	overflow: hidden;
}

.ot-shop-collection-card.is-active {
	border-color: #592e2d;
}

.ot-shop-collection-card__media {
	background: rgba(183, 149, 93, 0.08);
	display: block;
}

.ot-shop-collection-card__media img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.ot-shop-collection-card__body {
	display: grid;
	gap: 8px;
	padding: 16px 18px;
}

.ot-shop-collection-card__title {
	font-family: "Isenheim", serif;
	font-size: 1.3rem;
	line-height: 1.02;
}

.ot-shop-collection-card__meta {
	color: rgba(80, 65, 66, 0.68);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ot-shop-filters__head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	justify-content: space-between;
}

.ot-shop-filters__eyebrow,
.ot-shop-filter-group__label {
	color: rgba(80, 65, 66, 0.68);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	margin: 0;
	text-transform: uppercase;
}

.ot-shop-filters__summary {
	border-left: 1px solid rgba(183, 149, 93, 0.42);
	color: rgba(80, 65, 66, 0.82);
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 0;
	max-width: 44rem;
	padding-left: 16px;
}

.ot-shop-filter-group {
	display: grid;
	gap: 12px;
}

.ot-shop-filter-group__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ot-shop-filter-chip {
	background: rgba(240, 238, 233, 0.78);
	border: 1px solid rgba(89, 46, 45, 0.12);
	font-size: 0.74rem;
	letter-spacing: 0.14em;
	padding: 11px 14px;
	text-transform: uppercase;
}

.ot-shop-filter-chip--reset {
	background: rgba(255, 255, 255, 0.68);
	border-style: dashed;
}

.ot-shop-filter-chip.is-active {
	background: #592e2d;
	border-color: #592e2d;
	color: #f7f0ea;
}

.ot-shop-filter-chip:hover,
.ot-shop-filter-chip:focus-visible,
.ot-shop-categories__link:hover,
.ot-shop-categories__link:focus-visible {
	border-color: rgba(89, 46, 45, 0.34);
	box-shadow: 0 10px 22px rgba(80, 65, 66, 0.08);
	transform: translateY(-1px);
}

.ot-shop-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 0 22px;
}

.ot-shop-categories__link {
	border: 1px solid rgba(89, 46, 45, 0.14);
	font-size: 0.74rem;
	letter-spacing: 0.14em;
	padding: 12px 14px;
	text-transform: uppercase;
}

.ot-shop-categories__link.is-active {
	background: #592e2d;
	border-color: #592e2d;
	color: #f7f0ea;
}

.ot-shop-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	padding: 0;
}

.ot-shop-card__price {
	color: #592e2d;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.ot-shop-card__price {
	font-size: 1.06rem;
}

.ot-shop-card {
	grid-template-rows: auto 1fr;
	position: relative;
}

.ot-shop-card__media {
	background: rgba(183, 149, 93, 0.08);
	display: block;
	overflow: hidden;
	position: relative;
}

.ot-shop-card__media::after {
	background: linear-gradient(180deg, rgba(18, 13, 14, 0) 46%, rgba(18, 13, 14, 0.18) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ot-shop-card__badge {
	background: rgba(89, 46, 45, 0.94);
	color: #f7f0ea;
	font-size: 0.66rem;
	font-weight: 700;
	left: 14px;
	letter-spacing: 0.14em;
	padding: 8px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 14px;
	z-index: 2;
}

.ot-shop-card__body {
	align-content: start;
	grid-template-rows: auto auto auto 1fr auto;
	height: 100%;
}

.ot-shop-card__title {
	font-size: clamp(1.35rem, 1.7vw, 1.72rem);
	line-height: 1.02;
	max-width: 22ch;
}

.ot-shop-card__excerpt,
.ot-shop-card__availability {
	color: rgba(80, 65, 66, 0.82);
	font-size: 0.94rem;
}

.ot-shop-card__availability {
	border-left: 1px solid rgba(183, 149, 93, 0.42);
	color: rgba(89, 46, 45, 0.82);
	line-height: 1.58;
	margin: 0;
	padding-left: 12px;
}

.ot-shop-card__footer {
	align-self: end;
	padding-top: 10px;
}

.ot-shop-card__cta {
	min-height: 44px;
}

.ot-shop-card.outofstock .ot-shop-card__image {
	filter: saturate(0.72);
	opacity: 0.74;
}

.ot-empty-commerce .ot-actions,
.ot-thankyou-panel .ot-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ot-cart-table-wrap,
.ot-checkout-panel,
.ot-account-panel {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
}

.ot-cart-table {
	margin: 0;
}

.ot-cart-table th,
.ot-cart-table td {
	border-color: rgba(89, 46, 45, 0.1);
	padding: 18px 16px;
}

.ot-cart-table td.actions {
	padding: 20px 16px;
}

.ot-cart-table .product-name a,
.ot-account-panel a,
.woocommerce-checkout-review-order-table a {
	text-decoration: none;
}

.ot-cart-table .product-thumbnail img {
	max-width: 84px;
}

.ot-cart-item-note,
.woocommerce .backorder_notification {
	border-left: 1px solid rgba(183, 149, 93, 0.42);
	color: rgba(89, 46, 45, 0.82);
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 10px 0 0;
	padding-left: 12px;
}

.ot-cart-coupon,
.ot-cart-table td.actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ot-cart-coupon .input-text {
	max-width: 220px;
}

.ot-cart-collaterals {
	display: grid;
	gap: 24px;
}

.ot-cart-collaterals .cart_totals,
.ot-cart-collaterals .cross-sells {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
	padding: 24px;
}

.ot-cart-collaterals .cross-sells > h2,
.ot-cart-collaterals .cart_totals > h2 {
	font-family: "Isenheim", serif;
	font-size: clamp(1.4rem, 2vw, 1.9rem);
	line-height: 1.05;
	margin-top: 0;
}

.ot-checkout-trust,
.ot-account-highlight {
	display: grid;
	gap: 16px;
}

.ot-checkout-trust__item,
.ot-account-highlight__item {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
	padding: 18px;
}

.ot-checkout-trust__label,
.ot-account-highlight__label {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ot-checkout-trust__text,
.ot-account-highlight__text,
.ot-checkout-panel__note {
	margin: 0;
}

.ot-checkout-panel__hint,
.ot-account-auth__text,
.ot-account-auth__note,
.ot-thankyou-panel__text,
.ot-account-order-view__text {
	color: rgba(80, 65, 66, 0.78);
	margin: 0;
}

.ot-checkout-layout,
.ot-account-layout {
	display: grid;
	gap: 24px;
}

.ot-checkout-panels {
	display: grid;
	gap: 24px;
}

.ot-checkout-panel,
.ot-account-panel {
	padding: 24px;
}

.ot-checkout-panel--summary {
	position: relative;
}

.ot-account-view .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ot-account-view .woocommerce-MyAccount-navigation-link a {
	border-bottom: 1px solid rgba(89, 46, 45, 0.08);
	display: block;
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	padding: 10px 0;
	text-transform: uppercase;
}

.ot-account-view .woocommerce-MyAccount-navigation-link.is-active a {
	color: #592e2d;
}

.ot-account-dashboard {
	display: grid;
	gap: 24px;
}

.ot-account-dashboard__intro,
.ot-account-orders__intro,
.ot-account-order-view__intro,
.ot-account-auth__panel {
	display: grid;
	gap: 12px;
}

.ot-account-dashboard__text,
.ot-account-dashboard__copy {
	margin: 0;
}

.ot-account-dashboard__grid {
	display: grid;
	gap: 16px;
}

.ot-account-dashboard__card {
	background: rgba(240, 238, 233, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.08);
	padding: 18px;
}

.ot-account-dashboard__label {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ot-account-dashboard__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ot-account-orders,
.ot-account-order-view {
	display: grid;
	gap: 22px;
}

.ot-orders-table {
	margin: 0;
}

.ot-orders-table th,
.ot-orders-table td {
	border-color: rgba(89, 46, 45, 0.1);
	padding: 16px 14px;
}

.ot-account-auth__grid {
	display: grid;
	gap: 24px;
}

.ot-account-auth__panel {
	display: grid;
	gap: 18px;
}

.ot-account-auth__panel form {
	display: grid;
	gap: 14px;
}

.ot-account-view .woocommerce-MyAccount-content > *:first-child,
.ot-checkout-panel > *:first-child,
.ot-cart-collaterals .cart_totals > *:first-child {
	margin-top: 0;
}

.ot-account-view .woocommerce-MyAccount-content > *:last-child,
.ot-checkout-panel > *:last-child,
.ot-cart-collaterals .cart_totals > *:last-child {
	margin-bottom: 0;
}

.ot-checkout-view .woocommerce-checkout-review-order-table,
.ot-checkout-view .shop_table,
.ot-cart-collaterals .shop_table {
	margin: 0 0 18px;
}

.ot-checkout-view .woocommerce-checkout-review-order-table th,
.ot-checkout-view .woocommerce-checkout-review-order-table td,
.ot-cart-collaterals .shop_table th,
.ot-cart-collaterals .shop_table td {
	border-color: rgba(89, 46, 45, 0.1);
	padding: 14px 0;
}

.ot-checkout-view .woocommerce-checkout-payment,
.ot-checkout-view .woocommerce-additional-fields,
.ot-checkout-view .woocommerce-billing-fields,
.ot-checkout-view .woocommerce-shipping-fields {
	margin-top: 20px;
}

.ot-checkout-view .woocommerce form .form-row {
	margin: 0 0 14px;
	padding: 0;
}

.ot-checkout-view .woocommerce form .form-row label,
.ot-checkout-view .woocommerce form .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.ot-checkout-view .woocommerce form .form-row label {
	color: rgba(80, 65, 66, 0.72);
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.ot-checkout-view .woocommerce form .form-row.woocommerce-invalid input.input-text,
.ot-checkout-view .woocommerce form .form-row.woocommerce-invalid select,
.ot-checkout-view .woocommerce form .form-row.woocommerce-invalid textarea {
	border-color: rgba(205, 95, 63, 0.7);
	box-shadow: 0 0 0 1px rgba(205, 95, 63, 0.16);
}

.ot-checkout-view .place-order .button,
.ot-checkout-view .place-order .button:visited,
.ot-checkout-view .place-order .button:hover,
.ot-checkout-view .place-order .button:focus-visible,
.ot-cart-collaterals .wc-proceed-to-checkout .button,
.ot-cart-collaterals .wc-proceed-to-checkout .button:visited,
.ot-cart-collaterals .wc-proceed-to-checkout .button:hover,
.ot-cart-collaterals .wc-proceed-to-checkout .button:focus-visible,
.ot-account-view .button,
.ot-account-view .button:visited,
.ot-account-view .button:hover,
.ot-account-view .button:focus-visible,
.ot-cart-table .button,
.ot-cart-table .button:visited,
.ot-cart-table .button:hover,
.ot-cart-table .button:focus-visible,
.woocommerce .button.alt,
.woocommerce .button.alt:visited,
.woocommerce .button.alt:hover,
.woocommerce .button.alt:focus-visible,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus-visible,
.woocommerce a.button.alt,
.woocommerce a.button.alt:visited,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus-visible {
	background: #592e2d;
	border-color: #592e2d;
	color: #f7f0ea;
	min-height: 48px;
	padding: 0 22px;
}

.ot-checkout-view .place-order .button *,
.ot-cart-collaterals .wc-proceed-to-checkout .button *,
.ot-account-view .button *,
.ot-cart-table .button *,
.woocommerce .button.alt *,
.woocommerce button.button.alt *,
.woocommerce a.button.alt * {
	color: inherit;
}

.ot-checkout-view .woocommerce-checkout-payment .wc_payment_methods {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ot-checkout-view .woocommerce-checkout-payment .payment_box {
	background: rgba(240, 238, 233, 0.72) !important;
	color: rgba(80, 65, 66, 0.82);
	line-height: 1.62;
}

.ot-checkout-view .woocommerce-info,
.ot-checkout-view .woocommerce-form-coupon-toggle,
.ot-checkout-view .woocommerce-form-login-toggle {
	margin-bottom: 18px;
}

.ot-checkout-view #ship-to-different-address {
	margin: 0;
}

.ot-thankyou-panel {
	display: grid;
	gap: 22px;
}

.ot-thankyou-panel .order_details {
	display: grid;
	gap: 12px;
	list-style: none;
	padding: 0;
}

.ot-thankyou-panel .order_details li {
	background: rgba(240, 238, 233, 0.7);
	border: 1px solid rgba(89, 46, 45, 0.08);
	padding: 14px 16px;
}

/* --- Cart cross-sells grid --- */

.ot-cart-collaterals .cross-sells ul.products {
	display: grid;
	gap: clamp(18px, 2.4vw, 28px);
	grid-template-columns: repeat(1, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ot-cart-collaterals .cross-sells ul.products li.product {
	clear: none;
	float: none;
	margin: 0;
	max-width: none;
	min-width: 0;
	width: auto;
}

/* --- Cart product name --- */

.ot-cart-table .product-name a {
	font-family: "Isenheim", serif;
	font-size: 1.1rem;
	line-height: 1.05;
}

/* --- Cart totals highlight --- */

.ot-cart-collaterals .cart_totals .order-total td,
.ot-cart-collaterals .cart_totals .order-total th {
	border-top: 2px solid rgba(89, 46, 45, 0.16);
	font-family: "Isenheim", serif;
	font-size: 1.2rem;
	padding-top: 18px;
}

/* --- Full-width checkout button --- */

.ot-cart-collaterals .wc-proceed-to-checkout .button {
	justify-content: center;
	width: 100%;
}

/* --- Payment method spacing --- */

.ot-checkout-view .woocommerce-checkout-payment .wc_payment_method {
	margin: 0;
	padding: 12px 0;
}

.ot-checkout-view .woocommerce-checkout-payment .wc_payment_method:not(:last-child) {
	border-bottom: 1px solid rgba(89, 46, 45, 0.08);
}

.ot-site-footer {
	background: #23191a;
	color: rgba(247, 240, 234, 0.82);
	padding: 56px 0 24px;
}

.ot-site-footer__inner {
	display: grid;
	gap: 32px;
}

.ot-site-footer__title {
	font-family: "Isenheim", serif;
	font-size: 2rem;
	margin: 0 0 12px;
}

.ot-site-footer__text {
	margin: 0;
	max-width: 42rem;
}

.ot-site-footer__menus {
	display: grid;
	gap: 24px;
}

.ot-site-footer__label {
	color: rgba(247, 240, 234, 0.62);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.ot-site-footer__list {
	display: grid;
	gap: 10px;
}

.ot-site-footer__bottom {
	border-top: 1px solid rgba(247, 240, 234, 0.12);
	margin-top: 32px;
	padding-top: 18px;
}

.ot-site-footer__bottom p {
	margin: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 0;
}

.woocommerce .woocommerce-ordering select,
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(89, 46, 45, 0.14);
	min-height: 46px;
	padding: 0 14px;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 18px;
}

.woocommerce div.product form.cart .variations label {
	margin: 0;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0;
	width: auto;
}

.woocommerce ul.products.ot-products-grid li.product:nth-child(n),
.woocommerce-page ul.products.ot-products-grid li.product:nth-child(n) {
	clear: none;
	float: none;
	grid-column: auto;
	grid-row: auto;
	margin-left: 0;
	margin-right: 0;
}

/* --- Reset WC float grid inside single product related/upsells --- */

.ot-product-after {
	display: grid;
	gap: clamp(32px, 4vw, 56px);
	margin-top: clamp(32px, 4vw, 56px);
}

.ot-product-after .woocommerce-tabs {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
	padding: clamp(22px, 3vw, 28px);
}

.ot-product-after .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid rgba(89, 46, 45, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0 0 22px;
	padding: 0 0 14px;
}

.ot-product-after .woocommerce-tabs ul.tabs::before,
.ot-product-after .woocommerce-tabs ul.tabs::after {
	display: none;
}

.ot-product-after .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 1px solid rgba(89, 46, 45, 0.12);
	margin: 0;
	padding: 0;
}

.ot-product-after .woocommerce-tabs ul.tabs li a {
	font-size: 0.74rem;
	letter-spacing: 0.14em;
	padding: 12px 14px;
	text-transform: uppercase;
}

.ot-product-after .woocommerce-tabs ul.tabs li.active {
	background: #592e2d;
	border-color: #592e2d;
}

.ot-product-after .woocommerce-tabs ul.tabs li.active a {
	color: #f7f0ea;
}

.ot-product-after .woocommerce-Tabs-panel {
	color: rgba(80, 65, 66, 0.88);
	line-height: 1.72;
}

.ot-product-after .woocommerce-Tabs-panel > h2:first-child {
	font-family: "Isenheim", serif;
	font-size: clamp(1.3rem, 1.6vw, 1.7rem);
	line-height: 1.08;
	margin: 0 0 14px;
}

.ot-product-after .related.products,
.ot-product-after .up-sells.products {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(89, 46, 45, 0.1);
	padding: clamp(22px, 3vw, 28px);
}

.ot-product-after .related > h2,
.ot-product-after .up-sells > h2 {
	font-family: "Isenheim", serif;
	font-size: clamp(1.4rem, 1.8vw, 1.9rem);
	line-height: 1.04;
	margin: 0 0 clamp(16px, 2vw, 24px);
}

.ot-product-after .related ul.products,
.ot-product-after .up-sells ul.products {
	clear: none;
	display: grid;
	float: none;
	gap: clamp(22px, 2.4vw, 34px);
	grid-template-columns: minmax(0, 1fr);
	margin: 0;
	padding: 0;
}

.ot-product-after .related ul.products::before,
.ot-product-after .related ul.products::after,
.ot-product-after .up-sells ul.products::before,
.ot-product-after .up-sells ul.products::after {
	content: none;
	display: none;
}

.ot-product-after .related ul.products li.product,
.ot-product-after .related ul.products li.product.first,
.ot-product-after .related ul.products li.product.last,
.ot-product-after .up-sells ul.products li.product,
.ot-product-after .up-sells ul.products li.product.first,
.ot-product-after .up-sells ul.products li.product.last {
	clear: none;
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	max-width: none;
	min-width: 0;
	width: auto;
}

.ot-product-after .ot-shop-card {
	background: rgba(255, 255, 255, 0.88);
}

.woocommerce div.product div.images img,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	width: 100%;
}

.woocommerce .woocommerce-notices-wrapper {
	background: transparent;
	border: 0;
	display: grid;
	gap: 14px;
	margin: 0 0 22px;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper > * {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(89, 46, 45, 0.1);
	box-shadow: 0 18px 42px rgba(35, 25, 26, 0.045);
	color: #504142;
	margin: 0;
	padding: 16px 18px;
}

.woocommerce .ot-wc-notice,
.woocommerce .woocommerce-notices-wrapper > .ot-wc-notice {
	align-items: start;
	border-left: 4px solid rgba(89, 46, 45, 0.18);
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr);
	line-height: 1.55;
	list-style: none;
	padding: clamp(16px, 2vw, 20px);
}

.woocommerce .ot-wc-notice--success {
	border-left-color: #9f7438;
}

.woocommerce .ot-wc-notice--info {
	border-left-color: rgba(89, 46, 45, 0.34);
}

.woocommerce .ot-wc-notice--error,
.woocommerce .woocommerce-error {
	border-left-color: #cd5f3f;
}

.woocommerce .ot-wc-notice__row {
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr);
	margin: 0;
	padding: 0;
}

.woocommerce .ot-wc-notice__row + .ot-wc-notice__row {
	border-top: 1px solid rgba(89, 46, 45, 0.1);
	margin-top: 12px;
	padding-top: 12px;
}

.woocommerce .ot-wc-notice__icon {
	align-items: center;
	background: rgba(159, 116, 56, 0.12);
	border: 1px solid rgba(159, 116, 56, 0.22);
	border-radius: 999px;
	color: #7d572a;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	line-height: 1;
	width: 32px;
}

.woocommerce .ot-wc-notice--error .ot-wc-notice__icon {
	background: rgba(205, 95, 63, 0.12);
	border-color: rgba(205, 95, 63, 0.24);
	color: #9f3d25;
}

.woocommerce .ot-wc-notice--info .ot-wc-notice__icon {
	background: rgba(89, 46, 45, 0.08);
	border-color: rgba(89, 46, 45, 0.14);
	color: #592e2d;
}

.woocommerce .ot-wc-notice__body,
.woocommerce .ot-wc-notice__content {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.woocommerce .ot-wc-notice__title {
	color: #3f2020;
	display: block;
	font-family: "Isenheim", serif;
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	line-height: 1.05;
}

.woocommerce .ot-wc-notice__text {
	display: block;
}

.woocommerce .ot-wc-notice__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.woocommerce .ot-wc-notice .button,
.woocommerce .ot-wc-notice a.button,
.woocommerce .ot-wc-notice__action {
	align-items: center;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	min-height: 42px;
	padding: 0 16px;
	text-transform: uppercase;
}

.woocommerce .ot-wc-notice__action--primary,
.woocommerce .ot-wc-notice .button.wc-forward {
	background: #592e2d;
	border-color: #592e2d;
	color: #f7f0ea;
}

.woocommerce .ot-wc-notice__action--secondary {
	background: transparent;
	border: 1px solid rgba(89, 46, 45, 0.22);
	color: #592e2d;
}

.woocommerce .ot-wc-notice a:not(.button) {
	font-weight: 700;
}

.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
	display: none;
}

.woocommerce .return-to-shop {
	margin: 0;
}

.woocommerce ul.order_details,
.woocommerce table.shop_table,
.woocommerce-page table.cart td.actions .coupon .input-text {
	margin: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

@media (max-width: 520px) {
	.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul,
	.woocommerce-page .ot-shop-pagination nav.woocommerce-pagination ul,
	.ot-shop-pagination .page-numbers,
	.ot-pagination .page-numbers {
		gap: 6px;
		padding: 6px;
	}

	.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul li a,
	.woocommerce .ot-shop-pagination nav.woocommerce-pagination ul li span,
	.ot-shop-pagination a.page-numbers,
	.ot-shop-pagination span.page-numbers,
	.ot-pagination a.page-numbers,
	.ot-pagination span.page-numbers {
		font-size: 0.72rem;
		min-height: 38px;
		min-width: 38px;
		padding: 10px 11px;
	}

	.ot-shop-pagination .page-numbers.prev,
	.ot-shop-pagination .page-numbers.next,
	.ot-pagination .page-numbers.prev,
	.ot-pagination .page-numbers.next {
		min-width: 40px;
	}
}

@media (min-width: 768px) {
	.ot-site-header__inner {
		gap: clamp(28px, 3vw, 52px);
		grid-template-columns: minmax(170px, auto) minmax(0, 1fr) auto;
		min-height: 104px;
		padding: 18px 0;
	}

	.ot-site-branding__link {
		max-width: 196px;
	}

	.ot-site-branding__logo,
	.ot-site-branding__link .custom-logo {
		max-height: 62px;
		max-width: 196px;
	}

	.ot-site-header__toggle {
		display: none;
	}

	.ot-site-nav {
		background: transparent;
		border-top: 0;
		display: block;
		grid-column: auto;
		justify-self: start;
		padding: 0;
		position: static;
	}

	.ot-site-nav__menu {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 14px clamp(18px, 1.6vw, 28px);
	}

	.ot-site-nav__menu a,
	.ot-site-tools__link {
		font-size: clamp(0.86rem, 0.72vw, 0.96rem);
		letter-spacing: 0.11em;
	}

	.ot-site-tools {
		gap: clamp(16px, 1.4vw, 24px);
		grid-column: auto;
		justify-content: flex-end;
		padding-top: 0;
	}

	.ot-site-tools__shop {
		font-size: 0.9rem;
		min-height: 58px;
		padding-inline: 30px;
	}

	.ot-post-grid,
	.ot-products-grid,
	.woocommerce ul.products.ot-products-grid,
	.woocommerce-page ul.products.ot-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ot-product-after .related ul.products,
	.ot-product-after .up-sells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ot-cart-collaterals .cross-sells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.ot-page-intro--with-media {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	}

	.ot-checkout-trust,
	.ot-account-highlight {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ot-site-footer__menus {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ot-checkout-layout {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
		align-items: start;
	}

	.ot-account-layout {
		grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
		align-items: start;
	}

	.ot-account-auth__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.ot-shell {
		padding: 0 32px;
	}

	.ot-products-grid,
	.woocommerce ul.products.ot-products-grid,
	.woocommerce-page ul.products.ot-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ot-product-after .related ul.products,
	.ot-product-after .up-sells ul.products {
		grid-template-columns: repeat(3, minmax(240px, 1fr));
	}

	.ot-cart-collaterals .cross-sells ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ot-shop-collections__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ot-shop-results__head {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ot-checkout-panel--summary,
	.ot-account-layout__nav .ot-account-panel {
		position: sticky;
		top: 110px;
	}

	.ot-account-dashboard__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ot-checkout-trust {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ot-site-footer__inner {
		grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
	}

	.ot-cart-collaterals {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
		align-items: start;
	}
}

@media (max-width: 767px) {
	.ot-site-header {
		position: sticky;
	}

	.ot-page-intro__title {
		max-width: none;
	}

	.ot-shop-card__cta {
		width: 100%;
	}

	.ot-cart-table thead {
		display: none;
	}

	.ot-cart-table tr {
		display: grid;
		grid-template-columns: 1fr;
		padding: 18px 16px;
	}

	.ot-cart-table td {
		align-items: center;
		border: 0;
		display: flex;
		justify-content: space-between;
		padding: 8px 0;
	}

	.ot-cart-table td.product-thumbnail,
	.ot-cart-table td.product-remove {
		justify-content: flex-start;
	}

	.ot-cart-table td.product-name {
		align-items: flex-start;
		flex-direction: column;
	}

	.ot-cart-table td.product-name::before,
	.ot-orders-table td::before,
	.ot-cart-table td.product-price::before,
	.ot-cart-table td.product-quantity::before,
	.ot-cart-table td.product-subtotal::before {
		content: attr(data-title);
		font-size: 0.7rem;
		letter-spacing: 0.14em;
		margin-right: 12px;
		text-transform: uppercase;
	}

	.ot-orders-table thead {
		display: none;
	}

	.ot-orders-table tr {
		display: grid;
		padding: 14px 0;
	}

	.ot-orders-table td {
		border: 0;
		display: flex;
		justify-content: space-between;
		padding: 8px 0;
	}
}


/* Workshops product category archive */
.ot-workshops-archive {
	display: grid;
	gap: clamp(28px, 4vw, 52px);
}

.ot-workshops-archive__hero {
	background: radial-gradient(circle at 82% 18%, rgba(183, 149, 93, 0.2), transparent 30%), linear-gradient(135deg, rgba(255, 250, 246, 0.9), rgba(240, 238, 233, 0.76));
	border: 1px solid rgba(89, 46, 45, 0.11);
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	overflow: hidden;
	padding: clamp(28px, 5vw, 70px);
	position: relative;
}

.ot-workshops-archive__hero::before {
	background: linear-gradient(180deg, rgba(89, 46, 45, 0.18), transparent);
	content: "";
	height: 100%;
	left: clamp(18px, 4vw, 56px);
	position: absolute;
	top: 0;
	width: 1px;
}

.ot-workshops-archive__hero-copy {
	display: grid;
	gap: 18px;
	max-width: 58rem;
	position: relative;
	z-index: 1;
}

.ot-workshops-archive__eyebrow {
	color: rgba(80, 65, 66, 0.68);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	margin: 0;
	text-transform: uppercase;
}

.ot-workshops-archive__title {
	color: #3f2020;
	font-family: "Isenheim", serif;
	font-size: clamp(2.6rem, 7vw, 6rem);
	font-weight: 400;
	line-height: 0.94;
	margin: 0;
}

.ot-workshops-archive__lead {
	color: rgba(80, 65, 66, 0.86);
	font-size: clamp(1.04rem, 1.7vw, 1.28rem);
	line-height: 1.72;
	margin: 0;
	max-width: 50rem;
}

.ot-workshops-archive__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ot-workshops-archive__ritual {
	align-self: end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.ot-workshops-archive__ritual span {
	border: 1px solid rgba(89, 46, 45, 0.16);
	color: #592e2d;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	padding: 11px 14px;
	text-transform: uppercase;
}

.ot-workshops-archive__promise,
.ot-workshops-archive__guide-grid {
	display: grid;
	gap: 16px;
}

.ot-workshops-archive__promise-card,
.ot-workshops-archive__guide article,
.ot-workshops-archive__products,
.ot-workshops-archive__cta,
.ot-workshops-archive__empty {
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(89, 46, 45, 0.1);
}

.ot-workshops-archive__promise-card,
.ot-workshops-archive__guide article {
	display: grid;
	gap: 10px;
	padding: clamp(18px, 2.4vw, 28px);
}

.ot-workshops-archive__promise-card h2,
.ot-workshops-archive__guide h3,
.ot-workshops-archive__cta h2 {
	color: #3f2020;
	font-family: "Isenheim", serif;
	font-weight: 400;
	line-height: 1.04;
	margin: 0;
}

.ot-workshops-archive__promise-card h2 {
	font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}

.ot-workshops-archive__promise-card p,
.ot-workshops-archive__section-head p,
.ot-workshops-archive__guide p,
.ot-workshops-archive__cta p,
.ot-workshops-archive__empty p {
	color: rgba(80, 65, 66, 0.82);
	line-height: 1.68;
	margin: 0;
}

.ot-workshops-archive__products,
.ot-workshops-archive__cta,
.ot-workshops-archive__empty {
	display: grid;
	gap: 22px;
	padding: clamp(22px, 3vw, 36px);
}

.ot-workshops-archive__section-head {
	display: grid;
	gap: 10px;
	max-width: 54rem;
}

.ot-workshops-products-grid {
	gap: clamp(18px, 3vw, 32px);
}

.ot-workshops-products-grid .ot-shop-card__meta {
	color: #9f7438;
}

.ot-workshops-products-grid .ot-shop-card__cta::after {
	content: " →";
}

.ot-workshops-archive__guide {
	display: grid;
	gap: 18px;
}

.ot-workshops-archive__guide h3 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.ot-workshops-archive__cta {
	background: #592e2d;
	color: #fffaf6;
	position: relative;
}

.ot-workshops-archive__cta::before {
	background: linear-gradient(90deg, rgba(255, 250, 246, 0), rgba(255, 250, 246, 0.5), rgba(255, 250, 246, 0));
	content: "";
	height: 1px;
	left: 24px;
	position: absolute;
	right: 24px;
	top: 0;
}

.ot-workshops-archive__cta .ot-workshops-archive__eyebrow,
.ot-workshops-archive__cta h2,
.ot-workshops-archive__cta p {
	color: inherit;
}

@media (min-width: 768px) {
	.ot-workshops-archive__hero {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ot-workshops-archive__promise,
	.ot-workshops-archive__guide-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ot-workshops-archive__guide-grid article:first-child {
		grid-column: span 2;
	}

	.ot-workshops-products-grid,
	.woocommerce ul.products.ot-workshops-products-grid,
	.woocommerce-page ul.products.ot-workshops-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1180px) {
	.ot-workshops-products-grid,
	.woocommerce ul.products.ot-workshops-products-grid,
	.woocommerce-page ul.products.ot-workshops-products-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
