.phx-grocery-ready {
	--phx-green: #17633e;
	--phx-green-dark: #103c2a;
	--phx-leaf: #6dbb54;
	--phx-yellow: #f3bf3f;
	--phx-ink: #17221b;
	--phx-muted: #607066;
	--phx-line: #dfe8dd;
	--phx-soft: #f5f8f1;
	background: #fbfcf8;
	color: var(--phx-ink);
}

.phx-grocery-shell,
.phx-grocery-home,
.phx-page,
.phx-single-assurance {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: min(1180px, calc(100% - 32px));
}

.phx-grocery-topbar {
	background: var(--phx-green-dark);
	color: #fff;
	font-size: 14px;
}

.phx-grocery-topbar .phx-grocery-shell {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.phx-grocery-topbar a {
	color: var(--phx-yellow);
	font-weight: 800;
	text-decoration: none;
}

.phx-grocery-ready .site-header,
.phx-grocery-ready .ast-primary-header-bar {
	background: #fff;
	border-bottom: 1px solid var(--phx-line);
	box-shadow: 0 8px 26px rgba(21, 62, 42, 0.08);
}

.phx-grocery-ready .main-header-menu .menu-link,
.phx-grocery-ready .ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--phx-ink);
	font-weight: 750;
}

.phx-grocery-ready .main-header-menu .menu-link:hover,
.phx-grocery-ready .ast-builder-menu-1 .menu-item > .menu-link:hover {
	color: var(--phx-green);
}

.phx-grocery-ready .site-title a {
	color: var(--phx-green-dark);
	font-weight: 900;
}

.phx-cart-count {
	align-items: center;
	background: var(--phx-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	line-height: 1;
	margin-left: 6px;
	min-width: 20px;
	padding: 0 6px;
	vertical-align: middle;
}

.phx-grocery-footer .phx-cart-count {
	background: var(--phx-yellow);
	color: var(--phx-green-dark);
}

.phx-hero {
	background:
		linear-gradient(90deg, rgba(16, 60, 42, 0.93), rgba(23, 99, 62, 0.55)),
		url("https://grocery.phoenixfiremart.com/wp-content/uploads/2026/06/grocery-products-hero-banner-hd.png") center / cover;
	border-radius: 8px;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin-top: 22px;
	min-height: 430px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 68px);
}

.phx-hero__copy {
	align-self: center;
	color: #fff;
	max-width: 650px;
}

.phx-hero__copy span,
.phx-page-hero span,
.phx-content-band span {
	color: var(--phx-yellow);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.phx-hero h1,
.phx-page-hero h1 {
	color: inherit;
	font-size: clamp(38px, 6vw, 66px);
	line-height: 1.02;
	margin: 0 0 16px;
}

.phx-hero p,
.phx-page-hero p {
	color: inherit;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	max-width: 640px;
}

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

.phx-button,
.phx-grocery-ready .button,
.phx-grocery-ready button.button,
.phx-grocery-ready .added_to_cart,
.phx-grocery-ready .single_add_to_cart_button {
	align-items: center;
	background: var(--phx-green);
	border: 0;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	text-decoration: none;
}

.phx-button:hover,
.phx-grocery-ready .button:hover,
.phx-grocery-ready button.button:hover,
.phx-grocery-ready .single_add_to_cart_button:hover {
	background: var(--phx-green-dark);
	color: #fff;
}

.phx-button--light {
	background: #fff;
	color: var(--phx-green-dark);
}

.phx-hero__panel {
	align-self: end;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px;
}

.phx-hero__panel strong {
	color: var(--phx-green-dark);
	font-size: 24px;
	line-height: 1.18;
}

.phx-hero__panel span {
	color: var(--phx-muted);
	line-height: 1.5;
}

.phx-service-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 22px 0 34px;
}

.phx-service-grid .phx-service-card,
.phx-category-strip a,
.phx-product-card,
.phx-contact-card,
.phx-contact-form,
.phx-split,
.phx-content-band,
.phx-single-assurance > div {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
}

.phx-service-grid .phx-service-card {
	color: inherit;
	display: block;
	padding: 20px;
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.phx-service-grid .phx-service-card:hover,
.phx-service-grid .phx-service-card:focus-visible {
	border-color: rgba(44, 125, 69, 0.32);
	box-shadow: 0 16px 32px rgba(25, 61, 42, 0.12);
	transform: translateY(-2px);
}

.phx-service-grid strong,
.phx-service-grid span,
.phx-service-grid em {
	display: block;
}

.phx-service-grid strong {
	color: var(--phx-green-dark);
	font-size: 17px;
}

.phx-service-grid span {
	color: var(--phx-muted);
	line-height: 1.45;
	margin-top: 6px;
}

.phx-service-grid em {
	color: var(--phx-green);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	margin-top: 14px;
}

.phx-section {
	margin-top: 34px;
}

.phx-section__head {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.phx-section__head h2 {
	color: var(--phx-ink);
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
}

.phx-section__head a {
	color: var(--phx-green);
	font-weight: 850;
	text-decoration: none;
}

.phx-category-strip,
.phx-product-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phx-category-strip a {
	color: var(--phx-ink);
	min-height: 102px;
	padding: 18px;
	text-decoration: none;
}

.phx-category-strip strong,
.phx-category-strip span {
	display: block;
}

.phx-category-strip strong {
	font-size: 17px;
	line-height: 1.25;
}

.phx-category-strip span {
	color: var(--phx-muted);
	margin-top: 8px;
}

.phx-product-card {
	color: var(--phx-ink);
	display: flex;
	flex-direction: column;
	padding: 14px;
	text-decoration: none;
}

.phx-product-card__image {
	align-items: center;
	aspect-ratio: 1 / 0.78;
	background: var(--phx-soft);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	overflow: hidden;
}

.phx-product-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.phx-product-card__title {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	min-height: 40px;
}

.phx-product-card__price {
	color: var(--phx-green);
	font-weight: 900;
	margin-top: 8px;
}

.phx-content-band {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 40px 0;
	padding: 28px;
}

.phx-content-band h2 {
	font-size: 28px;
	line-height: 1.18;
	margin: 0;
}

.phx-content-band p {
	color: var(--phx-muted);
	line-height: 1.7;
	margin: 0;
}

.phx-page-hero {
	background: linear-gradient(135deg, var(--phx-green-dark), var(--phx-green));
	border-radius: 8px;
	color: #fff;
	margin-top: 22px;
	padding: clamp(32px, 6vw, 68px);
}

.phx-split,
.phx-contact-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 26px 0 40px;
}

.phx-policy-card {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	margin: 26px 0 40px;
	padding: 28px;
}

.phx-policy-note {
	color: var(--phx-muted);
	line-height: 1.65;
	margin: 0 0 18px;
}

.phx-split {
	padding: 28px;
}

.phx-split h2 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.phx-split p {
	color: var(--phx-muted);
	line-height: 1.7;
	margin: 0;
}

.phx-tick-list {
	display: grid;
	gap: 10px;
}

.phx-tick-list span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 6px;
	font-weight: 800;
	padding: 13px 14px;
}

.phx-contact-card,
.phx-contact-form {
	padding: 24px;
}

.phx-contact-card strong,
.phx-contact-card a,
.phx-contact-card span {
	display: block;
}

.phx-contact-card strong {
	font-size: 24px;
	margin-bottom: 12px;
}

.phx-contact-card a {
	color: var(--phx-green);
	font-weight: 850;
	margin-bottom: 10px;
	text-decoration: none;
}

.phx-contact-card span {
	color: var(--phx-muted);
	line-height: 1.6;
}

.phx-contact-form {
	display: grid;
	gap: 14px;
}

.phx-contact-form label {
	color: var(--phx-ink);
	display: grid;
	font-weight: 800;
	gap: 7px;
}

.phx-contact-form input,
.phx-contact-form textarea,
.phx-grocery-ready .woocommerce-ordering select,
.phx-grocery-ready .quantity .qty {
	background: #fff;
	border: 1px solid #cbd8ca;
	border-radius: 6px;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.phx-contact-notice {
	background: #eaf7e7;
	border: 1px solid #b9dfb1;
	border-radius: 6px;
	color: var(--phx-green-dark);
	font-weight: 800;
	padding: 12px;
}

.phx-grocery-shop-banner {
	background: linear-gradient(135deg, var(--phx-green-dark), var(--phx-leaf));
	border-radius: 8px;
	color: #fff;
	margin-bottom: 28px;
	padding: 42px 0;
}

.phx-grocery-shop-banner .phx-grocery-shell {
	width: min(100% - 32px, 1180px);
}

.phx-grocery-shop-banner p {
	color: var(--phx-yellow);
	font-weight: 900;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.phx-grocery-shop-banner h1 {
	color: inherit;
	font-size: clamp(30px, 5vw, 48px);
	line-height: 1.08;
	margin: 0 0 10px;
	max-width: 760px;
}

.phx-grocery-shop-banner span {
	color: rgba(255, 255, 255, 0.86);
	display: block;
	font-size: 17px;
	max-width: 680px;
}

.phx-shop-filter {
	align-items: end;
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(220px, 1.4fr) minmax(160px, 0.9fr) minmax(110px, 0.55fr) minmax(110px, 0.55fr) minmax(150px, 0.85fr) auto;
	margin: 0 0 22px;
	padding: 16px;
}

.phx-shop-filter label {
	color: var(--phx-ink);
	display: grid;
	font-size: 13px;
	font-weight: 850;
	gap: 7px;
	min-width: 0;
}

.phx-shop-filter input,
.phx-shop-filter select {
	background: #fff;
	border: 1px solid #cbd8ca;
	border-radius: 6px;
	box-sizing: border-box;
	color: var(--phx-ink);
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.phx-shop-filter__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	white-space: nowrap;
}

.phx-shop-filter__actions a {
	color: var(--phx-green);
	font-weight: 850;
	text-decoration: none;
}

.phx-grocery-ready.woocommerce .woocommerce-ordering,
.phx-grocery-ready .woocommerce .woocommerce-ordering {
	display: none;
}

.phx-grocery-ready.woocommerce ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phx-grocery-ready.woocommerce ul.products li.product,
.phx-grocery-ready .woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	padding: 14px;
	width: auto;
}

.phx-grocery-ready.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 0.78;
	background: var(--phx-soft);
	border-radius: 6px;
	object-fit: contain;
	width: 100%;
}

.phx-grocery-ready.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--phx-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
	min-height: 42px;
	padding: 10px 0 6px;
}

.phx-grocery-ready.woocommerce ul.products li.product .price {
	color: var(--phx-green);
	font-weight: 900;
}

.phx-grocery-ready #colophon,
.phx-grocery-ready .site-footer:not(.phx-grocery-footer),
.phx-grocery-ready .ast-footer-copyright,
.phx-grocery-ready .site-above-footer-wrap,
.phx-grocery-ready .site-primary-footer-wrap,
.phx-grocery-ready .site-below-footer-wrap,
.phx-grocery-ready .ast-builder-footer-grid-columns {
	display: none !important;
}

.phx-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}

.phx-product-badges span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 999px;
	color: var(--phx-green-dark);
	font-size: 13px;
	font-weight: 850;
	padding: 7px 11px;
}

.phx-single-assurance {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 26px;
	margin-top: 18px;
}

.phx-single-assurance > div {
	padding: 20px;
}

.phx-single-assurance strong {
	color: var(--phx-green-dark);
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.phx-single-assurance p {
	color: var(--phx-muted);
	line-height: 1.55;
	margin: 0;
}

.phx-grocery-footer {
	background: var(--phx-green-dark);
	color: #fff;
	margin-top: 46px;
	padding: 34px 0;
}

.phx-grocery-footer__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 1.25fr) minmax(140px, 0.7fr) minmax(170px, 0.9fr) minmax(240px, 1fr);
}

.phx-grocery-footer strong {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

.phx-grocery-footer p,
.phx-grocery-footer small {
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.55;
	margin: 0;
}

.phx-grocery-footer nav,
.phx-footer-support {
	display: grid;
	gap: 8px;
}

.phx-grocery-footer a,
.phx-grocery-footer span {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.phx-footer-links span,
.phx-footer-support span {
	margin-bottom: 2px;
}

@media (max-width: 921px) {
	.phx-hero,
	.phx-content-band,
	.phx-split,
	.phx-contact-grid,
	.phx-grocery-footer__grid {
		grid-template-columns: 1fr;
	}

	.phx-service-grid,
	.phx-category-strip,
	.phx-product-grid,
	.phx-shop-filter,
	.phx-grocery-ready.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phx-shop-filter__search,
	.phx-shop-filter__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 544px) {
	.phx-grocery-shell,
	.phx-grocery-home,
	.phx-page,
	.phx-single-assurance {
		width: min(100% - 24px, 1180px);
	}

	.phx-grocery-topbar .phx-grocery-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 8px 0;
	}

	.phx-hero {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
		padding: 34px 22px;
	}

	.phx-hero h1,
	.phx-page-hero h1 {
		font-size: 38px;
	}

	.phx-service-grid,
	.phx-category-strip,
	.phx-product-grid,
	.phx-single-assurance,
	.phx-shop-filter,
	.phx-grocery-ready.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.phx-page-hero {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
	}
}
