:root {
	--ma-navy: #072844;
	--ma-navy-dark: #031b30;
	--ma-gold: #b7843e;
	--ma-gold-light: #d8b36f;
	--ma-cream: #f7f1e6;
	--ma-paper: #fffdf9;
	--ma-ink: #172f49;
	--ma-muted: #6f6a62;
	--ma-line: #eadbc3;
	--ma-shadow: 0 12px 34px rgba(16, 33, 49, 0.08);
	--ma-content: 1180px;
	--ma-wide: 1360px;
}

html {
	scroll-behavior: smooth;
}

body.ma-block-theme {
	margin: 0;
	background: var(--ma-paper);
	color: var(--ma-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.ma-block-theme * {
	box-sizing: border-box;
}

body.ma-block-theme .wp-site-blocks {
	padding: 0;
}

body.ma-block-theme main {
	margin-top: 0;
}

body.ma-block-theme a {
	text-underline-offset: 0.2em;
}

body.ma-block-theme :where(h1,h2,h3,h4,h5,h6) {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 500;
	color: var(--ma-ink);
}

body.ma-block-theme :where(button,a,input,select,textarea):focus-visible {
	outline: 2px solid var(--ma-gold);
	outline-offset: 3px;
}

/* Header */
.ma-topbar {
	background: #f4ede1;
	border-bottom: 1px solid rgba(183,132,62,.2);
	color: #4e5054;
	font-size: .78rem;
}

.ma-topbar > .wp-block-group__inner-container,
.ma-topbar-inner {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: .55rem 1.25rem;
}

.ma-topbar .wp-block-columns {
	margin: 0;
	align-items: center !important;
}

.ma-topbar p {
	margin: 0;
}

.ma-header-main {
	background: var(--ma-paper);
	border-bottom: 1px solid var(--ma-line);
}

.ma-header-main-inner {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: 1.1rem 1.25rem .9rem;
}

.ma-header-main .wp-block-columns {
	align-items: center !important;
	margin: 0;
}

.ma-header-search .wp-block-search__inside-wrapper {
	border: 1px solid #d9b980;
	border-radius: 2px;
	background: #fff;
	min-height: 42px;
}

.ma-header-search .wp-block-search__input {
	font-size: .86rem;
	padding: .65rem .85rem;
}

.ma-header-search .wp-block-search__button {
	background: transparent;
	color: var(--ma-gold);
	padding: .6rem .75rem;
}

.ma-header-logo {
	text-align: center;
}

.ma-header-logo img {
	display: block;
	width: min(100%, 260px);
	height: 118px;
	object-fit: contain;
	margin: 0 auto;
}

.ma-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	font-size: .86rem;
}

.ma-header-actions a {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	color: var(--ma-ink);
	text-decoration: none;
	font-weight: 600;
}

.ma-header-actions svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: var(--ma-gold);
	stroke-width: 1.7;
}

.ma-main-nav-wrap {
	background: var(--ma-paper);
	border-bottom: 1px solid var(--ma-line);
}

.ma-main-nav {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: 0 1.25rem;
}

.ma-main-nav .wp-block-navigation__container {
	width: 100%;
	justify-content: center;
	gap: clamp(1rem, 2.6vw, 2.8rem);
}

.ma-main-nav .wp-block-navigation-item__content {
	padding: .9rem 0 .75rem;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: .95rem;
	font-weight: 600;
	color: var(--ma-ink);
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.ma-main-nav .current-menu-item > .wp-block-navigation-item__content,
.ma-main-nav .current-menu-ancestor > .wp-block-navigation-item__content,
.ma-main-nav .wp-block-navigation-item__content:hover {
	color: var(--ma-gold);
	border-bottom-color: var(--ma-gold);
}

/* Main hero */
.ma-hero,
.ma-store-hero {
	position: relative;
	min-height: clamp(430px, 48vw, 650px);
	background-position: center;
	background-size: cover;
	isolation: isolate;
	display: flex;
	align-items: center;
}

.ma-hero::after,
.ma-store-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.88) 34%, rgba(255,253,249,.18) 67%, rgba(255,253,249,0) 100%);
}

.ma-hero-inner,
.ma-store-hero-inner {
	width: min(100%, var(--ma-wide));
	margin: 0 auto;
	padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.ma-hero-content,
.ma-store-hero-content {
	max-width: 620px;
}

.ma-hero-eyebrow,
.ma-store-eyebrow {
	margin: 0 0 .8rem;
	color: var(--ma-gold);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(.95rem, 1.4vw, 1.15rem);
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ma-hero h1,
.ma-store-hero h1 {
	font-size: clamp(2.5rem, 5.2vw, 5.1rem);
	line-height: .98;
	letter-spacing: -.035em;
	margin: 0 0 1.25rem;
	max-width: 720px;
}

.ma-store-hero h1 {
	font-size: clamp(2.2rem, 4.4vw, 4.2rem);
}

.ma-hero-lead,
.ma-store-lead {
	max-width: 600px;
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	color: #435364;
	margin: 0 0 1.8rem;
}

.ma-outline-button .wp-block-button__link,
.ma-outline-button.wp-block-button .wp-block-button__link {
	background: transparent;
	color: var(--ma-ink);
	border: 1px solid var(--ma-gold);
	border-radius: 2px;
	padding: .8rem 1.7rem;
}

.ma-outline-button .wp-block-button__link:hover {
	background: var(--ma-navy);
	color: #fff;
	border-color: var(--ma-navy);
}

/* Sections */
.ma-section {
	padding: clamp(3.2rem, 6vw, 6rem) 1.25rem;
}

.ma-section--compact {
	padding-top: clamp(2.5rem, 4vw, 4rem);
	padding-bottom: clamp(2.5rem, 4vw, 4rem);
}

.ma-section--cream {
	background: #faf6ef;
}

.ma-section-inner {
	max-width: var(--ma-wide);
	margin: 0 auto;
}

.ma-section-title {
	position: relative;
	width: fit-content;
	margin: 0 auto 2rem;
	padding: 0 3.4rem;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	text-align: center;
}

.ma-section-title::before,
.ma-section-title::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2.4rem;
	height: 1px;
	background: var(--ma-gold);
}

.ma-section-title::before { left: 0; }
.ma-section-title::after { right: 0; }

.ma-section-kicker {
	margin: -1.35rem 0 2rem;
	text-align: center;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #8b6d43;
}

/* Product cards shared by homepage, shop and categories */
body.ma-block-theme .woocommerce ul.products,
body.ma-block-theme ul.products,
body.ma-block-theme .wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0 !important;
	padding: 0 !important;
}

body.ma-block-theme .woocommerce ul.products::before,
body.ma-block-theme .woocommerce ul.products::after {
	display: none !important;
}

body.ma-block-theme .woocommerce ul.products li.product,
body.ma-block-theme ul.products li.product,
body.ma-block-theme .wc-block-grid__product {
	position: relative;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: .9rem .9rem 1rem !important;
	min-height: 100%;
	background: #fff;
	border: 1px solid var(--ma-line);
	border-radius: 3px;
	display: flex !important;
	flex-direction: column;
	text-align: left !important;
	box-shadow: none;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.ma-block-theme .woocommerce ul.products li.product:hover,
body.ma-block-theme ul.products li.product:hover,
body.ma-block-theme .wc-block-grid__product:hover {
	transform: translateY(-3px);
	box-shadow: var(--ma-shadow);
	border-color: #ddc393;
}

body.ma-block-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.ma-block-theme ul.products li.product a.woocommerce-LoopProduct-link,
body.ma-block-theme .wc-block-grid__product-link {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	flex: 1 1 auto;
}

body.ma-block-theme .woocommerce ul.products li.product img,
body.ma-block-theme ul.products li.product img,
body.ma-block-theme .wc-block-grid__product-image img {
	display: block;
	width: 100% !important;
	height: 225px !important;
	object-fit: contain;
	object-position: center;
	margin: 0 0 .75rem !important;
	background: #fff;
	border-radius: 2px;
}

body.ma-block-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.ma-block-theme ul.products li.product .woocommerce-loop-product__title,
body.ma-block-theme .wc-block-grid__product-title {
	padding: 0 !important;
	margin: 0 0 .35rem !important;
	font-family: Georgia, 'Times New Roman', serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	color: var(--ma-ink) !important;
	text-align: left !important;
	min-height: 2.5em;
}

.ma-product-meta {
	margin: 0 0 .55rem;
	font-size: .71rem;
	line-height: 1.45;
	color: var(--ma-muted);
	min-height: 1.1rem;
}

body.ma-block-theme .woocommerce ul.products li.product .price,
body.ma-block-theme ul.products li.product .price,
body.ma-block-theme .wc-block-grid__product-price {
	display: block;
	margin: auto 0 .65rem !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.22rem !important;
	font-weight: 600 !important;
	line-height: 1.2;
	color: var(--ma-gold) !important;
	text-align: left !important;
}

body.ma-block-theme .woocommerce ul.products li.product .price del,
body.ma-block-theme ul.products li.product .price del {
	font-size: .76rem;
	color: #89857f;
	opacity: 1;
	margin-right: .35rem;
}

body.ma-block-theme .woocommerce ul.products li.product .price ins,
body.ma-block-theme ul.products li.product .price ins {
	text-decoration: none;
}

body.ma-block-theme .woocommerce ul.products li.product .button,
body.ma-block-theme ul.products li.product .button,
body.ma-block-theme .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.ma-block-theme .ma-product-link {
	width: calc(100% - 42px);
	min-height: 36px;
	margin: 0 !important;
	padding: .5rem .75rem !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	color: var(--ma-ink) !important;
	border: 1px solid #d9b980 !important;
	border-radius: 2px !important;
	font-size: .68rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-decoration: none;
}

body.ma-block-theme .woocommerce ul.products li.product .button:hover,
body.ma-block-theme ul.products li.product .button:hover,
body.ma-block-theme .ma-product-link:hover {
	background: var(--ma-navy) !important;
	border-color: var(--ma-navy) !important;
	color: #fff !important;
}

.ma-favorite {
	position: absolute;
	right: .8rem;
	bottom: .95rem;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ma-gold);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ma-favorite svg {
	width: 22px;
	height: 22px;
	fill: transparent;
	stroke: currentColor;
	stroke-width: 1.55;
	transition: fill .16s ease, transform .16s ease;
}

.ma-favorite:hover svg {
	transform: scale(1.08);
}

.ma-favorite.is-active svg {
	fill: currentColor;
}

.ma-favorite.is-loading {
	opacity: .45;
	pointer-events: none;
}

body.ma-block-theme .woocommerce span.onsale {
	min-width: auto;
	min-height: auto;
	line-height: 1;
	padding: .48rem .6rem;
	left: .7rem;
	top: .7rem;
	background: var(--ma-navy);
	color: #fff;
	border-radius: 2px;
	font-size: .68rem;
	font-weight: 700;
	z-index: 3;
}

/* Category cards */
.ma-category-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: .5rem;
	margin: 0 auto 2.2rem;
	max-width: var(--ma-wide);
}

.ma-category-card {
	min-width: 0;
	padding: .75rem .45rem .8rem;
	background: #fff;
	border: 1px solid var(--ma-line);
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: var(--ma-ink);
	transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.ma-category-card:hover {
	transform: translateY(-2px);
	border-color: var(--ma-gold);
	box-shadow: 0 8px 20px rgba(16,33,49,.06);
}

.ma-category-card img {
	display: block;
	width: 100%;
	height: 112px;
	object-fit: contain;
	margin: 0 auto .5rem;
}

.ma-category-card span {
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: .86rem;
	line-height: 1.25;
	font-weight: 600;
}

/* CTA */
.ma-cta {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2.4rem);
	background: var(--ma-navy) url('../images/navy-texture.webp') center/cover no-repeat;
	border: 1px solid var(--ma-gold);
	color: #fff;
	box-shadow: inset 0 0 0 5px var(--ma-navy), inset 0 0 0 6px rgba(183,132,62,.4);
}

.ma-cta .wp-block-columns {
	margin: 0;
	align-items: center !important;
}

.ma-cta h3,
.ma-cta p {
	color: #fff;
	margin-top: 0;
}

.ma-cta h3 {
	color: var(--ma-gold-light);
	margin-bottom: .25rem;
}

.ma-cta .wp-block-button__link {
	background: transparent;
	border: 1px solid var(--ma-gold-light);
	color: #fff;
}

/* Trust */
.ma-trust-grid {
	gap: 0 !important;
}

.ma-trust-item {
	padding: 1.25rem 1rem;
	text-align: center;
	border-right: 1px solid var(--ma-line);
}

.ma-trust-item:last-child {
	border-right: 0;
}

.ma-trust-icon {
	width: 58px;
	height: 58px;
	margin: 0 auto .75rem;
	border: 1px solid var(--ma-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.45rem;
	color: var(--ma-gold);
}

.ma-trust-item h3 {
	font-size: 1rem;
	margin: 0 0 .35rem;
}

.ma-trust-item p {
	margin: 0;
	font-size: .8rem;
	color: var(--ma-muted);
}

/* FAQ */
.ma-faq-grid {
	align-items: stretch !important;
}

.ma-faq-list details {
	border-bottom: 1px solid var(--ma-line);
	padding: .75rem .15rem;
}

.ma-faq-list summary {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 600;
	cursor: pointer;
}

.ma-faq-contact {
	background: #fbf6ee;
	border: 1px solid var(--ma-line);
	padding: 1.5rem;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Workshop */
.ma-workshop-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.ma-workshop-card {
	border: 1px solid var(--ma-line);
	background: #fff;
	height: 100%;
}

.ma-workshop-card .wp-block-post-featured-image {
	margin: 0;
}

.ma-workshop-card .wp-block-post-featured-image img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.ma-workshop-card .wp-block-post-title,
.ma-workshop-card .wp-block-post-excerpt,
.ma-workshop-card .wp-block-read-more {
	margin-left: .9rem;
	margin-right: .9rem;
}

.ma-workshop-card .wp-block-post-title {
	font-size: 1rem;
	margin-top: .8rem;
	margin-bottom: .45rem;
}

.ma-workshop-card .wp-block-post-excerpt {
	font-size: .78rem;
	color: var(--ma-muted);
}

.ma-workshop-card .wp-block-read-more {
	display: inline-block;
	margin-bottom: .9rem;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

/* Contact strip */
.ma-contact-strip {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: 1.25rem 1.5rem;
	border: 1px solid var(--ma-line);
	background: #fbf6ee;
}

.ma-contact-strip .wp-block-columns {
	margin: 0;
	align-items: center !important;
}

.ma-contact-strip p {
	margin: .1rem 0;
}

/* Store archive */
.ma-store-main {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: 2.25rem 1.25rem 5rem;
}

.ma-store-main .woocommerce-result-count {
	font-size: .82rem;
	color: var(--ma-muted);
}

.ma-store-main .woocommerce-ordering select {
	min-height: 42px;
	padding: .55rem 2.4rem .55rem .8rem;
	background: #fff;
	border: 1px solid var(--ma-line);
	color: var(--ma-ink);
}

.ma-store-main .woocommerce-pagination {
	margin-top: 2.3rem;
}

body.ma-block-theme .woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: .4rem;
	justify-content: center;
}

body.ma-block-theme .woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

body.ma-block-theme .woocommerce nav.woocommerce-pagination ul li a,
body.ma-block-theme .woocommerce nav.woocommerce-pagination ul li span {
	min-width: 38px;
	min-height: 38px;
	padding: .55rem;
	border: 1px solid var(--ma-line);
	background: #fff;
	color: var(--ma-ink);
}

body.ma-block-theme .woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--ma-navy);
	color: #fff;
	border-color: var(--ma-navy);
}

/* Single product */
body.single-product .woocommerce div.product {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: 3rem 1.25rem 5rem;
}

body.single-product .woocommerce div.product .product_title {
	font-size: clamp(2rem, 4vw, 3.4rem);
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
	color: var(--ma-gold);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.75rem;
}

.ma-single-favorite {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-top: .8rem;
}

.ma-single-favorite .ma-favorite {
	position: static;
	width: 38px;
	height: 38px;
	border: 1px solid var(--ma-line);
}

/* Generic content pages */
.ma-page-main {
	max-width: var(--ma-content);
	margin: 0 auto;
	padding: 3rem 1.25rem 5rem;
}

.ma-page-main > .wp-block-post-title {
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	text-align: center;
	margin-bottom: 2rem;
}

/* Footer */
.ma-footer {
	background: linear-gradient(180deg, var(--ma-navy), var(--ma-navy-dark));
	color: rgba(255,255,255,.9);
	border-top: 1px solid var(--ma-gold);
}

.ma-footer-main {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: 2.7rem 1.25rem 2rem;
}

.ma-footer-main > .wp-block-columns {
	margin: 0;
	gap: 0;
}

.ma-footer-column {
	padding: 0 1.25rem;
	border-right: 1px solid rgba(216,179,111,.2);
}

.ma-footer-column:first-child {
	padding-left: 0;
}

.ma-footer-column:last-child {
	border-right: 0;
	padding-right: 0;
}

.ma-footer-logo img {
	width: 235px;
	height: 126px;
	object-fit: contain;
}

.ma-footer h3,
.ma-footer h4 {
	color: var(--ma-gold-light);
	font-size: 1rem;
	margin: 0 0 .85rem;
}

.ma-footer p,
.ma-footer li,
.ma-footer a {
	color: rgba(255,255,255,.88);
	font-size: .82rem;
	line-height: 1.65;
}

.ma-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ma-footer li {
	margin: 0 0 .35rem;
}

.ma-footer li a {
	text-decoration: none;
}

.ma-footer li a::before {
	content: '›';
	color: var(--ma-gold-light);
	margin-right: .45rem;
}

.ma-footer-bottom {
	max-width: var(--ma-wide);
	margin: 0 auto;
	padding: .9rem 1.25rem 1.1rem;
	border-top: 1px solid rgba(216,179,111,.18);
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: .72rem;
}

.ma-footer-bottom p {
	margin: 0;
}

/* Forms */
body.ma-block-theme :where(input[type='text'],input[type='email'],input[type='tel'],input[type='search'],input[type='number'],select,textarea) {
	border: 1px solid #d8cdbd;
	border-radius: 2px;
	background: #fff;
	padding: .75rem .85rem;
	font: inherit;
	color: var(--ma-ink);
}

body.ma-block-theme .wpforms-container .wpforms-submit,
body.ma-block-theme .woocommerce button.button,
body.ma-block-theme .woocommerce a.button.alt,
body.ma-block-theme .woocommerce button.button.alt {
	background: var(--ma-navy);
	color: #fff;
	border-radius: 2px;
}

/* Remove all legacy pseudo-element animations that could cover the page */
body.ma-block-theme .produkty-glowna li::before,
body.ma-block-theme .produkty_glowna li::before,
body.ma-block-theme .product-wrapper::before,
body.ma-block-theme ul.products li.product::before {
	content: none !important;
	display: none !important;
	transform: none !important;
}

/* Responsive */
@media (max-width: 1100px) {
	body.ma-block-theme .woocommerce ul.products,
	body.ma-block-theme ul.products,
	body.ma-block-theme .wc-block-grid__products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ma-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ma-workshop-grid .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-footer-main > .wp-block-columns {
		flex-wrap: wrap !important;
	}

	.ma-footer-column {
		flex-basis: 33.333% !important;
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 782px) {
	.ma-topbar {
		display: none;
	}

	.ma-header-main-inner {
		padding-top: .7rem;
		padding-bottom: .7rem;
	}

	.ma-header-main .wp-block-columns {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: .75rem;
	}

	.ma-header-search {
		display: none;
	}

	.ma-header-logo {
		text-align: left;
	}

	.ma-header-logo img {
		width: 185px;
		height: 82px;
		margin: 0;
	}

	.ma-header-actions {
		justify-content: flex-end;
	}

	.ma-header-actions .ma-action-label {
		display: none;
	}

	.ma-main-nav {
		padding-top: .35rem;
		padding-bottom: .35rem;
	}

	.ma-main-nav .wp-block-navigation__responsive-container-open {
		margin-left: auto;
	}

	.ma-main-nav .wp-block-navigation__container {
		align-items: flex-start;
		gap: .3rem;
	}

	.ma-main-nav .wp-block-navigation-item__content {
		font-size: 1.15rem;
	}

	.ma-hero,
	.ma-store-hero {
		min-height: 520px;
		background-position: 63% center;
	}

	.ma-hero::after,
	.ma-store-hero::after {
		background: linear-gradient(180deg, rgba(255,253,249,.94) 0%, rgba(255,253,249,.83) 62%, rgba(255,253,249,.28) 100%);
	}

	.ma-hero-inner,
	.ma-store-hero-inner {
		padding-top: 3.4rem;
		padding-bottom: 3.4rem;
	}

	body.ma-block-theme .woocommerce ul.products,
	body.ma-block-theme ul.products,
	body.ma-block-theme .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ma-block-theme .woocommerce ul.products li.product img,
	body.ma-block-theme ul.products li.product img,
	body.ma-block-theme .wc-block-grid__product-image img {
		height: 190px !important;
	}

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

	.ma-trust-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ma-trust-item {
		border-right: 0;
		border-bottom: 1px solid var(--ma-line);
	}

	.ma-footer-column {
		flex-basis: 50% !important;
		border-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 520px) {
	.ma-header-logo img {
		width: 145px;
		height: 70px;
	}

	.ma-hero h1,
	.ma-store-hero h1 {
		font-size: 2.35rem;
	}

	.ma-section {
		padding-left: .8rem;
		padding-right: .8rem;
	}

	.ma-section-title {
		padding: 0 2.2rem;
	}

	.ma-section-title::before,
	.ma-section-title::after {
		width: 1.5rem;
	}

	body.ma-block-theme .woocommerce ul.products,
	body.ma-block-theme ul.products,
	body.ma-block-theme .wc-block-grid__products {
		grid-template-columns: 1fr;
	}

	body.ma-block-theme .woocommerce ul.products li.product img,
	body.ma-block-theme ul.products li.product img,
	body.ma-block-theme .wc-block-grid__product-image img {
		height: 230px !important;
	}

	.ma-category-grid,
	.ma-workshop-grid .wp-block-post-template,
	.ma-trust-grid {
		grid-template-columns: 1fr;
	}

	.ma-footer-column {
		flex-basis: 100% !important;
		padding: 0;
	}

	.ma-footer-bottom {
		flex-direction: column;
	}
}

/* =========================================================
   Homepage fidelity pass — 2026-08-04
   This final layer deliberately overrides WordPress generated block layout
   rules so the live page follows the approved graphic design.
========================================================= */
@font-face {
	font-family: 'MA Roboto';
	src: url('/wp-content/uploads/fonts/KFOmCnqEu92Fr1Me4GZLCzYlKw.woff2') format('woff2');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'MA Roboto';
	src: url('/wp-content/uploads/fonts/KFOlCnqEu92Fr1MmWUlvBh05IsDqlA.woff2') format('woff2');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

body.ma-block-theme {
	font-family: 'MA Roboto', Arial, Helvetica, sans-serif;
}

/* Remove an obsolete account block that can be injected below navigation. */
body.ma-block-theme .wp-block-woocommerce-customer-account {
	display: none !important;
}

/* Header proportions follow the approved mock-up. */
body.ma-block-theme .ma-topbar-inner {
	padding-top: .42rem !important;
	padding-bottom: .42rem !important;
}

body.ma-block-theme .ma-header-main-inner {
	padding-top: .72rem !important;
	padding-bottom: .58rem !important;
}

body.ma-block-theme .ma-header-logo img {
	height: 96px !important;
	width: min(100%, 238px) !important;
}

body.ma-block-theme .ma-main-nav .wp-block-navigation-item__content {
	padding-top: .72rem !important;
	padding-bottom: .65rem !important;
}

/* Hero is compact and directly attached to navigation. */
body.ma-block-theme .ma-hero {
	min-height: clamp(430px, 34vw, 530px) !important;
}

body.ma-block-theme .ma-hero-inner {
	padding-top: clamp(2.5rem, 5vw, 4rem) !important;
	padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

body.ma-block-theme .ma-hero-content {
	max-width: 570px !important;
}

body.ma-block-theme .ma-hero h1 {
	font-size: clamp(2.6rem, 4.3vw, 4.1rem) !important;
	line-height: 1.02 !important;
	margin-top: .65rem !important;
	margin-bottom: 1rem !important;
}

body.ma-block-theme .ma-hero-lead {
	max-width: 520px;
	font-size: .98rem;
	line-height: 1.65;
}

/* Tighter vertical rhythm matching the design. */
body.ma-block-theme .ma-section {
	padding-top: clamp(2.7rem, 4.2vw, 4.25rem) !important;
	padding-bottom: clamp(2.7rem, 4.2vw, 4.25rem) !important;
}

body.ma-block-theme .ma-section--compact {
	padding-top: clamp(1.8rem, 3vw, 2.7rem) !important;
	padding-bottom: clamp(1.8rem, 3vw, 2.7rem) !important;
}

body.ma-block-theme .ma-section-title {
	font-size: clamp(1.65rem, 2.35vw, 2.15rem) !important;
	margin-bottom: 1.55rem !important;
}

body.ma-block-theme .ma-section-kicker {
	margin-top: -1.05rem !important;
	margin-bottom: 1.55rem !important;
}

/* Product cards — fixed and equal across homepage, shop and categories. */
body.ma-block-theme .woocommerce ul.products,
body.ma-block-theme ul.products,
body.ma-block-theme .wc-block-grid__products {
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem !important;
}

body.ma-block-theme .woocommerce ul.products > li.product,
body.ma-block-theme ul.products > li.product,
body.ma-block-theme .wc-block-grid__products > .wc-block-grid__product {
	min-width: 0 !important;
	max-width: none !important;
	width: auto !important;
	height: 100% !important;
	padding: .78rem .78rem .82rem !important;
}

body.ma-block-theme .woocommerce ul.products li.product img,
body.ma-block-theme ul.products li.product img,
body.ma-block-theme .wc-block-grid__product-image img {
	height: 190px !important;
	margin-bottom: .62rem !important;
}

body.ma-block-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.ma-block-theme ul.products li.product .woocommerce-loop-product__title,
body.ma-block-theme .wc-block-grid__product-title {
	font-size: .91rem !important;
	line-height: 1.24 !important;
	min-height: 2.45em !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.ma-block-theme .ma-product-meta {
	font-size: .66rem !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.ma-block-theme .woocommerce ul.products li.product .price,
body.ma-block-theme ul.products li.product .price,
body.ma-block-theme .wc-block-grid__product-price {
	font-size: 1.12rem !important;
	margin-bottom: .52rem !important;
}

body.ma-block-theme .woocommerce ul.products li.product .button,
body.ma-block-theme ul.products li.product .button,
body.ma-block-theme .ma-product-link {
	min-height: 32px !important;
	font-size: .63rem !important;
	padding: .4rem .55rem !important;
}

body.ma-block-theme .ma-favorite {
	right: .62rem !important;
	bottom: .7rem !important;
	width: 26px !important;
	height: 26px !important;
}

body.ma-block-theme .ma-favorite svg {
	width: 20px !important;
	height: 20px !important;
}

/* Empty sections should never create an oversized blank band. */
body.ma-block-theme .ma-empty-section {
	margin: .5rem auto 0;
	padding: 1rem;
	max-width: 680px;
	text-align: center;
	color: var(--ma-muted);
}

/* CTA proportions. */
body.ma-block-theme .ma-cta {
	padding-top: 1.15rem !important;
	padding-bottom: 1.15rem !important;
}

body.ma-block-theme .ma-cta h3 {
	font-size: 1.15rem !important;
}

body.ma-block-theme .ma-cta p {
	font-size: .82rem !important;
	margin-bottom: 0 !important;
}

/* Trust block is intentionally compact like the mock-up. */
body.ma-block-theme .ma-trust-item {
	padding: 1rem .75rem !important;
}

body.ma-block-theme .ma-trust-icon {
	width: 50px !important;
	height: 50px !important;
	font-size: 1.2rem !important;
	margin-bottom: .6rem !important;
}

body.ma-block-theme .ma-trust-item h3 {
	font-size: .88rem !important;
}

body.ma-block-theme .ma-trust-item p {
	font-size: .74rem !important;
	line-height: 1.55 !important;
}

/* Stable workshop grid — independent of generated block layout CSS. */
body.ma-block-theme .ma-workshop-grid,
body.ma-block-theme .ma-workshop-grid > .wp-block-query,
body.ma-block-theme .ma-workshop-cards {
	width: 100% !important;
	max-width: var(--ma-wide) !important;
	min-width: 0 !important;
}

body.ma-block-theme .ma-workshop-cards {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	align-items: stretch !important;
}

body.ma-block-theme .ma-workshop-card {
	min-width: 0 !important;
	width: auto !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden !important;
	background: #fff !important;
	border: 1px solid var(--ma-line) !important;
}

body.ma-block-theme .ma-workshop-card__image {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eee8df;
}

body.ma-block-theme .ma-workshop-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	margin: 0 !important;
}

body.ma-block-theme .ma-workshop-card__body {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	padding: .82rem .88rem .9rem !important;
	min-width: 0 !important;
}

body.ma-block-theme .ma-workshop-card__body h3 {
	margin: 0 0 .4rem !important;
	font-size: .92rem !important;
	line-height: 1.3 !important;
}

body.ma-block-theme .ma-workshop-card__body h3 a {
	color: var(--ma-ink) !important;
	text-decoration: none !important;
}

body.ma-block-theme .ma-workshop-card__body p {
	margin: 0 0 .65rem !important;
	font-size: .74rem !important;
	line-height: 1.5 !important;
	color: var(--ma-muted) !important;
}

body.ma-block-theme .ma-workshop-card__more {
	margin-top: auto !important;
	font-size: .68rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-decoration: none !important;
}

/* Contact and footer visually connect as in the design. */
body.ma-block-theme .ma-contact-strip {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

body.ma-block-theme .ma-contact-strip h3 {
	font-size: 1.05rem !important;
	margin-top: 0 !important;
	margin-bottom: .2rem !important;
}

body.ma-block-theme .ma-contact-strip p {
	font-size: .78rem !important;
	line-height: 1.55 !important;
}

@media (max-width: 1100px) {
	body.ma-block-theme .ma-workshop-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 782px) {
	body.ma-block-theme .ma-header-logo img {
		height: 78px !important;
		width: 180px !important;
	}

	body.ma-block-theme .ma-hero {
		min-height: 470px !important;
	}

	body.ma-block-theme .woocommerce ul.products,
	body.ma-block-theme ul.products,
	body.ma-block-theme .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	body.ma-block-theme .ma-section {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important;
	}

	body.ma-block-theme .ma-workshop-cards,
	body.ma-block-theme .woocommerce ul.products,
	body.ma-block-theme ul.products,
	body.ma-block-theme .wc-block-grid__products {
		grid-template-columns: 1fr !important;
	}

	body.ma-block-theme .woocommerce ul.products li.product img,
	body.ma-block-theme ul.products li.product img,
	body.ma-block-theme .wc-block-grid__product-image img {
		height: 230px !important;
	}
}

/* =========================================================
   Graphic details and typography pass — 2026-08-04
   Implements the approved visual system: classical typography,
   gold line icons, decorative flourishes and a full cart module.
========================================================= */
body.ma-block-theme {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 15px;
}

body.ma-block-theme :where(h1,h2,h3,h4,h5,h6),
body.ma-block-theme .woocommerce-loop-product__title,
body.ma-block-theme .wc-block-grid__product-title,
body.ma-block-theme .ma-category-card span,
body.ma-block-theme .ma-footer h3,
body.ma-block-theme .ma-footer h4 {
	font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif !important;
	font-weight: 600 !important;
}

body.ma-block-theme .ma-main-nav .wp-block-navigation-item__content,
body.ma-block-theme .ma-header-actions,
body.ma-block-theme .ma-topbar,
body.ma-block-theme .ma-product-link,
body.ma-block-theme .woocommerce ul.products li.product .button,
body.ma-block-theme .wp-block-button__link {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

/* Top contact bar with consistent vector icons. */
body.ma-block-theme .ma-topbar .wp-block-columns {
	gap: 1.25rem !important;
}

body.ma-block-theme .ma-topbar-item,
body.ma-block-theme .ma-topbar-hours,
body.ma-block-theme .ma-topbar-center {
	gap: .42rem !important;
	align-items: center !important;
}

body.ma-block-theme .ma-topbar-center {
	gap: 1.2rem !important;
}

body.ma-block-theme .ma-inline-icon {
	margin: 0 !important;
	line-height: 0;
	flex: 0 0 auto;
}

body.ma-block-theme .ma-inline-icon img {
	display: block;
}

body.ma-block-theme .ma-topbar a {
	color: inherit;
	text-decoration: none;
}

body.ma-block-theme .ma-topbar a:hover {
	color: var(--ma-gold);
}

body.ma-block-theme .ma-topbar-divider {
	color: #cdb78f;
	margin-inline: .35rem;
}

/* Full cart module from the approved design. */
body.ma-block-theme .ma-header-actions {
	gap: 1.45rem !important;
}

body.ma-block-theme .ma-favorites-header {
	padding-right: 1.35rem;
	border-right: 1px solid var(--ma-line);
}

body.ma-block-theme .ma-cart-summary {
	position: relative;
	display: inline-grid !important;
	grid-template-columns: 30px auto 22px;
	align-items: center;
	column-gap: .55rem;
	min-width: 138px;
	color: var(--ma-ink) !important;
	text-decoration: none !important;
}

body.ma-block-theme .ma-cart-summary__icon {
	width: 30px;
	height: 30px;
	display: block;
}

body.ma-block-theme .ma-cart-summary__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	min-width: 0;
}

body.ma-block-theme .ma-cart-summary__copy strong {
	font-size: .77rem;
	font-weight: 700;
	color: var(--ma-ink);
}

body.ma-block-theme .ma-cart-summary__copy small {
	font-size: .66rem;
	font-weight: 500;
	color: var(--ma-muted);
	white-space: nowrap;
}

body.ma-block-theme .ma-cart-summary__copy .woocommerce-Price-amount {
	color: inherit;
}

body.ma-block-theme .ma-cart-summary__count {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #36322d;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .66rem;
	font-weight: 700;
}

/* Decorative flourishes around all section titles. */
body.ma-block-theme .ma-section-title {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: .7rem;
	width: 100% !important;
	max-width: 760px;
	padding: 0 !important;
}

body.ma-block-theme .ma-section-title::before,
body.ma-block-theme .ma-section-title::after {
	content: '' !important;
	position: static !important;
	display: block !important;
	flex: 0 1 78px;
	width: 78px !important;
	height: 20px !important;
	background: url('../icons/ornament-side.svg') center / contain no-repeat !important;
	transform: none !important;
}

body.ma-block-theme .ma-section-title::after {
	transform: scaleX(-1) !important;
}

body.ma-block-theme .ma-hero h1::after,
body.ma-block-theme .ma-store-hero h1::after {
	content: '';
	display: block;
	width: 155px;
	height: 22px;
	margin: .55rem 0 .15rem;
	background: url('../icons/ornament-center.svg') center / contain no-repeat;
}

/* CTA icon and copy. */
body.ma-block-theme .ma-cta-icon-col {
	text-align: center;
}

body.ma-block-theme .ma-cta-icon {
	margin: 0 auto !important;
}

body.ma-block-theme .ma-cta-icon img {
	display: block;
}

/* Trust icons now use coherent gold line drawings. */
body.ma-block-theme figure.ma-trust-icon {
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	line-height: 0;
}

body.ma-block-theme figure.ma-trust-icon img {
	display: block;
	width: 58px !important;
	height: 58px !important;
	object-fit: contain;
}

/* FAQ illustration panel. */
body.ma-block-theme .ma-faq-contact {
	display: grid !important;
	grid-template-columns: minmax(135px, 42%) 1fr;
	align-items: center;
	gap: 1.25rem;
	padding: 1.3rem 1.5rem !important;
}

body.ma-block-theme .ma-faq-illustration {
	margin: 0 !important;
	align-self: end;
}

body.ma-block-theme .ma-faq-illustration img {
	display: block;
	width: 100%;
	max-height: 190px;
	object-fit: contain;
}

body.ma-block-theme .ma-faq-contact-copy {
	min-width: 0;
}

body.ma-block-theme .ma-faq-contact-copy h3 {
	font-size: 1.45rem !important;
	margin: 0 0 .35rem !important;
}

body.ma-block-theme .ma-faq-contact-copy p {
	font-size: .8rem;
	line-height: 1.55;
	margin-top: 0;
}

/* Contact strip icons. */
body.ma-block-theme .ma-contact-item {
	gap: .7rem !important;
	align-items: center !important;
}

body.ma-block-theme .ma-contact-icon {
	margin: 0 !important;
	flex: 0 0 auto;
}

body.ma-block-theme .ma-contact-icon img {
	display: block;
}

body.ma-block-theme .ma-contact-item p {
	margin: 0 !important;
}

/* Refined type proportions matching the mock-up. */
body.ma-block-theme .ma-hero-eyebrow,
body.ma-block-theme .ma-store-eyebrow {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-weight: 600;
	letter-spacing: .1em;
}

body.ma-block-theme .ma-hero h1 {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-weight: 600 !important;
	letter-spacing: -.025em !important;
}

body.ma-block-theme .ma-section-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-weight: 600 !important;
	letter-spacing: -.015em;
}

body.ma-block-theme .ma-main-nav .wp-block-navigation-item__content {
	font-size: .79rem !important;
	font-weight: 600 !important;
	letter-spacing: .01em;
}

body.ma-block-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.ma-block-theme ul.products li.product .woocommerce-loop-product__title,
body.ma-block-theme .wc-block-grid__product-title {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 1.04rem !important;
	font-weight: 600 !important;
}

@media (max-width: 1100px) {
	body.ma-block-theme .ma-topbar-center {
		gap: .65rem !important;
		flex-wrap: wrap !important;
	}

	body.ma-block-theme .ma-cart-summary {
		min-width: 120px;
	}
}

@media (max-width: 782px) {
	body.ma-block-theme .ma-header-actions {
		gap: .75rem !important;
	}

	body.ma-block-theme .ma-favorites-header {
		padding-right: .75rem;
	}

	body.ma-block-theme .ma-cart-summary {
		grid-template-columns: 27px 20px;
		min-width: 54px;
		column-gap: .35rem;
	}

	body.ma-block-theme .ma-cart-summary__icon {
		width: 27px;
		height: 27px;
	}

	body.ma-block-theme .ma-cart-summary__copy {
		display: none;
	}

	body.ma-block-theme .ma-faq-contact {
		grid-template-columns: 1fr;
		text-align: center;
	}

	body.ma-block-theme .ma-faq-illustration img {
		max-height: 150px;
	}

	body.ma-block-theme .ma-faq-contact .wp-block-buttons {
		justify-content: center;
	}

	body.ma-block-theme .ma-cta-icon-col {
		display: none;
	}
}

@media (max-width: 520px) {
	body.ma-block-theme .ma-section-title {
		gap: .4rem;
	}

	body.ma-block-theme .ma-section-title::before,
	body.ma-block-theme .ma-section-title::after {
		flex-basis: 43px;
		width: 43px !important;
		height: 15px !important;
	}

	body.ma-block-theme .ma-contact-item {
		align-items: flex-start !important;
	}
}

body.ma-block-theme .ma-footer-contact-row {
	gap: .55rem !important;
	align-items: flex-start !important;
	margin-bottom: .45rem;
}

body.ma-block-theme .ma-footer-contact-row figure {
	margin: .15rem 0 0 !important;
	flex: 0 0 auto;
	line-height: 0;
}

body.ma-block-theme .ma-footer-contact-row p {
	margin: 0 !important;
}

/* =========================================================
   Store + product category fidelity pass — 2026-08-04
   Mirrors the approved store mock-up and neutralises legacy
   WooCommerce/Site Editor archive layouts.
========================================================= */
body.ma-block-theme.woocommerce-shop,
body.ma-block-theme.tax-product_cat,
body.ma-block-theme.tax-product_tag {
	background: var(--ma-paper);
}

/* Dropdown menu for the client-approved product categories. */
body.ma-block-theme .ma-main-nav .wp-block-navigation__submenu-container {
	min-width: 270px !important;
	padding: .45rem 0 !important;
	background: var(--ma-paper) !important;
	border: 1px solid var(--ma-line) !important;
	box-shadow: 0 15px 38px rgba(9, 31, 50, .12) !important;
}

body.ma-block-theme .ma-main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	width: 100%;
	padding: .65rem 1rem !important;
	border: 0 !important;
	font-size: .74rem !important;
	line-height: 1.4;
	white-space: normal;
}

body.ma-block-theme .ma-main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	background: #faf4e9;
	color: var(--ma-gold);
}

body.ma-block-theme .ma-nav-parts-submenu > .wp-block-navigation-item__content {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
}

/* Breadcrumb row between navigation and the visual hero. */
body.ma-block-theme .ma-store-breadcrumbs-wrap {
	margin: 0;
	padding: .72rem 1.25rem;
	background: var(--ma-paper);
	border-bottom: 1px solid rgba(234, 219, 195, .72);
}

body.ma-block-theme .ma-store-breadcrumbs-wrap .woocommerce-breadcrumb {
	width: min(100%, var(--ma-wide));
	margin: 0 auto !important;
	padding: 0 !important;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .72rem;
	line-height: 1.5;
	color: #9a8f80;
}

body.ma-block-theme .ma-store-breadcrumbs-wrap .woocommerce-breadcrumb a {
	color: #7a8087;
	text-decoration: none;
}

body.ma-block-theme .ma-store-breadcrumbs-wrap .woocommerce-breadcrumb a:hover {
	color: var(--ma-gold);
}

/* Store and category hero. */
body.ma-block-theme .ma-store-hero {
	min-height: clamp(315px, 29vw, 410px) !important;
	margin: 0 !important;
	background-color: #fbf7ef;
	background-position: center !important;
}

body.ma-block-theme .ma-store-hero::after {
	background: linear-gradient(90deg, rgba(255,253,249,.99) 0%, rgba(255,253,249,.94) 37%, rgba(255,253,249,.52) 57%, rgba(255,253,249,.03) 82%) !important;
}

body.ma-block-theme .ma-store-hero .wp-block-cover__image-background {
	object-position: center center;
}

body.ma-block-theme .ma-store-hero-inner {
	padding-top: clamp(2.1rem, 4.2vw, 3.8rem) !important;
	padding-bottom: clamp(2.1rem, 4.2vw, 3.8rem) !important;
}

body.ma-block-theme .ma-store-hero-content {
	max-width: 600px !important;
}

body.ma-block-theme .ma-store-hero h1,
body.ma-block-theme .ma-store-hero .wp-block-query-title {
	max-width: 660px;
	margin: 0 0 .9rem !important;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(2.55rem, 4.3vw, 4.35rem) !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: -.025em;
	text-transform: uppercase;
}

body.ma-block-theme .ma-store-hero h1::after,
body.ma-block-theme .ma-store-hero .wp-block-query-title::after {
	content: '';
	display: block;
	width: 170px;
	height: 23px;
	margin: .62rem 0 .1rem;
	background: url('../icons/ornament-center.svg') center / contain no-repeat;
}

body.ma-block-theme .ma-store-eyebrow {
	margin-bottom: .62rem !important;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: .94rem !important;
	font-weight: 600;
	letter-spacing: .12em;
}

body.ma-block-theme .ma-store-lead,
body.ma-block-theme .ma-store-hero .taxonomy-description {
	max-width: 570px;
	margin: 0 !important;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .86rem !important;
	line-height: 1.65;
	color: #354b5e;
}

body.ma-block-theme .ma-store-hero .taxonomy-description p {
	margin: 0;
}

/* Product category tiles directly under the hero. */
body.ma-block-theme .ma-store-categories {
	position: relative;
	z-index: 4;
	max-width: var(--ma-wide) !important;
	margin: 0 auto !important;
	padding: 0 1.25rem;
}

body.ma-block-theme .ma-store-categories .ma-category-grid {
	margin: 0 !important;
	transform: translateY(-1px);
	background: #fff;
}

body.ma-block-theme .ma-category-grid {
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0 !important;
	border-left: 1px solid var(--ma-line);
	border-top: 1px solid var(--ma-line);
}

body.ma-block-theme .ma-category-card {
	min-height: 166px;
	padding: .65rem .48rem .72rem;
	border-top: 0 !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

body.ma-block-theme .ma-category-card img {
	height: 112px;
	margin: 0 auto .42rem;
	object-fit: contain;
}

body.ma-block-theme .ma-category-card span {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: .96rem;
	font-weight: 600;
	line-height: 1.15;
}

body.ma-block-theme .ma-category-card:hover {
	position: relative;
	z-index: 2;
	transform: translateY(-3px);
	background: #fffefa;
	box-shadow: 0 10px 26px rgba(8, 38, 64, .09) !important;
}

/* Main catalogue area. */
body.ma-block-theme .ma-store-main {
	max-width: var(--ma-wide) !important;
	padding: 2rem 1.25rem 5rem !important;
}

body.ma-block-theme .ma-store-main > .woocommerce,
body.ma-block-theme .ma-store-main .wp-block-woocommerce-legacy-template {
	width: 100%;
	max-width: none !important;
}

body.ma-block-theme .ma-store-main .woocommerce-notices-wrapper:empty {
	display: none;
}

/* Filter drawer. */
body.ma-block-theme .ma-filter-overlay {
	position: fixed;
	inset: 0;
	z-index: 9997;
	background: rgba(4, 25, 43, .44);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
}

body.ma-block-theme .ma-filter-panel {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: min(390px, 92vw);
	height: 100vh;
	height: 100dvh;
	padding: 1.4rem;
	background: var(--ma-paper);
	box-shadow: 16px 0 50px rgba(2, 22, 38, .2);
	transform: translateX(-105%);
	transition: transform .24s ease;
	overflow-y: auto;
}

body.ma-block-theme.ma-filter-is-open {
	overflow: hidden;
}

body.ma-block-theme.ma-filter-is-open .ma-filter-overlay {
	opacity: 1;
	visibility: visible;
}

body.ma-block-theme.ma-filter-is-open .ma-filter-panel {
	transform: translateX(0);
}

body.ma-block-theme .ma-filter-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: .9rem;
	border-bottom: 1px solid var(--ma-line);
}

body.ma-block-theme .ma-filter-panel__header h2 {
	margin: 0;
	font-size: 1.55rem;
}

body.ma-block-theme .ma-filter-panel__close {
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--ma-line);
	background: #fff;
	color: var(--ma-ink);
	font-size: 1.55rem;
	line-height: 1;
	cursor: pointer;
}

body.ma-block-theme .ma-filter-panel__section,
body.ma-block-theme .ma-price-filter {
	padding: 1.15rem 0;
	border-bottom: 1px solid var(--ma-line);
}

body.ma-block-theme .ma-filter-panel h3,
body.ma-block-theme .ma-price-filter h3 {
	margin: 0 0 .7rem;
	font-size: 1.15rem;
}

body.ma-block-theme .ma-filter-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.ma-block-theme .ma-filter-category-list li {
	margin: 0;
}

body.ma-block-theme .ma-filter-category-list a {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: .54rem .1rem;
	border-bottom: 1px solid rgba(234,219,195,.55);
	color: var(--ma-ink);
	font-size: .8rem;
	text-decoration: none;
}

body.ma-block-theme .ma-filter-category-list a:hover,
body.ma-block-theme .ma-filter-category-list a.is-current {
	color: var(--ma-gold);
}

body.ma-block-theme .ma-filter-category-list small {
	color: #a29787;
}

body.ma-block-theme .ma-price-filter__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .7rem;
}

body.ma-block-theme .ma-price-filter label span {
	display: block;
	margin-bottom: .25rem;
	font-size: .7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .07em;
}

body.ma-block-theme .ma-price-filter input {
	width: 100%;
}

body.ma-block-theme .ma-filter-apply {
	width: 100%;
	margin-top: .85rem;
	padding: .72rem 1rem;
	border: 1px solid var(--ma-navy);
	background: var(--ma-navy);
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

body.ma-block-theme .ma-filter-clear {
	display: block;
	margin-top: .65rem;
	color: var(--ma-muted);
	font-size: .72rem;
	text-align: center;
}

/* Catalogue toolbar: filter, result count and sorting in one line. */
body.ma-block-theme .ma-shop-toolbar {
	width: 100%;
	margin: 0 0 1.15rem;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.2rem;
}

body.ma-block-theme .ma-filter-toggle {
	min-height: 42px;
	padding: .55rem 1.25rem;
	border: 1px solid #d9b980;
	background: #fff;
	color: var(--ma-ink);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	cursor: pointer;
}

body.ma-block-theme .ma-filter-toggle svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
}

body.ma-block-theme .ma-filter-toggle:hover {
	background: var(--ma-navy);
	border-color: var(--ma-navy);
	color: #fff;
}

body.ma-block-theme .ma-shop-toolbar .woocommerce-result-count,
body.ma-block-theme .ma-shop-toolbar .woocommerce-ordering {
	float: none !important;
	margin: 0 !important;
}

body.ma-block-theme .ma-shop-toolbar .woocommerce-result-count {
	justify-self: start;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .75rem;
	color: #4e5861;
}

body.ma-block-theme .ma-shop-toolbar .woocommerce-ordering {
	justify-self: end;
}

body.ma-block-theme .ma-shop-toolbar .woocommerce-ordering::before {
	content: 'Sortuj według:';
	margin-right: .55rem;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .72rem;
	color: var(--ma-ink);
}

body.ma-block-theme .ma-shop-toolbar .woocommerce-ordering select {
	min-width: 190px;
	min-height: 42px;
	padding: .55rem 2.2rem .55rem .75rem;
	border: 1px solid var(--ma-line);
	background-color: #fff;
	font-size: .75rem;
}

/* Product grid and cards exactly shared by shop and category archives. */
body.ma-block-theme.woocommerce-shop .woocommerce ul.products,
body.ma-block-theme.tax-product_cat .woocommerce ul.products,
body.ma-block-theme.tax-product_tag .woocommerce ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	clear: both;
}

body.ma-block-theme.woocommerce-shop .woocommerce ul.products li.product,
body.ma-block-theme.tax-product_cat .woocommerce ul.products li.product,
body.ma-block-theme.tax-product_tag .woocommerce ul.products li.product {
	padding: .82rem .82rem .9rem !important;
	min-height: 415px !important;
	border-radius: 3px !important;
}

body.ma-block-theme.woocommerce-shop .woocommerce ul.products li.product img,
body.ma-block-theme.tax-product_cat .woocommerce ul.products li.product img,
body.ma-block-theme.tax-product_tag .woocommerce ul.products li.product img {
	height: 220px !important;
	margin-bottom: .68rem !important;
}

body.ma-block-theme.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.ma-block-theme.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.ma-block-theme.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.02rem !important;
	min-height: 2.45em !important;
	margin-bottom: .28rem !important;
}

body.ma-block-theme.woocommerce-shop .ma-product-meta,
body.ma-block-theme.tax-product_cat .ma-product-meta,
body.ma-block-theme.tax-product_tag .ma-product-meta {
	font-size: .66rem !important;
	min-height: 1.2rem;
	margin-bottom: .45rem;
}

body.ma-block-theme.woocommerce-shop .woocommerce ul.products li.product .price,
body.ma-block-theme.tax-product_cat .woocommerce ul.products li.product .price,
body.ma-block-theme.tax-product_tag .woocommerce ul.products li.product .price {
	font-size: 1.18rem !important;
}

/* Standard WooCommerce clear elements must not interrupt CSS grid. */
body.ma-block-theme .ma-store-main .woocommerce::before,
body.ma-block-theme .ma-store-main .woocommerce::after,
body.ma-block-theme .ma-store-main ul.products::before,
body.ma-block-theme .ma-store-main ul.products::after {
	display: none !important;
	content: none !important;
}

/* Pagination from the approved project. */
body.ma-block-theme .ma-store-main .woocommerce-pagination {
	margin: 2.3rem 0 0 !important;
}

body.ma-block-theme .ma-store-main .woocommerce-pagination ul.page-numbers {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: .35rem;
	margin: 0 !important;
}

body.ma-block-theme .ma-store-main .woocommerce-pagination .page-numbers li a,
body.ma-block-theme .ma-store-main .woocommerce-pagination .page-numbers li span {
	min-width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .4rem;
	border: 1px solid var(--ma-line);
	background: #fff;
	font-size: .72rem;
}

body.ma-block-theme .ma-store-main .woocommerce-pagination .page-numbers li span.current {
	background: var(--ma-navy);
	border-color: var(--ma-navy);
	color: #fff;
}

@media (max-width: 1100px) {
	body.ma-block-theme .ma-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.ma-block-theme.woocommerce-shop .woocommerce ul.products,
	body.ma-block-theme.tax-product_cat .woocommerce ul.products,
	body.ma-block-theme.tax-product_tag .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 782px) {
	body.ma-block-theme .ma-main-nav .wp-block-navigation__submenu-container {
		min-width: 0 !important;
		width: 100% !important;
		padding-left: .7rem !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.ma-block-theme .ma-store-breadcrumbs-wrap {
		padding-left: .85rem;
		padding-right: .85rem;
	}

	body.ma-block-theme .ma-store-hero {
		min-height: 390px !important;
		background-position: 65% center !important;
	}

	body.ma-block-theme .ma-store-hero::after {
		background: linear-gradient(180deg, rgba(255,253,249,.97) 0%, rgba(255,253,249,.82) 63%, rgba(255,253,249,.25) 100%) !important;
	}

	body.ma-block-theme .ma-store-categories {
		padding-left: .8rem;
		padding-right: .8rem;
	}

	body.ma-block-theme .ma-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.ma-block-theme .ma-shop-toolbar {
		grid-template-columns: auto 1fr;
		gap: .75rem;
	}

	body.ma-block-theme .ma-shop-toolbar .woocommerce-result-count {
		justify-self: end;
		text-align: right;
	}

	body.ma-block-theme .ma-shop-toolbar .woocommerce-ordering {
		grid-column: 1 / -1;
		justify-self: stretch;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	body.ma-block-theme .ma-shop-toolbar .woocommerce-ordering select {
		flex: 0 1 220px;
		min-width: 0;
	}

	body.ma-block-theme.woocommerce-shop .woocommerce ul.products,
	body.ma-block-theme.tax-product_cat .woocommerce ul.products,
	body.ma-block-theme.tax-product_tag .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	body.ma-block-theme .ma-store-hero h1,
	body.ma-block-theme .ma-store-hero .wp-block-query-title {
		font-size: 2.4rem !important;
	}

	body.ma-block-theme .ma-category-card {
		min-height: 145px;
	}

	body.ma-block-theme .ma-category-card img {
		height: 92px;
	}

	body.ma-block-theme .ma-store-main {
		padding-left: .8rem !important;
		padding-right: .8rem !important;
	}

	body.ma-block-theme .ma-shop-toolbar {
		grid-template-columns: 1fr;
	}

	body.ma-block-theme .ma-filter-toggle,
	body.ma-block-theme .ma-shop-toolbar .woocommerce-result-count,
	body.ma-block-theme .ma-shop-toolbar .woocommerce-ordering {
		justify-self: stretch;
		width: 100%;
	}

	body.ma-block-theme .ma-shop-toolbar .woocommerce-result-count {
		text-align: left;
	}

	body.ma-block-theme .ma-shop-toolbar .woocommerce-ordering {
		grid-column: auto;
		justify-content: space-between;
	}

	body.ma-block-theme.woocommerce-shop .woocommerce ul.products,
	body.ma-block-theme.tax-product_cat .woocommerce ul.products,
	body.ma-block-theme.tax-product_tag .woocommerce ul.products {
		grid-template-columns: 1fr !important;
	}

	body.ma-block-theme.woocommerce-shop .woocommerce ul.products li.product,
	body.ma-block-theme.tax-product_cat .woocommerce ul.products li.product,
	body.ma-block-theme.tax-product_tag .woocommerce ul.products li.product {
		min-height: 0 !important;
	}

	body.ma-block-theme.woocommerce-shop .woocommerce ul.products li.product img,
	body.ma-block-theme.tax-product_cat .woocommerce ul.products li.product img,
	body.ma-block-theme.tax-product_tag .woocommerce ul.products li.product img {
		height: 255px !important;
	}
}

/* =========================================================
   Final catalogue/category/about corrections — 2026-08-04
========================================================= */

/* The shop has four real product categories at present. Keep them equal,
   centred and compact instead of forcing seven empty grid tracks. */
body.ma-block-theme .ma-store-categories .ma-category-grid,
body.ma-block-theme .ma-category-grid {
	grid-template-columns: repeat(var(--ma-category-count, 4), minmax(0, 1fr)) !important;
	width: 100%;
	max-width: 100%;
	border-right: 1px solid var(--ma-line);
	border-bottom: 1px solid var(--ma-line);
}

body.ma-block-theme .ma-category-card {
	min-width: 0;
	min-height: 178px;
	padding: .7rem .65rem .8rem !important;
	justify-content: flex-start;
	text-align: center;
	border-right: 1px solid var(--ma-line) !important;
	border-bottom: 1px solid var(--ma-line) !important;
}

body.ma-block-theme .ma-category-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 112px;
	margin-bottom: .45rem;
}

body.ma-block-theme .ma-category-card__image img,
body.ma-block-theme .ma-category-card img {
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: 150px;
	margin: 0 auto !important;
	object-fit: contain !important;
}

body.ma-block-theme .ma-category-card__name,
body.ma-block-theme .ma-category-card > span:not(.ma-category-card__image) {
	display: block;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 1rem !important;
	font-weight: 600;
	line-height: 1.15;
	color: var(--ma-ink);
}

body.ma-block-theme .ma-category-card small {
	display: block;
	margin-top: .18rem;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .64rem;
	color: #9a8e7d;
}

/* Individual category page closely follows the approved category mock-up. */
body.ma-block-theme.tax-product_cat .ma-category-landing-hero {
	min-height: clamp(390px, 36vw, 500px) !important;
}

body.ma-block-theme.tax-product_cat .ma-category-landing-hero .ma-store-hero-inner {
	padding-top: clamp(2.5rem, 5vw, 4.5rem) !important;
	padding-bottom: clamp(3.4rem, 6vw, 5.2rem) !important;
}

body.ma-block-theme.tax-product_cat .ma-category-landing-hero .ma-store-hero-content {
	max-width: 620px !important;
}

body.ma-block-theme.tax-product_cat .ma-category-landing-hero .ma-store-hero-content > .wp-block-shortcode {
	margin: 0;
}

body.ma-block-theme.tax-product_cat .ma-category-page-controls {
	position: relative;
	z-index: 5;
	max-width: var(--ma-wide) !important;
	margin: -2.75rem auto 0 !important;
	padding: 0 1.25rem;
}

body.ma-block-theme .ma-category-tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: .75rem;
	width: 100%;
}

body.ma-block-theme .ma-category-tab {
	min-height: 82px;
	padding: .72rem .8rem;
	border: 1px solid var(--ma-line);
	border-radius: 7px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 8px 24px rgba(10, 34, 53, .045);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .72rem;
	color: var(--ma-ink);
	text-align: center;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

body.ma-block-theme .ma-category-tab:hover {
	transform: translateY(-2px);
	border-color: #d7b67d;
	color: var(--ma-gold);
}

body.ma-block-theme .ma-category-tab.is-current {
	background: var(--ma-navy);
	border-color: var(--ma-navy);
	color: #fff;
}

body.ma-block-theme .ma-category-tab__icon {
	flex: 0 0 34px;
	width: 34px;
	height: 42px;
	color: var(--ma-gold);
}

body.ma-block-theme .ma-category-tab__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.ma-block-theme .ma-category-tab.is-current .ma-category-tab__icon {
	color: #e8c98e;
}

body.ma-block-theme .ma-category-tab strong,
body.ma-block-theme .ma-category-tab small {
	display: block;
}

body.ma-block-theme .ma-category-tab strong {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .7rem;
	font-weight: 600;
	line-height: 1.35;
}

body.ma-block-theme .ma-category-tab small {
	margin-top: .15rem;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .62rem;
	opacity: .78;
}

body.ma-block-theme .ma-category-notice {
	position: relative;
	min-height: 92px;
	margin: 1rem 0 0;
	padding: 1.15rem 11.5rem 1.15rem 4.4rem;
	border: 1px solid var(--ma-line);
	border-radius: 7px;
	background: rgba(255,253,249,.94);
	display: flex;
	align-items: center;
	overflow: hidden;
}

body.ma-block-theme .ma-category-notice__info {
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border: 1px solid #d5a45e;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Georgia, serif;
	font-size: 1.25rem;
	font-style: italic;
	color: var(--ma-gold);
}

body.ma-block-theme .ma-category-notice p {
	position: relative;
	z-index: 2;
	margin: 0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .72rem;
	line-height: 1.65;
	color: #334b5d;
}

body.ma-block-theme .ma-category-notice img {
	position: absolute;
	right: 1rem;
	bottom: -22px;
	width: 165px;
	height: auto;
	opacity: .36;
}

body.ma-block-theme.tax-product_cat .ma-category-store-main {
	padding-top: 1.65rem !important;
}

/* About page: remove the generic title template and turn the existing client
   copy into an elegant Gutenberg-built story page. */
body.ma-block-theme.page-o-nas .ma-about-content {
	margin: 0;
}

body.ma-block-theme .ma-about-hero {
	min-height: clamp(330px, 34vw, 470px);
	background-position: center 45%;
}

body.ma-block-theme .ma-about-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,253,249,.97) 0%, rgba(255,253,249,.87) 44%, rgba(255,253,249,.18) 76%);
}

body.ma-block-theme .ma-about-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}

body.ma-block-theme .ma-about-hero__inner {
	max-width: var(--ma-wide) !important;
	padding: 4rem 1.25rem;
}

body.ma-block-theme .ma-about-hero__copy {
	max-width: 570px;
}

body.ma-block-theme .ma-about-hero h1 {
	margin: 0 0 .7rem;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: clamp(3rem, 6vw, 5.2rem) !important;
	font-weight: 600;
	line-height: .95;
	text-transform: uppercase;
}

body.ma-block-theme .ma-about-hero h1::after {
	content: '';
	display: block;
	width: 170px;
	height: 24px;
	margin: .75rem 0 .15rem;
	background: url('../icons/ornament-center.svg') center / contain no-repeat;
}

body.ma-block-theme .ma-about-hero p {
	max-width: 540px;
	font-size: .92rem;
	line-height: 1.75;
}

body.ma-block-theme .ma-about-section {
	max-width: var(--ma-wide) !important;
	margin: 0 auto;
	padding: clamp(3rem, 6vw, 6rem) 1.25rem;
}

body.ma-block-theme .ma-about-grid {
	align-items: center !important;
	gap: clamp(2rem, 5vw, 5rem) !important;
}

body.ma-block-theme .ma-about-grid h2,
body.ma-block-theme .ma-about-process h2,
body.ma-block-theme .ma-about-values h2 {
	font-size: clamp(2rem, 4vw, 3.1rem) !important;
	margin-bottom: 1rem !important;
}

body.ma-block-theme .ma-about-grid p,
body.ma-block-theme .ma-about-process p {
	font-size: .88rem;
	line-height: 1.8;
}

body.ma-block-theme .ma-about-grid figure {
	margin: 0 !important;
}

body.ma-block-theme .ma-about-grid img {
	width: 100%;
	min-height: 430px;
	object-fit: cover;
	border: 1px solid var(--ma-line);
}

body.ma-block-theme .ma-about-process {
	position: relative;
	isolation: isolate;
	padding: clamp(3rem, 6vw, 5.2rem) 1.25rem;
	color: #fff;
}

body.ma-block-theme .ma-about-process::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(4,29,50,.94), rgba(4,29,50,.74));
}

body.ma-block-theme .ma-about-process__inner {
	max-width: var(--ma-wide) !important;
}

body.ma-block-theme .ma-about-process__copy {
	max-width: 760px;
}

body.ma-block-theme .ma-about-process h2,
body.ma-block-theme .ma-about-process p {
	color: #fff;
}

body.ma-block-theme .ma-about-values {
	background: #faf6ee;
	padding: clamp(3rem, 5vw, 5rem) 1.25rem;
}

body.ma-block-theme .ma-about-values__inner {
	max-width: var(--ma-wide) !important;
}

body.ma-block-theme .ma-about-value-grid {
	margin-top: 2rem;
	gap: 1rem !important;
}

body.ma-block-theme .ma-about-value {
	height: 100%;
	padding: 1.6rem 1.25rem;
	border: 1px solid var(--ma-line);
	background: #fff;
	text-align: center;
}

body.ma-block-theme .ma-about-value figure {
	margin: 0 auto .75rem !important;
}

body.ma-block-theme .ma-about-value img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

body.ma-block-theme .ma-about-value h3 {
	font-size: 1.35rem !important;
	margin: 0 0 .45rem !important;
}

body.ma-block-theme .ma-about-value p {
	margin: 0;
	font-size: .76rem;
	line-height: 1.65;
}

body.ma-block-theme .ma-about-cta {
	max-width: var(--ma-wide) !important;
	margin: 0 auto 5rem !important;
	padding: 2rem 2.3rem;
	border: 1px solid var(--ma-line);
	background: #fffdf9;
}

/* Antiques page — restore the previously agreed "in preparation" notice. */
body.ma-block-theme .ma-antique-status-note {
	position: relative;
	max-width: 1050px;
	margin: -3.2rem auto 3rem;
	padding: clamp(1.6rem, 4vw, 2.5rem) clamp(1.4rem, 4vw, 3rem);
	border: 1px solid #dabd8a;
	border-radius: 8px;
	background: rgba(255,253,249,.98);
	box-shadow: 0 18px 42px rgba(7,32,52,.08);
	z-index: 5;
}

body.ma-block-theme .ma-antique-status-note__eyebrow {
	margin: 0 0 .35rem;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--ma-gold);
}

body.ma-block-theme .ma-antique-status-note h2 {
	margin: 0 0 .65rem;
	font-size: clamp(1.8rem, 3vw, 2.7rem) !important;
}

body.ma-block-theme .ma-antique-status-note p {
	margin: 0 0 .75rem;
	font-size: .84rem;
	line-height: 1.75;
}

body.ma-block-theme .ma-antique-status-note ul {
	margin: .6rem 0 0 1.1rem;
	font-size: .78rem;
	line-height: 1.7;
}

@media (max-width: 1050px) {
	body.ma-block-theme .ma-category-grid,
	body.ma-block-theme .ma-store-categories .ma-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.ma-block-theme .ma-category-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	body.ma-block-theme.tax-product_cat .ma-category-page-controls {
		margin-top: -1.2rem !important;
		padding-left: .85rem;
		padding-right: .85rem;
	}

	body.ma-block-theme .ma-category-notice {
		padding: 1rem 1rem 1rem 3.7rem;
	}

	body.ma-block-theme .ma-category-notice img {
		display: none;
	}

	body.ma-block-theme .ma-about-hero::after {
		background: rgba(255,253,249,.82);
	}

	body.ma-block-theme .ma-about-grid {
		gap: 1.6rem !important;
	}

	body.ma-block-theme .ma-about-grid img {
		min-height: 320px;
	}

	body.ma-block-theme .ma-about-cta {
		margin-left: .85rem !important;
		margin-right: .85rem !important;
		padding: 1.5rem;
	}
}

@media (max-width: 520px) {
	body.ma-block-theme .ma-category-grid,
	body.ma-block-theme .ma-store-categories .ma-category-grid,
	body.ma-block-theme .ma-category-tabs {
		grid-template-columns: 1fr !important;
	}

	body.ma-block-theme .ma-category-card {
		min-height: 150px;
	}

	body.ma-block-theme .ma-category-tab {
		justify-content: flex-start;
		text-align: left;
	}

	body.ma-block-theme .ma-category-notice__info {
		left: .9rem;
	}
}

/* =========================================================
   Visual refresh v4 — store navigation, workshop, about/contact
   Isolated selectors intentionally override legacy block styles.
========================================================= */
body.ma-block-theme .ma-v4-eyebrow,
body.ma-block-theme .ma-v4-store-page .ma-v4-eyebrow {
	margin: 0 0 .55rem;
	color: var(--ma-gold);
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.ma-block-theme .ma-v4-ornament-heading {
	position: relative;
	margin-top: 0;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-weight: 600 !important;
	line-height: 1.04 !important;
}

body.ma-block-theme .ma-v4-ornament-heading::after {
	content: '';
	display: block;
	width: min(180px, 60%);
	height: 25px;
	margin: .65rem auto 0;
	background: url('../icons/ornament-center.svg') center / contain no-repeat;
}

body.ma-block-theme .ma-v4-ornament-heading--left::after {
	margin-left: 0;
}

/* Store and category archives */
body.ma-block-theme.ma-v4-store-archive {
	background: var(--ma-paper);
}

body.ma-block-theme .ma-v4-store-page {
	margin: 0;
	padding: 0 0 4.5rem;
}

body.ma-block-theme .ma-v4-breadcrumbs {
	max-width: 1180px;
	margin: 0 auto;
	padding: 1rem 1.25rem;
	font-size: .74rem;
	color: #80796f;
}

body.ma-block-theme .ma-v4-breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
}

body.ma-block-theme .ma-v4-breadcrumbs span {
	padding: 0 .55rem;
	color: var(--ma-gold);
}

body.ma-block-theme .ma-v4-store-hero {
	position: relative;
	isolation: isolate;
	min-height: 390px;
	display: flex;
	align-items: center;
	background-color: #f7f1e7;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	overflow: hidden;
}

body.ma-block-theme .ma-v4-store-hero--shop {
	background-image: url('../images/hero-shop.webp');
}

body.ma-block-theme .ma-v4-store-hero--category {
	background-image: url('../images/hero-category.webp');
}

body.ma-block-theme .ma-v4-store-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(255,253,249,.99) 0%, rgba(255,253,249,.92) 42%, rgba(255,253,249,.2) 76%);
}

body.ma-block-theme .ma-v4-store-hero__inner {
	width: min(1180px, calc(100% - 2.5rem));
	margin: 0 auto;
}

body.ma-block-theme .ma-v4-store-hero__inner > * {
	max-width: 570px;
}

body.ma-block-theme .ma-v4-store-hero h1 {
	margin-bottom: .8rem;
	font-size: clamp(3.1rem, 6vw, 5.1rem) !important;
	text-transform: uppercase;
	color: var(--ma-navy);
}

body.ma-block-theme .ma-v4-store-hero__inner > p:last-child {
	font-size: .84rem;
	line-height: 1.75;
	color: #30445a;
}

body.ma-block-theme .ma-v4-store-navigation {
	position: relative;
	z-index: 5;
	width: min(1180px, calc(100% - 2.5rem));
	margin: -1px auto 2.2rem;
}

body.ma-block-theme .ma-v4-category-grid {
	--ma-v4-cols: 4;
	display: grid !important;
	grid-template-columns: repeat(var(--ma-v4-cols), minmax(0, 1fr)) !important;
	gap: 0 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	background: #fffdf9;
	border: 1px solid var(--ma-line);
}

body.ma-block-theme .ma-v4-category-card {
	box-sizing: border-box !important;
	min-width: 0 !important;
	width: auto !important;
	min-height: 185px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: .45rem !important;
	padding: 1rem .85rem !important;
	border: 0 !important;
	border-right: 1px solid var(--ma-line) !important;
	background: #fffdf9 !important;
	color: var(--ma-navy) !important;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transform: none !important;
	overflow: hidden !important;
}

body.ma-block-theme .ma-v4-category-card:last-child {
	border-right: 0 !important;
}

body.ma-block-theme .ma-v4-category-card:hover {
	background: #fbf5eb !important;
}

body.ma-block-theme .ma-v4-category-card__media {
	width: 100% !important;
	height: 105px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
}

body.ma-block-theme .ma-v4-category-card__media img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 155px !important;
	object-fit: contain !important;
	margin: 0 !important;
}

body.ma-block-theme .ma-v4-category-card__svg,
body.ma-block-theme .ma-v4-category-card__svg svg {
	display: block;
	width: 72px;
	height: 72px;
	fill: none;
	stroke: var(--ma-gold);
	stroke-width: 1.35;
}

body.ma-block-theme .ma-v4-category-card__name {
	display: block !important;
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-size: 1.16rem !important;
	font-weight: 600 !important;
	line-height: 1.12 !important;
}

body.ma-block-theme .ma-v4-category-card small {
	font-size: .68rem !important;
	color: #8a8176 !important;
}

body.ma-block-theme .ma-v4-category-tabs {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: .8rem !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 1.15rem 0 !important;
}

body.ma-block-theme .ma-v4-category-tab {
	box-sizing: border-box !important;
	min-width: 0 !important;
	min-height: 86px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: .75rem !important;
	padding: .75rem .8rem !important;
	border: 1px solid var(--ma-line) !important;
	border-radius: 6px !important;
	background: rgba(255,253,249,.96) !important;
	color: var(--ma-navy) !important;
	text-align: left !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

body.ma-block-theme .ma-v4-category-tab.is-current {
	background: var(--ma-navy) !important;
	color: #fff !important;
	border-color: var(--ma-navy) !important;
}

body.ma-block-theme .ma-v4-category-tab__icon,
body.ma-block-theme .ma-v4-category-tab__icon svg {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	fill: none;
	stroke: var(--ma-gold);
	stroke-width: 1.5;
}

body.ma-block-theme .ma-v4-category-tab strong,
body.ma-block-theme .ma-v4-category-tab small {
	display: block;
	line-height: 1.2;
}

body.ma-block-theme .ma-v4-category-tab strong {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .7rem;
	font-weight: 600;
}

body.ma-block-theme .ma-v4-category-tab small {
	margin-top: .2rem;
	font-size: .66rem;
	color: #9a8d7d;
}

body.ma-block-theme .ma-v4-category-tab.is-current small {
	color: rgba(255,255,255,.75);
}

body.ma-block-theme .ma-v4-category-note {
	position: relative;
	width: min(1180px, calc(100% - 2.5rem));
	min-height: 84px;
	box-sizing: border-box;
	margin: 0 auto 2rem;
	padding: 1.2rem 8rem 1.2rem 4.5rem;
	display: flex;
	align-items: center;
	border: 1px solid var(--ma-line);
	border-radius: 6px;
	background: #fbf7ef;
	overflow: hidden;
}

body.ma-block-theme .ma-v4-category-note__icon {
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 1px solid var(--ma-gold);
	border-radius: 50%;
	font-family: Georgia, serif;
	font-size: 1.2rem;
	color: var(--ma-gold);
}

body.ma-block-theme .ma-v4-category-note strong {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.2rem;
}

body.ma-block-theme .ma-v4-category-note p {
	margin: .25rem 0 0;
	font-size: .73rem;
	line-height: 1.55;
}

body.ma-block-theme .ma-v4-category-note img {
	position: absolute;
	right: 1rem;
	bottom: -18px;
	width: 100px;
	height: 100px;
	opacity: .28;
}

body.ma-block-theme .ma-v4-products-wrap {
	width: min(1180px, calc(100% - 2.5rem));
	margin: 0 auto;
}

body.ma-block-theme .ma-v4-products-wrap .ma-shop-toolbar {
	width: 100%;
	margin: 0 0 1rem;
}

body.ma-block-theme .ma-v4-products-wrap ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem !important;
}

body.ma-block-theme .ma-v4-products-wrap ul.products li.product {
	width: auto !important;
	margin: 0 !important;
}

/* Workshop — force equal cards with visible fallbacks */
body.ma-block-theme .ma-v4-workshop-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	width: min(1180px, 100%) !important;
	margin: 0 auto !important;
}

body.ma-block-theme .ma-v4-workshop-card {
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	border: 1px solid var(--ma-line) !important;
	background: #fff !important;
	overflow: hidden !important;
}

body.ma-block-theme .ma-v4-workshop-card__image {
	display: block !important;
	height: 165px !important;
	overflow: hidden !important;
	background: #ede7dc !important;
}

body.ma-block-theme .ma-v4-workshop-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	margin: 0 !important;
	transition: transform .25s ease;
}

body.ma-block-theme .ma-v4-workshop-card:hover .ma-v4-workshop-card__image img {
	transform: scale(1.025);
}

body.ma-block-theme .ma-v4-workshop-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 1rem 1rem 1.15rem;
}

body.ma-block-theme .ma-v4-workshop-card__date {
	margin: 0 0 .35rem !important;
	font-size: .62rem !important;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--ma-gold) !important;
}

body.ma-block-theme .ma-v4-workshop-card h3 {
	margin: 0 0 .45rem !important;
	font-size: 1.25rem !important;
	line-height: 1.1 !important;
}

body.ma-block-theme .ma-v4-workshop-card h3 a {
	color: var(--ma-navy) !important;
	text-decoration: none !important;
}

body.ma-block-theme .ma-v4-workshop-card__body > p:not(.ma-v4-workshop-card__date) {
	margin: 0 0 .7rem !important;
	font-size: .72rem !important;
	line-height: 1.55 !important;
	color: #68625c !important;
}

body.ma-block-theme .ma-v4-workshop-card__more {
	margin-top: auto;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--ma-navy) !important;
	text-decoration: none !important;
}

/* New editable About and Contact pages */
body.ma-block-theme .ma-v4-page-hero {
	position: relative;
	isolation: isolate;
}

body.ma-block-theme .ma-v4-page-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(4,29,50,.55), rgba(4,29,50,.15));
	pointer-events: none;
}

body.ma-block-theme .ma-v4-page-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}

body.ma-block-theme .ma-v4-page-hero__content {
	max-width: 760px !important;
	padding: 4.5rem 1.25rem;
	text-align: center;
}

body.ma-block-theme .ma-v4-page-hero h1,
body.ma-block-theme .ma-v4-page-hero p {
	color: #fff !important;
}

body.ma-block-theme .ma-v4-page-hero h1 {
	font-size: clamp(3.5rem, 7vw, 5.8rem) !important;
}

body.ma-block-theme .ma-v4-page-hero .ma-v4-eyebrow {
	color: #e5bf77 !important;
}

body.ma-block-theme .ma-v4-hero-lead {
	max-width: 650px;
	margin: .8rem auto 0 !important;
	font-size: .88rem;
	line-height: 1.7;
}

body.ma-block-theme .ma-v4-section {
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding: clamp(3.5rem, 7vw, 6rem) 1.25rem !important;
}

body.ma-block-theme .ma-v4-split {
	gap: clamp(2rem, 6vw, 5.5rem) !important;
	align-items: center !important;
}

body.ma-block-theme .ma-v4-split h2 {
	font-size: clamp(2.2rem, 4.2vw, 3.45rem) !important;
}

body.ma-block-theme .ma-v4-split p {
	font-size: .84rem;
	line-height: 1.82;
}

body.ma-block-theme .ma-v4-framed-image {
	position: relative;
	margin: 0 !important;
	padding: .7rem;
	border: 1px solid var(--ma-line);
	background: #fff;
}

body.ma-block-theme .ma-v4-framed-image::before,
body.ma-block-theme .ma-v4-framed-image::after {
	content: '';
	position: absolute;
	width: 42px;
	height: 42px;
	border-color: var(--ma-gold);
	pointer-events: none;
}

body.ma-block-theme .ma-v4-framed-image::before {
	left: -6px;
	top: -6px;
	border-left: 1px solid;
	border-top: 1px solid;
}

body.ma-block-theme .ma-v4-framed-image::after {
	right: -6px;
	bottom: -6px;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

body.ma-block-theme .ma-v4-framed-image img {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
}

body.ma-block-theme .ma-v4-values-section {
	padding: clamp(3.5rem, 6vw, 5.5rem) 1.25rem;
	background: #faf6ef;
}

body.ma-block-theme .ma-v4-values-section > .wp-block-group {
	max-width: 1180px !important;
}

body.ma-block-theme .ma-v4-values-section h2 {
	font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
}

body.ma-block-theme .ma-v4-value-grid {
	gap: 1rem !important;
	margin-top: 2rem;
}

body.ma-block-theme .ma-v4-value-card {
	height: 100%;
	box-sizing: border-box;
	padding: 2rem 1.35rem;
	border: 1px solid var(--ma-line);
	background: #fffdf9;
	text-align: center;
}

body.ma-block-theme .ma-v4-value-card figure {
	margin: 0 auto .85rem !important;
}

body.ma-block-theme .ma-v4-value-card h3 {
	margin: 0 0 .45rem !important;
	font-size: 1.45rem !important;
}

body.ma-block-theme .ma-v4-value-card p {
	margin: 0 !important;
	font-size: .74rem;
	line-height: 1.65;
}

body.ma-block-theme .ma-v4-process {
	padding: clamp(3.5rem, 7vw, 6rem) 1.25rem;
}

body.ma-block-theme .ma-v4-process__content {
	max-width: 1180px !important;
}

body.ma-block-theme .ma-v4-process__content > * {
	max-width: 720px;
}

body.ma-block-theme .ma-v4-process h2,
body.ma-block-theme .ma-v4-process p {
	color: #fff !important;
}

body.ma-block-theme .ma-v4-process h2 {
	font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
}

body.ma-block-theme .ma-v4-process p {
	font-size: .84rem;
	line-height: 1.75;
}

body.ma-block-theme .ma-v4-contact-cards {
	position: relative;
	z-index: 3;
	max-width: 1180px !important;
	margin: -3rem auto 0 !important;
	padding: 0 1.25rem;
}

body.ma-block-theme .ma-v4-contact-cards .wp-block-columns {
	gap: .8rem !important;
}

body.ma-block-theme .ma-v4-contact-card {
	height: 100%;
	box-sizing: border-box;
	padding: 1.5rem 1rem;
	border: 1px solid var(--ma-line);
	background: #fffdf9;
	text-align: center;
	box-shadow: 0 12px 30px rgba(7,32,52,.06);
}

body.ma-block-theme .ma-v4-contact-card figure {
	margin: 0 auto .65rem !important;
}

body.ma-block-theme .ma-v4-contact-card img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

body.ma-block-theme .ma-v4-contact-card h3 {
	margin: 0 0 .35rem !important;
	font-size: 1.3rem !important;
}

body.ma-block-theme .ma-v4-contact-card p {
	margin: 0 0 .35rem !important;
	font-size: .74rem;
	line-height: 1.55;
}

body.ma-block-theme .ma-v4-contact-card small {
	font-size: .64rem;
	line-height: 1.45;
	color: #81786e;
}

body.ma-block-theme .ma-v4-contact-columns {
	gap: 1.5rem !important;
}

body.ma-block-theme .ma-v4-form-card,
body.ma-block-theme .ma-v4-help-card {
	box-sizing: border-box;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--ma-line);
	background: #fff;
}

body.ma-block-theme .ma-v4-form-card h2,
body.ma-block-theme .ma-v4-help-card h2 {
	font-size: clamp(2rem, 3.5vw, 2.8rem) !important;
}

body.ma-block-theme .ma-v4-form-card > p,
body.ma-block-theme .ma-v4-help-card li,
body.ma-block-theme .ma-v4-help-card p {
	font-size: .78rem;
	line-height: 1.7;
}

body.ma-block-theme .ma-v4-form-card .wpforms-container {
	margin-top: 1.3rem;
}

body.ma-block-theme .ma-v4-form-card .wpforms-field-label {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .68rem;
	font-weight: 600;
}

body.ma-block-theme .ma-v4-form-card input,
body.ma-block-theme .ma-v4-form-card textarea,
body.ma-block-theme .ma-v4-form-card select {
	border: 1px solid var(--ma-line) !important;
	border-radius: 0 !important;
	background: #fffdf9 !important;
}

body.ma-block-theme .ma-v4-form-card button[type='submit'] {
	border: 1px solid var(--ma-gold) !important;
	border-radius: 0 !important;
	background: var(--ma-navy) !important;
	color: #fff !important;
	font-family: 'Montserrat', Arial, sans-serif !important;
	font-size: .68rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

body.ma-block-theme .ma-v4-help-card {
	background: #faf6ef;
}

body.ma-block-theme .ma-v4-help-card figure {
	margin: 0 auto 1rem !important;
	text-align: center;
}

body.ma-block-theme .ma-v4-help-card figure img {
	width: 150px;
	height: 120px;
	object-fit: contain;
	opacity: .7;
}

body.ma-block-theme .ma-v4-map-section {
	padding: clamp(3.5rem, 6vw, 5rem) 1.25rem;
	background: #faf6ef;
}

body.ma-block-theme .ma-v4-map-section > .wp-block-group {
	max-width: 1180px !important;
}

body.ma-block-theme .ma-v4-map-section h2 {
	font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
}

body.ma-block-theme .ma-v4-map {
	margin-top: 1.6rem;
	padding: .65rem;
	border: 1px solid var(--ma-line);
	background: #fff;
}

body.ma-block-theme .ma-v4-map iframe {
	display: block;
}

@media (max-width: 1050px) {
	body.ma-block-theme .ma-v4-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	body.ma-block-theme .ma-v4-category-card:nth-child(2n) {
		border-right: 0 !important;
	}
	body.ma-block-theme .ma-v4-category-card:nth-child(n+3) {
		border-top: 1px solid var(--ma-line) !important;
	}
	body.ma-block-theme .ma-v4-category-tabs {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	body.ma-block-theme .ma-v4-products-wrap ul.products,
	body.ma-block-theme .ma-v4-workshop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 782px) {
	body.ma-block-theme .ma-v4-store-hero {
		min-height: 360px;
		background-position: 60% center;
	}
	body.ma-block-theme .ma-v4-store-hero::before {
		background: rgba(255,253,249,.88);
	}
	body.ma-block-theme .ma-v4-store-hero h1 {
		font-size: clamp(2.8rem, 12vw, 4.2rem) !important;
	}
	body.ma-block-theme .ma-v4-category-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	body.ma-block-theme .ma-v4-category-note {
		padding-right: 1.2rem;
	}
	body.ma-block-theme .ma-v4-category-note img {
		display: none;
	}
	body.ma-block-theme .ma-v4-page-hero::after {
		background: rgba(4,29,50,.57);
	}
	body.ma-block-theme .ma-v4-split,
	body.ma-block-theme .ma-v4-split--reverse {
		flex-direction: column !important;
	}
	body.ma-block-theme .ma-v4-framed-image img {
		height: 330px;
	}
	body.ma-block-theme .ma-v4-contact-cards {
		margin-top: -1.5rem !important;
	}
	body.ma-block-theme .ma-v4-contact-cards .wp-block-columns,
	body.ma-block-theme .ma-v4-value-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.ma-block-theme .ma-v4-contact-columns {
		flex-direction: column !important;
	}
}

@media (max-width: 560px) {
	body.ma-block-theme .ma-v4-category-grid,
	body.ma-block-theme .ma-v4-category-tabs,
	body.ma-block-theme .ma-v4-products-wrap ul.products,
	body.ma-block-theme .ma-v4-workshop-grid,
	body.ma-block-theme .ma-v4-contact-cards .wp-block-columns,
	body.ma-block-theme .ma-v4-value-grid {
		grid-template-columns: 1fr !important;
	}
	body.ma-block-theme .ma-v4-category-card {
		border-right: 0 !important;
		border-top: 1px solid var(--ma-line) !important;
	}
	body.ma-block-theme .ma-v4-category-card:first-child {
		border-top: 0 !important;
	}
	body.ma-block-theme .ma-v4-category-tab {
		justify-content: flex-start !important;
	}
	body.ma-block-theme .ma-v4-category-note {
		padding: 1.1rem 1rem 1.1rem 3.7rem;
	}
	body.ma-block-theme .ma-v4-category-note__icon {
		left: .9rem;
	}
	body.ma-block-theme .ma-v4-workshop-card__image {
		height: 205px !important;
	}
	body.ma-block-theme .ma-v4-page-hero__content {
		padding: 3.5rem 1rem;
	}
}
body.ma-block-theme .ma-v4-contact-card__note {
	margin: 0 !important;
	font-size: .64rem !important;
	line-height: 1.45 !important;
	color: #81786e !important;
}

/* =========================================================
   Commerce refresh v5 — cart, checkout and single product
========================================================= */
body.ma-commerce-page .ma-commerce-shell {
	background: var(--ma-paper, #fffdf8);
	padding: clamp(2rem, 4vw, 4.5rem) 1.25rem clamp(4rem, 7vw, 7rem);
}

body.ma-commerce-page .ma-commerce-shell > .wp-block-post-content,
body.ma-commerce-page .ma-commerce-shell .woocommerce {
	width: min(100%, 1180px);
	margin-inline: auto;
}

body.ma-commerce-page .ma-commerce-intro {
	text-align: center;
	margin: 0 auto clamp(2rem, 4vw, 3.5rem);
	max-width: 780px;
}

body.ma-commerce-page .ma-commerce-intro p {
	margin: 0 0 .45rem;
	font-family: Montserrat, sans-serif;
	font-size: .74rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ma-gold);
}

body.ma-commerce-page .ma-commerce-intro h1 {
	margin: 0 0 .7rem;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.7rem, 6vw, 4.7rem);
	font-weight: 500;
	line-height: 1;
	color: var(--ma-navy);
}

body.ma-commerce-page .ma-commerce-intro span {
	color: var(--ma-muted);
	font-size: .98rem;
}

/* Classic cart */
body.ma-cart-page .woocommerce-cart-form,
body.ma-cart-page .cart_totals {
	background: #fff;
	border: 1px solid var(--ma-line);
	box-shadow: 0 18px 50px rgba(18, 41, 61, .05);
}

body.ma-cart-page .woocommerce-cart-form {
	padding: clamp(1rem, 2vw, 1.7rem);
	margin-bottom: 2rem;
}

body.ma-cart-page table.shop_table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
}

body.ma-cart-page table.shop_table th {
	font-family: Montserrat, sans-serif;
	font-size: .72rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ma-muted);
	border-bottom: 1px solid var(--ma-line);
	padding: 1rem .8rem;
}

body.ma-cart-page table.shop_table td {
	padding: 1.15rem .8rem;
	border-bottom: 1px solid #eee6d9;
	vertical-align: middle;
}

body.ma-cart-page .product-thumbnail img {
	width: 92px;
	height: 92px;
	object-fit: cover;
	border: 1px solid var(--ma-line);
}

body.ma-cart-page .product-name a {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--ma-navy);
	text-decoration: none;
}

body.ma-cart-page .product-price,
body.ma-cart-page .product-subtotal {
	font-weight: 700;
	color: var(--ma-gold);
}

body.ma-cart-page .quantity .qty {
	width: 74px;
	min-height: 42px;
	border: 1px solid var(--ma-line);
	background: #fff;
}

body.ma-cart-page .coupon {
	display: flex;
	gap: .65rem;
	flex-wrap: wrap;
}

body.ma-cart-page .coupon input.input-text {
	min-width: 220px;
	min-height: 44px;
	border: 1px solid var(--ma-line);
	padding: .7rem .9rem;
}

body.ma-cart-page .button,
body.ma-checkout-page .button,
body.ma-checkout-page #place_order {
	border-radius: 0 !important;
	min-height: 44px;
	background: var(--ma-navy) !important;
	color: #fff !important;
	font-family: Montserrat, sans-serif !important;
	font-size: .75rem !important;
	font-weight: 700 !important;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .75rem 1.25rem !important;
	border: 1px solid var(--ma-navy) !important;
}

body.ma-cart-page .button:hover,
body.ma-checkout-page .button:hover,
body.ma-checkout-page #place_order:hover {
	background: #fff !important;
	color: var(--ma-navy) !important;
}

body.ma-cart-page .cart-collaterals {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 44%);
	gap: 2rem;
	align-items: start;
}

body.ma-cart-page .cart_totals {
	grid-column: 2;
	width: 100% !important;
	float: none !important;
	padding: clamp(1.2rem, 3vw, 2rem);
}

body.ma-cart-page .cart_totals h2 {
	font-size: 2rem;
	font-weight: 500;
	margin-top: 0;
}

body.ma-cart-page .cart_totals table th,
body.ma-cart-page .cart_totals table td {
	padding: .9rem 0;
	border-bottom: 1px solid var(--ma-line);
}

body.ma-cart-page .wc-proceed-to-checkout {
	padding: 1rem 0 0;
}

body.ma-cart-page .checkout-button {
	width: 100%;
	text-align: center;
	font-size: .82rem !important;
}

/* WooCommerce cart block fallback */
body.ma-cart-page .wp-block-woocommerce-cart {
	max-width: 1180px;
	margin-inline: auto;
}

body.ma-cart-page .wc-block-cart-items,
body.ma-cart-page .wc-block-cart__sidebar {
	background: #fff;
	border: 1px solid var(--ma-line);
	padding: 1.2rem;
}

/* Checkout */
body.ma-checkout-page form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: start;
}

body.ma-checkout-page form.checkout > .col2-set,
body.ma-checkout-page form.checkout > #order_review_heading,
body.ma-checkout-page form.checkout > #order_review {
	float: none;
	width: auto;
}

body.ma-checkout-page form.checkout > .col2-set {
	grid-column: 1;
	grid-row: 1 / span 2;
	background: #fff;
	border: 1px solid var(--ma-line);
	padding: clamp(1.25rem, 3vw, 2.25rem);
}

body.ma-checkout-page form.checkout > #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	background: var(--ma-navy);
	color: #fff;
	padding: 1.15rem 1.4rem;
	font-size: 1.65rem;
	font-weight: 500;
}

body.ma-checkout-page form.checkout > #order_review {
	grid-column: 2;
	grid-row: 2;
	background: #fff;
	border: 1px solid var(--ma-line);
	border-top: 0;
	padding: clamp(1.1rem, 3vw, 1.7rem);
}

body.ma-checkout-page .woocommerce-billing-fields > h3,
body.ma-checkout-page .woocommerce-additional-fields > h3 {
	font-size: 2.15rem;
	font-weight: 500;
	margin: 0 0 1.4rem;
}

body.ma-checkout-page .woocommerce form .form-row {
	margin: 0 0 1rem;
}

body.ma-checkout-page .woocommerce form .form-row label {
	font-family: Montserrat, sans-serif;
	font-size: .78rem;
	font-weight: 600;
	color: var(--ma-navy);
	margin-bottom: .4rem;
}

body.ma-checkout-page .woocommerce form .form-row input.input-text,
body.ma-checkout-page .woocommerce form .form-row textarea,
body.ma-checkout-page .woocommerce form .form-row select,
body.ma-checkout-page .select2-container .select2-selection--single {
	min-height: 48px;
	border: 1px solid #cdbb9d;
	border-radius: 0;
	background: #fff;
	padding: .75rem .9rem;
	font-family: Montserrat, sans-serif;
}

body.ma-checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 28px;
	padding-left: 0;
}

body.ma-checkout-page .ma-invoice-checkbox {
	padding: .9rem 1rem;
	border: 1px solid var(--ma-line);
	background: #fbf7ef;
	margin-bottom: 1.4rem !important;
}

body.ma-checkout-page table.woocommerce-checkout-review-order-table {
	border: 0;
	border-collapse: collapse;
}

body.ma-checkout-page table.woocommerce-checkout-review-order-table th,
body.ma-checkout-page table.woocommerce-checkout-review-order-table td {
	padding: .8rem .35rem;
	border-bottom: 1px solid var(--ma-line);
}

body.ma-checkout-page .woocommerce-checkout-payment {
	background: #f8f3eb !important;
	border-radius: 0 !important;
}

body.ma-checkout-page #place_order {
	width: 100%;
	min-height: 52px;
}

/* Single product */
body.single-product .woocommerce div.product {
	padding-top: clamp(2rem, 4vw, 4rem);
	padding-bottom: clamp(4rem, 7vw, 7rem);
}

body.single-product .woocommerce-breadcrumb {
	font-family: Montserrat, sans-serif;
	font-size: .76rem;
	color: var(--ma-muted);
	margin-bottom: 1.5rem;
}

body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary {
	margin-bottom: 3.5rem;
}

body.single-product .woocommerce div.product div.images {
	width: 52%;
	background: #fff;
	border: 1px solid var(--ma-line);
	padding: clamp(.8rem, 2vw, 1.35rem);
}

body.single-product .woocommerce div.product div.summary {
	width: 43%;
	padding: clamp(.5rem, 2vw, 1.4rem) 0 0;
}

body.single-product .woocommerce div.product .product_title {
	font-size: clamp(2.25rem, 4vw, 3.85rem);
	font-weight: 500;
	line-height: 1.02;
	margin: 0 0 1rem;
	color: var(--ma-navy);
}

body.single-product .woocommerce div.product p.price {
	font-size: 1.75rem;
	margin: 0 0 1rem;
}

body.single-product .woocommerce-product-details__short-description {
	font-size: .95rem;
	line-height: 1.75;
	color: var(--ma-muted);
	margin-bottom: 1.3rem;
}

body.single-product .stock {
	font-family: Montserrat, sans-serif;
	font-size: .78rem;
	font-weight: 600;
	color: #54714d !important;
}

body.single-product form.cart {
	display: flex;
	gap: .65rem;
	align-items: stretch;
	margin: 1.25rem 0 .8rem !important;
}

body.single-product form.cart .quantity .qty {
	width: 74px;
	height: 48px;
	border: 1px solid var(--ma-line);
}

body.single-product form.cart .single_add_to_cart_button {
	min-height: 48px;
	border-radius: 0;
	background: var(--ma-navy);
	font-family: Montserrat, sans-serif;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .8rem 1.4rem;
}

body.single-product .ma-product-secondary-actions {
	display: flex;
	gap: .7rem;
	flex-wrap: wrap;
	margin: .75rem 0 1.25rem;
}

body.single-product .ma-buy-now,
body.single-product .ma-product-question {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: .7rem 1.1rem;
	border: 1px solid var(--ma-gold);
	font-family: Montserrat, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-decoration: none;
}

body.single-product .ma-buy-now {
	background: var(--ma-gold);
	color: #fff;
}

body.single-product .ma-product-question {
	background: #fff;
	color: var(--ma-navy);
}

body.single-product .ma-product-service-panel {
	display: grid;
	gap: .7rem;
	margin: 1.25rem 0 0;
	padding: 1rem 1.1rem;
	background: #fbf7ef;
	border: 1px solid var(--ma-line);
}

body.single-product .ma-product-service-panel > div {
	display: grid;
	gap: .1rem;
	padding-left: 1.3rem;
	position: relative;
}

body.single-product .ma-product-service-panel > div::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: .05rem;
	color: var(--ma-gold);
	font-weight: 700;
}

body.single-product .ma-product-service-panel strong {
	font-family: Montserrat, sans-serif;
	font-size: .76rem;
	color: var(--ma-navy);
}

body.single-product .ma-product-service-panel span {
	font-size: .78rem;
	color: var(--ma-muted);
}

body.single-product .product_meta {
	border-top: 1px solid var(--ma-line);
	padding-top: 1rem;
	font-size: .78rem;
}

body.single-product .woocommerce-tabs {
	clear: both;
	width: 100%;
	margin: 0 auto 4rem;
	padding: clamp(1.3rem, 3vw, 2.5rem);
	background: #fff;
	border: 1px solid var(--ma-line);
}

body.single-product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
	margin: 0 0 1.5rem !important;
	border-bottom: 1px solid var(--ma-line);
}

body.single-product .woocommerce-tabs ul.tabs::before {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	border: 0 !important;
	background: transparent !important;
	margin: 0 1.4rem 0 0 !important;
	padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	padding: .8rem 0 !important;
	font-family: Montserrat, sans-serif;
	font-size: .76rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--ma-muted) !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
	color: var(--ma-navy) !important;
	border-bottom: 2px solid var(--ma-gold);
}

body.single-product .woocommerce-tabs .panel h2:first-child {
	font-size: 2rem;
	font-weight: 500;
}

body.single-product .related.products > h2 {
	text-align: center;
	font-size: clamp(2.25rem, 4vw, 3.3rem);
	font-weight: 500;
	margin-bottom: 1.8rem;
}

@media (max-width: 900px) {
	body.ma-cart-page .cart-collaterals,
	body.ma-checkout-page form.checkout {
		grid-template-columns: 1fr;
	}
	body.ma-cart-page .cart_totals,
	body.ma-checkout-page form.checkout > .col2-set,
	body.ma-checkout-page form.checkout > #order_review_heading,
	body.ma-checkout-page form.checkout > #order_review {
		grid-column: 1;
		grid-row: auto;
	}
	body.single-product .woocommerce div.product div.images,
	body.single-product .woocommerce div.product div.summary {
		float: none;
		width: 100%;
	}
}

@media (max-width: 620px) {
	body.ma-cart-page table.shop_table_responsive tr {
		border: 1px solid var(--ma-line);
		margin-bottom: 1rem;
		padding: .7rem;
	}
	body.ma-cart-page table.shop_table_responsive td {
		padding: .65rem .3rem;
	}
	body.single-product form.cart {
		flex-wrap: wrap;
	}
	body.single-product form.cart .single_add_to_cart_button {
		flex: 1;
	}
}

/* =========================================================
   Commerce refinement v5.1 — final cart, checkout and product
========================================================= */
.ma-cart-summary-placeholder { min-width: 155px; min-height: 42px; }

body.ma-commerce-page .ma-commerce-shell {
	position: relative;
	isolation: isolate;
}
body.ma-commerce-page .ma-commerce-shell::before {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	height: 210px;
	background: linear-gradient(180deg, rgba(246,239,227,.72), rgba(255,253,248,0));
	z-index: -1;
}
body.ma-commerce-page .woocommerce-notices-wrapper {
	width: min(100%,1180px);
	margin: 0 auto 1rem;
}
body.ma-commerce-page .woocommerce-message,
body.ma-commerce-page .woocommerce-info,
body.ma-commerce-page .woocommerce-error {
	border-top-color: var(--ma-gold);
	background: #fff;
	box-shadow: 0 8px 28px rgba(18,41,61,.05);
}
body.ma-cart-page .woocommerce-cart-form__cart-item {
	transition: background-color .18s ease;
}
body.ma-cart-page .woocommerce-cart-form__cart-item:hover { background: #fdfaf4; }
body.ma-cart-page .product-remove a.remove {
	color: #a67555 !important;
	font-size: 1.25rem;
	font-weight: 400;
}
body.ma-cart-page .product-remove a.remove:hover { background: #a67555; color: #fff !important; }
body.ma-cart-page .cart_totals .order-total th,
body.ma-cart-page .cart_totals .order-total td {
	font-size: 1.08rem;
	color: var(--ma-navy);
}
body.ma-cart-page .cart_totals .order-total .amount { color: var(--ma-gold); font-size: 1.22rem; }
body.ma-cart-page .woocommerce-shipping-methods { list-style: none; padding: 0; }
body.ma-cart-page .woocommerce-shipping-destination,
body.ma-cart-page .woocommerce-shipping-calculator { font-size: .8rem; }

body.ma-checkout-page .woocommerce-form-login-toggle,
body.ma-checkout-page .woocommerce-form-coupon-toggle {
	width: min(100%,1180px);
	margin: 0 auto 1rem;
}
body.ma-checkout-page .col-1,
body.ma-checkout-page .col-2 { width: 100% !important; float: none !important; }
body.ma-checkout-page .woocommerce-account-fields,
body.ma-checkout-page .woocommerce-shipping-fields,
body.ma-checkout-page .woocommerce-additional-fields {
	margin-top: 1.4rem;
}
body.ma-checkout-page .woocommerce-checkout-review-order-table .product-name { font-weight: 600; }
body.ma-checkout-page .woocommerce-checkout-review-order-table .order-total th,
body.ma-checkout-page .woocommerce-checkout-review-order-table .order-total td {
	font-size: 1.03rem;
	color: var(--ma-navy);
}
body.ma-checkout-page .woocommerce-privacy-policy-text {
	font-size: .78rem;
	line-height: 1.65;
	color: var(--ma-muted);
}
body.ma-checkout-page .woocommerce-terms-and-conditions-wrapper { margin: 1rem 0; }
body.ma-checkout-page .ma-checkout-reassurance {
	width: min(100%,1180px);
	margin: 2rem auto 0;
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	border: 1px solid var(--ma-line);
	background: #fff;
}
body.ma-checkout-page .ma-checkout-reassurance > div {
	padding: 1.3rem 1.5rem 1.3rem 3.25rem;
	position: relative;
	border-right: 1px solid var(--ma-line);
}
body.ma-checkout-page .ma-checkout-reassurance > div:last-child { border-right: 0; }
body.ma-checkout-page .ma-checkout-reassurance > div::before {
	content: '✓';
	position: absolute;
	left: 1.3rem;
	top: 1.35rem;
	width: 24px;
	height: 24px;
	border: 1px solid var(--ma-gold);
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: var(--ma-gold);
	font-size: .72rem;
}
body.ma-checkout-page .ma-checkout-reassurance strong,
body.ma-checkout-page .ma-checkout-reassurance span { display: block; }
body.ma-checkout-page .ma-checkout-reassurance strong {
	font-family: "Cormorant Garamond",Georgia,serif;
	font-size: 1.14rem;
	color: var(--ma-navy);
}
body.ma-checkout-page .ma-checkout-reassurance span {
	font-size: .75rem;
	line-height: 1.55;
	color: var(--ma-muted);
}

body.single-product .woocommerce div.product {
	display: flow-root;
}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	background: #f8f5ef;
}
body.single-product .woocommerce div.product div.images img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: .65rem;
	margin-top: .75rem !important;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li { width: auto !important; float: none !important; }
body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1/1;
	object-fit: cover;
	border: 1px solid var(--ma-line);
	opacity: .72;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:hover {
	opacity: 1;
	border-color: var(--ma-gold);
}
body.single-product .woocommerce div.product .summary::before {
	content: 'Części do zegarów';
	display: block;
	font-family: Montserrat,sans-serif;
	font-size: .7rem;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--ma-gold);
	margin-bottom: .7rem;
}
body.single-product .woocommerce div.product p.price del { color: #9c9389; font-size: .78em; }
body.single-product .woocommerce div.product p.price ins { text-decoration: none; }
body.single-product .ma-single-favorite {
	padding-top: .8rem;
	border-top: 1px solid var(--ma-line);
}
body.single-product .ma-single-favorite a {
	font-family: Montserrat,sans-serif;
	font-size: .74rem;
	font-weight: 600;
	color: var(--ma-navy);
	text-decoration: none;
}
body.single-product .ma-product-details-heading {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 0 auto 1.3rem;
	padding-top: 1rem;
}
body.single-product .ma-product-details-heading span {
	width: clamp(35px,6vw,85px);
	height: 1px;
	background: var(--ma-gold);
}
body.single-product .ma-product-details-heading h2 {
	margin: 0;
	font-size: clamp(2rem,4vw,3rem);
	font-weight: 500;
	text-align: center;
}
body.single-product .woocommerce-tabs .panel {
	max-width: 930px;
	margin: 0 auto;
	font-size: .94rem;
	line-height: 1.8;
}
body.single-product .woocommerce-tabs .panel > :first-child { margin-top: 0; }
body.single-product .woocommerce-product-attributes { border-collapse: collapse; }
body.single-product .woocommerce-product-attributes th,
body.single-product .woocommerce-product-attributes td {
	border-bottom: 1px solid var(--ma-line);
	padding: .8rem 1rem;
	font-style: normal;
}
body.single-product .related.products {
	clear: both;
	padding: clamp(2.5rem,5vw,4.5rem) 0 0;
	border-top: 1px solid var(--ma-line);
}
body.single-product .related.products ul.products { margin-top: 0; }

body.woocommerce-order-received .ma-commerce-intro { display: none; }
body.woocommerce-order-received .ma-order-success {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 2.5rem;
}
body.woocommerce-order-received .ma-order-success__icon {
	width: 54px;
	height: 54px;
	margin: 0 auto 1rem;
	border-radius: 50%;
	background: var(--ma-navy);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 1.4rem;
}
body.woocommerce-order-received .ma-order-success p {
	font-family: Montserrat,sans-serif;
	font-size: .72rem;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--ma-gold);
}
body.woocommerce-order-received .ma-order-success h1 {
	margin: .35rem 0 .7rem;
	font-size: clamp(2.5rem,5vw,4rem);
	font-weight: 500;
}
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
	background: #fff;
	border: 1px solid var(--ma-line);
	padding: clamp(1rem,3vw,2rem);
	margin-bottom: 1.5rem;
}

@media (max-width: 800px) {
	body.ma-checkout-page .ma-checkout-reassurance { grid-template-columns: 1fr; }
	body.ma-checkout-page .ma-checkout-reassurance > div { border-right: 0; border-bottom: 1px solid var(--ma-line); }
	body.ma-checkout-page .ma-checkout-reassurance > div:last-child { border-bottom: 0; }
}
@media (max-width: 620px) {
	body.ma-cart-page .woocommerce-cart-form { padding: .75rem; }
	body.ma-cart-page .product-thumbnail { display: block !important; text-align: left !important; }
	body.ma-cart-page .product-thumbnail::before { display: none; }
	body.ma-cart-page .product-thumbnail img { width: 78px; height: 78px; }
	body.single-product .ma-product-secondary-actions { display: grid; grid-template-columns: 1fr; }
	body.single-product .ma-buy-now,
	body.single-product .ma-product-question { width: 100%; }
	body.single-product .woocommerce-tabs ul.tabs { display: grid; }
	body.single-product .woocommerce-tabs ul.tabs li { margin-right: 0 !important; }
}
