:root {
	--gnd-bg: #f7f7f4;
	--gnd-surface: #ffffff;
	--gnd-text: #111111;
	--gnd-muted: #686866;
	--gnd-border: #e8e4dc;
	--gnd-graphite: #1d1d1b;
	--gnd-gold: #b38a36;
	--gnd-gold-dark: #8d6b22;
	--gnd-shadow-soft: 0 8px 24px rgba(17, 17, 17, 0.055);
	--gnd-shadow-hover: 0 14px 36px rgba(17, 17, 17, 0.085);
	--gnd-radius: 14px;
	--gnd-radius-sm: 10px;
}

/* Base */
body {
	color: var(--gnd-text);
}

a,
button,
input,
select,
textarea,
.button {
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.button:focus-visible {
	outline: 3px solid rgba(179, 138, 54, 0.35);
	outline-offset: 3px;
}

img,
figure img,
.wp-block-image img,
.wp-block-gallery img,
.elementor img {
	max-width: 100%;
	height: auto;
}

hr,
.wp-block-separator,
.elementor-divider-separator {
	min-height: 0;
	height: 0;
	border: 0;
	border-top: 1px solid var(--gnd-border);
	background: transparent;
}

.ast-container,
.site-content .ast-container {
	max-width: 1240px;
}

/* Header and announcement bar: visual polish only, no cart layout takeover. */
.main-header-bar,
.ast-primary-header-bar,
.ast-mobile-header-wrap .ast-primary-header-bar {
	border-bottom: 1px solid var(--gnd-border);
	box-shadow: 0 6px 22px rgba(17, 17, 17, 0.035);
}

.site-title a,
.main-header-menu .menu-link,
.ast-builder-menu .main-navigation > ul > li > .menu-link {
	color: var(--gnd-text);
	font-weight: 650;
}

.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link,
.ast-builder-menu .main-navigation > ul > li:hover > .menu-link {
	color: var(--gnd-gold-dark);
}

.ast-above-header-wrap,
.ast-above-header-bar,
.ast-above-header,
.ast-above-header-section,
.ast-builder-html-element,
.ast-header-html,
.ast-custom-html {
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
}

.ast-builder-html-element p,
.ast-header-html p,
.ast-custom-html p {
	margin-bottom: 0;
}

.ast-site-header-cart .cart-container,
.ast-site-header-cart .ast-cart-menu-wrap {
	background: transparent;
	box-shadow: none;
	color: inherit;
}

.ast-site-header-cart .cart-container {
	max-width: 100%;
}

/* Buttons */
.gnd-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button {
	border-radius: 999px;
	font-weight: 750;
	line-height: 1.15;
	text-decoration: none;
}

.gnd-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 13px 20px;
}

.gnd-button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button {
	border: 1px solid var(--gnd-graphite);
	background: var(--gnd-graphite);
	color: #fff;
}

.gnd-button--primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover {
	border-color: var(--gnd-gold-dark);
	background: var(--gnd-gold-dark);
	color: #fff;
}

.gnd-button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.gnd-button--secondary:hover {
	border-color: #fff;
	background: #fff;
	color: var(--gnd-text);
}

/* Existing homepage compatibility */
.entry-content > * {
	max-width: 100%;
}

.entry-content .wp-block-columns,
.entry-content .wp-block-group,
.entry-content .elementor-section,
.entry-content .elementor-container {
	max-width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
	letter-spacing: 0;
}

/* Optional homepage shortcodes */
.gnd-hero {
	position: relative;
	overflow: hidden;
	margin: 24px auto 18px;
	padding: clamp(40px, 7vw, 84px) clamp(22px, 5vw, 68px);
	border-radius: 22px;
	background:
		linear-gradient(120deg, rgba(17, 17, 17, 0.92), rgba(46, 42, 34, 0.76)),
		radial-gradient(circle at 88% 16%, rgba(179, 138, 54, 0.28), transparent 34%),
		#1d1d1b;
	color: #fff;
}

.gnd-hero__content {
	max-width: 720px;
}

.gnd-eyebrow,
.gnd-category-card__label,
.gnd-product-card__category {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	color: var(--gnd-gold-dark);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gnd-hero .gnd-eyebrow {
	color: #e2c175;
	margin: 0 0 10px;
}

.gnd-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.05;
}

.gnd-hero__text {
	max-width: 620px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 2vw, 1.18rem);
	line-height: 1.65;
}

.gnd-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.gnd-trust-strip,
.gnd-category-cards {
	display: grid;
	gap: 14px;
	margin: 22px auto;
}

.gnd-trust-strip {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.gnd-trust-strip__item,
.gnd-product-trust__item {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--gnd-text);
	font-weight: 650;
}

.gnd-trust-strip__item {
	min-height: 54px;
	padding: 14px 16px;
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius-sm);
	background: var(--gnd-surface);
}

.gnd-trust-dot {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 999px;
	background: var(--gnd-gold);
	box-shadow: 0 0 0 4px rgba(179, 138, 54, 0.14);
}

.gnd-category-card {
	display: flex;
	min-height: 160px;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px;
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius);
	background: linear-gradient(145deg, #fff, #fbfaf7);
	box-shadow: var(--gnd-shadow-soft);
	text-decoration: none;
}

.gnd-category-card:hover {
	border-color: rgba(179, 138, 54, 0.5);
	box-shadow: var(--gnd-shadow-hover);
}

.gnd-category-card__title {
	color: var(--gnd-text);
	font-size: 1.24rem;
	font-weight: 800;
	line-height: 1.2;
}

.gnd-category-card__cta,
.gnd-product-card__details {
	color: var(--gnd-gold-dark);
	font-size: 0.92rem;
	font-weight: 750;
	text-decoration: none;
}

/* WooCommerce product cards: preserve Astra/Woo columns and responsive widths. */
.woocommerce ul.products {
	margin-top: 18px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius);
	background: var(--gnd-surface);
	box-shadow: var(--gnd-shadow-soft);
}

.woocommerce ul.products li.product:hover {
	border-color: rgba(179, 138, 54, 0.52);
	box-shadow: var(--gnd-shadow-hover);
}

.woocommerce ul.products li.product a img {
	margin-bottom: 14px;
	border-radius: 12px;
	background: #f4f2ed;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
	margin: 6px 0 8px;
	color: var(--gnd-text);
	font-size: 0.98rem;
	font-weight: 750;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price {
	margin: 0 0 12px;
	color: var(--gnd-text);
	font-size: 1.05rem;
	font-weight: 850;
}

.woocommerce ul.products li.product .price del {
	color: var(--gnd-muted);
	font-size: 0.9rem;
	font-weight: 500;
	opacity: 0.75;
}

.woocommerce ul.products li.product .price ins {
	color: #a51f1f;
	font-weight: 850;
	text-decoration: none;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	min-height: auto;
	min-width: auto;
	padding: 7px 10px;
	border-radius: 999px;
	background: #a51f1f;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1;
}

.woocommerce ul.products li.product .button {
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

.gnd-product-card__category {
	display: block;
	margin: 2px 0 4px;
	color: var(--gnd-muted);
	font-size: 0.72rem;
}

.gnd-product-card__details {
	display: inline-block;
	margin-top: 9px;
}

.gnd-product-card__details:hover {
	color: var(--gnd-text);
}

/* Shop/category pages */
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 18px;
	color: var(--gnd-muted);
	font-size: 0.9rem;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--gnd-muted);
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--gnd-gold-dark);
}

.woocommerce-products-header,
.woocommerce .term-description {
	margin-bottom: 22px;
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius);
	background: var(--gnd-surface);
	box-shadow: var(--gnd-shadow-soft);
}

.woocommerce-products-header__title.page-title {
	margin-bottom: 8px;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	line-height: 1.12;
}

.woocommerce .term-description p:last-child {
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select,
.woocommerce select.orderby {
	min-height: 42px;
	max-width: 100%;
	padding: 0 38px 0 14px;
	border: 1px solid var(--gnd-border);
	border-radius: 999px;
	background-color: #fff;
	color: var(--gnd-text);
}

.woocommerce .woocommerce-result-count {
	color: var(--gnd-muted);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius-sm);
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
}

.woocommerce-message {
	border-top-color: #2f7d46;
}

.woocommerce-info {
	border-top-color: var(--gnd-gold);
}

.woocommerce-error {
	border-top-color: #a51f1f;
}

/* Single product: no forced flex on form.cart. */
.woocommerce div.product div.images img {
	border-radius: var(--gnd-radius);
	background: #f4f2ed;
}

.woocommerce div.product .summary {
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius);
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
}

.woocommerce div.product .product_title {
	margin-bottom: 12px;
	color: var(--gnd-text);
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	line-height: 1.08;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--gnd-text);
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 850;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: var(--gnd-muted);
	font-size: 0.75em;
	opacity: 0.75;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	color: #a51f1f;
	text-decoration: none;
}

.woocommerce div.product .stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0 12px;
	color: #206b3a;
	font-weight: 800;
}

.woocommerce div.product .stock::before {
	content: "";
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 999px;
	background: #2f7d46;
}

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

.woocommerce div.product form.cart .quantity input.qty {
	min-height: 44px;
	border: 1px solid var(--gnd-border);
	border-radius: 999px;
}

.woocommerce div.product form.cart .button {
	min-height: 46px;
	padding-inline: 24px;
}

.woocommerce div.product form.cart table.variations {
	width: 100%;
	margin-bottom: 14px;
}

.woocommerce div.product form.cart .variations select {
	min-height: 44px;
	max-width: 100%;
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius-sm);
}

.gnd-product-trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--gnd-border);
}

.gnd-product-trust__item {
	color: var(--gnd-muted);
	font-size: 0.92rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	border-bottom: 1px solid var(--gnd-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: var(--gnd-border);
	border-radius: var(--gnd-radius-sm) var(--gnd-radius-sm) 0 0;
	background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--gnd-gold-dark);
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--gnd-border);
	border-top: 0;
	border-radius: 0 0 var(--gnd-radius) var(--gnd-radius);
	background: #fff;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border-color: var(--gnd-border);
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 12px 14px;
}

.woocommerce section.related.products,
.woocommerce section.upsells.products {
	margin-top: 42px;
}

.woocommerce section.related.products > h2,
.woocommerce section.upsells.products > h2 {
	margin-bottom: 18px;
	font-size: clamp(1.45rem, 3vw, 2.1rem);
}

/* Footer contrast */
.site-footer,
.site-primary-footer-wrap,
.site-below-footer-wrap {
	background: #1f211f;
	color: rgba(255, 255, 255, 0.82);
}

.site-footer .ast-builder-grid-row,
.site-footer .site-primary-footer-inner-wrap,
.site-footer .site-below-footer-inner-wrap,
.site-primary-footer-wrap .ast-builder-grid-row,
.site-below-footer-wrap .ast-builder-grid-row {
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: clamp(18px, 4vw, 42px);
}

.site-primary-footer-wrap {
	padding-block: clamp(34px, 5vw, 56px);
}

.site-below-footer-wrap {
	padding-block: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .footer-widget-area,
.site-footer .widget {
	max-width: 100%;
}

.site-footer p,
.site-footer li,
.site-footer span,
.site-footer .widget,
.site-footer .textwidget,
.site-footer .product-title,
.site-footer .woocommerce-Price-amount,
.site-footer .amount,
.site-primary-footer-wrap p,
.site-primary-footer-wrap li,
.site-primary-footer-wrap span,
.site-below-footer-wrap p,
.site-below-footer-wrap li,
.site-below-footer-wrap span {
	color: rgba(255, 255, 255, 0.82);
}

.site-footer a,
.site-footer li a,
.site-footer .menu a,
.site-footer .widget a,
.site-footer .widget_nav_menu a,
.site-footer .wp-block-page-list a,
.site-footer .wp-block-latest-posts a,
.site-footer .wc-block-product-categories-list a,
.site-footer .product-categories a,
.site-footer .wp-block-categories-list a,
.site-primary-footer-wrap a,
.site-primary-footer-wrap li a,
.site-primary-footer-wrap .menu a,
.site-primary-footer-wrap .widget a,
.site-below-footer-wrap a {
	color: rgba(255, 255, 255, 0.9) !important;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer li a:hover,
.site-footer .menu a:hover,
.site-footer .widget a:hover,
.site-primary-footer-wrap a:hover,
.site-primary-footer-wrap li a:hover,
.site-below-footer-wrap a:hover {
	color: #e2c175 !important;
}

.site-footer .widget-title,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-primary-footer-wrap .widget-title,
.site-below-footer-wrap .widget-title {
	color: #fff !important;
	font-weight: 800;
	letter-spacing: 0;
}

.site-footer .widget {
	margin-bottom: 18px;
}

.site-footer .widget-title,
.site-footer h2,
.site-footer h3 {
	margin-bottom: 18px;
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	line-height: 1.25;
}

.site-footer ul,
.site-primary-footer-wrap ul,
.site-below-footer-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer li,
.site-primary-footer-wrap li,
.site-below-footer-wrap li {
	margin: 0 0 12px;
	line-height: 1.45;
}

.site-footer img {
	border-radius: 6px;
}

.site-footer .wp-block-latest-posts__featured-image,
.site-footer .wc-block-grid__product-image,
.site-footer .product-categories img {
	margin-right: 10px;
}

/* Defensive overrides for legacy Customizer CSS. */
body #masthead.site-header,
body #masthead,
body .site-header {
	min-height: auto !important;
}

body .ast-above-header-wrap,
body .ast-above-header-bar,
body .ast-above-header,
body .ast-above-header-section,
body .ast-builder-grid-row,
body .ast-builder-html-element,
body .ast-header-html,
body .ast-custom-html {
	max-width: 100% !important;
	overflow-x: clip;
	white-space: normal !important;
}

body .ast-above-header-wrap *,
body .ast-above-header-bar *,
body .ast-above-header-section * {
	max-width: 100%;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

body .entry-content .wp-block-social-links a,
body .entry-content .wp-block-social-links a svg {
	color: inherit !important;
	fill: currentColor !important;
}

body .site-footer .wp-block-social-links,
body .footer-widget-area .wp-block-social-links {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 10px !important;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

body .site-footer .wp-block-social-links a,
body .footer-widget-area .wp-block-social-links a {
	display: inline-flex !important;
	align-items: center;
	box-sizing: border-box;
	width: 190px;
	max-width: 100%;
	min-height: 42px;
	padding: 10px 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 999px !important;
	color: #fff !important;
	fill: #fff !important;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none !important;
}

body .site-footer .wp-block-social-links a svg,
body .footer-widget-area .wp-block-social-links a svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	margin-right: 10px;
	fill: currentColor !important;
}

body .site-footer .wp-social-link-facebook a,
body .footer-widget-area .wp-social-link-facebook a {
	background: #1877f2 !important;
}

body .site-footer .wp-social-link-instagram a,
body .footer-widget-area .wp-social-link-instagram a {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

body .site-footer .wp-social-link-tiktok a,
body .footer-widget-area .wp-social-link-tiktok a {
	background: #000 !important;
	border-color: rgba(255, 255, 255, 0.38) !important;
}

body .site-footer .wp-social-link-mail a,
body .footer-widget-area .wp-social-link-mail a,
body .site-footer .wp-social-link-mail a svg,
body .footer-widget-area .wp-social-link-mail a svg,
body .site-footer .wp-social-link-mail .wp-block-social-link-label,
body .footer-widget-area .wp-social-link-mail .wp-block-social-link-label,
body .site-footer .wp-social-link-mail span,
body .footer-widget-area .wp-social-link-mail span {
	color: #111 !important;
	fill: #111 !important;
}

body .site-footer .wp-social-link-mail a,
body .footer-widget-area .wp-social-link-mail a {
	background: #fff !important;
}

body .site-footer .wp-block-social-links a:hover,
body .footer-widget-area .wp-block-social-links a:hover {
	filter: brightness(1.12);
	transform: translateX(3px);
}

/* Complianz visual styling only. Text must be fixed in Complianz settings/translations. */
body .cmplz-cookiebanner {
	border: 1px solid var(--gnd-border) !important;
	border-radius: 18px !important;
	box-shadow: var(--gnd-shadow-hover) !important;
	font-family: inherit !important;
	max-width: min( calc(100vw - 24px), 720px ) !important;
	max-height: calc(100vh - 24px) !important;
	overflow: auto !important;
}

body .cmplz-cookiebanner .cmplz-btn {
	border-radius: 999px !important;
	font-weight: 750 !important;
}

body .cmplz-cookiebanner .cmplz-accept {
	background: var(--gnd-graphite) !important;
	border-color: var(--gnd-graphite) !important;
}

body .cmplz-cookiebanner .cmplz-deny,
body .cmplz-cookiebanner .cmplz-view-preferences,
body .cmplz-cookiebanner .cmplz-save-preferences {
	border-color: var(--gnd-border) !important;
}

/* Responsive */
@media (max-width: 921px) {
	.ast-header-break-point .main-header-menu .menu-link,
	.ast-header-break-point .ast-builder-menu .main-navigation .menu-item > .menu-link {
		padding-block: 13px;
	}

	.ast-above-header-bar,
	.ast-above-header-section {
		font-size: 0.92rem;
		line-height: 1.35;
	}

	.gnd-trust-strip,
	.gnd-category-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce div.product .summary {
		margin-top: 18px;
	}
}

@media (max-width: 544px) {
	.ast-container,
	.site-content .ast-container {
		padding-inline: 14px;
	}

	.gnd-hero {
		margin-top: 12px;
		border-radius: 18px;
	}

	.gnd-hero__actions,
	.gnd-button {
		width: 100%;
	}

	.gnd-trust-strip {
		grid-template-columns: 1fr;
	}

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

	.gnd-category-card {
		min-height: 136px;
		padding: 16px;
	}

	.gnd-category-card__title {
		font-size: 1.02rem;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 8px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h2,
	.woocommerce ul.products li.product h3 {
		font-size: 0.88rem;
	}

	.woocommerce ul.products li.product .button {
		min-height: 40px;
		font-size: 0.82rem;
	}

	.gnd-product-trust {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product form.cart .button {
		max-width: 100%;
	}
}

/* =============================================================
   G&D Store premium stabilization pass
   ============================================================= */
body {
	background: #f6f5f1;
	color: var(--gnd-text);
}

.site-content {
	background:
		linear-gradient(180deg, #ffffff 0, #f8f7f3 34rem),
		#f8f7f3;
}

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-plain-container .site-content > .ast-container {
	background: transparent;
}

/* Top benefit/announcement area */
body .ast-above-header-wrap,
body .ast-above-header-bar {
	background: #fff;
	border-bottom: 1px solid var(--gnd-border);
}

body .ast-above-header-bar .ast-builder-grid-row,
body .ast-above-header-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 4vw, 70px);
	min-height: 44px;
}

body .ast-above-header-bar a,
body .ast-above-header-section a,
body .ast-above-header-bar .menu-link {
	color: #222 !important;
	font-size: 0.95rem;
	font-weight: 650;
	text-decoration: underline;
	text-decoration-color: rgba(179, 138, 54, 0.32);
	text-underline-offset: 4px;
}

body .ast-above-header-bar a:hover,
body .ast-above-header-section a:hover {
	color: var(--gnd-gold-dark) !important;
	text-decoration-color: currentColor;
}

/* Main header */
body .main-header-bar,
body .ast-primary-header-bar,
body .ast-mobile-header-wrap .ast-primary-header-bar {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(232, 228, 220, 0.92);
}

body .site-branding,
body .ast-site-identity {
	padding-block: 10px;
}

body .main-header-menu .menu-link,
body .ast-builder-menu .main-navigation > ul > li > .menu-link {
	border-radius: 999px;
	font-size: 0.96rem;
}

body .main-header-menu .menu-link:hover,
body .main-header-menu .current-menu-item > .menu-link,
body .ast-builder-menu .main-navigation > ul > li:hover > .menu-link {
	background: rgba(179, 138, 54, 0.1);
}

/* Homepage/content blocks */
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content .elementor-heading-title {
	color: #101827;
}

.entry-content > p,
.entry-content .elementor-widget-text-editor {
	color: #343837;
}

.entry-content .wp-block-columns,
.entry-content .elementor-container {
	gap: clamp(18px, 3vw, 34px);
}

.entry-content .wp-block-image img,
.entry-content .elementor-widget-image img,
.entry-content .elementor-widget-image-carousel img {
	border-radius: 14px;
}

body .elementor-widget-image-carousel {
	min-height: 220px;
	overflow: hidden;
	border-radius: 16px;
}

body .elementor-widget-image-carousel img.swiper-slide-image {
	width: 100%;
	max-height: 240px;
	object-fit: cover;
}

/* WooCommerce polish without replacing Astra layout */
.woocommerce .products ul,
.woocommerce ul.products {
	clear: both;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	border-color: rgba(232, 228, 220, 0.95);
	background: #fff;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 6px;
}

.woocommerce ul.products li.product .button {
	border-radius: 999px;
	background: #1d1d1b;
	color: #fff;
	font-weight: 800;
}

.woocommerce ul.products li.product .button:hover {
	background: var(--gnd-gold-dark);
	color: #fff;
}

.woocommerce ul.products li.product .added_to_cart {
	display: inline-block;
	margin-top: 8px;
	color: var(--gnd-gold-dark);
	font-weight: 750;
}

.woocommerce ul.products li.product .star-rating {
	color: var(--gnd-gold);
}

/* Cart/checkout forms */
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius);
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
	padding: clamp(16px, 3vw, 28px);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce-page input.input-text,
.woocommerce-page textarea,
.woocommerce-page select {
	border: 1px solid var(--gnd-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
}

.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
	border-color: rgba(179, 138, 54, 0.72);
	box-shadow: 0 0 0 3px rgba(179, 138, 54, 0.14);
	outline: none;
}

/* Footer final look */
body .site-footer,
body .site-primary-footer-wrap,
body .site-below-footer-wrap {
	background:
		linear-gradient(180deg, #292b29 0%, #202220 100%) !important;
	color: rgba(255, 255, 255, 0.86) !important;
}

body .site-primary-footer-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body .site-footer .ast-builder-grid-row,
body .site-primary-footer-wrap .ast-builder-grid-row {
	align-items: flex-start;
	gap: clamp(28px, 7vw, 92px);
}

body .site-footer .widget-title,
body .site-footer h2,
body .site-footer h3,
body .site-primary-footer-wrap .widget-title {
	margin-bottom: 20px;
	color: #fff !important;
	font-size: clamp(1.18rem, 2vw, 1.55rem);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
}

body .site-footer .product-categories li,
body .site-footer .wc-block-product-categories-list li,
body .site-footer .widget_nav_menu li,
body .site-footer .wp-block-page-list li {
	margin-bottom: 13px;
}

body .site-footer .product-categories a,
body .site-footer .wc-block-product-categories-list a,
body .site-footer .widget_nav_menu a,
body .site-footer .wp-block-page-list a,
body .site-footer .menu a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.35;
}

body .site-footer .product-categories a:hover,
body .site-footer .wc-block-product-categories-list a:hover,
body .site-footer .widget_nav_menu a:hover,
body .site-footer .wp-block-page-list a:hover,
body .site-footer .menu a:hover {
	color: #e2c175 !important;
}

body .site-footer .product-categories img,
body .site-footer .wc-block-product-categories-list img {
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	object-fit: cover;
}

body .site-footer .wp-block-social-links {
	width: min(100%, 240px);
}

body .site-footer .wp-block-social-links a,
body .footer-widget-area .wp-block-social-links a {
	width: 100%;
	justify-content: flex-start;
}

/* Floating controls should not visually dominate */
body .ast-scroll-to-top-right {
	right: 20px;
	bottom: 20px;
	border-radius: 10px;
	box-shadow: var(--gnd-shadow-soft);
}

body .dark-mode-toggle,
body [class*="dark-mode"] button {
	border-radius: 999px;
}

@media (max-width: 921px) {
	body .ast-above-header-bar .ast-builder-grid-row,
	body .ast-above-header-section {
		flex-wrap: wrap;
		gap: 8px 18px;
		padding-block: 8px;
		text-align: center;
	}

	body .site-footer .ast-builder-grid-row,
	body .site-primary-footer-wrap .ast-builder-grid-row {
		gap: 28px;
	}
}

@media (max-width: 544px) {
	body .ast-above-header-bar a,
	body .ast-above-header-section a,
	body .ast-above-header-bar .menu-link {
		font-size: 0.86rem;
	}

	body .site-primary-footer-wrap {
		padding-block: 30px;
	}

	body .site-footer .wp-block-social-links {
		width: 100%;
	}

	body .woocommerce ul.products li.product a img {
		padding: 4px;
	}
}

/* =============================================================
   G&D Store complete commerce design layer
   Works with Astra/WooCommerce settings-generated markup.
   ============================================================= */
.home .site-content .ast-container,
.archive.woocommerce .site-content .ast-container,
.single-product .site-content .ast-container,
.woocommerce-cart .site-content .ast-container,
.woocommerce-checkout .site-content .ast-container {
	padding-top: clamp(18px, 3vw, 34px);
	padding-bottom: clamp(34px, 5vw, 64px);
}

.home .entry-content {
	max-width: 1180px;
	margin-inline: auto;
}

.home .entry-content > h1,
.home .entry-content > h2:first-of-type {
	max-width: 920px;
	margin-inline: auto;
	text-align: center;
}

.home .entry-content > h1 {
	margin-top: 10px;
	margin-bottom: 12px;
	font-size: clamp(2.2rem, 5vw, 4.6rem);
	line-height: 1.02;
	color: #101827;
}

.home .entry-content > h2:first-of-type {
	margin-bottom: 28px;
	color: #3d4140;
	font-size: clamp(1.1rem, 2.2vw, 1.45rem);
	font-weight: 650;
	line-height: 1.55;
}

.home .entry-content > h3,
.home .entry-content > h4,
.home .entry-content > h5 {
	max-width: 900px;
	margin-inline: auto;
	text-align: center;
}

.home .entry-content > h3 {
	margin-top: 34px;
	font-size: clamp(1.55rem, 3vw, 2.4rem);
	line-height: 1.2;
}

.home .entry-content > h4,
.home .entry-content > h5 {
	color: #343837;
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.6;
}

.home .entry-content > p {
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
	font-size: 1.04rem;
	line-height: 1.75;
}

.home .elementor-widget-image-carousel,
.home .wp-block-gallery,
.home .entry-content > .wp-block-image {
	margin-top: 24px;
	margin-bottom: 30px;
}

.home .elementor-widget-image-carousel {
	border: 1px solid var(--gnd-border);
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
}

.home .entry-content a[href*="econt"],
.home .entry-content a[href*="vrushtane"],
.home .entry-content a[href*="vrashtane"],
.home .entry-content a[href*="kontakti"],
.home .entry-content a[href*="contact"] {
	color: #1d1d1b;
	font-weight: 750;
	text-decoration-color: rgba(179, 138, 54, 0.4);
	text-underline-offset: 4px;
}

.home .entry-content a[href*="econt"]:hover,
.home .entry-content a[href*="vrushtane"]:hover,
.home .entry-content a[href*="vrashtane"]:hover,
.home .entry-content a[href*="kontakti"]:hover,
.home .entry-content a[href*="contact"]:hover {
	color: var(--gnd-gold-dark);
}

/* Category/shop landing */
.woocommerce.archive .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 5vw, 46px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 239, 0.96)),
		radial-gradient(circle at 100% 0, rgba(179, 138, 54, 0.16), transparent 32%);
}

.woocommerce.archive .woocommerce-products-header::after,
.post-type-archive-product .woocommerce-products-header::after,
.tax-product_cat .woocommerce-products-header::after {
	content: "";
	position: absolute;
	inset: auto 24px 0 auto;
	width: 120px;
	height: 3px;
	border-radius: 999px;
	background: var(--gnd-gold);
	opacity: 0.55;
}

.woocommerce .term-description {
	color: #3d4140;
	font-size: 1rem;
	line-height: 1.7;
}

.woocommerce .term-description p,
.woocommerce .term-description li {
	color: #3d4140;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 22px;
}

.woocommerce .woocommerce-ordering {
	float: right;
}

.woocommerce .woocommerce-result-count {
	padding-top: 10px;
}

/* Product category tiles on catalog page */
.woocommerce ul.products li.product-category {
	text-align: left;
}

.woocommerce ul.products li.product-category a img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	padding: 0;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 8px 0 0;
	color: #101827;
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.25;
}

.woocommerce ul.products li.product-category mark.count {
	border-radius: 999px;
	background: rgba(179, 138, 54, 0.12);
	color: var(--gnd-gold-dark);
	font-size: 0.78rem;
	font-weight: 800;
}

/* Product cards final polish */
.woocommerce ul.products li.product {
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-2px);
}

.woocommerce ul.products li.product .onsale {
	top: 12px;
	left: 12px;
	right: auto;
	box-shadow: 0 8px 20px rgba(165, 31, 31, 0.18);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.7em;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount {
	color: inherit;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout button.button,
.woocommerce-checkout #place_order {
	box-shadow: 0 8px 22px rgba(29, 29, 27, 0.12);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout #place_order:hover {
	box-shadow: 0 10px 26px rgba(141, 107, 34, 0.18);
}

/* Single product premium layout */
.single-product .product {
	align-items: flex-start;
}

.single-product .woocommerce-product-gallery {
	padding: 12px;
	border: 1px solid var(--gnd-border);
	border-radius: var(--gnd-radius);
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
}

.single-product .summary .product_meta {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--gnd-border);
	color: var(--gnd-muted);
	font-size: 0.92rem;
}

.single-product .summary .product_meta a {
	color: var(--gnd-gold-dark);
	font-weight: 700;
}

.single-product .woocommerce-product-details__short-description {
	color: #343837;
	font-size: 1rem;
	line-height: 1.7;
}

/* Cart/checkout trust and readability */
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	border-color: var(--gnd-border);
	border-radius: var(--gnd-radius-sm);
	overflow: hidden;
	background: #fff;
}

.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
	background: #f7f5ef;
	color: #101827;
	font-weight: 850;
}

.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table td {
	color: #343837;
}

.woocommerce-checkout-payment {
	border-radius: var(--gnd-radius-sm);
}

/* Cookie banner readability */
body .cmplz-cookiebanner {
	color: #1d1d1b !important;
}

body .cmplz-cookiebanner .cmplz-title,
body .cmplz-cookiebanner .cmplz-message,
body .cmplz-cookiebanner .cmplz-category-title,
body .cmplz-cookiebanner .cmplz-description {
	color: #1d1d1b !important;
}

body .cmplz-cookiebanner a {
	color: var(--gnd-gold-dark) !important;
}

@media (max-width: 921px) {
	.woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.home .entry-content > h1 {
		font-size: clamp(2rem, 10vw, 3.2rem);
	}
}

@media (max-width: 544px) {
	.home .entry-content > p,
	.home .entry-content > h2:first-of-type,
	.home .entry-content > h3,
	.home .entry-content > h4,
	.home .entry-content > h5 {
		text-align: left;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: auto;
	}

	.woocommerce ul.products li.product .onsale {
		top: 8px;
		left: 8px;
	}

	body .site-footer .product-categories img,
	body .site-footer .wc-block-product-categories-list img {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}
}

/* =============================================================
   Live screenshot corrections: ticker, separators, cookie banner
   ============================================================= */
html,
body {
	max-width: 100%;
	overflow-x: clip;
}

body .ast-above-header-wrap {
	overflow: hidden !important;
}

body .ast-above-header-bar {
	min-height: 38px;
	padding-inline: 14px;
	overflow: hidden !important;
}

body .ast-above-header-bar .ast-builder-grid-row {
	width: 100%;
	max-width: 1240px;
	min-height: 38px;
	margin-inline: auto;
	overflow: hidden;
}

body .ast-above-header-bar .ast-builder-html-element,
body .ast-above-header-bar .ast-header-html,
body .ast-above-header-bar .ast-custom-html {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

body .ast-above-header-bar p,
body .ast-above-header-bar span,
body .ast-above-header-bar a {
	display: inline;
	font-size: 0.9rem;
	line-height: 1.35;
}

.home .entry-content hr,
.home .entry-content .wp-block-separator,
.home .entry-content .elementor-divider-separator,
.entry-content hr,
.entry-content .wp-block-separator,
.entry-content .elementor-divider-separator {
	width: min(100%, 1140px) !important;
	max-width: 100% !important;
	height: 1px !important;
	min-height: 0 !important;
	margin: clamp(20px, 3vw, 30px) auto !important;
	border: 0 !important;
	border-top: 1px solid var(--gnd-border) !important;
	background: transparent !important;
}

body .cmplz-cookiebanner {
	left: 16px !important;
	right: auto !important;
	bottom: 16px !important;
	width: min(560px, calc(100vw - 32px)) !important;
	max-width: calc(100vw - 32px) !important;
	max-height: min(78vh, 620px) !important;
	box-sizing: border-box !important;
	overflow: auto !important;
}

body .cmplz-cookiebanner .cmplz-body,
body .cmplz-cookiebanner .cmplz-message,
body .cmplz-cookiebanner .cmplz-categories,
body .cmplz-cookiebanner .cmplz-links {
	max-width: 100% !important;
	overflow-wrap: anywhere;
}

body .cmplz-cookiebanner .cmplz-buttons,
body .cmplz-cookiebanner .cmplz-links {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
}

body .cmplz-cookiebanner .cmplz-btn {
	min-width: 0 !important;
	white-space: normal !important;
}

@media (max-width: 544px) {
	body .ast-above-header-bar {
		min-height: auto;
		padding-block: 7px;
	}

	body .ast-above-header-bar p,
	body .ast-above-header-bar span,
	body .ast-above-header-bar a {
		font-size: 0.82rem;
	}

	body .cmplz-cookiebanner {
		left: 10px !important;
		bottom: 10px !important;
		width: calc(100vw - 20px) !important;
		max-width: calc(100vw - 20px) !important;
	}
}

/* =============================================================
   Code-driven front page template
   ============================================================= */
.gnd-front {
	width: min(1180px, calc(100% - 28px));
	margin: 0 auto;
	padding: clamp(22px, 4vw, 42px) 0 clamp(42px, 6vw, 78px);
}

.gnd-front-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: clamp(24px, 5vw, 54px);
	align-items: center;
	overflow: hidden;
	padding: clamp(28px, 5vw, 62px);
	border: 1px solid rgba(232, 228, 220, 0.95);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(249, 246, 238, 0.98)),
		radial-gradient(circle at 100% 0, rgba(179, 138, 54, 0.2), transparent 36%);
	box-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
}

.gnd-front-eyebrow {
	margin: 0 0 10px;
	color: var(--gnd-gold-dark);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gnd-front-hero h1,
.gnd-front-section h2,
.gnd-front-brand h2 {
	margin: 0;
	color: #101827;
	letter-spacing: 0;
}

.gnd-front-hero h1 {
	max-width: 780px;
	font-size: clamp(2.25rem, 5vw, 4.7rem);
	line-height: 1.01;
}

.gnd-front-hero__text {
	max-width: 620px;
	margin: 18px 0 0;
	color: #3d4140;
	font-size: clamp(1.03rem, 2vw, 1.22rem);
	line-height: 1.7;
}

.gnd-front-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.gnd-button--light {
	border: 1px solid var(--gnd-border);
	background: #fff;
	color: #1d1d1b;
}

.gnd-button--light:hover {
	border-color: var(--gnd-gold);
	background: rgba(179, 138, 54, 0.1);
	color: #1d1d1b;
}

.gnd-front-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.gnd-front-benefits span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(179, 138, 54, 0.26);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #2f3432;
	font-size: 0.9rem;
	font-weight: 750;
}

.gnd-front-hero__media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.gnd-front-hero-product {
	display: flex;
	min-height: 210px;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px;
	border: 1px solid var(--gnd-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
	text-decoration: none;
}

.gnd-front-hero-product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.gnd-front-hero-product span {
	margin-top: 8px;
	color: #101827;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.25;
}

.gnd-front-hero-fallback {
	grid-column: 1 / -1;
	display: grid;
	gap: 12px;
}

.gnd-front-hero-fallback span {
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
	color: #101827;
	font-weight: 850;
}

.gnd-front-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 18px 0 clamp(34px, 5vw, 58px);
}

.gnd-front-strip div {
	padding: 16px;
	border: 1px solid var(--gnd-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
}

.gnd-front-strip strong,
.gnd-front-strip span {
	display: block;
}

.gnd-front-strip strong {
	color: #101827;
	font-size: 1rem;
}

.gnd-front-strip span {
	margin-top: 4px;
	color: var(--gnd-muted);
	font-size: 0.9rem;
}

.gnd-front-section {
	margin-top: clamp(36px, 6vw, 70px);
}

.gnd-front-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.gnd-front-section__head h2,
.gnd-front-brand h2 {
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	line-height: 1.12;
}

.gnd-front-section__head a {
	color: var(--gnd-gold-dark);
	font-weight: 800;
	text-decoration: none;
}

.gnd-front-categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.gnd-front-category {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid var(--gnd-border);
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.96)),
		radial-gradient(circle at 100% 0, rgba(179, 138, 54, 0.16), transparent 45%);
	box-shadow: var(--gnd-shadow-soft);
	text-decoration: none;
}

.gnd-front-category:hover {
	border-color: rgba(179, 138, 54, 0.52);
	box-shadow: var(--gnd-shadow-hover);
}

.gnd-front-category strong,
.gnd-front-category em,
.gnd-front-category span {
	display: block;
}

.gnd-front-category strong {
	color: #101827;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.2;
}

.gnd-front-category em {
	margin-top: 10px;
	color: #4a504d;
	font-size: 0.95rem;
	font-style: normal;
	line-height: 1.55;
}

.gnd-front-category__cta {
	color: var(--gnd-gold-dark);
	font-weight: 850;
}

.gnd-front-products .woocommerce ul.products {
	margin-top: 0;
}

.gnd-front-brand {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(18px, 4vw, 46px);
	margin-top: clamp(44px, 7vw, 82px);
	padding: clamp(24px, 5vw, 48px);
	border-radius: 24px;
	background: #1f211f;
	box-shadow: 0 18px 52px rgba(17, 17, 17, 0.12);
}

.gnd-front-brand .gnd-front-eyebrow {
	color: #e2c175;
}

.gnd-front-brand h2,
.gnd-front-brand p {
	color: #fff;
}

.gnd-front-brand p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.03rem;
	line-height: 1.75;
}

@media (max-width: 921px) {
	.gnd-front-hero {
		grid-template-columns: 1fr;
	}

	.gnd-front-strip,
	.gnd-front-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gnd-front-brand {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 544px) {
	.gnd-front {
		width: min(100% - 20px, 1180px);
	}

	.gnd-front-hero {
		padding: 22px;
		border-radius: 20px;
	}

	.gnd-front-hero__actions .gnd-button {
		width: 100%;
	}

	.gnd-front-hero__media,
	.gnd-front-strip {
		grid-template-columns: 1fr;
	}

	.gnd-front-categories {
		grid-template-columns: 1fr;
	}

	.gnd-front-section__head {
		display: block;
	}

	.gnd-front-section__head a {
		display: inline-block;
		margin-top: 10px;
	}
}

/* =============================================================
   Editable homepage block pattern
   ============================================================= */
.gnd-home-pattern {
	width: min(1180px, calc(100% - 28px));
	margin: 0 auto;
	padding: clamp(20px, 4vw, 42px) 0 clamp(44px, 6vw, 78px);
}

.gnd-home-hero {
	overflow: hidden;
	padding: clamp(30px, 6vw, 72px);
	border: 1px solid rgba(232, 228, 220, 0.95);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(249, 246, 238, 0.98)),
		radial-gradient(circle at 100% 0, rgba(179, 138, 54, 0.2), transparent 36%);
	box-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
	text-align: center;
}

.gnd-home-eyebrow {
	margin: 0 0 10px;
	color: var(--gnd-gold-dark);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gnd-home-hero h1 {
	max-width: 900px;
	margin: 0 auto;
	color: #101827;
	font-size: clamp(2.25rem, 5vw, 4.7rem);
	line-height: 1.02;
	letter-spacing: 0;
}

.gnd-home-lead {
	max-width: 680px;
	margin: 18px auto 0;
	color: #3d4140;
	font-size: clamp(1.03rem, 2vw, 1.22rem);
	line-height: 1.7;
}

.gnd-home-actions {
	justify-content: center;
	margin-top: 28px;
}

.gnd-home-pattern .wp-block-button__link {
	border-radius: 999px;
	font-weight: 850;
}

.gnd-home-pattern .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #1d1d1b;
	color: #fff;
}

.gnd-home-pattern .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: var(--gnd-border);
	color: #1d1d1b;
}

.gnd-home-trust {
	gap: 14px;
	margin: 18px 0 clamp(34px, 5vw, 58px);
}

.gnd-home-trust .wp-block-column,
.gnd-home-categories .wp-block-column {
	padding: 18px;
	border: 1px solid var(--gnd-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--gnd-shadow-soft);
}

.gnd-home-trust h3,
.gnd-home-categories h3 {
	margin: 0 0 7px;
	color: #101827;
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.25;
}

.gnd-home-trust p,
.gnd-home-categories p {
	margin: 0;
	color: #4a504d;
	font-size: 0.95rem;
	line-height: 1.55;
}

.gnd-home-section-title {
	margin: clamp(34px, 6vw, 66px) 0 20px;
	color: #101827;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	line-height: 1.12;
	letter-spacing: 0;
}

.gnd-home-categories {
	gap: 16px;
}

.gnd-home-categories .wp-block-column {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	justify-content: space-between;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.96)),
		radial-gradient(circle at 100% 0, rgba(179, 138, 54, 0.16), transparent 45%);
}

.gnd-home-categories .wp-block-buttons {
	margin-top: 18px;
}

.gnd-home-brand {
	margin-top: clamp(44px, 7vw, 82px);
	padding: clamp(24px, 5vw, 48px);
	border-radius: 24px;
	background: #1f211f;
	box-shadow: 0 18px 52px rgba(17, 17, 17, 0.12);
}

.gnd-home-brand .gnd-home-eyebrow {
	color: #e2c175;
}

.gnd-home-brand h2,
.gnd-home-brand p {
	color: #fff;
}

.gnd-home-brand h2 {
	max-width: 760px;
	margin: 0 0 14px;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	line-height: 1.12;
}

.gnd-home-brand p {
	max-width: 860px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.03rem;
	line-height: 1.75;
}

html body .cmplz-cookiebanner,
html body .cmplz-cookiebanner.cmplz-show {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%) !important;
	width: min(560px, calc(100vw - 32px)) !important;
	max-width: calc(100vw - 32px) !important;
	max-height: min(78vh, 620px) !important;
	box-sizing: border-box !important;
	overflow-y: auto !important;
	z-index: 999999 !important;
}

html body .cmplz-cookiebanner .cmplz-body,
html body .cmplz-cookiebanner .cmplz-message,
html body .cmplz-cookiebanner .cmplz-categories,
html body .cmplz-cookiebanner .cmplz-links {
	max-width: 100% !important;
	overflow-wrap: anywhere !important;
}

html body .cmplz-cookiebanner .cmplz-buttons,
html body .cmplz-cookiebanner .cmplz-links {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
}

html body .cmplz-cookiebanner .cmplz-btn {
	min-width: 0 !important;
	white-space: normal !important;
}

@media (max-width: 544px) {
	html body .cmplz-cookiebanner,
	html body .cmplz-cookiebanner.cmplz-show {
		top: 50% !important;
		left: 50% !important;
		right: auto !important;
		bottom: auto !important;
		transform: translate(-50%, -50%) !important;
		width: calc(100vw - 20px) !important;
		max-width: calc(100vw - 20px) !important;
		max-height: calc(100vh - 20px) !important;
	}
}

@media (max-width: 781px) {
	.gnd-home-pattern {
		width: min(100% - 20px, 1180px);
	}

	.gnd-home-hero {
		padding: 24px;
		border-radius: 20px;
		text-align: left;
	}

	.gnd-home-actions {
		justify-content: flex-start;
	}

	.gnd-home-pattern .wp-block-button,
	.gnd-home-pattern .wp-block-button__link {
		width: 100%;
	}

	.gnd-home-categories .wp-block-column {
		min-height: auto;
	}
}

/* =============================================================
   Mobile cleanup pass
   ============================================================= */
@media (max-width: 768px) {
	body {
		background: #f8f7f3;
	}

	body .ast-above-header-bar {
		padding-inline: 10px;
	}

	body .ast-above-header-bar .ast-builder-grid-row {
		display: block;
		min-height: 34px;
	}

	body .ast-above-header-bar .ast-builder-html-element,
	body .ast-above-header-bar .ast-header-html,
	body .ast-above-header-bar .ast-custom-html {
		white-space: nowrap !important;
		text-overflow: ellipsis;
	}

	body .ast-above-header-bar p,
	body .ast-above-header-bar span,
	body .ast-above-header-bar a {
		font-size: 0.78rem;
		line-height: 1.25;
		white-space: nowrap !important;
	}

	body .ast-primary-header-bar,
	body .ast-mobile-header-wrap .ast-primary-header-bar {
		min-height: 72px;
	}

	body .site-branding,
	body .ast-site-identity {
		padding-block: 8px;
	}

	body .custom-logo,
	body .site-logo-img img {
		max-width: 54px;
		height: auto;
	}

	body .site-title,
	body .site-title a {
		font-size: 1.05rem;
		line-height: 1.2;
	}

	body .ast-header-break-point .ast-mobile-header-wrap .ast-button-wrap .menu-toggle {
		padding: 8px;
	}

	.home .site-content .ast-container,
	.site-content .ast-container {
		padding-inline: 14px;
	}

	.home .entry-content {
		width: 100%;
		overflow: hidden;
	}

	.home .entry-content > h1,
	.home .entry-content > h2:first-of-type,
	.home .entry-content > h3,
	.home .entry-content > h4,
	.home .entry-content > h5,
	.home .entry-content > p {
		max-width: 100%;
	}

	.home .entry-content > h1 {
		font-size: clamp(1.65rem, 8vw, 2.35rem);
		line-height: 1.12;
	}

	.home .entry-content > h2:first-of-type {
		font-size: clamp(1.15rem, 5.5vw, 1.55rem);
		line-height: 1.35;
	}

	.home .entry-content > h3,
	.home .entry-content > h4,
	.home .entry-content > h5,
	.home .entry-content > p {
		font-size: 1rem;
		line-height: 1.45;
	}

	body .elementor-widget-image-carousel,
	.home .elementor-widget-image-carousel {
		min-height: 0 !important;
		margin: 16px 0 20px !important;
		border-radius: 14px;
		background: transparent;
		box-shadow: none;
	}

	body .elementor-widget-image-carousel .swiper,
	body .elementor-widget-image-carousel .swiper-container,
	body .elementor-widget-image-carousel .elementor-image-carousel-wrapper,
	body .elementor-widget-image-carousel .elementor-image-carousel {
		min-height: 0 !important;
		height: auto !important;
	}

	body .elementor-widget-image-carousel .swiper-slide,
	body .elementor-widget-image-carousel .swiper-slide-inner {
		height: auto !important;
	}

	body .elementor-widget-image-carousel img.swiper-slide-image,
	.home .elementor-widget-image-carousel img.swiper-slide-image {
		display: block;
		width: 100%;
		max-height: 156px;
		aspect-ratio: 16 / 10;
		object-fit: cover;
		border-radius: 12px;
	}

	.home .entry-content hr,
	.home .entry-content .wp-block-separator,
	.home .entry-content .elementor-divider-separator,
	.entry-content hr,
	.entry-content .wp-block-separator,
	.entry-content .elementor-divider-separator {
		margin: 18px auto !important;
	}

	body .site-primary-footer-wrap {
		padding-block: 26px !important;
	}

	body .site-footer .ast-builder-grid-row,
	body .site-primary-footer-wrap .ast-builder-grid-row,
	body .site-below-footer-wrap .ast-builder-grid-row {
		display: block;
		padding-inline: 22px;
	}

	body .site-footer .footer-widget-area,
	body .site-footer .widget {
		margin-bottom: 34px;
	}

	body .site-footer .widget-title,
	body .site-footer h2,
	body .site-footer h3,
	body .site-primary-footer-wrap .widget-title {
		margin-bottom: 14px;
		font-size: 1.18rem;
		line-height: 1.25;
	}

	body .site-footer .wp-block-social-links {
		width: 100%;
		max-width: 210px;
	}

	body .site-footer .wp-block-social-links a,
	body .footer-widget-area .wp-block-social-links a {
		min-height: 40px;
		padding: 9px 12px !important;
		font-size: 0.9rem;
	}

	body .site-footer .product-categories li,
	body .site-footer .wc-block-product-categories-list li,
	body .site-footer .widget_nav_menu li,
	body .site-footer .wp-block-page-list li {
		margin-bottom: 10px;
	}

	body .site-footer .product-categories a,
	body .site-footer .wc-block-product-categories-list a,
	body .site-footer .widget_nav_menu a,
	body .site-footer .wp-block-page-list a,
	body .site-footer .menu a {
		font-size: 0.95rem;
	}

	body .site-footer .product-categories img,
	body .site-footer .wc-block-product-categories-list img {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	body .site-below-footer-wrap {
		padding-block: 14px !important;
		text-align: center;
	}

	body .ast-scroll-to-top-right {
		right: 14px;
		bottom: 14px;
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 420px) {
	body .ast-site-header-cart,
	body .ast-header-search,
	body .ast-mobile-header-content {
		max-width: 100%;
	}

	body .site-title,
	body .site-title a {
		font-size: 1rem;
	}

	body .elementor-widget-image-carousel img.swiper-slide-image,
	.home .elementor-widget-image-carousel img.swiper-slide-image {
		max-height: 136px;
	}

	body .site-footer .ast-builder-grid-row,
	body .site-primary-footer-wrap .ast-builder-grid-row,
	body .site-below-footer-wrap .ast-builder-grid-row {
		padding-inline: 18px;
	}
}

/* Mobile shop/category archive cleanup */
@media (max-width: 768px) {
	.archive.woocommerce .site-content .ast-container,
	.post-type-archive-product .site-content .ast-container,
	.tax-product_cat .site-content .ast-container {
		padding-top: 24px;
		padding-inline: 14px;
	}

	.woocommerce .woocommerce-breadcrumb {
		margin-bottom: 14px;
		font-size: 0.82rem;
		line-height: 1.4;
	}

	.woocommerce.archive .woocommerce-products-header,
	.post-type-archive-product .woocommerce-products-header,
	.tax-product_cat .woocommerce-products-header {
		padding: 20px;
		border-radius: 14px;
		box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05);
	}

	.woocommerce-products-header__title.page-title {
		margin-bottom: 12px;
		font-size: clamp(1.7rem, 8vw, 2.25rem);
		line-height: 1.12;
	}

	.woocommerce .term-description {
		margin-top: 8px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		color: #3f4643;
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.woocommerce .term-description p {
		margin-bottom: 0.75em;
	}

	.woocommerce .woocommerce-result-count {
		float: none;
		margin: 22px 0 10px;
		padding-top: 0;
		font-size: 0.92rem;
	}

	.woocommerce .woocommerce-ordering {
		float: none;
		margin: 0 0 18px;
	}

	.woocommerce .woocommerce-ordering select,
	.woocommerce select.orderby {
		width: 100%;
		min-height: 44px;
		border-radius: 999px;
		font-size: 0.94rem;
	}

	.woocommerce ul.products li.product-category,
	.woocommerce-page ul.products li.product-category {
		padding: 10px;
		border-radius: 14px;
	}

	.woocommerce ul.products li.product-category a {
		display: block;
		position: relative;
		text-decoration: none;
	}

	.woocommerce ul.products li.product-category a img {
		width: 100%;
		aspect-ratio: 1 / 0.78;
		margin: 0 0 10px;
		border-radius: 12px;
		object-fit: cover;
		filter: none;
	}

	.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
		display: block;
		min-height: 0;
		margin: 0;
		padding: 0;
		background: transparent;
		color: #101827;
		font-size: 0.92rem;
		font-weight: 850;
		line-height: 1.2;
		text-align: left;
	}

	.woocommerce ul.products li.product-category mark.count {
		display: inline-flex;
		margin-top: 6px;
		padding: 3px 8px;
		border-radius: 999px;
		background: rgba(179, 138, 54, 0.12);
		color: var(--gnd-gold-dark);
		font-size: 0.7rem;
		font-weight: 850;
		vertical-align: middle;
	}
}

@media (max-width: 420px) {
	.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
		font-size: 0.86rem;
	}

	.woocommerce ul.products li.product-category mark.count {
		font-size: 0.66rem;
	}
}
