@font-face {
	font-family: "Fraunces";
	src: url("../fonts/Fraunces.woff2") format("woff2");
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
}

:root {
	--ob-bg: #101114;
	--ob-surface: #1b1d22;
	--ob-surface-deep: #0d0e11;
	--ob-surface-soft: #141519;
	--ob-text: #f2f3f5;
	--ob-muted: #9ba0a8;
	--ob-line: rgba(242, 243, 245, 0.12);
	--ob-accent: #c3352b;
	--ob-accent-hover: #e04435;
	--ob-success: #7fb8a4;
	--ob-focus: #ffd166;
	--ob-display: "Fraunces", Georgia, serif;
	--ob-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--ob-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
	--ob-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
	--ob-wrap: 1160px;
}

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

html {
	background: var(--ob-bg);
	color-scheme: dark;
	scroll-behavior: smooth;
}

body {
	background: var(--ob-bg);
	color: var(--ob-text);
	font-family: var(--ob-body);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

body:has(.ob-utility) {
	padding-bottom: 46px;
}

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

a {
	color: inherit;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--ob-accent-hover);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--ob-text);
	font-family: var(--ob-display);
	font-weight: 500;
	line-height: 1.15;
	margin-top: 0;
	text-wrap: balance;
}

p {
	margin: 0 0 1em;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--ob-focus);
	outline-offset: 3px;
}

::selection {
	background: var(--ob-accent);
	color: #fff;
}

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

.screen-reader-text:focus {
	background: var(--ob-text);
	clip: auto !important;
	clip-path: none;
	color: var(--ob-bg);
	display: block;
	height: auto;
	left: 10px;
	padding: 12px 16px;
	top: 10px;
	width: auto;
	z-index: 1000;
}

.ob-wrap {
	margin-inline: auto;
	max-width: var(--ob-wrap);
	padding-inline: 24px;
	width: 100%;
}

.ob-prose {
	max-width: 900px;
}

.ob-main {
	min-height: 50vh;
}

.ob-page {
	padding-block: 40px 72px;
}

.ob-entry-content > * {
	max-width: 100%;
}

.ob-entry-content p,
.ob-entry-content li {
	color: var(--ob-muted);
}

.ob-entry-content h2 {
	font-size: 1.25rem;
	margin: 2rem 0 0.5rem;
}

.ob-entry-content h3 {
	font-size: 1.05rem;
	margin: 0.25rem 0 0.5rem;
}

.ob-commerce-note {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 10px;
	color: var(--ob-muted);
	font-size: 0.86rem;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.ob-entry-content a {
	color: var(--ob-accent-hover);
	font-weight: 600;
}

/* Don't let content-link colour paint primary CTAs red-on-red. */
.ob-entry-content a.ob-button,
.ob-entry-content a.ob-button--primary {
	background: var(--ob-accent);
	color: #fff;
	font-weight: 600;
}

.ob-entry-content a.ob-button:hover,
.ob-entry-content a.ob-button--primary:hover {
	background: var(--ob-accent-hover);
	color: #fff;
}

.ob-entry-content a.ob-button--ghost {
	background: transparent;
	border: 1.5px solid var(--ob-text);
	color: var(--ob-text);
}

.ob-entry-content a.ob-button--ghost:hover {
	background: var(--ob-text);
	color: var(--ob-bg);
}

.ob-entry-content .wp-block-details {
	border-top: 1px solid var(--ob-line);
	margin: 0;
	padding: 14px 0;
}

.ob-entry-content .wp-block-details:last-of-type {
	border-bottom: 1px solid var(--ob-line);
}

.ob-entry-content .wp-block-details summary {
	color: var(--ob-text);
	cursor: pointer;
	font-weight: 600;
}

.ob-entry-content .wp-block-details p {
	margin: 10px 0 0;
}

.ob-rite-list,
.ob-tier {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 12px;
	padding: clamp(18px, 3vw, 26px);
}

.ob-rite-list p:last-child,
.ob-tier p:last-child {
	margin-bottom: 0;
}

.ob-tier-grid {
	gap: 18px;
}

.ob-tier .ob-eyebrow {
	margin-bottom: 6px;
}

.ob-tier-image {
	aspect-ratio: 4 / 3;
	background: var(--ob-surface-deep);
	border: 1px solid var(--ob-line);
	border-radius: 9px;
	display: grid;
	margin: 0 0 18px;
	overflow: hidden;
	place-items: center;
	position: relative;
}

.ob-tier-image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.ob-tier-image figcaption {
	background: rgba(8, 9, 11, 0.8);
	bottom: 8px;
	color: var(--ob-text);
	font-family: var(--ob-mono);
	font-size: 0.66rem;
	left: 8px;
	letter-spacing: 0.06em;
	padding: 4px 8px;
	position: absolute;
	text-transform: uppercase;
}

.ob-hint {
	font-size: 0.86rem;
}

/* Fluent Forms and WPForms stay native; this only unifies visual treatment. */
.fluentform,
.wpforms-container {
	background: var(--ob-surface-soft);
	border: 1px solid var(--ob-line);
	border-radius: 12px;
	margin-top: 18px;
	padding: clamp(18px, 4vw, 30px);
}

.fluentform .ff-el-input--label label,
.fluentform label,
.wpforms-container .wpforms-field-label,
.wpforms-container .wpforms-field-sublabel {
	color: var(--ob-text) !important;
}

.fluentform .ff-el-form-control,
.wpforms-container input:not([type="checkbox"]):not([type="radio"]),
.wpforms-container select,
.wpforms-container textarea {
	background: var(--ob-surface) !important;
	border: 1px solid var(--ob-line) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: var(--ob-text) !important;
	width: 100%;
}

.wpforms-container .wpforms-field-label:not(.wpforms-label-hide),
.wpforms-container .wpforms-field-description {
	color: var(--ob-muted) !important;
	font-size: 0.86rem;
}

.wpforms-container select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--ob-muted) 50%),
		linear-gradient(135deg, var(--ob-muted) 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 36px !important;
}

/* WPForms defaults placeholders to near-black — invisible on our dark fields. */
.fluentform .ff-el-form-control::placeholder,
.wpforms-container input::placeholder,
.wpforms-container textarea::placeholder {
	color: var(--ob-muted) !important;
	opacity: 1 !important;
}

.fluentform .ff-el-form-control::-webkit-input-placeholder,
.wpforms-container input::-webkit-input-placeholder,
.wpforms-container textarea::-webkit-input-placeholder {
	color: var(--ob-muted) !important;
	opacity: 1 !important;
}

.fluentform .ff-el-form-control:focus,
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
	border-color: var(--ob-focus) !important;
	box-shadow: 0 0 0 1px var(--ob-focus) !important;
}

.fluentform .ff-btn-submit,
.wpforms-container button[type="submit"] {
	background: var(--ob-accent) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	min-height: 44px;
	padding: 12px 24px !important;
}

.fluentform .error,
.fluentform .text-danger,
.wpforms-container .wpforms-error {
	color: #ff9b91 !important;
}

.fluentform .ff-message-success,
.wpforms-confirmation-container-full {
	background: var(--ob-surface);
	border: 1px solid var(--ob-success);
	border-radius: 10px;
	color: var(--ob-text);
}

.ob-section {
	background: var(--ob-bg);
	padding-block: 56px;
}

.ob-section--soft {
	background: var(--ob-surface-soft);
}

.ob-home-browse.ob-section {
	padding-top: 34px;
}

.ob-eyebrow {
	color: var(--ob-muted);
	font-family: var(--ob-mono);
	font-size: 0.72rem;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	letter-spacing: 0.18em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.ob-lede {
	color: var(--ob-muted);
	font-size: 1.02rem;
	max-width: 52ch;
}

.ob-cta-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ob-button,
.button,
.wp-element-button,
button[type="submit"],
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button {
	align-items: center;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--ob-display);
	font-size: 1rem;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 13px 26px;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.ob-button:active,
.button:active {
	transform: scale(0.97);
}

.ob-button--primary,
.button.alt,
.wp-element-button,
button[type="submit"],
input[type="submit"],
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	background: var(--ob-accent);
	color: #fff;
}

.ob-button--primary:hover,
.button.alt:hover,
.wp-element-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: var(--ob-accent-hover);
	color: #fff;
}

.ob-button--ghost {
	background: transparent;
	border: 1.5px solid var(--ob-text);
	color: var(--ob-text);
}

.ob-button--ghost:hover {
	background: var(--ob-surface);
	color: var(--ob-text);
}

/* Header */
.ob-announce {
	background: var(--ob-accent);
	color: #fff;
	display: block;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	padding: 9px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.15s ease;
}

.ob-announce:hover,
.ob-announce:focus-visible {
	background: var(--ob-accent-hover);
	color: #fff;
}

.ob-announce strong {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ob-site-header {
	backdrop-filter: blur(8px);
	background: rgba(16, 17, 20, 0.94);
	border-bottom: 1px solid var(--ob-line);
	position: sticky;
	top: 0;
	z-index: 60;
}

.admin-bar .ob-site-header {
	top: 32px;
}

.ob-nav {
	align-items: center;
	display: flex;
	gap: 26px;
	padding-block: 12px;
}

.ob-brand {
	align-items: center;
	display: flex;
	flex: none;
	text-decoration: none;
}

.ob-brand__logo,
.ob-brand__orb {
	border: 1.5px solid var(--ob-line);
	border-radius: 50%;
	height: 28px;
	object-fit: cover;
	width: 28px;
}

.ob-brand__orb {
	align-items: center;
	background: radial-gradient(circle at 32% 26%, #3a3d46, #0b0c0e);
	display: flex;
	font-family: var(--ob-display);
	justify-content: center;
}

.ob-primary-nav {
	margin-left: auto;
}

.ob-nav__list,
.ob-nav__list ul {
	align-items: center;
	display: flex;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ob-nav__list a,
.ob-account-link {
	color: var(--ob-muted);
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
}

.ob-nav__list .current-menu-item > a,
.ob-nav__list a:hover,
.ob-account-link:hover {
	color: var(--ob-text);
}

.ob-nav-actions {
	align-items: center;
	display: flex;
	gap: 14px;
}

.ob-search-link {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--ob-muted);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 1.35rem;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0 8px;
	text-decoration: none;
}

.ob-search-link:hover,
.ob-search-link[aria-expanded="true"] {
	border-color: var(--ob-line);
	color: var(--ob-text);
}

body.ob-search-open {
	overflow: hidden;
}

.ob-header-search {
	inset: 0;
	position: fixed;
	z-index: 120;
}

.ob-header-search[hidden] {
	display: none;
}

.ob-header-search__backdrop {
	background: rgba(8, 9, 12, 0.72);
	border: 0;
	cursor: pointer;
	inset: 0;
	padding: 0;
	position: absolute;
}

.ob-header-search__dialog {
	background: var(--ob-surface-deep);
	border-bottom: 1px solid var(--ob-line);
	padding: 18px 0 22px;
	position: relative;
	z-index: 1;
}

.ob-header-search__inner {
	display: grid;
	gap: 14px;
}

.ob-header-search__bar {
	align-items: center;
	display: flex;
	gap: 12px;
}

.ob-header-search__pill {
	align-items: center;
	background: #f4f5f7;
	border-radius: 999px;
	display: flex;
	flex: 1 1 auto;
	gap: 4px;
	min-height: 48px;
	padding: 4px 6px 4px 18px;
}

.ob-header-search__field {
	appearance: none;
	background: transparent;
	border: 0;
	color: #121317;
	flex: 1 1 auto;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	min-width: 0;
	padding: 8px 0;
	text-transform: uppercase;
}

.ob-header-search__field::placeholder {
	color: #121317;
	opacity: 0.72;
}

.ob-header-search__field:focus {
	outline: none;
}

.ob-header-search__go {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #121317;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.25rem;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.ob-header-search__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--ob-text);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.6rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	width: 44px;
}

.ob-header-search__close:hover {
	color: var(--ob-accent-hover);
}

.ob-header-search__suggest {
	background: #f4f5f7;
	border-radius: 16px;
	color: #121317;
	padding: 18px 20px 14px;
}

.ob-header-search__suggest-label {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ob-header-search__suggest-list {
	display: grid;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ob-header-search__suggest-list a {
	border-radius: 8px;
	color: #121317;
	display: block;
	font-size: 1.05rem;
	font-weight: 700;
	padding: 8px 6px;
	text-decoration: none;
}

.ob-header-search__suggest-list a:hover {
	background: rgba(18, 19, 23, 0.06);
	color: var(--ob-accent);
}

.ob-cart-link {
	align-items: center;
	border: 1.5px solid var(--ob-text);
	border-radius: 999px;
	display: flex;
	font-size: 0.9rem;
	font-weight: 600;
	gap: 8px;
	padding: 6px 10px 6px 14px;
	text-decoration: none;
}

.ob-cart-count {
	align-items: center;
	background: var(--ob-accent);
	border-radius: 999px;
	color: #fff;
	display: flex;
	height: 22px;
	justify-content: center;
	min-width: 22px;
	padding-inline: 5px;
}

.ob-menu-toggle {
	background: transparent;
	border: 1px solid var(--ob-line);
	border-radius: 8px;
	display: none;
	height: 42px;
	padding: 9px;
	width: 42px;
}

.ob-menu-toggle > span:not(.screen-reader-text) {
	background: var(--ob-text);
	display: block;
	height: 2px;
	margin: 4px 0;
	width: 100%;
}

/* Hero carousel */
.ob-carousel {
	height: calc(100svh - 88px - 46px - 116px);
	max-height: 800px;
	min-height: 470px;
	overflow: hidden;
	position: relative;
}

/* Large / TV-width viewports: give the hero more vertical room so the
   product plate is not flex-squashed into a thin strip. */
@media (min-width: 1280px) {
	.ob-carousel {
		max-height: min(960px, calc(100svh - 88px - 46px - 100px));
	}
}

.ob-carousel__viewport,
.ob-slide {
	height: 100%;
}

.ob-slide {
	display: none;
	opacity: 0;
}

.ob-slide.is-active {
	display: block;
	opacity: 1;
}

.ob-slide__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	max-width: 900px;
	min-height: 0;
	padding: 12px 24px 56px;
	text-align: center;
}

.ob-orb {
	background: radial-gradient(circle at 32% 26%, #3a3d46 0, #17181c 52%, #0b0c0e 100%);
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55), inset 0 1px 1px rgba(242, 243, 245, 0.25);
	flex: none;
	height: 62px;
	margin: 0 auto 18px;
	position: relative;
	width: 62px;
}

.ob-orb img {
	border-radius: 50%;
	height: 76%;
	inset: 0;
	margin: auto;
	mix-blend-mode: screen;
	opacity: 0.92;
	position: absolute;
	width: 76%;
}

.ob-hero-title {
	font-size: clamp(2rem, 4.4vw, 3.1rem);
	margin: 0;
}

.ob-hero-title em {
	color: var(--ob-accent-hover);
	font-style: italic;
}

.ob-slide .ob-lede {
	margin: 14px auto 20px;
}

.ob-slide .ob-cta-row {
	justify-content: center;
}

.ob-heroplate {
	aspect-ratio: 16 / 10;
	border: 1px solid var(--ob-line);
	border-radius: 16px;
	box-shadow: var(--ob-shadow);
	/* flex-shrink:1 (old) crushed this into a sliver on short/tall TV layouts */
	flex: 0 0 auto;
	height: auto;
	margin: 18px auto 0;
	max-height: min(300px, 34vh);
	min-height: 168px;
	overflow: hidden;
	position: relative;
	width: min(540px, 100%);
}

@media (min-width: 1280px) {
	.ob-heroplate {
		max-height: min(380px, 38vh);
		min-height: 220px;
		width: min(640px, 92%);
	}
}

.ob-heroplate img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ob-heroplate figcaption {
	background: rgba(8, 9, 11, 0.72);
	border: 1px solid rgba(242, 243, 245, 0.16);
	border-radius: 5px;
	font-family: var(--ob-mono);
	font-size: 0.68rem;
	left: 10px;
	letter-spacing: 0.1em;
	padding: 3px 9px;
	position: absolute;
	top: 10px;
}

.ob-carousel__arrow {
	align-items: center;
	background: var(--ob-surface);
	border: 1.5px solid var(--ob-line);
	border-radius: 50%;
	color: var(--ob-text);
	display: flex;
	font-size: 1.5rem;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 46%;
	width: 42px;
	z-index: 5;
}

.ob-carousel__arrow:hover {
	border-color: var(--ob-text);
}

.ob-carousel__arrow--prev {
	left: 16px;
}

.ob-carousel__arrow--next {
	right: 16px;
}

.ob-carousel__controls {
	align-items: center;
	bottom: 10px;
	display: flex;
	gap: 12px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 6;
}

.ob-carousel__dots {
	display: flex;
	gap: 8px;
}

.ob-carousel__dots button {
	background: var(--ob-line);
	border: 0;
	border-radius: 50%;
	height: 8px;
	padding: 0;
	width: 8px;
}

.ob-carousel__dots button[aria-pressed="true"] {
	background: var(--ob-accent-hover);
	transform: scale(1.3);
}

.ob-carousel__pause {
	background: transparent;
	border: 1px solid var(--ob-line);
	border-radius: 999px;
	color: var(--ob-muted);
	font-family: var(--ob-body);
	font-size: 0.66rem;
	letter-spacing: 0.1em;
	min-height: 0;
	padding: 4px 10px;
	text-transform: uppercase;
}

.ob-band {
	background: var(--ob-text);
	height: 14px;
	opacity: 0.95;
	position: relative;
}

.ob-band::after {
	background: var(--ob-bg);
	border: 4px solid var(--ob-text);
	border-radius: 50%;
	content: "";
	height: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
}

.ob-section-head {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 22px;
}

.ob-section-head h2 {
	font-size: clamp(1.4rem, 2.6vw, 2rem);
	margin: 0;
}

.ob-section-head a {
	color: var(--ob-accent-hover);
	font-size: 0.9rem;
	font-weight: 600;
	margin-left: auto;
	text-decoration: none;
}

.ob-home-see-all {
	margin: 30px 0 22px;
	text-align: right;
}

.ob-home-see-all a {
	color: var(--ob-accent-hover);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.ob-loadwrap {
	padding: 30px 0 6px;
	text-align: center;
}

/* Collection controls */
.ob-vault {
	padding-block: 26px 60px;
}

.ob-vault__header h1 {
	font-size: clamp(1.7rem, 3.4vw, 2.4rem);
	margin-bottom: 8px;
}

.ob-vault__header > .ob-lede,
.ob-vault__header > .ob-shop-intro {
	margin-bottom: 26px;
}

.ob-shop-intro > *:first-child {
	margin-top: 0;
}

.ob-shop-intro > *:last-child {
	margin-bottom: 0;
}

.ob-vaultbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.ob-vaultbar > *,
.ob-vaultbar .aws-container,
.ob-vaultbar .aws-search-form {
	flex: 1;
	width: 100%;
}

.ob-vaultbar > .ob-search-submit {
	flex: 0 0 auto;
	width: auto;
}

.ob-search-clear {
	align-items: center;
	background: transparent;
	border: 1px solid var(--ob-line);
	border-radius: 50%;
	color: var(--ob-muted);
	display: flex;
	flex: 0 0 auto !important;
	height: 38px;
	justify-content: center;
	min-height: 0;
	padding: 0;
	width: 38px !important;
}

.ob-search-clear[hidden] {
	display: none;
}

.ob-product-search,
.ob-vaultbar .aws-search-form {
	align-items: center;
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 999px;
	display: flex;
	min-width: 240px;
	overflow: hidden;
	position: relative;
}

.ob-product-search > span {
	color: var(--ob-muted);
	left: 16px;
	position: absolute;
}

.ob-product-search input,
.ob-vaultbar .aws-search-field {
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: var(--ob-text) !important;
	font-size: 0.94rem !important;
	height: auto !important;
	padding: 11px 40px 11px 42px !important;
	width: 100%;
}

.ob-vaultbar .aws-search-btn {
	background: transparent !important;
	border: 0 !important;
	color: var(--ob-muted) !important;
	padding: 0 16px !important;
}

/* LOCKED: AWS may index Display Name and tags, but autocomplete must not turn
   Display Name back into a public product-name heading. */
.aws_result_title,
.aws-search-result .aws_result_title {
	display: none !important;
}

/* Autocomplete dropdown — solid dark panel (readable on the dark storefront). */
.aws-container .aws-search-result,
.aws-search-result,
.aws_result,
.ob-vaultbar .aws-search-result {
	background: var(--ob-surface) !important;
	border: 1px solid var(--ob-line) !important;
	border-radius: 12px !important;
	box-shadow: var(--ob-shadow) !important;
	color: var(--ob-text) !important;
	overflow: hidden;
}

.aws-container .aws-search-result *,
.aws-search-result *,
.aws_result * {
	color: var(--ob-text) !important;
}

.aws-container .aws-search-result a,
.aws-search-result a,
.aws_result a {
	background: transparent !important;
}

.aws-container .aws-search-result a:hover,
.aws-search-result a:hover,
.aws_result a:hover,
.aws-container .aws-search-result .aws_result_item:hover,
.aws-search-result .aws_result_item:hover {
	background: var(--ob-surface-soft) !important;
}

.ob-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.ob-chip {
	align-items: center;
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 999px;
	color: var(--ob-muted);
	display: inline-flex;
	font-size: 0.85rem;
	gap: 8px;
	padding: 7px 16px 7px 8px;
	text-decoration: none;
}

.ob-chip:hover {
	border-color: var(--ob-text);
	color: var(--ob-text);
}

.ob-chip.is-active {
	background: var(--ob-text);
	border-color: var(--ob-text);
	color: var(--ob-bg);
	font-weight: 600;
}

.ob-chipball {
	background: linear-gradient(to bottom, var(--ob-chip-hue) 0 45%, #f5f2ec 45% 100%);
	border: 1.5px solid rgba(8, 9, 11, 0.9);
	border-radius: 50%;
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.35);
	flex: none;
	height: 20px;
	overflow: hidden;
	position: relative;
	width: 20px;
}

.ob-chipball::before {
	background: #111;
	content: "";
	height: 12%;
	left: 0;
	position: absolute;
	right: 0;
	top: 45%;
}

.ob-chipball::after {
	background: #f5f2ec;
	border: 1.5px solid #111;
	border-radius: 50%;
	content: "";
	height: 6px;
	inset: 0;
	margin: auto;
	position: absolute;
	width: 6px;
}

.ob-chip__count {
	font-size: 0.74rem;
	opacity: 0.7;
}

.ob-collection-select {
	display: none;
	margin-bottom: 18px;
}

.ob-collection-select label {
	color: var(--ob-text);
	display: block;
	font-size: 0.85rem;
	margin-bottom: 7px;
}

.ob-collection-select select {
	background-color: var(--ob-surface);
	border-color: var(--ob-line);
	color: var(--ob-text);
	min-height: 44px;
}

.ob-resultline {
	color: var(--ob-muted);
	font-size: 0.85rem;
	margin: 4px 0 18px;
}

.ob-endnote {
	color: var(--ob-muted);
	font-size: 0.88rem;
	padding-top: 26px;
	text-align: center;
}

/* Product grid and cards */
.woocommerce ul.products,
ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.woocommerce ul.products .product,
ul.products .product {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

/* WooCommerce's element-heavy selector otherwise wins and leaves each grid
   item at 22.05% of its already-sized CSS Grid column. */
.woocommerce ul.products li.product.ob-product-card,
.woocommerce-page ul.products li.product.ob-product-card,
body.woocommerce ul.products li.product.ob-product-card,
body.woocommerce-page ul.products li.product.ob-product-card {
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.ob-product-card {
	background: var(--ob-surface-deep);
	border: 1.5px solid color-mix(in srgb, var(--ob-accent) 42%, transparent);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ob-product-card:hover,
.ob-product-card:focus-within {
	border-color: var(--ob-accent-hover);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--ob-accent) 22%, transparent), 0 14px 30px rgba(0, 0, 0, 0.45);
	transform: translateY(-3px);
}

.ob-product-card__image {
	aspect-ratio: 8 / 5;
	background: var(--ob-surface-deep);
	overflow: hidden;
	position: relative;
}

.ob-product-card__image > a {
	display: block;
	height: 100%;
}

.ob-product-card__image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

/* Match prototype framing even against WooCommerce's
   `ul.products li.product a img { height:auto; margin-bottom:1em }`. */
.woocommerce ul.products li.product.ob-product-card .ob-product-card__image img,
.woocommerce-page ul.products li.product.ob-product-card .ob-product-card__image img {
	height: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center !important;
	width: 100% !important;
}

.ob-product-card__image::after {
	background: linear-gradient(115deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ob-phno {
	background: rgba(8, 9, 11, 0.72);
	border: 1px solid rgba(242, 243, 245, 0.16);
	border-radius: 4px;
	color: var(--ob-text);
	font-family: var(--ob-mono);
	font-size: 0.66rem;
	left: 10px;
	letter-spacing: 0.1em;
	padding: 3px 8px;
	position: absolute;
	top: 9px;
	z-index: 3;
}

.ob-vbadge {
	background: var(--ob-accent);
	border: 1px solid var(--ob-accent-hover);
	border-radius: 999px;
	bottom: 9px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 4px 11px;
	position: absolute;
	right: 10px;
	z-index: 3;
}

.ob-stock-badge {
	background: rgba(242, 243, 245, 0.9);
	color: var(--ob-bg);
	font-size: 0.7rem;
	font-weight: 700;
	left: 0;
	padding: 8px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
}

.ob-product-card__row {
	align-items: center;
	display: flex;
	gap: 10px;
	padding: 10px 15px;
}

.ob-product-card__meta {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
}

.ob-product-card__action {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	line-height: 0;
}

/* Woo injects a "View cart" link after AJAX add — hide it so the
   Add to cart control never shifts. Toast already confirms the add. */
.ob-product-card__action .added_to_cart,
.woocommerce ul.products li.product .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .added_to_cart.wc-forward {
	display: none !important;
}

.ob-product-card__action a.button.added::after,
.woocommerce ul.products li.product.ob-product-card .ob-product-card__action a.button.added::after {
	content: none !important;
	display: none !important;
	margin: 0 !important;
}

.ob-entry-no,
.ob-cart-entry {
	color: var(--ob-muted);
	font-family: var(--ob-mono);
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.06em;
	margin: 0;
	text-transform: uppercase;
}

.ob-entry-no--loop {
	font-size: 0.76rem;
	margin-bottom: 4px;
}

.ob-entry-no--single {
	color: var(--ob-text);
	font-family: var(--ob-display);
	font-size: clamp(1.6rem, 3.2vw, 2.3rem);
	letter-spacing: 0;
	margin: 10px 0 14px;
	text-transform: none;
}

.ob-product-card__price,
.ob-product-card__price .price {
	align-items: center;
	color: var(--ob-text);
	display: inline-flex;
	flex: none;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.ob-product-card__price .amount,
.ob-product-card__price .woocommerce-Price-amount {
	color: var(--ob-text);
	line-height: 1;
}

.woocommerce ul.products li.product.ob-product-card .ob-product-card__action a.button,
.woocommerce-page ul.products li.product.ob-product-card .ob-product-card__action a.button,
.ob-product-card__action .button {
	align-items: center;
	background: var(--ob-text);
	box-sizing: border-box;
	color: var(--ob-bg);
	display: inline-flex;
	font-family: var(--ob-body);
	font-size: 0.78rem;
	font-weight: 600;
	height: 30px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 30px;
	padding: 0 12px;
	white-space: nowrap;
}

.woocommerce ul.products li.product.ob-product-card .ob-product-card__action a.button:hover,
.woocommerce-page ul.products li.product.ob-product-card .ob-product-card__action a.button:hover,
.ob-product-card__action .button:hover {
	background: var(--ob-accent);
	color: #fff;
}

.ob-product-card__action .button.is-loading {
	cursor: progress;
	gap: 0;
	opacity: 0.85;
	pointer-events: none;
}

.ob-product-card__action .button.is-loading::after {
	animation: ob-spin 0.8s linear infinite;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	content: "";
	flex: none;
	height: 14px;
	margin: 0;
	width: 14px;
}

@keyframes ob-spin {
	to {
		transform: rotate(360deg);
	}
}

.added_to_cart {
	display: none !important;
}

.ob-empty {
	color: var(--ob-muted);
	padding: 50px 20px;
	text-align: center;
}

.ob-empty h2 {
	color: var(--ob-text);
	font-size: 1.2rem;
}

.ob-toast {
	background: var(--ob-text);
	border-radius: 999px;
	bottom: 62px;
	color: var(--ob-bg);
	font-size: 0.88rem;
	font-weight: 700;
	left: 50%;
	opacity: 0;
	padding: 10px 18px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 14px);
	transition: opacity 0.16s ease, transform 0.16s ease;
	z-index: 100;
}

.ob-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.pagination,
.woocommerce-pagination {
	margin-top: 30px;
}

.ob-vault__results.is-paging {
	opacity: 0.55;
	pointer-events: none;
	transition: opacity 0.12s ease;
}

.nav-links,
.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.nav-links a,
.nav-links span,
.page-numbers a,
.page-numbers span {
	align-items: center;
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 50%;
	display: flex;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 8px;
	text-decoration: none;
}

.nav-links .current,
.page-numbers .current {
	background: var(--ob-accent);
	border-color: var(--ob-accent);
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: 0 !important;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	border: 0 !important;
	float: none !important;
	margin: 0;
	overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
	align-items: center;
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 50%;
	color: var(--ob-text);
	display: flex;
	height: 40px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 40px;
	padding: 0 8px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
	background: var(--ob-accent);
	border-color: var(--ob-accent);
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus-visible {
	background: var(--ob-text);
	border-color: var(--ob-text);
	color: var(--ob-bg);
}

/* Product detail */
.ob-crumbs {
	color: var(--ob-muted);
	font-size: 0.84rem;
	margin-top: 22px;
}

.ob-crumbs a {
	color: var(--ob-accent-hover);
	font-weight: 600;
	text-decoration: none;
}

.ob-crumbs span {
	color: var(--ob-muted);
}

.ob-pdp {
	align-items: start;
	display: grid;
	gap: 56px;
	grid-template-columns: 1.05fr 0.95fr;
	padding-block: 32px 24px;
}

.ob-pdp__gallery .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
}

.ob-pdp__gallery .woocommerce-product-gallery__trigger {
	display: none !important;
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image {
	background: #efefea;
	border-radius: 16px;
	overflow: hidden;
}

.woocommerce-product-gallery__image img {
	aspect-ratio: 8 / 5;
	object-fit: cover;
	width: 100%;
}

.ob-pdp__summary .price {
	color: var(--ob-text);
	font-family: var(--ob-display);
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 18px;
}

.ob-pdp-context {
	color: var(--ob-muted);
	font-family: var(--ob-mono);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ob-tax-note {
	color: var(--ob-muted);
	font-family: var(--ob-body);
	font-size: 0.72rem;
	font-weight: 400;
}

.ob-pdp__summary .woocommerce-product-details__short-description {
	color: var(--ob-muted);
	margin: 0 0 28px;
	max-width: 40ch;
}

.ob-pdp__summary .cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ob-pdp__summary form.variations_form.cart {
	display: block;
}

.ob-pdp__summary .woocommerce-variation-add-to-cart,
.ob-pdp__summary .variations_button {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.ob-pdp__summary .cart::after,
.ob-pdp__summary .variations_button::after,
.ob-pdp__summary .woocommerce-variation-add-to-cart::after {
	content: none;
	display: none;
}

/* Cart-style quantity stepper (− qty +) on the product page. */
.ob-pdp__summary .quantity,
.quantity.ob-qty-stepper {
	align-items: stretch;
	background: var(--ob-surface-soft);
	border: 1px solid var(--ob-line);
	border-radius: 8px;
	display: inline-flex;
	flex: 0 0 auto;
	float: none;
	margin: 0;
	overflow: hidden;
	width: auto;
}

.ob-pdp__summary .quantity .qty,
.quantity.ob-qty-stepper .qty {
	-moz-appearance: textfield;
	appearance: textfield;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--ob-text);
	font-size: 0.95rem;
	font-variant-numeric: tabular-nums;
	height: 44px;
	line-height: 44px;
	margin: 0;
	min-width: 2.5ch;
	padding: 0 4px;
	text-align: center;
	width: 2.75rem;
}

.ob-pdp__summary .quantity .qty::-webkit-outer-spin-button,
.ob-pdp__summary .quantity .qty::-webkit-inner-spin-button,
.quantity.ob-qty-stepper .qty::-webkit-outer-spin-button,
.quantity.ob-qty-stepper .qty::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

.ob-qty-btn {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--ob-text);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: var(--ob-body);
	font-size: 1.15rem;
	font-weight: 500;
	height: 44px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 40px;
	padding: 0;
	user-select: none;
}

.ob-qty-btn:hover {
	color: #fff;
}

.ob-qty-btn:focus-visible {
	outline: 2px solid var(--ob-focus);
	outline-offset: -2px;
}

.ob-qty-btn:disabled {
	cursor: default;
	opacity: 0.35;
}

.single_add_to_cart_button {
	background: var(--ob-accent) !important;
	color: #fff !important;
	flex: 0 0 auto;
	float: none;
	margin: 0 !important;
	width: auto;
}

.stock.in-stock {
	color: var(--ob-success);
	font-size: 0.84rem;
	font-weight: 600;
}

.ob-built-order {
	align-items: center;
	color: var(--ob-success);
	display: flex;
	font-size: 0.84rem;
	font-weight: 600;
	gap: 8px;
	margin: 18px 0 0;
}

.ob-built-order span {
	background: var(--ob-success);
	border-radius: 50%;
	height: 9px;
	width: 9px;
}

.variations {
	border-collapse: collapse;
	margin-bottom: 8px;
	width: 100%;
}

.variations tbody,
.variations tr,
.variations th,
.variations td {
	display: block;
	width: 100%;
}

.variations th,
.variations td {
	padding: 2px 0;
	text-align: left;
}

.variations label {
	color: var(--ob-accent-hover);
	font-size: 0.82rem;
}

.variations select {
	width: 100%;
}

.reset_variations {
	display: none !important;
}

/* Woo reserves space for variation price/availability even when empty. */
.ob-pdp__summary .single_variation_wrap {
	margin: 0;
}

.ob-pdp__summary .woocommerce-variation.single_variation {
	margin: 0;
	min-height: 0;
}

.ob-pdp__summary .woocommerce-variation.single_variation:empty,
.ob-pdp__summary .woocommerce-variation-price:empty,
.ob-pdp__summary .woocommerce-variation-availability:empty {
	display: none;
	margin: 0;
	padding: 0;
}

.ob-pdp__summary .woocommerce-variation-add-to-cart,
.ob-pdp__summary .variations_button {
	margin-top: 8px;
}

.ob-pdp-accordions {
	border-bottom: 1px solid var(--ob-line);
	margin-top: 32px;
}

.ob-pdp-acc {
	border-top: 1px solid var(--ob-line);
	padding: 16px 0;
}

.ob-pdp-acc summary {
	cursor: pointer;
	display: flex;
	font-size: 0.93rem;
	font-weight: 600;
	list-style: none;
}

.ob-pdp-acc summary::-webkit-details-marker {
	display: none;
}

.ob-pdp-acc summary::after {
	color: var(--ob-accent-hover);
	content: "+";
	font-weight: 700;
	margin-left: auto;
}

.ob-pdp-acc[open] summary::after {
	content: "–";
}

.ob-pdp-acc p {
	color: var(--ob-muted);
	font-size: 0.89rem;
	margin: 9px 0 0;
}

.product_meta,
.woocommerce-loop-product__title,
.product_title {
	display: none !important;
}

.woocommerce-tabs {
	border-top: 1px solid var(--ob-line);
	margin-top: 24px;
}

.woocommerce-tabs .tabs {
	display: flex;
	gap: 16px;
	list-style: none;
	padding: 0;
}

.woocommerce-tabs .tabs a {
	color: var(--ob-muted);
	font-size: 0.85rem;
	font-weight: 600;
}

.ob-pdp-reviews {
	padding-block: 20px 48px;
}

.ob-pdp-reviews .woocommerce-tabs {
	background: var(--ob-surface-soft);
	border: 1px solid var(--ob-line);
	border-radius: 12px;
	margin-top: 0;
	padding: clamp(18px, 4vw, 30px);
}

.ob-pdp-reviews .woocommerce-tabs .tabs {
	margin: 0 0 22px;
}

.ob-pdp-reviews .woocommerce-tabs .tabs li.active a {
	color: var(--ob-text);
}

.ob-pdp-reviews #reviews h2,
.ob-pdp-reviews #review_form_wrapper {
	margin-top: 22px;
}

.ob-pdp-reviews .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ob-pdp-reviews .commentlist li {
	border-top: 1px solid var(--ob-line);
	padding: 18px 0;
}

.ob-pdp-reviews .star-rating,
.ob-pdp-reviews .stars a {
	color: var(--ob-focus);
}

.related.products,
.upsells.products {
	margin-top: 48px;
}

/* WooCommerce pages and blocks */
.woocommerce-notices-wrapper {
	margin: 16px auto 0;
	max-width: var(--ob-wrap);
	padding-inline: clamp(16px, 4vw, 28px);
	width: 100%;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	align-items: center;
	background: var(--ob-surface) !important;
	border: 1px solid var(--ob-line) !important;
	border-left: 3px solid var(--ob-success) !important;
	border-radius: 10px;
	color: var(--ob-text) !important;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 12px;
	padding: 12px 16px;
}

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

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message a.button.wc-forward {
	background: transparent !important;
	border: 1.5px solid var(--ob-text) !important;
	color: var(--ob-text) !important;
	float: none !important;
	font-family: var(--ob-body);
	font-size: 0.85rem;
	margin: 0 0 0 auto !important;
	min-height: 36px;
	padding: 8px 16px;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-message a.button.wc-forward:hover {
	background: var(--ob-surface-soft) !important;
	color: var(--ob-text) !important;
}

.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-info:focus,
.woocommerce-info:focus-visible,
.woocommerce-error:focus,
.woocommerce-error:focus-visible {
	box-shadow: none;
	outline: none;
}

.woocommerce-error {
	border-left-color: var(--ob-accent-hover) !important;
}

table.shop_table,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-order-details,
.wc-block-cart,
.wc-block-checkout {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 12px;
	color: var(--ob-text);
	padding: clamp(16px, 3vw, 28px);
}

table.shop_table {
	border-collapse: collapse;
	width: 100%;
}

table.shop_table th,
table.shop_table td {
	border-bottom: 1px solid var(--ob-line);
	padding: 12px;
	text-align: left;
}

.ob-cart-entry,
.wc-block-components-product-name {
	color: var(--ob-text);
	font-family: var(--ob-mono);
	font-weight: 600;
	text-decoration: none;
}

.wc-block-components-product-metadata__description {
	display: none;
}

.ob-checkout-steps {
	align-items: center;
	color: var(--ob-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	gap: 8px;
	margin: 0 0 22px;
}

.ob-checkout-steps a {
	color: var(--ob-accent-hover);
	font-weight: 600;
	text-decoration: none;
}

.ob-checkout-steps strong {
	color: var(--ob-text);
}

.ob-scroll-top {
	align-items: center;
	background: var(--ob-accent);
	border: 0;
	border-radius: 999px;
	bottom: 62px;
	box-shadow: var(--ob-shadow);
	color: #fff;
	cursor: pointer;
	display: none;
	font-family: var(--ob-body);
	font-size: 0.78rem;
	font-weight: 700;
	gap: 6px;
	justify-content: center;
	letter-spacing: 0.04em;
	min-height: 44px;
	min-width: 44px;
	padding: 10px 14px;
	position: fixed;
	right: 16px;
	text-transform: uppercase;
	z-index: 80;
}

@media (max-width: 820px) {
	.ob-scroll-top.is-visible {
		display: inline-flex;
	}
}

.ob-scroll-top:hover,
.ob-scroll-top:focus-visible {
	background: var(--ob-accent-hover);
	color: #fff;
}

/* Promo / coupon — cart totals + checkout left column (not full-width top strip). */
.wc-block-components-totals-coupon,
.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon,
.ob-checkout-coupon {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 12px;
	color: var(--ob-text);
	margin: 0 0 14px;
	padding: 14px 16px;
}

/* Checkout promo — top of left column, same surface card language. */
.woocommerce-checkout .ob-checkout-coupon {
	margin: 0;
	padding: 16px 16px 14px;
}

.ob-checkout-coupon__label {
	color: var(--ob-muted);
	display: block;
	font-family: var(--ob-body);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0 0 10px;
}

.ob-checkout-coupon__form,
form.checkout_coupon.ob-checkout-coupon__form {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: flex !important; /* always open — no “Have a coupon?” toggle */
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.ob-checkout-coupon__form .input-text {
	background: var(--ob-surface) !important;
	border: 1px solid var(--ob-line) !important;
	border-radius: 999px !important;
	color: var(--ob-text) !important;
	flex: 1 1 140px;
	font-family: var(--ob-body) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	margin: 0 !important;
	min-height: 40px;
	padding: 8px 14px !important;
}

/* Apply matches outlined fields — UI sans, not display-serif filled pill. */
.ob-checkout-coupon__form .button,
.ob-checkout-coupon__form .wp-element-button,
.ob-checkout-coupon__form button[type="submit"] {
	background: transparent !important;
	border: 1px solid var(--ob-line) !important;
	border-radius: 999px !important;
	color: var(--ob-text) !important;
	flex: 0 0 auto;
	font-family: var(--ob-body) !important;
	font-size: 0.92rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	margin: 0;
	min-height: 40px;
	padding: 8px 18px;
}

.ob-checkout-coupon__form .button:hover,
.ob-checkout-coupon__form .wp-element-button:hover,
.ob-checkout-coupon__form button[type="submit"]:hover {
	background: var(--ob-surface) !important;
	border-color: var(--ob-text) !important;
	color: var(--ob-text) !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	background: transparent !important;
	border: 0 !important;
	color: var(--ob-text) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
	content: none !important;
	display: none !important;
}

.woocommerce-form-coupon-toggle .showcoupon,
.wc-block-components-totals-coupon__icon-and-text,
.wc-block-components-panel__button {
	color: var(--ob-accent-hover) !important;
	font-family: var(--ob-body) !important;
	font-weight: 600;
}

.woocommerce-form-coupon .form-row-first,
.woocommerce-form-coupon .form-row-last {
	margin-bottom: 8px;
}

.woocommerce-form-coupon .input-text {
	background: var(--ob-bg) !important;
	border: 1px solid var(--ob-line) !important;
	border-radius: 999px !important;
	color: var(--ob-text) !important;
	font-family: var(--ob-body) !important;
	font-size: 1rem !important;
	min-height: 40px;
	padding: 8px 14px !important;
}

/*
 * Cart block promo — match checkout field + Apply chrome.
 * Form is layout-only (parent card already has surface/border).
 */
.wc-block-components-totals-coupon__form {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wc-block-components-totals-coupon__input {
	flex: 1 1 140px;
	margin: 0;
	min-width: 0;
}

.wc-block-components-totals-coupon__input input,
.wc-block-components-totals-coupon__input .wc-block-components-text-input__input {
	background: var(--ob-bg) !important;
	border: 1px solid var(--ob-line) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: var(--ob-text) !important;
	font-family: var(--ob-body) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.3 !important;
	min-height: 40px;
	padding: 8px 14px !important;
	width: 100%;
}

.wc-block-components-totals-coupon__input input::placeholder {
	color: var(--ob-muted) !important;
	font-family: var(--ob-body) !important;
	font-size: 1rem !important;
	opacity: 1;
}

/* Floating “Enter code” label — readable UI sans, not tiny WC default. */
.wc-block-components-totals-coupon__input label {
	color: var(--ob-muted) !important;
	font-family: var(--ob-body) !important;
	font-size: 0.95rem !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}

/* Quiet focus: field border token, not thick gold --ob-focus ring. */
.wc-block-components-totals-coupon__input input:focus,
.wc-block-components-totals-coupon__input input:focus-visible,
.ob-checkout-coupon__form .input-text:focus,
.ob-checkout-coupon__form .input-text:focus-visible {
	border-color: rgba(242, 243, 245, 0.28) !important;
	box-shadow: none !important;
	outline: none !important;
}

.wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__button.wc-block-components-button,
.wc-block-components-totals-coupon__button.wp-element-button,
.wc-block-components-totals-coupon__button[type="submit"] {
	background: transparent !important;
	border: 1px solid var(--ob-line) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: var(--ob-text) !important;
	flex: 0 0 auto;
	font-family: var(--ob-body) !important;
	font-size: 0.92rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 40px;
	padding: 8px 18px !important;
}

.wc-block-components-totals-coupon__button .wc-block-components-button__text {
	font-family: var(--ob-body) !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}

.wc-block-components-totals-coupon__button:hover,
.wc-block-components-totals-coupon__button.wc-block-components-button:hover,
.wc-block-components-totals-coupon__button.wp-element-button:hover {
	background: var(--ob-bg) !important;
	border-color: var(--ob-text) !important;
	color: var(--ob-text) !important;
}

/*
 * Cart line thumbnail (WooCommerce Blocks cart).
 * Markup target:
 *   <tr class="wc-block-cart-items__row">
 *     <td class="wc-block-cart-item__image">
 *       <a><img …></a>   ← size this cell + img
 *     </td>
 *     <td class="wc-block-cart-item__product">ENTRY …</td>
 *     …
 *   </tr>
 */
.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__image,
.wc-block-cart-item__image {
	min-width: 160px !important;
	padding-inline-end: 1.5rem !important;
	vertical-align: middle;
	width: 160px !important;
}

.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__image a,
.wc-block-cart-item__image a {
	display: block;
	width: 160px;
}

.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__image img,
.wc-block-cart-item__image img,
.wc-block-cart-item__image .wc-block-components-product-image img {
	border-radius: 8px;
	display: block;
	height: 160px !important;
	max-height: none !important;
	max-width: none !important;
	object-fit: cover;
	width: 160px !important;
}

.wc-block-cart-items__row .wc-block-cart-item__product {
	padding-inline-start: 0.35rem;
}

.wc-block-cart-items__row td.wc-block-cart-item__image + td.wc-block-cart-item__product {
	padding-left: 0.5rem;
}

@media (max-width: 600px) {
	.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__image,
	.wc-block-cart-item__image {
		min-width: 96px !important;
		width: 96px !important;
	}

	.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__image a,
	.wc-block-cart-item__image a {
		width: 96px;
	}

	.wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__image img,
	.wc-block-cart-item__image img,
	.wc-block-cart-item__image .wc-block-components-product-image img {
		height: 96px !important;
		width: 96px !important;
	}
}

.ob-continue-shopping {
	margin: 28px 0 8px;
	text-align: center;
}

/* Empty-cart / block product CTAs — match collection active buttons. */
.wc-block-cart .wp-block-button__link,
.wc-block-grid__product .wp-block-button__link,
.wc-block-components-product-button .wp-block-button__link,
.wp-block-woocommerce-product-button .wp-block-button__link {
	background: var(--ob-text) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: var(--ob-bg) !important;
	font-family: var(--ob-body) !important;
	font-weight: 600 !important;
	opacity: 1 !important;
}

.wc-block-cart .wp-block-button__link:hover,
.wc-block-grid__product .wp-block-button__link:hover,
.wc-block-components-product-button .wp-block-button__link:hover,
.wp-block-woocommerce-product-button .wp-block-button__link:hover {
	background: var(--ob-accent) !important;
	color: #fff !important;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-login-toggle > .woocommerce-info {
	align-items: baseline;
	background: var(--ob-surface-soft) !important;
	border: 1px solid var(--ob-line) !important;
	border-left: 3px solid var(--ob-accent) !important;
	border-radius: 10px;
	color: var(--ob-text) !important;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	justify-content: flex-start;
	margin: 0 0 18px;
	padding: 12px 16px;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
	content: none !important;
	display: none !important;
}

.woocommerce-form-login-toggle .showlogin {
	color: var(--ob-accent-hover);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.woocommerce-form-login {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 12px;
	margin: 0 0 22px;
	padding: clamp(16px, 3vw, 22px);
}

.woocommerce-form-login .form-row {
	margin-bottom: 12px;
}

.woocommerce-account-fields .create-account,
.woocommerce-account-fields #account_password_field {
	margin-top: 8px;
	max-width: none;
	width: 100%;
}

.woocommerce-account-fields .woocommerce-form__label-for-checkbox {
	align-items: flex-start;
	color: var(--ob-muted);
	display: flex;
	font-size: 0.92rem;
	gap: 10px;
	line-height: 1.45;
	max-width: none;
	white-space: normal;
	width: 100%;
}

.woocommerce-account-fields .woocommerce-form__label-for-checkbox .input-checkbox {
	flex: 0 0 auto;
	margin: 0.2em 0 0;
}

.woocommerce-account-fields .woocommerce-form__label-for-checkbox span {
	flex: 1 1 auto;
	min-width: 0;
}

.ob-order-success {
	background: var(--ob-surface);
	border: 1px solid var(--ob-success);
	border-radius: 12px;
	margin: 0 0 24px;
	padding: clamp(20px, 4vw, 34px);
}

.ob-order-success h2 {
	margin-bottom: 8px;
}

.ob-order-success p:last-child {
	color: var(--ob-muted);
	margin-bottom: 0;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
	color: var(--ob-accent-hover);
}

.wc-block-components-sidebar,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper {
	background: transparent !important;
	border-color: var(--ob-line) !important;
	color: var(--ob-text) !important;
}

.wc-block-components-button {
	border-radius: 999px !important;
}

.checkout-button,
.wc-proceed-to-checkout .button,
#place_order,
.woocommerce .button.checkout,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	background: var(--ob-accent) !important;
	border: 1px solid var(--ob-accent) !important;
	color: #fff !important;
	cursor: pointer !important;
	font-weight: 700 !important;
	min-height: 48px;
	opacity: 1 !important;
}

.checkout-button:hover,
.wc-proceed-to-checkout .button:hover,
#place_order:hover,
.woocommerce .button.checkout:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	background: var(--ob-accent-hover) !important;
	border-color: var(--ob-accent-hover) !important;
	color: #fff !important;
}

.wc-block-cart__submit-button[aria-disabled="true"],
.wc-block-components-checkout-place-order-button:disabled,
#place_order:disabled {
	background: var(--ob-surface) !important;
	border-color: var(--ob-line) !important;
	color: var(--ob-muted) !important;
	cursor: progress !important;
	opacity: 1 !important;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea,
.select2-selection {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 10px;
	box-shadow: none;
	color: var(--ob-text);
	padding: 11px 14px;
	width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-checkout .select2-container .select2-selection__rendered {
	background: var(--ob-surface) !important;
	border-color: var(--ob-line) !important;
	color: var(--ob-text) !important;
}

.woocommerce-checkout .select2-container .select2-selection__arrow b {
	border-top-color: var(--ob-text) !important;
}

/*
 * Classic checkout — Fabritorium-style two columns (dark Odd Ball chrome).
 * Coupon is a sibling of form.checkout (cannot nest forms); the form uses
 * display:contents so customer + order columns participate in the grid.
 */
.ob-checkout-layout {
	align-items: start;
	display: grid;
	gap: 22px 40px;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.ob-checkout-layout > .ob-checkout-coupon {
	grid-column: 1;
	grid-row: 1;
}

.ob-checkout-form {
	display: contents;
}

.ob-checkout-customer {
	display: flex;
	flex-direction: column;
	gap: 22px;
	grid-column: 1;
	grid-row: 2;
	min-width: 0;
}

.ob-checkout-sidebar {
	grid-column: 2;
	grid-row: 1 / span 2;
	min-width: 0;
	position: sticky;
	top: 20px;
}

/* No promo row — keep address fields at the top of the left column. */
.ob-checkout-layout:not(:has(> .ob-checkout-coupon)) .ob-checkout-customer {
	grid-row: 1;
}

.ob-checkout-layout:not(:has(> .ob-checkout-coupon)) .ob-checkout-sidebar {
	grid-row: 1;
}

.ob-checkout-sidebar #order_review_heading {
	margin-bottom: 12px;
}

/* Legacy Woo col2-set must not split billing/shipping into a second desktop row. */
.woocommerce-checkout .ob-checkout-customer .col2-set,
.woocommerce-checkout .ob-checkout-customer .col-1,
.woocommerce-checkout .ob-checkout-customer .col-2 {
	float: none;
	width: 100%;
}

@media (max-width: 900px) {
	.ob-checkout-layout {
		grid-template-columns: 1fr;
	}

	.ob-checkout-layout > .ob-checkout-coupon {
		grid-column: 1;
		grid-row: 1;
	}

	.ob-checkout-customer {
		grid-column: 1;
		grid-row: 2;
	}

	.ob-checkout-sidebar {
		grid-column: 1;
		grid-row: 3;
		position: static;
	}
}

/*
 * Checkout typography — one hierarchy.
 * Page title keeps Fraunces; section heads + form chrome share body sans
 * (Mel: “Your order” / Apply must not jump to display-serif mid-form).
 */
.woocommerce-checkout h1 {
	font-family: var(--ob-display);
	font-size: clamp(1.7rem, 3.4vw, 2.4rem);
	font-weight: 500;
	letter-spacing: 0;
}

.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
	color: var(--ob-text);
	font-family: var(--ob-body);
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 14px;
}

/* Checkbox “Ship to a different address?” sits in an h3 — keep it UI sans. */
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout #ship-to-different-address label {
	color: var(--ob-muted);
	font-family: var(--ob-body);
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0 0 12px;
}

/* Order notes (additional fields, left column) match other section heads. */
.woocommerce-checkout #order_comments_field > label {
	color: var(--ob-text);
	display: block;
	font-family: var(--ob-body);
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 14px;
}

.woocommerce-checkout .ob-checkout-steps,
.woocommerce-checkout .form-row > label,
.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout #payment .payment_methods li label,
.woocommerce-checkout .wc_payment_method label {
	font-family: var(--ob-body);
	letter-spacing: 0;
}

.woocommerce-checkout .form-row > label:not(.woocommerce-form__label-for-checkbox) {
	color: var(--ob-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container .select2-selection__rendered,
.woocommerce-checkout .select2-results__option {
	font-family: var(--ob-body) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.4 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	height: auto !important;
	min-height: 44px;
	padding: 0 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--ob-text) !important;
	line-height: 44px !important;
	padding-left: 14px !important;
	padding-right: 28px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px !important;
}

/*
 * Order summary table lives inside .woocommerce-checkout-review-order (already a card).
 * Nested shop_table card padding made dividers stop short / rows look uneven.
 */
.woocommerce-checkout #order_review table.shop_table,
.woocommerce-checkout-review-order table.shop_table {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0 0 16px;
	padding: 0;
	width: 100%;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td,
.woocommerce-checkout #order_review .product-name,
.woocommerce-checkout #order_review .amount {
	font-family: var(--ob-body);
	font-weight: 400;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
	border-bottom: 1px solid var(--ob-line);
	padding: 12px 0;
	vertical-align: middle;
}

.woocommerce-checkout #order_review table.shop_table thead th {
	border-bottom-color: var(--ob-line);
	padding-top: 0;
}

.woocommerce-checkout #order_review table.shop_table tbody tr:last-child th,
.woocommerce-checkout #order_review table.shop_table tbody tr:last-child td {
	border-bottom: 0;
}

.woocommerce-checkout #order_review table.shop_table tfoot th,
.woocommerce-checkout #order_review table.shop_table tfoot td {
	border-bottom: 0;
	padding: 10px 0;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child th,
.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child td {
	border-top: 1px solid var(--ob-line);
	padding-top: 14px;
}

.woocommerce-checkout #order_review table.shop_table .order-total th,
.woocommerce-checkout #order_review table.shop_table .order-total td {
	border-top: 1px solid var(--ob-line);
	font-weight: 600;
	padding-top: 14px;
}

.woocommerce-checkout #order_review table.shop_table .product-name,
.woocommerce-checkout #order_review table.shop_table .product-total {
	line-height: 1.35;
}

.woocommerce-checkout #order_review table.shop_table .product-name .product-quantity {
	font-weight: 600;
}

.woocommerce-checkout #order_review table.shop_table th {
	color: var(--ob-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

.woocommerce-checkout #order_review table.shop_table tfoot .order-total th,
.woocommerce-checkout #order_review table.shop_table tfoot .order-total .amount {
	color: var(--ob-text);
	font-size: 1rem;
}

.woocommerce-checkout #place_order {
	font-family: var(--ob-body) !important;
	width: 100%;
}

/* Payment block inside the order card — keep Stripe/Link iframes unclipped. */
.woocommerce-checkout #payment {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment .payment_methods {
	border-bottom: 1px solid var(--ob-line);
	list-style: none;
	margin: 0 0 16px;
	padding: 0 0 8px;
}

.woocommerce-checkout #payment .payment_methods li {
	margin: 0 0 10px;
}

.woocommerce-checkout #payment .payment_box {
	background: var(--ob-bg);
	border: 1px solid var(--ob-line);
	border-radius: 10px;
	color: var(--ob-muted);
	font-family: var(--ob-body);
	font-size: 0.92rem;
	margin: 8px 0 0;
	padding: 12px 14px;
}

.woocommerce-checkout #payment .payment_box iframe {
	max-width: 100%;
}

input::placeholder,
textarea::placeholder {
	color: var(--ob-muted);
	opacity: 1;
}

label {
	color: var(--ob-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

/* My Account — order-first storefront */
.ob-account-lede {
	margin: -4px 0 28px;
	max-width: 36rem;
}

.ob-account {
	margin-top: 8px;
}

.ob-account-nav {
	margin: 0 0 28px;
}

.ob-account-nav__list,
.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ob-account-nav__list li,
.woocommerce-MyAccount-navigation li {
	margin: 0;
}

.ob-account-nav__list a,
.woocommerce-MyAccount-navigation a {
	background: transparent;
	border: 1px solid var(--ob-line);
	border-radius: 999px;
	color: var(--ob-muted);
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 600;
	min-height: 40px;
	align-items: center;
	padding: 8px 16px;
	text-decoration: none;
}

.ob-account-nav__list .is-active a,
.woocommerce-MyAccount-navigation .is-active a,
.ob-account-nav__list a:hover,
.woocommerce-MyAccount-navigation a:hover {
	background: var(--ob-surface);
	border-color: var(--ob-text);
	color: var(--ob-text);
}

.ob-account-login {
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto;
	max-width: 440px;
	width: 100%;
}

.ob-account-login__panel {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 16px;
	padding: clamp(28px, 5vw, 40px);
}

.ob-account-login__panel[hidden] {
	display: none;
}

.ob-account-login__title {
	font-size: clamp(1.85rem, 3.5vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 28px;
	text-align: center;
}

.ob-account-login__form .form-row {
	margin-bottom: 16px;
}

.ob-account-login__form label {
	display: block;
	font-size: 0.92rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.ob-account-login__form .woocommerce-Input,
.ob-account-login__form input.input-text {
	border: 1px solid var(--ob-line);
	border-radius: 10px;
	font-size: 1rem;
	min-height: 48px;
	padding: 10px 14px;
	width: 100%;
}

.ob-account-login__form .woocommerce-Input:focus,
.ob-account-login__form input.input-text:focus {
	border-color: var(--ob-text);
	outline: none;
}

.ob-account-login__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: space-between;
	margin: 4px 0 18px;
}

.ob-account-login__meta .woocommerce-form__label-for-checkbox {
	align-items: center;
	display: inline-flex;
	font-weight: 500;
	gap: 8px;
	margin: 0;
}

.ob-account-login__forgot {
	color: var(--ob-accent-hover);
	font-size: 0.92rem;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ob-account-login__forgot:hover {
	color: var(--ob-text);
}

.ob-account-login__submit {
	margin: 0 0 8px;
}

.ob-account-login__submit .ob-button,
.ob-account-login__form button.button {
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	min-height: 52px;
	padding-inline: 22px;
	text-transform: uppercase;
	width: 100%;
}

.ob-account-login__hint {
	color: var(--ob-muted);
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0 0 10px;
}

.ob-account-login__hint--spam {
	font-size: 0.86rem;
	margin-bottom: 14px;
}

.ob-account-login__form .woocommerce-privacy-policy-text,
.ob-account-login__form .woocommerce-privacy-policy-text p {
	color: var(--ob-muted);
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 16px;
}

.ob-account-login__form .woocommerce-privacy-policy-text a {
	color: var(--ob-accent-hover);
	font-weight: 500;
}

.ob-account-login__switch {
	border-top: 1px solid var(--ob-line);
	color: var(--ob-muted);
	font-size: 0.95rem;
	margin: 22px 0 0;
	padding-top: 18px;
	text-align: center;
}

.ob-account-login__switch a {
	color: var(--ob-accent-hover);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ob-account-login__switch a:hover {
	color: var(--ob-text);
}

.ob-account--guest .ob-account__content {
	display: flex;
	justify-content: center;
}

.ob-account--guest .ob-account-lede {
	display: none;
}

.ob-order-list {
	display: grid;
	gap: 16px;
}

.ob-order-card {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 14px;
	padding: clamp(18px, 3vw, 26px);
}

.ob-order-card__head {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ob-order-card__eyebrow {
	color: var(--ob-muted);
	font-family: var(--ob-mono);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.ob-order-card__number {
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	margin: 0;
}

.ob-order-card__number a {
	color: var(--ob-text);
	text-decoration: none;
}

.ob-order-card__number a:hover {
	color: var(--ob-accent-hover);
}

.ob-order-status {
	background: rgba(127, 184, 164, 0.14);
	border: 1px solid rgba(127, 184, 164, 0.35);
	border-radius: 999px;
	color: var(--ob-success);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 6px 12px;
	text-transform: uppercase;
	white-space: nowrap;
}

.ob-order-status--pending,
.ob-order-status--on-hold {
	background: rgba(255, 209, 102, 0.12);
	border-color: rgba(255, 209, 102, 0.35);
	color: var(--ob-focus);
}

.ob-order-status--failed,
.ob-order-status--cancelled {
	background: rgba(224, 68, 53, 0.12);
	border-color: rgba(224, 68, 53, 0.35);
	color: var(--ob-accent-hover);
}

.ob-order-status--processing,
.ob-order-status--completed {
	background: rgba(127, 184, 164, 0.14);
	border-color: rgba(127, 184, 164, 0.35);
	color: var(--ob-success);
}

.ob-order-card__meta {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 16px;
}

.ob-order-card__meta div {
	margin: 0;
}

.ob-order-card__meta dt {
	color: var(--ob-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.ob-order-card__meta dd {
	font-size: 0.98rem;
	margin: 0;
}

.ob-order-card__entries {
	border-top: 1px solid var(--ob-line);
	color: var(--ob-text);
	font-family: var(--ob-mono);
	font-size: 0.86rem;
	margin: 0 0 18px;
	padding-top: 14px;
}

.ob-order-card__entries-label {
	color: var(--ob-muted);
	display: inline-block;
	font-family: var(--ob-body);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-right: 10px;
	text-transform: uppercase;
}

.ob-order-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ob-order-card__actions .ob-button {
	min-height: 42px;
	padding-inline: 18px;
}

.ob-account-empty {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 14px;
	max-width: 36rem;
	padding: clamp(24px, 4vw, 36px);
}

.ob-account-empty h2 {
	margin-bottom: 8px;
}

.ob-account-empty p {
	color: var(--ob-muted);
	margin-bottom: 20px;
}

.ob-account-empty .ob-button--primary {
	background: var(--ob-accent);
	color: #fff;
}

.ob-account-empty .ob-button--primary:hover {
	background: var(--ob-accent-hover);
	color: #fff;
}

.ob-account-pagination {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}

.woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-MyAccount-content form.edit-account,
.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-MyAccount-content .woocommerce-customer-details {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 14px;
	padding: clamp(18px, 3vw, 28px);
}

.ob-addresses__lede {
	color: var(--ob-muted);
	font-family: var(--ob-body);
	font-size: 0.95rem;
	line-height: 1.45;
	margin: 0 0 18px;
	max-width: 40rem;
}

.ob-addresses {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr);
}

.ob-addresses--split {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ob-address-card {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: clamp(18px, 3vw, 24px);
}

.ob-address-card__head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.ob-address-card__title {
	color: var(--ob-text);
	font-family: var(--ob-body);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
}

.ob-address-card__action {
	flex: 0 0 auto;
	font-family: var(--ob-body);
	font-size: 0.82rem;
	min-height: 36px;
	padding-inline: 14px;
	text-decoration: none;
}

.ob-address-card__body,
.ob-address-card__body address {
	color: var(--ob-text);
	font-family: var(--ob-body);
	font-size: 0.95rem;
	font-style: normal;
	line-height: 1.55;
	margin: 0;
}

.ob-address-card__empty {
	color: var(--ob-muted);
	font-family: var(--ob-body);
	font-size: 0.95rem;
	font-style: normal;
	margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h2,
.woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-MyAccount-content .woocommerce-column__title {
	font-family: var(--ob-body);
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: 12px;
}

@media (max-width: 720px) {
	.ob-addresses--split {
		grid-template-columns: minmax(0, 1fr);
	}
}

.woocommerce-MyAccount-content .order-again,
.woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-MyAccount-content button.button {
	border-radius: 999px;
}

.woocommerce-MyAccount-content mark {
	background: transparent;
	color: var(--ob-accent-hover);
}

.woocommerce-MyAccount-content .woocommerce-orders-table {
	display: none;
}

.ob-view-order__summary {
	color: var(--ob-muted);
	margin: 0 0 22px;
	max-width: 40rem;
}

.ob-view-order .woocommerce-OrderUpdates {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.ob-view-order .woocommerce-OrderUpdate {
	background: var(--ob-surface);
	border: 1px solid var(--ob-line);
	border-radius: 12px;
	margin-bottom: 10px;
	padding: 14px 16px;
}

@media (max-width: 720px) {
	.ob-order-card__meta {
		grid-template-columns: 1fr;
	}

	.ob-account-login__meta {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Footer */
.ob-site-footer {
	background: var(--ob-surface-deep);
	border-top: 1px solid var(--ob-line);
	margin-top: 50px;
	padding: 36px 0 30px;
}

.ob-foot {
	display: grid;
	gap: 36px;
	grid-template-columns: 2fr repeat(3, 1fr);
}

.ob-foot h2 {
	font-family: var(--ob-body);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ob-foot p,
.ob-foot a {
	color: var(--ob-muted);
	font-size: 0.86rem;
}

.ob-foot__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ob-foot__links li {
	margin-bottom: 7px;
}

.ob-foot__links a {
	text-decoration: none;
}

.ob-legal {
	color: var(--ob-muted);
	font-size: 0.73rem;
	margin-top: 22px;
	opacity: 0.75;
}

.ob-utility {
	backdrop-filter: blur(8px);
	background: rgba(10, 11, 13, 0.96);
	border-top: 1px solid var(--ob-line);
	bottom: 0;
	left: 0;
	overflow-x: auto;
	padding: 11px 16px;
	position: fixed;
	right: 0;
	z-index: 70;
}

.ob-utility__links {
	display: flex;
	gap: 18px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ob-utility__links a {
	color: var(--ob-muted);
	font-size: 0.8rem;
	text-decoration: none;
	white-space: nowrap;
}

/* Responsive */
@media (max-width: 1000px) {
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.ob-account-link {
		font-size: 0.82rem;
	}
}

@media (max-width: 860px) {
	.admin-bar .ob-site-header {
		top: 46px;
	}

	.ob-nav {
		gap: 12px;
	}

	.ob-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.ob-primary-nav {
		background: var(--ob-bg);
		border-bottom: 1px solid var(--ob-line);
		display: none;
		left: 0;
		margin: 0;
		padding: 8px 24px 16px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.ob-primary-nav.is-open {
		display: block;
	}

	.ob-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.ob-nav__list li {
		border-bottom: 1px solid var(--ob-line);
	}

	.ob-nav__list a {
		display: block;
		font-size: 1rem;
		padding: 12px 0;
	}

	.ob-pdp {
		grid-template-columns: 1fr;
	}

	.ob-foot {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ob-carousel__arrow {
		display: none;
	}
}

@media (max-width: 600px) {
	.ob-announce {
		font-size: 0.68rem;
		letter-spacing: 0.08em;
	}

	.ob-cart-link > span:first-child {
		display: none;
	}

	.ob-carousel {
		height: auto;
		min-height: 660px;
	}

	.ob-slide__content {
		min-height: 660px;
		padding-top: 32px;
	}

	.ob-hero-title {
		font-size: 2rem;
	}

	.ob-cta-row .ob-button {
		width: 100%;
	}

	.ob-heroplate {
		flex-basis: 240px;
	}

	.ob-chip-row {
		display: none;
	}

	.ob-collection-select {
		display: block;
	}

	.ob-product-card__row {
		align-items: stretch;
		flex-direction: column;
	}

	.ob-product-card__action .button {
		width: 100%;
	}

	.ob-foot {
		grid-template-columns: 1fr;
	}

	.ob-utility__links {
		justify-content: flex-start;
	}
}

@media (max-width: 460px) {
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: 1fr;
	}
}

@media (max-height: 640px) {
	.ob-carousel {
		height: 520px;
	}

	/* Keep the product plate visible on short laptop viewports (dock + browser chrome). */
	.ob-heroplate {
		flex-basis: 150px;
		max-height: 140px;
		min-height: 110px;
		width: min(380px, 68%);
	}
}

@media (max-height: 900px) {
	.ob-hero-title {
		font-size: clamp(1.7rem, 3.2vw, 2.3rem);
	}

	.ob-slide .ob-lede {
		font-size: 0.95rem;
		margin: 10px auto 16px;
	}

	.ob-orb {
		height: 48px;
		margin-bottom: 12px;
		width: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.ob-product-card:hover {
		transform: none;
	}
}

@media (forced-colors: active) {
	.ob-product-card,
	.ob-chip,
	.ob-button,
	input,
	select,
	textarea {
		border: 1px solid CanvasText;
	}
}
