/*
Theme Name: Schache
Theme URI: 
Author: Armin Oppliger
Author URI: https://useit.ch/
Description: Block theme for Schache portal + Schache Märit, Dorfbach Märit, Schache Biohof.
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: schache
Tags: full-site-editing, block-themes, e-commerce
*/

/* --------------------------------------------------------------------------
   Section brand tokens (custom layer – palette also in theme.json / Site Editor)
   -------------------------------------------------------------------------- */

:root {
	--schache--color--brand: #c20e1a;
	--schache--color--brand-dark: #9a0b14;
	--schache--color--brand-soft: #f8e8e9;
	--schache--color--ink: #222222;
	--schache--color--muted: #666666;
	--schache--radius-none: 0;
	--schache--shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.12);
}

body.section-portal,
body.section-schache-maerit {
	--schache--color--brand: #c20e1a;
	--schache--color--brand-dark: #9a0b14;
	--schache--color--brand-soft: #f8e8e9;
}

body.section-dorfbach-maerit {
	--schache--color--brand: #c20e1a;
	--schache--color--brand-dark: #7d0e16;
	--schache--color--brand-soft: #f6e7e8;
}

body.section-schache-biohof {
	--schache--color--brand: #56973e;
	--schache--color--brand-dark: #3f722d;
	--schache--color--brand-soft: #eef5eb;
}

/* --------------------------------------------------------------------------
   Shared chrome
   -------------------------------------------------------------------------- */

.schache-nav-bar {
	position: relative;
	background: var(--schache--color--brand);
	gap: 0.75rem !important;
	overflow: visible;
}

.schache-nav-bar .wp-block-navigation {
	flex: 1 1 auto;
	justify-content: center;
}

.schache-nav-bar .wp-block-navigation,
.schache-nav-bar .wp-block-navigation-item__content {
	color: #fff;
}

.schache-nav-bar .wp-block-navigation-item {
	margin: 0;
	position: relative;
}

.schache-nav-bar .wp-block-navigation-item__content {
	display: block;
	padding: 0.85rem 1.15rem;
	text-decoration: none;
}

/* Global */
body a {
	text-decoration: underline;
	transition: transform 0.3s ease;
}
body a:hover {
	text-decoration: none;
}

/*
 * White/red tab state – top-level only (not submenu items).
 * With overlayMenu:"mobile", the container sits inside
 * .wp-block-navigation__responsive-container (no longer a direct child).
 */
.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .current-menu-ancestor > .wp-block-navigation-item__content,
.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.has-child:focus-within > .wp-block-navigation-item__content {
	background: #fff;
	color: var(--schache--color--brand);
}

.schache-nav-bar .wp-block-navigation-submenu__toggle {
	color: inherit;
}

.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > .wp-block-navigation-submenu__toggle,
.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .current-menu-ancestor > .wp-block-navigation-submenu__toggle,
.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:hover > .wp-block-navigation-submenu__toggle,
.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.has-child:focus-within > .wp-block-navigation-submenu__toggle {
	color: var(--schache--color--brand);
	background: #fff;
}

/* Submenu */
.schache-nav-bar .wp-block-navigation .has-child {
	position: relative;
}

/* Desktop dropdown only – never apply dark panel styles inside mobile overlay */
@media (min-width: 782px) {
	.schache-nav-bar .wp-block-navigation:not(.has-background) .has-child .wp-block-navigation__submenu-container,
	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		right: auto !important;
		z-index: 40;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		padding: 0 !important;
		margin: 0 !important;
		gap: 0 !important;
		background-color: #343435 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: #fff !important;
	}

	/* Open state – must beat core opacity:0 / visibility:hidden */
	.schache-nav-bar .wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-container,
	.schache-nav-bar .wp-block-navigation .has-child:focus-within > .wp-block-navigation__submenu-container,
	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
		width: max-content !important;
		min-width: 100% !important;
		height: auto !important;
		pointer-events: auto !important;
	}

	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		background-color: #343435 !important;
	}

	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content,
	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item a.wp-block-navigation-item__content {
		display: flex !important;
		flex-grow: 0 !important;
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 0.5rem 1rem !important;
		margin: 0 !important;
		color: #fff !important;
		background: #343435 !important;
		background-color: #343435 !important;
		font-size: var(--wp--preset--font-size--x-small, 0.78rem) !important;
		font-weight: 400 !important;
		letter-spacing: normal !important;
		line-height: 1.2 !important;
		text-align: left !important;
		text-decoration: none !important;
		text-transform: uppercase !important;
	}

	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
		display: block !important;
		width: 100% !important;
		font-weight: 400 !important;
	}

	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item:hover,
	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item:focus-within,
	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item.current-menu-item {
		background-color: #636463 !important;
	}

	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item:focus-within > .wp-block-navigation-item__content,
	.schache-nav-bar .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content {
		background: #636463 !important;
		background-color: #636463 !important;
		color: #fff !important;
	}
}

/* PDF: no chevron; invisible full-item hit area keeps click/touch open working */
.schache-nav-bar .wp-block-navigation .wp-block-navigation-submenu__toggle .wp-block-navigation__submenu-icon,
.schache-nav-bar .wp-block-navigation .wp-block-navigation-submenu__toggle svg {
	display: none !important;
}

.schache-nav-bar .wp-block-navigation .wp-block-navigation-submenu__toggle {
	position: absolute !important;
	inset: 0 !important;
	z-index: 2;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	opacity: 0;
	cursor: pointer;
}

.schache-nav-bar .wp-block-woocommerce-customer-account {
	display: none !important;
}

.schache-nav-bar .wp-block-woocommerce-customer-account,
.schache-nav-bar .wc-block-mini-cart {
	flex: 0 0 auto;
	color: #fff;
}

.schache-nav-bar .wc-block-customer-account__link,
.schache-nav-bar .wc-block-mini-cart__button {
	color: #fff !important;
}

.schache-nav-bar .wc-block-mini-cart__icon,
.schache-nav-bar .wc-block-customer-account__account-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.schache-nav-bar .schache-portal-link {
	flex: 0 0 auto;
	margin: 0;
	position: relative;
	z-index: 2;
}

.schache-nav-bar .schache-portal-link a {
	display: block;
	padding: 0.85rem 0.9rem;
	color: #fff !important;
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

.schache-nav-bar .schache-portal-link a:hover,
.schache-nav-bar .schache-portal-link a:focus-visible {
	background: #fff;
	color: var(--schache--color--brand, #c20e1a) !important;
}

.schache-header-brandrow {
	background: #fff;
}

.schache-brand-logo a,
.schache-crosslinks a {
	display: inline-block;
	line-height: 0;
}

.schache-brand-logo img,
.schache-crosslinks img {
	display: block;
	height: auto;
	transform: translateY(0);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.schache-brand-logo a:hover img,
.schache-brand-logo a:focus-visible img,
.schache-crosslinks a:hover img,
.schache-crosslinks a:focus-visible img {
	transform: translateY(-10px);
}

.schache-crosslinks {
	gap: 0.75rem !important;
	align-items: center;
}

.schache-crosslinks img {
	width: 50px;
}

/* Temporary «25 Jahre» jubilee badge */
.schache-jubilee-badge {
	display: inline-flex;
	line-height: 0;
	flex: 0 0 auto;
}

.schache-jubilee-badge img {
	display: block;
	width: 100%;
	height: auto;
}

.schache-crosslinks .schache-jubilee-badge img {
	width: 100%;
	height: auto;
	max-width: none;
}

.schache-jubilee-badge--header {
	width: clamp(4.5rem, 9vw, 6.25rem);
	margin-right: 0.15rem;
}

.schache-jubilee-badge__link {
	display: block;
	line-height: 0;
	text-decoration: none;
}

.schache-jubilee-badge--news {
	position: absolute;
	top: -85px;
	left: -75px;
	width: 150px;
	z-index: 3;
	pointer-events: none;
}

.schache-news__item--jubilee {
	position: relative;
}

.schache-portal-news,
.schache-portal-news__col,
.schache-portal-news__col .schache-news {
	overflow: visible;
}

/* Current section logo in crosslinks: muted, no hover / click */
body.section-schache-maerit .schache-crosslinks .schache-crosslink--maerit,
body.section-dorfbach-maerit .schache-crosslinks .schache-crosslink--dorfbach,
body.section-schache-biohof .schache-crosslinks .schache-crosslink--biohof {
	opacity: 0.32;
	pointer-events: none;
}

.schache-footer {
	background: #fff;
	position: relative;
}

.schache-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 50%);
}

.schache-footer a {
	/* text-decoration: none; */
	/* color: var(--schache--color--brand); */
}

.schache-footer-title {
	margin: 0 0 0.5rem;
	color: var(--schache--color--brand);
}

.schache-footer-columns {
	align-items: flex-start;
	z-index: 1;
}

.schache-placeholder {
	padding: 2rem;
	background: var(--schache--color--brand-soft);
	border-left: 4px solid var(--schache--color--brand);
}

/* --------------------------------------------------------------------------
   Portal
   -------------------------------------------------------------------------- */

body.section-portal .wp-site-blocks > header.wp-block-template-part:empty,
body.section-portal .schache-header-portal:empty {
	display: none;
}

/* One full-page background (PDF page 1): portal-footer.jpg */
.schache-portal {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	min-height: 100dvh;
	background-color: #2a2a2a;
	background-image: url("assets/images/portal/portal-footer.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.schache-portal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.schache-portal::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: #000000;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}

.schache-portal > * {
	position: relative;
	z-index: 1;
}

.schache-portal-hero {
	padding: clamp(2.5rem, 6vw, 4.5rem) 1.25rem clamp(2rem, 4vw, 3rem);
	text-align: center;
}

.schache-portal-hero h1,
.schache-portal-hero .schache-portal-welcome {
	font-family: var(--wp--preset--font-family--caveat, "Caveat", cursive);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--display, 4.5rem);
	line-height: 1.05;
	color: var(--wp--preset--color--schache-maerit, #c20e1a);
	margin: 0 0 1rem;
}

.schache-portal-hero .schache-portal-intro {
	max-width: 52rem;
	margin: 0 auto;
	color: var(--schache--color--muted);
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
}

.schache-portal-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 0.85rem;
	row-gap: 0;
	align-items: stretch;
	width: min(100%, 1400px);
	margin: 0 auto;
	padding: 0 0.85rem 2.5rem;
	box-sizing: border-box;
}

/* Subgrid: shared row heights across columns (hours = tallest hours block) */
.schache-portal-column {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	min-width: 0;
}

.schache-portal-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	background: transparent;
}

.schache-portal-card__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	padding: 1.75rem 1.25rem 1.5rem;
	color: #fff;
	text-align: center;
	min-height: 18rem;
}

.schache-portal-card--maerit .schache-portal-card__head,
.schache-portal-card--dorfbach .schache-portal-card__head {
	background: var(--wp--preset--color--schache-maerit, #c20e1a);
}

.schache-portal-card--biohof .schache-portal-card__head {
	background: var(--wp--preset--color--schache-biohof, #56973e);
}

.schache-portal-card__logo {
	display: block;
	width: min(280px, 75%);
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	opacity: 1 !important;
	visibility: visible !important;
}

.schache-portal-card__head a {
	color: inherit;
	text-decoration: none;
}

.schache-portal-card__meta {
	margin: 0;
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
	line-height: 1.45;
}

.schache-portal-card__meta a {
	color: #fff;
	text-underline-offset: 2px;
}

.schache-portal-card__media {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #ddd;
}

.schache-portal-card__media > a:not(.schache-portal-card__cta) {
	display: block;
	height: 100%;
}

.schache-portal-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(0);
	transition: filter 0.35s ease;
}

.schache-portal-card__media:hover img,
.schache-portal-card__media:focus-within img {
	filter: grayscale(1);
}

/* Shared dark CTA – portal cards + News Website button */
.schache-portal-card__cta,
.schache-news__button {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	background: rgba(40, 40, 40, 0.72);
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	border: 0;
	border-radius: 0;
	transition: background 0.2s ease, color 0.2s ease;
}

/* Portal CTAs: font size from theme preset «Portal Buttons» (editable in Styles) */
.schache-portal-card__cta,
.schache-portal-card__cta.has-portal-buttons-font-size {
	font-size: var(--wp--preset--font-size--portal-buttons, 0.875rem);
}

.schache-news__button {
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
}

.schache-portal-card__cta:hover,
.schache-portal-card__cta:focus-visible,
.schache-news__button:hover,
.schache-news__button:focus-visible {
	background: #fff;
	color: #282828 !important;
}

.schache-portal-card__media > .schache-portal-card__cta {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
}

.schache-portal-news {
	color: #fff;
	width: min(100%, 1400px);
	margin: 0 auto;
	padding: 0.5rem 0.85rem 2.5rem;
	box-sizing: border-box;
}

.schache-portal-news__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

/* News sits under hours inside each shop column */
.schache-portal-column .schache-portal-news__col {
	color: #fff;
	margin-top: 0;
	min-width: 0;
}

.schache-portal-hours {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-self: stretch;
	height: 100%;
	color: #fff;
	padding: 1.25rem 0.35rem 1.5rem;
	box-sizing: border-box;
	text-align: center;
}

.schache-portal-standorte-editor,
.schache-portal-hours-editor {
	border: 1px dashed var(--schache--color--brand, #c20e1a);
	background: var(--schache--color--brand-soft, #f8e8e9);
}

.schache-portal-hours__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	width: min(100%, 1400px);
	margin: 0 auto;
	padding: 0 0.85rem;
	box-sizing: border-box;
	text-align: center;
}

.schache-portal-hours h3 {
	margin: 0 0 0.75rem;
	font-size: var(--wp--preset--font-size--lead, 1.05rem);
	font-weight: 700;
	text-transform: none;
}

.schache-portal-hours p {
	margin: 0 0 0.75rem;
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
	line-height: 1.5;
}

.schache-portal-hours p:last-child {
	margin-bottom: 0;
}

.schache-portal-social {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.35rem;
	margin: 2.5rem 0 0;
	padding: 0;
	list-style: none;
}

.schache-portal-social a {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: 1.5px solid #fff;
	background: transparent;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.schache-portal-social a:hover,
.schache-portal-social a:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	border-color: #fff;
	color: #fff;
}

.schache-portal-social svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: currentColor;
	display: block;
}

body.section-portal .schache-footer-portal {
	display: none;
}

@media (max-width: 900px) {
	.schache-portal-cards,
	.schache-portal-hours__grid,
	.schache-portal-news__grid {
		grid-template-columns: 1fr;
	}

	.schache-portal-cards {
		gap: 2rem;
		padding: 0 1rem 2rem;
	}

	/* Stack shops normally; equal-height hours only needed in 3-col desktop */
	.schache-portal-column {
		display: flex;
		flex-direction: column;
		grid-row: auto;
		grid-template-rows: none;
	}

	.schache-portal-card__head {
		min-height: 0;
	}

	.schache-portal-card__media {
		aspect-ratio: 4 / 3;
	}
}

/* --------------------------------------------------------------------------
   Schache Märit (section home / content)
   -------------------------------------------------------------------------- */

.schache-section-main {
	background: #fff;
}

.schache-maerit-home__intro {
	margin: 0 0 1.5rem;
	line-height: 1.65;
	color: var(--schache--color--ink);
}

.schache-maerit-home__offer-title {
	margin: 0 0 0.85rem;
	color: var(--schache--color--brand);
}

.schache-maerit-home__offer-list {
	margin: 0;
	padding-left: 1.15rem;
	line-height: 1.55;
}

.schache-maerit-home__offer-list li {
	margin: 0 0 0.45rem;
}

.schache-maerit-home__media .schache-maerit-home__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.schache-maerit-home__image {
	margin: 0;
}

@media (max-width: 781px) {
	.schache-maerit-home__grid {
		flex-direction: column-reverse;
	}

	.schache-nav-bar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
		padding: 0.7rem 0.75rem;
		font-size: 0.8rem;
	}

	.schache-header-brandrow .schache-brand-logo img {
		width: 72px !important;
	}

	.schache-crosslinks img {
		width: 44px !important;
	}

	.schache-nav-bar .schache-portal-link a {
	}

	.schache-portal-hero h1,
	.schache-portal-hero .schache-portal-welcome {
		font-size: 3rem;
	}
}

/* --------------------------------------------------------------------------
   Schache Biohof
   -------------------------------------------------------------------------- */

.schache-biohof-home__title,
.schache-biohof-home__h2,
.schache-biohof-page__title,
.schache-biohof-page__h2,
.schache-biohof-page__h3 {
	margin: 0 0 0.75rem;
	color: var(--schache--color--brand);
	font-weight: 700;
}

.schache-biohof-home__intro,
.schache-biohof-home__cta,
.schache-biohof-page p {
	line-height: 1.65;
	color: var(--schache--color--ink);
}

.schache-biohof-home__list {
	margin: 0 0 1.25rem;
	padding-left: 1.15rem;
	line-height: 1.55;
}

.schache-biohof-home__list li {
	margin: 0 0 0.45rem;
}

.schache-biohof-home__media .schache-biohof-home__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.schache-biohof-home__image {
	margin: 0;
}

.schache-biohof-verkauf-card h3 {
	margin-top: 0;
}

@media (max-width: 781px) {
	.schache-biohof-home__grid {
		flex-direction: column-reverse;
	}
}

/* --------------------------------------------------------------------------
   Dorfbach Märit
   -------------------------------------------------------------------------- */

.schache-dorfbach-home__intro,
.schache-dorfbach-home__lead,
.schache-dorfbach-page p {
	line-height: 1.65;
	color: var(--schache--color--ink);
}

.schache-dorfbach-home__offer-title,
.schache-dorfbach-page__title,
.schache-dorfbach-page__h2,
.schache-dorfbach-page__h3 {
	margin: 0 0 0.75rem;
	color: var(--schache--color--brand);
	font-weight: 700;
}

.schache-dorfbach-home__lead {
	margin: 0 0 0.85rem;
	font-weight: 600;
}

.schache-dorfbach-home__offer-list {
	margin: 0 0 1.25rem;
	padding-left: 1.15rem;
	line-height: 1.55;
}

.schache-dorfbach-home__offer-list li {
	margin: 0 0 0.45rem;
}

.schache-dorfbach-home__hours {
	margin: 1.25rem 0 0;
	line-height: 1.55;
}

.schache-dorfbach-home__media .schache-dorfbach-home__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.schache-dorfbach-home__image {
	margin: 0;
}

@media (max-width: 781px) {
	.schache-dorfbach-home__grid {
		flex-direction: column-reverse;
	}
}

/* --------------------------------------------------------------------------
   WooCommerce – Geschenkkörbe / products
   -------------------------------------------------------------------------- */

.schache-geschenkkoerbe-title,
.schache-woo-archive-title,
.schache-product-title {
	margin: 0 0 0.75rem;
	color: var(--schache--color--brand);
	font-weight: 700;
}

.schache-geschenkkoerbe-intro,
.schache-woo-archive-desc,
.schache-product-summary {
	margin: 0 0 1.5rem;
	line-height: 1.65;
	max-width: 48rem;
}

.schache-woo-toolbar {
	margin: 0 0 1.5rem;
	gap: 1rem;
	font-size: var(--wp--preset--font-size--small, 0.875rem);
}

.schache-product-grid .wc-block-product-template,
.schache-product-grid ul.wc-block-product-template {
	gap: 1.75rem !important;
}

.schache-product-card {
	height: 100%;
	gap: 0.65rem !important;
}

.schache-product-card .wc-block-components-product-image {
	border-radius: 0;
	overflow: hidden;
	background: #f3f3f3;
	/* Keep Woo aspect utility, but don't rely on %-height chains (breaks Safari). */
}

.schache-product-card .wc-block-components-product-image a {
	display: block;
	line-height: 0;
}

.schache-product-card .wc-block-components-product-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.schache-product-card__title,
.schache-product-card__title a {
	margin: 0.25rem 0 0;
	color: var(--schache--color--ink);
	/* text-decoration: none; */
	font-weight: 700;
	line-height: 1.3;
}

.schache-product-card__title a {
	text-decoration: underline;
}
.schache-product-card__title a:hover {
	color: var(--schache--color--brand);
	text-decoration: none;
}

.schache-product-card__price,
.schache-product-price {
	color: var(--schache--color--brand);
	font-weight: 700;
}

.schache-product-card__price del,
.schache-product-price del {
	color: #888;
	font-weight: 500;
}

.schache-product-card .wp-block-button__link,
.schache-product-card .wc-block-components-product-button__button,
.schache-woo-main .single_add_to_cart_button,
.schache-woo-main .wp-element-button.wc-block-components-product-button__button {
	background: var(--schache--color--brand) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0.65rem 1.1rem !important;
	font-size: var(--wp--preset--font-size--medium) !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.schache-product-card .wp-block-button__link:hover,
.schache-product-card .wc-block-components-product-button__button:hover,
.schache-woo-main .single_add_to_cart_button:hover {
	filter: brightness(0.92);
}

/* Product card + mini-cart CTAs: use medium preset (override has-small-font-size) */
.schache-product-card .added_to_cart.wc_forward,
.schache-product-card a.added_to_cart,
.wc-block-mini-cart__footer .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-components-button__text,
.wc-block-mini-cart .wc-block-components-product-name {
	font-size: var(--wp--preset--font-size--medium) !important;
}

/* Product Collection / Query pagination */
.schache-product-grid .wp-block-query-pagination,
.wp-block-woocommerce-product-collection .wp-block-query-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 2.5rem 0 1rem;
	width: 100%;
}

.schache-product-grid .wp-block-query-pagination-numbers,
.wp-block-woocommerce-product-collection .wp-block-query-pagination-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.schache-product-grid .wp-block-query-pagination .page-numbers,
.schache-product-grid .wp-block-query-pagination-previous,
.schache-product-grid .wp-block-query-pagination-next,
.wp-block-woocommerce-product-collection .wp-block-query-pagination .page-numbers,
.wp-block-woocommerce-product-collection .wp-block-query-pagination-previous,
.wp-block-woocommerce-product-collection .wp-block-query-pagination-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	min-height: 2.5rem;
	padding: 0.4rem 0.75rem;
	margin: 0;
	border: 1px solid #d8d8d8;
	background: #fff;
	color: var(--schache--color--ink, #222);
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border-radius: 0;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.schache-product-grid .wp-block-query-pagination a.page-numbers:hover,
.schache-product-grid .wp-block-query-pagination-previous:hover,
.schache-product-grid .wp-block-query-pagination-next:hover,
.wp-block-woocommerce-product-collection .wp-block-query-pagination a.page-numbers:hover,
.wp-block-woocommerce-product-collection .wp-block-query-pagination-previous:hover,
.wp-block-woocommerce-product-collection .wp-block-query-pagination-next:hover {
	border-color: var(--schache--color--brand, #c20e1a);
	color: var(--schache--color--brand, #c20e1a);
	background: var(--schache--color--brand-soft, #f8e8e9);
}

.schache-product-grid .wp-block-query-pagination .page-numbers.current,
.wp-block-woocommerce-product-collection .wp-block-query-pagination .page-numbers.current {
	border-color: var(--schache--color--brand, #c20e1a);
	background: var(--schache--color--brand, #c20e1a);
	color: #fff;
}

.schache-product-grid .wp-block-query-pagination .page-numbers.dots,
.wp-block-woocommerce-product-collection .wp-block-query-pagination .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	min-width: 1.5rem;
	color: var(--schache--color--muted, #666);
	font-weight: 400;
}

.schache-product-grid .wp-block-query-pagination-previous-arrow,
.schache-product-grid .wp-block-query-pagination-next-arrow,
.wp-block-woocommerce-product-collection .wp-block-query-pagination-previous-arrow,
.wp-block-woocommerce-product-collection .wp-block-query-pagination-next-arrow {
	display: inline-block;
	line-height: 1;
}

.schache-product-layout {
	margin-bottom: 2rem;
}

.schache-product-details {
	margin-top: 2rem;
}

.schache-woo-main .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0 1rem;
	border-bottom: 1px solid #e0e0e0;
}

.schache-woo-main .woocommerce-tabs ul.tabs li a {
	color: var(--schache--color--ink);
}

.schache-woo-main .woocommerce-tabs ul.tabs li.active a {
	color: var(--schache--color--brand);
}

@media (max-width: 781px) {
	.schache-product-layout {
		flex-direction: column;
	}
}

/* --------------------------------------------------------------------------
   Team grid – [schache_team]
   -------------------------------------------------------------------------- */

.schache-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 2rem;
	row-gap: 2.75rem;
	margin: 2rem 0 3rem;
}

.schache-team-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
}

.schache-team-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ececec;
	margin: 0 0 1rem;
}

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

.schache-team-card__image--placeholder {
	object-fit: contain;
	padding: 0;
	background: #ececec;
}

.schache-team-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.schache-team-card__title {
	display: block;
	margin: 0;
	font-size: var(--wp--preset--font-size--lead, 1.05rem);
	font-weight: 700;
	line-height: 1.3;
	color: #333;
}

.schache-team-card__position {
	display: block;
	margin: 0.2rem 0 0;
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
	font-weight: 400;
	line-height: 1.35;
	color: #6d6f71;
}

@media (max-width: 981px) {
	.schache-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1.5rem;
		row-gap: 2.25rem;
	}
}

@media (max-width: 520px) {
	.schache-team-grid {
		grid-template-columns: 1fr;
		max-width: 22rem;
	}
}

/* --------------------------------------------------------------------------
   Lieferanten accordion – [schache_lieferanten]
   -------------------------------------------------------------------------- */

.schache-lieferanten {
	margin: 1.5rem 0 2rem;
}

.schache-lieferanten__item {
	margin: 0 0 0.75rem;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.schache-lieferanten__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	margin: 0;
	padding: 1rem 1.25rem;
	border: 0;
	background: transparent;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	color: var(--schache--color--ink, #222);
	user-select: none;
}

.schache-lieferanten__title {
	flex: 1 1 auto;
}

.schache-lieferanten__icon {
	flex: 0 0 auto;
	position: relative;
	width: 0.85rem;
	height: 0.85rem;
}

.schache-lieferanten__icon::before,
.schache-lieferanten__icon::after {
	content: "";
	position: absolute;
	background: var(--schache--color--brand, #c20e1a);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.schache-lieferanten__icon::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

.schache-lieferanten__icon::after {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
}

.schache-lieferanten__item.is-open .schache-lieferanten__icon::after {
	opacity: 0;
	transform: translateX(-50%) scaleY(0);
}

.schache-lieferanten__summary:hover,
.schache-lieferanten__summary:focus-visible {
	color: var(--schache--color--brand, #c20e1a);
	outline: none;
}

.schache-lieferanten__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease;
}

.schache-lieferanten__item.is-open .schache-lieferanten__panel {
	grid-template-rows: 1fr;
}

.schache-lieferanten__panel-inner {
	overflow: hidden;
	min-height: 0;
	padding: 0 1.25rem;
	border-top: 1px solid transparent;
	transition: padding 0.35s ease, border-color 0.35s ease;
}

.schache-lieferanten__item.is-open .schache-lieferanten__panel-inner {
	padding: 0 1.25rem 1.25rem;
	border-top-color: #ececec;
}

.schache-lieferanten__stuff {
	margin: 1rem 0 0;
	line-height: 1.5;
	color: #444;
}

.schache-lieferanten__stuff > *:first-child {
	margin-top: 0;
}

.schache-lieferanten__stuff > *:last-child {
	margin-bottom: 0;
}

.schache-lieferanten__stuff ul {
	margin: 0.25rem 0 0;
	padding-left: 1.1rem;
}

.schache-lieferanten__website {
	margin: 0.75rem 0 0;
}

.schache-lieferanten__website a {
	color: var(--schache--color--brand, #c20e1a);
	/* text-decoration: none; */
}

.schache-lieferanten__website a:hover,
.schache-lieferanten__website a:focus-visible {
	/* text-decoration: underline; */
}

/* --------------------------------------------------------------------------
   News list – [schache_news category="ID"]
   -------------------------------------------------------------------------- */

.schache-news {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 1.75rem 1.25rem 1.5rem;
	border-top: 5px solid #fff;
  	background: #c20e1a;
	text-align: center;
}
.schache-portal-column--biohof .schache-news {
	background: #56973e;
}

.schache-news__item {
	padding: 1.5rem 0;
	border-bottom: 1px solid var(--wp--preset--color--border, #e0e0e0);
}

.schache-news__item:first-child {
	padding-top: 0;
}

.schache-news__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.schache-news__title {
	margin: 0 0 0.45rem;
	font-size: var(--wp--preset--font-size--lead, 1.05rem);
	font-weight: 700;
	line-height: 1.3;
	color: inherit;
	text-transform: none;
}

.schache-news__text {
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
	line-height: 1.55;
	color: inherit;
}

.schache-news__text > *:first-child {
	margin-top: 0;
}

.schache-news__text > *:last-child {
	margin-bottom: 0;
}

.schache-news__website {
	margin: 0.45rem 0 0;
}

/* In-flow Website button (not absolutely positioned like card media CTA) */
.schache-news__button.schache-portal-card__cta {
	position: static;
	left: auto;
	bottom: auto;
	transform: none;
}

.schache-portal-news .schache-news__item {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

.schache-portal-news .schache-news__title {
	color: #fff;
}

/* --------------------------------------------------------------------------
   Kontakt
   -------------------------------------------------------------------------- */

.schache-kontakt {

}

.schache-kontakt__address {

}

.schache-kontakt__address a {
	color: inherit;
	/* text-decoration: none; */
}

.schache-kontakt__address a:hover,
.schache-kontakt__address a:focus-visible {
	color: var(--schache--color--brand);
	/* text-decoration: underline; */
}

.schache-kontakt__grid {
	align-items: stretch;
}

.schache-kontakt__map {
	height: 100%;
	min-height: 22rem;
	overflow: hidden;
}

.schache-kontakt__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 22rem;
	border: 0;
}

.schache-cf7,
.wpcf7 form {
	margin: 0;
	/* max-width: 42rem; */
}

.schache-cf7__field,
.wpcf7 form > p {
	margin: 0 0 1.15rem;
}

.schache-cf7__field--message {
	margin-bottom: 1.35rem;
}

.wpcf7 form label {
	display: block;
	margin: 0;
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
	font-weight: 400;
	line-height: 1.4;
	color: #333;
}

.wpcf7 form label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.35rem;
}

.schache-cf7 input[type="text"],
.schache-cf7 input[type="email"],
.schache-cf7 input[type="tel"],
.schache-cf7 input[type="url"],
.schache-cf7 input[type="number"],
.schache-cf7 input[type="date"],
.schache-cf7 textarea,
.schache-cf7 select,
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="date"],
.wpcf7 form textarea,
.wpcf7 form select {
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-family: inherit;
	font-size: var(--wp--preset--font-size--medium, 1rem);
	line-height: 1.4;
	color: #333;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

.schache-cf7 input[type="text"],
.schache-cf7 input[type="email"],
.schache-cf7 input[type="tel"],
.schache-cf7 input[type="url"],
.schache-cf7 input[type="number"],
.schache-cf7 input[type="date"],
.schache-cf7 select,
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="date"],
.wpcf7 form select {
	padding: 0.55rem 0 0.65rem;
	border: 0;
	border-bottom: 1px solid #b7b7b7;
}

.schache-cf7 select,
.wpcf7 form select {
	padding-right: 1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236d6f71' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.15rem center;
	cursor: pointer;
}

.schache-cf7 textarea,
.wpcf7 form textarea {
	min-height: 10.5rem;
	padding: 0.75rem 0.85rem;
	border: 1px solid #b7b7b7;
	resize: vertical;
}

.schache-cf7 input[type="text"]:focus,
.schache-cf7 input[type="email"]:focus,
.schache-cf7 input[type="tel"]:focus,
.schache-cf7 input[type="url"]:focus,
.schache-cf7 input[type="number"]:focus,
.schache-cf7 input[type="date"]:focus,
.schache-cf7 select:focus,
.schache-cf7 textarea:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="url"]:focus,
.wpcf7 form input[type="number"]:focus,
.wpcf7 form input[type="date"]:focus,
.wpcf7 form select:focus,
.wpcf7 form textarea:focus {
	border-color: #888;
}

.schache-cf7 input::placeholder,
.schache-cf7 textarea::placeholder,
.wpcf7 form input::placeholder,
.wpcf7 form textarea::placeholder {
	color: #6d6f71;
	opacity: 1;
}

.wpcf7 form .wpcf7-checkbox,
.wpcf7 form .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
	gap: 0.45rem 1rem;
	margin-top: 0.55rem;
}

.wpcf7 form .wpcf7-list-item {
	display: block;
	margin: 0;
}

.wpcf7 form .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
	line-height: 1.35;
	cursor: pointer;
}

.wpcf7 form .wpcf7-list-item input[type="checkbox"],
.wpcf7 form .wpcf7-list-item input[type="radio"],
.wpcf7 form .wpcf7-acceptance input[type="checkbox"] {
	width: 1.05rem;
	height: 1.05rem;
	margin: 0.12rem 0 0;
	flex: 0 0 auto;
	accent-color: var(--schache--color--brand, #c20e1a);
	cursor: pointer;
	-webkit-appearance: auto;
	appearance: auto;
}

.wpcf7 form .wpcf7-acceptance {
	margin: 0.35rem 0 1rem;
}

.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7 form .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.schache-cf7-budget-other {
	margin: 0.35rem 0 1rem;
}

.schache-cf7-budget-other[hidden] {
	display: none !important;
}

.wpcf7 form .wpcf7-list-item.has-free-text .wpcf7-free-text {
	margin-left: 0.35rem;
	min-width: 6.5rem;
	max-width: 10rem;
	height: 2.25rem;
	padding: 0.35rem 0.55rem;
}

.schache-cf7__submit,
.wpcf7 form .wpcf7-submit {
	margin: 0;
}

.schache-cf7 input[type="submit"],
.wpcf7 form input[type="submit"] {
	display: inline-block;
	margin: 0.35rem 0 0;
	padding: 0.7rem 1.55rem;
	border: 0;
	border-radius: 0;
	background: #555;
	color: #fff;
	font-family: inherit;
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.schache-cf7 input[type="submit"]:hover,
.schache-cf7 input[type="submit"]:focus-visible,
.wpcf7 form input[type="submit"]:hover,
.wpcf7 form input[type="submit"]:focus-visible {
	background: #fff;
	color: #282828;
	outline: 1px solid #555;
}

.schache-cf7 input[type="submit"]:disabled,
.wpcf7 form input[type="submit"]:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.schache-cf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-not-valid-tip {
	font-size: var(--wp--preset--font-size--small, 0.875rem);
	margin-top: 0.35rem;
}

.schache-cf7 .wpcf7-response-output,
.wpcf7 .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 0.75rem 1rem;
	border-radius: 0;
}

@media (max-width: 781px) {
	.schache-kontakt {
		padding-bottom: 10rem;
		background-size: 100% 100%, cover;
	}

	.schache-kontakt__map,
	.schache-kontakt__map iframe {
		min-height: 16rem;
	}
}


/* Other */
figure.img-up,
.wp-block-image.img-up {
	margin-top: -70px;
	margin-block-start: -70px;
}

/* --------------------------------------------------------------------------
   Checkout – pickup / pay onsite (no online payment)
   -------------------------------------------------------------------------- */

body.woocommerce-checkout .schache-checkout-main {
	width: min(100%, 1400px);
	margin-left: auto;
	margin-right: auto;
}

/* Hide payment step (orders are paid onsite). */
body.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-checkout-step--payment {
	display: none !important;
}

/* Hide unused billing fields + address_2 toggle / Rechnungsadresse heading. */
body.woocommerce-checkout .wc-block-components-address-form__country,
body.woocommerce-checkout .wc-block-components-address-form__address_2,
body.woocommerce-checkout .wc-block-components-address-form__state,
body.woocommerce-checkout .wc-block-components-address-form__company,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-address-form__address_2-toggle,
body.woocommerce-checkout button.wc-block-components-address-form__address_2-toggle,
body.woocommerce-checkout .wc-block-components-checkout-step--billing-address > .wc-block-components-checkout-step__heading,
body.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block .wc-block-components-checkout-step__heading,
body.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block .wc-block-components-title {
	display: none !important;
}

/* Address line 2 “add apartment” control (wording varies by locale). */
body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form > .wc-block-components-button {
	display: none !important;
}

.schache-checkout-pickup-notice {
	margin: 0 0 1.25rem;
	padding: 0.9rem 1rem;
	background: #f5f5f5;
	color: var(--schache--color--ink, #222);
	font-size: var(--wp--preset--font-size--compact, 0.95rem);
	line-height: 1.5;
}

.schache-checkout-pickup-notice a {
	color: var(--schache--color--brand, #c20e1a);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.schache-checkout-pickup-notice a:hover,
.schache-checkout-pickup-notice a:focus-visible {
	color: var(--schache--color--brand-dark, #9a0b14);
}