:root {
	--fbfmc-ink: #07110b;
	--fbfmc-green: #0b2718;
	--fbfmc-green-2: #123b24;
	--fbfmc-mint: #c8ff72;
	--fbfmc-white: #ffffff;
	--fbfmc-paper: #f4f5f0;
	--fbfmc-line: rgba(7, 17, 11, 0.12);
	--fbfmc-muted: #687169;
	--fbfmc-danger: #a92f27;
}

html.fbfmc-lock,
body.fbfmc-lock {
	overflow: hidden !important;
	overscroll-behavior: none;
}

.fbfmc {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	visibility: hidden;
	pointer-events: none;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--fbfmc-ink);
}

.fbfmc *,
.fbfmc *::before,
.fbfmc *::after {
	box-sizing: border-box;
}

.fbfmc button,
.fbfmc input {
	font: inherit;
}

.fbfmc__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(1, 8, 4, 0.78);
	opacity: 0;
	transition: opacity 0.34s ease;
	backdrop-filter: blur(12px);
}

.fbfmc__panel {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background:
		radial-gradient(circle at 90% -10%, rgba(200, 255, 114, 0.14), transparent 34%),
		linear-gradient(180deg, var(--fbfmc-paper), #fff 58%);
	transform: translate3d(100%, 0, 0);
	transition: transform 0.48s cubic-bezier(0.22, 0.72, 0.12, 1);
	overflow: hidden;
	outline: none;
}

.fbfmc.is-open {
	visibility: visible;
	pointer-events: auto;
}

.fbfmc.is-open .fbfmc__backdrop {
	opacity: 1;
}

.fbfmc.is-open .fbfmc__panel {
	transform: translate3d(0, 0, 0);
}

.fbfmc__header {
	height: 92px;
	padding: 0 clamp(18px, 3vw, 52px);
	display: grid;
	grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
	align-items: center;
	gap: 24px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 42px 42px,
		linear-gradient(180deg, #07140d, #0b2115);
	color: #fff;
	position: relative;
	z-index: 4;
	box-shadow: 0 20px 60px rgba(7, 20, 13, 0.16);
}

.fbfmc__header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--fbfmc-mint), transparent);
	opacity: 0.75;
}

.fbfmc__brand {
	appearance: none;
	border: 0;
	background: transparent;
	color: inherit;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 13px;
	text-align: left;
	cursor: pointer;
	justify-self: start;
}

.fbfmc__brand-mark {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(200, 255, 114, 0.58);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -1px;
	color: var(--fbfmc-mint);
	box-shadow: inset 0 0 0 5px rgba(200, 255, 114, 0.05);
}

.fbfmc__brand-copy {
	display: grid;
	gap: 2px;
}

.fbfmc__brand-copy strong {
	font-size: 13px;
	letter-spacing: 0.16em;
	line-height: 1;
}

.fbfmc__brand-copy small {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.58);
}

.fbfmc__title-wrap {
	text-align: center;
	display: grid;
	place-items: center;
	line-height: 1;
}

.fbfmc__eyebrow,
.fbfmc__title-wrap .fbfmc__eyebrow,
.fbfmc__summary-head > span,
.fbfmc__section-heading > div > span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.fbfmc__title-wrap .fbfmc__eyebrow {
	color: var(--fbfmc-mint);
	margin-bottom: 5px;
}

.fbfmc__title-wrap h2 {
	color: #fff;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 750;
	letter-spacing: -0.04em;
	margin: 0;
}

.fbfmc__header-count {
	margin-top: 5px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.58);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.fbfmc__close {
	justify-self: end;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	position: relative;
	cursor: pointer;
	transition: 0.2s ease;
}

.fbfmc__close:hover,
.fbfmc__close:focus-visible {
	background: #fff;
	border-color: #fff;
	transform: rotate(4deg);
}

.fbfmc__close span {
	position: absolute;
	left: 14px;
	right: 14px;
	top: 23px;
	height: 1.5px;
	background: #fff;
	transition: background 0.2s ease;
}

.fbfmc__close span:first-child { transform: rotate(45deg); }
.fbfmc__close span:last-child { transform: rotate(-45deg); }
.fbfmc__close:hover span,
.fbfmc__close:focus-visible span { background: var(--fbfmc-ink); }

.fbfmc__farm-strip {
	height: 34px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 3vw, 42px);
	background: var(--fbfmc-mint);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.18em;
	color: #102014;
	position: relative;
	z-index: 3;
}

.fbfmc__farm-strip i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.35;
}

.fbfmc__notice {
	position: absolute;
	top: 112px;
	left: 50%;
	z-index: 10;
	max-width: min(520px, calc(100% - 32px));
	padding: 12px 18px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(7, 17, 11, 0.18);
	font-size: 13px;
	font-weight: 700;
	opacity: 0;
	transform: translate(-50%, -14px);
	pointer-events: none;
	transition: 0.24s ease;
}

.fbfmc__notice.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.fbfmc__notice.is-success { color: #155b32; }
.fbfmc__notice.is-error { color: var(--fbfmc-danger); }

.fbfmc__content {
	height: calc(100dvh - 126px);
	overflow: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: rgba(11, 39, 24, 0.32) transparent;
}

.fbfmc__layout {
	width: min(1560px, 100%);
	min-height: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(360px, 0.75fr);
}

.fbfmc__items-column {
	padding: clamp(28px, 4vw, 68px) clamp(20px, 4.5vw, 76px) 64px;
}

.fbfmc__summary-column {
	padding: clamp(28px, 4vw, 68px) clamp(20px, 3.5vw, 56px) 64px;
	border-left: 1px solid var(--fbfmc-line);
	background:
		linear-gradient(135deg, rgba(11, 39, 24, 0.035), transparent 48%),
		rgba(255, 255, 255, 0.64);
}

.fbfmc__section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.fbfmc__section-heading > div > span,
.fbfmc__summary-head > span {
	color: #6b786e;
}

.fbfmc__section-heading h3,
.fbfmc__summary-head h3 {
	font-size: clamp(24px, 2.2vw, 36px);
	line-height: 1.05;
	letter-spacing: -0.045em;
	margin: 7px 0 0;
	color: var(--fbfmc-ink);
}

.fbfmc__continue-link {
	border: 0;
	background: transparent;
	padding: 8px 0;
	font-weight: 750;
	font-size: 13px;
	color: var(--fbfmc-green-2);
	cursor: pointer;
}

.fbfmc__continue-link span {
	display: inline-block;
	margin-right: 5px;
	transition: transform 0.2s ease;
}

.fbfmc__continue-link:hover span { transform: translateX(-4px); }

.fbfmc__items {
	display: grid;
	gap: 14px;
}

.fbfmc__item {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 22px;
	min-height: 168px;
	padding: 14px 20px 14px 14px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(7, 17, 11, 0.09);
	border-radius: 22px;
	box-shadow: 0 12px 40px rgba(7, 17, 11, 0.045);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.fbfmc__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 52px rgba(7, 17, 11, 0.08);
}

.fbfmc.is-loading .fbfmc__item,
.fbfmc.is-loading .fbfmc__summary-card {
	opacity: 0.64;
	pointer-events: none;
}

.fbfmc__item-image {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	background: #e7e9e2;
	min-height: 138px;
}

.fbfmc__item-image a,
.fbfmc__item-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.fbfmc__item-image img {
	object-fit: cover;
	transition: transform 0.35s ease;
}

.fbfmc__item:hover .fbfmc__item-image img { transform: scale(1.035); }

.fbfmc__item-tag {
	position: absolute;
	left: 9px;
	bottom: 9px;
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(7, 20, 13, 0.88);
	color: var(--fbfmc-mint);
	font-size: 7px;
	font-weight: 900;
	letter-spacing: 0.13em;
	backdrop-filter: blur(6px);
}

.fbfmc__item-details {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 8px 0 6px;
}

.fbfmc__item-topline,
.fbfmc__item-bottomline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.fbfmc__item-name {
	display: inline-block;
	max-width: 580px;
	color: var(--fbfmc-ink) !important;
	font-size: clamp(16px, 1.4vw, 21px);
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: -0.025em;
	text-decoration: none !important;
}

.fbfmc__item-name:hover { text-decoration: underline !important; }

.fbfmc__item-meta {
	margin-top: 7px;
	font-size: 11px;
	color: var(--fbfmc-muted);
}

.fbfmc__item-meta dl,
.fbfmc__item-meta p { margin: 0; }

.fbfmc__item-meta dt,
.fbfmc__item-meta dd {
	display: inline;
	margin: 0 4px 0 0;
}

.fbfmc__item-meta dd + dt::before { content: " · "; }

.fbfmc__line-total {
	font-size: 18px;
	white-space: nowrap;
	color: var(--fbfmc-green);
}

.fbfmc__item-bottomline {
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
}

.fbfmc__unit-price {
	display: grid;
	gap: 1px;
	min-width: 84px;
}

.fbfmc__unit-price span {
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #879087;
}

.fbfmc__unit-price strong {
	font-size: 12px;
	color: #4d584f;
}

.fbfmc__quantity {
	display: grid;
	grid-template-columns: 36px 43px 36px;
	height: 38px;
	border: 1px solid rgba(7, 17, 11, 0.15);
	border-radius: 999px;
	overflow: hidden;
	background: #f7f8f4;
}

.fbfmc__quantity button,
.fbfmc__quantity input {
	appearance: none;
	border: 0;
	background: transparent;
	min-width: 0;
	text-align: center;
	color: var(--fbfmc-ink);
}

.fbfmc__quantity button {
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}

.fbfmc__quantity button:hover:not(:disabled) { background: var(--fbfmc-mint); }
.fbfmc__quantity button:disabled { cursor: not-allowed; opacity: 0.3; }

.fbfmc__quantity input {
	width: 43px;
	font-size: 13px;
	font-weight: 800;
	-moz-appearance: textfield;
}

.fbfmc__quantity input::-webkit-outer-spin-button,
.fbfmc__quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.fbfmc__remove {
	margin-left: auto;
	border: 0;
	background: transparent;
	padding: 8px 0;
	color: #7f877f;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.fbfmc__remove:hover { color: var(--fbfmc-danger); }
.fbfmc__remove span { font-size: 16px; vertical-align: -1px; margin-right: 2px; }

.fbfmc__backorder {
	margin: 8px 0 0;
	font-size: 11px;
	font-weight: 700;
	color: #9c5a18;
}

.fbfmc__service-grid {
	margin-top: 32px;
	padding-top: 27px;
	border-top: 1px solid var(--fbfmc-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fbfmc__service-grid > div {
	position: relative;
	padding-left: 42px;
}

.fbfmc__service-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--fbfmc-green);
	color: var(--fbfmc-mint);
	display: grid;
	place-items: center;
	font-size: 8px;
	font-weight: 900;
}

.fbfmc__service-grid strong {
	display: block;
	font-size: 12px;
}

.fbfmc__service-grid p {
	margin: 4px 0 0;
	font-size: 10px;
	line-height: 1.45;
	color: var(--fbfmc-muted);
}

.fbfmc__summary-card {
	position: sticky;
	top: 34px;
	padding: clamp(24px, 3vw, 38px);
	border-radius: 28px;
	background:
		radial-gradient(circle at 110% -20%, rgba(200, 255, 114, 0.18), transparent 40%),
		var(--fbfmc-green);
	color: #fff;
	box-shadow: 0 32px 80px rgba(7, 20, 13, 0.2);
	overflow: hidden;
	transition: opacity 0.2s ease;
}

.fbfmc__summary-card::before {
	content: "FB";
	position: absolute;
	right: -18px;
	top: -36px;
	font-family: Georgia, serif;
	font-size: 140px;
	font-weight: 900;
	line-height: 1;
	color: rgba(255, 255, 255, 0.025);
	pointer-events: none;
}

.fbfmc__summary-head {
	position: relative;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.fbfmc__summary-head > span { color: var(--fbfmc-mint); }
.fbfmc__summary-head h3 { color: #fff; font-size: clamp(25px, 2.2vw, 34px); }

.fbfmc__totals {
	padding: 22px 0 18px;
	display: grid;
	gap: 14px;
}

.fbfmc__total-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	font-size: 13px;
}

.fbfmc__total-row > span { color: rgba(255, 255, 255, 0.66); }
.fbfmc__total-row strong { text-align: right; color: #fff; }

.fbfmc__total-row--discount strong { color: var(--fbfmc-mint); }

.fbfmc__total-row button {
	border: 0;
	background: transparent;
	color: var(--fbfmc-mint);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0 0 0 6px;
	cursor: pointer;
}

.fbfmc__coupon {
	padding: 19px 0 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.fbfmc__coupon label {
	display: block;
	margin-bottom: 9px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
}

.fbfmc__coupon > div {
	display: grid;
	grid-template-columns: 1fr auto;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.055);
}

.fbfmc__coupon input {
	min-width: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	padding: 13px 14px !important;
	font-size: 12px;
	text-transform: uppercase;
}

.fbfmc__coupon input::placeholder { color: rgba(255, 255, 255, 0.36); }

.fbfmc__coupon button {
	border: 0;
	background: var(--fbfmc-mint);
	color: #102014;
	padding: 0 17px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.fbfmc__grand-total {
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.fbfmc__grand-total > div {
	display: grid;
	gap: 4px;
}

.fbfmc__grand-total span {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.fbfmc__grand-total small {
	font-size: 9px;
	color: rgba(255, 255, 255, 0.52);
}

.fbfmc__grand-total > strong {
	font-size: clamp(25px, 2.5vw, 38px);
	letter-spacing: -0.05em;
	white-space: nowrap;
	color: #fff;
}

.fbfmc__checkout {
	min-height: 58px;
	padding: 0 13px 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	border-radius: 15px;
	background: var(--fbfmc-mint);
	color: #102014 !important;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.035em;
	box-shadow: 0 15px 40px rgba(200, 255, 114, 0.13);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fbfmc__checkout:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 50px rgba(200, 255, 114, 0.22);
}

.fbfmc__checkout i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #102014;
	color: var(--fbfmc-mint);
	font-style: normal;
	font-size: 17px;
}

.fbfmc__continue {
	width: 100%;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.64);
	padding: 15px 10px 4px;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.fbfmc__continue:hover { color: #fff; }

.fbfmc__secure-note {
	margin-top: 22px;
	padding-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.fbfmc__secure-note > span {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(200, 255, 114, 0.14);
	color: var(--fbfmc-mint);
	display: grid;
	place-items: center;
	font-size: 11px;
	font-weight: 900;
}

.fbfmc__secure-note p {
	margin: 0;
	font-size: 9px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.5);
}

.fbfmc__secure-note strong { color: rgba(255, 255, 255, 0.82); }

.fbfmc__loading {
	height: 100%;
	min-height: 420px;
	display: grid;
	place-content: center;
	justify-items: center;
	gap: 18px;
	color: var(--fbfmc-green);
}

.fbfmc__spinner {
	width: 52px;
	height: 52px;
	border: 3px solid rgba(11, 39, 24, 0.13);
	border-top-color: var(--fbfmc-green);
	border-radius: 50%;
	animation: fbfmc-spin 0.75s linear infinite;
}

.fbfmc__loading strong {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

@keyframes fbfmc-spin { to { transform: rotate(360deg); } }

.fbfmc__empty {
	min-height: 100%;
	padding: 46px 22px 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.fbfmc__empty-art {
	width: 146px;
	height: 146px;
	border-radius: 50%;
	background: var(--fbfmc-green);
	position: relative;
	display: grid;
	place-items: center;
	margin-bottom: 28px;
	box-shadow: 0 25px 70px rgba(7, 20, 13, 0.18);
}

.fbfmc__empty-art > span {
	font-family: Georgia, serif;
	font-size: 42px;
	font-weight: 900;
	color: var(--fbfmc-mint);
}

.fbfmc__empty-art i {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--fbfmc-mint);
}

.fbfmc__empty-art i:nth-child(2) { left: 2px; top: 34px; }
.fbfmc__empty-art i:nth-child(3) { right: 9px; bottom: 24px; width: 9px; height: 9px; }

.fbfmc__empty > .fbfmc__eyebrow { color: #68736a; }

.fbfmc__empty h3 {
	max-width: 680px;
	margin: 10px 0 12px;
	font-size: clamp(34px, 5vw, 68px);
	line-height: 0.98;
	letter-spacing: -0.055em;
	color: var(--fbfmc-ink);
}

.fbfmc__empty p {
	max-width: 570px;
	margin: 0 0 26px;
	font-size: 15px;
	line-height: 1.6;
	color: var(--fbfmc-muted);
}

.fbfmc__empty-shop {
	min-height: 56px;
	padding: 0 20px 0 23px;
	display: inline-flex;
	align-items: center;
	gap: 18px;
	border-radius: 999px;
	background: var(--fbfmc-green);
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none !important;
}

.fbfmc__empty-shop span { color: var(--fbfmc-mint); font-size: 18px; }

.fbfmc__empty > button {
	margin-top: 15px;
	border: 0;
	background: transparent;
	font-size: 11px;
	font-weight: 700;
	color: #748078;
	cursor: pointer;
}

.fbfmc-cart-trigger {
	position: relative !important;
}

.fbfmc-trigger-count {
	position: absolute;
	top: 7px;
	right: 14px;
	z-index: 3;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border: 2px solid #0b2115;
	border-radius: 999px;
	background: var(--fbfmc-mint);
	color: #102014;
	display: grid;
	place-items: center;
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.fbfmc-cart-trigger .fbfmc-trigger-count.is-empty { opacity: 0.68; }

@media (max-width: 1050px) {
	.fbfmc__layout {
		grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.75fr);
	}
	.fbfmc__items-column { padding-left: 28px; padding-right: 28px; }
	.fbfmc__summary-column { padding-left: 24px; padding-right: 24px; }
	.fbfmc__service-grid { grid-template-columns: 1fr; }
	.fbfmc__item { grid-template-columns: 120px minmax(0, 1fr); }
}

@media (max-width: 780px) {
	.fbfmc__header {
		height: 76px;
		padding: 0 16px;
		grid-template-columns: 1fr auto;
	}

	.fbfmc__brand-copy,
	.fbfmc__title-wrap { display: none; }
	.fbfmc__brand-mark { width: 44px; height: 44px; }
	.fbfmc__close { width: 44px; height: 44px; }
	.fbfmc__farm-strip { height: 30px; gap: 10px; padding: 0 10px; font-size: 7px; letter-spacing: 0.11em; }
	.fbfmc__content { height: calc(100dvh - 106px); }
	.fbfmc__notice { top: 88px; }

	.fbfmc__layout { display: block; }
	.fbfmc__items-column { padding: 28px 14px 26px; }
	.fbfmc__summary-column { padding: 0 14px 34px; border-left: 0; background: transparent; }
	.fbfmc__section-heading { align-items: flex-start; }
	.fbfmc__section-heading h3 { font-size: 28px; }
	.fbfmc__continue-link { font-size: 0; }
	.fbfmc__continue-link span { font-size: 20px; }

	.fbfmc__item {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 13px;
		min-height: 132px;
		padding: 10px 12px 10px 10px;
		border-radius: 17px;
	}

	.fbfmc__item-image { min-height: 106px; border-radius: 12px; }
	.fbfmc__item-tag { display: none; }
	.fbfmc__item-details { padding: 3px 0; }
	.fbfmc__item-name { font-size: 14px; }
	.fbfmc__line-total { font-size: 14px; }
	.fbfmc__item-meta { font-size: 9px; margin-top: 4px; }
	.fbfmc__item-bottomline { gap: 8px; margin-top: 10px; flex-wrap: wrap; }
	.fbfmc__unit-price { display: none; }
	.fbfmc__quantity { grid-template-columns: 31px 36px 31px; height: 34px; }
	.fbfmc__quantity input { width: 36px; }
	.fbfmc__remove { margin-left: 0; font-size: 0; padding: 6px; }
	.fbfmc__remove span { font-size: 20px; margin: 0; }
	.fbfmc__service-grid { margin-top: 24px; }

	.fbfmc__summary-card {
		position: static;
		border-radius: 22px;
		padding: 25px 20px;
	}

	.fbfmc__grand-total > strong { font-size: 28px; }
	.fbfmc__checkout { min-height: 56px; font-size: 11px; }
	.fbfmc__empty { padding-top: 30px; }
	.fbfmc__empty-art { width: 112px; height: 112px; }
	.fbfmc__empty-art > span { font-size: 34px; }
	.fbfmc__empty h3 { font-size: 40px; }

	.fbfmc-trigger-count {
		top: 4px;
		right: 8px;
		min-width: 18px;
		height: 18px;
		font-size: 8px;
	}
}

@media (max-width: 420px) {
	.fbfmc__farm-strip span:nth-of-type(2) { display: none; }
	.fbfmc__farm-strip i:nth-of-type(2) { display: none; }
	.fbfmc__item { grid-template-columns: 82px minmax(0, 1fr); }
	.fbfmc__item-image { min-height: 96px; }
	.fbfmc__quantity { grid-template-columns: 28px 32px 28px; }
	.fbfmc__quantity input { width: 32px; }
	.fbfmc__grand-total { align-items: flex-end; }
	.fbfmc__grand-total small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.fbfmc *,
	.fbfmc *::before,
	.fbfmc *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* ==========================================================
   Farmer Butcher brand table — v1.1.0
   Dark green / black / white, compact cart and Custom Box grid
   ========================================================== */
:root {
	--fbfmc-ink: #050706;
	--fbfmc-green: #0a2b1c;
	--fbfmc-green-2: #123d29;
	--fbfmc-mint: #ffffff;
	--fbfmc-white: #ffffff;
	--fbfmc-paper: #f3f4f0;
	--fbfmc-line: rgba(5, 7, 6, 0.13);
	--fbfmc-muted: #657068;
	--fbfmc-danger: #a52b25;
}

.fbfmc__backdrop {
	background: rgba(0, 0, 0, 0.86);
}

.fbfmc__panel {
	background:
		linear-gradient(90deg, rgba(10, 43, 28, 0.035) 1px, transparent 1px) 0 0 / 48px 48px,
		linear-gradient(180deg, #f2f3ef 0%, #ffffff 54%, #f2f3ef 100%);
}

.fbfmc__header {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 / 44px 44px,
		#050706;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.fbfmc__header::after {
	height: 3px;
	background: var(--fbfmc-green-2);
	opacity: 1;
}

.fbfmc__brand-mark {
	border-color: rgba(255, 255, 255, 0.7);
	background: var(--fbfmc-green);
	color: #fff;
}

.fbfmc__eyebrow,
.fbfmc__header-count,
.fbfmc__brand-copy small {
	color: rgba(255, 255, 255, 0.62);
}

.fbfmc__farm-strip {
	background: var(--fbfmc-green);
	color: #fff;
	border: 0;
}

.fbfmc__farm-strip i {
	background: #fff;
}

.fbfmc__content {
	scrollbar-color: rgba(10, 43, 28, 0.52) transparent;
}

.fbfmc__layout {
	width: min(1740px, 100%);
	grid-template-columns: minmax(0, 1.9fr) minmax(350px, 0.68fr);
}

.fbfmc__items-column {
	padding: clamp(26px, 3vw, 52px) clamp(18px, 3.4vw, 58px) 54px;
}

.fbfmc__summary-column {
	padding: clamp(26px, 3vw, 52px) clamp(18px, 2.7vw, 44px) 54px;
	border-left: 1px solid rgba(10, 43, 28, 0.18);
	background: rgba(255, 255, 255, 0.54);
}

.fbfmc__section-heading {
	margin-bottom: 18px;
}

.fbfmc__section-heading > div > span,
.fbfmc__summary-head > span {
	color: var(--fbfmc-green-2);
	font-weight: 900;
	letter-spacing: 0.14em;
}

.fbfmc__section-heading h3 {
	color: var(--fbfmc-ink);
	font-size: clamp(26px, 2.15vw, 38px);
}

.fbfmc__continue-link {
	color: var(--fbfmc-green);
	font-weight: 900;
}

.fbfmc__cart-table {
	border: 1px solid rgba(10, 43, 28, 0.18);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
}

.fbfmc__table-head,
.fbfmc__item {
	display: grid;
	grid-template-columns: minmax(230px, 0.95fr) minmax(260px, 1.35fr) 112px 82px 92px 34px;
	gap: 14px;
	align-items: center;
}

.fbfmc__table-head {
	min-height: 43px;
	padding: 0 14px;
	background: var(--fbfmc-green);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fbfmc__items {
	display: block;
}

.fbfmc__item {
	min-height: 94px;
	padding: 11px 14px;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(10, 43, 28, 0.13);
	background: #fff;
	box-shadow: none;
	transition: background-color 0.18s ease, opacity 0.2s ease;
}

.fbfmc__item:last-child {
	border-bottom: 0;
}

.fbfmc__item:hover {
	transform: none;
	background: #f7f8f5;
	box-shadow: none;
}

.fbfmc__item-product {
	min-width: 0;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.fbfmc__item-image {
	width: 68px;
	height: 68px;
	min-height: 0;
	border: 1px solid rgba(10, 43, 28, 0.18);
	border-radius: 10px;
	background: #e8ebe6;
}

.fbfmc__item-image a,
.fbfmc__item-image img {
	width: 100%;
	height: 100%;
}

.fbfmc__item-identity {
	min-width: 0;
}

.fbfmc__item-kicker {
	display: block;
	margin-bottom: 5px;
	color: var(--fbfmc-green-2);
	font-size: 7px;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fbfmc__item-name {
	max-width: none;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 850;
	color: var(--fbfmc-ink) !important;
}

.fbfmc__item-meta {
	min-width: 0;
	margin: 0;
	font-size: 10px;
	color: var(--fbfmc-muted);
}

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

.fbfmc__meta-cell {
	min-width: 0;
	padding: 6px 7px;
	border: 1px solid rgba(10, 43, 28, 0.12);
	border-radius: 7px;
	background: #f4f6f2;
}

.fbfmc__meta-cell--table {
	grid-column: 1 / -1;
	padding: 0;
	border: 0;
	background: transparent;
}

.fbfmc__meta-key {
	display: block;
	margin-bottom: 2px;
	color: var(--fbfmc-green);
	font-size: 7px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fbfmc__meta-value {
	min-width: 0;
	color: #1a211d;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.fbfmc__meta-value p,
.fbfmc__meta-value dl,
.fbfmc__meta-value ul,
.fbfmc__meta-value ol {
	margin: 0;
}

.fbfmc__meta-value img {
	width: 34px !important;
	height: 34px !important;
	max-width: 34px !important;
	min-width: 34px;
	object-fit: cover;
	border: 1px solid rgba(10, 43, 28, 0.18);
	border-radius: 6px;
	vertical-align: middle;
}

/* Custom Box tables become a compact multi-column contents grid. */
.fbfmc__item--custom-box .fbfmc__meta-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fbfmc__item--custom-box .fbfmc__meta-value table,
.fbfmc__item-meta .fbfmc__meta-value table {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

.fbfmc__item--custom-box .fbfmc__meta-value table thead,
.fbfmc__item-meta .fbfmc__meta-value table thead {
	display: none;
}

.fbfmc__item--custom-box .fbfmc__meta-value table tbody,
.fbfmc__item-meta .fbfmc__meta-value table tbody {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	width: 100%;
}

.fbfmc__item--custom-box .fbfmc__meta-value table tr,
.fbfmc__item-meta .fbfmc__meta-value table tr {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 6px;
	align-items: center;
	min-width: 0;
	padding: 5px 6px;
	border: 1px solid rgba(10, 43, 28, 0.12);
	border-radius: 7px;
	background: #f4f6f2;
}

.fbfmc__item--custom-box .fbfmc__meta-value table td,
.fbfmc__item-meta .fbfmc__meta-value table td {
	display: block;
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 8px;
	font-weight: 750;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.fbfmc__meta-empty {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 9px;
	border-radius: 999px;
	background: #edf0eb;
	color: #5a645d;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fbfmc__quantity {
	grid-template-columns: 31px 38px 31px;
	height: 34px;
	border-color: rgba(10, 43, 28, 0.26);
	background: #fff;
}

.fbfmc__quantity input {
	width: 38px;
	font-size: 12px;
}

.fbfmc__quantity button:hover:not(:disabled) {
	background: var(--fbfmc-green);
	color: #fff;
}

.fbfmc__unit-price {
	min-width: 0;
	gap: 2px;
}

.fbfmc__unit-price span {
	display: none;
}

.fbfmc__unit-price strong {
	font-size: 11px;
	color: #303833;
	white-space: nowrap;
}

.fbfmc__line-total {
	font-size: 13px;
	font-weight: 900;
	color: var(--fbfmc-green);
	text-align: right;
}

.fbfmc__remove {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(5, 7, 6, 0.12);
	border-radius: 50%;
	background: #fff;
	color: #4d5750;
	display: grid;
	place-items: center;
}

.fbfmc__remove:hover {
	border-color: var(--fbfmc-danger);
	background: var(--fbfmc-danger);
	color: #fff;
}

.fbfmc__remove span {
	margin: 0;
	font-size: 18px;
	line-height: 1;
}

.fbfmc__remove-label {
	display: none;
}

.fbfmc__backorder {
	margin: 5px 0 0;
	font-size: 8px;
}

.fbfmc__service-grid {
	border-top-color: rgba(10, 43, 28, 0.18);
}

.fbfmc__service-icon {
	background: #050706;
	color: #fff;
}

.fbfmc__summary-card {
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 44%),
		var(--fbfmc-green);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
}

.fbfmc__summary-card::before {
	color: rgba(255, 255, 255, 0.035);
}

.fbfmc__summary-head > span,
.fbfmc__total-row--discount strong,
.fbfmc__total-row button {
	color: #fff;
}

.fbfmc__coupon button {
	background: #050706;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.fbfmc__checkout {
	background: #fff;
	color: #050706 !important;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.fbfmc__checkout:hover {
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.fbfmc__checkout i {
	background: #050706;
	color: #fff;
}

.fbfmc__secure-note > span {
	background: #fff;
	color: var(--fbfmc-green);
}

.fbfmc__spinner {
	border-color: rgba(10, 43, 28, 0.16);
	border-top-color: var(--fbfmc-green);
}

.fbfmc__empty-art,
.fbfmc__empty-shop {
	background: var(--fbfmc-green);
}

.fbfmc__empty-art > span,
.fbfmc__empty-shop span {
	color: #fff;
}

.fbfmc-trigger-count {
	border-color: #050706;
	background: #fff;
	color: #050706;
}

.fbfmc__notice.is-success {
	color: var(--fbfmc-green);
}

.fbfmc__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (min-width: 1500px) {
	.fbfmc__item--custom-box .fbfmc__meta-value table tbody,
	.fbfmc__item-meta .fbfmc__meta-value table tbody {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1280px) {
	.fbfmc__layout {
		grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.72fr);
	}

	.fbfmc__table-head,
	.fbfmc__item {
		grid-template-columns: minmax(205px, 0.9fr) minmax(220px, 1.15fr) 102px 76px 84px 32px;
		gap: 10px;
	}

	.fbfmc__item-product {
		grid-template-columns: 60px minmax(0, 1fr);
		gap: 10px;
	}

	.fbfmc__item-image {
		width: 60px;
		height: 60px;
	}

	.fbfmc__meta-grid,
	.fbfmc__item--custom-box .fbfmc__meta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fbfmc__item--custom-box .fbfmc__meta-value table tbody,
	.fbfmc__item-meta .fbfmc__meta-value table tbody {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1020px) {
	.fbfmc__layout {
		display: block;
	}

	.fbfmc__summary-column {
		padding-top: 0;
		border-left: 0;
		background: transparent;
	}

	.fbfmc__summary-card {
		position: static;
	}

	.fbfmc__table-head,
	.fbfmc__item {
		grid-template-columns: minmax(220px, 0.9fr) minmax(240px, 1.2fr) 104px 76px 88px 32px;
	}
}

@media (max-width: 780px) {
	.fbfmc__cart-table {
		border-radius: 15px;
	}

	.fbfmc__table-head {
		display: none;
	}

	.fbfmc__item {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		grid-template-areas:
			"product total remove"
			"meta meta meta"
			"quantity each each";
		gap: 10px 12px;
		min-height: 0;
		padding: 12px;
		border-bottom: 1px solid rgba(10, 43, 28, 0.16);
	}

	.fbfmc__item-product {
		grid-area: product;
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.fbfmc__item-image {
		width: 58px;
		height: 58px;
		min-height: 0;
	}

	.fbfmc__item-name {
		font-size: 13px;
	}

	.fbfmc__item-meta {
		grid-area: meta;
		padding-top: 9px;
		border-top: 1px solid rgba(10, 43, 28, 0.1);
	}

	.fbfmc__meta-grid,
	.fbfmc__item--custom-box .fbfmc__meta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fbfmc__item--custom-box .fbfmc__meta-value table tbody,
	.fbfmc__item-meta .fbfmc__meta-value table tbody {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fbfmc__quantity {
		grid-area: quantity;
		justify-self: start;
	}

	.fbfmc__unit-price {
		grid-area: each;
		align-self: center;
		justify-self: end;
		display: flex;
		align-items: baseline;
		gap: 5px;
	}

	.fbfmc__unit-price span {
		display: inline;
		font-size: 7px;
	}

	.fbfmc__line-total {
		grid-area: total;
		align-self: center;
		font-size: 13px;
	}

	.fbfmc__remove {
		grid-area: remove;
		align-self: center;
	}
}

@media (max-width: 440px) {
	.fbfmc__meta-grid,
	.fbfmc__item--custom-box .fbfmc__meta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fbfmc__item--custom-box .fbfmc__meta-value table tbody,
	.fbfmc__item-meta .fbfmc__meta-value table tbody {
		grid-template-columns: 1fr;
	}

	.fbfmc__meta-cell {
		padding: 5px 6px;
	}

	.fbfmc__meta-value img {
		width: 30px !important;
		height: 30px !important;
		max-width: 30px !important;
		min-width: 30px;
	}
}

.fbfmc__table-remove-head,
.fbfmc__remove-cell {
	min-width: 0;
}

.fbfmc__remove-cell {
	display: grid;
	place-items: center;
}

@media (max-width: 780px) {
	.fbfmc__remove-cell {
		grid-area: remove;
		align-self: center;
	}

	.fbfmc__remove {
		grid-area: auto;
	}
}

/* ==========================================================
   Farmer Butcher premium polish — v1.2.0
   Branded logo, text-only Build a Box list and payment methods
   ========================================================== */
.fbfmc__brand {
	gap: 16px;
	max-width: 360px;
}

.fbfmc__brand-logo {
	width: clamp(96px, 9vw, 154px);
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 auto;
	overflow: hidden;
}

.fbfmc__brand-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
}

.fbfmc__brand-copy strong {
	font-size: 14px;
	letter-spacing: 0.14em;
}

.fbfmc__brand-copy small {
	font-size: 11px;
	line-height: 1.3;
}

.fbfmc__table-head {
	font-size: 10px;
}

.fbfmc__item {
	min-height: 104px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.fbfmc__item-name {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.018em;
}

.fbfmc__item-kicker {
	font-size: 8px;
}

.fbfmc__item-meta {
	font-size: 12px;
}

.fbfmc__meta-key {
	font-size: 8px;
}

.fbfmc__meta-value {
	font-size: 11.5px;
	line-height: 1.42;
}

.fbfmc__unit-price strong {
	font-size: 12px;
}

.fbfmc__line-total {
	font-size: 15px;
}

/* The Build a Box row deliberately has no imagery. */
.fbfmc__item--custom-box .fbfmc__item-product {
	grid-template-columns: minmax(0, 1fr);
	padding-left: 2px;
}

.fbfmc__item-product--no-image .fbfmc__item-name {
	font-size: 17px;
}

.fbfmc__item--custom-box .fbfmc__item-meta {
	align-self: stretch;
}

.fbfmc__item--custom-box .fbfmc__meta-grid {
	display: block;
}

.fbfmc__item--custom-box .fbfmc__meta-cell {
	padding: 0;
	border: 0;
	background: transparent;
}

.fbfmc__item--custom-box .fbfmc__meta-cell + .fbfmc__meta-cell {
	margin-top: 8px;
}

.fbfmc__item--custom-box .fbfmc__meta-key {
	margin-bottom: 6px;
	font-size: 9px;
}

.fbfmc__item--custom-box .fbfmc__meta-value img,
.fbfmc__item--custom-box .fbfmc__meta-value picture,
.fbfmc__item--custom-box .fbfmc__meta-value figure {
	display: none !important;
}

.fbfmc__box-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px 10px;
}

.fbfmc__box-list li {
	position: relative;
	min-width: 0;
	padding: 8px 9px 8px 25px;
	border: 1px solid rgba(10, 43, 28, 0.13);
	border-radius: 8px;
	background: #f3f5f1;
	color: #101712;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.fbfmc__box-list li::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--fbfmc-green-2);
	box-shadow: 0 0 0 3px rgba(18, 61, 41, 0.12);
}

/* Fallback styling for Custom Box providers that return lists instead of tables. */
.fbfmc__item--custom-box .fbfmc__meta-value ul:not(.fbfmc__box-list),
.fbfmc__item--custom-box .fbfmc__meta-value ol {
	margin: 0;
	padding-left: 19px;
	columns: 2;
	column-gap: 22px;
}

.fbfmc__item--custom-box .fbfmc__meta-value li {
	break-inside: avoid;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

/* Payment methods sit directly beneath the checkout heading. */
.fbfmc__payment-options {
	position: relative;
	padding: 19px 0 21px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.fbfmc__payment-label {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

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

.fbfmc__payment-method {
	min-width: 0;
	min-height: 70px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.055);
	display: flex;
	align-items: center;
	gap: 9px;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.fbfmc__payment-method:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.095);
}

.fbfmc__payment-method > span:last-child {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.fbfmc__payment-method strong {
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.15;
	white-space: nowrap;
}

.fbfmc__payment-method small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 8px;
	font-weight: 650;
	line-height: 1.2;
}

.fbfmc__payment-icon {
	position: relative;
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
	border-radius: 9px;
	background: #fff;
	color: var(--fbfmc-green);
	display: grid;
	place-items: center;
	font-size: 17px;
	font-weight: 950;
	font-style: italic;
}

.fbfmc__payment-method--card .fbfmc__payment-icon::before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 8px;
	height: 5px;
	background: var(--fbfmc-green);
}

.fbfmc__payment-method--card .fbfmc__payment-icon i {
	position: absolute;
	left: 6px;
	bottom: 7px;
	width: 8px;
	height: 2px;
	background: rgba(10, 43, 28, 0.55);
}

.fbfmc__payment-method--paypal .fbfmc__payment-icon {
	font-family: Arial, sans-serif;
	letter-spacing: -0.08em;
}

.fbfmc__payment-method--afterpay .fbfmc__payment-icon {
	grid-template-columns: repeat(2, 5px);
	grid-template-rows: repeat(2, 5px);
	gap: 3px;
}

.fbfmc__payment-method--afterpay .fbfmc__payment-icon i {
	width: 5px;
	height: 5px;
	border-radius: 2px;
	background: var(--fbfmc-green);
}

.fbfmc__totals {
	padding-top: 20px;
}

@media (max-width: 1280px) {
	.fbfmc__brand-logo {
		width: 108px;
		height: 52px;
	}

	.fbfmc__brand-copy small {
		display: none;
	}

	.fbfmc__box-list {
		grid-template-columns: 1fr;
	}

	.fbfmc__payment-grid {
		grid-template-columns: 1fr;
	}

	.fbfmc__payment-method {
		min-height: 52px;
	}
}

@media (max-width: 780px) {
	.fbfmc__brand {
		max-width: 135px;
	}

	.fbfmc__brand-logo {
		width: 104px;
		height: 46px;
	}

	.fbfmc__brand-copy {
		display: none;
	}

	.fbfmc__item {
		padding: 15px 13px;
	}

	.fbfmc__item-name,
	.fbfmc__item-product--no-image .fbfmc__item-name {
		font-size: 16px;
	}

	.fbfmc__item--custom-box .fbfmc__item-product {
		padding-right: 6px;
	}

	.fbfmc__box-list {
		grid-template-columns: 1fr;
	}

	.fbfmc__box-list li {
		font-size: 12.5px;
	}

	.fbfmc__item--custom-box .fbfmc__meta-value ul:not(.fbfmc__box-list),
	.fbfmc__item--custom-box .fbfmc__meta-value ol {
		columns: 1;
	}

	.fbfmc__payment-grid {
		grid-template-columns: 1fr;
	}

	.fbfmc__payment-method {
		min-height: 56px;
	}

	.fbfmc__payment-method strong {
		font-size: 12px;
	}

	.fbfmc__payment-method small {
		font-size: 9px;
	}
}

@media (max-width: 440px) {
	.fbfmc__brand-logo {
		width: 90px;
		height: 42px;
	}
}

/* ==========================================================
   Farmer Butcher cart cleanup — v1.3.0
   Compact metadata, locked rewards and payments below summary
   ========================================================== */
.fbfmc__summary-stack {
	position: sticky;
	top: 34px;
	display: grid;
	gap: 14px;
}

.fbfmc__summary-stack .fbfmc__summary-card {
	position: relative;
	top: auto;
}

.fbfmc__payment-options--below {
	padding: 17px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 50%),
		#050706;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.fbfmc__payment-options--below .fbfmc__payment-label {
	margin-bottom: 11px;
	color: rgba(255, 255, 255, 0.68);
}

.fbfmc__payment-options--below .fbfmc__payment-method {
	min-height: 61px;
	padding: 9px;
	background: rgba(255, 255, 255, 0.07);
}

.fbfmc__payment-options--below .fbfmc__payment-method strong {
	font-size: 11px;
}

.fbfmc__meta-cell--box {
	width: 100%;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.fbfmc__box-details {
	width: 100%;
	border: 1px solid rgba(10, 43, 28, 0.17);
	border-radius: 10px;
	background: #f2f5f0;
	overflow: hidden;
}

.fbfmc__box-details > summary {
	min-height: 46px;
	padding: 9px 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	list-style: none;
	cursor: pointer;
	user-select: none;
}

.fbfmc__box-details > summary::-webkit-details-marker {
	display: none;
}

.fbfmc__box-details > summary::before {
	content: "";
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: var(--fbfmc-green-2);
	box-shadow: 0 0 0 4px rgba(18, 61, 41, 0.1);
}

.fbfmc__box-summary {
	min-width: 0;
	margin-right: auto;
	display: grid;
	gap: 1px;
}

.fbfmc__box-summary strong {
	color: var(--fbfmc-ink);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
}

.fbfmc__box-summary small {
	color: #667168;
	font-size: 9px;
	font-weight: 750;
}

.fbfmc__box-toggle {
	flex: 0 0 auto;
	padding: 6px 8px;
	border-radius: 999px;
	background: var(--fbfmc-green);
	color: #fff;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fbfmc__box-toggle span:last-child,
.fbfmc__box-details[open] .fbfmc__box-toggle span:first-child {
	display: none;
}

.fbfmc__box-details[open] .fbfmc__box-toggle span:last-child {
	display: inline;
}

.fbfmc__box-details[open] > summary {
	border-bottom: 1px solid rgba(10, 43, 28, 0.13);
	background: #e9eee7;
}

.fbfmc__box-compact-list {
	padding: 4px 10px 8px;
	background: #fff;
}

.fbfmc__box-compact-line {
	min-height: 31px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 8px;
	align-items: center;
	padding: 6px 0;
	border-bottom: 1px solid rgba(10, 43, 28, 0.09);
}

.fbfmc__box-compact-line:last-child {
	border-bottom: 0;
}

.fbfmc__box-compact-line > span {
	min-width: 0;
	color: #111713;
	font-size: 10.5px;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.fbfmc__box-compact-line small {
	color: #68736b;
	font-size: 9px;
	font-weight: 750;
	white-space: nowrap;
}

.fbfmc__box-compact-line strong {
	color: var(--fbfmc-green);
	font-size: 10px;
	font-weight: 900;
	white-space: nowrap;
}

.fbfmc__reward-meta {
	min-height: 42px;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	gap: 9px;
	border: 1px solid rgba(10, 43, 28, 0.14);
	border-radius: 9px;
	background: #eef4ec;
}

.fbfmc__reward-meta > span {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 50%;
	background: var(--fbfmc-green);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 11px;
	font-weight: 900;
}

.fbfmc__reward-meta > div {
	min-width: 0;
	display: grid;
	gap: 1px;
}

.fbfmc__reward-meta strong {
	color: var(--fbfmc-ink);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
}

.fbfmc__reward-meta small {
	color: #68736b;
	font-size: 9px;
	font-weight: 700;
}

.fbfmc__quantity--included {
	height: 34px;
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-color: rgba(10, 43, 28, 0.16);
	border-radius: 999px;
	background: #edf4eb;
	color: var(--fbfmc-green);
	overflow: visible;
}

.fbfmc__quantity--included > span {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--fbfmc-green);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 8px;
	font-weight: 900;
}

.fbfmc__quantity--included strong {
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fbfmc__item--giveaway .fbfmc__item-kicker {
	color: var(--fbfmc-green);
}

@media (max-width: 1020px) {
	.fbfmc__summary-stack {
		position: static;
	}
}

@media (max-width: 780px) {
	.fbfmc__box-compact-line {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.fbfmc__box-compact-line strong {
		grid-column: 2;
	}

	.fbfmc__quantity--included {
		justify-self: start;
	}

	.fbfmc__payment-options--below {
		border-radius: 17px;
	}
}
