/*!
Theme Name: Avanam Child
Theme URI: https://avanam.org
Description: Child theme visual foundation for the ChopChop PDF-aligned redesign.
Author: Codex
Template: avanam
Version: 1.0.0
Text Domain: avanam-child
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
*/

:root {
	--cc-shell-max: 1240px;
	--cc-shell-wide: 1360px;
	--cc-bg: #f6efe6;
	--cc-surface: #fffaf4;
	--cc-surface-strong: #fff;
	--cc-ink: #202020;
	--cc-muted: #62584d;
	--cc-line: rgba(61, 42, 24, 0.12);
	--cc-accent: #d9602b;
	--cc-accent-deep: #ad3f12;
	--cc-accent-soft: #fff1e7;
	--cc-success: #2c7a5f;
	--cc-warning: #f4bc42;
	--cc-shadow: 0 18px 44px rgba(64, 36, 17, 0.12);
	--cc-shadow-soft: 0 8px 24px rgba(64, 36, 17, 0.08);
	--cc-radius-xl: 32px;
	--cc-radius-lg: 24px;
	--cc-radius-md: 18px;
	--cc-radius-sm: 999px;
	--cc-transition: 180ms ease;
}

body {
	background:
		radial-gradient(circle at top left, rgba(255, 211, 172, 0.32), transparent 34%),
		linear-gradient(180deg, #fff9f1 0%, var(--cc-bg) 100%);
	color: var(--cc-ink);
}

body .site,
body .site-content,
body .content-area {
	background: transparent;
}

body .site-header,
body .main-header-bar,
body .header-main-layout-1,
body .site-footer,
body .main-footer-bar {
	backdrop-filter: saturate(1.12) blur(14px);
}

body .site-header,
body .main-header-bar,
body .header-main-layout-1 {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(255, 250, 244, 0.9);
	box-shadow: 0 1px 0 rgba(61, 42, 24, 0.08), var(--cc-shadow-soft);
}

body .site-footer,
body .main-footer-bar {
	background: linear-gradient(180deg, rgba(255, 247, 238, 0.94) 0%, rgba(247, 236, 223, 0.98) 100%);
	border-top: 1px solid var(--cc-line);
}

@media (min-width: 1025px) {
	body #main-header .site-main-header-inner-wrap.site-header-row-center-column {
		grid-template-columns: auto minmax(0, 1fr) auto;
		column-gap: clamp(24px, 3vw, 46px);
	}

	body #main-header .site-header-main-section-left,
	body #main-header .site-header-main-section-center,
	body #main-header .site-header-main-section-right {
		min-width: 0;
	}

	body #main-header .site-header-main-section-center {
		justify-content: flex-start;
	}

	body #main-header .site-header-main-section-right {
		justify-content: flex-end;
		margin-left: auto;
	}

	body #main-header .site-header-item-main-navigation,
	body #main-header .main-navigation {
		width: auto;
	}

	body #main-header .primary-menu-container > ul.menu {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 8px;
	}

	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
		position: relative;
		display: flex;
		min-height: 38px;
		align-items: center;
		padding: 9px 14px;
		border-radius: 999px;
		background: transparent;
		color: rgba(255, 255, 255, 0.72);
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
		text-decoration: none;
		transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	}

	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item-has-children > a {
		padding-right: 34px;
	}

	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle {
		right: 12px;
		color: currentColor;
	}

	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item > a:focus {
		background: rgba(255, 195, 78, 0.12);
		color: #fff;
		box-shadow: inset 0 0 0 1px rgba(255, 195, 78, 0.32);
	}

	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item.current_page_item > a,
	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-ancestor > a,
	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item.current_page_parent > a {
		background: #ffc34e;
		color: #0d0d0d;
		box-shadow: 0 10px 24px rgba(255, 195, 78, 0.22);
	}

	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a:hover,
	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item.current_page_item > a:hover,
	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-ancestor > a:hover,
	body #main-header .main-navigation .primary-menu-container > ul > li.menu-item.current_page_parent > a:hover {
		background: #ffd06b;
		color: #0d0d0d;
	}

	body #main-header .header-navigation .header-menu-container ul ul.sub-menu,
	body #main-header .header-navigation .header-menu-container ul ul.submenu {
		padding: 8px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 14px;
		background: rgba(17, 17, 17, 0.98);
		box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
	}

	body #main-header .header-navigation .header-menu-container ul ul li.menu-item > a {
		width: 220px;
		padding: 10px 12px;
		border-radius: 10px;
		color: rgba(255, 255, 255, 0.74);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.25;
		transition: color 160ms ease, background 160ms ease;
	}

	body #main-header .header-navigation .header-menu-container ul ul li.menu-item > a:hover,
	body #main-header .header-navigation .header-menu-container ul ul li.menu-item > a:focus {
		background: rgba(255, 195, 78, 0.14);
		color: #fff;
	}

	body #main-header .header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a,
	body #main-header .header-navigation .header-menu-container ul ul li.menu-item.current_page_item > a {
		background: #ffc34e;
		color: #0d0d0d;
	}
}

#mobile-drawer .mobile-navigation ul li a,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
	border-radius: 10px;
	transition: color 160ms ease, background 160ms ease;
}

#mobile-drawer .mobile-navigation ul li > a:hover,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:hover {
	background: rgba(255, 195, 78, 0.12);
	color: #fff;
}

#mobile-drawer .mobile-navigation ul li.current-menu-item > a,
#mobile-drawer .mobile-navigation ul li.current_page_item > a,
#mobile-drawer .mobile-navigation ul li.current-menu-ancestor > .drawer-nav-drop-wrap {
	background: #ffc34e;
	color: #0d0d0d;
}

.ccmf-sticky-bar.cc-order-bar {
	display: none !important;
}

.cc-floating-zip-order {
	position: fixed;
	right: 30px;
	bottom: 24px;
	z-index: 9999;
	display: grid;
	grid-template-columns: minmax(0, 240px) 236px;
	width: min(476px, calc(100vw - 40px));
	height: 62px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(18, 18, 18, 0.12);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.cc-floating-zip-order__icon {
	position: absolute;
	left: 25px;
	top: 50%;
	display: flex;
	width: 18px;
	height: 18px;
	color: #b7b7b7;
	transform: translateY(-50%);
	pointer-events: none;
}

.cc-floating-zip-order__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.cc-floating-zip-order input {
	min-width: 0;
	width: 100%;
	height: 100%;
	padding: 0 18px 0 51px;
	border: 0;
	background: transparent;
	color: #161616;
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	outline: none;
	box-shadow: none;
}

.cc-floating-zip-order input::placeholder {
	color: #151515;
	opacity: 1;
}

.cc-floating-zip-order button {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 26px;
	border: 0;
	background: #ffc34e;
	color: #080808;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
	cursor: pointer;
	transition: background 160ms ease;
}

.cc-floating-zip-order button:hover,
.cc-floating-zip-order button:focus {
	background: #ffd06b;
}

.cc-shop-archive {
	background: #fff;
	padding: 29px 42px 116px;
	color: #111;
}

.cc-shop-region-tabs {
	display: flex;
	width: min(935px, 100%);
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	gap: 31px;
}

.cc-shop-region-tab {
	display: inline-flex;
	min-width: 136px;
	min-height: 70px;
	padding: 0 39px;
	border: 0;
	border-radius: 999px;
	background: #f4f4f4;
	color: #505050;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	white-space: nowrap;
	box-shadow: none;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cc-shop-region-tab:hover,
.cc-shop-region-tab:focus {
	background: #ededed;
	color: #222;
}

.cc-shop-region-tab.is-active {
	border: 2px solid #111;
	background: #fff;
	color: #424242;
}

.cc-shop-card-grid {
	display: grid;
	width: min(1082px, 100%);
	margin: 99px auto 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 25px;
}

.cc-shop-meal-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 383px;
	padding: 16px 18px 32px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.cc-shop-meal-card.is-featured {
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.cc-shop-meal-card__star {
	position: absolute;
	top: 42px;
	left: 22px;
	z-index: 2;
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	color: #f7c53b;
	pointer-events: none;
	filter: drop-shadow(0 3px 4px rgba(152, 112, 15, 0.22));
}

.cc-shop-meal-card__star svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #fff6be;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linejoin: round;
}

.cc-shop-meal-card__chef {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #101010;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.cc-shop-meal-card__chef img {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	object-fit: cover;
}

.cc-shop-meal-card__media {
	display: flex;
	height: 233px;
	margin: 15px 0 13px;
	align-items: center;
	justify-content: center;
}

.cc-shop-meal-card__media img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.cc-shop-meal-card__body {
	margin-top: auto;
	text-align: center;
}

.cc-shop-meal-card__body h2 {
	width: 100%;
	margin: 0 0 4px;
	overflow: hidden;
	color: #0d1320;
	font-family: inherit;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cc-shop-meal-card__body p {
	margin: 0;
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.cc-shop-empty {
	display: flex;
	width: min(1082px, 100%);
	min-height: 280px;
	margin: 99px auto 0;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	align-items: center;
	justify-content: center;
	color: #777;
	font-size: 18px;
	font-weight: 800;
}

.cc-shop-empty p {
	margin: 0;
}

.cc-order-flow-page {
	background: #fff;
}

.cc-order-flow-page #masthead,
.cc-order-flow-page .cc-reference-footer,
.cc-order-flow-page .site-footer,
.cc-order-flow-page .entry-header,
.cc-order-flow-page .cc-floating-zip-order {
	display: none !important;
}

.cc-order-flow-page .site,
.cc-order-flow-page .site-content,
.cc-order-flow-page .content-area,
.cc-order-flow-page .content-bg,
.cc-order-flow-page .entry-content {
	background: #fff !important;
}

.cc-order-flow-page .site-container,
.cc-order-flow-page .content-container,
.cc-order-flow-page .content-wrap,
.cc-order-flow-page .entry-content-wrap {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cc-order-flow-page .entry-content {
	margin: 0 !important;
}

.cc-plan-flow {
	min-height: 100vh;
	padding-bottom: 74px;
	background: #fff;
	color: #111;
	font-family: inherit;
}

.cc-plan-layout {
	display: grid;
	min-height: calc(100vh - 74px);
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
}

.cc-plan-layout__photo {
	min-height: 560px;
	overflow: hidden;
	background: #f3eee7;
}

.cc-plan-layout__photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: center;
}

.cc-plan-layout__content {
	display: flex;
	min-height: 560px;
	padding: 42px 24px 92px;
	align-items: flex-start;
	justify-content: center;
}

.cc-plan-panel {
	width: min(356px, 100%);
	text-align: center;
}

.cc-plan-badge {
	display: inline-flex;
	min-height: 25px;
	padding: 5px 12px;
	border-radius: 4px;
	background: #179764;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.cc-plan-panel h1 {
	margin: 28px 0 10px;
	color: #070707;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
}

.cc-plan-subtitle {
	margin: 0;
	color: #1c1c1c;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.cc-plan-options {
	display: grid;
	margin: 31px 0 34px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 5px;
}

.cc-plan-option {
	display: flex;
	min-width: 0;
	height: 74px;
	border: 1px solid #ececf0;
	border-radius: 4px;
	background: #fff;
	color: #050505;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.13);
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cc-plan-option svg {
	width: 11px;
	height: 11px;
	margin-top: 8px;
}

.cc-plan-option:hover,
.cc-plan-option:focus {
	border-color: #9f1f61;
	transform: translateY(-1px);
}

.cc-plan-option.is-active {
	border-color: #9f1f61;
	background: #9f1f61;
	color: #fff;
	box-shadow: 0 4px 11px rgba(94, 16, 57, 0.24);
}

.cc-plan-price-card {
	overflow: hidden;
	border-radius: 6px;
	background: #f4f4f5;
	text-align: left;
}

.cc-plan-price-card > div {
	display: flex;
	min-height: 53px;
	padding: 12px 18px;
	border-bottom: 1px solid #e6e6e8;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.cc-plan-price-card > div:last-child {
	border-bottom: 0;
}

.cc-plan-price-card span {
	color: #555;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.08;
}

.cc-plan-price-card strong {
	color: #454545;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.cc-plan-price-card del {
	margin-right: 6px;
	color: #9d9d9d;
	font-weight: 700;
}

.cc-plan-premium {
	margin-top: 28px;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	background: #fff;
	box-shadow: 0 0 0 1px #e8e8e8;
	text-align: left;
}

.cc-plan-premium__strip {
	display: grid;
	height: 87px;
	grid-template-columns: repeat(3, 1fr);
	background: #0d0d0d;
}

.cc-plan-premium__strip img {
	width: 100%;
	height: 87px;
	object-fit: cover;
}

.cc-plan-premium__copy {
	padding: 10px 12px 12px;
}

.cc-plan-premium__copy strong {
	display: block;
	color: #101010;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.cc-plan-premium__copy span {
	display: block;
	margin-top: 3px;
	color: #777;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.cc-plan-action-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: flex;
	height: 74px;
	padding: 12px 35px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.94);
	align-items: center;
	justify-content: flex-end;
	box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(10px);
}

.cc-plan-continue {
	display: inline-flex;
	min-width: 122px;
	height: 42px;
	padding: 0 26px;
	border-radius: 999px;
	background: #ffc34e;
	color: #050505;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: background 160ms ease, transform 160ms ease;
}

.cc-plan-continue:hover,
.cc-plan-continue:focus {
	background: #ffd06b;
	color: #050505;
	transform: translateY(-1px);
}

.cc-plan-checkout {
	min-height: 100vh;
	background: #fff;
	color: #161616;
}

.cc-checkout-main {
	display: grid;
	width: min(1024px, calc(100% - 48px));
	margin: 0 auto;
	padding: 22px 0 70px;
	grid-template-columns: minmax(0, 613px) minmax(280px, 323px);
	gap: 88px;
}

.cc-checkout-left {
	min-width: 0;
}

.cc-checkout-timer {
	display: flex;
	min-height: 44px;
	padding: 9px 17px;
	border: 1px solid #c7c0f3;
	border-radius: 5px;
	background: #d9d4fb;
	color: #2b2b42;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	line-height: 1.35;
	box-shadow: 0 12px 24px rgba(64, 57, 116, 0.12);
}

.cc-checkout-timer span {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	color: #14142b;
	font-size: 24px;
}

.cc-checkout-timer strong {
	font-weight: 900;
}

.cc-express-title {
	margin: 18px 0 10px;
	color: #b7b7b7;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.cc-express-stack {
	display: grid;
	gap: 8px;
}

.cc-express-stack button {
	display: flex;
	width: 100%;
	height: 41px;
	margin: 0;
	border: 0;
	border-radius: 3px;
	background: #000;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}

.cc-express-stack button.is-paypal {
	background: #10a7df;
}

.cc-checkout-terms {
	margin: 9px 0 13px;
	color: #9c9c9c;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.cc-checkout-or {
	display: grid;
	margin-bottom: 27px;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 9px;
	color: #b7b7b7;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.cc-checkout-or::before,
.cc-checkout-or::after {
	content: "";
	height: 1px;
	background: #e5e5e5;
}

.cc-address-card h1 {
	display: flex;
	margin: 0;
	color: #101010;
	align-items: center;
	gap: 12px;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.cc-address-card h1 span {
	display: inline-flex;
	width: 38px;
	height: 38px;
	border: 1px solid #111;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.cc-address-card p {
	margin: 11px 0 21px;
	color: #a7a7a7;
	font-size: 14px;
	font-weight: 700;
}

.cc-address-card p a {
	color: #555;
	text-decoration: underline;
}

.cc-checkout-form {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 22px 14px;
}

.cc-checkout-form label {
	display: flex;
	min-width: 0;
	grid-column: span 3;
	flex-direction: column;
	color: #151515;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.cc-checkout-form label:nth-of-type(5),
.cc-checkout-form label:nth-of-type(6),
.cc-checkout-form label:nth-of-type(7) {
	grid-column: span 2;
}

.cc-checkout-form label.is-wide {
	grid-column: span 4;
}

.cc-checkout-form label:last-child {
	grid-column: span 6;
}

.cc-checkout-form input {
	width: 100%;
	height: 42px;
	margin-top: 8px;
	padding: 0 14px;
	border: 1px solid #969696;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	outline: none;
	box-shadow: none;
}

.cc-checkout-form input::placeholder {
	color: #a7a7a7;
	font-style: italic;
}

.cc-order-summary {
	padding-top: 3px;
}

.cc-order-summary h2 {
	margin: 0 0 19px;
	color: #0b0b0b;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
}

.cc-summary-row {
	display: flex;
	min-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #303030;
	font-size: 15px;
	font-weight: 500;
}

.cc-summary-row strong,
.cc-summary-total strong {
	color: #222;
	font-weight: 900;
	white-space: nowrap;
}

.cc-summary-row del,
.cc-summary-total del {
	margin-right: 9px;
	color: #5e5571;
	font-weight: 600;
}

.cc-summary-total {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #202020;
	font-size: 15px;
	font-weight: 900;
}

.cc-summary-total strong {
	font-size: 24px;
}

.cc-summary-save {
	display: grid;
	gap: 5px;
	padding: 17px 14px;
	border: 1px solid #18a06d;
	border-radius: 6px;
	color: #343447;
	font-size: 13px;
	line-height: 1.25;
}

.cc-summary-save strong {
	color: #15a06b;
	font-size: 15px;
	font-weight: 900;
}

.cc-summary-note {
	position: relative;
	margin-top: 11px;
	padding: 12px 32px 13px 36px;
	border-radius: 6px;
	background: #e9dff1;
	color: #373144;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.cc-summary-note::before {
	content: "ⓘ";
	position: absolute;
	left: 12px;
	top: 12px;
	color: #7d6b8e;
	font-size: 16px;
}

.cc-summary-note button {
	position: absolute;
	right: 10px;
	top: 9px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #7b6c85;
	font-size: 21px;
	line-height: 1;
}

.cc-summary-renew {
	margin: 18px 0 0;
	color: #5a5362;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.45;
}

.cc-member-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	padding: 18px;
	background: rgba(0, 0, 0, 0.34);
	align-items: center;
	justify-content: center;
}

.cc-member-modal.is-open {
	display: flex;
}

.cc-member-modal__panel {
	position: relative;
	width: min(744px, 100%);
	overflow: hidden;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.cc-member-modal__close {
	position: absolute;
	right: 14px;
	top: 4px;
	z-index: 2;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #050505;
	font-size: 42px;
	font-weight: 300;
	line-height: 0.75;
	cursor: pointer;
}

.cc-member-modal__hero {
	display: block;
	width: 100%;
	height: 314px;
	object-fit: cover;
	object-position: center;
}

.cc-member-modal__content {
	padding: 40px 64px 52px;
	text-align: center;
}

.cc-member-modal__content h2 {
	margin: 0;
	color: #070707;
	font-size: 39px;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0;
}

.cc-member-modal__content p {
	width: min(520px, 100%);
	margin: 24px auto 34px;
	color: #999;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.45;
}

.cc-member-modal__form {
	display: flex;
	width: min(428px, 100%);
	margin: 0 auto;
	gap: 13px;
}

.cc-member-modal__form input {
	min-width: 0;
	flex: 1;
	height: 53px;
	padding: 0 19px;
	border: 1px solid #dedede;
	background: #fff;
	color: #111;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	box-shadow: none;
}

.cc-member-modal__form input::placeholder {
	color: #d5d5d5;
}

.cc-member-modal__form button {
	width: 134px;
	height: 53px;
	margin: 0;
	border: 0;
	background: #9f6b3d;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-transform: none;
}

.cc-weekly-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	width: 100%;
	aspect-ratio: 1191 / 337;
	min-height: 286px;
	max-height: 420px;
	align-items: center;
	overflow: hidden;
	background: #0d0d0d url("assets/weekly-meals-hero-bg.png") center / cover no-repeat;
	color: #fff;
}

.cc-weekly-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(13, 13, 13, 0.92) 0%, rgba(13, 13, 13, 0.86) 44%, rgba(13, 13, 13, 0.38) 72%, rgba(13, 13, 13, 0.08) 100%),
		linear-gradient(180deg, rgba(13, 13, 13, 0.08) 0%, rgba(13, 13, 13, 0.18) 100%);
}

.cc-weekly-hero__content {
	width: min(790px, calc(100% - 48px));
	margin-left: clamp(32px, 9.3vw, 112px);
}

.cc-weekly-hero__title {
	max-width: 760px;
	margin: 0 0 12px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(34px, 3.25vw, 42px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	white-space: nowrap;
}

.cc-weekly-hero__title span {
	color: #ffc34e;
	white-space: nowrap;
}

.cc-weekly-hero__copy {
	max-width: 580px;
	margin: 0 0 26px;
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(15px, 1.45vw, 18px);
	font-weight: 600;
	line-height: 1.45;
}

.cc-weekly-hero__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 192px;
	width: min(388px, 100%);
	height: 50px;
	margin: 0;
	overflow: hidden;
	border: 1.5px solid rgba(255, 255, 255, 0.74);
	border-radius: 999px;
	background: rgba(10, 10, 10, 0.38);
}

.cc-weekly-hero__pin {
	position: absolute;
	display: flex;
	width: 18px;
	height: 50px;
	margin-left: 18px;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.46);
	pointer-events: none;
}

.cc-weekly-hero__pin svg {
	display: block;
	width: 16px;
	height: 16px;
}

.cc-weekly-hero__form input {
	min-width: 0;
	width: 100%;
	height: 100%;
	padding: 0 16px 0 40px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	outline: none;
	box-shadow: none;
}

.cc-weekly-hero__form input::placeholder {
	color: rgba(255, 255, 255, 0.72);
	opacity: 1;
}

.cc-weekly-hero__form button {
	display: inline-flex;
	height: 100%;
	margin: 0;
	padding: 0 24px;
	border: 0;
	background: #ffc34e;
	color: #030303;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.cc-weekly-hero__form button:hover,
.cc-weekly-hero__form button:focus {
	background: #ffd06b;
}

.cc-shell,
.cc-section-shell,
.cc-home-zip,
.cc-cuisine-tabs,
.cc-faq-hero,
.cc-biz-collab {
	width: min(calc(100% - 48px), var(--cc-shell-wide));
	margin-inline: auto;
}

.cc-home-zip {
	margin-top: 28px;
	margin-bottom: 40px;
}

.cc-home-zip__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
	gap: 28px;
	align-items: center;
	padding: 38px;
	border: 1px solid var(--cc-line);
	border-radius: var(--cc-radius-xl);
	background:
		linear-gradient(135deg, rgba(255, 246, 234, 0.95), rgba(255, 255, 255, 0.92)),
		linear-gradient(180deg, rgba(217, 96, 43, 0.08), transparent);
	box-shadow: var(--cc-shadow);
}

.cc-home-zip__eyebrow,
.cc-faq-hero__eyebrow,
.cc-biz-collab__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: var(--cc-radius-sm);
	background: rgba(255, 255, 255, 0.72);
	color: var(--cc-accent-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-home-zip__title,
.cc-faq-hero__title,
.cc-biz-collab__title {
	margin: 14px 0 12px;
	font-size: clamp(2rem, 4vw, 3.45rem);
	line-height: 1.02;
	color: #1f1208;
}

.cc-home-zip__copy,
.cc-faq-hero__copy,
.cc-biz-collab__copy,
.cc-membership-modal__copy {
	margin: 0;
	color: var(--cc-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.cc-home-zip__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	margin-top: 22px;
}

.cc-home-zip__field,
.cc-faq-search__field,
.cc-membership-modal__field {
	min-height: 56px;
	padding: 0 20px;
	border: 1px solid rgba(73, 47, 25, 0.14);
	border-radius: var(--cc-radius-sm);
	background: rgba(255, 255, 255, 0.94);
	color: var(--cc-ink);
	font-size: 15px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.cc-home-zip__field:focus,
.cc-faq-search__field:focus,
.cc-membership-modal__field:focus {
	outline: none;
	border-color: rgba(217, 96, 43, 0.45);
	box-shadow: 0 0 0 4px rgba(217, 96, 43, 0.12);
}

.cc-home-zip__button,
.cc-meal-card__action,
.cc-order-bar__button,
.cc-membership-modal__button,
.cc-faq-category,
.cc-biz-collab__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 22px;
	border: 0;
	border-radius: var(--cc-radius-sm);
	background: linear-gradient(180deg, #e76f3c 0%, var(--cc-accent) 100%);
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(217, 96, 43, 0.22);
	transition: transform var(--cc-transition), box-shadow var(--cc-transition), background var(--cc-transition);
}

.cc-home-zip__button:hover,
.cc-meal-card__action:hover,
.cc-order-bar__button:hover,
.cc-membership-modal__button:hover,
.cc-faq-category:hover,
.cc-biz-collab__cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 28px rgba(217, 96, 43, 0.28);
}

.cc-home-zip__status {
	grid-column: 1 / -1;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 600;
	color: var(--cc-muted);
}

.cc-home-zip__status.is-success {
	color: var(--cc-success);
}

.cc-home-zip__status.is-error {
	color: var(--cc-accent-deep);
}

.cc-home-zip__aside {
	padding: 28px;
	border-radius: calc(var(--cc-radius-xl) - 6px);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(73, 47, 25, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.cc-home-zip__list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-home-zip__list li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #41362c;
	font-weight: 600;
}

.cc-home-zip__list li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffcb92 0%, var(--cc-accent) 100%);
	box-shadow: 0 0 0 6px rgba(217, 96, 43, 0.08);
	flex: 0 0 auto;
}

.cc-cuisine-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 22px;
	margin-bottom: 28px;
}

.cc-cuisine-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid rgba(73, 47, 25, 0.12);
	border-radius: var(--cc-radius-sm);
	background: rgba(255, 255, 255, 0.82);
	color: #3a3028;
	font-weight: 700;
	text-decoration: none;
	box-shadow: var(--cc-shadow-soft);
	transition: transform var(--cc-transition), border-color var(--cc-transition), background var(--cc-transition);
}

.cc-cuisine-tab:hover,
.cc-cuisine-tab.is-active {
	transform: translateY(-1px);
	border-color: rgba(217, 96, 43, 0.28);
	background: var(--cc-accent-soft);
	color: var(--cc-accent-deep);
}

.cc-meal-grid,
.woocommerce ul.products.cc-meal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.cc-meal-card,
.woocommerce ul.products li.product.cc-meal-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 16px;
	border: 1px solid rgba(73, 47, 25, 0.1);
	border-radius: var(--cc-radius-lg);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--cc-shadow-soft);
	overflow: hidden;
	transition: transform var(--cc-transition), box-shadow var(--cc-transition), border-color var(--cc-transition);
}

.cc-meal-card:hover,
.woocommerce ul.products li.product.cc-meal-card:hover {
	transform: translateY(-3px);
	border-color: rgba(217, 96, 43, 0.22);
	box-shadow: var(--cc-shadow);
}

.cc-meal-card__media {
	position: relative;
	aspect-ratio: 1 / 0.82;
	border-radius: calc(var(--cc-radius-lg) - 6px);
	overflow: hidden;
	background: linear-gradient(180deg, #f3e6d8 0%, #ede1d2 100%);
}

.cc-meal-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cc-meal-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #d58b07;
	box-shadow: 0 10px 22px rgba(52, 37, 17, 0.18);
	font-size: 20px;
	line-height: 1;
}

.cc-meal-card__badge[hidden] {
	display: none;
}

.cc-meal-card.is-recommended .cc-meal-card__badge,
.cc-meal-card__badge--recommended {
	display: inline-flex;
}

.cc-meal-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px 6px 4px;
}

.cc-meal-card__meta {
	margin: 0 0 8px;
	color: var(--cc-accent-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-meal-card__title {
	margin: 0 0 10px;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #1f1208;
}

.cc-meal-card__description {
	margin: 0 0 20px;
	color: var(--cc-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

.cc-meal-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
}

.cc-meal-card__price {
	color: #1f1208;
	font-size: 1.35rem;
	font-weight: 800;
}

.cc-meal-card__action {
	min-height: 48px;
	padding-inline: 18px;
	font-size: 14px;
}

.cc-order-bar {
	position: sticky;
	bottom: 18px;
	z-index: 95;
	width: min(calc(100% - 32px), 1160px);
	margin: 28px auto 0;
}

.cc-order-bar__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 18px;
	padding: 18px 22px;
	border: 1px solid rgba(73, 47, 25, 0.12);
	border-radius: 24px;
	background: rgba(32, 22, 13, 0.92);
	color: #fff8f2;
	box-shadow: 0 18px 38px rgba(15, 10, 6, 0.28);
	backdrop-filter: blur(14px);
}

.cc-order-bar__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.cc-order-bar__progress {
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 800;
}

.cc-order-bar__hint {
	color: rgba(255, 248, 242, 0.74);
	font-size: 0.95rem;
}

.cc-order-bar__button {
	min-height: 48px;
	padding-inline: 18px;
	white-space: nowrap;
}

.cc-order-bar__button--ghost {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

.cc-order-bar__button[aria-disabled="true"],
.cc-order-bar__button.is-disabled {
	cursor: not-allowed;
	opacity: 0.54;
	box-shadow: none;
	transform: none;
}

.ccmf-sticky-bar.cc-order-bar {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	width: min(620px, calc(100% - 40px));
	margin: 0;
}

.ccmf-sticky-bar .cc-order-bar__inner {
	grid-template-columns: minmax(0, 1fr) auto;
}

.cc-membership-modal {
	width: min(100%, 680px);
	padding: 30px;
	border-radius: 28px;
	background: linear-gradient(180deg, #fffaf5 0%, #fff4e9 100%);
	border: 1px solid rgba(73, 47, 25, 0.1);
	box-shadow: 0 26px 58px rgba(37, 21, 8, 0.2);
}

.cc-membership-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.cc-membership-modal__title {
	margin: 0;
	font-size: clamp(1.6rem, 3vw, 2.3rem);
	line-height: 1.08;
	color: #1f1208;
}

.cc-membership-modal__perks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0;
	padding: 0;
	list-style: none;
}

.cc-membership-modal__perk {
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(73, 47, 25, 0.08);
	font-weight: 600;
}

.cc-membership-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cc-membership-modal__button--secondary {
	background: rgba(255, 255, 255, 0.82);
	color: #2b2119;
	box-shadow: none;
}

.cc-faq-hero {
	margin-top: 28px;
	margin-bottom: 36px;
}

.cc-faq-hero__panel {
	position: relative;
	overflow: hidden;
	padding: 40px;
	border-radius: var(--cc-radius-xl);
	background:
		linear-gradient(180deg, rgba(15, 12, 8, 0.1), rgba(15, 12, 8, 0.34)),
		linear-gradient(135deg, rgba(240, 172, 111, 0.55), rgba(63, 35, 17, 0.62));
	color: #fff;
	box-shadow: var(--cc-shadow);
}

.cc-faq-hero__panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at right top, rgba(255, 255, 255, 0.28), transparent 30%),
		linear-gradient(90deg, rgba(15, 12, 8, 0.08), rgba(15, 12, 8, 0));
	pointer-events: none;
}

.cc-faq-hero__panel > * {
	position: relative;
	z-index: 1;
}

.cc-faq-hero__copy,
.cc-faq-hero__title {
	color: #fff;
}

.cc-faq-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	max-width: 640px;
	margin-top: 24px;
}

.cc-faq-search__button {
	min-width: 132px;
}

.cc-faq-categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.cc-faq-category {
	min-height: 132px;
	padding: 22px;
	align-items: flex-start;
	justify-content: flex-end;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
	box-shadow: none;
	backdrop-filter: blur(10px);
}

.cc-faq-category__title {
	display: block;
	font-size: 1.1rem;
	line-height: 1.3;
}

.cc-faq-category__meta {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	font-weight: 500;
}

.cc-biz-collab {
	margin-top: 28px;
	margin-bottom: 48px;
}

.cc-biz-collab__panel {
	padding: 40px;
	border-radius: var(--cc-radius-xl);
	background: linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 243, 232, 0.96));
	border: 1px solid rgba(73, 47, 25, 0.1);
	box-shadow: var(--cc-shadow);
}

.cc-biz-collab__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 24px;
}

.cc-biz-collab__column {
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(73, 47, 25, 0.08);
}

.cc-biz-collab__label {
	display: block;
	margin-bottom: 10px;
	color: var(--cc-accent-deep);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cc-biz-collab__column p,
.cc-biz-collab__column li {
	color: #3d332a;
	line-height: 1.75;
}

.cc-biz-collab__contact {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.cc-biz-collab__contact-item {
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(73, 47, 25, 0.08);
}

.cc-biz-collab__cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
}

.cc-biz-collab__note {
	color: var(--cc-muted);
	font-size: 0.95rem;
}

@media (max-width: 1440px) {
	:root {
		--cc-shell-wide: 1280px;
	}

	.cc-home-zip__panel,
	.cc-faq-hero__panel,
	.cc-biz-collab__panel {
		padding: 34px;
	}
}

@media (max-width: 1366px) {
	:root {
		--cc-shell-max: 1180px;
	}

	.cc-meal-grid,
	.woocommerce ul.products.cc-meal-grid {
		gap: 22px;
	}

	.cc-cuisine-tabs {
		gap: 12px;
	}
}

@media (max-width: 768px) {
	.cc-plan-flow {
		padding-bottom: 72px;
	}

	.cc-plan-layout {
		min-height: auto;
		grid-template-columns: 1fr;
	}

	.cc-plan-layout__photo {
		min-height: 280px;
		max-height: 360px;
	}

	.cc-plan-layout__photo img {
		min-height: 280px;
		max-height: 360px;
	}

	.cc-plan-layout__content {
		min-height: auto;
		padding: 28px 16px 96px;
	}

	.cc-plan-panel {
		width: 100%;
		max-width: 390px;
	}

	.cc-plan-panel h1 {
		font-size: 24px;
	}

	.cc-plan-options {
		gap: 7px;
	}

	.cc-plan-option {
		height: 64px;
		font-size: 17px;
	}

	.cc-plan-action-bar {
		height: 72px;
		padding: 12px 16px;
	}

	.cc-plan-continue {
		width: 100%;
	}

	.cc-checkout-main {
		width: calc(100% - 32px);
		padding: 16px 0 56px;
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cc-checkout-timer {
		align-items: flex-start;
		font-size: 13px;
	}

	.cc-express-title {
		margin-top: 16px;
	}

	.cc-address-card h1 {
		font-size: 25px;
	}

	.cc-checkout-form {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cc-checkout-form label,
	.cc-checkout-form label:nth-of-type(5),
	.cc-checkout-form label:nth-of-type(6),
	.cc-checkout-form label:nth-of-type(7),
	.cc-checkout-form label.is-wide,
	.cc-checkout-form label:last-child {
		grid-column: auto;
	}

	.cc-order-summary {
		padding-top: 0;
	}

	.cc-member-modal {
		padding: 14px;
		align-items: flex-start;
		overflow-y: auto;
	}

	.cc-member-modal__hero {
		height: 190px;
	}

	.cc-member-modal__content {
		padding: 28px 22px 32px;
	}

	.cc-member-modal__content h2 {
		font-size: 29px;
	}

	.cc-member-modal__content p {
		margin: 18px auto 24px;
		font-size: 16px;
	}

	.cc-member-modal__form {
		flex-direction: column;
	}

	.cc-member-modal__form button {
		width: 100%;
	}

	.cc-floating-zip-order {
		right: 14px;
		bottom: 14px;
		grid-template-columns: minmax(0, 1fr) 132px;
		width: calc(100vw - 28px);
		height: 56px;
	}

	.cc-floating-zip-order input {
		padding-left: 45px;
		font-size: 15px;
	}

	.cc-floating-zip-order__icon {
		left: 21px;
	}

	.cc-floating-zip-order button {
		font-size: 16px;
	}

	.cc-shop-archive {
		padding: 24px 16px 96px;
	}

	.cc-shop-region-tabs {
		justify-content: flex-start;
		gap: 12px;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.cc-shop-region-tabs::-webkit-scrollbar {
		display: none;
	}

	.cc-shop-region-tab {
		min-width: 128px;
		min-height: 56px;
		padding: 0 24px;
		font-size: 16px;
		flex: 0 0 auto;
	}

	.cc-shop-card-grid {
		margin-top: 42px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.cc-shop-empty {
		min-height: 220px;
		margin-top: 42px;
		font-size: 16px;
	}

	.cc-shop-meal-card {
		min-height: 320px;
		padding: 14px 14px 24px;
	}

	.cc-shop-meal-card__star {
		top: 40px;
		left: 18px;
		width: 30px;
		height: 30px;
	}

	.cc-shop-meal-card__media {
		height: 190px;
	}

	.cc-weekly-hero {
		aspect-ratio: auto;
		min-height: 520px;
		max-height: none;
		align-items: flex-start;
		background-position: 58% center;
	}

	.cc-weekly-hero::before {
		background:
			linear-gradient(180deg, rgba(13, 13, 13, 0.96) 0%, rgba(13, 13, 13, 0.9) 48%, rgba(13, 13, 13, 0.56) 100%),
			linear-gradient(90deg, rgba(13, 13, 13, 0.84), rgba(13, 13, 13, 0.26));
	}

	.cc-weekly-hero__content {
		width: min(calc(100% - 32px), 540px);
		margin: 54px auto 0;
	}

	.cc-weekly-hero__title {
		font-size: 34px;
		line-height: 1.1;
		white-space: normal;
	}

	.cc-weekly-hero__copy {
		max-width: 430px;
		font-size: 16px;
	}

	.cc-weekly-hero__form {
		grid-template-columns: 1fr;
		width: min(100%, 390px);
		height: auto;
		border-radius: 26px;
	}

	.cc-weekly-hero__pin {
		height: 52px;
	}

	.cc-weekly-hero__form input,
	.cc-weekly-hero__form button {
		height: 52px;
	}

	.cc-shell,
	.cc-section-shell,
	.cc-home-zip,
	.cc-cuisine-tabs,
	.cc-faq-hero,
	.cc-biz-collab {
		width: min(calc(100% - 28px), 100%);
	}

	.cc-home-zip__panel,
	.cc-biz-collab__grid,
	.cc-biz-collab__contact,
	.cc-membership-modal__perks {
		grid-template-columns: 1fr;
	}

	.cc-home-zip__panel,
	.cc-faq-hero__panel,
	.cc-biz-collab__panel,
	.cc-membership-modal {
		padding: 26px;
		border-radius: 26px;
	}

	.cc-meal-grid,
	.woocommerce ul.products.cc-meal-grid,
	.cc-faq-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-order-bar {
		width: min(calc(100% - 24px), 100%);
		bottom: 12px;
	}

	.cc-order-bar__inner {
		grid-template-columns: 1fr;
	}

	.cc-order-bar__button {
		width: 100%;
	}
}

@media (max-width: 430px) {
	.cc-floating-zip-order {
		grid-template-columns: 1fr 122px;
	}

	.cc-shop-card-grid {
		grid-template-columns: 1fr;
	}

	.cc-shop-meal-card {
		min-height: 360px;
	}

	.cc-shop-meal-card__media {
		height: 220px;
	}

	.cc-weekly-hero {
		min-height: 500px;
		background-position: 64% center;
	}

	.cc-weekly-hero__content {
		margin-top: 42px;
	}

	.cc-weekly-hero__title {
		font-size: 30px;
	}

	.cc-weekly-hero__title span {
		white-space: normal;
	}

	.cc-home-zip__form,
	.cc-faq-search {
		grid-template-columns: 1fr;
	}

	.cc-meal-grid,
	.woocommerce ul.products.cc-meal-grid,
	.cc-faq-categories {
		grid-template-columns: 1fr;
	}

	.cc-cuisine-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-cuisine-tab,
	.cc-home-zip__button,
	.cc-meal-card__action,
	.cc-membership-modal__button,
	.cc-biz-collab__cta {
		width: 100%;
	}

	.cc-biz-collab__cta-row,
	.cc-membership-modal__actions {
		flex-direction: column;
		align-items: stretch;
	}
}

@media (max-width: 390px) {
	.cc-weekly-hero__title {
		font-size: 28px;
	}

	.cc-weekly-hero__copy {
		font-size: 15px;
	}

	.cc-home-zip__panel,
	.cc-faq-hero__panel,
	.cc-biz-collab__panel,
	.cc-membership-modal {
		padding: 22px 18px;
	}

	.cc-home-zip__title,
	.cc-faq-hero__title,
	.cc-biz-collab__title {
		font-size: 1.9rem;
	}

	.cc-order-bar__inner {
		padding: 16px;
	}
}

@media (max-width: 375px) {
	.cc-cuisine-tabs {
		grid-template-columns: 1fr;
	}

	.cc-home-zip__field,
	.cc-faq-search__field,
	.cc-membership-modal__field,
	.cc-home-zip__button,
	.cc-order-bar__button,
	.cc-membership-modal__button {
		min-height: 52px;
	}

	.cc-meal-card {
		padding: 12px;
	}
}

body .site-footer.cc-reference-footer,
body .site-footer.cc-reference-footer * {
	box-sizing: border-box;
}

body .site-footer.cc-reference-footer {
	background: #fff;
	border: 0;
	color: #6f6f6f;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cc-reference-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease, opacity 160ms ease;
}

.cc-reference-footer a:hover,
.cc-reference-footer a:focus {
	color: #111;
}

.cc-footer-service-band {
	min-height: 245px;
	background: #0b0b0b;
	color: #f2f2f2;
	display: flex;
	align-items: flex-start;
}

.cc-footer-service-inner {
	width: min(calc(100% - 48px), 1740px);
	margin: 74px auto 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 86px;
	align-items: center;
	padding: 0 0 46px;
	border-bottom: 6px solid #151515;
}

.cc-footer-service-item {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
	min-width: 0;
}

.cc-footer-service-icon {
	display: flex;
	width: 88px;
	height: 88px;
	align-items: center;
	justify-content: center;
	color: #a8a8a8;
}

.cc-footer-service-icon svg {
	display: block;
	width: 88px;
	height: 88px;
}

.cc-footer-service-copy h3,
.cc-footer-column h2 {
	margin: 0;
	color: #151515;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	letter-spacing: 0;
}

.cc-footer-service-copy h3 {
	margin: 0 0 12px;
	color: #f6f6f6;
	font-size: 28px;
	line-height: 1.08;
}

.cc-footer-service-copy p {
	max-width: 420px;
	margin: 0;
	color: #b9b9b9;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 0;
}

.cc-footer-main {
	background: #fff;
	padding: 108px 0 58px;
}

.cc-footer-main-inner {
	width: min(calc(100% - 48px), 1740px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.18fr 0.86fr 0.88fr 1.36fr;
	gap: 70px;
	align-items: start;
}

.cc-footer-column h2 {
	margin-bottom: 36px;
	font-size: 34px;
	line-height: 1.1;
}

.cc-footer-contact-list,
.cc-footer-link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-footer-contact-list {
	display: grid;
	gap: 20px;
}

.cc-footer-contact-list li {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	color: #707070;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.42;
}

.cc-footer-contact-icon {
	display: flex;
	width: 24px;
	height: 28px;
	align-items: center;
	justify-content: center;
	color: #8b8f93;
}

.cc-footer-contact-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.cc-footer-link-list {
	display: grid;
	gap: 20px;
}

.cc-footer-link-list a {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.cc-footer-updates p {
	max-width: 560px;
	margin: 0 0 46px;
	color: #707070;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
}

.cc-footer-updates h2 {
	white-space: nowrap;
}

.cc-footer-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 38px;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}

.cc-footer-newsletter input {
	width: 100%;
	min-width: 0;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 15px;
	font-weight: 600;
	outline: none;
	box-shadow: none;
}

.cc-footer-newsletter input::placeholder {
	color: #aaa;
	opacity: 1;
}

.cc-footer-newsletter button {
	display: flex;
	width: 38px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}

.cc-footer-newsletter button svg {
	display: block;
	width: 25px;
	height: 25px;
}

.cc-footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	align-items: center;
	margin-top: 32px;
}

.cc-footer-socials a {
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	color: #0f0f0f;
}

.cc-footer-socials svg {
	display: block;
	width: 24px;
	height: 24px;
}

@media (max-width: 1280px) {
	.cc-footer-service-inner,
	.cc-footer-main-inner {
		gap: 48px;
	}

	.cc-footer-service-item {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 24px;
	}

	.cc-footer-service-icon,
	.cc-footer-service-icon svg {
		width: 74px;
		height: 74px;
	}

	.cc-footer-service-copy h3 {
		font-size: 25px;
	}

	.cc-footer-service-copy p,
	.cc-footer-contact-list li,
	.cc-footer-link-list a,
	.cc-footer-updates p {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.cc-footer-service-band {
		min-height: 0;
		padding: 54px 0 0;
	}

	.cc-footer-service-inner,
	.cc-footer-main-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cc-footer-service-inner {
		margin-top: 0;
		padding-bottom: 42px;
	}

	.cc-footer-main {
		padding-top: 76px;
	}
}

@media (max-width: 700px) {
	.cc-footer-service-inner,
	.cc-footer-main-inner {
		width: min(calc(100% - 32px), 100%);
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.cc-footer-service-band {
		padding-top: 44px;
	}

	.cc-footer-service-item {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 20px;
	}

	.cc-footer-service-icon,
	.cc-footer-service-icon svg {
		width: 64px;
		height: 64px;
	}

	.cc-footer-service-copy h3 {
		font-size: 22px;
	}

	.cc-footer-service-copy p,
	.cc-footer-contact-list li,
	.cc-footer-link-list a,
	.cc-footer-updates p {
		font-size: 15px;
	}

	.cc-footer-main {
		padding: 58px 0 44px;
	}

	.cc-footer-column h2 {
		margin-bottom: 22px;
		font-size: 28px;
	}

	.cc-footer-updates h2 {
		white-space: normal;
	}

	.cc-footer-link-list {
		gap: 16px;
	}

	.cc-footer-updates p {
		margin-bottom: 26px;
	}
}

@media (max-width: 390px) {
	.cc-footer-service-item {
		grid-template-columns: 1fr;
	}

	.cc-footer-service-copy h3 {
		font-size: 21px;
	}

	.cc-footer-column h2 {
		font-size: 27px;
	}
}
