.sf-roaster-configurator-page {
	--sf-roaster-black: #1c1c1c;
	--sf-roaster-text: #5d5d59;
	--sf-roaster-line: #dcdcd7;
	--sf-roaster-soft: #eef4f0;
	--sf-roaster-green: #36775f;
	--sf-roaster-red: #cf2f27;
	--sf-roaster-red-dark: #ac241e;
}

.sf-roaster-purchase-facts {
	margin: 28px 0 42px;
}

.sf-roaster-build-status {
	align-items: center;
	background: var(--sf-roaster-soft);
	border-left: 4px solid var(--sf-roaster-green);
	display: flex;
	gap: 16px;
	margin-bottom: 24px;
	min-height: 82px;
	padding: 18px 22px;
}

.sf-roaster-status-dot {
	background: var(--sf-roaster-green);
	border: 7px solid rgba(54, 119, 95, 0.14);
	border-radius: 0;
	box-sizing: content-box;
	height: 10px;
	width: 10px;
}

.sf-roaster-build-status p {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.sf-roaster-build-status strong {
	color: var(--sf-roaster-black);
	font-size: 14px;
	line-height: 1.3;
}

.sf-roaster-build-status p span {
	color: #73736f;
	font-size: 12px;
	line-height: 1.4;
}

.sf-roaster-quick-facts {
	align-items: stretch;
	background: #f7f7f4;
	border-left: 3px solid #b7a166;
	display: grid;
	grid-template-columns: auto repeat(3, 1fr);
	padding: 0 12px 0 0;
}

.sf-roaster-quick-facts__label {
	align-items: center;
	color: #797974;
	display: flex;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0;
	padding: 0 20px;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.sf-roaster-quick-facts > div {
	align-items: center;
	display: flex;
	gap: 11px;
	min-height: 76px;
	padding: 14px 16px;
	position: relative;
}

.sf-roaster-quick-facts > div + div::before {
	background: var(--sf-roaster-line);
	content: "";
	height: 34px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.sf-roaster-quick-facts i {
	align-items: center;
	background: #ece9df;
	border-radius: 0;
	color: #756638;
	display: flex;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.sf-roaster-quick-facts > div > span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sf-roaster-quick-facts strong {
	color: var(--sf-roaster-black);
	font-size: 14px;
	line-height: 1.2;
	order: 2;
}

.sf-roaster-quick-facts small {
	color: #73736f;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.3;
	order: 1;
	text-transform: uppercase;
}

.sf-roaster-form .sf-roaster-native-variations {
	display: none !important;
}

.sf-roaster-duplicate-add-to-cart {
	display: none !important;
}

.sf-roaster-rating-proof {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0 18px;
}

.sf-roaster-rating-stars {
	color: #a68c49;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1;
}

.sf-roaster-rating-proof > a {
	border-bottom: 1px solid var(--sf-roaster-line);
	color: #666661;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 2px;
	text-decoration: none;
}

.sf-roaster-rating-proof > a:hover {
	color: var(--sf-roaster-black);
}

.sf-roaster-rating-verified {
	align-items: center;
	color: #73736f;
	display: inline-flex;
	font-size: 9px;
	gap: 5px;
	line-height: 1.4;
}

.sf-roaster-rating-verified i {
	align-items: center;
	background: #eaf3ee;
	border-radius: 0;
	color: var(--sf-roaster-green);
	display: inline-flex;
	font-size: 8px;
	font-style: normal;
	font-weight: 800;
	height: 16px;
	justify-content: center;
	width: 16px;
}

.sf-roaster-configurator {
	margin: 0;
}

.sf-roaster-field {
	border: 0;
	margin: 0 0 25px;
	min-width: 0;
	padding: 0;
}

.sf-roaster-field legend,
.sf-roaster-select-field > label {
	color: var(--sf-roaster-black);
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 10px;
}

.sf-roaster-card-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sf-roaster-option-card,
.sf-roaster-color-option {
	appearance: none;
	background: #fff;
	border: 1px solid var(--sf-roaster-line);
	border-radius: 0;
	box-shadow: none;
	color: var(--sf-roaster-black);
	cursor: pointer;
	font-family: inherit;
	text-align: left;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.sf-roaster-option-card {
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	min-height: 76px;
	padding: 15px 16px;
}

.sf-roaster-option-card strong {
	font-size: 16px;
	line-height: 1.2;
}

.sf-roaster-option-card span {
	color: #73736f;
	font-size: 10px;
	line-height: 1.35;
}

.sf-roaster-option-card:hover,
.sf-roaster-color-option:hover {
	border-color: #777;
}

.sf-roaster-option-card.is-selected,
.sf-roaster-color-option.is-selected {
	border-color: var(--sf-roaster-black);
	box-shadow: inset 0 0 0 2px var(--sf-roaster-black);
}

.sf-roaster-option-card:focus-visible,
.sf-roaster-color-option:focus-visible,
.sf-roaster-select:focus-visible,
.sf-roaster-form .single_add_to_cart_button:focus-visible {
	outline: 3px solid rgba(54, 119, 95, 0.28);
	outline-offset: 2px;
}

.sf-roaster-option-card:disabled,
.sf-roaster-color-option:disabled {
	cursor: not-allowed;
	opacity: 0.38;
}

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

.sf-roaster-color-option {
	align-items: center;
	display: flex;
	gap: 10px;
	min-height: 54px;
	padding: 10px 12px;
}

.sf-roaster-color-option strong {
	color: #696965;
	font-size: 10px;
	line-height: 1.25;
}

.sf-roaster-swatch {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 0;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
}

.sf-roaster-swatch--red {
	background: #cc2924;
}

.sf-roaster-swatch--black {
	background: #202020;
}

.sf-roaster-swatch--stainless-steel,
.sf-roaster-swatch--stainless {
	background: #d9d9d9;
}

.sf-roaster-select-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sf-roaster-select {
	appearance: auto;
	background: #fff;
	border: 1px solid var(--sf-roaster-line);
	border-radius: 0;
	box-shadow: none;
	color: var(--sf-roaster-black);
	font-family: inherit;
	font-size: 13px;
	height: 54px;
	line-height: 1.2;
	margin: 0;
	padding: 0 12px;
	width: 100%;
}

.sf-roaster-form .single_variation_wrap {
	margin-top: 2px;
}

.sf-roaster-form .woocommerce-variation-price {
	margin: 0 0 15px;
}

.sf-roaster-form .woocommerce-variation-price .price {
	color: var(--sf-roaster-black);
	font-size: 22px;
	font-weight: 800;
}

.sf-roaster-form .woocommerce-variation-add-to-cart {
	display: block !important;
}

.sf-roaster-form .quantity {
	left: -9999px;
	position: absolute;
}

.sf-roaster-form .single_add_to_cart_button.button,
.sf-roaster-form .single_add_to_cart_button {
	align-items: center;
	background: var(--sf-roaster-red) !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	color: #fff !important;
	display: flex !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	justify-content: space-between;
	letter-spacing: 0.01em;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 64px;
	opacity: 1;
	padding: 0 24px !important;
	text-align: left;
	text-transform: uppercase;
	width: 100% !important;
}

.sf-roaster-form .single_add_to_cart_button:after {
	content: "\2192";
	font-size: 18px;
	font-weight: 400;
}

.sf-roaster-form .single_add_to_cart_button:hover {
	background: var(--sf-roaster-red-dark) !important;
}

.sf-roaster-form .single_add_to_cart_button.disabled,
.sf-roaster-form .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	opacity: 0.46 !important;
}

.sf-roaster-price-note {
	color: #858580;
	font-size: 9px;
	line-height: 1.45;
	margin: 12px 0 28px;
	text-align: center;
}

.sf-roaster-reassurance {
	border-top: 1px solid var(--sf-roaster-line);
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0;
	padding-top: 25px;
}

.sf-roaster-reassurance > div {
	display: grid;
	gap: 10px;
	grid-template-columns: 24px 1fr;
}

.sf-roaster-reassurance > div > span {
	color: var(--sf-roaster-green);
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.sf-roaster-reassurance p {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
}

.sf-roaster-reassurance strong {
	color: var(--sf-roaster-black);
	font-size: 12px;
	line-height: 1.3;
}

.sf-roaster-reassurance small {
	color: #74746f;
	font-size: 10px;
	line-height: 1.45;
}

@media (max-width: 767px) {
	.sf-roaster-purchase-facts {
		margin-bottom: 32px;
	}

	.sf-roaster-quick-facts,
	.sf-roaster-card-grid,
	.sf-roaster-select-grid,
	.sf-roaster-reassurance {
		grid-template-columns: 1fr;
	}

	.sf-roaster-quick-facts {
		padding: 8px 14px;
	}

	.sf-roaster-quick-facts__label {
		padding: 10px 2px 4px;
		writing-mode: initial;
	}

	.sf-roaster-quick-facts > div {
		min-height: 58px;
		padding: 10px 0;
	}

	.sf-roaster-quick-facts > div + div::before {
		height: 1px;
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
	}

	.sf-roaster-color-grid {
		grid-template-columns: 1fr;
	}

	.sf-roaster-form .single_add_to_cart_button.button,
	.sf-roaster-form .single_add_to_cart_button {
		font-size: 11px !important;
		padding: 0 18px !important;
	}
}

/*
 * Profit-calculator visual system.
 * Mirrors the calculator's warm accents, slate result panels, rounded cards,
 * soft shadows, approachable inputs, and pill-shaped calls to action.
 */
.sf-roaster-configurator-page {
	--sf-roaster-ink: rgba(37, 29, 21, 0.76);
	--sf-roaster-heading: #251d15;
	--sf-roaster-beige: #dccebb;
	--sf-roaster-beige-dark: #ad9c84;
	--sf-roaster-beige-soft: #f5f0e9;
	--sf-roaster-slate: #2c3a46;
	--sf-roaster-slate-dark: #1e2a33;
	--sf-roaster-card-border: rgba(0, 0, 0, 0.1);
	--sf-roaster-card-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
	--sf-roaster-green: #36775f;
	--sf-roaster-red: #cf2f27;
	--sf-roaster-red-dark: #ac241e;
}

.sf-roaster-configurator-page .summary {
	color: var(--sf-roaster-ink);
}

.sf-roaster-purchase-facts {
	background: #fff;
	border: 1px solid var(--sf-roaster-card-border);
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow);
	margin: 30px 0 34px;
	overflow: hidden;
	padding: 22px;
}

.sf-roaster-build-status {
	background: var(--sf-roaster-beige-soft);
	border: 0;
	border-radius: 0;
	margin-bottom: 18px;
	min-height: 76px;
	padding: 16px 18px;
}

.sf-roaster-build-status strong,
.sf-roaster-quick-facts strong,
.sf-roaster-field legend,
.sf-roaster-select-field > label {
	color: var(--sf-roaster-heading);
}

.sf-roaster-quick-facts {
	background: transparent;
	border: 0;
	border-radius: 0;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0;
}

.sf-roaster-quick-facts__label {
	color: var(--sf-roaster-ink);
	font-size: 9px;
	grid-column: 1 / -1;
	letter-spacing: 0.1em;
	padding: 0 0 2px;
	writing-mode: initial;
}

.sf-roaster-quick-facts > div {
	background: rgba(0, 0, 0, 0.035);
	border-radius: 0;
	gap: 10px;
	min-height: 70px;
	padding: 12px;
}

.sf-roaster-quick-facts > div + div::before {
	display: none;
}

.sf-roaster-quick-facts i {
	background: var(--sf-roaster-beige);
	color: var(--sf-roaster-heading);
}

.sf-roaster-configurator {
	background: #fff;
	border: 1px solid var(--sf-roaster-card-border);
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow);
	margin-top: 22px;
	padding: 22px;
}

.sf-roaster-field legend,
.sf-roaster-select-field > label {
	font-size: 14px;
	margin-bottom: 11px;
}

.sf-roaster-option-card,
.sf-roaster-color-option {
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0;
	color: var(--sf-roaster-ink);
	min-height: 66px;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.sf-roaster-option-card {
	padding: 15px 17px;
}

.sf-roaster-option-card:hover,
.sf-roaster-color-option:hover {
	border-color: var(--sf-roaster-beige-dark);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
	transform: translateY(-1px);
}

.sf-roaster-option-card.is-selected,
.sf-roaster-color-option.is-selected {
	background: var(--sf-roaster-beige-soft);
	border-color: var(--sf-roaster-beige-dark);
	box-shadow: inset 0 0 0 2px var(--sf-roaster-beige-dark);
}

.sf-roaster-option-card.is-selected::after,
.sf-roaster-color-option.is-selected::after {
	align-items: center;
	background: var(--sf-roaster-slate);
	border-radius: 0;
	color: #fff;
	content: "✓";
	display: flex;
	font-size: 9px;
	font-weight: 800;
	height: 18px;
	justify-content: center;
	margin-left: auto;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 18px;
}

.sf-roaster-option-card,
.sf-roaster-color-option {
	position: relative;
}

.sf-roaster-color-option {
	padding: 12px 14px;
}

.sf-roaster-select {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 0;
	color: var(--sf-roaster-heading);
	font-size: 16px;
	height: 52px;
	padding: 8px 28px 8px 12px;
}

.sf-roaster-form .woocommerce-variation-price {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 0;
	margin: 0 0 15px;
	padding: 12px 15px;
}

.sf-roaster-form .single_add_to_cart_button.button,
.sf-roaster-form .single_add_to_cart_button {
	background: var(--sf-roaster-beige) !important;
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow) !important;
	color: var(--sf-roaster-heading) !important;
	font-size: 12px !important;
	justify-content: center;
	letter-spacing: 0.01em;
	min-height: 56px;
	position: relative;
	text-align: center;
}

.sf-roaster-form .single_add_to_cart_button::after {
	position: absolute;
	right: 23px;
}

.sf-roaster-form .single_add_to_cart_button:hover {
	background: var(--sf-roaster-beige-dark) !important;
	color: var(--sf-roaster-heading) !important;
}

.sf-roaster-price-note {
	margin-bottom: 24px;
}

.sf-roaster-reassurance {
	gap: 12px;
}

.sf-roaster-reassurance > div {
	background: rgba(0, 0, 0, 0.035);
	border-radius: 0;
	padding: 14px;
}

.sf-roaster-rating-proof {
	background: #fff;
	border: 1px solid var(--sf-roaster-card-border);
	border-radius: 0;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
	display: inline-flex;
	margin: 10px 0 18px;
	padding: 8px 13px;
}

.sf-roaster-rating-proof > a {
	border: 0;
}

/* Below-the-fold shortcode sections. */
.sf-roaster-anchor-nav {
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.sf-roaster-anchor-nav a:hover,
.sf-roaster-anchor-nav a:focus-visible {
	border-color: var(--sf-roaster-beige-dark);
}

.sf-roaster-section-heading > p,
.sf-roaster-support-heading > p,
.sf-roaster-section-label {
	color: var(--sf-roaster-beige-dark);
}

.sf-roaster-feature-list {
	border: 0;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sf-roaster-feature-list article {
	background: #fff;
	border: 1px solid var(--sf-roaster-card-border);
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow);
	min-height: 145px;
	padding: 22px;
}

.sf-roaster-feature-list article > span {
	color: var(--sf-roaster-beige-dark);
}

.sf-roaster-workflow {
	background: var(--sf-roaster-slate);
}

.sf-roaster-workflow-copy .sf-roaster-section-label,
.sf-roaster-steps article > span {
	color: var(--sf-roaster-beige);
}

.sf-roaster-workflow-copy > a,
.sf-roaster-bottom-buy > a {
	background: var(--sf-roaster-beige);
	border: 0;
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow);
	color: var(--sf-roaster-heading);
}

.sf-roaster-workflow-copy > a:hover,
.sf-roaster-bottom-buy > a:hover {
	background: var(--sf-roaster-beige-dark);
	color: var(--sf-roaster-heading);
}

.sf-roaster-spec-table {
	background: #fff;
	border: 1px solid var(--sf-roaster-card-border);
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow);
	overflow: hidden;
}

.sf-roaster-spec-row {
	border-color: rgba(0, 0, 0, 0.08);
}

.sf-roaster-spec-head {
	background: var(--sf-roaster-beige-soft);
}

.sf-roaster-review-section {
	background: var(--sf-roaster-beige-soft);
}

.sf-roaster-review-score {
	background: var(--sf-roaster-slate);
	border: 0;
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow);
	color: #fff;
	min-height: 235px;
	padding: 28px;
}

.sf-roaster-review-section blockquote {
	background: #fff;
	border: 1px solid var(--sf-roaster-card-border);
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow);
	padding: 26px;
}

.sf-roaster-support-section {
	background: #fff;
}

.sf-roaster-support-heading {
	padding-right: 5vw;
}

.sf-roaster-support-copy {
	background: var(--sf-roaster-beige-soft);
	border-radius: 0;
	box-shadow: var(--sf-roaster-card-shadow);
	padding: 28px;
}

.sf-roaster-support-links a {
	border-color: rgba(0, 0, 0, 0.1);
}

.sf-roaster-bottom-buy {
	background: var(--sf-roaster-slate);
	color: #fff;
}

.sf-roaster-bottom-buy h2 {
	color: #fff;
}

.sf-roaster-bottom-buy p {
	color: var(--sf-roaster-beige);
}

@media (max-width: 767px) {
	.sf-roaster-purchase-facts,
	.sf-roaster-configurator {
		border-radius: 0;
		padding: 16px;
	}

	.sf-roaster-quick-facts {
		grid-template-columns: 1fr;
	}

	.sf-roaster-feature-list {
		grid-template-columns: 1fr;
	}

	.sf-roaster-review-score {
		border-bottom: 0;
	}
}

/* Complete product-page sections rendered by [sf_roaster_page_sections]. */
.sf-roaster-configurator {
	scroll-margin-top: 90px;
}

.sf-roaster-page-sections {
	background: #fff;
	color: var(--sf-roaster-black);
	font-family: inherit;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none !important;
	width: 100vw;
}

.sf-roaster-page-sections *,
.sf-roaster-page-sections *::before,
.sf-roaster-page-sections *::after {
	box-sizing: border-box;
}

.sf-roaster-page-sections h2,
.sf-roaster-page-sections h3,
.sf-roaster-page-sections p {
	margin-top: 0;
}

.sf-roaster-page-sections h2,
.sf-roaster-page-sections h3 {
	color: inherit;
	font-family: inherit;
}

.sf-roaster-anchor-nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--sf-roaster-line);
	border-top: 1px solid var(--sf-roaster-line);
	display: flex;
	gap: clamp(24px, 5vw, 74px);
	justify-content: center;
	min-height: 62px;
	overflow-x: auto;
	padding: 0 24px;
	position: sticky;
	top: 0;
	z-index: 20;
}

.sf-roaster-anchor-nav a {
	border-bottom: 3px solid transparent;
	color: var(--sf-roaster-black);
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 24px 0 19px;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-roaster-anchor-nav a:hover,
.sf-roaster-anchor-nav a:focus-visible {
	border-color: var(--sf-roaster-red);
	color: var(--sf-roaster-black);
}

.sf-roaster-overview,
.sf-roaster-spec-section {
	margin: 0 auto;
	max-width: 1380px;
	padding: 118px max(24px, 5vw);
	scroll-margin-top: 70px;
}

.sf-roaster-overview {
	display: grid;
	gap: clamp(50px, 7vw, 100px);
	grid-template-columns: 42% 58%;
}

.sf-roaster-section-heading > p,
.sf-roaster-support-heading > p,
.sf-roaster-section-label {
	color: #9a8243;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.sf-roaster-section-heading h2,
.sf-roaster-workflow-copy h2,
.sf-roaster-support-heading h2 {
	font-size: clamp(42px, 4.7vw, 68px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 1.02;
	margin-bottom: 24px;
}

.sf-roaster-section-heading > span {
	color: #70706b;
	display: block;
	font-size: 14px;
	line-height: 1.7;
	max-width: 540px;
}

.sf-roaster-feature-list {
	border-top: 1px solid var(--sf-roaster-line);
}

.sf-roaster-feature-list article {
	border-bottom: 1px solid var(--sf-roaster-line);
	display: grid;
	gap: 17px;
	grid-template-columns: 44px 1fr;
	padding: 25px 0;
}

.sf-roaster-feature-list article > span {
	color: #9a8243;
	font-size: 10px;
	font-weight: 800;
}

.sf-roaster-feature-list h3 {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 7px;
}

.sf-roaster-feature-list p {
	color: #70706b;
	font-size: 12px;
	line-height: 1.55;
	margin: 0;
}

.sf-roaster-workflow {
	background: #181818;
	color: #fff;
	display: grid;
	grid-template-columns: 45% 55%;
	scroll-margin-top: 62px;
}

.sf-roaster-workflow-copy {
	align-self: center;
	padding: 100px max(32px, 7vw);
}

.sf-roaster-workflow-copy .sf-roaster-section-label {
	color: #d7c27e;
}

.sf-roaster-workflow-copy h2 {
	color: #fff;
}

.sf-roaster-workflow-copy > p:not(.sf-roaster-section-label) {
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	line-height: 1.72;
	max-width: 570px;
}

.sf-roaster-workflow-copy > a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.46);
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	gap: 54px;
	margin-top: 22px;
	min-height: 50px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-roaster-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sf-roaster-steps article {
	align-content: end;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 17px;
	grid-template-columns: 38px 1fr;
	min-height: 280px;
	padding: 44px;
}

.sf-roaster-steps article > span {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	color: #d7c27e;
	display: grid;
	font-size: 10px;
	height: 28px;
	place-items: center;
	width: 28px;
}

.sf-roaster-steps h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	margin: 3px 0 9px;
}

.sf-roaster-steps p {
	color: rgba(255, 255, 255, 0.56);
	font-size: 11px;
	line-height: 1.55;
	margin: 0;
}

.sf-roaster-section-heading--compact {
	margin-bottom: 56px;
	max-width: 760px;
}

.sf-roaster-section-heading--compact h2 {
	margin-bottom: 18px;
}

.sf-roaster-spec-table {
	border-top: 2px solid var(--sf-roaster-black);
	overflow-x: auto;
}

.sf-roaster-spec-row {
	border-bottom: 1px solid var(--sf-roaster-line);
	display: grid;
	grid-template-columns: 1fr 1.25fr 1.25fr;
	min-height: 58px;
}

.sf-roaster-spec-row > div {
	align-items: center;
	border-right: 1px solid var(--sf-roaster-line);
	display: flex;
	font-size: 12px;
	padding: 18px 20px;
}

.sf-roaster-spec-row > div:last-child {
	border-right: 0;
}

.sf-roaster-spec-row > div:first-child {
	color: #73736f;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.sf-roaster-spec-head {
	background: #f4f4f1;
	min-height: 92px;
}

.sf-roaster-spec-head > div:not(:first-child) {
	align-items: flex-start;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
}

.sf-roaster-spec-head b {
	font-size: 18px;
}

.sf-roaster-spec-head span {
	color: #73736f;
	font-size: 9px;
}

.sf-roaster-spec-actions a {
	border-bottom: 1px solid var(--sf-roaster-black);
	color: var(--sf-roaster-black);
	font-size: 9px;
	font-weight: 800;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-roaster-review-section {
	align-items: center;
	background: #f4f4f1;
	display: grid;
	gap: clamp(50px, 9vw, 140px);
	grid-template-columns: 240px 1fr;
	padding: 100px max(24px, 10vw);
	scroll-margin-top: 62px;
}

.sf-roaster-review-score {
	border-right: 1px solid var(--sf-roaster-line);
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-height: 210px;
	padding-right: 50px;
}

.sf-roaster-review-score strong {
	font-size: 72px;
	letter-spacing: -0.06em;
	line-height: 1;
}

.sf-roaster-review-score > span {
	color: #a68c49;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.sf-roaster-review-score small {
	color: #73736f;
	font-size: 9px;
	text-transform: uppercase;
}

.sf-roaster-review-section blockquote {
	margin: 0;
	max-width: 920px;
	padding: 0;
}

.sf-roaster-review-section blockquote > p {
	color: var(--sf-roaster-black);
	font-size: clamp(25px, 2.7vw, 40px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.32;
	margin: 0;
}

.sf-roaster-review-section blockquote footer {
	display: flex;
	flex-direction: column;
	font-size: 11px;
	gap: 5px;
	margin-top: 28px;
}

.sf-roaster-review-section blockquote footer span {
	color: #73736f;
	font-size: 9px;
}

.sf-roaster-support-section {
	background: #eadfcb;
	display: grid;
	grid-template-columns: 42% 58%;
	padding: 110px max(24px, 6vw);
	scroll-margin-top: 62px;
}

.sf-roaster-support-heading h2 {
	margin: 0;
}

.sf-roaster-support-copy > p {
	color: #625e55;
	font-size: 15px;
	line-height: 1.7;
	max-width: 700px;
}

.sf-roaster-support-links {
	border-top: 1px solid rgba(23, 23, 23, 0.22);
	margin-top: 36px;
}

.sf-roaster-support-links a {
	align-items: center;
	border-bottom: 1px solid rgba(23, 23, 23, 0.22);
	color: var(--sf-roaster-black);
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 2fr 30px;
	padding: 22px 0;
	text-decoration: none;
}

.sf-roaster-support-links b {
	font-size: 13px;
}

.sf-roaster-support-links span {
	color: #6a655d;
	font-size: 11px;
}

.sf-roaster-support-links i {
	font-style: normal;
	justify-self: end;
}

.sf-roaster-bottom-buy {
	align-items: center;
	background: #fff;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding: 80px max(24px, 6vw);
}

.sf-roaster-bottom-buy p {
	color: #9a8243;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sf-roaster-bottom-buy h2 {
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.05;
	margin: 0;
}

.sf-roaster-bottom-buy > a {
	align-items: center;
	background: var(--sf-roaster-red);
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	gap: 35px;
	justify-content: space-between;
	min-height: 54px;
	min-width: 275px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-roaster-bottom-buy > a:hover {
	background: var(--sf-roaster-red-dark);
	color: #fff;
}

@media (max-width: 1024px) {
	.sf-roaster-overview,
	.sf-roaster-workflow,
	.sf-roaster-support-section {
		grid-template-columns: 1fr;
	}

	.sf-roaster-workflow-copy {
		padding: 80px 7vw;
	}

	.sf-roaster-support-section {
		gap: 50px;
	}
}

@media (max-width: 767px) {
	.sf-roaster-anchor-nav {
		justify-content: flex-start;
	}

	.sf-roaster-overview,
	.sf-roaster-spec-section {
		padding-bottom: 78px;
		padding-top: 78px;
	}

	.sf-roaster-section-heading h2,
	.sf-roaster-workflow-copy h2,
	.sf-roaster-support-heading h2 {
		font-size: 39px;
	}

	.sf-roaster-steps {
		grid-template-columns: 1fr;
	}

	.sf-roaster-steps article {
		border-left: 0;
		min-height: 200px;
		padding: 34px 24px;
	}

	.sf-roaster-spec-row {
		min-width: 690px;
	}

	.sf-roaster-review-section {
		gap: 34px;
		grid-template-columns: 1fr;
		padding: 70px 24px;
	}

	.sf-roaster-review-score {
		border-bottom: 1px solid var(--sf-roaster-line);
		border-right: 0;
		min-height: auto;
		padding: 0 0 28px;
	}

	.sf-roaster-review-score strong {
		font-size: 58px;
	}

	.sf-roaster-support-section {
		padding: 76px 24px;
	}

	.sf-roaster-support-links a {
		grid-template-columns: 1fr 28px;
	}

	.sf-roaster-support-links a span {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.sf-roaster-support-links a i {
		grid-column: 2;
		grid-row: 1;
	}

	.sf-roaster-bottom-buy {
		align-items: stretch;
		flex-direction: column;
		padding: 64px 24px;
	}

	.sf-roaster-bottom-buy > a {
		min-width: 0;
	}
}

/* Requested flat treatment layered onto the archived 1.2.0 design. */
.sf-roaster-configurator-page *,
.sf-roaster-page-sections * {
	background-image: none !important;
	border-radius: 0;
}

.sf-roaster-configurator-page .sf-roaster-form .single_add_to_cart_button.button,
.sf-roaster-configurator-page .sf-roaster-form .single_add_to_cart_button {
	background: var(--sf-roaster-beige, #dccebb) !important;
	border-radius: 0;
}

.sf-roaster-configurator-page .sf-roaster-form .single_add_to_cart_button:hover {
	background: var(--sf-roaster-beige-dark, #ad9c84) !important;
}

