@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500&family=Marcellus&family=Instrument+Sans:wght@400;500&display=swap');


/* Site-wide surface — stops the theme's white showing between sections */
html, body, .wp-site-blocks, .wp-block-post-content {
	background: #EFE9DE !important;
	color-scheme: light;
}

/* Hide the theme footer — pages carry their own. The header is
   now used site-wide, so it is styled rather than hidden. */
.wp-site-blocks > footer,
footer.wp-block-template-part,
.wp-block-template-part.site-footer { display: none !important; }

/* ---- site-wide theme header ---- */
.wp-site-blocks > header,
header.wp-block-template-part,
.wp-block-template-part.site-header {
	display: block !important;
	background: rgba(239,233,222,.92) !important;
	backdrop-filter: blur(14px) !important;
	border-bottom: 1px solid rgba(0,8,27,.12) !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 40 !important;
	padding: 1.2rem clamp(1.25rem,4vw,3rem) !important;
	margin: 0 !important;
	max-width: none !important;
}
html body header .wp-block-navigation,
html body header .wp-block-navigation__container {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .85rem !important;
	gap: 1.9rem !important;
}
html body header .wp-block-navigation a {
	color: rgba(0,8,27,.62) !important;
	text-decoration: none !important;
	font-weight: 400 !important;
}
html body header .wp-block-navigation a:hover { color: #B96F3E !important; }
html body header .wp-block-site-tagline { display: none !important; }

/* ============================================================
   CUVÉ PAYMENT PANEL — brand styling. Lives here rather than in
   the snippet so it can be adjusted without touching PHP. The
   html-body prefix outranks the snippet's own inline <style>.
   ============================================================ */

html body .cuve-pay{
	background:#EAE3D6 !important;
	border:1px solid rgba(0,8,27,.12) !important;
	border-top:2px solid #B96F3E !important;
	padding:1.6rem !important;
	font-family:"Instrument Sans",-apple-system,system-ui,sans-serif !important;
}
html body .cuve-pay__title{
	font-family:"Marcellus",Georgia,serif !important;
	font-size:1.25rem !important;
	letter-spacing:.01em !important;
	text-transform:none !important;
	color:#12274D !important;
	margin:0 0 .4rem !important;
}
html body .cuve-pay__lede{
	font-size:.94rem !important;line-height:1.55 !important;
	color:rgba(0,8,27,.62) !important;margin:0 0 1.4rem !important;
}
html body .cuve-pay__row{
	border-top:1px solid rgba(0,8,27,.12) !important;
	padding:.95rem 0 !important;
}
html body .cuve-pay__label{
	font-size:.66rem !important;letter-spacing:.16em !important;
	text-transform:uppercase !important;
	color:rgba(0,8,27,.42) !important;margin:0 0 .25rem !important;
}
html body .cuve-pay__value{
	font-size:1.1rem !important;font-weight:500 !important;
	letter-spacing:.01em !important;color:#12274D !important;
	font-variant-numeric:tabular-nums !important;
}
html body .cuve-pay__sub{
	font-size:.76rem !important;letter-spacing:.04em !important;
	color:rgba(0,8,27,.42) !important;margin:.28rem 0 0 !important;
}
html body .cuve-pay__copy{
	background:transparent !important;
	border:1px solid rgba(185,111,62,.55) !important;
	color:#B96F3E !important;
	-webkit-text-fill-color:#B96F3E !important;
	font-family:"Instrument Sans",system-ui,sans-serif !important;
	font-size:.68rem !important;letter-spacing:.14em !important;
	text-transform:uppercase !important;
	padding:.6rem 1rem !important;border-radius:0 !important;
	min-height:42px !important;
}
html body .cuve-pay__copy:hover{
	background:#B96F3E !important;
	color:#F4F0E8 !important;
	-webkit-text-fill-color:#F4F0E8 !important;
	border-color:#B96F3E !important;
}
html body .cuve-pay__copy.is-copied{
	background:#12274D !important;
	color:#F4F0E8 !important;
	-webkit-text-fill-color:#F4F0E8 !important;
	border-color:#12274D !important;
}
html body .cuve-pay__note{
	margin:1.3rem 0 0 !important;padding-top:1.1rem !important;
	border-top:1px solid rgba(0,8,27,.12) !important;
	font-size:.83rem !important;line-height:1.6 !important;
	color:rgba(0,8,27,.62) !important;
}

/* Checkout keeps the brand and the cart but drops the nav links —
   every link at the payment step is an exit. */
body.woocommerce-checkout header .wp-block-navigation,
body.woocommerce-checkout header .wp-block-navigation__container,
body.woocommerce-checkout header .wp-block-navigation__responsive-container {
	display: none !important;
}

@media (max-width: 900px) {
	.wp-site-blocks > header,
	header.wp-block-template-part {
		padding: .9rem 1.15rem !important;
	}
}

/* Full-bleed content area */
.wp-site-blocks,
.wp-site-blocks > main,
.entry-content,
.wp-block-post-content {
	padding: 0 !important;
	margin-top: 0 !important;
	max-width: none !important;
}

/* Any block group we mark as a band runs edge to edge */
.wp-block-group.cvform {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.wp-block-group.cvform > * {
	max-width: none !important;
}

/* ============================================================
   WOOCOMMERCE — shop archive + single product
   ============================================================ */

.woocommerce, .woocommerce-page {
	--surface: #EFE9DE;
	--deep: #EAE3D6;
	--ink: #00081B;
	--navy: #12274D;
	--bronze: #B96F3E;
	--soft: rgba(0,8,27,.62);
	--faint: rgba(0,8,27,.42);
	--hair: rgba(0,8,27,.12);
	font-family: "Instrument Sans", -apple-system, system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: var(--ink);
}

/* give the shop page real margins — it currently runs to the browser edge */
.woocommerce .woocommerce-products-header,
.woocommerce-page .woocommerce-products-header,
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce nav.woocommerce-pagination,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce div.product {
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: clamp(1.25rem, 5vw, 3rem) !important;
	padding-right: clamp(1.25rem, 5vw, 3rem) !important;
	box-sizing: border-box;
}

.woocommerce .woocommerce-products-header {
	padding-top: clamp(3.5rem, 9vw, 6rem) !important;
	padding-bottom: clamp(1.5rem, 4vw, 2.5rem) !important;
}
.woocommerce .woocommerce-products-header__title,
.woocommerce .page-title {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	font-size: clamp(2.4rem, 6vw, 4rem) !important;
	letter-spacing: .005em !important;
	color: var(--navy) !important;
	line-height: 1.04 !important;
}

/* --- product grid --- */
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(2rem, 5vw, 3.5rem) !important;
	list-style: none !important;
	padding-top: clamp(1rem, 3vw, 2rem) !important;
	padding-bottom: clamp(4rem, 10vw, 7rem) !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { content: none !important; }

.woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	text-align: left !important;
	clear: none !important;
}

/* the image: constrained, centred, on the deeper bone so it reads as a plate */
.woocommerce ul.products li.product a img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: contain !important;
	background: transparent !important;
	margin-bottom: 1.4rem !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: opacity .4s ease !important;
}
.woocommerce ul.products li.product a:hover img { opacity: .88 !important; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	font-size: clamp(1.15rem, 2.2vw, 1.5rem) !important;
	letter-spacing: .01em !important;
	line-height: 1.15 !important;
	color: var(--navy) !important;
	padding: 0 !important;
	margin: 0 0 .5rem 0 !important;
}

.woocommerce ul.products li.product .price {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: var(--soft) !important;
	margin: 0 !important;
}
.woocommerce ul.products li.product .price del { opacity: .5 !important; }
.woocommerce ul.products li.product .price ins { text-decoration: none !important; }

/* buttons — squared, navy, matching the site */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
	background: var(--navy) !important;
	color: #F4F0E8 !important;
	border: none !important;
	border-radius: 0 !important;
	padding: .9rem 1.7rem !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .875rem !important;
	font-weight: 400 !important;
	letter-spacing: .01em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	transition: background .3s ease !important;
	margin-top: 1.1rem !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { background: #0B1A38 !important; }

/* sorting + result count */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	font-size: .85rem !important;
	color: var(--faint) !important;
	margin-bottom: 1.5rem !important;
}
.woocommerce .woocommerce-ordering select {
	background: var(--surface) !important;
	border: 1px solid var(--hair) !important;
	border-radius: 0 !important;
	padding: .5rem .8rem !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .85rem !important;
	color: var(--ink) !important;
}

/* --- single product page --- */
.woocommerce div.product {
	padding-top: clamp(3rem, 8vw, 5.5rem) !important;
	padding-bottom: clamp(4rem, 10vw, 7rem) !important;
}
.woocommerce div.product div.images img {
	background: transparent !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: contain !important;
	border-radius: 0 !important;
}
.woocommerce div.product .product_title {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	font-size: clamp(2rem, 5vw, 3.2rem) !important;
	letter-spacing: .005em !important;
	line-height: 1.06 !important;
	color: var(--navy) !important;
	margin-bottom: 1rem !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: 1.35rem !important;
	font-weight: 400 !important;
	color: var(--ink) !important;
	margin-bottom: 1.6rem !important;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-Tabs-panel p,
.woocommerce div.product .woocommerce-product-details__short-description p {
	font-size: 1.02rem !important;
	line-height: 1.7 !important;
	color: var(--soft) !important;
}
.woocommerce div.product form.cart div.quantity input {
	background: var(--surface) !important;
	border: 1px solid var(--hair) !important;
	border-radius: 0 !important;
	padding: .85rem .6rem !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	color: var(--ink) !important;
}

/* tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
	margin: 0 0 2rem 0 !important;
	border-bottom: 1px solid var(--hair) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	margin: 0 2rem 0 0 !important;
	padding: 0 0 .8rem 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .78rem !important;
	letter-spacing: .14em !important;
	text-transform: uppercase !important;
	color: var(--faint) !important;
	font-weight: 400 !important;
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--navy) !important; }

/* related products heading */
.woocommerce .related > h2,
.woocommerce .upsells > h2 {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	font-size: clamp(1.5rem, 3.2vw, 2.1rem) !important;
	letter-spacing: .005em !important;
	color: var(--navy) !important;
	margin-bottom: 2rem !important;
}

/* notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	background: var(--deep) !important;
	border-top-color: var(--bronze) !important;
	border-radius: 0 !important;
	color: var(--ink) !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
}

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

/* --- holding page (Home) --- */
.cuve-wrap {
	--surface: #EFE9DE;
	--surface-lit: #F8F4EC;
	--ink: #00081B;
	--bronze: #B96F3E;
	--ink-soft: rgba(0,8,27,.62);
	--ink-faint: rgba(0,8,27,.45);
	background: var(--surface);
	color: var(--ink);
	font-family: "Instrument Sans", -apple-system, system-ui, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	min-height: 100svh;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	max-width: none !important;
}

.cuve-wrap * { box-sizing: border-box; margin: 0; padding: 0; }

.cuve-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(76% 56% at 50% 30%, var(--surface-lit) 0%, transparent 70%);
	pointer-events: none;
}

.cuve-stage {
	position: relative;
	text-align: center;
	padding: clamp(1.5rem, 5vw, 3rem);
	width: 100%;
	max-width: 900px;
}

.cuve-mark { position: relative; display: inline-block; margin-bottom: clamp(1.75rem, 4.5vw, 2.75rem); }
.cuve-mark img {
	display: block;
	height: clamp(62px, 10vw, 96px);
	width: auto;
	filter: drop-shadow(0 7px 16px rgba(0,8,27,.18));
}
.cuve-mark::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 110%;
	height: 15px;
	transform: translateX(-50%);
	background: radial-gradient(closest-side, rgba(0,8,27,.14), transparent 72%);
}

.cuve-h1 { font-weight: 400; line-height: .88; letter-spacing: -.02em; }
.cuve-l1 {
	display: block;
	font-family: "Bodoni Moda", Didot, Georgia, serif;
	font-variation-settings: "opsz" 96;
	font-weight: 400;
	letter-spacing: -.012em;
	font-size: clamp(4rem, 17.5vw, 9rem);
}
.cuve-l1 .cuve-nav { color: #12274D; }
.cuve-l1 .cuve-acc { color: var(--bronze); }
.cuve-l2 {
	display: block;
	font-size: clamp(1.25rem, 4.4vw, 2.15rem);
	font-weight: 400;
	letter-spacing: -.008em;
	margin-top: .42em;
	color: var(--ink-soft);
}

.cuve-tagline {
	margin-top: clamp(1.6rem, 4vw, 2.4rem);
	font-size: clamp(1.05rem, 2.9vw, 1.45rem);
	letter-spacing: -.01em;
	color: var(--ink-soft);
}

.cuve-foot {
	margin-top: clamp(4rem, 11vw, 6.5rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem 2.75rem;
	font-size: .8125rem;
	color: var(--ink-faint);
}
.cuve-foot a {
	color: var(--ink);
	text-decoration: none;
	border-bottom: 1px solid var(--bronze);
	padding-bottom: 2px;
	transition: color .3s ease;
}
.cuve-foot a:hover,
.cuve-foot a:focus-visible { color: var(--bronze); }
.cuve-foot a:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; border-radius: 2px; }

/* ============================================================
   BLOCK-THEME WOOCOMMERCE — Assembler renders shop via block
   templates, so target those class names too
   ============================================================ */

/* body copy across shop + product pages */
.woocommerce, .woocommerce-page,
.woocommerce p, .woocommerce li, .woocommerce span, .woocommerce div,
.wc-block-grid, .wp-block-woocommerce-product-collection,
.wp-block-woocommerce-all-products {
	font-family: "Instrument Sans", -apple-system, system-ui, sans-serif !important;
}

/* archive / page titles rendered as blocks */
.wp-block-query-title,
.wp-block-post-title,
.woocommerce-products-header__title,
.wc-block-store-notices + h1,
h1.entry-title,
.woocommerce-page h1 {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	letter-spacing: .005em !important;
	color: #12274D !important;
}

/* product titles in block-based grids */
.wc-block-grid__product-title,
.wp-block-post-title a,
.wc-block-components-product-name,
.woocommerce-loop-product__title,
.wp-block-woocommerce-product-collection .wp-block-post-title {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	letter-spacing: .01em !important;
	color: #12274D !important;
	text-decoration: none !important;
}

/* prices in block-based grids */
.wc-block-grid__product-price,
.wc-block-components-product-price,
.wp-block-woocommerce-product-price,
.woocommerce-Price-amount {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-weight: 400 !important;
	color: rgba(0,8,27,.62) !important;
}

/* block buttons */
.wc-block-components-button,
.wp-block-button__link,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
	background: #12274D !important;
	color: #F4F0E8 !important;
	border: none !important;
	border-radius: 0 !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: .01em !important;
	text-transform: none !important;
}
.wc-block-components-button:hover,
.wp-block-button__link:hover { background: #0B1A38 !important; }

/* ============================================================
   CART + CHECKOUT
   ============================================================ */

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout {
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: clamp(3rem,7vw,5rem) clamp(1.25rem,5vw,3rem) clamp(4rem,9vw,6rem) !important;
	box-sizing: border-box;
}

.woocommerce-cart h1, .woocommerce-checkout h1,
.woocommerce-cart .wp-block-post-title,
.woocommerce-checkout .wp-block-post-title {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	font-size: clamp(2.2rem,5.5vw,3.4rem) !important;
	letter-spacing: .005em !important;
	color: #12274D !important;
	text-align: center !important;
	margin-bottom: clamp(2.5rem,6vw,3.5rem) !important;
}

/* section headings inside checkout */
.woocommerce-checkout h2, .woocommerce-checkout h3,
.woocommerce-cart h2,
.wc-block-components-title,
.wc-block-components-checkout-step__title {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	letter-spacing: .01em !important;
	color: #12274D !important;
	text-transform: none !important;
}

/* fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.wc-block-components-text-input input,
.wc-block-components-textarea,
.wc-block-components-combobox input {
	background: #EFE9DE !important;
	border: 1px solid rgba(0,8,27,.16) !important;
	border-radius: 0 !important;
	padding: .9rem 1rem !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: 1rem !important;
	color: #00081B !important;
	box-shadow: none !important;
}
.woocommerce form .form-row input.input-text:focus,
.wc-block-components-text-input input:focus {
	outline: none !important;
	border-color: #B96F3E !important;
}
.woocommerce form .form-row label,
.wc-block-components-text-input label,
.wc-block-components-checkout-step__description {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .78rem !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
	color: rgba(0,8,27,.42) !important;
	font-weight: 400 !important;
}

/* order summary / totals panels */
.woocommerce-checkout #order_review,
.woocommerce .cart_totals,
.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-block {
	background: #EAE3D6 !important;
	border: none !important;
	border-radius: 0 !important;
	padding: clamp(1.5rem,4vw,2.25rem) !important;
}

/* tables */
.woocommerce table.shop_table,
.woocommerce table.cart {
	border: none !important;
	border-radius: 0 !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: rgba(0,8,27,.12) !important;
	padding: 1rem .8rem !important;
	color: #00081B !important;
}
.woocommerce table.shop_table th {
	font-size: .72rem !important;
	letter-spacing: .14em !important;
	text-transform: uppercase !important;
	color: rgba(0,8,27,.42) !important;
	font-weight: 400 !important;
}

/* checkout + cart buttons inherit the site treatment */
.woocommerce #place_order,
.woocommerce .checkout-button,
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
	background: #12274D !important;
	color: #F4F0E8 !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 1rem 2rem !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .95rem !important;
	font-weight: 400 !important;
	letter-spacing: .01em !important;
	text-transform: none !important;
	width: 100% !important;
	transition: background .3s ease !important;
}
.woocommerce #place_order:hover,
.woocommerce .checkout-button:hover { background: #0B1A38 !important; }

/* links: quiet by default, bronze on hover — no permanent rules */
.woocommerce-cart a, .woocommerce-checkout a {
	color: #00081B !important;
	text-decoration: none !important;
	border-bottom: none !important;
	transition: color .25s ease !important;
}
.woocommerce-cart a:hover, .woocommerce-checkout a:hover { color: #B96F3E !important; }

/* every button-ish element on the store, plus anything nested inside it */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce a.wc-backward, .woocommerce a.wc-forward,
.woocommerce .checkout-button, .woocommerce #place_order,
.wc-block-components-button, .wp-block-button__link,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button,
.woocommerce ul.products li.product .button,
.woocommerce a.button *, .woocommerce button.button *,
.wc-block-components-button *, .wp-block-button__link *,
.woocommerce .checkout-button *, .woocommerce #place_order * {
	color: #F4F0E8 !important;
	-webkit-text-fill-color: #F4F0E8 !important;
	border-bottom: none !important;
	text-decoration: none !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.wc-backward, .woocommerce a.wc-forward,
.wc-block-components-button, .wp-block-button__link {
	background: #12274D !important;
	background-color: #12274D !important;
	border: none !important;
	border-radius: 0 !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce a.wc-backward:hover, .woocommerce a.wc-forward:hover,
.wc-block-components-button:hover, .wp-block-button__link:hover {
	background: #0B1A38 !important;
	background-color: #0B1A38 !important;
	color: #F4F0E8 !important;
}

/* buttons should never pick up link styling */
.woocommerce-cart a.button, .woocommerce-checkout a.button,
.woocommerce-cart .wc-block-components-button,
.woocommerce-checkout .wc-block-components-button,
.woocommerce a.button.wc-backward {
	background: #12274D !important;
	color: #F4F0E8 !important;
	border-bottom: none !important;
	text-decoration: none !important;
}
.woocommerce-cart a.button:hover, .woocommerce-checkout a.button:hover,
.woocommerce a.button.wc-backward:hover {
	background: #0B1A38 !important;
	color: #F4F0E8 !important;
}

/* payment box */
.woocommerce-checkout #payment,
.wp-block-woocommerce-checkout-payment-block {
	background: transparent !important;
	border-radius: 0 !important;
}
.woocommerce-checkout #payment div.payment_box {
	background: #EAE3D6 !important;
	border-radius: 0 !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	color: rgba(0,8,27,.62) !important;
}
.woocommerce-checkout #payment div.payment_box::before { display: none !important; }

/* header shows on cart + checkout too */
body.woocommerce-cart .wp-site-blocks > header,
body.woocommerce-checkout .wp-site-blocks > header,
body.woocommerce-cart header.wp-block-template-part,
body.woocommerce-checkout header.wp-block-template-part {
	display: block !important;
}

/* ---- restore + restyle the theme header on shop pages only ---- */
body.woocommerce-page .wp-site-blocks > header,
body.woocommerce-page header.wp-block-template-part,
body.woocommerce-page .wp-block-template-part.site-header {
	display: block !important;
	background: rgba(239,233,222,.92) !important;
	backdrop-filter: blur(14px) !important;
	border-bottom: 1px solid rgba(0,8,27,.12) !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 40 !important;
	padding: 1.2rem clamp(1.25rem,4vw,3rem) !important;
	margin: 0 !important;
	max-width: none !important;
}
body.woocommerce-page header .wp-block-navigation,
body.woocommerce-page header .wp-block-navigation__container {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .85rem !important;
	gap: 1.9rem !important;
}
body.woocommerce-page header .wp-block-navigation a {
	color: rgba(0,8,27,.62) !important;
	text-decoration: none !important;
	font-weight: 400 !important;
}
body.woocommerce-page header .wp-block-navigation a:hover { color: #B96F3E !important; }
body.woocommerce-page header .wp-block-site-tagline { display: none !important; }

/* ---- strip the utility clutter above the grid ---- */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.wp-block-woocommerce-breadcrumbs,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.wc-block-components-product-sort-select,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	display: none !important;
}

/* title: centred, with a bronze rule beneath */
.wp-block-query-title,
.woocommerce-products-header__title,
.woocommerce-page h1.entry-title {
	margin-top: clamp(3rem, 8vw, 5rem) !important;
	margin-bottom: 0 !important;
	text-align: center !important;
	position: relative !important;
	padding-bottom: clamp(1.1rem, 2.5vw, 1.6rem) !important;
}
.wp-block-query-title::after,
.woocommerce-products-header__title::after,
.woocommerce-page h1.entry-title::after {
	content: "";
	display: block;
	width: 76px;
	height: 1px;
	background: #B96F3E;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.woocommerce .woocommerce-products-header {
	margin-bottom: clamp(2.5rem, 6vw, 4rem) !important;
}

/* force a three-across grid on block-rendered product loops too
   (.woocommerce ul.products is already set identically above — removed
   here so the desktop grid is declared in one place) */
.wc-block-grid.has-4-columns .wc-block-grid__products,
.wc-block-grid__products,
.wp-block-woocommerce-product-template,
.wp-block-post-template.is-layout-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(2rem, 5vw, 3.5rem) !important;
}
.wc-block-grid__products > li,
.wp-block-post-template > li {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	flex: none !important;
}

/* feather product images so the differing photo grounds disappear */
.woocommerce ul.products li.product a img,
.wc-block-grid__product-image img,
.wp-block-woocommerce-product-image img,
.woocommerce div.product div.images img {
	-webkit-mask-image:
		linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%),
		linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%),
		linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
	mask-composite: intersect;
}

/* block product images shouldn't carry a plate either */
.wc-block-grid__product-image img,
.wp-block-woocommerce-product-image img {
	background: transparent !important;
	border-radius: 0 !important;
}

/* ============================================================
   MOBILE — must come last so it wins over the 3-col rule above
   ============================================================ */

@media (max-width: 900px) {
	.wc-block-grid.has-4-columns .wc-block-grid__products,
	.wc-block-grid__products,
	.wp-block-woocommerce-product-template,
	.wp-block-post-template.is-layout-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
		gap: clamp(1.25rem,4vw,2rem) !important;
	}
}

@media (max-width: 600px) {
	.wc-block-grid.has-4-columns .wc-block-grid__products,
	.wc-block-grid__products,
	.wp-block-woocommerce-product-template,
	.wp-block-post-template.is-layout-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
		gap: 1.25rem !important;
	}

	/* the grid needs real side margins on a phone */
	.woocommerce ul.products,
	.wc-block-grid__products,
	.wp-block-woocommerce-product-template {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
		box-sizing: border-box !important;
	}

	/* titles were clipping at the edges */
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.wc-block-grid__product-title,
	.wp-block-post-title a {
		font-size: 1rem !important;
		line-height: 1.25 !important;
		overflow-wrap: break-word !important;
		hyphens: auto !important;
	}
	.woocommerce ul.products li.product .price,
	.wc-block-components-product-price { font-size: .9rem !important; }

	/* page title */
	.wp-block-query-title,
	.woocommerce-products-header__title {
		font-size: clamp(2rem,11vw,2.8rem) !important;
		margin-top: 2.25rem !important;
	}
}

/* ---- theme header on mobile: match the custom navs on the other pages ---- */
@media (max-width: 900px) {
	body.woocommerce-page header.wp-block-template-part,
	body.woocommerce-page .wp-site-blocks > header {
		padding: .9rem 1.15rem !important;
	}
	/* (the "Learn more" button and account icon are hidden once, globally,
	   in the FINAL OVERRIDES section — this duplicate was removed) */

	/* the cart stays — it's the only way back to checkout on a phone */
	body.woocommerce-page header .wc-block-mini-cart,
	body.woocommerce-page header .wp-block-woocommerce-cart-link,
	body.woocommerce-cart header .wc-block-mini-cart,
	body.woocommerce-checkout header .wc-block-mini-cart {
		display: flex !important;
		align-items: center !important;
	}
	body.woocommerce-page header .wp-block-navigation,
	body.woocommerce-page header .wp-block-navigation__container {
		font-size: .78rem !important;
		gap: 1.05rem !important;
	}
}

/* Featured images are used for link previews only, so they're suppressed
   on pages and store pages — but NOT globally, so any future blog post
   still renders its image. */
body.page .wp-block-post-featured-image,
body.page .entry .post-thumbnail,
body.woocommerce-page .wp-block-post-featured-image {
	display: none !important;
}

/* ============================================================
   FINAL MOBILE OVERRIDES — highest specificity, last in file
   ============================================================ */

/* kill the theme's "Learn more" button and the account icon everywhere
   on the store — the customer-account block is the little person icon */
/* Scoped to the HEADER only. Previously these hid every my-account link
   and the customer-account block anywhere on the site, which made the
   My Account page unreachable — including from order emails and the
   order-received page, where customers check payment status. */
body.woocommerce-page header .wp-block-button,
body.woocommerce-page header .wp-block-buttons,
body.woocommerce-cart header .wp-block-button,
body.woocommerce-checkout header .wp-block-button,
html body header .wp-block-woocommerce-customer-account,
html body header .wc-block-customer-account,
html body header a[href*="my-account"],
html body header .wp-block-loginout {
	display: none !important;
}

@media (max-width: 700px) {
	body.woocommerce-page ul.products,
	body.woocommerce-page .wc-block-grid__products,
	body.woocommerce-page .wp-block-post-template,
	body.woocommerce-page .wp-block-woocommerce-product-template,
	html body .woocommerce ul.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
		gap: 1.5rem 1rem !important;
		padding-left: 1.15rem !important;
		padding-right: 1.15rem !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
	}

	body.woocommerce-page ul.products li.product,
	body.woocommerce-page .wc-block-grid__products > li {
		padding: 0 !important;
		margin: 0 !important;
		min-width: 0 !important;
		overflow: hidden !important;
	}

	html body .woocommerce ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-page .wc-block-grid__product-title,
	body.woocommerce-page .wp-block-post-title,
	body.woocommerce-page .wp-block-post-title a {
		font-size: .92rem !important;
		line-height: 1.3 !important;
		letter-spacing: .005em !important;
		word-break: break-word !important;
		overflow-wrap: anywhere !important;
		padding: 0 !important;
		margin: .8rem 0 .35rem 0 !important;
	}

	html body .woocommerce ul.products li.product .price,
	body.woocommerce-page .wc-block-components-product-price {
		font-size: .85rem !important;
	}
}

/* ============================================================
   SHOP NAV ON MOBILE — no hamburger, links inline on one row,
   matching the custom navs. Must be last in the file.
   ============================================================ */

@media (max-width: 900px) {
	/* hide only the toggle BUTTONS — the *-close and *-dialog
	   elements are wrappers that hold the links, so they stay */
	html body header button.wp-block-navigation__responsive-container-open,
	html body header button.wp-block-navigation__responsive-container-close,
	html body header .wp-block-navigation__responsive-container-open,
	html body header .wp-block-navigation__responsive-container-close {
		display: none !important;
	}

	/* unwrap the overlay so the links sit inline in the bar */
	html body header .wp-block-navigation__responsive-container,
	html body header .wp-block-navigation__responsive-container.hidden-by-default,
	html body header .wp-block-navigation__responsive-container.is-menu-open {
		display: block !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		min-width: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		color: inherit !important;
		z-index: auto !important;
		overflow: visible !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	/* these two are wrappers, not buttons — keep them, just neutralise them */
	html body header .wp-block-navigation__responsive-close,
	html body header .wp-block-navigation__responsive-dialog {
		display: block !important;
		position: static !important;
		width: auto !important;
		max-width: none !important;
		height: auto !important;
		padding: 0 !important;
		background: transparent !important;
	}

	/* one row, no wrapping, right aligned */
	html body header .wp-block-navigation__responsive-container-content,
	html body header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 1.05rem !important;
		padding: 0 !important;
		width: auto !important;
	}

	html body header .wp-block-navigation__container,
	html body header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		gap: 1.05rem !important;
		padding: 0 !important;
		width: auto !important;
	}

	html body header .wp-block-navigation-item {
		margin: 0 !important;
		flex: 0 0 auto !important;
	}

	html body header .wp-block-navigation__responsive-container a {
		font-size: .78rem !important;
		color: rgba(0,8,27,.62) !important;
		white-space: nowrap !important;
	}
}

/* ============================================================
   WORDMARK — monogram + "Cuvé", vertically centred on each other
   the same way the custom navs do it (flex, not baseline nudge).
   Also overrides the cached "Cuvé Science" string.
   ============================================================ */

html body header .wp-block-site-title {
	display: flex !important;
	align-items: center !important;
	font-family: "Marcellus", Georgia, serif !important;
	letter-spacing: .02em !important;
	color: #12274D !important;
	line-height: 1 !important;
}

/* monogram becomes a flex item, so it centres against the text */
html body header .wp-block-site-title::before {
	content: "" !important;
	display: block !important;
	flex: 0 0 auto !important;
	width: 34px !important;
	height: 34px !important;
	margin-right: .65rem !important;
	background: url("https://cuvescience.com/wp-content/uploads/2026/08/cuve-monogram-v2.png") no-repeat center / contain !important;
}

/* hide the real string without removing it from the DOM */
html body header .wp-block-site-title a {
	display: flex !important;
	align-items: center !important;
	font-size: 0 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	color: transparent !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

html body header .wp-block-site-title a::after {
	content: "Cuvé" !important;
	display: block !important;
	font-family: "Marcellus", Georgia, serif !important;
	font-size: 1.32rem !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: .02em !important;
	color: #12274D !important;
	white-space: nowrap !important;
}

@media (max-width: 900px) {
	html body header .wp-block-site-title a::after {
		font-size: 1.15rem !important;
	}
	html body header .wp-block-site-title::before {
		width: 28px !important;
		height: 28px !important;
		margin-right: .5rem !important;
	}
}

/* ============================================================
   HEADER ROW — brand hard left, links hard right, full width.
   ABSOLUTE LAST so nothing downstream re-centres it.
   ============================================================ */

html body header.wp-block-template-part,
html body .wp-site-blocks > header {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

/* every group wrapper inside the header spans the full bar */
html body header .wp-block-group,
html body header .wp-block-group.is-layout-flex,
html body header .wp-block-group.is-layout-constrained,
html body header .wp-block-group.is-content-justification-center,
html body header .wp-block-group.is-content-justification-left,
html body header .wp-block-group.is-nowrap {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	gap: 1rem !important;
	box-sizing: border-box !important;
}

/* brand sits left and never stretches */
html body header .wp-block-site-title {
	flex: 0 0 auto !important;
	margin-right: auto !important;
}

/* links sit right and never stretch */
html body header .wp-block-navigation {
	flex: 0 0 auto !important;
	width: auto !important;
	margin-left: auto !important;
	justify-content: flex-end !important;
}

/* ============================================================
   BLOCK CHECKOUT — floating labels need headroom above the value.
   The generic field rules above force uniform padding and a large
   uppercase label, which collide once a field is filled. These
   scoped rules restore the room WooCommerce expects.
   ============================================================ */

.wc-block-components-text-input input,
.wc-block-components-combobox input,
.wc-block-components-textarea textarea {
	padding: 1.6rem 1rem .5rem !important;
	line-height: 1.3 !important;
}

.wc-block-components-text-input label,
.wc-block-components-combobox label {
	font-size: .7rem !important;
	letter-spacing: .1em !important;
	line-height: 1.2 !important;
}

/* the shrunken state once the field has focus or content */
.wc-block-components-text-input.is-active label,
.wc-block-components-combobox.is-active label {
	font-size: .58rem !important;
	letter-spacing: .08em !important;
}

/* checkboxes shouldn't inherit the uppercase field-label treatment */
.wc-block-components-checkbox__label,
.wc-block-components-checkbox label {
	font-size: .9rem !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	line-height: 1.45 !important;
}

/* ============================================================
   CART + CHECKOUT HEADER — vertically centre the wordmark
   against the nav links. The Marcellus wordmark and the sans
   nav have different line boxes, so they need explicit centring.
   ============================================================ */

body.woocommerce-checkout header .wp-block-group,
body.woocommerce-cart header .wp-block-group,
body.woocommerce-checkout header .wp-block-columns,
body.woocommerce-cart header .wp-block-columns {
	align-items: center !important;
}

body.woocommerce-checkout header .wp-block-site-title,
body.woocommerce-cart header .wp-block-site-title {
	align-self: center !important;
	align-items: center !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1 !important;
}

body.woocommerce-checkout header .wp-block-site-title a,
body.woocommerce-cart header .wp-block-site-title a,
body.woocommerce-checkout header .wp-block-site-title a::after,
body.woocommerce-cart header .wp-block-site-title a::after {
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

body.woocommerce-checkout header .wp-block-navigation,
body.woocommerce-cart header .wp-block-navigation,
body.woocommerce-checkout header .wp-block-navigation__container,
body.woocommerce-cart header .wp-block-navigation__container,
body.woocommerce-checkout header .wp-block-navigation-item,
body.woocommerce-cart header .wp-block-navigation-item {
	align-self: center !important;
	align-items: center !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* ============================================================
   ADDITIONAL ORDER INFORMATION — the username field, the
   acknowledgement and the order note were sitting flush against
   each other with no separation.
   ============================================================ */

.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-text-input,
.wc-block-checkout__additional-fields .wc-block-components-text-input {
	margin-bottom: 1.35rem !important;
}

.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkbox,
.wc-block-checkout__additional-fields .wc-block-components-checkbox,
.wp-block-woocommerce-checkout-order-note-block .wc-block-components-checkbox {
	display: block !important;
	margin-bottom: 1.1rem !important;
}

.wp-block-woocommerce-checkout-additional-information-block .wc-block-components-checkbox:last-child,
.wc-block-checkout__additional-fields .wc-block-components-checkbox:last-child {
	margin-bottom: .25rem !important;
}

/* give the box and its text a little breathing room from each other */
.wc-block-components-checkbox .wc-block-components-checkbox__label {
	padding-left: .35rem !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input {
	margin-top: .1rem !important;
}

/* ============================================================
   HEADER CART — sits far right after the links, and carries the
   same visual weight as the nav rather than dominating the bar.
   ============================================================ */

html body header .wp-block-site-title { order: 1 !important; }
html body header .wp-block-navigation { order: 2 !important; }
html body header .wc-block-mini-cart,
html body header .wp-block-woocommerce-cart-link {
	order: 3 !important;
	flex: 0 0 auto !important;
	margin-left: clamp(1rem, 3vw, 1.75rem) !important;
}

html body header .wc-block-mini-cart__button {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	min-width: 0 !important;
	color: rgba(0,8,27,.62) !important;
	transition: color .25s ease !important;
}
html body header .wc-block-mini-cart__button:hover {
	color: #B96F3E !important;
}

html body header .wc-block-mini-cart__icon {
	width: 19px !important;
	height: 19px !important;
	fill: currentColor !important;
}

/* the item-count bubble */
html body header .wc-block-mini-cart__badge,
html body header .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
	background: #B96F3E !important;
	color: #F4F0E8 !important;
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .58rem !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	min-width: 15px !important;
	height: 15px !important;
	padding: 0 3px !important;
	border: none !important;
	border-radius: 999px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* the running total next to the icon is noise in a bar this small */
html body header .wc-block-mini-cart__amount {
	display: none !important;
}

/* ============================================================
   ORDER SUMMARY — name, quantity and price only. The full product
   description belongs on the product page, not between the
   customer and the Place Order button.
   ============================================================ */

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

/* tighten the rows now that the descriptions are gone */
.wc-block-components-order-summary-item {
	padding-top: .85rem !important;
	padding-bottom: .85rem !important;
}
.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__total-price {
	font-variant-numeric: tabular-nums;
}

/* ============================================================
   MINI CART DRAWER — bring it into the Cuvé type system and give
   the two actions a clear primary / secondary relationship.
   ============================================================ */

html body .wc-block-mini-cart__drawer,
html body .wc-block-mini-cart__drawer .components-modal__content {
	background: #EFE9DE !important;
}

/* The default string is "Your cart (items: 1)" — rendered client-side by
   the Mini Cart block, so it can't be filtered in PHP. Hide the real text
   and draw a clean replacement, same technique as the header wordmark. */
html body .wc-block-mini-cart__title,
html body .wc-block-mini-cart__title h2 {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	font-size: 0 !important;
	letter-spacing: .01em !important;
	color: #12274D !important;
	line-height: 1.15 !important;
}
html body .wc-block-mini-cart__title::after {
	content: "Your cart";
	display: block;
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400;
	font-size: clamp(1.5rem, 5vw, 1.9rem);
	letter-spacing: .01em;
	line-height: 1.15;
	color: #12274D;
}

/* the drawer is a decision point, not a reading page */
html body .wc-block-mini-cart__items .wc-block-components-product-metadata__description,
html body .wc-block-mini-cart__items .wc-block-components-product-metadata {
	display: none !important;
}

html body .wc-block-mini-cart__items .wc-block-components-product-name {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	font-size: 1.05rem !important;
	color: #12274D !important;
}

html body .wc-block-mini-cart__footer {
	border-top: 1px solid rgba(0,8,27,.12) !important;
	background: transparent !important;
}

html body .wc-block-mini-cart__footer-subtotal,
html body .wc-block-mini-cart__footer-subtotal span {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .95rem !important;
	font-weight: 400 !important;
	color: rgba(0,8,27,.62) !important;
}
html body .wc-block-mini-cart__footer-subtotal .wc-block-components-formatted-money-amount {
	font-size: 1.15rem !important;
	font-weight: 500 !important;
	color: #12274D !important;
	font-variant-numeric: tabular-nums;
}

/* primary action */
html body .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout,
html body .wc-block-mini-cart__footer-checkout {
	background: #12274D !important;
	background-color: #12274D !important;
	color: #F4F0E8 !important;
	-webkit-text-fill-color: #F4F0E8 !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 1rem 1.5rem !important;
	font-size: .95rem !important;
}

/* secondary action — recedes so the primary reads first */
html body .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart,
html body .wc-block-mini-cart__footer-cart,
html body .wc-block-mini-cart__footer-cart * {
	background: transparent !important;
	background-color: transparent !important;
	color: #12274D !important;
	-webkit-text-fill-color: #12274D !important;
	border: 1px solid rgba(18,39,77,.28) !important;
	border-radius: 0 !important;
	padding: .95rem 1.5rem !important;
	font-size: .9rem !important;
}
html body .wc-block-mini-cart__footer-cart:hover,
html body .wc-block-mini-cart__footer-cart:hover * {
	background: transparent !important;
	color: #B96F3E !important;
	-webkit-text-fill-color: #B96F3E !important;
	border-color: #B96F3E !important;
}

/* ============================================================
   CHECKOUT TYPOGRAPHY — two faces only. Marcellus for section
   headings, Instrument Sans for everything else, on one scale.
   ============================================================ */

/* nothing on the checkout inherits the theme's default face */
html body.woocommerce-checkout .wp-block-woocommerce-checkout,
html body.woocommerce-checkout .wp-block-woocommerce-checkout *,
html body.woocommerce-cart .wp-block-woocommerce-cart,
html body.woocommerce-cart .wp-block-woocommerce-cart * {
	font-family: "Instrument Sans", -apple-system, system-ui, sans-serif !important;
}

/* section headings — including the collapsible Order summary */
html body.woocommerce-checkout .wc-block-components-checkout-step__title,
html body.woocommerce-checkout .wc-block-components-title,
html body.woocommerce-checkout .wc-block-components-panel__button,
html body.woocommerce-cart .wc-block-components-title {
	font-family: "Marcellus", Georgia, serif !important;
	font-weight: 400 !important;
	font-size: 1.35rem !important;
	letter-spacing: .01em !important;
	color: #12274D !important;
	text-transform: none !important;
}

/* the total beside the Order summary toggle */
html body.woocommerce-checkout .wc-block-components-panel__button .wc-block-components-formatted-money-amount,
html body.woocommerce-checkout .wc-block-components-panel__button > span:last-child {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: 1.05rem !important;
	font-weight: 500 !important;
	color: #12274D !important;
	font-variant-numeric: tabular-nums;
}

/* one size for all supporting copy: notices, checkboxes, toggles */
html body.woocommerce-checkout .wc-block-components-checkout-step__description,
html body.woocommerce-checkout .wc-block-components-checkbox__label,
html body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
html body.woocommerce-checkout .wc-block-checkout__guest-checkout-notice,
html body.woocommerce-checkout .wc-block-components-notice-banner__content {
	font-family: "Instrument Sans", system-ui, sans-serif !important;
	font-size: .92rem !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	color: rgba(0,8,27,.62) !important;
	font-weight: 400 !important;
}

/* selects should read at the same weight as text inputs */
html body.woocommerce-checkout .wc-block-components-combobox input,
html body.woocommerce-checkout .wc-block-components-country-input input,
html body.woocommerce-checkout .wc-block-components-state-input input,
html body.woocommerce-checkout .wc-block-components-form select {
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: #00081B !important;
}