/*
Theme Name: Gelee Native
Theme URI: https://www.gelee-royale-bio.com/
Description: Theme enfant leger base sur Twenty Twenty-Five pour Gelee Royale Bio.
Author: Codex
Template: twentytwentyfive
Version: 0.2.0
Text Domain: gelee-native
*/

:root {
	--grb-ink: #241f17;
	--grb-muted: #6c6251;
	--grb-soft: #f7efe1;
	--grb-paper: #fffaf1;
	--grb-white: #fffdf8;
	--grb-line: #e6d8be;
	--grb-honey: #d69a22;
	--grb-honey-dark: #98650e;
	--grb-cork: #b7844d;
	--grb-green: #237244;
	--grb-green-soft: #eaf4df;
	--grb-shadow: 0 18px 50px rgba(74, 53, 24, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--grb-white);
	color: var(--grb-ink);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

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

html,
body {
	overflow-x: clip;
}

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

a {
	color: inherit;
}

.grb-wrap {
	width: min(1160px, calc(100% - 32px));
	margin-inline: auto;
}

.grb-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid rgba(36, 31, 23, 0.1);
	background: rgba(255, 253, 248, 0.95);
	backdrop-filter: blur(14px);
}

.grb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 78px;
}

.grb-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 220px;
	text-decoration: none;
}

.grb-brand-mark {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.grb-brand-main,
.grb-brand-sub {
	display: block;
}

.grb-brand-main {
	font-weight: 800;
	line-height: 1.1;
}

.grb-brand-sub {
	margin-top: 2px;
	color: var(--grb-muted);
	font-size: 0.82rem;
}

.grb-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	color: var(--grb-muted);
	font-size: 0.95rem;
}

.grb-menu-toggle {
	display: none;
}

/* Miels: interactive territorial atlas. */
.grb-miels-atlas {
	margin: 42px 0;
}

.grb-miels-atlas__heading {
	max-width: 720px;
	margin-bottom: 18px;
}

.grb-miels-atlas__eyebrow {
	margin: 0 0 6px;
	color: var(--grb-honey-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.grb-miels-atlas__heading h2 {
	margin: 0 0 10px;
}

.grb-miels-atlas__heading p:last-child,
.grb-miels-atlas__legend {
	margin: 0;
	color: var(--grb-muted);
}

.grb-miels-atlas__map {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border: 1px solid var(--grb-line);
	border-radius: 8px;
	background: #f6f0e2 var(--grb-miels-map) center / cover no-repeat;
	box-shadow: 0 18px 36px rgba(69, 53, 27, 0.12);
}

.grb-miels-atlas__department,
.grb-miels-atlas__road,
.grb-miels-atlas__city {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.grb-miels-atlas__department {
	color: #24351f;
	font-size: clamp(0.78rem, 1.4vw, 1.15rem);
	font-weight: 800;
	text-shadow: 0 1px 10px rgba(255, 253, 244, 0.9);
}

.grb-miels-atlas__department--ha { left: 36%; top: 9%; }
.grb-miels-atlas__department--ahp { left: 28%; top: 83%; color: #59451d; }

.grb-miels-atlas__road {
	padding: 2px 5px;
	border-radius: 4px;
	background: rgba(255, 252, 243, 0.78);
	color: #4f4632;
	font-size: clamp(0.62rem, 1vw, 0.78rem);
	font-weight: 800;
}

.grb-miels-atlas__road--n85 { left: 29%; top: 35%; }
.grb-miels-atlas__road--n94 { left: 47%; top: 25%; }
.grb-miels-atlas__road--d1075 { left: 20%; top: 65%; }
.grb-miels-atlas__road--a51 { left: 39%; top: 83%; }

.grb-miels-atlas__city {
	padding-left: 9px;
	color: #2d2a23;
	font-size: clamp(0.62rem, 1vw, 0.78rem);
	font-weight: 800;
	text-shadow: 0 1px 6px rgba(255, 253, 244, 1);
}

.grb-miels-atlas__city::before {
	position: absolute;
	left: 0;
	top: 0.42em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3d3527;
	content: "";
}

.grb-miels-atlas__city--gap { left: 36%; top: 48%; }
.grb-miels-atlas__city--briancon { left: 52%; top: 20%; }
.grb-miels-atlas__city--embrun { left: 47%; top: 42%; }
.grb-miels-atlas__city--veynes { left: 28%; top: 58%; }
.grb-miels-atlas__city--sisteron { left: 29%; top: 75%; }
.grb-miels-atlas__city--digne { left: 54%; top: 70%; }
.grb-miels-atlas__city--valensole { left: 54%; top: 82%; }

.grb-miels-atlas__pin {
	position: absolute;
	z-index: 3;
	display: block;
	width: max-content;
	max-width: 160px;
	color: inherit;
	text-decoration: none;
	transform: translate(-50%, -50%);
}

.grb-miels-atlas__pin--gapencais { left: 38%; top: 54%; }
.grb-miels-atlas__pin--ecrins { left: 50%; top: 31%; }
.grb-miels-atlas__pin--buech { left: 26%; top: 66%; }
.grb-miels-atlas__pin--lavande { left: 55%; top: 85%; }

.grb-miels-atlas__marker {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	background: rgba(36, 53, 31, 0.94);
	box-shadow: 0 6px 16px rgba(36, 32, 21, 0.28);
	color: #fffdf7;
	font-size: clamp(0.67rem, 1.05vw, 0.82rem);
	font-weight: 800;
	line-height: 1.15;
	transition: transform 180ms ease, background 180ms ease;
}

.grb-miels-atlas__marker::before {
	width: 9px;
	height: 9px;
	border: 2px solid #fffdf7;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 253, 247, 0.22);
	content: "";
}

.grb-miels-atlas__detail {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 12px);
	display: grid;
	grid-template-columns: 92px minmax(170px, 1fr);
	width: 310px;
	overflow: hidden;
	border: 1px solid var(--grb-line);
	border-radius: 8px;
	background: #fffdf7;
	box-shadow: 0 16px 34px rgba(47, 37, 18, 0.24);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 8px) scale(0.98);
	transition: opacity 180ms ease, transform 180ms ease;
}

.grb-miels-atlas__detail img {
	width: 92px;
	height: 100%;
	min-height: 118px;
	object-fit: cover;
	background: #f5f0e4;
}

.grb-miels-atlas__copy {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 14px;
	color: var(--grb-ink);
	font-size: 0.82rem;
	line-height: 1.35;
}

.grb-miels-atlas__copy strong { font-size: 0.95rem; }
.grb-miels-atlas__cta { color: var(--grb-honey-dark); font-weight: 800; }

.grb-miels-atlas__pin:hover .grb-miels-atlas__marker,
.grb-miels-atlas__pin:focus-visible .grb-miels-atlas__marker {
	background: var(--grb-honey-dark);
	transform: translateY(-2px);
}

.grb-miels-atlas__pin:hover .grb-miels-atlas__detail,
.grb-miels-atlas__pin:focus-visible .grb-miels-atlas__detail {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.grb-miels-atlas__legend { margin-top: 10px; font-size: 0.82rem; }
.grb-miels-atlas__mobile-cards { display: none; }

.grb-miels-related {
	margin-top: 34px;
	padding: 22px;
	border-top: 3px solid var(--grb-honey);
	background: var(--grb-soft);
}

.grb-miels-related__eyebrow {
	margin: 0 0 10px;
	color: var(--grb-honey-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.grb-miels-related ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.grb-miels-related li a,
.grb-miels-related__atlas {
	display: block;
	padding: 11px 12px;
	border: 1px solid var(--grb-line);
	border-radius: 6px;
	background: #fffdf7;
	color: var(--grb-ink);
	font-weight: 800;
	text-decoration: none;
}

.grb-miels-related li a:hover,
.grb-miels-related li a:focus-visible,
.grb-miels-related__atlas:hover,
.grb-miels-related__atlas:focus-visible {
	border-color: var(--grb-honey);
	color: var(--grb-honey-dark);
}

.grb-miels-related > p:last-child { margin: 10px 0 0; }
.grb-miels-related__atlas { width: fit-content; }

@media (max-width: 760px) {
	.grb-miels-atlas__map { aspect-ratio: 1 / 1; background-position: 38% center; }
	.grb-miels-atlas__pin,
	.grb-miels-atlas__road,
	.grb-miels-atlas__city { display: none; }
	.grb-miels-atlas__department--ha { left: 43%; top: 9%; }
	.grb-miels-atlas__department--ahp { left: 25%; top: 82%; }
	.grb-miels-atlas__mobile-cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 12px;
	}
	.grb-miels-atlas__mobile-card {
		display: grid;
		grid-template-columns: 74px 1fr;
		min-width: 0;
		overflow: hidden;
		border: 1px solid var(--grb-line);
		border-radius: 8px;
		background: #fffdf7;
		color: inherit;
		text-decoration: none;
	}
	.grb-miels-atlas__mobile-card .grb-miels-atlas__marker { display: none; }
	.grb-miels-atlas__mobile-card .grb-miels-atlas__detail { position: static; display: contents; opacity: 1; pointer-events: auto; transform: none; box-shadow: none; }
	.grb-miels-atlas__mobile-card .grb-miels-atlas__detail img { width: 74px; min-height: 100%; }
	.grb-miels-atlas__mobile-card .grb-miels-atlas__copy { padding: 10px; font-size: 0.76rem; }
	.grb-miels-atlas__mobile-card .grb-miels-atlas__copy strong { font-size: 0.82rem; }
	.grb-miels-related ul { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
	.grb-miels-atlas__mobile-cards { grid-template-columns: 1fr; }
}

.grb-nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.grb-nav-list .menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.grb-submenu-toggle {
	display: none;
}

.grb-nav a {
	padding: 9px 10px;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
}

.grb-nav a:hover,
.grb-nav a:focus {
	background: var(--grb-soft);
	color: var(--grb-honey-dark);
}

.grb-nav .current-menu-item > a,
.grb-nav .current_page_item > a,
.grb-nav .current-menu-ancestor > a,
.grb-nav .current_page_ancestor > a {
	background: var(--grb-soft);
	color: var(--grb-honey-dark);
}

.grb-nav-home-active .grb-nav > a:nth-of-type(1),
.grb-nav-gelee-active .grb-nav > a:nth-of-type(2),
.grb-nav-miels-active .grb-nav > a:nth-of-type(3),
.grb-nav-shop-active .grb-nav > a:nth-of-type(4),
.grb-nav-blog-active .grb-nav > a:nth-of-type(5),
.grb-nav-about-active .grb-nav > a:nth-of-type(6),
.grb-nav-about-ancestor .grb-nav > a:nth-of-type(6),
.grb-nav-contact-active .grb-nav > a:nth-of-type(7) {
	background: rgba(214, 154, 34, 0.16);
	box-shadow: inset 0 0 0 1px rgba(214, 154, 34, 0.28);
	color: var(--grb-honey-dark);
	font-weight: 800;
}

.grb-nav-list .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 20;
	display: none;
	min-width: 210px;
	margin: 0;
	padding: 8px;
	border: 1px solid var(--grb-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(42, 31, 16, 0.12);
	list-style: none;
}

.grb-nav-list .menu-item:hover > .sub-menu,
.grb-nav-list .menu-item:focus-within > .sub-menu {
	display: block;
}

.grb-nav-list .sub-menu a {
	display: block;
}

.grb-cart-link {
	align-items: center;
	border: 1px solid var(--grb-line);
	background: #fff;
	color: var(--grb-ink);
	display: inline-flex;
	gap: 7px;
	font-weight: 700;
}

.grb-cart-count {
	align-items: center;
	background: var(--grb-honey);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 20px;
	min-width: 20px;
	padding: 3px 6px;
}

.grb-light {
	background: var(--grb-white);
	color: var(--grb-ink);
}

.grb-section {
	padding: 64px 0;
	border-top: 1px solid rgba(36, 31, 23, 0.08);
}

.grb-section-head {
	display: grid;
	gap: 10px;
	margin-bottom: 26px;
}

.grb-section-head h2,
.grb-origin-grid h2,
.grb-maker-grid h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	line-height: 1.12;
}

.grb-section-head p {
	max-width: 700px;
	margin: 0;
	color: var(--grb-muted);
	line-height: 1.7;
}

.grb-hero,
.grb-shop-head {
	position: relative;
	overflow: hidden;
	padding: 76px 0 58px;
	background:
		radial-gradient(circle at 82% 12%, rgba(214, 154, 34, 0.18), transparent 28%),
		linear-gradient(180deg, #fff7e8 0%, #fffdf8 76%);
}

.grb-hero::before,
.grb-shop-head::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 12px;
	background: linear-gradient(90deg, var(--grb-green), var(--grb-honey), var(--grb-cork));
	opacity: 0.22;
}

.grb-hero-grid,
.grb-shop-head-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
	align-items: center;
	gap: 54px;
}

.grb-kicker {
	margin: 0 0 12px;
	color: var(--grb-green);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.grb-title {
	max-width: 880px;
	margin: 0;
	color: var(--grb-ink);
	font-size: clamp(2.35rem, 4.6vw, 4.6rem);
	line-height: 1.02;
}

.grb-lead {
	max-width: 740px;
	margin: 20px 0 0;
	color: var(--grb-muted);
	font-size: 1.12rem;
	line-height: 1.75;
}

.grb-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.grb-centered-action {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.grb-button,
.woocommerce a.button.grb-button,
.woocommerce button.button.single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 1px solid var(--grb-honey);
	border-radius: 999px;
	background: var(--grb-honey);
	box-shadow: 0 10px 24px rgba(152, 101, 14, 0.18);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
}

.grb-button:hover,
.grb-button:focus,
.woocommerce button.button.single_add_to_cart_button:hover {
	background: var(--grb-honey-dark);
	color: #fff;
}

.grb-button.is-secondary {
	background: #fff;
	box-shadow: none;
	color: var(--grb-honey-dark);
}

.grb-button.is-secondary:hover,
.grb-button.is-secondary:focus {
	background: var(--grb-soft);
	color: var(--grb-honey-dark);
}

.grb-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.grb-trust-row span,
.grb-mini-grid span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(35, 114, 68, 0.18);
	border-radius: 999px;
	background: var(--grb-green-soft);
	color: #245a38;
	font-size: 0.9rem;
	font-weight: 700;
}

.grb-hero-visual,
.grb-shop-visual,
.grb-single-media,
.grb-origin-image,
.grb-maker-photo {
	border: 1px solid var(--grb-line);
	border-radius: 18px;
	background: linear-gradient(180deg, #fffdf8, var(--grb-paper));
	box-shadow: var(--grb-shadow);
}

.grb-hero-visual {
	position: relative;
	padding: 24px;
}

.grb-product-stage {
	display: grid;
	place-items: center;
	min-height: 390px;
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(183, 132, 77, 0.12), rgba(214, 154, 34, 0.08)),
		#fff;
}

.grb-hero-product {
	width: min(100%, 440px);
	margin-inline: auto;
	object-fit: contain;
}

.grb-home-hero .grb-product-stage {
	overflow: hidden;
}

.grb-home-hero .grb-hero-product {
	width: 100%;
	height: 390px;
	max-width: none;
	object-fit: cover;
	object-position: 50% 44%;
}

.grb-home-hero .grb-cert-logo.is-mini {
	max-height: 34px;
	max-width: 106px;
}

.grb-home-hero .grb-hautes-alpes-logo.is-mini {
	max-height: 30px;
	max-width: 118px;
}

.grb-home-hero .grb-shipping-icon {
	width: 28px;
	height: 28px;
}

.grb-hero-caption {
	display: grid;
	gap: 4px;
	margin-top: 16px;
	color: var(--grb-muted);
	font-size: 0.94rem;
}

.grb-hero-caption strong {
	color: var(--grb-ink);
}

.grb-pillar-hero .grb-title {
	max-width: 920px;
}

.grb-pillar-hero .grb-lead {
	max-width: 760px;
}

.grb-pillar-visual .grb-product-stage {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(247, 239, 225, 0.72)),
		#fff;
	min-height: 420px;
}

.grb-pillar-visual .grb-hero-product {
	filter: drop-shadow(0 22px 28px rgba(36, 31, 23, 0.14));
	width: min(100%, 390px);
}

.grb-proof-band {
	background: #fff;
}

.grb-proof-grid,
.grb-product-grid,
.grb-feature-grid,
.grb-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.grb-card {
	padding: 22px;
	border: 1px solid var(--grb-line);
	border-radius: 12px;
	background: #fff;
}

.grb-card h2,
.grb-card h3 {
	margin: 0 0 10px;
	color: var(--grb-ink);
	line-height: 1.18;
}

.grb-card a {
	text-decoration: none;
}

.grb-card p,
.grb-text {
	color: var(--grb-muted);
	line-height: 1.72;
}

.grb-icon,
.grb-product-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 42px;
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--grb-green);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
}

.grb-cert-logo {
	display: block;
	height: 58px;
	object-fit: contain;
	width: auto;
}

.grb-cert-pair {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 16px;
}

.grb-cert-pair .grb-cert-logo {
	max-height: 62px;
	max-width: 112px;
}

.grb-cert-pair.is-compact {
	gap: 8px;
	margin: 10px 0;
}

.grb-cert-pair.is-compact .grb-cert-logo {
	max-height: 36px;
	max-width: 72px;
}

.grb-cert-logo.is-mini,
.grb-hautes-alpes-logo.is-mini {
	max-height: 22px;
	max-width: 88px;
}

.grb-hautes-alpes-logo {
	display: block;
	height: 44px;
	object-fit: contain;
	width: auto;
}

.grb-hautes-alpes-logo.is-proof {
	margin-bottom: 14px;
	max-height: 32px;
	max-width: 145px;
}

.grb-trust-logo {
	background: #fff;
	border: 1px solid var(--grb-line);
	min-height: 34px;
	padding: 5px 8px;
}

.grb-proof-card .grb-cert-logo {
	height: 58px;
	margin-bottom: 16px;
	max-width: 120px;
}

.grb-shipping-notice {
	align-items: center;
	background: #fff;
	border: 1px solid var(--grb-line);
	border-radius: 8px;
	color: var(--grb-muted);
	display: flex;
	gap: 12px;
	margin-top: 18px;
	padding: 14px 16px;
}

.grb-shipping-notice span {
	min-width: 0;
}

.grb-shipping-icon {
	color: var(--grb-green);
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.grb-shipping-notice strong {
	color: var(--grb-ink);
}

.grb-product-assurance {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	justify-content: center;
	margin-top: 18px;
}

.grb-product-assurance span {
	color: var(--grb-muted);
	font-size: .95rem;
}

.grb-active-section {
	background: linear-gradient(180deg, #fffdf8, var(--grb-green-soft));
}

.grb-choice-section {
	padding-top: 24px;
}

.grb-gelee-rucher {
	padding-top: 12px;
}

.grb-gelee-rucher-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
}

.grb-gelee-rucher figure {
	margin: 0;
}

.grb-gelee-rucher-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.grb-gelee-rucher figcaption {
	margin-top: 10px;
	color: var(--grb-muted);
	font-size: .88rem;
}

.grb-gelee-rucher h2 {
	margin: 0 0 14px;
}

.grb-gelee-rucher p:not(.grb-kicker) {
	margin: 0;
	color: var(--grb-muted);
}

.grb-proof-card {
	position: relative;
	overflow: hidden;
}

.grb-proof-card::after {
	content: "";
	position: absolute;
	right: -24px;
	bottom: -24px;
	width: 78px;
	height: 78px;
	border: 1px solid rgba(214, 154, 34, 0.35);
	border-radius: 50%;
}

.grb-product-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
}

.grb-product-image {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 250px;
	border-radius: 12px;
	background: linear-gradient(180deg, #fff, var(--grb-paper));
	text-decoration: none;
}

.grb-product-image .grb-product-badge,
.grb-single-media .grb-product-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
}

.grb-product-card img {
	width: min(92%, 250px);
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.grb-product-content {
	display: grid;
	gap: 8px;
}

.grb-product-content h3 {
	min-height: 2.4em;
	overflow-wrap: anywhere;
}

.grb-product-note {
	margin: 0;
	color: var(--grb-muted);
	font-size: 0.9rem;
}

.grb-price,
.grb-single-summary .price {
	color: var(--grb-green);
	font-weight: 900;
}

.grb-price {
	margin: 0;
}

.grb-origin-section {
	background: var(--grb-paper);
}

.grb-origin-grid,
.grb-maker-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: 42px;
}

.grb-origin-image,
.grb-maker-photo {
	overflow: hidden;
	padding: 0;
}

.grb-origin-image img,
.grb-maker-photo img,
.grb-shop-visual img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.grb-maker-grid {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
}

.grb-review-card p {
	margin-top: 0;
	font-size: 1.05rem;
}

.grb-review-card strong {
	color: var(--grb-green);
}

.grb-faq-section {
	background: #fff;
}

.grb-shop-visual {
	overflow: hidden;
}

.grb-shop-intro {
	display: grid;
	grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
	align-items: start;
	gap: 24px;
	margin-bottom: 28px;
}

.grb-mini-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.grb-product-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.grb-single {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 48px;
	padding: 58px 0;
}

.grb-single-media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 500px;
	margin-top: 36px;
	padding: 24px;
}

.grb-single-media img {
	width: min(100%, 520px);
	object-fit: contain;
}

.grb-single-media .grb-stock-overlay {
	position: absolute;
	top: 28px;
	left: -42px;
	z-index: 2;
	min-width: 190px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 253, 247, .9);
	border-radius: 0;
	background: rgba(122, 47, 35, .96);
	box-shadow: 0 8px 20px rgba(56, 24, 18, .25);
	color: #fff;
	font-size: .92rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-align: center;
	transform: rotate(-38deg);
}

.grb-single-summary {
	align-self: center;
}

.grb-single-summary .price {
	display: block;
	margin: 16px 0;
	font-size: 1.45rem;
}

.grb-note-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0;
	padding: 0;
	list-style: none;
}

.grb-note-list li {
	padding: 13px 14px;
	border: 1px solid var(--grb-line);
	border-radius: 10px;
	background: #fff;
	color: var(--grb-muted);
}

.grb-note-list strong {
	display: block;
	color: var(--grb-ink);
}

.grb-miel-texture-note {
	margin: -8px 0 24px;
	color: var(--grb-muted);
	font-size: .95rem;
}

.grb-format-chooser {
	margin: 24px 0 0;
	padding-top: 20px;
	border-top: 1px solid var(--grb-line);
}

.grb-format-chooser-head h2 {
	margin: 0;
	font-size: 1.08rem;
}

.grb-format-chooser-head p {
	margin: 5px 0 14px;
	color: var(--grb-muted);
	font-size: .92rem;
	line-height: 1.45;
}

.grb-format-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.grb-format-option {
	display: grid;
	gap: 4px;
	min-height: 122px;
	padding: 14px;
	border: 1px solid var(--grb-line);
	border-radius: 8px;
	background: #fff;
	color: var(--grb-ink);
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

a.grb-format-option:hover,
a.grb-format-option:focus-visible {
	border-color: var(--grb-honey-dark);
	box-shadow: 0 4px 14px rgba(40, 53, 41, .09);
	transform: translateY(-1px);
	outline: none;
}

.grb-format-option.is-current {
	border-color: var(--grb-green);
	background: var(--grb-green-soft);
}

.grb-format-option.is-unavailable {
	border-color: rgba(122, 47, 35, .35);
	background: rgba(122, 47, 35, .05);
	color: var(--grb-muted);
}

.grb-format-option.is-unavailable .grb-format-status {
	color: #7a2f23;
}

.grb-format-option strong {
	font-size: 1.35rem;
	line-height: 1;
}

.grb-format-option > span:last-child {
	color: var(--grb-muted);
	font-size: .86rem;
	line-height: 1.35;
}

.grb-format-status {
	color: var(--grb-green);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.grb-format-chooser + .grb-buy-box {
	margin-top: 18px;
}

.grb-product-reassurance {
	margin: 18px 0 0;
}

.grb-side-list {
	display: grid;
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.grb-side-list li {
	position: relative;
	padding-left: 24px;
	color: var(--grb-muted);
	line-height: 1.55;
}

.grb-side-list li::before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--grb-green);
	box-shadow: 0 0 0 4px var(--grb-green-soft);
}

.grb-buy-box {
	width: 100%;
	max-width: 430px;
	margin-top: 20px;
	padding: 0;
	border: 0;
	background: transparent;
}

.grb-buy-box p {
	margin: 10px 0 0;
	color: var(--grb-muted);
	font-size: 0.84rem;
	line-height: 1.4;
}

.grb-buy-box .stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 10px;
	color: var(--grb-green);
	font-size: .86rem;
	font-weight: 800;
}

.grb-buy-box .stock.in-stock::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--grb-green);
	box-shadow: 0 0 0 3px var(--grb-green-soft);
	content: '';
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0;
}

.woocommerce div.product form.cart .button {
	float: none;
}

.grb-buy-box .variations_form.cart {
	display: block;
	margin: 0;
	padding: 0;
}

.grb-buy-box .variations {
	width: 100%;
	margin: 0 0 16px;
	border: 0;
}

.grb-buy-box .variations tbody,
.grb-buy-box .variations tr,
.grb-buy-box .variations th,
.grb-buy-box .variations td {
	display: block;
	padding: 0;
	border: 0;
	text-align: left;
}

.grb-buy-box .variations .label {
	margin-bottom: 8px;
	color: var(--grb-ink);
	font-size: .9rem;
	font-weight: 800;
}

.grb-buy-box .variations select {
	width: 100%;
	min-height: 48px;
	padding: 0 42px 0 14px;
	border: 1px solid var(--grb-line);
	border-radius: 6px;
	background: #fff;
	color: var(--grb-ink);
	font: inherit;
	font-weight: 700;
}

.grb-buy-box .variations select:focus,
.grb-buy-box .quantity .qty:focus {
	border-color: var(--grb-honey-dark);
	outline: 3px solid rgba(196, 145, 47, .2);
	outline-offset: 1px;
}

.grb-buy-box .reset_variations {
	display: none;
}

.grb-buy-box .single_variation_wrap {
	display: grid;
	gap: 12px;
}

.grb-buy-box .woocommerce-variation {
	min-height: 0;
	color: var(--grb-honey-dark);
	font-weight: 800;
}

.grb-buy-box .variations_button {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
}

.grb-buy-box .quantity,
.grb-buy-box .quantity .qty {
	width: 100%;
}

.grb-buy-box .quantity .qty {
	min-height: 48px;
	padding: 0 8px;
	border-radius: 6px;
	text-align: center;
	font-weight: 800;
}

.woocommerce .grb-buy-box button.single_add_to_cart_button {
	width: 100%;
	min-height: 52px;
	border-radius: 8px;
	box-shadow: 0 5px 12px rgba(142, 95, 13, .16);
}

.grb-buy-box form.cart:not(.variations_form) {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
}

.grb-buy-box form.cart:not(.variations_form) .quantity,
.grb-buy-box form.cart:not(.variations_form) .quantity .qty {
	width: 100%;
}

.grb-buy-box form.cart:not(.variations_form) .quantity .qty {
	border-radius: 8px;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0;
}

.woocommerce .quantity .qty {
	min-height: 44px;
	border: 1px solid var(--grb-line);
	border-radius: 999px;
	background: #fff;
}

.grb-description-section {
	background: #fff;
}

.grb-description-section .grb-text {
	max-width: 860px;
}

.grb-editorial-hero {
	position: relative;
	overflow: hidden;
	padding: 62px 0 48px;
	background:
		radial-gradient(circle at 82% 0%, rgba(214, 154, 34, 0.16), transparent 28%),
		linear-gradient(180deg, var(--grb-paper), #fffdf8);
}

.grb-editorial-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 8px;
	background: linear-gradient(90deg, var(--grb-green), var(--grb-honey));
	opacity: 0.18;
}

.grb-editorial-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
	align-items: center;
	gap: 40px;
}

.grb-editorial-hero-image {
	overflow: hidden;
	border: 1px solid var(--grb-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--grb-shadow);
}

.grb-editorial-hero-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.grb-article-hero .grb-title {
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.grb-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.grb-article-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 11px;
	border: 1px solid rgba(35, 114, 68, 0.18);
	border-radius: 999px;
	background: #fff;
	color: var(--grb-green);
	font-size: .86rem;
	font-weight: 800;
}

.grb-editorial-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.grb-editorial-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid var(--grb-line);
	border-radius: 999px;
	background: #fff;
	color: var(--grb-honey-dark);
	font-weight: 800;
	text-decoration: none;
}

.grb-editorial-nav a:hover,
.grb-editorial-nav a:focus {
	background: var(--grb-soft);
}

.grb-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: start;
	gap: 44px;
}

.grb-editorial-content {
	max-width: 820px;
	color: var(--grb-ink);
	font-size: 1.06rem;
	line-height: 1.82;
	min-width: 0;
	overflow-wrap: anywhere;
}

.grb-editorial-content > *:first-child {
	margin-top: 0;
}

.grb-editorial-content h2,
.grb-editorial-content h3,
.grb-editorial-content h4 {
	color: var(--grb-ink);
	line-height: 1.18;
}

.grb-editorial-content h2 {
	margin: 2.2em 0 0.65em;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.grb-editorial-content h3 {
	margin: 1.8em 0 0.6em;
	font-size: 1.35rem;
}

.grb-editorial-content p,
.grb-editorial-content li {
	color: var(--grb-muted);
}

.grb-editorial-content a {
	color: var(--grb-honey-dark);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.grb-editorial-content ul,
.grb-editorial-content ol {
	padding-left: 1.2em;
}

.grb-editorial-content li + li {
	margin-top: 0.45em;
}

.grb-editorial-content blockquote {
	margin: 32px 0;
	padding: 18px 22px;
	border-left: 4px solid var(--grb-honey);
	border-radius: 0 12px 12px 0;
	background: var(--grb-paper);
	color: var(--grb-ink);
}

.grb-editorial-content figure,
.grb-editorial-content .wp-block-image {
	margin: 34px 0;
}

.grb-editorial-content figure {
	max-width: 100%;
}

.grb-editorial-content .wp-block-table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.grb-editorial-content img {
	border-radius: 14px;
}

.grb-editorial-content figcaption {
	margin-top: 9px;
	color: var(--grb-muted);
	font-size: 0.9rem;
	text-align: left;
}

.grb-editorial-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 28px 0;
	overflow: hidden;
	border: 1px solid var(--grb-line);
	border-radius: 12px;
	background: #fff;
}

.grb-editorial-content th,
.grb-editorial-content td {
	padding: 12px;
	border-bottom: 1px solid var(--grb-line);
	text-align: left;
}

.grb-editorial-content th {
	background: var(--grb-paper);
	color: var(--grb-ink);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.82rem;
}

.grb-faq-accordion {
	display: grid;
	gap: 12px;
	margin: 34px 0;
}

.grb-faq-accordion h2 {
	margin-bottom: 6px;
}

.grb-faq-item {
	border: 1px solid var(--grb-line);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.grb-faq-item summary {
	position: relative;
	display: block;
	padding: 16px 48px 16px 18px;
	color: var(--grb-ink);
	font-weight: 850;
	cursor: pointer;
}

.grb-faq-item summary::-webkit-details-marker {
	display: none;
}

.grb-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--grb-soft);
	color: var(--grb-honey-dark);
	font-weight: 900;
	line-height: 22px;
	text-align: center;
	transform: translateY(-50%);
}

.grb-faq-item[open] summary {
	background: var(--grb-paper);
}

.grb-faq-item[open] summary::after {
	content: "-";
}

.grb-faq-item > div {
	padding: 0 18px 16px;
}

.grb-faq-item p {
	margin: 0;
}

.grb-contact-intro {
	padding: 26px;
	border: 1px solid var(--grb-line);
	border-radius: 16px;
	background: linear-gradient(180deg, #fff, var(--grb-paper));
}

.grb-contact-intro h2 {
	margin-top: 0;
}

.grb-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 30px 0;
}

.grb-contact-links {
	margin-top: 34px;
	padding: 22px;
	border-radius: 16px;
	background: var(--grb-paper);
}

.grb-contact-links ul {
	margin-bottom: 0;
}

.grb-editorial-aside {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 16px;
}

.grb-editorial-aside .grb-card {
	background: linear-gradient(180deg, #fff, var(--grb-paper));
}

.grb-related-links {
	display: grid;
	gap: 9px;
	margin-top: 14px;
}

.grb-related-links a {
	padding: 10px 12px;
	border: 1px solid var(--grb-line);
	border-radius: 10px;
	background: #fff;
	color: var(--grb-honey-dark);
	font-weight: 800;
	text-decoration: none;
}

.grb-related-links a:hover,
.grb-related-links a:focus {
	background: var(--grb-soft);
}

.grb-pillar-content h2:first-child {
	margin-top: 0;
}

.grb-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.grb-post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
}

.grb-post-card-image {
	display: block;
	background: var(--grb-paper);
	text-decoration: none;
}

.grb-post-card-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.grb-post-card-content {
	display: grid;
	gap: 8px;
	padding: 20px;
}

.grb-post-card-content h2 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.22;
}

.grb-post-card-content p {
	margin: 0;
}

.grb-text-link {
	color: var(--grb-honey-dark);
	font-weight: 800;
	text-decoration: none;
}

.grb-text-link:hover,
.grb-text-link:focus {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.grb-site-footer {
	padding: 38px 0;
	border-top: 1px solid rgba(36, 31, 23, 0.1);
	background: var(--grb-ink);
	color: rgba(255, 253, 248, 0.78);
}

.grb-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.15fr) minmax(230px, 0.9fr) auto;
	align-items: center;
	gap: 24px;
}

.grb-footer-brand {
	display: flex;
	align-items: center;
	gap: 14px;
}

.grb-footer-mark {
	width: 44px;
	height: 44px;
	object-fit: contain;
	filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.18));
}

.grb-footer-grid strong {
	color: #fff;
}

.grb-footer-grid p {
	margin: 6px 0 0;
}

.grb-footer-contact {
	display: grid;
	gap: 5px;
	margin: 0;
	color: rgba(255, 253, 248, 0.78);
	font-style: normal;
	line-height: 1.45;
}

.grb-footer-contact a {
	width: fit-content;
	color: rgba(255, 253, 248, 0.78);
	text-decoration: none;
}

.grb-footer-contact a:hover,
.grb-footer-contact a:focus {
	color: #fff;
}

.grb-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px;
}

.grb-footer-links a {
	color: rgba(255, 253, 248, 0.78);
	text-decoration: none;
}

.grb-footer-links a:hover,
.grb-footer-links a:focus {
	color: #fff;
}

@media (max-width: 980px) {
	.grb-hero-grid,
	.grb-shop-head-grid,
	.grb-origin-grid,
	.grb-maker-grid,
	.grb-shop-intro,
	.grb-single,
	.grb-editorial-hero-grid,
	.grb-content-layout {
		grid-template-columns: 1fr;
	}

	.grb-product-list,
	.grb-product-grid,
	.grb-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grb-site-header {
		position: static;
	}

	.grb-title {
		font-size: clamp(2.1rem, 8vw, 3.2rem);
	}

	.grb-single-media {
		min-height: 360px;
		margin-top: 0;
	}

	.grb-contact-grid {
		grid-template-columns: 1fr;
	}

	.grb-editorial-aside {
		position: static;
	}
}

@media (max-width: 720px) {
	.grb-wrap {
		width: min(100% - 24px, 1160px);
	}

	.grb-footer-grid,
	.grb-footer-brand {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		min-height: 0;
		padding-block: 14px;
	}

	.grb-footer-grid {
		grid-template-columns: 1fr;
	}

	.grb-header-inner {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
		min-height: 0;
		padding-block: 12px;
	}

	.grb-brand {
		flex: 1 1 auto;
		min-width: 0;
	}

	.grb-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 1px solid var(--grb-line);
		border-radius: 999px;
		background: #fff;
		color: var(--grb-ink);
		cursor: pointer;
	}

	.grb-menu-toggle-icon,
	.grb-menu-toggle-icon::before,
	.grb-menu-toggle-icon::after {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
	}

	.grb-menu-toggle-icon {
		position: relative;
	}

	.grb-menu-toggle-icon::before,
	.grb-menu-toggle-icon::after {
		content: "";
		position: absolute;
		left: 0;
	}

	.grb-menu-toggle-icon::before {
		top: -6px;
	}

	.grb-menu-toggle-icon::after {
		top: 6px;
	}

	.grb-menu-toggle[aria-expanded="true"] .grb-menu-toggle-icon {
		background: transparent;
	}

	.grb-menu-toggle[aria-expanded="true"] .grb-menu-toggle-icon::before {
		top: 0;
		transform: rotate(45deg);
	}

	.grb-menu-toggle[aria-expanded="true"] .grb-menu-toggle-icon::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.grb-nav {
		width: 100%;
		display: none;
		align-items: stretch;
		flex-direction: column;
		gap: 6px;
		overflow: visible;
		padding-bottom: 0;
	}

	.grb-nav.is-open {
		display: flex;
	}

	.grb-nav-list {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 6px;
	}

	.grb-nav-list .menu-item {
		width: 100%;
	}

	.grb-nav a {
		display: block;
		padding: 10px 12px;
		white-space: normal;
	}

	.grb-nav-list .menu-item-has-children > a {
		padding-right: 46px;
	}

	.grb-submenu-toggle {
		position: absolute;
		top: 4px;
		right: 4px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border: 1px solid var(--grb-line);
		border-radius: 999px;
		background: #fff;
		color: var(--grb-honey-dark);
		cursor: pointer;
	}

	.grb-submenu-toggle span::before,
	.grb-submenu-toggle span::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 12px;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
		transform: translate(-50%, -50%);
	}

	.grb-submenu-toggle span::after {
		transform: translate(-50%, -50%) rotate(90deg);
		transition: transform 0.18s ease;
	}

	.grb-nav-list .menu-item-has-children.is-open > .grb-submenu-toggle span::after,
	.grb-nav-list .current-menu-ancestor > .grb-submenu-toggle span::after,
	.grb-nav-list .current_page_ancestor > .grb-submenu-toggle span::after {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	.grb-nav-list .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		margin-top: 4px;
		padding: 4px 0 0 12px;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.grb-nav-list .menu-item-has-children.is-open > .sub-menu,
	.grb-nav-list .current-menu-ancestor > .sub-menu,
	.grb-nav-list .current_page_ancestor > .sub-menu {
		display: block;
	}

	.grb-nav-list .sub-menu a {
		padding: 8px 12px;
	}

	.grb-hero,
	.grb-shop-head {
		padding: 46px 0 42px;
	}

	.grb-section {
		padding: 46px 0;
	}

	.grb-title {
		font-size: clamp(2rem, 10vw, 2.8rem);
		line-height: 1.06;
	}

	.grb-lead {
		font-size: 1rem;
		line-height: 1.65;
	}

	.grb-actions,
	.grb-centered-action {
		align-items: stretch;
		flex-direction: column;
	}

	.grb-button,
	.woocommerce a.button.grb-button,
	.woocommerce button.button.single_add_to_cart_button {
		width: 100%;
	}

	.grb-shipping-notice {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.grb-proof-grid,
	.grb-feature-grid,
	.grb-review-grid,
	.grb-product-list,
	.grb-product-grid,
	.grb-post-grid,
	.grb-note-list,
	.grb-gelee-rucher-grid {
		grid-template-columns: 1fr;
	}

	.grb-product-stage {
		min-height: 300px;
	}

	.grb-home-hero .grb-hero-product {
		height: 300px;
	}

	.grb-product-image {
		min-height: 220px;
	}

	.grb-single-media {
		min-height: 280px;
		padding: 16px;
	}

	.woocommerce div.product form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce div.product form.cart div.quantity,
	.woocommerce .quantity .qty {
		width: 100%;
	}

	.grb-buy-box form.cart:not(.variations_form) {
		display: grid;
		grid-template-columns: 76px minmax(0, 1fr);
		flex-direction: initial;
	}

	.grb-buy-box .variations_button {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.grb-format-option {
		min-height: 112px;
		padding: 12px;
	}

	.grb-footer-links {
		justify-content: flex-start;
	}
}

@media (max-width: 420px) {
	.grb-wrap {
		width: min(100% - 20px, 1160px);
	}

	.grb-brand {
		min-width: 0;
	}

	.grb-brand-main {
		font-size: 0.98rem;
	}

	.grb-brand-sub,
	.grb-nav {
		font-size: 0.84rem;
	}

	.grb-hero,
	.grb-shop-head,
	.grb-editorial-hero {
		padding: 36px 0;
	}

	.grb-card,
	.grb-contact-intro,
	.grb-buy-box {
		padding: 16px;
	}

	.grb-product-stage {
		min-height: 240px;
	}

	.grb-home-hero .grb-hero-product {
		height: 240px;
	}

	.grb-editorial-content th,
	.grb-editorial-content td {
		padding: 10px;
		min-width: 150px;
	}
}
