:root {
	--onh-container: 1600px;
	--onh-icon-size: 1.42rem;
	--onh-icon-size-lg: 1.72rem;
	--onh-primary: #7ca9ca;
	--onh-primary-strong: #6797bb;
	--onh-primary-soft: #febe08;
	--onh-secondary: #febe08;
	--onh-ink: #242424;
	--onh-ink-soft: #5f5f5f;
	--onh-border: rgb(17 24 39 / 10%);
	--onh-surface: #ffffff;
	--onh-surface-alt: rgb(246 246 246);
	--onh-surface-deep: #111827;
	--onh-radius: 22px;
	--onh-radius-soft: 14px;
	--onh-shadow: 0 10px 28px rgb(15 23 42 / 7%);
	--onh-shadow-soft: 0 4px 12px rgb(15 23 42 / 5%);
	--onh-strip-gutter: max(var(--onh-page-gutter, 16px), calc((100vw - var(--onh-container)) / 2));
	--onh-strip-shadow-pad: 10px;
	--onh-text-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--onh-title-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--onh-accent-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--onh-header-height: 220px;
}

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

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body {
	margin: 0;
	background: var(--onh-surface-alt);
	color: var(--onh-ink);
	font-family: var(--onh-text-font);
	font-size: 16px;
	line-height: 1.55;
	overflow-x: clip;
}

body.onh-modal-open,
body.onh-mobile-nav-open,
body.onh-drawer-open,
body.onh-search-open,
body.onh-shop-filters-open {
	overflow: hidden;
}

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

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

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.onh-container {
	width: min(calc(100% - 32px), var(--onh-container));
	margin-inline: auto;
}

.onh-main {
	padding-bottom: 80px;
}

.onh-icon,
.onh-icon svg {
	display: inline-flex;
	width: var(--onh-icon-size);
	height: var(--onh-icon-size);
	flex: 0 0 auto;
}

.onh-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--onh-border);
	border-radius: 50%;
	background: #fff;
	color: var(--onh-ink);
}

.onh-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 48px;
	padding: 0.9rem 1.35rem;
	border: 0;
	border-radius: 999px;
	font-family: var(--onh-title-font);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.onh-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	transform: none;
}

.onh-button--accented,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--onh-primary);
	color: #fff;
	box-shadow: none;
}

.onh-button--accented:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--onh-primary-strong);
	color: #fff;
}

.onh-button--ghost {
	background: #fff;
	color: var(--onh-ink);
	border: 1px solid var(--onh-border);
}

.onh-eyebrow {
	display: none;
}

.onh-page {
	min-height: 100vh;
}

.onh-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--onh-primary);
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgb(15 23 42 / 14%);
}

.onh-topbar {
	background: var(--onh-primary);
	color: #fff;
}

.onh-topbar__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	min-height: 32px;
}

.onh-topbar__marquee {
	overflow: hidden;
}

.onh-marquee-track {
	display: inline-flex;
	gap: 2rem;
	min-width: max-content;
	padding-block: 0.4rem;
	animation: onh-marquee 36s linear infinite;
}

.onh-marquee-item {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.9rem;
	white-space: nowrap;
}

.onh-topbar-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.85rem;
}

.onh-header-main {
	background: var(--onh-primary);
	color: #fff;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.onh-header-main__inner {
	display: grid;
	grid-template-columns: auto minmax(320px, 390px) minmax(380px, 1fr) auto;
	align-items: center;
	gap: 1.25rem;
	min-height: 128px;
}

.onh-mobile-only {
	display: none;
}

.onh-brand,
.onh-brand__link,
.onh-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
}

.onh-brand .custom-logo {
	max-height: 60px;
	width: auto;
}

.onh-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: var(--onh-primary);
	color: #fff;
	font-family: var(--onh-accent-font);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.onh-brand__type {
	display: grid;
	gap: 0.12rem;
}

.onh-brand__type strong {
	font-family: var(--onh-title-font);
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
}

.onh-brand__type small {
	color: var(--onh-ink-soft);
	font-size: 0.82rem;
}

.onh-search {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 52px;
	padding-inline: 1rem 0.4rem;
	border: 2px solid var(--onh-primary);
	border-radius: 35px;
	background: #fff;
	box-shadow: none;
}

.onh-search__icon {
	display: inline-flex;
	align-items: center;
	margin-right: 0.8rem;
	color: var(--onh-primary);
}

.onh-search__icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.onh-search__field {
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--onh-ink);
	outline: none;
}

.onh-search__field::placeholder {
	color: rgb(36 36 36 / 52%);
}

.onh-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	height: 42px;
	padding-inline: 1rem;
	border: 0;
	border-radius: 999px;
	background: var(--onh-primary);
	color: #fff;
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.onh-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}

.onh-tool {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.8rem 1rem;
	border-radius: 8px;
	color: var(--onh-ink);
	transition: background-color 0.2s ease;
}

.onh-tool > .onh-icon,
.onh-tool > .onh-icon svg {
	width: var(--onh-icon-size-lg);
	height: var(--onh-icon-size-lg);
}

.onh-tool:hover {
	background: rgb(17 24 39 / 4%);
}

.onh-tool--icon-only {
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border-radius: 50%;
}

.onh-tool__text {
	font-family: var(--onh-title-font);
	font-size: 0.92rem;
	font-weight: 700;
}

.onh-tool__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding-inline: 0.35rem;
	border-radius: 999px;
	background: rgb(17 24 39 / 7%);
	font-size: 0.72rem;
	font-weight: 700;
}

.onh-tool--icon-only .onh-tool__count {
	position: absolute;
	top: -2px;
	right: -2px;
	min-width: 22px;
	height: 22px;
	padding-inline: 0.3rem;
	background: var(--onh-secondary);
	color: #fff;
}

.onh-home-categories {
	padding: 1.9rem 0 3rem;
	background: transparent;
}

.onh-header-categories__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.85rem;
}

.onh-header-categories__head h2 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.1;
	color: #334155;
}

.onh-category-strip-shell {
	margin-inline: calc(50% - 50vw);
	overflow-x: clip;
}

.onh-category-strip {
	position: relative;
	width: 100%;
}

.onh-category-strip__viewport {
	width: 100%;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-behavior: smooth;
	padding: 0 var(--onh-strip-shadow-pad) 16px var(--onh-strip-gutter);
	margin-bottom: -16px;
	cursor: grab;
	touch-action: pan-y;
}

.onh-category-strip__viewport::-webkit-scrollbar {
	display: none;
}

.onh-category-strip__viewport.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.onh-category-strip__viewport.is-inertia {
	scroll-behavior: auto;
}

.onh-category-strip__track {
	display: flex;
	align-items: flex-start;
	min-width: 100%;
	gap: 0.9rem;
	padding: 2px 0 0;
}

.onh-category-strip__track::after {
	content: "";
	flex: 0 0 2rem;
}

.onh-category-strip__item {
	position: relative;
	display: grid;
	flex: 0 0 calc((100% - 6.66rem) / 8.4);
	align-items: start;
	justify-items: center;
	align-content: start;
	min-width: 138px;
	aspect-ratio: auto;
	height: auto;
	padding: 0.84rem 0.84rem 0.9rem;
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
	transition: box-shadow 0.22s ease, flex-basis 0.24s ease;
	-webkit-user-drag: none;
	--onh-category-open-left: 150px;
}

.onh-category-strip__item:hover {
	box-shadow: 0 7px 16px rgb(15 23 42 / 15%);
}

.onh-category-strip__item.has-subcategories {
	justify-items: start;
}

.onh-category-strip__primary-link {
	display: grid;
	grid-template-rows: auto auto;
	align-content: start;
	justify-items: center;
	width: 100%;
	height: auto;
	color: inherit;
	text-decoration: none;
	transition: width 0.24s ease;
}

.onh-category-strip__item.has-subcategories .onh-category-strip__primary-link {
	width: var(--onh-category-locked-width, 100%);
	justify-items: center;
}

.onh-category-strip__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	max-height: 128px;
	padding: 0;
	background: transparent;
}

.onh-category-strip__media img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: contain;
	object-position: center center;
	filter: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}

.onh-category-strip__placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: var(--onh-primary);
	color: #fff;
	font-family: var(--onh-title-font);
	font-size: 1.5rem;
	font-weight: 800;
}

.onh-category-strip__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	width: 100%;
	align-self: stretch;
	padding: 0.45rem 0 0;
	text-align: center;
}

.onh-category-strip__title {
	display: block;
	font-family: var(--onh-title-font);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.28;
	min-height: 2.56em;
	color: #475569;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-user-select: none;
	user-select: none;
}

.onh-category-strip__subcategories {
	position: absolute;
	top: 0;
	left: calc(var(--onh-category-open-left) + 1.2rem);
	right: 0.7rem;
	bottom: 0;
	display: grid;
	align-content: center;
	justify-items: start;
	gap: 0.22rem;
	width: auto;
	padding: 0.9rem 0.9rem 0.9rem 0.3rem;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
	transform: none;
	transition: none;
}

.onh-category-strip__subcategory {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.26rem;
	justify-self: start;
	max-width: 100%;
	padding: 0.12rem 0.16rem;
	color: #64748b;
	font-size: 0.84rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-align: left;
	transition: color 0.18s ease;
	-webkit-user-select: none;
	user-select: none;
}

.onh-category-strip__subcategory > span:first-child {
	display: block;
	max-width: 100%;
	line-height: 1.25;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.onh-category-strip__subcategory-icon,
.onh-category-strip__subcategory-icon svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.68rem;
	height: 0.68rem;
	flex: 0 0 auto;
}

.onh-category-strip__subcategory:hover,
.onh-category-strip__subcategory:focus-visible {
	color: var(--onh-primary-strong);
}

.onh-category-strip__item.has-subcategories.is-open {
	flex-basis: clamp(430px, calc((100% - 1.2rem) / 2.1), 540px);
	height: 196px;
	min-height: 196px;
	grid-template-columns: var(--onh-category-locked-width, var(--onh-category-open-left)) minmax(0, 1fr);
	column-gap: 1rem;
	align-items: center;
	justify-items: stretch;
}

.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__primary-link {
	width: var(--onh-category-locked-width, 100%);
	height: 100%;
	justify-items: center;
}

.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__media {
	margin-inline: auto;
}

.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__body {
	align-items: center;
	text-align: center;
}

.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__subcategories {
	display: grid;
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	max-height: none;
	padding: 0;
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	justify-items: start;
	align-content: center;
	overflow: visible;
	transform: none;
}

.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__subcategory {
	font-size: 0.9rem;
}

.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__subcategories {
	grid-template-columns: 1fr;
}

.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__subcategories.has-two-columns {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1rem;
}

.onh-category-strip__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #445063;
	color: #fff;
	transform: translateY(-50%);
}

.onh-category-strip__nav .onh-icon,
.onh-category-strip__nav .onh-icon svg {
	width: 1.4rem;
	height: 1.4rem;
}

.onh-category-strip.has-overflow .onh-category-strip__nav {
	display: inline-flex;
}

.onh-category-strip__nav.is-prev {
	left: max(-10px, calc(var(--onh-strip-gutter) - 22px));
}

.onh-category-strip__nav.is-prev .onh-icon {
	transform: rotate(180deg);
}

.onh-category-strip__nav.is-next {
	right: max(-10px, calc(var(--onh-strip-gutter) - 22px));
}

.onh-category-strip__nav.is-disabled {
	opacity: 0;
	pointer-events: none;
}

.onh-catalog-top {
	padding-top: 1.4rem;
}

.tax-product_cat .onh-catalog-top {
	padding-top: 2rem;
}

.onh-catalog-top .onh-breadcrumbs {
	margin-bottom: 0.95rem;
}

.onh-catalog-title {
	padding: 0 0 1rem;
}

.onh-catalog-title h1 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: clamp(1.55rem, 2.6vw, 2.35rem);
	line-height: 1.08;
	font-weight: 800;
}

.onh-breadcrumbs {
	display: flex;
	align-items: center;
	color: #64748b;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.3;
}

.onh-breadcrumbs__trail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
}

.onh-breadcrumbs__item {
	color: inherit;
	transition: color 0.2s ease;
}

a.onh-breadcrumbs__item:hover {
	color: var(--onh-primary-strong);
}

.onh-breadcrumbs__item.is-current {
	color: #334155;
}

.onh-breadcrumbs__sep {
	color: rgb(100 116 139 / 55%);
}

.onh-hero {
	padding: 0;
}

.onh-hero__layout {
	display: block;
}

.onh-mobile-category-list,
.onh-footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.onh-hero-slider {
	position: relative;
	min-height: 560px;
	border-radius: var(--onh-radius);
	overflow: hidden;
	background: #fff;
	box-shadow: none;
}

.onh-hero-slide {
	position: absolute;
	inset: 0;
	display: block;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.02);
	transition: opacity 0.45s ease, transform 0.45s ease;
	background: #fff;
}

.onh-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.onh-hero-slide__content {
	position: absolute;
	left: 3rem;
	bottom: 4.8rem;
	z-index: 2;
	max-width: min(620px, calc(100% - 6rem));
	padding: 1.6rem 1.8rem;
	border-radius: 24px;
	background: rgb(255 255 255 / 82%);
}

.onh-hero-slide__content h1 {
	margin: 0 0 1rem;
	font-family: var(--onh-title-font);
	font-size: clamp(2.35rem, 4vw, 4rem);
	line-height: 1.04;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.onh-hero-slide__content p {
	max-width: 54ch;
	margin: 0;
	font-size: 1.02rem;
	color: var(--onh-ink-soft);
}

.onh-hero-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.6rem;
}

.onh-hero-slide__note {
	margin-top: 1.3rem;
	font-family: var(--onh-title-font);
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--onh-primary);
}

.onh-hero-slide__visual {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.onh-hero-slide__visual img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center center;
	filter: none;
}

.onh-hero-slider__dots {
	position: absolute;
	left: 3rem;
	right: 3rem;
	bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.onh-hero-slider__dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgb(17 24 39 / 16%);
}

.onh-hero-slider__dot.is-active {
	width: 36px;
	background: var(--onh-primary);
}

.onh-hero-band {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.5rem 2rem;
	padding: 1.65rem clamp(1.35rem, 2vw, 2.25rem);
	border-radius: 26px;
	background: var(--onh-primary);
	color: #fff;
}

.onh-hero-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	white-space: nowrap;
}

.onh-hero-brand strong {
	font-family: var(--onh-accent-font);
	font-size: clamp(2rem, 3.2vw, 3.05rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.onh-hero-brand__dot {
	width: 0.72rem;
	height: 0.72rem;
	margin-top: 0.3rem;
	border-radius: 999px;
	background: var(--onh-secondary);
	flex: 0 0 auto;
}

.onh-hero-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem clamp(1rem, 1.8vw, 2rem);
}

.onh-hero-links--primary {
	justify-content: center;
}

.onh-hero-links--secondary {
	justify-content: flex-end;
}

.onh-header-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
}

.onh-header-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onh-header-menu li {
	margin: 0;
	padding: 0;
}

.onh-header-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	font-family: var(--onh-title-font);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}

.onh-header-menu a:hover {
	color: #fff;
}

.onh-hero-link {
	display: grid;
	justify-items: center;
	gap: 0.4rem;
	min-width: 104px;
	padding: 0.35rem 0.2rem;
	text-align: center;
	font-family: var(--onh-title-font);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.onh-hero-link .onh-icon,
.onh-hero-link .onh-icon svg {
	width: 2rem;
	height: 2rem;
}

.onh-hero-link:hover {
	color: var(--onh-secondary);
}

.onh-header-ribbon {
	background: transparent;
	border-radius: 0;
	padding: 1.15rem 0;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
}

.onh-header-ribbon__toggle {
	margin-right: 0.75rem;
}

.onh-header-ribbon .onh-icon-button {
	border-color: rgb(255 255 255 / 24%);
	background: transparent;
	color: #fff;
}

.onh-header-ribbon__utility {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.9rem;
	align-self: center;
}

.onh-header-ribbon__brand,
.onh-header-ribbon__brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	align-self: center;
}

.onh-header-ribbon__brand .custom-logo {
	width: auto;
	max-height: 52px;
}

.onh-header-ribbon__action {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 0.3rem;
	min-width: 78px;
	padding: 0.25rem 0;
	text-align: center;
	color: #fff;
}

.onh-header-ribbon__action--button {
	border: 0;
	background: transparent;
}

.onh-header-ribbon__action .onh-icon,
.onh-header-ribbon__action .onh-icon svg {
	width: 1.95rem;
	height: 1.95rem;
}

.onh-header-ribbon__label {
	font-family: var(--onh-title-font);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.1;
}

.onh-header-ribbon__action .onh-tool__count {
	position: absolute;
	top: -4px;
	right: 8px;
	min-width: 22px;
	height: 22px;
	padding-inline: 0.3rem;
	background: var(--onh-secondary);
	color: #fff;
}

.onh-header-ribbon__action:hover,
.onh-header-ribbon .onh-icon-button:hover {
	color: var(--onh-secondary);
}

body.onh-mobile-nav-open .onh-header-ribbon .onh-icon-button,
body.onh-mobile-nav-open .onh-header-ribbon .onh-icon-button:hover {
	border-color: rgb(255 255 255 / 24%);
	background: transparent;
	color: #fff;
}

.onh-service-strip {
	padding: 4.25rem 0 0;
}

.onh-service-strip__grid {
	display: grid;
	grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
	gap: 1rem;
}

.onh-service-strip__grid > div:first-child,
.onh-service-strip__cards article,
.onh-category-section__intro,
.onh-category-section__visual,
.onh-category-section__products,
.onh-post-card,
.onh-empty-state {
	background: #fff;
	border-radius: var(--onh-radius);
	box-shadow: none;
}

.onh-service-strip__grid > div:first-child {
	padding: 2rem;
	background: transparent;
	border: 0;
}

.onh-service-strip__grid h2 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	line-height: 1.1;
}

.onh-service-strip__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.onh-service-strip__cards article {
	padding: 1.5rem;
}

.onh-service-strip__cards .onh-icon,
.onh-service-strip__cards .onh-icon svg {
	width: 2rem;
	height: 2rem;
}

.onh-service-strip__cards h3 {
	margin: 1rem 0 0.5rem;
	font-family: var(--onh-title-font);
	font-size: 1.02rem;
}

.onh-service-strip__cards p {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.95rem;
}

.onh-section,
.onh-home-promos,
.onh-category-showcase,
.onh-category-section,
.onh-page-section {
	padding: 4.25rem 0 0;
}

.onh-section > .onh-container,
.onh-home-promos > .onh-container,
.onh-category-showcase > .onh-container {
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.onh-section--alt > .onh-container {
	background: transparent;
}

.onh-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.onh-section__header h2,
.onh-category-section__intro h2,
.onh-page-hero h1 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: clamp(1.55rem, 2.6vw, 2.35rem);
	line-height: 1.08;
	font-weight: 800;
}

.onh-section__header a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--onh-primary);
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products.onh-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onh-products-grid--dense {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.onh-category-strip__track--products {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch;
	min-width: 100%;
	gap: 1.5rem;
	margin: 0 !important;
	margin-inline: 0 !important;
	padding: 2px 0 0 !important;
	padding-inline: 0 !important;
	padding-inline-start: 0 !important;
	padding-inline-end: 0 !important;
	list-style: none;
}

.onh-category-strip__track--products::after {
	content: "";
	flex: 0 0 1.1rem;
}

.onh-category-strip__track--products > li.product.onh-product-card {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	flex: 0 0 calc((100% - 6rem) / 4.6);
	min-width: 228px;
}

.onh-category-strip__track--products > .onh-category-promo-card {
	flex: 0 0 clamp(430px, calc((((100% - 6rem) / 4.6) * 1.92) + 0.9rem), 540px);
	min-width: 430px;
	display: flex;
	align-self: stretch;
	list-style: none;
}

.onh-category-strip__track--products .onh-product-card__meta {
	font-size: 0.7rem;
}

.onh-category-strip__track--products .onh-product-card__title {
	font-size: 1.08rem;
}

.onh-category-strip__track--products .onh-product-card__stock {
	font-size: 0.84rem;
}

.onh-category-strip__track--products .onh-product-card__price {
	font-size: 1.34rem;
}

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

.woocommerce ul.products li.product.onh-product-card,
.woocommerce-page ul.products li.product.onh-product-card {
	display: flex;
	align-self: stretch;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.onh-product-card__inner {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--onh-radius);
	background: #fff;
	box-shadow: none;
	transition: box-shadow 0.22s ease;
}

.onh-product-card__inner:hover {
	box-shadow: 0 7px 16px rgb(15 23 42 / 15%);
}

.onh-product-card__media {
	position: relative;
	padding: 1.05rem 1.05rem 0.32rem;
	background: #fff;
}

.onh-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	background: #fff;
	-webkit-user-drag: none;
}

.onh-product-card__inner,
.onh-product-card__inner * {
	-webkit-user-select: none;
	user-select: none;
}

.onh-product-card__image img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: contain;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
}

.onh-product-card__badges {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	pointer-events: none;
	overflow: visible;
}

.onh-price-badge {
	display: grid;
	align-content: center;
	justify-items: start;
	gap: 0.12rem;
	width: 126px;
	height: 126px;
	margin-top: -36px;
	margin-left: -31px;
	padding: 24px 0 0 56px;
	border-radius: 50%;
	background: var(--onh-secondary);
	color: #fff;
	font-family: var(--onh-title-font);
	font-weight: 900;
	line-height: 1;
}

.onh-price-badge__old {
	font-size: 0.84rem;
	color: #fff;
	font-weight: 900;
	text-decoration: line-through;
	text-decoration-thickness: 0.11em;
	text-decoration-color: rgb(255 255 255 / 95%);
}

.onh-price-badge__new {
	font-size: 2.3rem;
	color: #fff;
	font-weight: 900;
	letter-spacing: -0.05em;
}

.onh-price-badge--sale {
	background: var(--onh-secondary);
	justify-items: center;
	padding: 1rem 0 0 1.1rem;
}

.onh-price-badge__sale {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.onh-price-badge--label {
	align-content: center;
	justify-items: start;
	padding-top: 30px;
}

.onh-price-badge__tag {
	font-size: 1.08rem;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.onh-product-card__body {
	display: flex;
	height: 100%;
	flex: 1;
	flex-direction: column;
	padding: 1.2rem 1.1rem 1.15rem;
	text-align: center;
}

.onh-product-card__meta {
	margin: 0 0 0.28rem;
	font-size: 0.66rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #9ca3af;
}

.onh-product-card__title {
	margin: 0 0 0.24rem;
	min-height: calc(1.35em * 1.72);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-family: var(--onh-title-font);
	font-size: 1.06rem;
	font-weight: 700;
	line-height: 1.35;
}

.onh-product-card__stock {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
}

.onh-product-card__stock--in-stock {
	color: #2f8a38;
}

.onh-product-card__stock--out-of-stock {
	color: #c44848;
}

.onh-product-card__price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin-top: 0.28rem;
	margin-bottom: 0.72rem;
	font-family: var(--onh-accent-font);
	font-size: 1.24rem;
	font-weight: 700;
	color: var(--onh-ink);
}

.onh-product-card__price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 0.38rem;
	margin-bottom: 0.5rem;
	padding-top: 0;
	gap: 0.55rem;
	color: var(--onh-primary-strong);
}

.onh-product-card__price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.onh-product-card__price ins {
	display: inline-flex;
	align-items: center;
	color: inherit;
	line-height: 1;
}

.onh-product-card__price del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.onh-side-panel__item-price del,
.wc-block-components-product-price del {
	color: #9ca3af;
	font-size: 0.68em;
	font-weight: 600;
	opacity: 1;
}

.onh-product-card__price del {
	display: inline-flex;
	align-items: center;
	margin-right: 0.15rem;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
}

.onh-product-card__price del .amount,
.woocommerce ul.products li.product .price del .amount,
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount,
.onh-side-panel__item-price del .amount,
.wc-block-components-product-price del .amount {
	color: inherit;
}

.onh-product-card__footer {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: auto;
	padding-top: 0.34rem;
}

.onh-product-card__icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--onh-ink);
	transition: color 0.2s ease;
}

.onh-product-card__icon-link + .onh-product-card__icon-link {
	border-left: 1px solid rgb(17 24 39 / 8%);
}

.onh-product-card__icon-link .onh-icon,
.onh-product-card__icon-link .onh-icon svg {
	width: 1.9rem;
	height: 1.9rem;
}

.onh-product-card__icon-link .onh-icon {
	align-items: center;
	justify-content: center;
}

.onh-product-card__icon-link .onh-icon--active {
	display: none;
}

.onh-product-card__icon-link.is-active .onh-icon--default {
	display: none;
}

.onh-product-card__icon-link.is-active .onh-icon--active {
	display: inline-flex;
}

.onh-product-card__icon-link:hover,
.onh-product-card__icon-link:focus,
.onh-product-card__icon-link.is-active {
	background: transparent;
	color: var(--onh-primary);
}

.onh-product-card .added_to_cart {
	display: none !important;
}

.onh-product-card__details {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 0.75rem;
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--onh-ink-soft);
}

.onh-category-promo-card__inner {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	box-shadow: none;
	color: #fff;
	-webkit-user-drag: none;
}

.onh-category-promo-card__inner:hover {
	box-shadow: 0 7px 16px rgb(15 23 42 / 8%);
}

.onh-category-promo-card__visual,
.onh-category-promo-card__pattern {
	position: absolute;
	inset: 0;
}

.onh-category-promo-card__visual img {
	-webkit-user-select: none;
	user-select: none;
}

.onh-category-promo-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
}

.onh-category-promo-card__pattern {
	background: rgb(124 169 202 / 24%);
}

.onh-category-promo-card__content {
	position: relative;
	z-index: 1;
	display: inline-grid;
	align-self: flex-start;
	gap: 0.7rem;
	width: fit-content;
	max-width: min(26rem, calc(100% - 2rem));
	margin: 1rem;
	padding: 1.25rem 1.25rem 1.15rem;
	border-radius: 22px;
	background: rgb(255 255 255 / 82%);
	color: var(--onh-ink);
}

.onh-category-promo-card__content strong {
	font-family: var(--onh-title-font);
	font-size: 1.28rem;
	line-height: 1.02;
}

.onh-category-promo-card__content p {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.92rem;
	line-height: 1.55;
}

.onh-category-promo-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--onh-primary);
	font-family: var(--onh-title-font);
	font-size: 0.88rem;
	font-weight: 700;
}

.onh-category-promo-card__link .onh-icon,
.onh-category-promo-card__link .onh-icon svg {
	width: 1rem;
	height: 1rem;
}

.onh-category-showcase__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.onh-category-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--onh-radius);
	background: #fff;
	box-shadow: none;
	transition: box-shadow 0.22s ease;
}

.onh-category-card:hover {
	box-shadow: 0 7px 16px rgb(15 23 42 / 8%);
}

.onh-category-card__visual {
	position: relative;
	aspect-ratio: 1.4 / 1;
	background: #efefef;
}

.onh-category-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.onh-category-card__mesh {
	position: absolute;
	inset: 0;
	background: #efefef;
}

.onh-category-card__content {
	display: grid;
	gap: 0.6rem;
	padding: 1.25rem;
}

.onh-category-card__content strong {
	font-family: var(--onh-title-font);
	font-size: 1.05rem;
}

.onh-category-card__content p {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.92rem;
}

.onh-category-card__content span {
	color: var(--onh-secondary);
	font-family: var(--onh-title-font);
	font-size: 0.82rem;
	font-weight: 700;
}

.onh-home-promos__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.onh-promo-banner {
	position: relative;
	display: flex;
	min-height: 560px;
	overflow: hidden;
	border-radius: var(--onh-radius);
	background: #fff;
	box-shadow: none;
	transition: box-shadow 0.22s ease;
}

.onh-promo-banner:hover {
	box-shadow: 0 7px 16px rgb(15 23 42 / 8%);
}

.onh-promo-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(17 24 39 / 18%);
}

.onh-promo-banner__visual {
	position: absolute;
	inset: 0;
	background: #efefef;
}

.onh-promo-banner__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.onh-promo-banner__mesh {
	position: absolute;
	inset: 0;
	background: #efefef;
}

.onh-promo-banner__content {
	position: relative;
	z-index: 1;
	align-self: flex-end;
	display: grid;
	gap: 0.6rem;
	width: min(78%, 360px);
	margin: 1.4rem;
	padding: 1rem 1.1rem;
	border-radius: 18px;
	background: rgb(255 255 255 / 82%);
}

.onh-promo-banner__content strong {
	font-family: var(--onh-title-font);
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	line-height: 1.08;
}

.onh-promo-banner__content span {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--onh-primary);
	font-family: var(--onh-title-font);
	font-size: 0.88rem;
	font-weight: 700;
}

.onh-promo-banner__content .onh-icon,
.onh-promo-banner__content .onh-icon svg {
	width: 1rem;
	height: 1rem;
}

.onh-category-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 320px) minmax(0, 340px) minmax(0, 1fr);
	gap: 1rem;
}

.onh-category-section__intro,
.onh-category-section__visual,
.onh-category-section__products {
	padding: 1.7rem;
}

.onh-category-section__intro p {
	margin: 0 0 1.2rem;
	color: var(--onh-ink-soft);
}

.onh-category-section__count {
	margin-top: 1rem;
	font-family: var(--onh-title-font);
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--onh-secondary);
}

.onh-category-section__visual {
	position: relative;
	overflow: hidden;
}

.onh-category-section__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.onh-category-section__pattern {
	height: 100%;
	min-height: 260px;
	border-radius: 16px;
	background: #efefef;
}

.onh-page-hero {
	padding: 2rem 0 0;
}

.onh-page-hero > .onh-container {
	display: grid;
	gap: 0.8rem;
	padding: 0 0 0.75rem;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.onh-page-hero--shop > .onh-container {
	background: transparent;
}

.onh-page-hero--compact > .onh-container {
	padding-block: 1rem;
}

.onh-page-hero .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.92rem;
}

.onh-page-hero .woocommerce-breadcrumb a {
	color: var(--onh-ink);
	font-weight: 600;
}

.onh-page-hero p {
	max-width: 70ch;
	margin: 0;
	color: var(--onh-ink-soft);
}

.onh-page-section > .onh-container {
	padding: 0;
}

.onh-page-section--shop > .onh-container {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.onh-page-section--shop {
	padding-top: 1.2rem;
}

.woocommerce-cart .onh-page-section,
.woocommerce-checkout .onh-page-section {
	padding-top: 0.85rem;
}

.onh-page-shell {
	display: grid;
	gap: 1.5rem;
	padding: clamp(1.4rem, 2vw, 2.4rem);
	border-radius: var(--onh-radius);
	background: #fff;
}

.onh-page-shell--article {
	gap: 1.75rem;
}

.onh-page-shell--commerce {
	padding: 0;
	background: transparent;
}

.onh-page-shell--commerce .onh-page-shell__body {
	gap: 1rem;
}

.onh-page-shell__media {
	overflow: hidden;
	border-radius: 18px;
	background: #f0f3f5;
}

.onh-page-shell__media img {
	width: 100%;
	max-height: 680px;
	object-fit: cover;
}

.onh-page-shell__body {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.onh-prose {
	color: var(--onh-ink-soft);
	font-size: 1rem;
	line-height: 1.78;
}

.onh-prose > * {
	max-width: 76ch;
}

.onh-prose > *:first-child,
.onh-prose .wp-block-group > *:first-child {
	margin-top: 0;
}

.onh-prose > * + * {
	margin-top: 1rem;
}

.onh-prose h2,
.onh-prose h3,
.onh-prose h4 {
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	line-height: 1.15;
}

.onh-prose h2 {
	margin-top: 2rem;
	font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.onh-prose h3 {
	margin-top: 1.7rem;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.onh-prose a:not(.onh-button):not(.wp-block-button__link) {
	color: var(--onh-primary-strong);
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.onh-prose ul,
.onh-prose ol {
	padding-left: 1.3rem;
}

.onh-prose li + li {
	margin-top: 0.45rem;
}

.onh-prose blockquote {
	margin: 1.5rem 0;
	padding: 1.2rem 1.35rem;
	border-radius: var(--onh-radius-soft);
	background: rgb(124 169 202 / 10%);
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: 1.02rem;
	font-weight: 600;
}

.onh-prose img,
.onh-prose figure,
.onh-prose .wp-block-image,
.onh-prose .wp-block-gallery {
	max-width: 100%;
}

.onh-prose img {
	border-radius: 18px;
}

.onh-prose table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}

.onh-prose table th,
.onh-prose table td {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid var(--onh-border);
	text-align: left;
}

.onh-prose table th {
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: 0.9rem;
}

.onh-prose hr {
	border: 0;
	border-top: 1px solid var(--onh-border);
}

.onh-entry-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.8rem;
}

.onh-entry-pagination .post-page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding-inline: 0.8rem;
	border-radius: 999px;
	background: rgb(17 24 39 / 5%);
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.onh-entry-pagination .post-page-numbers.current {
	background: var(--onh-primary);
	color: #fff;
}

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

.onh-post-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 100%;
	overflow: hidden;
	border-radius: var(--onh-radius);
	background: #fff;
}

.onh-post-card__thumb {
	display: grid;
	place-items: center;
	aspect-ratio: 1.4 / 1;
	background: #eff3f6;
}

.onh-post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.onh-post-card__thumb-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border-radius: 28px;
	background: var(--onh-primary);
	color: #fff;
	font-family: var(--onh-title-font);
	font-size: 2rem;
	font-weight: 800;
}

.onh-post-card__body {
	display: grid;
	align-content: start;
	gap: 0.8rem;
	padding: 1.35rem 1.45rem 1.55rem;
}

.onh-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.9rem;
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.onh-post-card__body h2 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: 1.2rem;
	line-height: 1.16;
}

.onh-post-card__body p,
.onh-empty-state p {
	margin: 0;
	color: var(--onh-ink-soft);
}

.onh-shop-layout {
	display: grid;
	grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
	gap: 1.4rem;
	align-items: start;
}

.onh-shop-sidebar,
.onh-shop-main {
	min-width: 0;
}

.onh-shop-sidebar {
	position: sticky;
	top: 120px;
	align-self: start;
}

.onh-shop-filter-backdrop {
	display: none;
}

.onh-shop-toolbar__filter {
	display: none;
	align-items: center;
	gap: 0.45rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
}

.onh-shop-toolbar__filter .onh-icon,
.onh-shop-toolbar__filter .onh-icon svg {
	width: 1.28rem;
	height: 1.28rem;
}

.onh-shop-sidebar__inner {
	position: static;
	top: auto;
	display: grid;
	gap: 1rem;
}

.onh-shop-sidebar__mobile-head {
	display: none;
}

.onh-shop-sidebar__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--onh-border);
	border-radius: 999px;
	background: transparent;
	color: var(--onh-ink);
}

.onh-shop-sidebar__section {
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.onh-shop-sidebar__section h3 {
	margin: 0 0 1rem;
	font-family: var(--onh-title-font);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.15;
	color: #334155;
}

.onh-shop-filter {
	display: grid;
	gap: 0.9rem;
}

.onh-shop-filter__group {
	display: grid;
	gap: 0.45rem;
}

.onh-shop-filter__group label,
.onh-shop-filter__toggle {
	color: #475569;
	font-size: 0.84rem;
	font-weight: 700;
}

.onh-shop-filter input[type="number"],
.onh-shop-filter select {
	width: 100%;
	min-height: 46px;
	padding: 0.85rem 1rem;
	border: 1px solid var(--onh-border);
	border-radius: 18px;
	background: #fff;
	color: var(--onh-ink);
	box-shadow: none;
}

.onh-shop-filter input[type="number"]:focus,
.onh-shop-filter select:focus {
	outline: 0;
	border-color: rgb(124 169 202 / 65%);
	box-shadow: 0 0 0 3px rgb(124 169 202 / 14%);
}

.onh-shop-filter__toggle {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.onh-shop-filter__toggle input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--onh-primary);
}

.onh-shop-filter__actions {
	display: grid;
	gap: 0.65rem;
	padding-top: 0.1rem;
}

.onh-shop-filter__actions .onh-button {
	width: 100%;
}

.onh-shop-sidebar__categories {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onh-shop-sidebar__categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 0.95rem;
	border-radius: 18px;
	background: rgb(17 24 39 / 4%);
	color: #475569;
	font-family: var(--onh-title-font);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.onh-shop-sidebar__categories a small {
	color: #94a3b8;
	font-size: 0.72rem;
	font-weight: 700;
}

.onh-shop-sidebar__categories a:hover {
	background: rgb(124 169 202 / 12%);
	color: #334155;
}

.onh-shop-sidebar__categories a.is-active {
	background: rgb(124 169 202 / 16%);
	color: #23435b;
}

.onh-shop-sidebar__categories a.is-active small {
	color: inherit;
}

.onh-shop-main .products,
.onh-shop-main .woocommerce-pagination,
.onh-shop-main .navigation.pagination {
	margin-top: 0;
}

.onh-search-summary {
	margin-bottom: 1rem;
}

.onh-post-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: auto;
	color: var(--onh-primary-strong);
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.onh-empty-state {
	padding: 2rem;
	text-align: center;
	border-radius: var(--onh-radius);
	background: #fff;
}

.onh-empty-state h3 {
	margin: 0 0 0.7rem;
	font-family: var(--onh-title-font);
}

.navigation.pagination,
.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
	margin-top: 1.4rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding-inline: 0.8rem;
	border: 1px solid var(--onh-border);
	border-radius: 999px;
	background: #fff;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-weight: 700;
	box-shadow: none;
}

.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .current {
	background: var(--onh-primary);
	color: #fff;
	border-color: transparent;
}

.onh-load-more {
	display: flex;
	justify-content: center;
	margin-top: 1.7rem;
}

.onh-load-more__button {
	min-width: 180px;
}

.onh-load-more__button.is-loading {
	pointer-events: none;
	opacity: 0.72;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	min-height: 44px;
	padding-inline: 0.9rem;
	border: 1px solid var(--onh-border);
	border-radius: var(--onh-radius-soft);
	background: #fff;
	font-size: 0.9rem;
}

.onh-shop-toolbar,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	display: inline-flex;
	align-items: center;
}

.onh-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

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

.onh-shop-toolbar .woocommerce-ordering {
	width: auto;
	max-width: min(100%, 224px);
}

.onh-shop-toolbar .woocommerce-ordering select {
	width: min(100%, 224px);
	min-height: 40px;
	padding-inline: 0.8rem 2rem;
	font-size: 0.84rem;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	padding: 0;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.single-product div.product.onh-single-product {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 3.1rem;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.onh-page-section--single-product {
	padding-top: 0.7rem;
}

.onh-single-product__breadcrumbs {
	margin-bottom: 0.35rem;
}

.onh-single-product__overview {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 2.2rem;
	align-items: start;
}

.onh-single-product__gallery,
.onh-single-product__after {
	min-width: 0;
}

.onh-single-product__gallery {
	position: relative;
	overflow: visible;
}

.onh-single-product__gallery .woocommerce-product-gallery {
	position: relative;
	top: auto;
	z-index: auto;
	overflow: visible;
}

.single-product .onh-single-product__gallery .woocommerce-product-gallery__trigger {
	top: 1rem !important;
	right: 1rem !important;
	z-index: 2 !important;
}

.single-product .onh-single-product__gallery .woocommerce-product-gallery__trigger,
.single-product .onh-single-product__gallery .woocommerce-product-gallery__trigger:hover {
	background: #fff;
	color: var(--onh-ink);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce div.product .product_title {
	font-family: var(--onh-accent-font);
	font-size: clamp(1.7rem, 2.35vw, 2.25rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.04em;
	text-transform: none;
}

.woocommerce div.product form.cart .button {
	min-width: 180px;
}

.woocommerce div.product .quantity .qty {
	min-height: 48px;
	min-width: 86px;
	border: 1px solid var(--onh-border);
	border-radius: var(--onh-radius-soft);
	text-align: center;
}

.woocommerce-tabs,
.related.products,
.up-sells.upsells.products {
	margin-top: 1.4rem;
	padding: 1.7rem;
	border-radius: var(--onh-radius);
	background: #fff;
	box-shadow: none;
}

.woocommerce table.shop_attributes,
.woocommerce-tabs ul.tabs::before,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	border-color: var(--onh-border);
}

.woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	padding: 0;
}

.woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgb(17 24 39 / 5%);
}

.woocommerce-tabs ul.tabs li a {
	padding: 0.8rem 1.2rem;
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.woocommerce-tabs ul.tabs li.active {
	background: var(--onh-primary);
}

.woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.woocommerce .related.products > h2,
.woocommerce .up-sells.upsells.products > h2 {
	margin: 0 0 1rem;
	font-family: var(--onh-title-font);
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--onh-ink);
}

.woocommerce-notices-wrapper {
	display: grid;
	gap: 0.8rem;
	margin-bottom: 1rem;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin: 0;
	padding: 1rem 1rem 1rem 3rem;
	border: 0;
	border-radius: var(--onh-radius-soft);
	background: #fff;
	color: var(--onh-ink);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	top: 1rem;
	left: 1rem;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	float: none;
	margin-left: 0.9rem;
}

.woocommerce form .form-row label {
	margin-bottom: 0.45rem;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: 0.93rem;
	font-weight: 700;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	width: 100%;
	min-height: 50px;
	padding: 0.85rem 1rem;
	border: 1px solid var(--onh-border);
	border-radius: var(--onh-radius-soft);
	background: #fff;
	box-shadow: none;
}

.woocommerce form .form-row textarea {
	min-height: 140px;
	resize: vertical;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce .woocommerce-ordering select:focus,
.woocommerce div.product .quantity .qty:focus {
	outline: 0;
	border-color: rgb(124 169 202 / 48%);
}

.select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 0.8rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	margin: 0 0 1rem;
	padding: 1.5rem;
	border: 0;
	border-radius: var(--onh-radius);
	background: #fff;
}

.woocommerce form.login,
.woocommerce form.register {
	display: grid;
	gap: 0.4rem;
}

.woocommerce table.shop_table {
	margin: 0 0 1.2rem;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--onh-radius);
	background: #fff;
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 1rem 1.1rem;
	border-top: 1px solid var(--onh-border);
}

.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
	border-top: 0;
}

.woocommerce table.shop_table th {
	color: var(--onh-ink-soft);
	font-family: var(--onh-title-font);
	font-size: 0.84rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.woocommerce a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgb(17 24 39 / 5%);
	color: var(--onh-ink-soft) !important;
}

.woocommerce a.remove:hover {
	background: var(--onh-primary);
	color: #fff !important;
}

.woocommerce-cart table.cart img {
	width: 88px;
	border-radius: 16px;
	background: #f3f4f6;
}

.woocommerce-page.woocommerce-cart table.cart td.product-name a,
.woocommerce-cart table.cart td.product-name a,
.woocommerce-checkout-review-order-table .product-name {
	color: var(--onh-ink) !important;
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 240px;
	margin: 0;
}

.woocommerce-page.woocommerce-cart .woocommerce,
.woocommerce-cart .woocommerce {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
	column-gap: 2.25rem !important;
	row-gap: 1.5rem !important;
	align-items: start;
}

.woocommerce-page.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .woocommerce-cart-form {
	min-width: 0;
	margin: 0;
}

.woocommerce-page.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart-collaterals {
	display: block !important;
	min-width: 0;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce-page.woocommerce-cart table.cart td.product-name,
.woocommerce-cart table.cart td.product-name {
	color: var(--onh-ink-soft) !important;
}

.woocommerce-page.woocommerce-cart table.cart td.product-name > :not(a),
.woocommerce-page.woocommerce-cart table.cart td.product-name dl.variation,
.woocommerce-page.woocommerce-cart table.cart td.product-name .wc-item-meta,
.woocommerce-page.woocommerce-cart table.cart td.product-name p:not(:first-of-type),
.woocommerce-page.woocommerce-cart table.cart td.product-name small,
.woocommerce-page.woocommerce-cart table.cart td.product-name .variation,
.woocommerce-cart table.cart td.product-name > :not(a),
.woocommerce-cart table.cart td.product-name dl.variation,
.woocommerce-cart table.cart td.product-name .wc-item-meta,
.woocommerce-cart table.cart td.product-name p:not(:first-of-type),
.woocommerce-cart table.cart td.product-name small,
.woocommerce-cart table.cart td.product-name .variation {
	color: var(--onh-ink-soft) !important;
}

.woocommerce .cart_totals,
.woocommerce .cross-sells {
	padding: 1.6rem;
	border-radius: var(--onh-radius);
	background: #fff;
}

.woocommerce .cross-sells > h2,
.woocommerce .cart_totals > h2,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3,
#order_review_heading {
	margin: 0 0 1rem;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: 1.15rem;
}

.woocommerce-checkout .col2-set {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 1.25rem;
	margin-bottom: 1.25rem;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce .woocommerce-customer-details address,
.woocommerce-order {
	padding: 1.6rem;
	border: 0;
	border-radius: var(--onh-radius);
	background: #fff;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: auto;
}

.woocommerce-checkout #payment,
#add_payment_method #payment,
.woocommerce-cart #payment {
	background: transparent;
	border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods {
	padding: 0 0 1rem;
	border-top: 0;
	border-bottom: 1px solid var(--onh-border);
}

.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li {
	margin: 0;
	padding: 0.9rem 0;
}

.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box {
	margin: 0.75rem 0 0;
	padding: 0.9rem 1rem;
	border-radius: var(--onh-radius-soft);
	background: rgb(124 169 202 / 10%);
	color: var(--onh-ink);
}

.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before {
	border-bottom-color: rgb(124 169 202 / 10%);
}

.woocommerce-checkout #payment .place-order,
#add_payment_method #payment .place-order,
.woocommerce-cart #payment .place-order {
	padding: 1rem 0 0;
}

.woocommerce-checkout #payment #place_order,
#add_payment_method #payment #place_order,
.woocommerce-cart #payment #place_order {
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: 1.25rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.85rem 1rem;
	border-radius: var(--onh-radius-soft);
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	background: rgb(124 169 202 / 14%);
	color: var(--onh-primary-strong);
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	margin-bottom: 1rem;
	color: var(--onh-ink-soft);
	font-size: 0.95rem;
	line-height: 1.65;
}

.onh-account-addresses {
	display: grid;
	gap: 1rem;
}

.onh-account-addresses__intro {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.95rem;
	line-height: 1.65;
}

.onh-account-addresses__grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-auto-flow: row;
	gap: 1rem;
	align-items: start;
}

.onh-account-address-card {
	display: grid;
	gap: 1rem;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 100%;
	padding: 1.5rem;
	border-radius: var(--onh-radius-soft);
	background: rgb(17 24 39 / 3%);
}

.onh-account-address-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.onh-account-address-card__header h2 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: 1.05rem;
}

.onh-account-address-card__action {
	color: var(--onh-primary-strong);
	font-weight: 700;
}

.onh-account-address-card address {
	margin: 0;
	color: var(--onh-ink);
	font-style: normal;
	line-height: 1.72;
}

.woocommerce-account .woocommerce {
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.onh-account-auth,
.onh-account-shell,
.onh-account-recovery {
	display: grid;
	gap: 1rem;
}

.onh-account-auth__intro,
.onh-account-shell__hero,
.onh-account-recovery__card {
	display: grid;
	gap: 0.45rem;
	padding: 1.35rem;
	border-radius: var(--onh-radius);
	background: #fff;
}

.onh-account-auth__eyebrow,
.onh-account-shell__eyebrow {
	color: var(--onh-primary);
	font-family: var(--onh-title-font);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.onh-account-auth__title,
.onh-account-recovery__card h2,
.onh-account-shell__title {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: clamp(1.7rem, 2vw, 2.2rem);
	line-height: 1.05;
}

.onh-account-shell__title {
	margin-bottom: 0.28rem;
}

.onh-account-auth__text,
.onh-account-recovery__card > p,
.onh-account-shell__lead,
.onh-account-nav__header p,
.onh-account-dashboard__welcome p,
.onh-account-dashboard__card p {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.92rem;
	line-height: 1.55;
}

.onh-account-auth__grid,
.onh-account-shell__layout,
.onh-account-dashboard__grid,
.onh-account-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.onh-account-auth__grid--single {
	grid-template-columns: minmax(0, 1fr);
}

.onh-account-card {
	display: grid;
	align-content: start;
	gap: 0.85rem;
	padding: 1.35rem;
	border-radius: var(--onh-radius);
	background: #fff;
}

.onh-account-card__header {
	display: grid;
	gap: 0.3rem;
}

.woocommerce-account .onh-account-card__header h3,
.woocommerce-account .onh-account-nav__header h3,
.woocommerce-account .onh-account-dashboard__welcome h2,
.woocommerce-account .onh-account-dashboard__card h3,
.onh-account-card__header h3,
.onh-account-nav__header h3,
.onh-account-dashboard__welcome h2,
.onh-account-dashboard__card h3 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: 1.15rem;
	line-height: 1.15;
}

.onh-account-shell__hero {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 0.9rem;
}

.onh-account-shell__meta {
	display: grid;
	gap: 0.18rem;
	padding: 0.75rem 0.9rem;
	border-radius: var(--onh-radius-soft);
	background: rgb(124 169 202 / 12%);
	color: var(--onh-primary-strong);
	text-align: right;
}

.onh-account-shell__meta strong {
	font-family: var(--onh-title-font);
	font-size: 0.95rem;
}

.onh-account-shell__meta span {
	font-size: 0.82rem;
}

.onh-account-shell__layout {
	grid-template-columns: minmax(272px, 308px) minmax(0, 1fr);
	align-items: start;
	gap: 1.15rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.onh-account-nav,
.onh-account-shell__content {
	min-width: 0;
}

.onh-account-nav {
	position: sticky;
	top: 116px;
	display: grid;
	gap: 0.75rem;
}

.onh-account-nav__header p {
	max-width: 22rem;
	font-size: 0.9rem;
	line-height: 1.45;
}

.onh-account-nav__link-main {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
}

.onh-account-nav__link-main .onh-icon,
.onh-account-nav__link-main .onh-icon svg,
.onh-account-dashboard__card .onh-icon,
.onh-account-dashboard__card .onh-icon svg {
	width: 1.2rem;
	height: 1.2rem;
	flex: 0 0 auto;
}

.onh-account-nav__chevron,
.onh-account-nav__chevron svg {
	width: 0.92rem;
	height: 0.92rem;
	opacity: 0.5;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	gap: 0.7rem;
	padding: 0.78rem 0.9rem;
	font-size: 0.95rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a .onh-account-nav__chevron {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 1.25rem;
}

.onh-account-shell__content {
	display: grid;
	gap: 1rem;
}

.onh-account-form {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.onh-account-form .form-row {
	margin: 0;
}

.onh-account-form__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	margin-top: 0.25rem;
}

.onh-account-form__actions .button {
	margin-left: auto;
}

.onh-account-form__note {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.93rem;
	line-height: 1.65;
}

.woocommerce-account .onh-account-form .woocommerce-privacy-policy-text,
.woocommerce-account .onh-account-form .woocommerce-privacy-policy-text p {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.72rem;
	line-height: 1.5;
}

.woocommerce-account .onh-account-form .woocommerce-privacy-policy-text a {
	font-size: inherit;
}

.woocommerce-account .onh-account-card--register .woocommerce-form-register__submit {
	margin-top: 0.35rem;
}

.woocommerce-account .lost_password,
.onh-account-recovery__back {
	margin: 0.1rem 0 0;
}

.woocommerce-account .lost_password a,
.onh-account-recovery__back a,
.onh-account-dashboard__card a {
	color: var(--onh-primary-strong);
	font-family: var(--onh-title-font);
	font-size: 0.93rem;
	font-weight: 700;
}

.onh-account-recovery {
	max-width: 720px;
	margin: 0 auto;
}

.onh-account-dashboard {
	display: grid;
	gap: 1.2rem;
}

.onh-account-dashboard__welcome {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	padding: 1rem 1.1rem;
	border-radius: var(--onh-radius-soft);
	background: rgb(124 169 202 / 12%);
}

.onh-account-dashboard__welcome-copy {
	display: grid;
	gap: 0.45rem;
}

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

.onh-account-dashboard__card {
	display: grid;
	align-content: start;
	gap: 0.6rem;
	padding: 1.1rem;
	border-radius: var(--onh-radius-soft);
	background: rgb(17 24 39 / 3%);
}

.onh-account-dashboard__card .onh-icon {
	color: var(--onh-primary);
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
	margin: 1.25rem 0 0;
	padding: 1.25rem;
	border: 0;
	border-radius: var(--onh-radius-soft);
	background: rgb(17 24 39 / 3%);
}

.woocommerce-account .woocommerce-MyAccount-content legend {
	padding: 0;
	font-family: var(--onh-title-font);
	font-size: 0.98rem;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content .button {
	margin-top: 0.2rem;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
	margin: 0 0.45rem 0.45rem 0;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-notices-wrapper > * {
	margin-bottom: 1rem;
}

.woocommerce-order {
	display: grid;
	gap: 1.2rem;
}

.woocommerce ul.order_details {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 0;
	padding: 0;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
	display: none;
}

.woocommerce ul.order_details li {
	float: none;
	width: auto;
	margin: 0;
	padding: 1rem;
	border-right: 0;
	border-radius: var(--onh-radius-soft);
	background: rgb(17 24 39 / 4%);
	font-size: 0.82rem;
	line-height: 1.6;
}

.woocommerce ul.order_details li strong {
	display: block;
	margin-top: 0.35rem;
	color: var(--onh-ink);
	font-size: 0.98rem;
}

.woocommerce .woocommerce-customer-details address {
	padding: 1.2rem 1.3rem;
	font-style: normal;
	line-height: 1.72;
}

.woocommerce div.product div.images {
	display: grid;
	gap: 0.8rem;
	padding: 1.15rem;
	border-radius: var(--onh-radius);
	background: #fff;
	align-content: start;
}

.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
	overflow: hidden;
	border-radius: 18px;
	background: #f3f4f6;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 0.2rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	border-radius: 16px;
	background: #f3f4f6;
	opacity: 1;
}

.woocommerce span.onsale:not(.onh-price-badge) {
	top: 1rem;
	left: 1rem;
	min-width: 0;
	min-height: 0;
	padding: 0.45rem 0.72rem;
	border-radius: 999px;
	background: var(--onh-secondary);
	color: var(--onh-ink);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
}

.single-product .onh-single-product__gallery > .onsale.onh-price-badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 4;
	pointer-events: none;
	display: grid;
	place-items: center;
	width: 104px;
	height: 104px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	border-radius: 50%;
	background: var(--onh-secondary) !important;
	color: #fff !important;
	justify-items: center;
	align-content: center;
	box-shadow: none !important;
}

.single-product .onh-single-product__gallery > .onsale.onh-price-badge .onh-price-badge__sale {
	font-size: 1.45rem;
	color: #fff;
	line-height: 1;
}

.woocommerce div.product div.summary {
	display: grid;
	align-content: start;
	gap: 1rem;
	padding: 1.4rem 1.5rem;
	border-radius: var(--onh-radius);
	background: #fff;
	align-self: start;
}

.single-product div.product .summary.onh-single-product__summary,
.single-product .woocommerce div.product .summary.onh-single-product__summary {
	padding: 0;
	gap: 1.05rem;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce div.product .summary .price {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7rem;
	font-size: clamp(1.28rem, 1.9vw, 1.7rem);
	color: var(--onh-primary-strong);
}

.single-product .onh-single-product__summary .price del {
	order: 0;
	font-size: 1rem;
	color: #94a3b8;
	opacity: 1;
}

.single-product .onh-single-product__summary {
	width: 100%;
	max-width: 460px;
}

.single-product .woocommerce div.product .product_title {
	font-size: clamp(1.08rem, 1.25vw, 1.4rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.single-product .onh-single-product__summary .product_title,
.single-product .woocommerce div.product .summary.onh-single-product__summary .product_title {
	font-size: clamp(1.14rem, 1.35vw, 1.5rem) !important;
	line-height: 1.14;
}

.single-product .onh-single-product__summary .price ins {
	order: 1;
	text-decoration: none;
}

.single-product .onh-single-product__summary .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.9rem;
}

.single-product .onh-single-product__summary .woocommerce-review-link {
	color: inherit;
	font-weight: 600;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: var(--onh-ink-soft);
	font-size: 0.98rem;
	line-height: 1.7;
}

.single-product .onh-single-product__summary .woocommerce-product-details__short-description,
.single-product .onh-single-product__summary .woocommerce-product-details__short-description p,
.single-product .onh-single-product__summary .woocommerce-product-details__short-description li {
	font-size: 0.9rem;
	line-height: 1.55;
}

.single-product .onh-single-product__summary .product_meta {
	font-size: 0.84rem;
}

.single-product .onh-single-product__summary .woocommerce-product-details__short-description p {
	margin: 0;
}

.onh-single-product__overview-short-description {
	margin-top: 1.25rem;
	max-width: min(100%, 980px);
}

.onh-single-product__short-description,
.onh-single-product__short-description p,
.onh-single-product__short-description li {
	color: var(--onh-ink-soft);
	font-size: 0.88rem;
	line-height: 1.62;
}

.onh-single-product__short-description-title {
	margin: 0 0 0.65rem;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	line-height: 1.2;
	font-weight: 700;
}

.onh-single-product__short-description > :first-child {
	margin-top: 0;
}

.onh-single-product__short-description > :last-child {
	margin-bottom: 0;
}

.single-product .onh-single-product__summary .onh-single-product__full-description,
.single-product .onh-single-product__summary .onh-single-product__full-description p,
.single-product .onh-single-product__summary .onh-single-product__full-description li {
	color: var(--onh-ink-soft);
	font-size: 0.86rem;
	line-height: 1.55;
}

.single-product .onh-single-product__summary .onh-single-product__full-description > :first-child {
	margin-top: 0;
}

.single-product .onh-single-product__summary .onh-single-product__full-description > :last-child {
	margin-bottom: 0;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin: 0.9rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid rgb(17 24 39 / 8%);
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart button.single_add_to_cart_button.button {
	flex: 1 1 220px;
	min-height: 52px;
}

.single-product .product-type-simple form.cart {
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: start;
	align-items: stretch;
	gap: 0.8rem;
}

.single-product .product-type-simple form.cart .quantity,
.single-product .product-type-simple form.cart .single_add_to_cart_button {
	margin: 0;
}

.single-product .product-type-simple form.cart .quantity .qty {
	min-height: 52px;
	height: 52px;
}

.single-product .product-type-simple form.cart .single_add_to_cart_button,
.single-product .product-type-simple form.cart button.single_add_to_cart_button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	width: auto;
	min-width: 220px;
	min-height: 52px;
	height: 52px;
	border: 0;
	background: var(--onh-secondary) !important;
	color: var(--onh-ink) !important;
}

.single-product .product-type-simple form.cart .single_add_to_cart_button::before,
.single-product .product-type-simple form.cart button.single_add_to_cart_button.button::before {
	content: "";
	display: inline-block;
	width: 1.08rem;
	height: 1.08rem;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 4a1 1 0 0 1 1-1h1.1a1 1 0 0 1 .98.8l.34 1.7H20a1 1 0 0 1 .97 1.24l-1.4 5.6a1 1 0 0 1-.97.76H8.3l.36 1.8h9.74a1 1 0 1 1 0 2H7.84a1 1 0 0 1-.98-.8L5 5H4a1 1 0 0 1-1-1Zm6 15a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm8 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 4a1 1 0 0 1 1-1h1.1a1 1 0 0 1 .98.8l.34 1.7H20a1 1 0 0 1 .97 1.24l-1.4 5.6a1 1 0 0 1-.97.76H8.3l.36 1.8h9.74a1 1 0 1 1 0 2H7.84a1 1 0 0 1-.98-.8L5 5H4a1 1 0 0 1-1-1Zm6 15a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm8 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.single-product .product-type-simple form.cart .single_add_to_cart_button:hover,
.single-product .product-type-simple form.cart button.single_add_to_cart_button.button:hover,
.single-product .product-type-simple form.cart .single_add_to_cart_button:focus,
.single-product .product-type-simple form.cart button.single_add_to_cart_button.button:focus {
	background: #e0aa05 !important;
	color: var(--onh-ink) !important;
}

.woocommerce div.product form.cart table.variations {
	margin: 0 0 0.5rem;
	background: transparent;
	flex: 1 0 100%;
}

.woocommerce div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations th {
	padding: 0 0 0.8rem;
	border: 0;
}

.woocommerce div.product form.cart table.variations label {
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.woocommerce div.product form.cart .reset_variations {
	color: var(--onh-primary-strong);
	font-weight: 700;
}

.woocommerce div.product .summary .stock {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0;
	padding: 0.38rem 0.72rem;
	border-radius: 999px;
	background: rgb(124 169 202 / 12%);
	color: var(--onh-primary-strong);
	font-family: var(--onh-title-font);
	font-size: 0.82rem;
	font-weight: 700;
}

.woocommerce div.product .summary .stock.out-of-stock {
	background: rgb(196 72 72 / 10%);
	color: #b23c3c;
}

.woocommerce div.product .product_meta {
	display: grid;
	gap: 0.45rem;
	padding: 1rem 1.1rem;
	border-radius: 18px;
	background: rgb(17 24 39 / 3%);
	color: var(--onh-ink-soft);
	font-size: 0.92rem;
}

.woocommerce div.product .product_meta a {
	color: var(--onh-ink);
	font-weight: 600;
}

.woocommerce-product-details__short-description p:last-child,
.woocommerce div.product .summary .price:last-child,
.woocommerce div.product .product_meta > :last-child {
	margin-bottom: 0;
}

.onh-single-product__after {
	display: grid;
	gap: 2.25rem;
}

.onh-single-product__after > .woocommerce-tabs {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.onh-single-product__after > .woocommerce-tabs ul.tabs {
	margin: 0 0 1.1rem;
}

.onh-single-product__after > .woocommerce-tabs .panel {
	margin: 0;
}

.onh-single-product__after > .woocommerce-tabs .panel > :first-child {
	margin-top: 0;
}

.onh-single-product__after > .woocommerce-tabs .panel > :last-child {
	margin-bottom: 0;
}

.onh-single-related {
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.onh-single-related .onh-section__header {
	margin-bottom: 1.5rem;
}

.onh-single-related .onh-category-strip-shell {
	margin-top: 0;
}

.woocommerce-Tabs-panel > *:first-child {
	margin-top: 0;
}

.woocommerce-Reviews .commentlist {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-Reviews .commentlist .review {
	padding: 1.2rem 0;
	border-top: 1px solid var(--onh-border);
}

.woocommerce-Reviews .commentlist .review:first-child {
	padding-top: 0;
	border-top: 0;
}

.woocommerce-Reviews .comment_container {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.9rem;
}

.woocommerce-Reviews .comment_container img {
	border-radius: 50%;
}

.woocommerce-Reviews .comment-text {
	margin: 0;
	padding: 0;
	border: 0;
}

.woocommerce-Reviews #review_form #respond {
	margin-top: 1.5rem;
}

.woocommerce-Reviews #reply-title {
	display: block;
	margin-bottom: 0.9rem;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: 1.05rem;
	font-weight: 700;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
	margin-bottom: 1rem;
}

.woocommerce-cart .onh-page-shell--commerce .onh-page-shell__body > *,
.woocommerce-checkout .onh-page-shell--commerce .onh-page-shell__body > *,
.woocommerce-account .onh-page-shell--commerce .onh-page-shell__body > * {
	max-width: none;
}

.wc-block-cart,
.wc-block-checkout {
	color: var(--onh-ink);
}

.woocommerce-checkout .wc-block-checkout {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input,
.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-country-input,
.woocommerce-checkout #billing_country_field {
	margin-top: 0.9rem;
}

.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input,
.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form__state,
.woocommerce-checkout .wc-block-checkout #billing-state,
.woocommerce-checkout .wc-block-checkout #shipping-state,
.woocommerce-checkout #billing_state_field {
	display: none !important;
}

.wc-block-components-sidebar-layout.wc-block-cart,
.wc-block-components-sidebar-layout.wc-block-checkout {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 2rem !important;
	align-items: flex-start;
}

.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-main,
.wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-main,
.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-sidebar,
.wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-sidebar {
	padding: 1.6rem !important;
	border-radius: var(--onh-radius);
	background: #fff;
}

.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-main,
.wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-main {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0;
	box-shadow: none;
}

.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-sidebar,
.wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-sidebar {
	flex: 0 0 420px !important;
	width: 420px !important;
	min-width: 0;
	border: 0;
	box-shadow: none;
}

.wc-block-cart__empty-cart {
	display: grid;
	justify-items: center;
	gap: 0.9rem;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--onh-radius);
	background: #fff;
	text-align: center;
}

.wc-block-cart__empty-cart svg {
	width: 72px;
	height: 72px;
	color: var(--onh-primary);
	fill: currentColor;
}

.wc-block-cart__empty-cart__title {
	margin: 0;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	line-height: 1.08;
}

.wc-block-cart__empty-cart p,
.wc-block-cart__empty-cart .wc-block-cart__empty-cart__description {
	max-width: 52ch;
	margin: 0;
	color: var(--onh-ink-soft);
}

.wc-block-cart__empty-cart .wc-block-components-button,
.wc-block-checkout .wc-block-components-button,
.wc-block-cart .wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.9rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: var(--onh-primary);
	color: #fff;
	font-family: var(--onh-title-font);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: none;
}

.wc-block-cart__empty-cart .wc-block-components-button:hover,
.wc-block-checkout .wc-block-components-button:hover,
.wc-block-cart .wc-block-components-button:hover {
	background: var(--onh-primary-strong);
	color: #fff;
}

.wc-block-components-notice-banner,
.wc-block-store-notices,
.wc-block-components-validation-error {
	margin: 0 0 1rem;
	padding: 1rem 1rem 1rem 3rem;
	border: 0;
	border-radius: var(--onh-radius-soft);
	background: #fff;
	box-shadow: none;
}

.wc-block-components-notice-banner.is-error,
.wc-block-components-validation-error {
	border-left: 0;
}

.wc-block-components-notice-banner svg,
.wc-block-components-validation-error svg {
	top: 1rem;
	left: 1rem;
}

.wc-block-cart-items__header,
.wc-block-order-summary .wc-block-order-summary__title,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary {
	border-color: var(--onh-border);
}

.wc-block-cart-items__row {
	padding: 1.1rem 0;
	border-color: var(--onh-border);
}

.wc-block-cart-items__header,
.wc-block-components-order-summary .wc-block-order-summary__title,
.wc-block-components-totals-item,
.wc-block-components-totals-footer-item {
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
}

.wc-block-components-product-name {
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.wc-block-components-product-metadata__description,
.wc-block-components-product-metadata__description p {
	color: var(--onh-ink-soft);
	font-family: var(--onh-body-font);
	font-weight: 400;
}

.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-components-product-metadata__description p,
.woocommerce-checkout .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-product-metadata__description p {
	display: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata p {
	display: none !important;
}

.wc-block-cart-item__prices,
.wc-block-components-product-price,
.wc-block-components-totals-item__value,
.wc-block-components-formatted-money-amount {
	color: var(--onh-ink);
	font-family: var(--onh-accent-font);
	font-weight: 700;
}

.wc-block-cart-item__image img,
.wc-block-components-order-summary-item__image img {
	border-radius: 16px;
	background: #f3f4f6;
}

.wc-block-components-quantity-selector {
	width: fit-content;
	border: 1px solid var(--onh-border);
	border-radius: var(--onh-radius-soft);
}

.wc-block-components-quantity-selector::after {
	display: none;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	min-width: 42px;
	border: 0;
}

.wc-block-components-quantity-selector button,
.wc-block-components-quantity-selector input {
	min-height: 46px;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-textarea,
.wc-block-components-text-input select,
.wc-block-components-address-form input,
.wc-block-components-address-form select {
	min-height: 50px;
	padding: 0.85rem 1rem;
	border: 1px solid var(--onh-border);
	border-radius: var(--onh-radius-soft);
	box-shadow: none;
}

.wc-block-components-textarea {
	min-height: 140px;
}

.woocommerce-checkout .wc-block-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-checkout .wc-block-components-textarea,
.woocommerce-checkout .wc-block-checkout .wc-block-components-text-input select,
.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form select,
.woocommerce-checkout form.checkout input.input-text,
.woocommerce-checkout form.checkout select,
.woocommerce-checkout form.checkout textarea {
	border-color: #d8dee6;
}

.woocommerce-checkout .wc-block-checkout .wc-block-components-text-input input::placeholder,
.woocommerce-checkout .wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input::placeholder,
.woocommerce-checkout .wc-block-checkout .wc-block-components-textarea::placeholder,
.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form input::placeholder,
.woocommerce-checkout form.checkout input.input-text::placeholder,
.woocommerce-checkout form.checkout textarea::placeholder {
	color: #aeb7c3;
	opacity: 1;
}

.woocommerce-checkout .wc-block-checkout .wc-block-components-form .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form label,
.woocommerce-checkout form.checkout .form-row label {
	color: #95a1b0;
	font-size: 0.9rem;
	font-weight: 400;
}

@media (max-width: 767px) {
	.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 0.72rem;
		row-gap: 0.72rem;
	}

	.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form > * {
		grid-column: 1 / -1;
		margin: 0 !important;
	}

	.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-address-form__first_name,
	.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-address-form__last_name,
	.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-address-form__city,
	.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-address-form__postcode {
		grid-column: auto;
	}

	.woocommerce-checkout form.checkout #billing_first_name_field,
	.woocommerce-checkout form.checkout #billing_last_name_field,
	.woocommerce-checkout form.checkout #billing_city_field,
	.woocommerce-checkout form.checkout #billing_postcode_field {
		float: left;
		width: calc(50% - 0.36rem);
		margin-bottom: 0.72rem;
	}

	.woocommerce-checkout form.checkout #billing_first_name_field,
	.woocommerce-checkout form.checkout #billing_city_field {
		clear: both;
		margin-right: 0.72rem;
	}

	.woocommerce-checkout form.checkout #billing_last_name_field,
	.woocommerce-checkout form.checkout #billing_postcode_field {
		margin-right: 0;
	}
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-checkout-step__heading,
.wc-block-components-title,
.wc-block-components-order-summary .wc-block-components-panel__button,
.wc-block-components-radio-control__option-layout,
.wc-block-components-checkbox .wc-block-components-checkbox__label {
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.wc-block-components-checkout-step,
.wc-block-components-checkout-step--with-step-number {
	padding: 0;
	border-color: var(--onh-border);
}

.wc-block-components-checkout-step__container,
.wc-block-components-checkout-step__description,
.wc-block-components-checkout-return-to-cart-button {
	color: var(--onh-ink-soft);
}

.wc-block-components-radio-control__input:checked::before {
	background: var(--onh-primary);
}

.wc-block-components-order-summary-item__quantity {
	border: 0;
	border-radius: 999px;
	background: rgb(124 169 202 / 12%);
	color: var(--onh-primary-strong);
}

.wc-block-components-sidebar .wc-block-components-panel,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-cart__totals-coupon,
.wc-block-cart__totals-footer-item {
	border-color: var(--onh-border);
}

.wc-block-components-panel__button {
	padding-inline: 0;
}

.wc-block-components-order-summary .wc-block-components-panel__content {
	padding: 0.5rem 0 0;
}

.wc-block-checkout__actions_row,
.wc-block-cart__submit-container {
	margin-top: 1.2rem;
}

.onh-footer {
	padding: 2.25rem 0 2.5rem;
	background: var(--onh-surface-alt);
	border-top: 0;
}

.onh-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(220px, 1fr));
	gap: 1.75rem 2.25rem;
	align-items: start;
}

.onh-footer__brand,
.onh-footer__column {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.onh-footer__logo {
	display: grid;
	gap: 1rem;
	align-content: start;
	max-width: 36rem;
}

.onh-footer__logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.onh-footer__logo .custom-logo {
	width: auto;
	max-height: 84px;
}

.onh-footer__logo strong {
	display: block;
	margin-bottom: 0.45rem;
	font-family: var(--onh-title-font);
	font-size: 1.15rem;
}

.onh-footer__logo p,
.onh-footer__copy,
.onh-footer__column p {
	margin: 0;
	color: var(--onh-ink-soft);
}

.onh-footer__copy {
	margin-top: 0.9rem;
	max-width: 58ch;
}

.onh-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.1rem;
}

.onh-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 999px;
	color: var(--onh-ink-soft);
	background: rgb(17 24 39 / 4%);
	transition: color 0.2s ease, background-color 0.2s ease;
}

.onh-footer__social-link .onh-icon,
.onh-footer__social-link .onh-icon svg {
	width: 1.56rem;
	height: 1.56rem;
}

.onh-footer__social-link:hover,
.onh-footer__social-link:focus {
	color: var(--onh-primary);
	background: rgb(124 169 202 / 12%);
}

.onh-footer__column h3 {
	margin: 0 0 0.9rem;
	font-family: var(--onh-title-font);
	font-size: 1rem;
}

.onh-footer-list {
	display: grid;
	gap: 0.42rem;
}

.onh-footer-list a {
	color: var(--onh-ink-soft);
	font-weight: 400;
}

.onh-footer__column--categories .onh-footer-list a {
	font-size: 0.76rem;
}

.onh-footer-list a:hover,
.onh-footer-list a:focus {
	color: var(--onh-ink);
}

.onh-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 0;
	color: var(--onh-ink-soft);
	font-size: 0.92rem;
}

.onh-footer__credit-link {
	color: var(--onh-primary-strong);
	font-weight: 500;
}

.onh-footer__credit-link:hover,
.onh-footer__credit-link:focus {
	color: var(--onh-primary);
}

.onh-modal {
	position: fixed;
	inset: 0;
	z-index: 70;
	display: grid;
	align-items: center;
}

.onh-modal[hidden] {
	display: none;
}

.onh-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(15 23 42 / 48%);
	backdrop-filter: blur(4px);
}

.onh-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 24px), 980px);
	max-height: calc(100vh - 40px);
	margin: 20px auto;
	overflow: hidden;
	border-radius: var(--onh-radius);
	background: #fff;
	box-shadow: 0 26px 64px rgb(15 23 42 / 30%);
}

.onh-modal__close {
	position: sticky;
	top: 1rem;
	left: calc(100% - 3rem);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 1rem 1rem 0 auto;
	border: 0;
	border-radius: 50%;
	background: rgb(17 24 39 / 6%);
}

.onh-modal__content {
	padding: 0 1.5rem 1.5rem;
}

.onh-search-modal__dialog {
	width: min(calc(100% - 24px), 760px);
	max-height: min(78vh, 760px);
	margin: 0 auto;
	background: var(--onh-surface-alt);
}

.onh-search-modal__content {
	display: grid;
	gap: 1rem;
	padding-top: 1rem;
	overflow: hidden;
}

.onh-search-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.onh-search-modal__head h3 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: 1.1rem;
	line-height: 1.1;
}

.onh-search-modal__head-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.8rem;
	margin-left: auto;
}

.onh-search-modal__close {
	position: static;
	margin: 0;
	flex: 0 0 auto;
}

.onh-search-modal__form {
	position: sticky;
	top: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.3rem minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.9rem;
	margin-top: 0;
	padding: 0.8rem 0.95rem;
	border-radius: 22px;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--onh-border);
}

.onh-search-modal__form-icon,
.onh-search-modal__form-icon svg {
	width: 1.3rem;
	height: 1.3rem;
	color: var(--onh-ink-soft);
}

.onh-search-modal__input {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--onh-title-font);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--onh-ink);
}

.onh-search-modal__input::-webkit-search-cancel-button,
.onh-search-modal__input::-webkit-search-decoration {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

.onh-search-modal__input:focus {
	outline: 0;
}

.onh-search-modal__input::placeholder {
	color: rgb(95 95 95 / 72%);
	font-weight: 400;
	opacity: 1;
}

.onh-search-modal__clear {
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	padding: 0 0 0 0.95rem;
	border: 0;
	border-left: 1px solid var(--onh-border);
	background: transparent;
	color: var(--onh-primary);
	font-family: var(--onh-title-font);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.onh-search-modal__clear[hidden] {
	display: none;
}

.onh-search-modal__results {
	min-height: 180px;
	max-height: min(48vh, 420px);
	overflow: auto;
	scrollbar-width: none;
}

.onh-search-modal__footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 0.15rem;
}

.onh-search-modal__results::-webkit-scrollbar,
.onh-modal__dialog::-webkit-scrollbar,
.onh-search-modal__content::-webkit-scrollbar {
	display: none;
}

.onh-search-modal__state {
	display: grid;
	gap: 0;
	padding: 0.5rem 0.2rem;
}

.onh-search-modal__state p {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.92rem;
	line-height: 1.5;
}

.onh-search-modal__list {
	display: grid;
	gap: 0.7rem;
}

.onh-search-modal__item {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 0.95rem;
	align-items: start;
	padding: 0.7rem;
	border-radius: 20px;
	background: #fff;
	color: var(--onh-ink);
}

.onh-search-modal__item-image {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	background: #f3f4f6;
}

.onh-search-modal__item-image img {
	display: block;
	width: 100%;
	height: 86px;
	object-fit: cover;
}

.onh-search-modal__item-body {
	display: grid;
	align-content: start;
	gap: 0.28rem;
	min-width: 0;
	padding-top: 0.12rem;
}

.onh-search-modal__item-body strong {
	font-family: var(--onh-title-font);
	font-size: 0.98rem;
	line-height: 1.25;
}

.onh-search-modal__item-sku {
	color: var(--onh-ink-soft);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.onh-search-modal__item-price {
	color: var(--onh-primary-strong);
	font-family: var(--onh-accent-font);
	font-size: 0.95rem;
	font-weight: 700;
}

.onh-search-modal__view-all {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--onh-primary);
	font-family: var(--onh-title-font);
	font-size: 0.92rem;
	font-weight: 700;
	white-space: nowrap;
}

.onh-search-modal__view-all .onh-icon,
.onh-search-modal__view-all .onh-icon svg {
	width: 1rem;
	height: 1rem;
}

.onh-drawer {
	position: fixed;
	inset: 0;
	z-index: 68;
}

.onh-drawer[hidden] {
	display: none;
}

.onh-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(15 23 42 / 42%);
	backdrop-filter: blur(3px);
}

.onh-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(100vw, 430px);
	height: 100%;
	padding: 1.1rem 1rem 1rem;
	background: #fff;
	box-shadow: -20px 0 50px rgb(15 23 42 / 18%);
}

.onh-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--onh-border);
}

.onh-drawer__header h3 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: 1.15rem;
}

.onh-drawer__header p {
	margin: 0.35rem 0 0;
	color: var(--onh-ink-soft);
	font-size: 0.9rem;
}

.onh-drawer__body {
	flex: 1;
	padding-top: 1rem;
	overflow: auto;
}

.onh-side-panel__shell,
.onh-side-panel__list {
	display: grid;
	gap: 1rem;
}

.onh-side-panel__meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--onh-border);
}

.onh-side-panel__meta strong {
	display: block;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-size: 0.95rem;
}

.onh-side-panel__meta span {
	color: var(--onh-ink-soft);
	font-size: 0.86rem;
	text-align: right;
}

.onh-side-panel__empty {
	display: grid;
	justify-items: start;
	gap: 0.8rem;
	padding: 0.5rem 0 0;
}

.onh-side-panel__empty h3 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: 1.25rem;
}

.onh-side-panel__empty p,
.onh-side-panel__loading {
	margin: 0;
	color: var(--onh-ink-soft);
}

.onh-side-panel__item {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 0.95rem;
	padding: 0 4.95rem 1rem 0;
	border-bottom: 1px solid var(--onh-border);
}

.onh-side-panel__item-image {
	display: block;
	overflow: hidden;
	border-radius: 18px;
	background: #f3f4f6;
}

.onh-side-panel__item-image img,
.onh-side-panel__item-placeholder {
	width: 100%;
	aspect-ratio: 1 / 1;
}

.onh-side-panel__item-image img {
	object-fit: cover;
}

.onh-side-panel__item-placeholder {
	display: grid;
	place-items: center;
	color: #fff;
	font-family: var(--onh-title-font);
	font-size: 1.25rem;
	font-weight: 800;
	background: var(--onh-primary);
}

.onh-side-panel__item-body {
	display: grid;
	align-content: start;
	gap: 0.45rem;
	min-width: 0;
}

.onh-side-panel__item-meta {
	margin: 0;
	color: var(--onh-ink-soft);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.onh-side-panel__item-body h4 {
	margin: 0;
	font-family: var(--onh-title-font);
	font-size: 0.98rem;
	line-height: 1.2;
}

.onh-side-panel__item-price {
	color: var(--onh-ink);
	font-family: var(--onh-accent-font);
	font-size: 1rem;
	font-weight: 700;
}

.js-onh-wishlist-sidebar-shell .onh-side-panel__item-meta {
	color: var(--onh-ink-soft);
	font-size: 0.72rem;
	font-weight: 400;
}

.js-onh-wishlist-sidebar-shell .onh-side-panel__item-body {
	gap: 0.28rem;
}

.js-onh-wishlist-sidebar-shell .onh-side-panel__item-price,
.js-onh-wishlist-sidebar-shell .onh-side-panel__item-price .amount,
.js-onh-wishlist-sidebar-shell .onh-side-panel__item-price bdi,
.js-onh-wishlist-sidebar-shell .onh-side-panel__item-price del,
.js-onh-wishlist-sidebar-shell .onh-side-panel__item-price ins {
	font-weight: 400;
}

.onh-side-panel__item-actions {
	position: absolute;
	right: 0;
	bottom: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.onh-side-panel__item-action,
.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove,
.woocommerce .js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove,
.woocommerce-page .js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove,
.onh-drawer .woocommerce-mini-cart-item a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #a6aeb8 !important;
	line-height: 0;
	text-decoration: none;
}

.onh-side-panel__item-action .onh-icon--active {
	display: none;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart,
.onh-drawer .woocommerce-mini-cart {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item,
.onh-drawer .woocommerce-mini-cart-item {
	position: relative;
	margin: 0 !important;
	padding: 0 2.25rem 1rem 0 !important;
	border-bottom: 1px solid var(--onh-border) !important;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item > a:not(.remove),
.onh-drawer .woocommerce-mini-cart-item > a:not(.remove) {
	display: grid !important;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item img,
.onh-drawer .woocommerce-mini-cart-item img {
	width: 96px;
	height: 96px;
	border-radius: 12px;
	object-fit: cover;
	background: #f3f4f6;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item .quantity,
.onh-drawer .woocommerce-mini-cart-item .quantity {
	display: block;
	margin-top: 0.45rem;
	margin-left: calc(96px + 0.85rem);
	color: var(--onh-ink-soft);
	font-size: 0.9rem;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove,
.onh-drawer .woocommerce-mini-cart-item a.remove {
	position: absolute !important;
	right: 0 !important;
	bottom: 1rem !important;
	left: auto !important;
	top: auto !important;
	z-index: 2;
	float: none !important;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove .onh-icon,
.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove .onh-icon svg,
.onh-side-panel__item-action .onh-icon,
.onh-side-panel__item-action .onh-icon svg,
.onh-drawer .woocommerce-mini-cart-item a.remove .onh-icon,
.onh-drawer .woocommerce-mini-cart-item a.remove .onh-icon svg {
	width: 1.86rem;
	height: 1.86rem;
}

.onh-side-panel__item-action.is-active .onh-icon--default {
	display: none;
}

.onh-side-panel__item-action.is-active .onh-icon--active {
	display: inline-flex;
}

.onh-side-panel__item-action:hover,
.onh-side-panel__item-action:focus,
.onh-side-panel__item-action.is-active,
.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove:hover,
.js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove:focus,
.woocommerce .js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove:hover,
.woocommerce .js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove:focus,
.woocommerce-page .js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove:hover,
.woocommerce-page .js-onh-cart-sidebar-shell .woocommerce-mini-cart-item a.remove:focus,
.onh-drawer .woocommerce-mini-cart-item a.remove:hover,
.onh-drawer .woocommerce-mini-cart-item a.remove:focus {
	color: var(--onh-primary-strong) !important;
}

.js-onh-wishlist-sidebar-shell .onh-side-panel__item-remove,
.js-onh-wishlist-sidebar-shell .onh-side-panel__item-remove.is-active,
.js-onh-wishlist-sidebar-shell .onh-side-panel__item-remove:focus {
	color: #a6aeb8 !important;
}

.onh-side-panel__item-actions .added_to_cart {
	display: none !important;
}

.js-onh-cart-sidebar-shell p.woocommerce-mini-cart__total,
.onh-drawer p.woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding-top: 0.2rem;
	color: var(--onh-ink);
	font-family: var(--onh-title-font);
	font-weight: 700;
}

.js-onh-cart-sidebar-shell p.woocommerce-mini-cart__buttons,
.onh-drawer p.woocommerce-mini-cart__buttons {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding-top: 0.2rem;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.button,
.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.wc-forward,
.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons .button,
.onh-drawer .woocommerce-mini-cart__buttons a.button,
.onh-drawer .woocommerce-mini-cart__buttons a.wc-forward,
.onh-drawer .woocommerce-mini-cart__buttons .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 48px;
	margin: 0 !important;
	padding: 0.95rem 1.1rem !important;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	font-family: var(--onh-title-font);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	box-shadow: none !important;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.button:not(.checkout),
.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
.js-onh-cart-sidebar-shell p.woocommerce-mini-cart__buttons .button:not(.checkout),
.onh-drawer .woocommerce-mini-cart__buttons a.button:not(.checkout),
.onh-drawer .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
.onh-drawer p.woocommerce-mini-cart__buttons .button:not(.checkout) {
	border: 1px solid var(--onh-primary) !important;
	background: #fff !important;
	color: var(--onh-primary-strong) !important;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.checkout,
.js-onh-cart-sidebar-shell p.woocommerce-mini-cart__buttons .button.checkout,
.onh-drawer .woocommerce-mini-cart__buttons a.checkout,
.onh-drawer p.woocommerce-mini-cart__buttons .button.checkout {
	background: var(--onh-primary) !important;
	color: #fff !important;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.button:not(.checkout):hover,
.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover,
.js-onh-cart-sidebar-shell p.woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.onh-drawer .woocommerce-mini-cart__buttons a.button:not(.checkout):hover,
.onh-drawer .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover,
.onh-drawer p.woocommerce-mini-cart__buttons .button:not(.checkout):hover {
	border-color: var(--onh-primary-strong) !important;
	background: rgb(124 169 202 / 8%) !important;
	color: var(--onh-primary-strong) !important;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.checkout:hover,
.js-onh-cart-sidebar-shell p.woocommerce-mini-cart__buttons .button.checkout:hover,
.onh-drawer .woocommerce-mini-cart__buttons a.checkout:hover,
.onh-drawer p.woocommerce-mini-cart__buttons .button.checkout:hover {
	background: var(--onh-primary-strong) !important;
	color: #fff !important;
}

.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.button:focus,
.js-onh-cart-sidebar-shell .woocommerce-mini-cart__buttons a.wc-forward:focus,
.js-onh-cart-sidebar-shell p.woocommerce-mini-cart__buttons .button:focus,
.onh-drawer .woocommerce-mini-cart__buttons a.button:focus,
.onh-drawer .woocommerce-mini-cart__buttons a.wc-forward:focus,
.onh-drawer p.woocommerce-mini-cart__buttons .button:focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgb(124 169 202 / 18%);
}

.js-onh-cart-sidebar-shell p.woocommerce-mini-cart__empty-message,
.onh-drawer p.woocommerce-mini-cart__empty-message {
	margin: 0;
	color: var(--onh-ink-soft);
}

.js-onh-cart-sidebar-shell ul.woocommerce-mini-cart li.woocommerce-mini-cart-item,
.onh-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
	position: relative !important;
	overflow: visible !important;
	min-height: 96px;
}

.js-onh-cart-sidebar-shell ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove),
.onh-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) {
	display: grid !important;
	grid-template-columns: 96px minmax(0, 1fr) !important;
	column-gap: 0.85rem !important;
	row-gap: 0 !important;
	align-items: start !important;
}

.js-onh-cart-sidebar-shell ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img,
.onh-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img {
	float: none !important;
	display: block !important;
	width: 96px !important;
	height: 96px !important;
	max-width: none !important;
	margin: 0 !important;
	border-radius: 12px !important;
	object-fit: cover !important;
	background: #f3f4f6;
}

.js-onh-cart-sidebar-shell ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .quantity,
.onh-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .quantity {
	display: block !important;
	margin: 0.45rem 0 0 calc(96px + 0.85rem) !important;
	padding: 0 !important;
	clear: none !important;
}

.js-onh-cart-sidebar-shell ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a.remove,
.onh-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a.remove {
	position: absolute !important;
	right: 0 !important;
	bottom: 1rem !important;
	left: auto !important;
	top: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	line-height: 0 !important;
}

.onh-mobile-panel {
	position: fixed;
	inset: 0;
	z-index: 65;
}

.onh-mobile-panel[hidden] {
	display: none;
}

.onh-mobile-panel__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(15 23 42 / 42%);
}

.onh-mobile-panel__content {
	position: relative;
	z-index: 1;
	width: min(88vw, 420px);
	height: 100%;
	padding: 1rem 1rem 1.15rem;
	overflow: auto;
	background: #fff;
	box-shadow: 20px 0 50px rgb(15 23 42 / 18%);
}

.onh-mobile-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.9rem;
}

.onh-mobile-panel__brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

.onh-mobile-panel__brand .custom-logo-link,
.onh-mobile-panel__brand a {
	display: inline-flex;
	align-items: center;
}

.onh-mobile-panel__brand .custom-logo {
	width: auto;
	max-width: 196px;
	max-height: 56px;
	height: auto;
}

.onh-mobile-panel__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem;
	margin-bottom: 0.95rem;
	padding-bottom: 0.95rem;
	border-bottom: 1px solid var(--onh-border);
}

.onh-mobile-panel__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 0.9rem;
	border: 0;
	border-radius: 999px;
	background: rgb(15 23 42 / 5%);
	color: var(--onh-ink-soft);
	font-family: var(--onh-title-font);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
}

.onh-mobile-panel__tab.is-active {
	background: var(--onh-primary);
	color: #fff;
}

.onh-mobile-panel__body {
	display: grid;
}

.onh-mobile-panel__section {
	display: none;
}

.onh-mobile-panel__section.is-active {
	display: block;
}

.onh-mobile-menu,
.onh-mobile-subcategories {
	display: grid;
	gap: 0.18rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.onh-mobile-menu li a,
.onh-mobile-category-row a {
	display: block;
	padding: 0.58rem 0;
	font-family: var(--onh-title-font);
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1.3;
}

.onh-mobile-panel__categories {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.onh-mobile-category-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
}

.onh-mobile-category-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgb(17 24 39 / 5%);
}

.onh-mobile-subcategories {
	display: none;
	gap: 0.14rem;
	padding-left: 0.6rem;
	padding-bottom: 0.25rem;
}

.onh-mobile-subcategories a {
	padding: 0.42rem 0;
	font-size: 0.82rem;
	line-height: 1.3;
	color: var(--onh-ink-soft);
}

.onh-mobile-category-list__item.is-open .onh-mobile-subcategories {
	display: grid;
}

.onh-mobile-toolbar {
	position: fixed;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 45;
	display: none;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.5rem;
	padding: 0.55rem;
	border: 0;
	border-radius: 22px;
	background: rgb(15 23 42 / 92%);
	backdrop-filter: blur(12px);
}

.onh-mobile-toolbar a {
	display: grid;
	justify-items: center;
	gap: 0.35rem;
	padding: 0.5rem 0.25rem;
	border-radius: 16px;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
}

.onh-mobile-toolbar .onh-icon,
.onh-mobile-toolbar .onh-icon svg {
	width: 1.4rem;
	height: 1.4rem;
}

.onh-mobile-toolbar a:hover {
	background: rgb(255 255 255 / 9%);
}

@keyframes onh-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 1280px) {
	.onh-header-main__inner {
		grid-template-columns: auto minmax(260px, 320px) minmax(320px, 1fr) auto;
	}

	.onh-header-ribbon {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.onh-header-ribbon__utility {
		gap: 0.65rem;
	}

	.onh-header-menu {
		gap: 0.85rem 1.4rem;
	}

	.onh-products-grid--dense {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.onh-category-strip__track--products > li.product.onh-product-card {
		flex-basis: calc((100% - 4.5rem) / 3.45);
		min-width: 210px;
	}

	.onh-category-strip__track--products > .onh-category-promo-card {
		flex-basis: clamp(372px, calc((((100% - 4.5rem) / 3.45) * 1.9) + 0.8rem), 468px);
		min-width: 372px;
	}

	.onh-home-promos__grid,
	.onh-category-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.onh-category-section__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.onh-category-section__products {
		grid-column: 1 / -1;
	}
}

@media (min-width: 768px) and (max-width: 1600px) {
	.onh-category-strip-shell {
		margin-left: 0;
		margin-right: calc(50% - 50vw);
	}

	.onh-category-strip__viewport {
		padding-left: 0;
	}
}

@media (max-width: 1024px) {

	.onh-main {
		padding-bottom: 40px;
	}

	.onh-topbar__nav {
		display: none;
	}

	.onh-mobile-only {
		display: inline-flex;
	}

	.onh-header-ribbon {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 1rem 0;
		gap: 1rem;
	}

	.onh-header-nav {
		display: none;
	}

	.onh-header-ribbon__utility {
		display: none;
	}

	.onh-header-ribbon__brand {
		order: 1;
		justify-self: start;
	}

	.onh-header-ribbon__toggle {
		order: 2;
		margin-right: 0;
		margin-left: auto;
	}

	.onh-header-ribbon__brand .custom-logo {
		max-height: 44px;
	}

	.onh-footer__logo .custom-logo {
		max-height: 72px;
	}

	.onh-service-strip__grid,
	.onh-footer__grid,
	.onh-quick-view,
	.single-product div.product,
	.onh-post-grid {
		grid-template-columns: 1fr;
	}

	.onh-single-product__overview {
		grid-template-columns: 1fr;
	}

	.onh-single-product__gallery .woocommerce-product-gallery {
		position: static;
		z-index: 1;
		overflow: hidden;
	}

	.onh-shop-layout {
		grid-template-columns: 1fr;
	}

	.onh-shop-filter-backdrop {
		position: fixed;
		inset: 0;
		z-index: 67;
		border: 0;
		background: rgb(15 23 42 / 34%);
		backdrop-filter: blur(2px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease;
		display: block;
	}

	.onh-shop-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 68;
		width: min(90vw, 360px);
		height: 100dvh;
		padding: 1rem 0.95rem 1.2rem;
		background: var(--onh-surface);
		box-shadow: 18px 0 40px rgb(15 23 42 / 20%);
		transform: translateX(calc(-100% - 24px));
		transition: transform 0.24s ease;
		overflow-y: auto;
		pointer-events: none;
	}

	.onh-shop-sidebar__inner {
		position: static;
	}

	.onh-shop-sidebar__mobile-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.9rem;
		padding-bottom: 0.9rem;
		margin-bottom: 0.95rem;
		border-bottom: 1px solid var(--onh-border);
	}

	.onh-shop-sidebar__mobile-head h3 {
		margin: 0;
		font-family: var(--onh-title-font);
		font-size: 1rem;
		line-height: 1.1;
	}

	.onh-shop-toolbar {
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);
		align-items: center;
		column-gap: 0.8rem;
		row-gap: 0.5rem;
	}

	.onh-shop-toolbar__filter {
		display: inline-flex;
		margin-left: 0.35rem;
	}

	.onh-shop-toolbar .woocommerce-result-count {
		display: none;
	}

	.onh-shop-toolbar .woocommerce-ordering {
		justify-self: end;
		max-width: min(100%, 208px);
	}

	.onh-shop-toolbar .woocommerce-ordering select {
		width: min(100%, 208px);
		min-height: 38px;
		font-size: 0.8rem;
		padding-inline: 0.72rem 1.9rem;
	}

	body.onh-shop-filters-open .onh-shop-sidebar {
		transform: translateX(0);
		pointer-events: auto;
	}

	body.onh-shop-filters-open .onh-shop-filter-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.woocommerce-page.woocommerce-cart .woocommerce,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout .col2-set,
	.woocommerce-account .woocommerce,
	.woocommerce-account .addresses,
	.onh-account-addresses__grid {
		grid-template-columns: 1fr;
	}

	.onh-account-auth__grid,
	.onh-account-shell__layout,
	.onh-account-dashboard__grid,
	.onh-account-form__grid,
	.onh-account-shell__hero {
		grid-template-columns: 1fr;
	}

	.onh-account-nav {
		position: static;
	}

	.onh-account-shell__meta {
		text-align: left;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content,
	.onh-account-nav {
		width: 100%;
		max-width: none;
	}

	.woocommerce-account article.onh-page-shell.onh-page-shell--commerce {
		padding: 0 !important;
	}

	.woocommerce-account .onh-page-section > .onh-container {
		width: 100%;
	}

	.woocommerce-account .onh-account-shell__layout {
		display: block;
	}

	.woocommerce-account .onh-account-nav {
		margin-bottom: 1rem;
	}

	.woocommerce-account .onh-account-nav__header {
		gap: 0.2rem;
	}

	.woocommerce-account .onh-account-nav__header p {
		display: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		width: 100%;
		gap: 0.2rem;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation li {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation a {
		width: 100%;
		padding: 0.72rem 0.82rem;
		font-size: 0.94rem;
	}

	.woocommerce-account .onh-account-nav__link-main {
		gap: 0.7rem;
	}

	.woocommerce-account .onh-account-shell__content {
		margin-top: 1rem;
	}

	.woocommerce-page.woocommerce-cart .cart-collaterals,
	.woocommerce-cart .cart-collaterals {
		margin-top: 1.5rem;
	}

	.wc-block-components-sidebar-layout.wc-block-cart,
	.wc-block-components-sidebar-layout.wc-block-checkout {
		flex-direction: column;
		gap: 1.5rem !important;
	}

	.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-main,
	.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-sidebar,
	.wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-main,
	.wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-sidebar {
		width: 100% !important;
		flex-basis: auto !important;
	}

	.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-main,
	.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-sidebar {
		padding: 1.25rem !important;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr) auto;
		gap: 0.65rem 0.95rem;
		padding: 1rem 0;
		align-items: start;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__image {
		grid-column: 1;
		grid-row: 1 / span 2;
		padding-right: 0;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__image img {
		width: 72px;
		height: 72px;
		object-fit: contain;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
		padding: 0;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__total {
		grid-column: 3;
		grid-row: 1;
		align-self: start;
		justify-self: end;
		padding: 0;
		text-align: right;
		white-space: nowrap;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity {
		grid-column: 2 / span 2;
		grid-row: 2;
		padding: 0;
		padding-right: 0;
		margin-top: 0.2rem;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap {
		gap: 0.3rem;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-components-product-name {
		max-width: none;
		font-size: 0.96rem;
		line-height: 1.35;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__prices,
	.wc-block-cart table.wc-block-cart-items .wc-block-components-product-price {
		font-size: 0.98rem;
		line-height: 1.35;
	}

	.wc-block-cart table.wc-block-cart-items .wc-block-components-product-metadata__description,
	.wc-block-cart table.wc-block-cart-items .wc-block-components-product-metadata__description p {
		font-size: 0.84rem;
		line-height: 1.45;
	}

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

	.onh-hero-slider {
		min-height: 520px;
	}

	.onh-hero-slide {
		padding: 0;
	}

	.onh-hero-slide__content {
		left: 2.2rem;
		right: 2.2rem;
		bottom: 4.6rem;
		max-width: min(560px, calc(100% - 4.4rem));
		padding: 1.35rem 1.5rem;
	}

	.onh-hero-slide__visual {
		inset: 0;
	}

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

	.onh-category-strip__item {
		flex-basis: calc((100% - 4.76rem) / 6.35);
		min-width: 124px;
		height: auto;
		padding: 0.6rem 0.6rem 0.66rem;
		--onh-category-open-left: 140px;
	}

	.onh-category-strip__item.has-subcategories.is-open {
		flex-basis: clamp(392px, calc((100% - 0.6rem) / 1.78), 468px);
		height: 196px;
	}

	.onh-category-strip__media {
		width: 100%;
	}

	.onh-mobile-toolbar {
		display: grid;
	}

	.onh-drawer__panel {
		width: min(100vw, 400px);
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		padding: 1.1rem;
	}

	.woocommerce div.product .product_title {
		font-size: clamp(1.7rem, 4.8vw, 2.25rem);
	}

	.single-product .onh-single-product__summary .product_title,
	.single-product .woocommerce div.product .summary.onh-single-product__summary .product_title {
		font-size: 1.3rem !important;
	}

	.onh-footer {
		padding-bottom: 8rem;
	}

	.onh-page-shell,
	.woocommerce-checkout .col2-set .col-1,
	.woocommerce-checkout .col2-set .col-2,
	.woocommerce-checkout #order_review,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce .cart_totals,
	.woocommerce .cross-sells {
		padding: 1.35rem;
	}

	.onh-account-auth__intro,
	.onh-account-shell__hero,
	.onh-account-recovery__card,
	.onh-account-card {
		padding: 1.3rem;
	}

	.onh-account-dashboard__welcome,
	.onh-account-dashboard__card,
	.woocommerce-account .woocommerce-MyAccount-content fieldset {
		padding: 1.15rem;
	}

	.onh-account-form__actions {
		align-items: stretch;
	}

	.onh-account-form__actions .button {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	:root {
		--onh-strip-gutter: max(var(--onh-page-gutter, 10px), calc((100vw - var(--onh-container)) / 2));
	}

	.onh-container {
		width: min(calc(100% - 20px), var(--onh-container));
	}

	.onh-service-strip,
	.onh-section,
	.onh-home-promos,
	.onh-category-showcase,
	.onh-category-section,
	.onh-page-section {
		padding-top: 3rem;
	}

	.onh-service-strip__grid {
		grid-template-columns: 1fr;
		gap: 0.9rem;
	}

	.onh-service-strip__grid > div:first-child {
		width: 100%;
		padding: 0 0 0.35rem;
	}

	.onh-service-strip__grid h2 {
		width: 100%;
		max-width: none;
		font-size: clamp(1.4rem, 5.8vw, 1.78rem);
		line-height: 1.08;
	}

	.onh-page-section--shop {
		padding-top: 0;
	}

	.woocommerce-cart .onh-page-section,
	.woocommerce-checkout .onh-page-section {
		padding-top: 0.45rem;
	}

	.woocommerce-account article.onh-page-shell.onh-page-shell--commerce {
		padding: 0 !important;
	}

	.woocommerce-account .onh-page-section > .onh-container {
		width: 100%;
	}

	.onh-account-shell__layout {
		display: block;
	}

	.onh-account-nav {
		margin-bottom: 1rem;
	}

	.onh-account-nav__header {
		gap: 0.2rem;
	}

	.onh-account-nav__header p {
		display: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		gap: 0.2rem;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation a {
		padding: 0.72rem 0.82rem;
		font-size: 0.94rem;
	}

	.onh-account-nav__link-main {
		gap: 0.7rem;
	}

	.onh-account-shell__content {
		margin-top: 1rem;
	}

	.woocommerce-cart article.onh-page-shell.onh-page-shell--commerce {
		padding: 0 !important;
	}

	.woocommerce-cart .onh-page-section > .onh-container {
		width: 100%;
	}

	.woocommerce-checkout article.onh-page-shell.onh-page-shell--commerce {
		padding: 0 !important;
	}

	.woocommerce-checkout .onh-page-section > .onh-container {
		width: 100%;
	}

	.woocommerce-checkout .wc-block-checkout {
		margin: 0 !important;
		padding-inline: 0 !important;
	}

	.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
		margin: 0 !important;
		gap: 1rem !important;
	}

	.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-main,
	.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-components-sidebar {
		padding: 1.1rem !important;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,
	.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .checkout-order-summary-block-fill-wrapper,
	.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-order-summary {
		display: block !important;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
		display: none !important;
	}

	.onh-topbar__inner {
		grid-template-columns: 1fr;
	}

	.onh-home-categories {
		padding-top: 1.25rem;
		padding-bottom: 2rem;
	}

	.onh-catalog-top {
		padding-top: 1.1rem;
	}

	.tax-product_cat .onh-catalog-top {
		padding-top: 1.45rem;
	}

	.onh-catalog-top .onh-breadcrumbs {
		margin-bottom: 0.75rem;
	}

	.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-main,
	.wc-block-components-sidebar-layout.wc-block-cart > .wc-block-components-sidebar {
		padding: 0.9rem !important;
	}

	.wc-block-components-sidebar-layout.wc-block-cart {
		margin: 0 !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
		display: grid !important;
		grid-template-columns: 56px minmax(0, 1fr) !important;
		gap: 0.5rem 0.7rem !important;
		padding: 0.85rem 0 !important;
		align-items: start !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__image {
		grid-column: 1 !important;
		grid-row: 1 / span 3 !important;
		padding-right: 0 !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__image img {
		width: 56px !important;
		height: 56px !important;
		object-fit: contain !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product {
		grid-column: 2 !important;
		grid-row: 1 !important;
		grid-column-end: auto !important;
		min-width: 0 !important;
		padding: 0 !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__total {
		grid-column: 2 !important;
		grid-row: 2 !important;
		justify-self: start !important;
		align-self: start !important;
		margin-top: 0 !important;
		padding: 0 !important;
		text-align: left !important;
		white-space: normal !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity {
		grid-column: 2 !important;
		grid-row: 3 !important;
		padding: 0 !important;
		padding-right: 0 !important;
		margin-top: 0.1rem !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-components-product-name,
	.is-small table.wc-block-cart-items .wc-block-components-product-name,
	.is-mobile table.wc-block-cart-items .wc-block-components-product-name,
	.wc-block-cart table.wc-block-cart-items .wc-block-components-product-name {
		max-width: none !important;
		font-size: 0.88rem !important;
		line-height: 1.28 !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-cart-item__prices,
	.is-medium table.wc-block-cart-items .wc-block-components-product-price,
	.is-small table.wc-block-cart-items .wc-block-cart-item__prices,
	.is-small table.wc-block-cart-items .wc-block-components-product-price,
	.is-mobile table.wc-block-cart-items .wc-block-cart-item__prices,
	.is-mobile table.wc-block-cart-items .wc-block-components-product-price,
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__prices,
	.wc-block-cart table.wc-block-cart-items .wc-block-components-product-price {
		font-size: 0.9rem !important;
		line-height: 1.28 !important;
	}

	.is-medium table.wc-block-cart-items .wc-block-components-product-metadata__description,
	.is-medium table.wc-block-cart-items .wc-block-components-product-metadata__description p,
	.is-small table.wc-block-cart-items .wc-block-components-product-metadata__description,
	.is-small table.wc-block-cart-items .wc-block-components-product-metadata__description p,
	.is-mobile table.wc-block-cart-items .wc-block-components-product-metadata__description,
	.is-mobile table.wc-block-cart-items .wc-block-components-product-metadata__description p,
	.wc-block-cart table.wc-block-cart-items .wc-block-components-product-metadata__description,
	.wc-block-cart table.wc-block-cart-items .wc-block-components-product-metadata__description p {
		font-size: 0.78rem !important;
		line-height: 1.38 !important;
	}

	.onh-header-categories__head {
		margin-bottom: 0.75rem;
	}

	.onh-header-categories__head h2 {
		font-size: 1rem;
	}

	.onh-category-strip__track {
		gap: 0.75rem;
		padding-top: 2px;
	}

	.onh-category-strip__item {
		flex-basis: calc((100% - 2.44rem) / 4.25);
		min-width: 114px;
		aspect-ratio: auto;
		height: auto;
		padding: 0.68rem 0.68rem 0.74rem;
		border-radius: 14px;
		--onh-category-open-left: 118px;
	}

	.onh-category-strip__item.has-subcategories.is-open {
		flex-basis: clamp(336px, calc((100% - 0.25rem) / 1.55), 404px);
		height: 148px;
		min-height: 148px;
	}

	.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__media {
		max-width: 82px;
	}

	.onh-category-strip__track--products > li.product.onh-product-card {
		flex-basis: calc((100% - 3rem) / 2.3);
		min-width: 196px;
	}

	.onh-category-strip__track--products > .onh-category-promo-card {
		flex-basis: min(82vw, 404px);
		min-width: 320px;
	}

	.onh-single-related .onh-category-strip-shell {
		margin-inline: 0;
		overflow: visible;
	}

	.onh-single-related {
		position: relative;
		z-index: 8;
	}

	.onh-single-related .onh-category-strip__viewport {
		position: relative;
		z-index: 9;
		overflow: visible;
		padding: 0;
		-webkit-overflow-scrolling: auto;
		touch-action: auto;
		overscroll-behavior-x: auto;
		pointer-events: auto;
	}

	.onh-single-related .onh-category-strip__track--products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
		min-width: 0;
		padding: 0;
	}

	.onh-single-related .onh-category-strip__track--products > li.product.onh-product-card {
		flex: none;
		min-width: 0;
	}

	.onh-single-related .onh-category-strip__track--products > li.product.onh-product-card:nth-child(n + 7) {
		display: none;
	}

	.onh-single-related [data-carousel-prev],
	.onh-single-related [data-carousel-next] {
		display: none !important;
	}

	.onh-category-promo-card__content {
		gap: 0.55rem;
		margin: 0.85rem;
		padding: 1rem 1rem 0.95rem;
		border-radius: 18px;
	}

	.onh-category-promo-card__content strong {
		font-size: 1.12rem;
	}

	.onh-category-promo-card__content p {
		font-size: 0.84rem;
		line-height: 1.48;
	}

	.onh-category-strip__media {
		width: 100%;
	}

	.onh-category-strip__body {
		padding: 0.42rem 0 0;
	}

	.onh-category-strip__title {
		font-size: 0.62rem;
		line-height: 1.22;
		min-height: 2.44em;
	}

	.onh-service-strip__cards {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.onh-service-strip__cards article {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: start;
		row-gap: 0.48rem;
		align-items: start;
		padding: 1.18rem 1.18rem 1.22rem;
		border-radius: 18px;
	}

	.onh-service-strip__cards .onh-icon,
	.onh-service-strip__cards .onh-icon svg {
		width: 1.9rem;
		height: 1.9rem;
	}

	.onh-service-strip__cards h3 {
		margin: 0;
		font-size: 0.98rem;
		line-height: 1.2;
	}

	.onh-service-strip__cards p {
		font-size: 0.84rem;
		line-height: 1.5;
	}

	.onh-category-strip__nav {
		display: none !important;
	}

	.onh-product-card__media {
		padding: 0.84rem 0.84rem 0.22rem;
	}

	.onh-product-card__body {
		padding: 0.76rem 0.84rem 0.84rem;
	}

	.onh-product-card__meta {
		margin-bottom: 0.24rem;
		font-size: 0.6rem;
		line-height: 1.35;
	}

	.onh-product-card__title {
		font-size: 0.94rem;
		min-height: calc(1.28em * 1.68);
		margin-bottom: 0.22rem;
		line-height: 1.28;
	}

	.onh-category-strip__track--products .onh-product-card__title {
		font-size: 0.94rem;
	}

	.onh-product-card__stock {
		margin-bottom: 0.38rem;
		font-size: 0.74rem;
	}

	.onh-product-card__price {
		font-size: 0.96rem;
		margin-top: 0.28rem;
		margin-bottom: 0.38rem;
		padding-top: 0;
		gap: 0.32rem 0.44rem;
		line-height: 1.05;
	}

	.onh-category-strip__track--products .onh-product-card__price {
		font-size: 0.96rem;
	}

	.onh-product-card__price del {
		font-size: 0.74em;
	}

	.onh-product-card__details {
		font-size: 0.64rem;
	}

	.onh-product-card__footer {
		padding-top: 0.22rem;
	}

	.onh-product-card__icon-link {
		min-height: 44px;
	}

	.onh-product-card__icon-link .onh-icon,
	.onh-product-card__icon-link .onh-icon svg {
		width: 1.7rem;
		height: 1.7rem;
	}

	.onh-price-badge {
		width: 96px;
		height: 96px;
		margin-top: -26px;
		margin-left: -22px;
		padding: 18px 0 0 41px;
	}

	.onh-price-badge--sale {
		padding: 0.74rem 0 0 0.84rem;
	}

	.onh-price-badge__sale {
		font-size: 1.22rem;
	}

	.onh-price-badge__tag {
		font-size: 0.8rem;
	}

	.onh-home-promos__grid {
		grid-template-columns: 1fr;
	}

	.onh-home-promos > .onh-container {
		padding: 0;
		border-radius: 0;
	}

	.onh-promo-banner {
		min-height: 440px;
	}

	.onh-promo-banner__content {
		width: calc(100% - 2rem);
		margin: 1rem;
	}

	.onh-hero {
		padding-top: 0;
	}

	.onh-hero-slider {
		min-height: 500px;
	}

	.onh-hero-slide {
		padding: 0;
	}

	.onh-hero-slide__content {
		left: 1.35rem;
		right: 1.35rem;
		bottom: 4.1rem;
		max-width: calc(100% - 2.7rem);
		padding: 1.1rem 1.15rem;
	}

	.onh-hero-slide__visual {
		inset: 0;
	}

	.onh-hero-brand strong {
		font-size: 1.65rem;
	}

	.onh-header-ribbon__action {
		min-width: 52px;
		gap: 0.35rem;
	}

	.onh-header-ribbon__action .onh-icon,
	.onh-header-ribbon__action .onh-icon svg {
		width: 1.5rem;
		height: 1.5rem;
	}

	.onh-header-ribbon__label {
		font-size: 0.72rem;
	}

	.onh-hero-slide__content h1 {
		font-size: 2rem;
	}

	.onh-section__header,
	.onh-quick-view__actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.onh-footer__bottom {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		font-size: 0.82rem;
	}

	.onh-footer__bottom p {
		white-space: nowrap;
	}

	.onh-page-shell,
	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td {
		padding: 1.2rem;
	}

	.onh-service-strip__cards,
	.onh-category-showcase__grid,
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	ul.products.onh-products-grid,
	.onh-products-grid--dense {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.onh-section > .onh-container,
	.onh-category-showcase > .onh-container,
	.onh-page-hero > .onh-container,
	.onh-page-section > .onh-container {
		padding: 1.25rem;
		border-radius: 22px;
	}

	.onh-page-section--shop > .onh-container {
		padding: 0;
	}

	.onh-shop-sidebar__section {
		padding: 0;
	}

	.onh-category-section__grid {
		grid-template-columns: 1fr;
	}

	.onh-modal__dialog {
		width: min(calc(100% - 16px), 980px);
		margin: 8px auto;
		border-radius: 22px;
	}

	.onh-drawer__panel {
		width: 100%;
		padding-inline: 0.9rem;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-tabs,
	.related.products,
	.up-sells.upsells.products {
		padding: 1rem;
	}

	.onh-single-product__after > .woocommerce-tabs,
	.onh-single-related {
		padding: 0;
		position: relative;
		z-index: 3;
	}

	.woocommerce div.product .product_title {
		font-size: 1.55rem;
	}

	.single-product .onh-single-product__summary .product_title,
	.single-product .woocommerce div.product .summary.onh-single-product__summary .product_title {
		font-size: 1.16rem !important;
		line-height: 1.18;
	}

	.woocommerce div.product .summary .price {
		font-size: 1.35rem;
	}

	.onh-side-panel__meta,
	.onh-side-panel__item-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.woocommerce ul.order_details {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		flex-direction: column;
		align-items: stretch;
	}

	.woocommerce-message .button,
	.woocommerce-info .button,
	.woocommerce-error .button {
		display: inline-flex;
		margin: 0.75rem 0 0;
	}
}

@media (max-width: 520px) {
	.onh-product-card__title {
		font-size: 0.84rem;
		min-height: calc(1.24em * 1.6);
		margin-bottom: 0.18rem;
		line-height: 1.24;
	}

	.onh-category-strip__track--products .onh-product-card__title {
		font-size: 0.84rem;
	}

	.onh-product-card__media {
		padding: 0.72rem 0.72rem 0.18rem;
	}

	.onh-product-card__body {
		padding: 0.64rem 0.72rem 0.72rem;
	}

	.onh-product-card__meta {
		margin-bottom: 0.2rem;
		font-size: 0.56rem;
	}

	.onh-product-card__stock {
		margin-bottom: 0.32rem;
		font-size: 0.72rem;
	}

	.onh-product-card__price {
		font-size: 0.88rem;
		margin-top: 0.24rem;
		margin-bottom: 0.34rem;
		padding-top: 0;
		gap: 0.24rem 0.36rem;
	}

	.onh-category-strip__track--products .onh-product-card__price {
		font-size: 0.88rem;
	}

	.onh-product-card__price del {
		font-size: 0.72em;
	}

	.onh-product-card__details {
		font-size: 0.58rem;
	}

	.onh-product-card__footer {
		padding-top: 0.18rem;
	}

	.onh-product-card__icon-link {
		min-height: 40px;
	}

	.onh-product-card__icon-link .onh-icon,
	.onh-product-card__icon-link .onh-icon svg {
		width: 1.58rem;
		height: 1.58rem;
	}

	.onh-price-badge {
		width: 82px;
		height: 82px;
		margin-top: -21px;
		margin-left: -18px;
		padding: 15px 0 0 34px;
	}

	.onh-price-badge--sale {
		padding: 0.62rem 0 0 0.72rem;
	}

	.onh-price-badge__sale {
		font-size: 1.04rem;
	}

	.onh-price-badge__tag {
		font-size: 0.72rem;
	}

	.onh-category-strip__item {
		flex-basis: calc((100% - 1.65rem) / 3.2);
		min-width: 100px;
		aspect-ratio: auto;
		padding: 0.6rem 0.6rem 0.66rem;
		--onh-category-open-left: 104px;
	}

	.onh-category-strip__item.has-subcategories.is-open {
		flex-basis: min(96vw, 372px);
		min-width: 204px;
		height: auto;
		min-height: 150px;
		column-gap: 1.35rem;
		align-items: start;
	}

	.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__primary-link {
		height: auto;
		align-self: start;
	}

	.onh-category-strip__media {
		max-height: 82px;
	}

	.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__media {
		max-width: 74px;
	}

	.onh-category-strip__body {
		padding-top: 0.5rem;
	}

	.onh-category-strip__title {
		font-size: 0.58rem;
	}

	.onh-category-strip__subcategory {
		font-size: 0.64rem;
		padding: 0.22rem 0.12rem;
		line-height: 1.18;
	}

	.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__subcategory {
		font-size: 0.72rem;
		padding: 0.26rem 0.14rem;
	}

	.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__subcategories {
		align-content: start;
		padding-top: 0.1rem;
		row-gap: 0.12rem;
	}

	.onh-category-strip__item.has-subcategories.is-open .onh-category-strip__subcategories.has-two-columns {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.onh-category-strip__track--products > li.product.onh-product-card {
		flex-basis: min(76vw, 210px);
		min-width: 180px;
	}

	.onh-single-related .onh-category-strip__track--products > li.product.onh-product-card {
		flex-basis: min(78vw, 206px);
		min-width: 168px;
	}

	.onh-category-strip__track--products > .onh-category-promo-card {
		flex-basis: min(72vw, 236px);
		min-width: 240px;
		align-self: stretch;
	}

	.onh-category-promo-card__inner {
		height: 100%;
	}

	.onh-category-promo-card__content {
		margin: 0.72rem;
		padding: 0.92rem 0.92rem 0.88rem;
	}

	.onh-category-promo-card__content strong {
		font-size: 1rem;
	}

	.onh-category-promo-card__content p {
		font-size: 0.78rem;
		line-height: 1.42;
	}

	.onh-service-strip__cards,
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	ul.products.onh-products-grid,
	.onh-products-grid--dense {
		grid-template-columns: 1fr 1fr;
		gap: 0.8rem;
	}

	.onh-service-strip__cards {
		grid-template-columns: 1fr;
		gap: 0.72rem;
	}

	.onh-service-strip__cards article {
		grid-template-columns: 1fr;
		justify-items: start;
		row-gap: 0.42rem;
		padding: 1.02rem 1.02rem 1.06rem;
		border-radius: 16px;
	}

	.onh-service-strip__cards .onh-icon,
	.onh-service-strip__cards .onh-icon svg {
		width: 1.72rem;
		height: 1.72rem;
	}

	.onh-service-strip__cards h3 {
		font-size: 0.92rem;
		line-height: 1.22;
	}

	.onh-service-strip__cards p {
		font-size: 0.78rem;
		line-height: 1.46;
	}

	.onh-mobile-toolbar {
		left: 8px;
		right: 8px;
		bottom: 16px;
	}
}
