/* Green Fresh Food reference composition. */
body.olrova-green-active {
	background: #fff;
}

.green-food-page {
	--gf-green: #50b937;
	--gf-dark: #111;
	--gf-muted: #777;
	--gf-line: #e8e8e8;
	background: #fff;
	color: var(--gf-dark);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 752px;
	overflow: hidden;
}

.green-food-page *,
.green-food-page *::before,
.green-food-page *::after {
	box-sizing: border-box;
}

.green-food-page a {
	color: inherit;
	text-decoration: none;
}

.green-food-page button {
	font: inherit;
}

.green-food-header {
	background: #fff;
	position: relative;
	z-index: 10;
}

.green-food-header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	height: 54px;
	margin: 0 auto;
	max-width: 458px;
}

.green-food-header__menu {
	align-items: center;
	background: none;
	border: 0;
	display: inline-flex;
	flex-direction: column;
	gap: 3px;
	justify-content: center;
	padding: 0;
	width: 22px;
}

.green-food-header__menu span:not(.screen-reader-text) {
	background: var(--gf-dark);
	display: block;
	height: 1px;
	width: 14px;
}

.green-food-logo {
	align-items: center;
	color: var(--gf-green) !important;
	display: inline-flex;
	gap: 4px;
	justify-self: center;
	line-height: 0.75;
}

.green-food-logo__mark {
	border: 2px solid var(--gf-green);
	border-radius: 55% 45% 55% 45%;
	font-size: 24px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
	transform: rotate(-7deg);
	width: 24px;
}

.green-food-logo > span:last-child {
	display: grid;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.green-food-logo strong {
	font-weight: 400;
}

.green-food-header__nav,
.green-food-header__actions {
	align-items: center;
	display: flex;
}

.green-food-header__nav {
	gap: 18px;
	justify-self: start;
	margin-left: 22px;
	order: -1;
}

.green-food-header__nav a,
.green-food-header__actions span {
	font-size: 7px;
	font-weight: 700;
	text-transform: uppercase;
}

.green-food-header__nav a {
	display: none;
}

.green-food-header__actions {
	gap: 12px;
	justify-content: flex-end;
}

.green-food-header__actions span {
	margin-right: 4px;
}

.green-food-icon {
	display: inline-block;
	height: 14px;
	position: relative;
	width: 14px;
}

.green-food-icon::before,
.green-food-icon::after {
	content: "";
	position: absolute;
}

.green-food-icon--account::before {
	border: 1px solid #222;
	border-radius: 50%;
	height: 4px;
	left: 5px;
	top: 1px;
	width: 4px;
}

.green-food-icon--account::after {
	border: 1px solid #222;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	height: 5px;
	left: 2px;
	top: 8px;
	width: 10px;
}

.green-food-icon--heart::before {
	border: 1px solid #222;
	border-radius: 8px 8px 8px 0;
	height: 8px;
	left: 3px;
	top: 2px;
	transform: rotate(-45deg);
	width: 8px;
}

.green-food-icon--bag::before {
	border: 1px solid #222;
	height: 8px;
	left: 2px;
	top: 5px;
	width: 10px;
}

.green-food-icon--bag::after {
	border: 1px solid #222;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
	height: 4px;
	left: 4px;
	top: 2px;
	width: 6px;
}

.green-food-menu {
	background: #fff;
	border-top: 1px solid var(--gf-line);
	display: grid;
	gap: 12px;
	padding: 14px 24px;
	position: absolute;
	width: 100%;
	z-index: 20;
}

.green-food-menu a {
	font-size: 12px;
	font-weight: 700;
}

.green-food-hero {
	background: #f4f4f4;
	height: 302px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.green-food-hero__copy {
	margin: 0 auto;
	max-width: 460px;
	padding-top: 25px;
	position: relative;
	z-index: 2;
}

.green-food-hero h1 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1;
	margin: 0;
}

.green-food-hero p {
	font-size: 7px;
	margin: 8px 0 11px;
}

.green-food-button {
	align-items: center;
	background: var(--gf-green);
	color: #fff !important;
	display: inline-flex;
	font-size: 7px;
	font-weight: 700;
	justify-content: center;
	min-height: 27px;
	padding: 0 18px;
	text-transform: uppercase;
}

.green-food-hero__photo {
	background-image: url("https://cdn.dribbble.com/userupload/48046701/file/262bf75651e7f507ed28c4940824e53e.png?resize=752x&vertical=center");
	background-position: center -158px;
	background-repeat: no-repeat;
	background-size: 752px 1188px;
	bottom: 0;
	height: 202px;
	left: 0;
	position: absolute;
	width: 100%;
}

.green-food-hero__line {
	border: 1px solid #ddd;
	border-radius: 50%;
	height: 84px;
	position: absolute;
	width: 84px;
}

.green-food-hero__line--left {
	left: -42px;
	top: 70px;
}

.green-food-hero__line--right {
	right: -40px;
	top: 76px;
}

.green-food-menu-section {
	background: #fff;
	min-height: 354px;
	padding: 30px 0 20px;
	text-align: center;
}

.green-food-menu-section h2 {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 18px;
}

.green-food-categories {
	align-items: end;
	display: flex;
	gap: 27px;
	justify-content: center;
}

.green-food-categories button {
	background: none;
	border: 0;
	color: #222;
	cursor: pointer;
	display: grid;
	font-size: 7px;
	gap: 4px;
	justify-items: center;
	padding: 0 0 6px;
	position: relative;
}

.green-food-categories button span {
	font-size: 13px;
	line-height: 1;
}

.green-food-categories button.is-active {
	color: var(--gf-green);
}

.green-food-categories button.is-active::after {
	background: var(--gf-green);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.green-food-products {
	align-items: center;
	display: grid;
	gap: 11px;
	grid-template-columns: 25px repeat(3, 145px) 25px;
	justify-content: center;
	margin-top: 42px;
}

.green-food-products__arrow {
	align-items: center;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	color: #111;
	display: inline-flex;
	font-size: 22px;
	height: 25px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 3px;
	width: 25px;
}

.green-food-product-card {
	background: #f5f5f5;
	font-size: 7px;
	min-height: 151px;
	padding-bottom: 8px;
	position: relative;
	text-align: center;
}

.green-food-product-card__photo {
	background-image: url("https://cdn.dribbble.com/userupload/48046701/file/262bf75651e7f507ed28c4940824e53e.png?resize=752x&vertical=center");
	background-repeat: no-repeat;
	background-size: 752px 1188px;
	height: 93px;
	margin: 0 auto 5px;
	width: 145px;
}

.green-food-product-card__photo--one { background-position: -155px -493px; }
.green-food-product-card__photo--two { background-position: -310px -493px; }
.green-food-product-card__photo--three { background-position: -465px -493px; }

.green-food-product-card strong,
.green-food-product-card small {
	display: block;
}

.green-food-product-card strong {
	font-size: 7px;
	font-weight: 700;
}

.green-food-product-card small {
	color: #999;
	font-size: 5px;
	margin-top: 4px;
}

.green-food-product-card > div:last-child {
	bottom: 7px;
	color: var(--gf-green);
	display: flex;
	font-size: 13px;
	gap: 18px;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
}

.green-food-product-card > div:last-child span:first-child {
	color: #f3a500;
}

.green-food-pagination {
	align-items: center;
	display: flex;
	gap: 3px;
	justify-content: center;
	margin-top: 14px;
}

.green-food-pagination span,
.green-food-pagination i {
	background: var(--gf-green);
	display: block;
	height: 2px;
	width: 2px;
}

.green-food-pagination i {
	width: 14px;
}

.green-food-story {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	max-width: 458px;
	min-height: 278px;
	padding: 18px 0 24px;
}

.green-food-story__copy {
	padding-right: 24px;
}

.green-food-story h2 {
	font-size: 18px;
	line-height: 1.05;
	margin: 0 0 15px;
	max-width: 140px;
}

.green-food-story p {
	color: #555;
	font-size: 7px;
	line-height: 1.45;
	margin: 0 0 18px;
	max-width: 150px;
}

.green-food-story .green-food-button {
	font-size: 6px;
	min-height: 26px;
}

.green-food-story__photo {
	background-image: url("https://cdn.dribbble.com/userupload/48046701/file/262bf75651e7f507ed28c4940824e53e.png?resize=752x&vertical=center");
	background-position: -365px -735px;
	background-repeat: no-repeat;
	background-size: 752px 1188px;
	height: 230px;
	width: 228px;
}

.green-food-instagram {
	display: grid;
	grid-template-columns: 1fr 92px;
	height: 95px;
	margin: 0 auto;
	max-width: 458px;
}

.green-food-instagram__photos {
	background-image: url("https://cdn.dribbble.com/userupload/48046701/file/262bf75651e7f507ed28c4940824e53e.png?resize=752x&vertical=center");
	background-position: -155px -1015px;
	background-repeat: no-repeat;
	background-size: 752px 1188px;
}

.green-food-instagram__cta {
	align-items: center;
	background: var(--gf-green);
	color: #fff !important;
	display: flex;
	gap: 7px;
	justify-content: center;
	padding: 8px;
}

.green-food-instagram__cta strong {
	font-size: 22px;
	font-weight: 400;
}

.green-food-instagram__cta span {
	display: grid;
	font-size: 6px;
	line-height: 1.5;
}

.green-food-instagram__cta b {
	font-size: 12px;
	font-weight: 700;
}

.green-food-footer {
	border-top: 1px solid var(--gf-line);
	display: grid;
	font-size: 7px;
	grid-template-columns: 1fr auto;
	margin: 0 auto;
	max-width: 458px;
	padding: 15px 0 10px;
}

.green-food-footer > div {
	display: flex;
	gap: 22px;
}

.green-food-footer > strong {
	font-size: 11px;
	grid-column: 2;
	grid-row: 1 / span 2;
}

.green-food-footer > small {
	color: #aaa;
	font-size: 6px;
	margin-top: 20px;
}

@media (min-width: 753px) {
	.green-food-page {
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
	}
}

/* Header alignment and hidden menu state. */
.green-food-menu[hidden] {
	display: none;
}

.green-food-header__menu {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
}

.green-food-logo {
	grid-column: 2;
	grid-row: 1;
}

.green-food-header__nav {
	display: flex;
	grid-column: 1;
	grid-row: 1;
	margin-left: 34px;
	order: initial;
}

.green-food-header__nav a {
	display: inline;
}

.green-food-header__actions {
	grid-column: 3;
	grid-row: 1;
}

.green-food-hero__photo {
	z-index: 1;
}

.green-food-hero__copy {
	z-index: 2;
}

/* Product cards use WooCommerce media instead of reference-image placeholders. */
.green-food-product-card__photo {
	align-items: center;
	background-image: none;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.green-food-product-card__photo img {
	display: block;
	height: 100%;
	margin: 0;
	object-fit: contain;
	width: 100%;
}

.green-food-products__empty {
	color: #777;
	font-size: 7px;
	grid-column: 2 / -2;
	margin: 0;
}

/* The landing canvas fills the viewport; only inner editorial blocks stay constrained. */
.green-food-page {
	max-width: none;
	width: 100%;
}

@media (min-width: 753px) {
	.green-food-page {
		box-shadow: none;
	}
}

/* Fluid inner layout for full-width desktop sections. */
.green-food-header__inner,
.green-food-story,
.green-food-instagram,
.green-food-footer {
	max-width: 1360px;
	width: calc(100% - 48px);
}

.green-food-products {
	gap: clamp(12px, 2vw, 28px);
	grid-template-columns: clamp(28px, 4vw, 48px) repeat(3, minmax(0, 1fr)) clamp(28px, 4vw, 48px);
	max-width: 1280px;
	width: calc(100% - 48px);
}

.green-food-product-card {
	min-height: 240px;
	padding-bottom: 14px;
}

.green-food-product-card__photo {
	height: 175px;
	width: 100%;
}

.green-food-story {
	min-height: 360px;
	padding: 42px 0;
}

.green-food-story__copy {
	padding-right: clamp(24px, 5vw, 96px);
}

.green-food-story h2 {
	font-size: clamp(24px, 3vw, 42px);
	max-width: 11ch;
}

.green-food-story p {
	font-size: clamp(8px, 1vw, 13px);
	max-width: 300px;
}

.green-food-story__photo {
	height: 300px;
	width: 100%;
	background-position: center -735px;
}

.green-food-instagram {
	grid-template-columns: 1fr minmax(140px, 220px);
	height: 150px;
}

.green-food-footer {
	padding: 20px 0 14px;
}

@media (max-width: 700px) {
	.green-food-header__inner,
	.green-food-story,
	.green-food-instagram,
	.green-food-footer {
		width: calc(100% - 28px);
	}

	.green-food-products {
		width: calc(100% - 28px);
	}

	.green-food-product-card {
		min-height: 170px;
	}

	.green-food-product-card__photo {
		height: 120px;
	}

	.green-food-story {
		min-height: 278px;
		padding: 18px 0 24px;
	}

	.green-food-story__photo {
		height: 230px;
	}

	.green-food-instagram {
		height: 95px;
		grid-template-columns: 1fr 92px;
	}
}

/* Normal UI scale: the original reference values were thumbnail-sized. */
@media (min-width: 701px) {
	.green-food-header__inner {
		height: 82px;
		max-width: 1360px;
		width: calc(100% - 72px);
	}

	.green-food-header__nav {
		gap: clamp(18px, 2.4vw, 42px);
		margin-left: 52px;
	}

	.green-food-header__nav a,
	.green-food-header__actions span {
		font-size: clamp(10px, 0.9vw, 14px);
	}

	.green-food-header__actions {
		gap: clamp(12px, 1.4vw, 24px);
	}

	.green-food-logo__mark {
		font-size: 36px;
		line-height: 38px;
		width: 36px;
	}

	.green-food-logo > span:last-child {
		font-size: 14px;
	}

	.green-food-icon {
		height: 24px;
		transform: scale(1.35);
		width: 24px;
	}

	.green-food-hero {
		height: clamp(500px, 43vw, 680px);
	}

	.green-food-hero__copy {
		max-width: 900px;
		padding-top: clamp(52px, 6vw, 96px);
	}

	.green-food-hero h1 {
		font-size: clamp(42px, 5.3vw, 82px);
		letter-spacing: -0.065em;
	}

	.green-food-hero p {
		font-size: clamp(12px, 1.1vw, 17px);
		margin: 18px 0 24px;
	}

	.green-food-button {
		font-size: clamp(11px, 0.9vw, 14px);
		min-height: 48px;
		padding: 0 32px;
	}

	.green-food-hero__photo {
		display: none !important;
	}

	.green-food-hero::after {
		background-image: url("https://cdn.dribbble.com/userupload/48046701/file/262bf75651e7f507ed28c4940824e53e.png?resize=752x&vertical=center");
		background-position: center -52.5vw;
		background-repeat: no-repeat;
		background-size: 250% auto;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		height: 12%;
		z-index: 1;
	}

	.green-food-menu-section {
		min-height: 560px;
		padding: clamp(58px, 6vw, 92px) 24px 42px;
	}

	.green-food-menu-section h2 {
		font-size: clamp(28px, 3vw, 46px);
		margin-bottom: 34px;
	}

	.green-food-categories {
		gap: clamp(26px, 4vw, 64px);
	}

	.green-food-categories button {
		font-size: clamp(11px, 0.9vw, 14px);
		gap: 10px;
		padding-bottom: 12px;
	}

	.green-food-categories button span {
		font-size: 23px;
	}

	.green-food-products {
		gap: clamp(18px, 2vw, 32px);
		margin-top: clamp(54px, 5vw, 82px);
	}

	.green-food-products__arrow {
		font-size: 32px;
		height: 44px;
		width: 44px;
	}

	.green-food-product-card {
		min-height: 330px;
		padding-bottom: 22px;
	}

	.green-food-product-card__photo {
		height: 240px;
	}

	.green-food-product-card strong {
		font-size: clamp(13px, 1.1vw, 17px);
		margin-top: 12px;
	}

	.green-food-product-card small {
		font-size: clamp(10px, 0.8vw, 13px);
		margin-top: 8px;
	}

	.green-food-product-card > div:last-child {
		bottom: 16px;
		font-size: 22px;
		gap: 28px;
	}

	.green-food-pagination {
		margin-top: 24px;
	}

	.green-food-story {
		min-height: 520px;
		padding: 70px 0;
	}

	.green-food-story__copy {
		padding-right: clamp(32px, 7vw, 120px);
	}

	.green-food-story h2 {
		font-size: clamp(34px, 4vw, 62px);
		margin-bottom: 24px;
	}

	.green-food-story p {
		font-size: clamp(12px, 1.1vw, 17px);
		line-height: 1.6;
		max-width: 390px;
	}

	.green-food-story .green-food-button {
		font-size: clamp(10px, 0.9vw, 14px);
		min-height: 46px;
	}

	.green-food-story__photo {
		height: 430px;
	}

	.green-food-instagram {
		height: 190px;
		grid-template-columns: 1fr minmax(190px, 280px);
	}

	.green-food-instagram__cta strong {
		font-size: 40px;
	}

	.green-food-instagram__cta span {
		font-size: 11px;
	}

	.green-food-instagram__cta b {
		font-size: 20px;
	}

	.green-food-footer {
		font-size: 12px;
		padding: 28px 0 20px;
	}

	.green-food-footer > strong {
		font-size: 18px;
	}

	.green-food-footer > small {
		font-size: 10px;
		margin-top: 28px;
	}
}

@media (max-width: 700px) {
	.green-food-hero {
		height: 420px;
	}

	.green-food-hero__copy {
		padding: 42px 22px 0;
	}

	.green-food-hero h1 {
		font-size: clamp(34px, 10vw, 52px);
	}

	.green-food-hero p {
		font-size: 12px;
		line-height: 1.45;
	}

	.green-food-button {
		font-size: 10px;
		min-height: 42px;
	}

	.green-food-menu-section {
		min-height: 500px;
		padding-top: 44px;
	}

	.green-food-menu-section h2 {
		font-size: 28px;
	}

	.green-food-categories button {
		font-size: 10px;
	}

	.green-food-product-card {
		min-height: 190px;
	}

	.green-food-product-card__photo {
		height: 135px;
	}

	.green-food-product-card strong {
		font-size: 11px;
	}

	.green-food-product-card small {
		font-size: 8px;
	}

	.green-food-story h2 {
		font-size: 28px;
	}

	.green-food-story p {
		font-size: 11px;
	}
}
