/*
 * COD SHROOMS — EDITORIAL RETAIL LAYOUT
 * Scoped only to the existing Shrooms page/category.
 */

body.cod-shrooms-editorial {
	--cod-bg: #f6f7f2;
	--cod-paper: #ffffff;
	--cod-ink: #182019;
	--cod-muted: #5d665f;
	--cod-green: #174a35;
	--cod-orange: #f16522;
	--cod-yellow: #f3cd45;
	--cod-line: #d9ded8;
	--cod-soft: #eef1eb;
	background: var(--cod-bg) !important;
	color: var(--cod-ink);
}

/* Keep the live header, footer, navigation, and logo. Hide only old page/category headings. */
body.cod-shrooms-editorial .woocommerce-products-header,
body.cod-shrooms-editorial .woocommerce-products-header__title,
body.cod-shrooms-editorial .term-description,
body.cod-shrooms-editorial .archive-description,
body.cod-shrooms-editorial .category-description,
body.cod-shrooms-editorial .product-category-description,
body.cod-shrooms-editorial .woocommerce-product-category-description,
body.cod-shrooms-editorial .entry-header,
body.cod-shrooms-editorial .page-header,
body.cod-shrooms-editorial .entry-title {
	display: none !important;
}

body.cod-shrooms-editorial .site-main,
body.cod-shrooms-editorial main,
body.cod-shrooms-editorial .content-area,
body.cod-shrooms-editorial .container,
body.cod-shrooms-editorial .grid-container,
body.cod-shrooms-editorial .inside-article,
body.cod-shrooms-editorial .entry-content,
body.cod-shrooms-editorial .woocommerce {
	max-width: none;
}

body.cod-shrooms-editorial .inside-article,
body.cod-shrooms-editorial .entry-content {
	margin: 0 !important;
	padding: 0 !important;
}

body.cod-shrooms-editorial .woocommerce,
body.cod-shrooms-editorial .cod-shrooms-page-shell {
	width: min(100% - 48px, 1440px) !important;
	margin-inline: auto !important;
	padding-block: 32px 72px !important;
}

body.cod-shrooms-editorial .cod-shrooms-page-shell .woocommerce {
	width: 100% !important;
	padding: 0 !important;
}

body.cod-shrooms-editorial .cod-shrooms-hero,
body.cod-shrooms-editorial .cod-shrooms-toolbar,
body.cod-shrooms-editorial .cod-shrooms-info,
body.cod-shrooms-editorial ul.products,
body.cod-shrooms-editorial ul.products * {
	box-sizing: border-box;
}

body.cod-shrooms-editorial .cod-eyebrow {
	margin: 0 0 14px;
	color: var(--cod-orange);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

/* HERO */
body.cod-shrooms-editorial .cod-shrooms-hero {
	display: grid;
	grid-template-columns: minmax(390px, 0.82fr) minmax(540px, 1.18fr);
	min-height: 580px;
	margin: 0 0 64px;
	overflow: hidden;
	background: var(--cod-paper);
}

body.cod-shrooms-editorial .cod-shrooms-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(52px, 6vw, 96px);
}

body.cod-shrooms-editorial .cod-shrooms-hero h1 {
	max-width: 690px;
	margin: 0;
	color: var(--cod-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(48px, 4.65vw, 78px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.96;
	text-transform: none;
}

body.cod-shrooms-editorial .cod-shrooms-hero__tagline {
	max-width: 560px;
	margin: 22px 0 0;
	color: var(--cod-orange);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(18px, 1.55vw, 24px);
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.3;
}

body.cod-shrooms-editorial .cod-shrooms-hero__intro {
	max-width: 560px;
	margin: 18px 0 34px;
	color: var(--cod-muted);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(18px, 1.45vw, 22px);
	line-height: 1.55;
}

body.cod-shrooms-editorial .cod-primary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 28px;
	border: 2px solid var(--cod-green);
	border-radius: 0;
	background: var(--cod-green);
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	transition: background 160ms ease, color 160ms ease;
}

body.cod-shrooms-editorial .cod-primary-link:hover,
body.cod-shrooms-editorial .cod-primary-link:focus-visible {
	background: transparent;
	color: var(--cod-green) !important;
}

body.cod-shrooms-editorial .cod-shrooms-hero__media {
	position: relative;
	min-width: 0;
	min-height: 580px;
	margin: 0;
	overflow: hidden;
	background: var(--cod-yellow);
}

body.cod-shrooms-editorial .cod-shrooms-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 580px;
	margin: 0;
	object-fit: cover;
	object-position: center 62%;
}

body.cod-shrooms-editorial .cod-shrooms-hero__media figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 18px 24px;
	background: var(--cod-green);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

/* SHOP HEADING */
body.cod-shrooms-editorial .cod-shrooms-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 34px;
	margin: 0 0 28px;
	scroll-margin-top: 140px;
}

body.cod-shrooms-editorial .cod-shrooms-toolbar h2 {
	margin: 0;
	color: var(--cod-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(36px, 3.5vw, 54px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1;
}

body.cod-shrooms-editorial .cod-shrooms-toolbar__note {
	max-width: 390px;
	margin: 0;
	color: var(--cod-muted);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	text-align: right;
}

body.cod-shrooms-editorial .woocommerce-result-count {
	display: none !important;
}

body.cod-shrooms-editorial .woocommerce-ordering {
	float: none !important;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0 0 22px !important;
}

body.cod-shrooms-editorial .woocommerce-ordering select {
	min-height: 46px;
	padding: 0 44px 0 16px;
	border: 1px solid var(--cod-line);
	border-radius: 0;
	background-color: var(--cod-paper);
	color: var(--cod-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* PRODUCT CATALOG */
body.cod-shrooms-editorial ul.products {
	clear: both;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.cod-shrooms-editorial ul.products::before,
body.cod-shrooms-editorial ul.products::after {
	display: none !important;
	content: none !important;
}

body.cod-shrooms-editorial ul.products li.product {
	position: relative;
	display: flex !important;
	flex-direction: column;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 0 22px !important;
	overflow: hidden;
	border: 1px solid var(--cod-line) !important;
	border-radius: 0 !important;
	background: var(--cod-paper) !important;
	box-shadow: none !important;
	transition: transform 160ms ease, border-color 160ms ease;
}

body.cod-shrooms-editorial ul.products li.product:hover {
	transform: translateY(-3px);
	border-color: #9ba79f !important;
}

body.cod-shrooms-editorial ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: inherit;
	text-decoration: none !important;
}

body.cod-shrooms-editorial ul.products li.product img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	margin: 0 0 22px !important;
	padding: clamp(14px, 2vw, 28px);
	object-fit: contain;
	background: #f1f0ec;
	transition: transform 180ms ease;
}

body.cod-shrooms-editorial ul.products li.product:hover img {
	transform: scale(1.018);
}

body.cod-shrooms-editorial ul.products li.product .woocommerce-loop-product__title,
body.cod-shrooms-editorial ul.products li.product h2,
body.cod-shrooms-editorial ul.products li.product h3 {
	margin: 0 !important;
	padding: 0 20px !important;
	color: var(--cod-ink) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: clamp(18px, 1.5vw, 22px) !important;
	font-weight: 800 !important;
	letter-spacing: -0.025em;
	line-height: 1.15 !important;
	text-transform: none !important;
}

body.cod-shrooms-editorial ul.products li.product .price {
	display: block !important;
	margin: 18px 0 20px !important;
	padding: 0 20px !important;
	color: var(--cod-ink) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.2;
}

body.cod-shrooms-editorial ul.products li.product .price del {
	color: #7d837f !important;
	opacity: 1;
}

body.cod-shrooms-editorial ul.products li.product .price ins {
	color: var(--cod-orange) !important;
	text-decoration: none !important;
}

body.cod-shrooms-editorial ul.products li.product .button,
body.cod-shrooms-editorial ul.products li.product .added_to_cart {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: calc(100% - 40px) !important;
	min-height: 50px;
	margin: auto 20px 0 !important;
	padding: 0 18px !important;
	border: 2px solid var(--cod-orange) !important;
	border-radius: 0 !important;
	background: var(--cod-orange) !important;
	color: #fff !important;
	box-shadow: none !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.03em;
	line-height: 1 !important;
	text-align: center;
	text-transform: uppercase;
}

body.cod-shrooms-editorial ul.products li.product .button:hover,
body.cod-shrooms-editorial ul.products li.product .button:focus-visible,
body.cod-shrooms-editorial ul.products li.product .added_to_cart:hover,
body.cod-shrooms-editorial ul.products li.product .added_to_cart:focus-visible {
	background: transparent !important;
	color: var(--cod-orange) !important;
}

body.cod-shrooms-editorial ul.products li.product .onsale {
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 10px 13px !important;
	border-radius: 0 !important;
	background: var(--cod-yellow) !important;
	color: var(--cod-ink) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: 0.08em;
	line-height: 1 !important;
	text-transform: uppercase;
	z-index: 3;
}

/* BOTTOM INFORMATION BAND */
body.cod-shrooms-editorial .cod-shrooms-info {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 0;
	margin: 72px 0 0;
	border: 1px solid var(--cod-line);
}

body.cod-shrooms-editorial .cod-shrooms-info__panel {
	min-height: 300px;
	padding: clamp(38px, 5vw, 68px);
}

body.cod-shrooms-editorial .cod-shrooms-info__panel--orange {
	background: var(--cod-orange);
	color: #fff;
}

body.cod-shrooms-editorial .cod-shrooms-info__panel--yellow {
	background: var(--cod-yellow);
	color: var(--cod-green);
}

body.cod-shrooms-editorial .cod-shrooms-info__panel--orange .cod-eyebrow {
	color: var(--cod-yellow);
}

body.cod-shrooms-editorial .cod-shrooms-info__panel--yellow .cod-eyebrow {
	color: var(--cod-green);
}

body.cod-shrooms-editorial .cod-shrooms-info h2 {
	max-width: 620px;
	margin: 0 0 22px;
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(34px, 3.4vw, 52px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

body.cod-shrooms-editorial .cod-shrooms-info p:not(.cod-eyebrow) {
	max-width: 600px;
	margin: 0;
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.55;
}

body.cod-shrooms-editorial .cod-old-category-copy {
	display: none !important;
}

body.cod-shrooms-editorial .woocommerce-pagination {
	margin: 38px 0 0 !important;
}

body.cod-shrooms-editorial .woocommerce-pagination ul {
	display: inline-flex !important;
	gap: 8px;
	border: 0 !important;
}

body.cod-shrooms-editorial .woocommerce-pagination ul li {
	border: 0 !important;
}

body.cod-shrooms-editorial .woocommerce-pagination a,
body.cod-shrooms-editorial .woocommerce-pagination span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	border: 1px solid var(--cod-line);
	background: var(--cod-paper) !important;
	color: var(--cod-ink) !important;
	font-weight: 800;
}

body.cod-shrooms-editorial .woocommerce-pagination .current {
	border-color: var(--cod-green);
	background: var(--cod-green) !important;
	color: #fff !important;
}

@media (max-width: 1100px) {
	body.cod-shrooms-editorial .cod-shrooms-hero {
		grid-template-columns: 0.95fr 1.05fr;
	}
}

@media (max-width: 780px) {
	body.cod-shrooms-editorial .woocommerce,
	body.cod-shrooms-editorial .cod-shrooms-page-shell {
		width: min(100% - 28px, 720px) !important;
		padding-block: 18px 48px !important;
	}

	body.cod-shrooms-editorial .cod-shrooms-page-shell .woocommerce {
		width: 100% !important;
		padding: 0 !important;
	}

	body.cod-shrooms-editorial .cod-shrooms-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		margin-bottom: 44px;
	}

	body.cod-shrooms-editorial .cod-shrooms-hero__copy {
		padding: 40px 28px 42px;
	}

	body.cod-shrooms-editorial .cod-shrooms-hero h1 {
		font-size: clamp(48px, 14vw, 72px);
	}

	body.cod-shrooms-editorial .cod-shrooms-hero__media,
	body.cod-shrooms-editorial .cod-shrooms-hero__media img {
		min-height: 330px;
	}

	body.cod-shrooms-editorial .cod-shrooms-hero__media img {
		object-position: center 66%;
	}

	body.cod-shrooms-editorial .cod-shrooms-hero__media figcaption {
		padding: 14px 16px;
		font-size: 9px;
	}

	body.cod-shrooms-editorial .cod-shrooms-toolbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		margin-bottom: 20px;
	}

	body.cod-shrooms-editorial .cod-shrooms-toolbar__note {
		max-width: 560px;
		text-align: left;
	}

	body.cod-shrooms-editorial .woocommerce-ordering,
	body.cod-shrooms-editorial .woocommerce-ordering select {
		width: 100%;
	}

	body.cod-shrooms-editorial ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px !important;
	}

	body.cod-shrooms-editorial ul.products li.product {
		padding-bottom: 16px !important;
	}

	body.cod-shrooms-editorial ul.products li.product .woocommerce-loop-product__title,
	body.cod-shrooms-editorial ul.products li.product h2,
	body.cod-shrooms-editorial ul.products li.product h3,
	body.cod-shrooms-editorial ul.products li.product .price {
		padding-inline: 14px !important;
	}

	body.cod-shrooms-editorial ul.products li.product .button,
	body.cod-shrooms-editorial ul.products li.product .added_to_cart {
		width: calc(100% - 28px) !important;
		margin-inline: 14px !important;
	}

	body.cod-shrooms-editorial .cod-shrooms-info {
		grid-template-columns: 1fr;
		margin-top: 48px;
	}

	body.cod-shrooms-editorial .cod-shrooms-info__panel {
		min-height: 0;
	}
}

@media (max-width: 480px) {
	body.cod-shrooms-editorial .cod-shrooms-hero__media,
	body.cod-shrooms-editorial .cod-shrooms-hero__media img {
		min-height: 270px;
	}

	body.cod-shrooms-editorial .cod-shrooms-hero__media img {
		object-position: center 70%;
	}

	body.cod-shrooms-editorial .cod-shrooms-hero__media figcaption {
		padding: 12px 14px;
		font-size: 8px;
	}

	body.cod-shrooms-editorial ul.products {
		grid-template-columns: 1fr;
	}

	body.cod-shrooms-editorial ul.products li.product img {
		aspect-ratio: 4 / 3;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.cod-shrooms-editorial *,
	body.cod-shrooms-editorial *::before,
	body.cod-shrooms-editorial *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}


/* v1.0.9 approved locked template */
body.cod-shrooms-editorial{background:#f6f1e7!important;color:#292b26!important;}
body.cod-shrooms-editorial #page,
body.cod-shrooms-editorial #content,
body.cod-shrooms-editorial #primary,
body.cod-shrooms-editorial .inside-article,
body.cod-shrooms-editorial .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#f6f1e7!important;}
.cod-shrooms-page{width:100%!important;overflow:hidden!important;background:#f6f1e7!important;color:#292b26!important;font-family:Poppins,Arial,sans-serif!important;}
.cod-shrooms-inner{width:min(1320px,calc(100% - 48px))!important;margin:0 auto!important;}
.cod-shrooms-hero{padding:56px 0 46px!important;background:#f6f1e7!important;border-bottom:1px solid rgba(41,43,38,.20)!important;}
.cod-shrooms-label{display:flex!important;gap:28px!important;color:#73776f!important;font-size:13px!important;font-weight:850!important;letter-spacing:.15em!important;line-height:1.1!important;text-transform:uppercase!important;}
.cod-shrooms-rule{height:1px!important;margin:18px 0 42px!important;background:rgba(41,43,38,.20)!important;}
.cod-shrooms-hero h1{margin:0!important;color:#1f3b2e!important;font-size:clamp(54px,8.8vw,126px)!important;font-weight:900!important;letter-spacing:-.075em!important;line-height:.84!important;text-transform:uppercase!important;}
.cod-shrooms-hero h2{max-width:900px!important;margin:28px 0 22px!important;color:#292b26!important;font-size:clamp(34px,4.6vw,64px)!important;font-weight:900!important;letter-spacing:-.055em!important;line-height:.98!important;}
.cod-shrooms-copy{max-width:920px!important;margin:0!important;color:#292b26!important;font-size:18px!important;line-height:1.65!important;}
.cod-shrooms-hero-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:62px!important;margin-top:34px!important;padding:0 26px!important;background:#1f3b2e!important;color:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;}
.cod-shrooms-hero-cta span:last-child{font-size:30px!important;line-height:1!important;}
.cod-shrooms-banner{width:100%!important;height:220px!important;margin:0!important;overflow:hidden!important;background:#f6f1e7!important;border-bottom:1px solid rgba(41,43,38,.20)!important;}
.cod-shrooms-banner img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;}
.cod-shrooms-products{padding:46px 0 58px!important;background:#f6f1e7!important;}
.cod-shrooms-eyebrow{margin:0 0 14px!important;color:#d96a2b!important;font-size:12px!important;font-weight:900!important;letter-spacing:.16em!important;line-height:1.1!important;text-transform:uppercase!important;}
.cod-shrooms-products h2{margin:0 0 18px!important;color:#292b26!important;font-size:clamp(38px,5.2vw,70px)!important;font-weight:900!important;letter-spacing:-.06em!important;line-height:.95!important;}
.cod-shrooms-products-copy{margin:0 0 26px!important;color:#73776f!important;font-size:17px!important;line-height:1.5!important;}
.cod-shrooms-count{margin:0 0 24px!important;padding:0 0 14px!important;border-bottom:1px solid rgba(41,43,38,.20)!important;color:#73776f!important;font-size:13px!important;font-weight:900!important;letter-spacing:.16em!important;line-height:1.1!important;text-transform:uppercase!important;}
.cod-shrooms-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
.cod-shrooms-card{position:relative!important;display:flex!important;flex-direction:column!important;background:#f6f1e7!important;border:1px solid rgba(31,59,46,.22)!important;overflow:hidden!important;}
.cod-shrooms-card__media{position:relative!important;height:300px!important;padding:18px!important;background:#f6f1e7!important;}

.cod-shrooms-card__media a{display:flex!important;width:100%!important;height:100%!important;align-items:center!important;justify-content:center!important;}
.cod-shrooms-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;}
.cod-shrooms-card__body{display:flex!important;flex:1!important;flex-direction:column!important;padding:20px!important;background:#f6f1e7!important;}
.cod-shrooms-card__title{margin:0 0 12px!important;color:#292b26!important;font-size:23px!important;font-weight:850!important;letter-spacing:-.04em!important;line-height:1.08!important;}
.cod-shrooms-card__title a{color:#292b26!important;text-decoration:none!important;}
.cod-shrooms-card__badges{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin:0 0 18px!important;}
.cod-shrooms-card__badge{display:inline-flex!important;min-height:30px!important;align-items:center!important;padding:0 9px!important;border:1px solid rgba(31,59,46,.22)!important;color:#1f3b2e!important;background:transparent!important;font-size:10.5px!important;font-weight:850!important;letter-spacing:.06em!important;text-transform:uppercase!important;}
.cod-shrooms-card__price{margin:0 0 17px!important;color:#1f3b2e!important;font-size:29px!important;font-weight:850!important;line-height:1!important;}
.cod-shrooms-card__price *{color:#1f3b2e!important;}
.cod-shrooms-card__button{display:flex!important;width:100%!important;min-height:52px!important;align-items:center!important;justify-content:space-between!important;margin:auto 0 0!important;padding:0 18px!important;border:1.5px solid #1f3b2e!important;background:transparent!important;color:#1f3b2e!important;text-decoration:none!important;font-size:12px!important;font-weight:850!important;letter-spacing:.07em!important;text-transform:uppercase!important;}
.cod-shrooms-card__button span,.cod-shrooms-card__plus{color:#1f3b2e!important;}
.cod-shrooms-card__plus{font-size:22px!important;line-height:1!important;}
.cod-shrooms-menu{padding:32px 0 38px!important;background:#f6f1e7!important;border-top:1px solid rgba(31,59,46,.22)!important;border-bottom:1px solid rgba(31,59,46,.22)!important;}
.cod-shrooms-menu__title{margin:0 0 18px!important;color:#292b26!important;text-align:center!important;font-size:13px!important;font-weight:900!important;letter-spacing:.18em!important;line-height:1.1!important;text-transform:uppercase!important;}
.cod-shrooms-nav__grid{display:grid!important;grid-template-columns:repeat(7,1fr)!important;border-top:1px solid rgba(31,59,46,.22)!important;border-left:1px solid rgba(31,59,46,.22)!important;}
.cod-shrooms-nav__grid a{display:flex!important;min-height:58px!important;align-items:center!important;justify-content:center!important;padding:9px!important;border-right:1px solid rgba(31,59,46,.22)!important;border-bottom:1px solid rgba(31,59,46,.22)!important;color:#1f3b2e!important;text-decoration:none!important;font-size:11px!important;font-weight:850!important;letter-spacing:.04em!important;text-transform:uppercase!important;}
.cod-shrooms-nav__grid a[aria-current='page']{background:#1f3b2e!important;color:#fff!important;}
.cod-shrooms-lower{padding:0!important;margin:0!important;background:#f6f1e7!important;}
.cod-shrooms-guide__intro{padding-top:44px!important;padding-bottom:38px!important;background:#f6f1e7!important;}
.cod-shrooms-kicker{margin:0 0 14px!important;color:#d96a2b!important;font-size:12px!important;font-weight:900!important;letter-spacing:.16em!important;line-height:1.1!important;text-transform:uppercase!important;}
.cod-shrooms-guide__intro h2{max-width:900px!important;margin:0!important;color:#1f3b2e!important;font-size:clamp(38px,5vw,66px)!important;font-weight:900!important;letter-spacing:-.06em!important;line-height:.95!important;}
.cod-shrooms-band{width:100%!important;margin:0!important;border-top:1px solid rgba(31,59,46,.22)!important;}
.cod-shrooms-band .cod-shrooms-inner{padding-top:48px!important;padding-bottom:50px!important;}
.cod-shrooms-band h3{max-width:860px!important;margin:0 0 22px!important;font-size:clamp(36px,5vw,62px)!important;font-weight:900!important;letter-spacing:-.055em!important;line-height:.97!important;}
.cod-shrooms-band p{max-width:920px!important;margin:0!important;font-size:17px!important;line-height:1.62!important;}
.cod-shrooms-band--green{background:#1f3b2e!important;color:#fff!important;}
.cod-shrooms-band--green h3,.cod-shrooms-band--green p{color:#fff!important;}
.cod-shrooms-band--paper{background:#f6f1e7!important;color:#292b26!important;}
.cod-shrooms-band--paper h3,.cod-shrooms-band--paper p{color:#292b26!important;}
.cod-shrooms-band--yellow{background:#f1cf4a!important;color:#292b26!important;}
.cod-shrooms-band--yellow h3,.cod-shrooms-band--yellow p{color:#292b26!important;}
.cod-shrooms-band--orange{background:#d96a2b!important;color:#fff!important;}
.cod-shrooms-band--orange h3,.cod-shrooms-band--orange p{color:#fff!important;}
@media(max-width:900px){.cod-shrooms-grid{grid-template-columns:1fr 1fr!important;}.cod-shrooms-nav__grid{grid-template-columns:repeat(2,1fr)!important;}}
@media(max-width:768px){
.cod-shrooms-inner{width:calc(100% - 32px)!important;}
.cod-shrooms-hero{padding:48px 0 42px!important;}
.cod-shrooms-label{font-size:12px!important;}
.cod-shrooms-rule{margin:16px 0 38px!important;}
.cod-shrooms-hero h1{font-size:clamp(50px,14.5vw,76px)!important;}
.cod-shrooms-hero h2{font-size:clamp(30px,8vw,42px)!important;}
.cod-shrooms-copy{font-size:17px!important;line-height:1.62!important;}
.cod-shrooms-hero-cta{min-height:60px!important;padding:0 22px!important;font-size:12px!important;}
.cod-shrooms-banner{height:180px!important;}
.cod-shrooms-products{padding:38px 0 48px!important;}
.cod-shrooms-products h2{font-size:clamp(40px,12vw,58px)!important;}
.cod-shrooms-products-copy{font-size:16px!important;}
.cod-shrooms-grid{grid-template-columns:1fr!important;gap:16px!important;}
.cod-shrooms-card__media{height:250px!important;padding:14px!important;background:#f6f1e7!important;}
.cod-shrooms-card__body{padding:17px 18px 18px!important;background:#f6f1e7!important;}
.cod-shrooms-card__title{font-size:21px!important;}
.cod-shrooms-card__badge{min-height:26px!important;font-size:10px!important;}
.cod-shrooms-card__price{font-size:27px!important;}
.cod-shrooms-card__button{min-height:49px!important;font-size:11.5px!important;padding:0 16px!important;}
.cod-shrooms-menu{padding:28px 0 32px!important;}
.cod-shrooms-guide__intro{padding-top:40px!important;padding-bottom:34px!important;}
.cod-shrooms-guide__intro h2{font-size:clamp(40px,11vw,54px)!important;}
.cod-shrooms-band .cod-shrooms-inner{padding-top:42px!important;padding-bottom:44px!important;}
.cod-shrooms-band h3{margin-bottom:18px!important;font-size:clamp(36px,10vw,48px)!important;}
.cod-shrooms-band p{font-size:16px!important;line-height:1.58!important;}
}
@media(max-width:430px){.cod-shrooms-card__media{height:232px!important;background:#f6f1e7!important;}.cod-shrooms-card__body{padding:16px!important;background:#f6f1e7!important;}.cod-shrooms-card__price{font-size:26px!important;}}


/* =========================================================
   1.0.11 — UNIVERSAL CATEGORY MATCH PASS
   Visual cleanup only. Same page rhythm and card system across categories.
   Locked: Hero → hero photo → products → Browse the Menu → SEO.
   No card number boxes. No added filters. No one-off product-card styling.
   ========================================================= */

body.cod-shrooms-editorial{
  background:#f6f1e7!important;
  color:#292b26!important;
}

body.cod-shrooms-editorial #page,
body.cod-shrooms-editorial #content,
body.cod-shrooms-editorial #primary,
body.cod-shrooms-editorial .inside-article,
body.cod-shrooms-editorial .entry-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:#f6f1e7!important;
}

.cod-shrooms-page{
  width:100%!important;
  overflow:hidden!important;
  background:#f6f1e7!important;
  color:#292b26!important;
  font-family:Poppins,Arial,sans-serif!important;
}

.cod-shrooms-inner{
  width:min(1320px,calc(100% - 48px))!important;
  margin:0 auto!important;
}

.cod-shrooms-hero{
  padding:56px 0 46px!important;
  background:#f6f1e7!important;
  border-bottom:1px solid rgba(31,59,46,.22)!important;
}

.cod-shrooms-label{
  display:flex!important;
  gap:12px!important;
  align-items:center!important;
  color:#d96a2b!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
}

.cod-shrooms-label span+span{
  color:#73776f!important;
}

.cod-shrooms-rule{
  height:1px!important;
  width:100%!important;
  margin:18px 0 34px!important;
  background:rgba(31,59,46,.22)!important;
}

.cod-shrooms-hero h1{
  margin:0!important;
  color:#1f3b2e!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:clamp(54px,8.8vw,126px)!important;
  font-weight:900!important;
  letter-spacing:-.075em!important;
  line-height:.82!important;
  text-transform:uppercase!important;
}

.cod-shrooms-hero h2{
  max-width:860px!important;
  margin:30px 0 14px!important;
  color:#292b26!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:clamp(34px,4.6vw,64px)!important;
  font-weight:900!important;
  letter-spacing:-.06em!important;
  line-height:.98!important;
}

.cod-shrooms-copy{
  max-width:920px!important;
  margin:0!important;
  color:#73776f!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:18px!important;
  line-height:1.65!important;
}

.cod-shrooms-hero-cta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  min-height:62px!important;
  margin-top:34px!important;
  padding:0 26px!important;
  background:#1f3b2e!important;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.cod-shrooms-hero-cta span:last-child{
  font-size:30px!important;
  line-height:1!important;
}

.cod-shrooms-banner,
.cod-shrooms-hero-photo{
  width:100%!important;
  height:220px!important;
  margin:0!important;
  overflow:hidden!important;
  background:#f6f1e7!important;
  border-bottom:1px solid rgba(31,59,46,.22)!important;
}

.cod-shrooms-banner img,
.cod-shrooms-hero-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

.cod-shrooms-products,
.cod-shrooms-collection{
  padding:46px 0 58px!important;
  background:#f6f1e7!important;
  border-bottom:0!important;
}

.cod-shrooms-eyebrow{
  margin:0 0 14px!important;
  color:#d96a2b!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
}

.cod-shrooms-products h2,
.cod-shrooms-collection h2{
  margin:0 0 18px!important;
  color:#292b26!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:clamp(38px,5.2vw,70px)!important;
  font-weight:900!important;
  letter-spacing:-.06em!important;
  line-height:.95!important;
}

.cod-shrooms-products-copy,
.cod-shrooms-collection__copy{
  margin:0 0 26px!important;
  color:#73776f!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:17px!important;
  line-height:1.5!important;
}

.cod-shrooms-count{
  margin:0 0 24px!important;
  padding:0 0 14px!important;
  border-bottom:1px solid rgba(31,59,46,.22)!important;
  color:#73776f!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
}

.cod-shrooms-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

.cod-shrooms-card{
  display:flex!important;
  flex-direction:column!important;
  background:#f6f1e7!important;
  border:1px solid rgba(31,59,46,.22)!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

.cod-shrooms-card__media{
  position:relative!important;
  display:flex!important;
  height:300px!important;
  min-height:0!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  background:#f6f1e7!important;
  overflow:hidden!important;
}

.cod-shrooms-card__media a{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
}

.cod-shrooms-card__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0!important;
}

.cod-shrooms-card__body{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  padding:20px!important;
  background:#f6f1e7!important;
}

.cod-shrooms-card__title,
.cod-shrooms-card__title a{
  margin:0 0 12px!important;
  color:#292b26!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:23px!important;
  font-weight:850!important;
  letter-spacing:-.04em!important;
  line-height:1.08!important;
  text-decoration:none!important;
}

.cod-shrooms-badges,
.cod-shrooms-card__badges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:0 0 18px!important;
}

.cod-shrooms-badge,
.cod-shrooms-card__badge{
  display:inline-flex!important;
  min-height:30px!important;
  align-items:center!important;
  padding:0 9px!important;
  border:1px solid rgba(31,59,46,.22)!important;
  background:transparent!important;
  color:#1f3b2e!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:10.5px!important;
  font-weight:850!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}

.cod-shrooms-price,
.cod-shrooms-card__price{
  margin:0 0 17px!important;
  color:#1f3b2e!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:29px!important;
  font-weight:850!important;
  line-height:1!important;
}

.cod-shrooms-price *,
.cod-shrooms-card__price *{
  color:#1f3b2e!important;
}

.cod-shrooms-price ins,
.cod-shrooms-card__price ins{
  text-decoration:none!important;
}

.cod-shrooms-button,
.cod-shrooms-card__button{
  display:flex!important;
  width:100%!important;
  min-height:52px!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin:auto 0 0!important;
  padding:0 18px!important;
  border:1.5px solid #1f3b2e!important;
  background:transparent!important;
  color:#1f3b2e!important;
  text-decoration:none!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.cod-shrooms-button span,
.cod-shrooms-button .cod-shrooms-plus,
.cod-shrooms-card__button span,
.cod-shrooms-card__plus{
  color:#1f3b2e!important;
}

.cod-shrooms-plus,
.cod-shrooms-card__plus{
  font-size:22px!important;
  line-height:1!important;
}

.cod-shrooms-menu{
  padding:32px 0 38px!important;
  background:#f6f1e7!important;
  border-top:1px solid rgba(31,59,46,.22)!important;
  border-bottom:1px solid rgba(31,59,46,.22)!important;
}

.cod-shrooms-menu__title{
  margin:0 0 18px!important;
  color:#292b26!important;
  text-align:center!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
}

.cod-shrooms-menu .cod-shrooms-nav{
  padding:0!important;
  border:0!important;
}

.cod-shrooms-nav__grid{
  display:grid!important;
  grid-template-columns:repeat(7,1fr)!important;
  border-top:1px solid rgba(31,59,46,.22)!important;
  border-left:1px solid rgba(31,59,46,.22)!important;
}

.cod-shrooms-nav__grid a,
.cod-shrooms-nav a{
  display:flex!important;
  min-height:58px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:9px!important;
  border-right:1px solid rgba(31,59,46,.22)!important;
  border-bottom:1px solid rgba(31,59,46,.22)!important;
  color:#1f3b2e!important;
  text-decoration:none!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}

.cod-shrooms-nav__grid a[aria-current="page"],
.cod-shrooms-nav a[aria-current="page"]{
  background:#1f3b2e!important;
  color:#fff!important;
}

.cod-shrooms-lower,
.cod-shrooms-guide{
  padding:0!important;
  margin:0!important;
  background:#f6f1e7!important;
}

.cod-shrooms-guide__intro,
.cod-shrooms-lower__intro{
  padding-top:44px!important;
  padding-bottom:38px!important;
  background:#f6f1e7!important;
}

.cod-shrooms-guide__intro h2,
.cod-shrooms-lower__intro h2{
  max-width:900px!important;
  margin:0!important;
  color:#1f3b2e!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:clamp(38px,5vw,66px)!important;
  font-weight:900!important;
  letter-spacing:-.06em!important;
  line-height:.95!important;
}

.cod-shrooms-kicker{
  margin:0 0 14px!important;
  color:#d96a2b!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
}

.cod-shrooms-band{
  width:100%!important;
  margin:0!important;
  border-top:1px solid rgba(31,59,46,.22)!important;
}

.cod-shrooms-band .cod-shrooms-inner,
.cod-shrooms-band__inner{
  padding-top:48px!important;
  padding-bottom:50px!important;
}

.cod-shrooms-band h3{
  max-width:860px!important;
  margin:0 0 22px!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:clamp(36px,5vw,62px)!important;
  font-weight:900!important;
  letter-spacing:-.055em!important;
  line-height:.97!important;
}

.cod-shrooms-band p{
  max-width:920px!important;
  margin:0!important;
  font-family:Poppins,Arial,sans-serif!important;
  font-size:17px!important;
  line-height:1.62!important;
}

.cod-shrooms-band--green{
  background:#1f3b2e!important;
  color:#fff!important;
}

.cod-shrooms-band--green h3,
.cod-shrooms-band--green p{
  color:#fff!important;
}

.cod-shrooms-band--paper,
.cod-shrooms-band--cream{
  background:#f6f1e7!important;
  color:#292b26!important;
}

.cod-shrooms-band--paper h3,
.cod-shrooms-band--paper p,
.cod-shrooms-band--cream h3,
.cod-shrooms-band--cream p{
  color:#292b26!important;
}

.cod-shrooms-band--yellow{
  background:#f1cf4a!important;
  color:#292b26!important;
}

.cod-shrooms-band--yellow h3,
.cod-shrooms-band--yellow p{
  color:#292b26!important;
}

.cod-shrooms-band--orange{
  background:#d96a2b!important;
  color:#fff!important;
}

.cod-shrooms-band--orange h3,
.cod-shrooms-band--orange p{
  color:#fff!important;
}

.cod-shrooms-filters,
.cod-shrooms-band--close,
.cod-shrooms-shopall{
  display:none!important;
}

@media(max-width:900px){
  .cod-shrooms-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .cod-shrooms-nav__grid{
    grid-template-columns:repeat(2,1fr)!important;
  }
}

@media(max-width:768px){
  .cod-shrooms-inner{
    width:calc(100% - 64px)!important;
  }
  .cod-shrooms-hero{
    padding:48px 0 42px!important;
  }
  .cod-shrooms-label{
    font-size:12px!important;
  }
  .cod-shrooms-rule{
    margin:16px 0 38px!important;
  }
  .cod-shrooms-hero h1{
    font-size:clamp(50px,14.5vw,76px)!important;
  }
  .cod-shrooms-hero h2{
    font-size:clamp(30px,8vw,42px)!important;
  }
  .cod-shrooms-copy{
    font-size:17px!important;
    line-height:1.62!important;
  }
  .cod-shrooms-hero-cta{
    min-height:60px!important;
    padding:0 22px!important;
    font-size:12px!important;
  }
  .cod-shrooms-banner,
  .cod-shrooms-hero-photo{
    height:180px!important;
  }
  .cod-shrooms-products,
  .cod-shrooms-collection{
    padding:38px 0 48px!important;
  }
  .cod-shrooms-products h2,
  .cod-shrooms-collection h2{
    font-size:clamp(40px,12vw,58px)!important;
  }
  .cod-shrooms-products-copy,
  .cod-shrooms-collection__copy{
    font-size:16px!important;
  }
  .cod-shrooms-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .cod-shrooms-card__media{
    height:250px!important;
    padding:14px!important;
    background:#f6f1e7!important;
  }
  .cod-shrooms-card__body{
    padding:17px 18px 18px!important;
    background:#f6f1e7!important;
  }
  .cod-shrooms-card__title,
  .cod-shrooms-card__title a{
    font-size:21px!important;
  }
  .cod-shrooms-badge,
  .cod-shrooms-card__badge{
    min-height:26px!important;
    font-size:10px!important;
  }
  .cod-shrooms-price,
  .cod-shrooms-card__price{
    font-size:27px!important;
  }
  .cod-shrooms-button,
  .cod-shrooms-card__button{
    min-height:49px!important;
    font-size:11.5px!important;
    padding:0 16px!important;
  }
  .cod-shrooms-menu{
    padding:28px 0 32px!important;
  }
  .cod-shrooms-guide__intro,
  .cod-shrooms-lower__intro{
    padding-top:40px!important;
    padding-bottom:34px!important;
  }
  .cod-shrooms-guide__intro h2,
  .cod-shrooms-lower__intro h2{
    font-size:clamp(40px,11vw,54px)!important;
  }
  .cod-shrooms-band .cod-shrooms-inner,
  .cod-shrooms-band__inner{
    padding-top:42px!important;
    padding-bottom:44px!important;
  }
  .cod-shrooms-band h3{
    margin-bottom:18px!important;
    font-size:clamp(36px,10vw,48px)!important;
  }
  .cod-shrooms-band p{
    font-size:16px!important;
    line-height:1.58!important;
  }
}

@media(max-width:430px){
  .cod-shrooms-inner{
    width:calc(100% - 64px)!important;
  }
  .cod-shrooms-card__media{
    height:232px!important;
    background:#f6f1e7!important;
  }
  .cod-shrooms-card__body{
    padding:16px!important;
    background:#f6f1e7!important;
  }
  .cod-shrooms-price,
  .cod-shrooms-card__price{
    font-size:26px!important;
  }
}


/* =========================================================
   1.0.12 — MOBILE RHYTHM CLEANUP
   Keep approved hero copy intact. Tighten only the space
   between the hero CTA and mushroom image on phones.
   ========================================================= */
@media (max-width:768px){
  .cod-shrooms-hero{
    padding-bottom:22px!important;
  }
}


/* =========================================================
   1.0.13 — MOBILE HERO MATCH PASS
   Match the cleaned COD category-page mobile rhythm.
   Spacing only; approved copy and WooCommerce behavior stay intact.
   ========================================================= */
@media(max-width:768px){
  .cod-shrooms-hero{
    padding:46px 0 38px!important;
  }
  .cod-shrooms-rule{
    margin:16px 0 34px!important;
  }
  .cod-shrooms-hero h2{
    margin:26px 0 18px!important;
  }
  .cod-shrooms-copy{
    line-height:1.58!important;
  }
  .cod-shrooms-hero-cta{
    margin-top:30px!important;
    min-height:58px!important;
  }
  .cod-shrooms-banner,
  .cod-shrooms-hero-photo{
    height:178px!important;
  }
  .cod-shrooms-products,
  .cod-shrooms-collection{
    padding:36px 0 46px!important;
  }
  .cod-shrooms-eyebrow{
    margin-bottom:12px!important;
  }
  .cod-shrooms-products h2,
  .cod-shrooms-collection h2{
    margin-bottom:16px!important;
  }
}

@media(max-width:430px){
  .cod-shrooms-hero{
    padding:44px 0 36px!important;
  }
  .cod-shrooms-hero-cta{
    margin-top:28px!important;
  }
  .cod-shrooms-banner,
  .cod-shrooms-hero-photo{
    height:170px!important;
  }
}
