/* ==========================================================================
   Hedderich Rasen Modern
   Ruhiger Modernisierungsskin fuer die kopierte WooCommerce-Version.
   ========================================================================== */

:root {
    /* cloud.ai design system — Rollrasen Hedderich */
    --color-primary: #2f8f3f;        /* signal green (buttons, accents, eyebrows) */
    --color-primary-dark: #173a24;   /* dark green (hero bg, headings) */
    --color-primary-light: #4ea85e;
    --color-accent: #2f8f3f;         /* cloud.ai design: primary actions are green, no gold */
    --color-accent-dark: #26732f;    /* hover for accent (was undefined → latent bug) */
    --color-star: #f4c542;           /* review stars (the only warm accent kept) */
    --color-dark: #173a24;
    --color-footer: #12261a;         /* footer green */
    --color-cta: #1f4a2d;            /* closing CTA band */
    --color-text: #2c3c30;           /* body text */
    --color-muted: #5b6b5f;          /* muted body text */
    --color-faint: #8a9488;          /* captions / faint labels */
    --color-bg-light: #f4f2ea;       /* cream page background */
    --color-mint: #eef5ef;           /* soft green chips / panels */
    --color-gray-100: #f6f5ef;
    --color-gray-200: #eceadf;       /* cream border */
    --color-gray-300: #e0ddd0;       /* input border */
    --color-gray-500: #8a9488;
    --font-heading: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
    --fs-lg: 1.0625rem;
    --fs-xl: 1.18rem;
    --fs-2xl: 1.38rem;
    --fs-3xl: 1.9rem;
    --fs-4xl: clamp(2rem, 4vw, 3rem);
    --fs-5xl: clamp(2.3rem, 5vw, 3.4rem);
    --radius-md: 11px;
    --radius-lg: 14px;
    --radius-xl: 20px;
    --radius-pill: 999px;
    --shadow-sm: 0 1px 2px rgba(18, 36, 26, .06);
    --shadow-md: 0 12px 30px -14px rgba(18, 36, 26, .18);
    --shadow-lg: 0 22px 48px -30px rgba(20, 40, 25, .5);
    --shadow-hover: 0 18px 40px -20px rgba(18, 36, 26, .28);
    --shadow-float: 0 40px 80px -30px rgba(0, 0, 0, .55);
}

.header-cart__label {
    display: none;
}

@media (min-width: 1450px) {
    .header-cart__label {
        display: inline;
    }
}


/* ==========================================================================
   SEO Subpages Redesign
   ========================================================================== */

body .site-content--seo {
    background:
        radial-gradient(circle at 78% 10%, rgba(47, 143, 69, .13), transparent 28rem),
        linear-gradient(180deg, #f7f8f3 0%, #f7f8f3 46%, #fff 46%, #fff 100%);
    padding: 0 !important;
}

body .site-content--seo > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.page-content--seo,
.page-content--seo .content-area--wide,
.page-content--seo .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hedderich-seo-page {
    --seo-green: #24573d;
    --seo-dark: #17241d;
    --seo-muted: #627067;
    position: relative;
    width: min(100%, 1240px);
    margin: 0 auto;
    padding: 3.4rem 1.5rem 5rem;
    color: var(--seo-dark);
}

.hedderich-seo-page__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin: 0 0 .8rem !important;
    color: var(--seo-green);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hedderich-seo-page__eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #2f8f3f;
}

.hedderich-seo-page > h1 {
    max-width: 760px;
    margin: 0 0 1rem !important;
    color: var(--seo-dark);
    font-size: clamp(2.25rem, 3.6vw, 3.65rem);
    line-height: 1.03;
}

.hedderich-seo-page__lead {
    max-width: 790px;
    margin: 0 0 2.2rem !important;
    color: var(--seo-muted);
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    line-height: 1.65;
}

.hedderich-seo-page > h2,
.hedderich-seo-page > h3,
.hedderich-seo-page > p:not(.hedderich-seo-page__eyebrow):not(.hedderich-seo-page__lead):not(.hedderich-seo-related),
.hedderich-seo-page > ul,
.hedderich-seo-page > ol,
.hedderich-seo-page > table,
.hedderich-seo-page > figure,
.hedderich-seo-page > .hedderich-seo-actions,
.hedderich-seo-page > .hedderich-location-grid,
.hedderich-seo-page > .hedderich-seo-related {
    max-width: 920px;
}

.hedderich-seo-page > h2 {
    margin: 2.55rem 0 .75rem !important;
    color: var(--seo-dark);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.15;
}

.hedderich-seo-page > h3 {
    margin: 1.45rem 0 .35rem !important;
    color: var(--seo-dark);
    font-size: 1.05rem;
    line-height: 1.3;
}

.hedderich-seo-page > p:not(.hedderich-seo-page__eyebrow):not(.hedderich-seo-page__lead) {
    color: #435148;
    font-size: 1rem;
    line-height: 1.72;
}

.hedderich-seo-page > ul,
.hedderich-seo-page > ol {
    display: grid;
    gap: .65rem;
    margin: 1rem 0 1.8rem !important;
    padding: 1.15rem 1.25rem 1.15rem 2.35rem !important;
    background: #fff;
    border: 1px solid rgba(25, 43, 31, .1);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23, 37, 28, .055);
}

.hedderich-seo-page li {
    color: #435148;
    line-height: 1.55;
}

.hedderich-seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 1.7rem 0 2.2rem !important;
}

.hedderich-seo-actions .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.25rem;
    border-radius: 7px;
    text-decoration: none;
    font-size: .92rem;
}

.hedderich-seo-actions .btn--primary {
    background: var(--seo-green);
    color: #fff;
}

.hedderich-seo-actions .btn--secondary {
    background: #eef3ed;
    color: var(--seo-green);
    border: 1px solid rgba(36, 87, 61, .18);
}

.hedderich-seo-table {
    width: 100%;
    margin: 1.2rem 0 1.5rem !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(25, 43, 31, .1);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 14px 34px rgba(23, 37, 28, .055);
}

.hedderich-seo-table th,
.hedderich-seo-table td {
    padding: .95rem 1rem;
    border-bottom: 1px solid rgba(25, 43, 31, .08);
    color: #34413a;
    text-align: left;
    vertical-align: top;
}

.hedderich-seo-table th {
    width: 34%;
    background: #f7f8f3;
    color: var(--seo-dark);
    font-weight: 900;
}

.hedderich-seo-table tr:last-child th,
.hedderich-seo-table tr:last-child td {
    border-bottom: 0;
}

.hedderich-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin: 1.6rem 0 2.2rem !important;
}

.hedderich-location-grid a {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(25, 43, 31, .1);
    border-radius: 8px;
    color: var(--seo-dark);
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(23, 37, 28, .045);
}

.hedderich-location-grid a::after {
    content: "→";
    color: #2f8f3f;
    font-weight: 900;
}

.hedderich-location-grid a:hover {
    border-color: rgba(36, 87, 61, .28);
    color: var(--seo-green);
}

.hedderich-seo-related {
    margin-top: 2rem !important;
    padding: 1rem 1.15rem;
    background: #eef6f0;
    border: 1px solid rgba(36, 87, 61, .18);
    border-radius: 8px;
    color: #345342 !important;
    font-weight: 700;
}

.hedderich-seo-related a {
    color: var(--seo-green);
    font-weight: 900;
}

.hedderich-seo-page--money::before,
.hedderich-seo-page--city::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    right: 1.5rem;
    width: min(34vw, 430px);
    height: 320px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(23, 36, 29, .02), rgba(23, 36, 29, .12)),
        url("../images/hero-bg-harvester.webp") center/cover;
    box-shadow: 0 28px 70px rgba(23, 37, 28, .16);
}

.hedderich-seo-page--money > h1,
.hedderich-seo-page--money > .hedderich-seo-page__lead,
.hedderich-seo-page--city > h1,
.hedderich-seo-page--city > .hedderich-seo-page__lead {
    max-width: 720px;
    padding-right: min(37vw, 500px);
}

.hedderich-seo-page--money > h2:first-of-type,
.hedderich-seo-page--money > h2:first-of-type + p,
.hedderich-seo-page--city > p:not(.hedderich-seo-page__eyebrow):not(.hedderich-seo-page__lead):first-of-type {
    max-width: 620px;
}

@media (max-width: 980px) {
    .hedderich-seo-page {
        padding-top: 3rem;
    }

    .hedderich-seo-page--money::before,
    .hedderich-seo-page--city::before {
        position: static;
        width: 100%;
        height: 260px;
        margin: 0 0 1.6rem;
    }

    .hedderich-seo-page--money > h1,
    .hedderich-seo-page--money > .hedderich-seo-page__lead,
    .hedderich-seo-page--city > h1,
    .hedderich-seo-page--city > .hedderich-seo-page__lead {
        max-width: 100%;
        padding-right: 0;
    }

    .hedderich-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .hedderich-seo-page {
        padding: 2.2rem 1rem 3.5rem;
    }

    .hedderich-seo-page > h1 {
        font-size: clamp(2rem, 11vw, 2.75rem);
    }

    .hedderich-location-grid {
        grid-template-columns: 1fr;
    }

    .hedderich-seo-actions {
        display: grid;
    }

    .hedderich-seo-actions .btn {
        width: 100%;
    }

    .hedderich-seo-table th,
    .hedderich-seo-table td {
        display: block;
        width: 100%;
    }
}

body {
    background: var(--color-bg-light);
    color: var(--color-text);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--color-primary);
}

.mobile-menu-drawer[aria-hidden="true"] {
    visibility: hidden;
    overflow: hidden;
}

.mobile-menu-drawer[aria-hidden="false"] {
    visibility: visible;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--color-primary-dark);
}

.container {
    max-width: 1220px;
}

.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    border-radius: 12px;
    font-weight: 800;
    box-shadow: none;
    transform: none !important;
}

.btn--primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #respond input#submit.alt {
    background: var(--color-primary);
    color: #fff;
}

.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    box-shadow: none;
}

/* Header — floating pill navigation (cloud.ai design) */
.header-topbar {
    display: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 16px 0 0;
    background: transparent;
}

/* On the home page the pill floats over the dark hero */
.home .site-header {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
}

.header-main {
    background: transparent;
    border-bottom: none;
    backdrop-filter: none;
}

.header-main__inner {
    min-height: auto;
    background: #fff;
    border-radius: var(--radius-pill);
    padding: 12px 14px 12px 22px;
    box-shadow: 0 14px 34px -18px rgba(0, 0, 0, .5);
    gap: 26px;
}

/* Compact pill once scrolled away from home hero */
.admin-bar .site-header { top: 32px; }

.header-brand__name {
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    white-space: nowrap;
}

.header-brand__tagline {
    color: var(--color-faint);
    font-weight: 700;
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.main-navigation__list > li > a {
    font-weight: 600;
    color: #3a4a3e;
    padding: .55rem .7rem;
    border-radius: var(--radius-pill);
    font-size: 13.5px;
}

.main-navigation__list > li > a:hover,
.main-navigation__list > li.current-menu-item > a {
    background: var(--color-mint);
    color: var(--color-primary-dark);
}

@media (max-width: 1280px) {
    .main-navigation {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: flex !important;
    }
}

.header-account-link,
.header-cart,
.mobile-menu-toggle {
    border-radius: var(--radius-pill);
    background: var(--color-mint);
    color: var(--color-primary-dark);
}

/* Hero */
.hedderich-hero {
    background: #eef3ea;
    border-bottom: 1px solid var(--color-gray-200);
    overflow: hidden;
}

.hedderich-hero__background {
    opacity: .18;
    filter: none;
}

.hedderich-hero__inner {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}

.hedderich-hero__grid {
    align-items: center;
    gap: 3rem;
}

.hedderich-hero__eyebrow {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    color: var(--color-primary-dark);
    border-radius: 5px;
    font-weight: 650;
    box-shadow: none;
}

.hedderich-hero__headline {
    max-width: 720px;
    font-size: clamp(2rem, 4.5vw, 3.45rem);
    line-height: 1.07;
    font-weight: 700;
    color: var(--color-dark);
}

.hedderich-hero__subheadline {
    max-width: 650px;
    font-size: 1.05rem;
    color: var(--color-gray-600);
}

.hedderich-hero__trust {
    gap: .75rem;
}

.hedderich-hero__trust-item {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: 6px;
    box-shadow: none;
    font-weight: 600;
}

.hedderich-hero__calculator,
.hedderich-hero-calc {
    border-radius: 8px;
}

.hedderich-hero-calc {
    border: 1px solid var(--color-gray-200);
    box-shadow: var(--shadow-md);
}

.hedderich-hero-calc__title {
    font-size: 1.35rem;
}

.hedderich-hero-calc__toggle {
    background: var(--color-gray-100);
    border-radius: 6px;
}

.hedderich-hero-calc__toggle-btn {
    border-radius: 5px;
    font-weight: 700;
}

.hedderich-hero-calc__field input {
    border-radius: 5px;
    border: 1px solid var(--color-gray-300);
}

.hedderich-hero-calc__submit,
.hedderich-hero-calc__order-btn,
.hedderich-upsell-overlay__cart-btn {
    border-radius: 5px;
    font-weight: 700;
}

/* Sections */
.hedderich-products,
.hedderich-steps,
.hedderich-faq-preview {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.hedderich-products__header {
    margin-bottom: 2rem !important;
}

.hedderich-products__header h2,
.hedderich-steps__header h2,
.hedderich-faq-preview__header h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
}

.hedderich-products__subtitle,
.hedderich-steps__subtitle,
.hedderich-faq-preview__subtitle {
    font-size: 1rem !important;
    color: var(--color-gray-500);
}

/* Product cards */
.hedderich-product-card,
.woocommerce ul.products li.product {
    border: 1px solid var(--color-gray-200);
    border-radius: 8px !important;
    box-shadow: var(--shadow-sm) !important;
    transform: none !important;
}

.hedderich-product-card:hover,
.woocommerce ul.products li.product:hover {
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-md) !important;
}

.hedderich-product-card--hero {
    border: 1px solid var(--color-primary) !important;
    transform: none !important;
    grid-column: auto !important;
    width: 100%;
    justify-self: stretch;
    box-shadow: var(--shadow-md) !important;
}

.hedderich-product-card__badge {
    border-radius: 4px !important;
    background: var(--color-primary-dark) !important;
}

.hedderich-product-card__image {
    aspect-ratio: 4 / 3 !important;
    background: var(--color-gray-100) !important;
}

.hedderich-products__grid {
    grid-template-columns: 1fr !important;
}

.hedderich-product-card--hero .hedderich-product-card__image {
    aspect-ratio: 1 / 1 !important;
}

.hedderich-product-card--hero .hedderich-product-card__img {
    object-fit: cover !important;
}

@media (min-width: 600px) {
    .hedderich-products__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .hedderich-products__grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.hedderich-product-card__body {
    padding: 1.25rem !important;
}

.hedderich-product-card__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.06rem !important;
    font-weight: 700 !important;
}

.hedderich-product-card__description {
    color: var(--color-gray-500);
}

.hedderich-product-card__price,
.woocommerce ul.products li.product .price {
    color: var(--color-primary-dark) !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
}

.hedderich-product-card__price-tiers {
    color: var(--color-gray-500) !important;
}

/* WooCommerce pages */
.woocommerce ul.products {
    gap: 1.25rem !important;
}

.woocommerce ul.products li.product a img {
    transform: none !important;
}

.woocommerce ul.products li.product .button {
    border-radius: 5px !important;
    font-weight: 700 !important;
}

.woocommerce div.product {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
}

.woocommerce div.product .product_title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.08;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--color-primary-dark);
    font-size: 1.5rem;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.woocommerce table.shop_table {
    border-radius: 8px !important;
    border-color: var(--color-gray-200) !important;
}

.woocommerce table.shop_table th {
    color: var(--color-dark);
    font-weight: 700;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border: 1px solid var(--color-gray-300);
    border-radius: 5px;
}

/* Footer */
.site-footer {
    background: var(--color-footer);
}

.site-footer a {
    color: rgba(255, 255, 255, .62);
}

.site-footer a:hover {
    color: #fff;
    opacity: 1;
}

.site-footer .footer-withdrawal-button {
    display: inline-flex;
    padding: .55rem .9rem;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
}

.site-footer .footer-withdrawal-button:hover,
.site-footer .footer-withdrawal-button:focus-visible {
    background: #fff;
    color: var(--color-footer);
}

.withdrawal-rollrasen-note {
    margin: 0 0 2rem;
    padding: 1.15rem 1.25rem;
    border-left: 4px solid var(--color-primary);
    border-radius: 8px;
    background: #edf5eb;
    color: var(--color-dark);
}

.withdrawal-rollrasen-note strong {
    display: block;
    margin-bottom: .3rem;
    font-size: 1.05rem;
}

.withdrawal-rollrasen-note p {
    margin: 0;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .hedderich-hero__inner {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .hedderich-hero__headline {
        font-size: clamp(1.9rem, 8vw, 2.7rem);
    }
}

/* Checkout v2: sober two-column order completion */
body.woocommerce-checkout .site-content {
    background: #f6f7f3;
    padding-top: 0 !important;
}

body.woocommerce-checkout .site-content > .container {
    padding-top: 1.5rem !important;
    padding-bottom: 2.5rem !important;
}

body.woocommerce-checkout .entry-header,
body.woocommerce-checkout .page-header {
    max-width: 1220px;
    margin: 0 auto;
    padding: 1.35rem 1.5rem .25rem;
    background: transparent;
    min-height: 0;
    border-bottom: 0 !important;
    margin-bottom: .75rem !important;
}

body.woocommerce-checkout .entry-title,
body.woocommerce-checkout h1 {
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    line-height: 1.1;
}

.woocommerce-checkout form.checkout {
    max-width: 1220px;
    margin: 0 auto;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 1.5rem;
    align-items: start;
}

.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout .woocommerce .col2-set,
.woocommerce-checkout form.checkout .col2-set {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
}

.woocommerce-checkout #customer_details {
    gap: 1rem;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .hedderich-delivery-notes,
.woocommerce-checkout .hedderich-availability {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: none;
    margin: 0 0 1rem;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .hedderich-delivery-notes h3,
.woocommerce-checkout .hedderich-availability h3 {
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
    color: var(--color-dark);
    font-size: 1.22rem;
    line-height: 1.2;
}

.woocommerce-checkout .woocommerce-billing-fields h3::after,
.woocommerce-checkout .woocommerce-shipping-fields h3::after,
.woocommerce-checkout .woocommerce-additional-fields h3::after,
.woocommerce-checkout .hedderich-delivery-notes h3::after {
    content: none;
}

.woocommerce-checkout form .form-row {
    margin-bottom: .85rem;
    width: 100% !important;
    float: none !important;
    clear: none !important;
    padding: 0 !important;
}

.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
    width: calc(50% - .45rem) !important;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-checkout form .form-row-first {
    margin-right: .85rem;
}

.woocommerce-checkout form .form-row-wide {
    display: block;
    width: 100% !important;
}

.woocommerce-checkout form .form-row > label,
.woocommerce-checkout form .form-row label.required_field {
    font-size: .87rem;
    font-weight: 700;
    color: var(--color-dark);
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.select2-container .select2-selection--single {
    min-height: 46px;
    border: 1px solid var(--color-gray-300) !important;
    border-radius: 5px !important;
    background: #fff;
    box-shadow: none !important;
}

.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 3px rgba(36, 87, 61, .11) !important;
}

.woocommerce-checkout #order_review_heading {
    display: none !important;
}

.woocommerce-checkout #order_review {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 96px;
    margin: 0;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(18, 36, 26, .08);
}

.woocommerce-checkout #order_review::before {
    content: "Deine Bestellung";
    display: block;
    margin: 0 0 1rem;
    color: var(--color-dark);
    font-size: 1.22rem;
    line-height: 1.2;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info {
    margin-top: 1rem;
}

.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
    padding: .72rem 0;
    font-size: .94rem;
}

.woocommerce-checkout #order_review .shop_table thead {
    display: none;
}

.woocommerce-checkout #order_review .shop_table tfoot .order-total th,
.woocommerce-checkout #order_review .shop_table tfoot .order-total td {
    color: var(--color-dark);
    border-top: 1px solid var(--color-primary);
    font-size: 1.12rem;
}

.woocommerce-checkout #payment {
    margin-top: 1rem;
    padding: 0;
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods li {
    border-radius: 6px;
    box-shadow: none;
}

.woocommerce-checkout #place_order {
    margin-top: 1rem;
    background: var(--color-primary);
    border-radius: 5px;
    box-shadow: none;
    font-size: 1rem;
}

.woocommerce-checkout #place_order:hover {
    background: var(--color-primary-dark);
    transform: none;
    box-shadow: none;
    filter: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    border: 1px solid var(--color-gray-200);
    border-left: 0;
    background: #fafbf8;
    border-radius: 6px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    max-width: 1220px;
    margin: 1rem auto 0;
    border-radius: 6px;
    box-shadow: none;
}

/* Availability picker */
.hedderich-availability__head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.hedderich-availability__head p {
    margin: .35rem 0 0;
    color: var(--color-gray-500);
    font-size: .92rem;
}

.hedderich-availability__legend {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    color: var(--color-gray-500);
    font-size: .82rem;
}

.hedderich-availability__legend span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.hedderich-availability__legend i {
    width: .6rem;
    height: .6rem;
    border-radius: 99px;
    display: inline-block;
}

.hedderich-availability__legend .is-free { background: #2d7d4f; }
.hedderich-availability__legend .is-limited { background: #e08a2f; }
.hedderich-availability__legend .is-full { background: #b9c0b7; }

.hedderich-availability__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .65rem;
}

.hedderich-availability__day {
    border: 1px solid var(--color-gray-200);
    background: #fff;
    border-radius: 6px;
    padding: .7rem .65rem;
    text-align: left;
    cursor: pointer;
    color: var(--color-dark);
}

.hedderich-availability__day strong {
    display: block;
    margin: .08rem 0;
    font-size: 1.05rem;
}

.hedderich-availability__day span,
.hedderich-availability__day small {
    display: block;
    color: var(--color-gray-500);
    font-size: .78rem;
}

.hedderich-availability__weekday {
    text-transform: uppercase;
    letter-spacing: .04em;
}

.hedderich-availability__day.is-free {
    border-color: rgba(45, 125, 79, .35);
}

.hedderich-availability__day.is-limited {
    border-color: rgba(201, 161, 58, .55);
    background: #fffbef;
}

.hedderich-availability__day.is-full {
    opacity: .55;
    cursor: not-allowed;
    background: #f3f4f1;
}

.hedderich-availability__day.is-selected {
    border-color: var(--color-primary);
    background: #edf4ee;
    box-shadow: 0 0 0 2px rgba(36, 87, 61, .11);
}

.hedderich-availability__selection {
    margin: .8rem 0 0;
    color: var(--color-primary-dark);
    font-size: .92rem;
    font-weight: 700;
}

@media (max-width: 980px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        grid-column: auto;
    }

    .woocommerce-checkout #order_review {
        position: static;
    }
}

@media (max-width: 640px) {
    .woocommerce-checkout form.checkout {
        padding: 1rem;
    }

    .woocommerce-checkout form .form-row-first,
    .woocommerce-checkout form .form-row-last {
        width: 100% !important;
        display: block;
        margin-right: 0;
    }

    .hedderich-availability__head {
        display: block;
    }

    .hedderich-availability__legend {
        margin-top: .75rem;
    }

    .hedderich-availability__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* SEO landing pages */
.hedderich-seo-page {
    max-width: 920px;
    margin: 0 auto 3rem;
    color: var(--color-text);
}

.hedderich-seo-page__eyebrow {
    margin: 0 0 .6rem;
    color: var(--color-primary);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hedderich-seo-page h1 {
    max-width: 860px;
    margin-bottom: 1rem;
    color: var(--color-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.hedderich-seo-page h2 {
    margin-top: 2rem;
    color: var(--color-dark);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.hedderich-seo-page h3 {
    margin-top: 1.3rem;
    color: var(--color-dark);
    font-size: 1.08rem;
}

.hedderich-seo-page__lead {
    max-width: 760px;
    color: var(--color-gray-500);
    font-size: 1.08rem;
    line-height: 1.65;
}

.hedderich-seo-page ul,
.hedderich-seo-page ol {
    padding-left: 1.25rem;
}

.hedderich-seo-page li {
    margin-bottom: .45rem;
}

.hedderich-seo-image-note {
    margin: 1.4rem 0 2rem;
    padding: 1rem 1.15rem;
    border: 1px dashed var(--color-border);
    border-radius: 8px;
    background: var(--color-cream);
    color: var(--color-gray-600);
}

.hedderich-seo-image-note figcaption {
    margin: 0;
}

.hedderich-seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 1.4rem 0;
}

.hedderich-seo-table {
    width: 100%;
    margin: 1rem 0;
    overflow: hidden;
    border: 1px solid var(--color-gray-200);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    background: #fff;
}

.hedderich-seo-table th,
.hedderich-seo-table td {
    padding: .9rem 1rem;
    border-bottom: 1px solid var(--color-gray-200);
    text-align: left;
}

.hedderich-seo-table tr:last-child th,
.hedderich-seo-table tr:last-child td {
    border-bottom: 0;
}

.hedderich-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin: 1.3rem 0;
}

.hedderich-location-grid a {
    display: block;
    padding: 1rem;
    border: 1px solid var(--color-gray-200);
    border-radius: 8px;
    background: #fff;
    color: var(--color-primary-dark);
    font-weight: 700;
}

.hedderich-seo-related {
    margin-top: 2rem;
    padding: 1rem;
    border-left: 3px solid var(--color-primary);
    background: #edf4ee;
    border-radius: 6px;
}

@media (max-width: 640px) {
    .hedderich-location-grid {
        grid-template-columns: 1fr;
    }

    .hedderich-seo-table th,
    .hedderich-seo-table td {
        display: block;
        width: 100%;
    }
}

/* Checkout v3: custom template layout */
body.woocommerce-checkout .woocommerce {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .9rem;
    min-height: 56px;
    border-radius: 6px;
    outline: none !important;
    box-shadow: none;
}

body.woocommerce-checkout .woocommerce-message .button,
body.woocommerce-checkout .woocommerce-info .button {
    flex: 0 0 auto;
    white-space: nowrap;
    order: 2;
}

body.woocommerce-checkout .page-header {
    display: none;
}

.hedderich-checkout-intro,
.woocommerce-checkout form.hedderich-checkout {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.hedderich-checkout-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem .25rem;
}

.hedderich-checkout-intro__eyebrow {
    margin: 0 0 .35rem;
    color: var(--color-primary);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hedderich-checkout-intro h2 {
    margin: 0;
    color: var(--color-dark);
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    line-height: 1.1;
}

.hedderich-checkout-steps {
    display: flex;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hedderich-checkout-steps li {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 36px;
    padding: .45rem .7rem;
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: 6px;
    color: var(--color-gray-500);
    font-size: .86rem;
    font-weight: 700;
}

.hedderich-checkout-steps span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    background: var(--color-gray-100);
    color: var(--color-gray-500);
    font-size: .75rem;
}

.hedderich-checkout-steps .is-active {
    border-color: rgba(36, 87, 61, .28);
    color: var(--color-primary-dark);
}

.hedderich-checkout-steps .is-active span {
    background: var(--color-primary);
    color: #fff;
}

.woocommerce-checkout form.hedderich-checkout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
    gap: 1.25rem;
    padding: 1.25rem 1.5rem 2.5rem;
}

.hedderich-checkout__content,
.hedderich-checkout__summary,
.woocommerce-checkout #customer_details.hedderich-checkout__details {
    min-width: 0;
}

.woocommerce-checkout #customer_details.hedderich-checkout__details {
    display: grid !important;
    gap: 1rem;
}

.woocommerce-checkout .hedderich-checkout-card,
.woocommerce-checkout .hedderich-checkout-card .woocommerce-billing-fields,
.woocommerce-checkout .hedderich-checkout-card .woocommerce-shipping-fields,
.woocommerce-checkout .hedderich-checkout-card .woocommerce-additional-fields {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.woocommerce-checkout .hedderich-checkout-card {
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: 8px;
    padding: 1.25rem;
}

.woocommerce-checkout .hedderich-checkout-card + .hedderich-checkout-card {
    margin-top: 1rem !important;
}

.woocommerce-checkout .hedderich-checkout-card .woocommerce-additional-fields {
    margin-top: 1rem;
}

.woocommerce-checkout .hedderich-checkout-card h3,
.woocommerce-checkout .hedderich-availability h3 {
    font-size: 1.12rem;
    letter-spacing: 0;
}

.woocommerce-checkout .hedderich-checkout-card .optional {
    color: var(--color-gray-500);
    font-weight: 500;
}

.woocommerce-checkout form.hedderich-checkout .form-row {
    margin-bottom: .75rem;
}

.woocommerce-checkout form.hedderich-checkout .form-row input.input-text,
.woocommerce-checkout form.hedderich-checkout .form-row textarea,
.woocommerce-checkout form.hedderich-checkout .form-row select,
.woocommerce-checkout form.hedderich-checkout .select2-container .select2-selection--single {
    min-height: 44px;
    padding: .65rem .75rem;
    font-size: .95rem;
}

.woocommerce-checkout form.hedderich-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    padding-left: .75rem;
}

.woocommerce-checkout form.hedderich-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    min-height: 42px;
}

.woocommerce-checkout .hedderich-checkout__summary {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 96px;
    align-self: start;
    background: #fff;
    border: 1px solid var(--color-gray-200);
    border-radius: 8px;
    padding: 1.2rem;
    box-shadow: 0 12px 32px rgba(18, 36, 26, .08);
}

.woocommerce-checkout .hedderich-checkout__summary #order_review_heading {
    display: block !important;
    margin: 0 0 1rem;
    color: var(--color-dark);
    font-size: 1.18rem;
}

.woocommerce-checkout .hedderich-checkout__summary #order_review {
    position: static;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.woocommerce-checkout .hedderich-checkout__summary #order_review::before {
    content: none;
}

.woocommerce-checkout .hedderich-checkout__summary .shop_table {
    margin-bottom: 1rem;
}

.woocommerce-checkout .hedderich-checkout__summary .cart_item td.product-name {
    color: var(--color-dark);
    font-weight: 700;
}

.woocommerce-checkout .hedderich-checkout__summary .product-quantity {
    color: var(--color-gray-500);
    font-weight: 600;
}

.woocommerce-checkout .hedderich-checkout__summary #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

.woocommerce-checkout .hedderich-checkout__summary #payment ul.payment_methods li {
    border: 1px solid var(--color-gray-200);
    padding: .8rem;
    background: #fafbf8;
}

.woocommerce-checkout .hedderich-checkout__summary #payment div.form-row {
    padding: 0;
}

.woocommerce-checkout .hedderich-checkout__summary .woocommerce-terms-and-conditions-wrapper {
    margin-top: .9rem;
    padding: .85rem;
    border: 1px solid var(--color-gray-200);
    border-radius: 6px;
    background: #fafbf8;
    font-size: .86rem;
}

.woocommerce-checkout .hedderich-checkout__summary #place_order {
    width: 100%;
    min-height: 48px;
}

.woocommerce-checkout .hedderich-availability {
    margin-top: 1rem;
    border-color: rgba(36, 87, 61, .22);
    background: #fbfcf9;
}

.woocommerce-checkout .hedderich-availability__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce-checkout .hedderich-availability__day {
    min-height: 96px;
}

.woocommerce-checkout .hedderich-availability__head {
    align-items: center;
}

@media (max-width: 980px) {
    .hedderich-checkout-intro {
        display: block;
    }

    .hedderich-checkout-steps {
        margin-top: 1rem;
        overflow-x: auto;
        padding-bottom: .15rem;
    }

    .woocommerce-checkout form.hedderich-checkout {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .hedderich-checkout__summary {
        grid-column: auto;
        grid-row: auto;
        position: static;
    }
}

@media (max-width: 640px) {
    .hedderich-checkout-intro,
    .woocommerce-checkout form.hedderich-checkout {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hedderich-checkout-steps li {
        white-space: nowrap;
    }

    .woocommerce-checkout .hedderich-availability__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.woocommerce-checkout .woocommerce-message,
    body.woocommerce-checkout .woocommerce-info,
    body.woocommerce-checkout .woocommerce-error {
        display: block;
        padding: .8rem .9rem;
        line-height: 1.35;
    }

    body.woocommerce-checkout .woocommerce-message .button,
    body.woocommerce-checkout .woocommerce-info .button {
        display: block;
        width: 100%;
        margin: .7rem 0 0;
        text-align: center;
    }
}

/* Checkout v3 hard resets for legacy WooCommerce floats */
body.woocommerce-checkout form.woocommerce-checkout.hedderich-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px) !important;
    align-items: start !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout__content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout__summary {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
}

body.woocommerce-checkout form.hedderich-checkout #customer_details,
body.woocommerce-checkout form.hedderich-checkout .col2-set {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
}

body.woocommerce-checkout form.hedderich-checkout #customer_details .col-1,
body.woocommerce-checkout form.hedderich-checkout #customer_details .col-2,
body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card::after,
body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card::before,
body.woocommerce-checkout form.hedderich-checkout #customer_details::after,
body.woocommerce-checkout form.hedderich-checkout #customer_details::before {
    content: "";
    display: table;
    clear: both;
}

body.woocommerce-checkout form.hedderich-checkout .form-row-first,
body.woocommerce-checkout form.hedderich-checkout .form-row-last {
    width: calc(50% - .45rem) !important;
    max-width: none !important;
    clear: none !important;
    box-sizing: border-box !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row-first {
    float: left !important;
    margin-right: .9rem !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row-last {
    float: right !important;
    margin-right: 0 !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row-wide {
    clear: both !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-additional-fields,
body.woocommerce-checkout form.hedderich-checkout .hedderich-delivery-notes {
    clear: both !important;
}

@media (max-width: 980px) {
    body.woocommerce-checkout form.woocommerce-checkout.hedderich-checkout {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout__summary {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}

@media (max-width: 640px) {
    body.woocommerce-checkout form.hedderich-checkout .form-row-first,
    body.woocommerce-checkout form.hedderich-checkout .form-row-last {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/* Checkout v4 clean-up */
body.woocommerce-checkout .site-content {
    background: #f7f8f3 !important;
}

body.woocommerce-checkout .site-content > .container,
body.woocommerce-checkout .container,
body.woocommerce-checkout .entry-content {
    width: 100% !important;
    max-width: none !important;
}

body.woocommerce-checkout .entry-title,
body.woocommerce-checkout h1.page-title,
body.woocommerce-checkout .entry-header,
body.woocommerce-checkout .page-header {
    display: none !important;
}

body.woocommerce-checkout .woocommerce {
    max-width: 1520px !important;
    margin: 1.45rem auto 4rem !important;
    padding: 0 2rem !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
}

.hedderich-checkout-intro {
    max-width: 1520px !important;
    margin: 1.35rem auto 1.15rem !important;
    padding: 0 2rem !important;
    align-items: end !important;
}

.hedderich-checkout-intro__eyebrow {
    margin-bottom: .35rem !important;
    color: #42634f !important;
    font-size: .78rem !important;
    letter-spacing: .08em !important;
}

.hedderich-checkout-intro h2 {
    max-width: 680px;
    color: #17251c !important;
    font-size: clamp(1.75rem, 2.8vw, 2.25rem) !important;
    line-height: 1.08 !important;
}

.hedderich-checkout-steps {
    gap: .4rem !important;
}

.hedderich-checkout-steps li {
    min-height: 34px !important;
    padding: .45rem .65rem !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .12) !important;
    border-radius: 7px !important;
    color: #66736a !important;
    font-size: .82rem !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .woocommerce-notices-wrapper {
    position: fixed !important;
    top: 154px !important;
    right: 1.5rem !important;
    left: auto !important;
    z-index: 80 !important;
    width: min(420px, calc(100vw - 2rem)) !important;
    margin: 0 !important;
    pointer-events: none;
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
    display: flex !important;
    align-items: center !important;
    gap: .85rem !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 1rem 1.15rem !important;
    background: #eef5ef !important;
    border: 1px solid #cfe3ca !important;
    border-left: 1px solid #cfe3ca !important;
    border-radius: 16px !important;
    color: #173a24 !important;
    font-family: 'Figtree', -apple-system, sans-serif !important;
    font-size: .9rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    box-shadow: 0 18px 40px -16px rgba(20, 40, 25, .35) !important;
    pointer-events: auto;
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message::before {
    content: "\2713" !important;
    position: static !important;
    flex: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    inset: auto !important;
    background: #2f8f3f !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message::after {
    content: none !important;
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .button {
    order: 2 !important;
    margin-left: auto !important;
    min-height: 0 !important;
    padding: .6rem 1rem !important;
    background: #2f8f3f !important;
    border: 0 !important;
    border-radius: 11px !important;
    color: #fff !important;
    font-family: 'Figtree', -apple-system, sans-serif !important;
    font-size: .82rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* Select2 versteckt das Original-<select> für Screenreader — muss auf 1px geclippt sein,
   sonst verursacht das Bundesland-Select im Checkout horizontales Overflow (mobil).
   Hohe Spezifität + min/max-width + off-screen, weil eine Theme-Regel die Breite forciert. */
html body .select2-hidden-accessible,
html body select.select2-hidden-accessible {
    position: absolute !important;
    left: -9999px !important;
    right: auto !important;
    width: 1px !important;
    min-width: 0 !important;
    max-width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hedderich-checkout-steps span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    border-radius: 999px !important;
    font-size: .78rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    padding: 0 !important;
}

.hedderich-checkout-steps .is-active {
    border-color: rgba(45, 106, 79, .28) !important;
    color: #183d2b !important;
}

body.woocommerce-checkout form.woocommerce-checkout.hedderich-checkout {
    max-width: 1520px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
    grid-template-columns: minmax(0, 960px) minmax(380px, 440px) !important;
    gap: 1.65rem !important;
    align-items: start !important;
    justify-content: center !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout__content,
body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout__summary {
    min-width: 0 !important;
}

body.woocommerce-checkout #customer_details.hedderich-checkout__details {
    display: grid !important;
    gap: 1rem !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card,
body.woocommerce-checkout form.hedderich-checkout .hedderich-availability,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-additional-fields {
    width: 100% !important;
    margin: 0 !important;
    padding: 1.65rem !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .1) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 38px rgba(23, 37, 28, .065) !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card > *,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-billing-fields,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-shipping-fields {
    max-width: none !important;
}

body.woocommerce-checkout form.hedderich-checkout .woocommerce-billing-fields,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-billing-fields__field-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card > .woocommerce-billing-fields,
body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card > .woocommerce-shipping-fields {
    padding: 1.65rem !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card {
    padding: 0 !important;
    overflow: hidden !important;
}

body.woocommerce-checkout form.hedderich-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout form.hedderich-checkout .hedderich-availability h3 {
    display: block !important;
    margin: -.15rem 0 1.25rem !important;
    padding: 0 0 1rem !important;
    border-bottom: 1px solid rgba(25, 43, 31, .1) !important;
    color: #17251c !important;
    font-size: 1.12rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card .woocommerce-billing-fields h3,
body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card .woocommerce-shipping-fields h3,
body.woocommerce-checkout form.hedderich-checkout .hedderich-checkout-card .woocommerce-additional-fields h3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.woocommerce-checkout form.hedderich-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-additional-fields__field-wrapper {
    display: flow-root !important;
}

body.woocommerce-checkout form.hedderich-checkout .woocommerce-billing-fields h3::after,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-shipping-fields h3::after,
body.woocommerce-checkout form.hedderich-checkout .woocommerce-additional-fields h3::after {
    content: none !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row {
    margin: 0 0 1.05rem !important;
    padding: 0 !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row-first,
body.woocommerce-checkout form.hedderich-checkout .form-row-last {
    width: calc(50% - .55rem) !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row-first {
    margin-right: 1.1rem !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row > label,
body.woocommerce-checkout form.hedderich-checkout .form-row label {
    display: block !important;
    margin: 0 0 .3rem !important;
    color: #26362c !important;
    font-size: .88rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row .optional {
    color: #6c776f !important;
    font-weight: 500 !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row input.input-text,
body.woocommerce-checkout form.hedderich-checkout .form-row textarea,
body.woocommerce-checkout form.hedderich-checkout .form-row select,
body.woocommerce-checkout form.hedderich-checkout .select2-container .select2-selection--single {
    width: 100% !important;
    min-height: 50px !important;
    padding: .78rem .9rem !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .16) !important;
    border-radius: 7px !important;
    color: #17251c !important;
    font-size: .95rem !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row input.input-text::placeholder,
body.woocommerce-checkout form.hedderich-checkout .form-row textarea::placeholder {
    color: #a8afa9 !important;
}

body.woocommerce-checkout form.hedderich-checkout .form-row textarea {
    min-height: 112px !important;
    resize: vertical;
}

body.woocommerce-checkout form.hedderich-checkout .form-row input.input-text:focus,
body.woocommerce-checkout form.hedderich-checkout .form-row textarea:focus,
body.woocommerce-checkout form.hedderich-checkout .form-row select:focus,
body.woocommerce-checkout form.hedderich-checkout .select2-container--open .select2-selection--single {
    outline: none !important;
    border-color: #2d6a4f !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(45, 106, 79, .12) !important;
}

body.woocommerce-checkout form.hedderich-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 31px !important;
    padding: 0 !important;
    color: #17251c !important;
}

body.woocommerce-checkout form.hedderich-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    min-height: 42px !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability {
    margin-top: 1rem !important;
    box-shadow: 0 16px 38px rgba(23, 37, 28, .065) !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__head {
    display: flex !important;
    gap: 1rem !important;
    align-items: start !important;
    justify-content: space-between !important;
    margin-bottom: .9rem !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__head p {
    max-width: 470px;
    margin: 0 !important;
    color: #6a756d !important;
    font-size: .9rem !important;
    line-height: 1.5 !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__legend {
    display: grid !important;
    gap: .35rem !important;
    flex: 0 0 auto;
    color: #66736a !important;
    font-size: .82rem !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: .65rem !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__day {
    min-height: 88px !important;
    padding: .8rem !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .12) !important;
    border-radius: 7px !important;
    color: #17251c !important;
    text-align: left !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__day.is-selected {
    border-color: #2d6a4f !important;
    background: #eef6f0 !important;
    box-shadow: inset 0 0 0 1px #2d6a4f !important;
}

body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__selection {
    margin: .8rem 0 0 !important;
    color: #526259 !important;
    font-size: .86rem !important;
    font-weight: 700 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: sticky !important;
    top: 96px !important;
    padding: 1.45rem !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .1) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 44px rgba(23, 37, 28, .08) !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #order_review_heading {
    margin: 0 0 .75rem !important;
    padding-bottom: .75rem !important;
    border-bottom: 1px solid rgba(25, 43, 31, .1) !important;
    color: #17251c !important;
    font-size: 1.02rem !important;
    font-weight: 900 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #order_review {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table {
    margin: 0 0 1rem !important;
    border: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table thead {
    display: none !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table th,
body.woocommerce-checkout .hedderich-checkout__summary .shop_table td {
    padding: .58rem 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(25, 43, 31, .08) !important;
    color: #526259 !important;
    font-size: .84rem !important;
    line-height: 1.35 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table td {
    color: #17251c !important;
    font-weight: 800 !important;
    text-align: right !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table .cart_item td.product-name {
    width: 68% !important;
    max-width: 0;
    text-align: left !important;
    color: #17251c !important;
    font-size: .84rem !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    word-break: normal !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table .cart_item td.product-total {
    width: 32% !important;
    vertical-align: top !important;
    color: #17251c !important;
    font-size: .84rem !important;
    font-weight: 900 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table .product-quantity {
    display: inline-block !important;
    margin-left: .35rem !important;
    color: #748078 !important;
    font-size: .78rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table .hedderich-cart-sqm {
    display: block !important;
    margin-top: .1rem !important;
    color: #748078 !important;
    font-size: .75rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table tfoot .order-total th,
body.woocommerce-checkout .hedderich-checkout__summary .shop_table tfoot .order-total td {
    padding-top: .75rem !important;
    border-top: 2px solid #2d6a4f !important;
    border-bottom: 0 !important;
    color: #17251c !important;
    font-size: .92rem !important;
    font-weight: 900 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .shop_table tfoot .order-total td {
    color: #183d2b !important;
    font-size: 1.08rem !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #payment {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #payment ul.payment_methods {
    display: grid !important;
    gap: .65rem !important;
    padding: 0 !important;
    border: 0 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #payment ul.payment_methods li {
    margin: 0 !important;
    padding: .85rem !important;
    background: #fbfcf8 !important;
    border: 1px solid rgba(25, 43, 31, .12) !important;
    border-radius: 7px !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #payment ul.payment_methods li:has(input[type="radio"]:checked) {
    border-color: #2d6a4f !important;
    box-shadow: inset 0 0 0 1px #2d6a4f !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #payment ul.payment_methods li label {
    color: #17251c !important;
    font-size: .92rem !important;
    font-weight: 900 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #payment div.payment_box {
    margin: .65rem 0 0 !important;
    padding: .75rem !important;
    background: #f4f5ef !important;
    border: 1px solid rgba(25, 43, 31, .08) !important;
    border-radius: 6px !important;
    color: #66736a !important;
    font-size: .88rem !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #payment div.payment_box::before {
    content: none !important;
}

body.woocommerce-checkout .hedderich-checkout__summary .woocommerce-terms-and-conditions-wrapper {
    margin: .9rem 0 0 !important;
    padding: .85rem !important;
    background: #f4f5ef !important;
    border: 1px solid rgba(25, 43, 31, .08) !important;
    border-radius: 7px !important;
    color: #66736a !important;
    font-size: .84rem !important;
    line-height: 1.45 !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #place_order {
    width: 100% !important;
    min-height: 50px !important;
    margin-top: 1rem !important;
    padding: .9rem 1rem !important;
    background: #2d6a4f !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: #fff !important;
    font-size: .98rem !important;
    font-weight: 900 !important;
    box-shadow: 0 14px 30px rgba(45, 106, 79, .22) !important;
}

body.woocommerce-checkout .hedderich-checkout__summary #place_order:hover {
    background: #24573d !important;
    transform: translateY(-1px);
}

@media (max-width: 980px) {
    .hedderich-checkout-intro {
        display: grid !important;
        gap: 1rem !important;
        padding: 0 1rem !important;
    }

    body.woocommerce-checkout form.woocommerce-checkout.hedderich-checkout {
        grid-template-columns: 1fr !important;
        padding: 0 1rem !important;
    }

    body.woocommerce-checkout .hedderich-checkout__summary {
        grid-column: 1 !important;
        position: static !important;
    }
}

@media (max-width: 640px) {
    body.woocommerce-checkout .woocommerce {
        margin-top: 1rem !important;
        padding: 0 .85rem !important;
    }

    body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
    body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
        display: block !important;
    }

    .hedderich-checkout-steps {
        overflow-x: auto;
        padding-bottom: .2rem !important;
    }

    body.woocommerce-checkout form.hedderich-checkout .form-row-first,
    body.woocommerce-checkout form.hedderich-checkout .form-row-last {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }

    body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__head {
        display: grid !important;
    }

    body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__legend {
        display: flex !important;
        flex-wrap: wrap;
    }

    body.woocommerce-checkout form.hedderich-checkout .hedderich-availability__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* ==========================================================================
   Cart Redesign
   ========================================================================== */

body.woocommerce-cart .site-content {
    background: #f7f8f3;
}

body.woocommerce-cart .entry-title,
body.woocommerce-cart h1.page-title,
body.woocommerce-cart .entry-header,
body.woocommerce-cart .page-header {
    display: none !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-cart .entry-content > .woocommerce {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-cart .woocommerce {
    max-width: 1320px;
    margin: 2.5rem auto 4rem;
    padding: 0 1.25rem;
}

.hedderich-cart-shell {
    width: 100%;
}

.hedderich-cart-head {
    display: grid;
    gap: .35rem;
    max-width: 760px;
    margin: 0 0 1.35rem;
}

.hedderich-cart-eyebrow {
    margin: 0;
    color: #50705d;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hedderich-cart-head h2 {
    margin: 0;
    color: #17251c;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.15;
}

.hedderich-cart-head p:not(.hedderich-cart-eyebrow) {
    margin: 0;
    color: #68736b;
    font-size: .98rem;
    line-height: 1.55;
}

.hedderich-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
    gap: 1.25rem;
    align-items: start;
}

.hedderich-cart-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

body.woocommerce-cart .woocommerce-cart-form.hedderich-cart-card {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .1) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 44px rgba(23, 37, 28, .08) !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table {
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table thead {
    background: #f4f5ef !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table thead th {
    padding: 1rem 1rem !important;
    border: 0 !important;
    color: #6c776f !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table th.product-remove,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove {
    width: 46px !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table th.product-thumbnail,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-thumbnail {
    width: 96px !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table th.product-price,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-price {
    width: 115px !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table th.product-quantity,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity {
    width: 120px !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table th.product-subtotal,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal {
    width: 150px !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody td {
    padding: 1.15rem 1rem !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(25, 43, 31, .08) !important;
    background: #fff !important;
    vertical-align: middle !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove {
    padding-left: 1rem !important;
    padding-right: .2rem !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove a.remove {
    width: 28px !important;
    height: 28px !important;
    color: #7b837c !important;
    background: #f1f2ec !important;
    border-radius: 999px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    transition: background .16s ease, color .16s ease;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove a.remove:hover {
    color: #b42318 !important;
    background: #fee4e2 !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-thumbnail img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 7px !important;
    object-fit: cover;
    box-shadow: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name a {
    color: #17251c !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name dl.variation,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name .wc-item-meta {
    margin-top: .45rem;
    color: #68736b;
    font-size: .84rem;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-price,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table th.product-price,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table th.product-quantity,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table th.product-subtotal {
    text-align: right !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-price {
    color: #334237 !important;
    font-weight: 700 !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal {
    color: #183d2b !important;
    font-size: 1.02rem !important;
    font-weight: 900 !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal small,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal .amount + span {
    display: block;
    margin-top: .15rem;
    color: #6d7c72;
    font-size: .78rem;
    font-weight: 600;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .hedderich-cart-qty-field {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .quantity {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .qty {
    width: 54px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    color: #17251c !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: .98rem !important;
    font-weight: 800 !important;
    text-align: center !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .hedderich-unit {
    color: #56675d;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1;
}

.hedderich-cart-actions {
    display: flex;
    gap: .85rem;
    align-items: end;
    justify-content: space-between;
    padding: 1rem;
    background: #fbfcf8;
    border-top: 1px solid rgba(25, 43, 31, .08);
}

.hedderich-cart-actions .coupon {
    display: grid !important;
    gap: .4rem !important;
    float: none !important;
    width: min(100%, 420px);
    margin: 0 !important;
}

.hedderich-cart-actions .coupon label {
    display: block !important;
    color: #516256;
    font-size: .78rem;
    font-weight: 800;
}

.hedderich-cart-coupon-row {
    display: flex;
    gap: .5rem;
}

.hedderich-cart-actions #coupon_code {
    width: 100% !important;
    min-height: 42px !important;
    padding: .65rem .8rem !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .18) !important;
    border-radius: 7px !important;
    color: #17251c !important;
    font-size: .92rem !important;
}

.hedderich-cart-actions #coupon_code:focus,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .qty:focus {
    outline: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .hedderich-cart-qty-field:focus-within {
    outline: 0 !important;
    box-shadow: none !important;
}

.hedderich-cart-actions button[name="apply_coupon"],
.hedderich-cart-update {
    min-height: 42px !important;
    padding: .65rem 1rem !important;
    border-radius: 7px !important;
    font-size: .86rem !important;
    font-weight: 800 !important;
    white-space: nowrap;
}

.hedderich-cart-actions button[name="apply_coupon"] {
    color: #fff !important;
    background: #2d6a4f !important;
    border: 1px solid #2d6a4f !important;
}

.hedderich-cart-update {
    margin-left: auto !important;
    color: #345342 !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .16) !important;
}

.hedderich-cart-update:disabled {
    color: #a2aaa4 !important;
    background: #f4f5ef !important;
    cursor: not-allowed;
}

.hedderich-cart-summary {
    position: sticky;
    top: 96px;
    min-width: 0;
}

body.woocommerce-cart .hedderich-cart-summary .cart-collaterals {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 1.1rem !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .1) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 44px rgba(23, 37, 28, .08) !important;
}

.hedderich-cart-summary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1rem;
    padding-bottom: .85rem;
    border-bottom: 1px solid rgba(25, 43, 31, .1);
}

.hedderich-cart-summary__head span {
    color: #17251c;
    font-size: 1.08rem;
    font-weight: 900;
}

.hedderich-cart-summary__head strong {
    color: #617067;
    font-size: .78rem;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals h2 {
    display: none !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table {
    margin: 0 !important;
    border: 0 !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table td {
    padding: .72rem 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(25, 43, 31, .08) !important;
    background: transparent !important;
    color: #516256 !important;
    font-size: .91rem !important;
    line-height: 1.35;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table td {
    text-align: right !important;
    color: #17251c !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table tr.order-total td {
    padding-top: 1rem !important;
    border-top: 2px solid #2d6a4f !important;
    border-bottom: 0 !important;
    color: #17251c !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table tr.order-total td {
    color: #183d2b !important;
    font-size: 1.45rem !important;
}

.hedderich-cart-summary__trust {
    display: grid;
    gap: .45rem;
    margin: 1rem 0;
    padding: .85rem;
    background: #f7f8f3;
    border-radius: 7px;
    color: #526259;
    font-size: .82rem;
    font-weight: 700;
}

.hedderich-cart-summary__trust span::before {
    content: "";
    display: inline-block;
    width: .42rem;
    height: .42rem;
    margin-right: .45rem;
    background: #2f8f3f;
    border-radius: 999px;
    vertical-align: .08rem;
}

body.woocommerce-cart .hedderich-cart-summary .wc-proceed-to-checkout {
    padding: 0 !important;
    margin: 1rem 0 0 !important;
}

body.woocommerce-cart .hedderich-cart-summary .wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
    min-height: 50px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: .9rem 1rem !important;
    color: #fff !important;
    background: #2d6a4f !important;
    border: 0 !important;
    border-radius: 7px !important;
    box-shadow: 0 14px 30px rgba(45, 106, 79, .22) !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    text-align: center;
}

body.woocommerce-cart .hedderich-cart-summary .wc-proceed-to-checkout .checkout-button:hover {
    background: #24573d !important;
    transform: translateY(-1px);
}

body.woocommerce-cart .hedderich-upsell-bundle {
    margin: 0 !important;
    padding: 1rem !important;
    background: #fff !important;
    border: 1px solid rgba(25, 43, 31, .1) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgba(23, 37, 28, .06) !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__header {
    gap: .75rem !important;
    margin-bottom: .85rem !important;
    color: #17251c !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__header svg {
    width: 20px !important;
    height: 20px !important;
    color: #c9a13c !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__header strong {
    font-size: 1rem !important;
    line-height: 1.25;
}

body.woocommerce-cart .hedderich-upsell-bundle__header p {
    max-width: 720px;
    color: #68736b !important;
    font-size: .88rem !important;
    line-height: 1.45;
}

body.woocommerce-cart .hedderich-upsell-bundle__products {
    gap: .65rem !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center !important;
    gap: 1rem !important;
    padding: .9rem 1rem !important;
    background: #fbfcf8 !important;
    border: 1px solid rgba(25, 43, 31, .08) !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__item-info strong {
    color: #17251c;
    font-size: .94rem !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__recommendation {
    color: #345342 !important;
    font-size: .8rem !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__schedule,
body.woocommerce-cart .hedderich-upsell-bundle__abo-info {
    color: #79837b !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__actions {
    min-width: 210px !important;
    justify-self: end;
}

body.woocommerce-cart .hedderich-upsell-bundle__btn {
    padding: .58rem .9rem !important;
    background: #c9a13c !important;
    border-radius: 7px !important;
    color: #fff !important;
    font-size: .82rem !important;
    font-weight: 900 !important;
    box-shadow: none !important;
}

body.woocommerce-cart .hedderich-upsell-bundle__btn--abo {
    background: #2d6a4f !important;
}

@media (max-width: 1080px) {
    .hedderich-cart-layout {
        grid-template-columns: 1fr;
    }

    .hedderich-cart-summary {
        position: static;
    }
}

@media (max-width: 820px) {
    body.woocommerce-cart .woocommerce {
        padding: 0 .9rem;
    }

    body.woocommerce-cart .woocommerce-message,
    body.woocommerce-cart .woocommerce-info,
    body.woocommerce-cart .woocommerce-error {
        display: block !important;
        padding: .8rem .9rem !important;
        line-height: 1.35 !important;
    }

    body.woocommerce-cart .woocommerce-message .button,
    body.woocommerce-cart .woocommerce-info .button {
        display: block !important;
        width: 100% !important;
        margin: .7rem 0 0 !important;
        text-align: center !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table thead {
        display: none !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody tr.cart_item {
        display: grid !important;
        grid-template-columns: 76px minmax(0, 1fr) 32px;
        grid-template-areas:
            "thumb name remove"
            "thumb price price"
            "thumb quantity quantity"
            "subtotal subtotal subtotal";
        gap: .45rem .8rem;
        padding: 1rem !important;
        border-bottom: 1px solid rgba(25, 43, 31, .08);
        background: #fff;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody tr.cart_item td {
        display: block !important;
        width: auto !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        text-align: left !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody tr.cart_item td::before,
    body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table td::before {
        content: none !important;
        display: none !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody td.product-thumbnail {
        grid-area: thumb;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody td.product-name {
        grid-area: name;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody td.product-remove {
        grid-area: remove;
        text-align: right !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody td.product-price {
        grid-area: price;
        color: #68736b !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody td.product-quantity {
        grid-area: quantity;
        text-align: left !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody td.product-quantity .quantity {
        display: inline-flex !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .qty {
        width: 54px !important;
        min-height: 0 !important;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody td.product-subtotal {
        grid-area: subtotal;
        padding-top: .5rem !important;
        border-top: 1px dashed rgba(25, 43, 31, .12) !important;
        text-align: right !important;
    }

    .hedderich-cart-actions {
        display: grid;
        gap: .8rem;
    }

    .hedderich-cart-actions .coupon,
    .hedderich-cart-update {
        width: 100% !important;
    }

    .hedderich-cart-coupon-row {
        display: grid;
    }

    body.woocommerce-cart .hedderich-upsell-bundle__item {
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-items: start !important;
    }

    body.woocommerce-cart .hedderich-upsell-bundle__actions {
        width: 100% !important;
        min-width: 0 !important;
        align-items: stretch !important;
        justify-self: stretch !important;
    }

    body.woocommerce-cart .hedderich-upsell-bundle__abo-info {
        max-width: none !important;
        text-align: left !important;
    }

    body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table tr {
        display: grid !important;
        grid-template-columns: 1fr auto;
        gap: .8rem;
    }

    body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table tr.order-total {
        border-top: 2px solid #2d6a4f !important;
    }

    body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table th,
    body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table td {
        display: block !important;
        width: auto !important;
        text-align: left !important;
    }

    body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table td {
        text-align: right !important;
    }

    body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table tr.order-total th,
    body.woocommerce-cart .hedderich-cart-summary .cart_totals table.shop_table tr.order-total td {
        border-top: 0 !important;
    }
}

/* Final SEO subpage overrides after legacy blocks */
.page-content--seo .hedderich-location-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: .75rem !important;
    align-items: stretch !important;
}

.page-content--seo .hedderich-location-grid a {
    width: 100% !important;
    max-width: none !important;
    min-height: 76px !important;
    box-sizing: border-box !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-location-grid,
.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid,
.hedderich-seo-page--guide > .hedderich-guide-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 2.4rem 0 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-location-grid a,
.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a,
.hedderich-seo-page--guide > .hedderich-guide-grid a {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    translate: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: .4rem !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 1.25rem 1.35rem !important;
    border: 1px solid #dde4da !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(18, 36, 26, .07) !important;
    color: var(--seo-dark) !important;
    text-decoration: none !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a span,
.hedderich-seo-page--guide > .hedderich-guide-grid a span {
    color: #6b776f;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a strong,
.hedderich-seo-page--guide > .hedderich-guide-grid a strong {
    display: block;
    color: var(--seo-dark);
    font-size: 1.05rem;
    line-height: 1.25;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a strong::after,
.hedderich-seo-page--guide > .hedderich-guide-grid a strong::after,
.page-content--seo .hedderich-seo-page--guide > .hedderich-location-grid a::after {
    content: "→";
    margin-left: .2rem;
    color: #2f8f3f;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a:hover,
.hedderich-seo-page--guide > .hedderich-guide-grid a:hover,
.page-content--seo .hedderich-seo-page--guide > .hedderich-location-grid a:hover {
    border-color: #b9c8b8 !important;
    box-shadow: 0 16px 36px rgba(18, 36, 26, .11) !important;
}

@media (max-width: 980px) {
    .page-content--seo .hedderich-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .page-content--seo .hedderich-seo-page--guide > .hedderich-location-grid,
    .page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid,
    .hedderich-seo-page--guide > .hedderich-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .page-content--seo .hedderich-location-grid {
        grid-template-columns: 1fr !important;
    }

    .page-content--seo .hedderich-seo-page--guide > .hedderich-location-grid,
    .page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid,
    .hedderich-seo-page--guide > .hedderich-guide-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================================
   Hero: Erntefoto als Hintergrund mit moderatem Blur
   (Rollrasen Hedderich) - ans Ende ergänzt, überschreibt oben.
   ============================================================ */
.hedderich-hero {
    background: #0c2340; /* Fallback-Navy, falls Bild nicht lädt */
}
.hedderich-hero__background {
    opacity: 1;
    filter: blur(3px);
    transform: scale(1.035);
    background-image:
        linear-gradient(90deg, rgba(10,28,52,.12) 0%, rgba(10,28,52,.08) 48%, rgba(10,28,52,.03) 100%),
        url("../images/hero-bg-harvester.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Text wieder hell für Lesbarkeit auf dem Foto */
.hedderich-hero__headline { color: #fff; }
.hedderich-hero__subheadline { color: rgba(255,255,255,.92); }
.hedderich-hero__eyebrow {
    background: rgba(255,255,255,.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,.24);
}
.hedderich-hero__trust-item {
    background: rgba(255,255,255,.93);
    border-color: rgba(255,255,255,.32);
    color: var(--color-primary-dark);
}

/* Final product overview layout: all products in one row on desktop. */
.hedderich-products__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    grid-auto-rows: 1fr !important;
}

.hedderich-products__grid > .hedderich-product-card--hero {
    grid-column: auto !important;
    width: 100% !important;
    justify-self: stretch !important;
}

.hedderich-product-card__badge {
    display: none !important;
}

@media (min-width: 600px) {
    .hedderich-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1024px) {
    .hedderich-products__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

/* Product card alignment: equal media, content, and button rows. */
.hedderich-product-card {
    height: 100% !important;
}

.hedderich-product-card__image,
.hedderich-product-card--hero .hedderich-product-card__image {
    aspect-ratio: 1 / 1 !important;
}

.hedderich-product-card__img,
.hedderich-product-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.hedderich-product-card__body {
    min-height: 340px !important;
    display: flex !important;
    flex-direction: column !important;
}

.hedderich-product-card__title {
    font-size: 1rem !important;
    line-height: 1.2 !important;
}

.hedderich-product-card__description {
    flex: 0 0 auto !important;
    font-size: .92rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1.25rem !important;
}

.hedderich-product-card__variant-select {
    font-size: .86rem !important;
}

.hedderich-product-card__price {
    margin-top: auto !important;
}

.hedderich-product-card__btn {
    width: 100% !important;
    justify-content: center !important;
    align-self: stretch !important;
}

/* SEO Liefergebiete */
.page-content--seo .hedderich-seo-page--locations {
    width: min(100%, 1180px) !important;
    margin: 0 auto !important;
    padding-top: clamp(3.5rem, 6vw, 5.8rem) !important;
}

.page-content--seo .hedderich-seo-page--locations > h1,
.page-content--seo .hedderich-seo-page--locations > .hedderich-seo-page__lead {
    max-width: 880px !important;
}

.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    max-width: none !important;
    margin: 2.2rem 0 3rem !important;
    align-items: stretch !important;
}

.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid a {
    min-height: 86px !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 1.15rem 1.25rem !important;
    border: 1px solid rgba(25, 43, 31, .12) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 28px rgba(23, 37, 28, .055) !important;
    font-size: 1.02rem !important;
}

.page-content--seo .hedderich-seo-page--locations > h2,
.page-content--seo .hedderich-seo-page--locations > h2 + p {
    max-width: 760px !important;
}

@media (max-width: 980px) {
    .page-content--seo .hedderich-seo-page--locations .hedderich-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .page-content--seo .hedderich-seo-page--locations .hedderich-location-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Final override: Liefergebiete als klares Raster statt versetzter Kacheln. */
.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid,
.hedderich-seo-page--locations .hedderich-location-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 2.2rem 0 3.2rem !important;
    padding: 0 !important;
    align-items: stretch !important;
}

.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid > p,
.hedderich-seo-page--locations .hedderich-location-grid > p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid > br,
.hedderich-seo-page--locations .hedderich-location-grid > br {
    display: none !important;
}

.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid a,
.hedderich-seo-page--locations .hedderich-location-grid a {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    translate: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 74px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: .35rem !important;
    text-decoration: none !important;
}

.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid a > span,
.hedderich-seo-page--locations .hedderich-location-grid a > span {
    display: block !important;
    color: #748077 !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
}

.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid a > strong,
.hedderich-seo-page--locations .hedderich-location-grid a > strong {
    display: block !important;
    color: #17241d !important;
    font-size: 1.03rem !important;
    line-height: 1.25 !important;
}

.page-content--seo .hedderich-seo-page--locations .hedderich-location-grid a > strong::after,
.hedderich-seo-page--locations .hedderich-location-grid a > strong::after {
    content: "→";
    margin-left: .25rem;
    color: #2f8f3f;
}

.page-content--seo .hedderich-location-summary,
.hedderich-location-summary {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    margin: 2rem 0 3rem !important;
}

.page-content--seo .hedderich-location-summary > div,
.hedderich-location-summary > div {
    padding: 1.25rem !important;
    border: 1px solid rgba(25, 43, 31, .12) !important;
    border-left: 4px solid #2f8f3f !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(23, 37, 28, .055) !important;
}

.page-content--seo .hedderich-location-summary strong,
.hedderich-location-summary strong {
    display: block !important;
    color: #17241d !important;
    font-size: 1.08rem !important;
    line-height: 1.25 !important;
    margin-bottom: .35rem !important;
}

.page-content--seo .hedderich-location-summary span,
.hedderich-location-summary span {
    display: block !important;
    color: #657168 !important;
    font-size: .92rem !important;
    line-height: 1.45 !important;
}

@media (max-width: 980px) {
    .page-content--seo .hedderich-seo-page--locations .hedderich-location-grid,
    .hedderich-seo-page--locations .hedderich-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .page-content--seo .hedderich-location-summary,
    .hedderich-location-summary {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .page-content--seo .hedderich-seo-page--locations .hedderich-location-grid,
    .hedderich-seo-page--locations .hedderich-location-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Final override: Ratgeber als geordnetes Grid statt versetzter SEO-Kacheln. */
.page-content--seo .hedderich-seo-page--guide {
    width: min(100%, 1100px) !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid,
.hedderich-seo-page--guide > .hedderich-guide-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 2.4rem 0 0 !important;
    padding: 0 !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid > p,
.hedderich-seo-page--guide > .hedderich-guide-grid > p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid br,
.hedderich-seo-page--guide > .hedderich-guide-grid br {
    display: none !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a,
.hedderich-seo-page--guide > .hedderich-guide-grid a {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    translate: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    order: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: .42rem !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 1.25rem 1.35rem !important;
    border: 1px solid #dde4da !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(18, 36, 26, .07) !important;
    text-decoration: none !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a::after,
.hedderich-seo-page--guide > .hedderich-guide-grid a::after {
    content: none !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a span,
.hedderich-seo-page--guide > .hedderich-guide-grid a span {
    color: #6b776f !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a strong,
.hedderich-seo-page--guide > .hedderich-guide-grid a strong {
    display: block !important;
    color: #17241d !important;
    font-size: 1.05rem !important;
    line-height: 1.25 !important;
}

.page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid a strong::after,
.hedderich-seo-page--guide > .hedderich-guide-grid a strong::after {
    content: "→";
    margin-left: .25rem;
    color: #2f8f3f;
}

@media (max-width: 980px) {
    .page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid,
    .hedderich-seo-page--guide > .hedderich-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .page-content--seo .hedderich-seo-page--guide > .hedderich-guide-grid,
    .hedderich-seo-page--guide > .hedderich-guide-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Final mobile hardening: buttons and controls must never overflow on phones. */
@media (max-width: 767px) {
    a.button,
    button.button,
    input.button,
    .btn,
    .button,
    .checkout-button,
    #place_order,
    .single_add_to_cart_button,
    .add_to_cart_button,
    .product_type_simple,
    .product_type_variable,
    .hedderich-product-card__btn,
    .hedderich-hero-calc__submit,
    .hedderich-hero-calc__order-btn,
    .hedderich-upsell-overlay__item-btn,
    .hedderich-upsell-overlay__cart-btn,
    .hedderich-upsell-overlay__skip,
    .hedderich-calculator__submit,
    .hedderich-cart-summary .checkout-button,
    .hedderich-cart-actions button,
    .woocommerce-message .button,
    .woocommerce-info .button {
        min-height: 48px !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        line-height: 1.25 !important;
        text-align: center !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: .9rem !important;
        padding-right: .9rem !important;
    }

    .hedderich-product-card__btn,
    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product a.add_to_cart_button,
    .woocommerce ul.products li.product a.product_type_simple,
    .woocommerce ul.products li.product a.product_type_variable,
    .hedderich-hero-calc__submit,
    .hedderich-hero-calc__order-btn,
    .hedderich-calculator__submit,
    .checkout-button,
    #place_order {
        width: 100% !important;
    }

    input,
    select,
    textarea,
    .select2-container,
    .select2-selection {
        max-width: 100% !important;
    }
}

@media (max-width: 420px) {
    .btn,
    .button,
    .hedderich-product-card__btn,
    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product a.add_to_cart_button,
    .woocommerce ul.products li.product a.product_type_simple,
    .woocommerce ul.products li.product a.product_type_variable {
        font-size: .92rem !important;
    }
}

/* Modern home refresh: sharper palette, cleaner hero, less farm-photo blur. */
body.home {
    --color-primary: #2f8f45;
    --color-primary-dark: #245f35;
    --color-primary-light: #75b86a;
    --color-accent: #75b86a;
    --color-dark: #111c17;
    --color-text: #27362f;
    --color-bg-light: #f7f8f3;
}

body.home .site-header {
    position: fixed; /* fixed statt absolute: Overlay-Look bleibt, klebt aber beim Scrollen */
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
    transition: background .25s ease, box-shadow .25s ease;
}

/* Solider Hintergrund sobald gescrollt (JS setzt .scrolled ab 10px) — lesbar über dem Inhalt */
body.home .site-header.scrolled {
    background: #fff;
    box-shadow: 0 2px 14px rgba(15, 61, 36, .12);
}

body.home .header-topbar {
    display: none;
}

/* Rasendoktor-Seite: Top-Leiste ausblenden (wie Startseite) */
body.page-template-template-rasendoktor .header-topbar,
body.page-template-template-verlegung .header-topbar,
body.page-template-template-liefergebiet .header-topbar {
    display: none;
}

body.home .header-main {
    padding: 2rem 0 0;
    background: transparent;
    border-bottom: 0 !important;
}

body.home .header-main > .container {
    width: min(1380px, calc(100% - 56px));
    max-width: none;
}

body.home .header-main__inner {
    min-height: 64px;
    padding: 0 1rem 0 1.45rem;
    background: #fff;
    border: 1px solid rgba(17, 28, 23, .08);
    border-radius: 999px;
    box-shadow: 0 18px 46px rgba(15, 61, 36, .14);
    gap: .75rem;
}

body.home .header-brand__name {
    color: #245f35;
    font-size: 1.05rem;
    letter-spacing: 0;
}

body.home .header-brand__tagline {
    color: #76837a;
    letter-spacing: .14em;
    font-size: .68rem;
}

body.home .main-navigation__list > li > a {
    color: #27362f;
    font-weight: 800;
    padding: .5rem .42rem;
    font-size: .86rem;
    border-radius: 999px;
    transition: background-color .18s ease, color .18s ease;
}

body.home .main-navigation__list {
    gap: .18rem;
}

body.home .main-navigation__list > li > a:hover,
body.home .main-navigation__list > li.current-menu-item > a {
    background: #eef4ee;
    color: #245f35;
}

body.home .header-account-link,
body.home .header-cart {
    background: #eef4ee;
    color: #245f35;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

body.home .header-account-link:hover,
body.home .header-cart:hover {
    background: #2f8f45;
    color: #fff;
}

body:not(.home) .header-main {
    padding: 1.15rem 0;
    background: rgba(255, 255, 255, .92);
    border-bottom: 0 !important;
    box-shadow: 0 1px 0 rgba(17, 28, 23, .06);
}

body:not(.home) .header-main > .container {
    width: min(1380px, calc(100% - 56px));
    max-width: none;
}

body:not(.home) .header-main__inner {
    min-height: 64px;
    padding: 0 1rem 0 1.45rem;
    background: #fff;
    border: 1px solid rgba(17, 28, 23, .08);
    border-radius: 999px;
    box-shadow: 0 18px 48px rgba(15, 61, 36, .14);
    gap: .75rem;
}

body:not(.home) .header-brand__name,
body:not(.home) .main-navigation__list > li > a,
body:not(.home) .header-account-link,
body:not(.home) .header-cart {
    color: #27362f;
}

body:not(.home) .header-brand__tagline {
    color: #76837a;
    letter-spacing: .14em;
    font-size: .68rem;
}

body:not(.home) .main-navigation__list {
    gap: .18rem;
}

body:not(.home) .main-navigation__list > li > a {
    font-weight: 800;
    padding: .5rem .42rem;
    font-size: .86rem;
    border-radius: 999px;
}

body:not(.home) .main-navigation__list > li > a:hover,
body:not(.home) .main-navigation__list > li.current-menu-item > a {
    background: #eef4ee;
    color: #245f35;
}

body:not(.home) .header-account-link,
body:not(.home) .header-cart {
    background: #eef4ee;
    border-radius: 999px;
}

body.home .hedderich-hero {
    min-height: 620px;
    background: #123f24 !important;
    border-bottom: 0;
    margin: 0;
    padding-top: 96px;
    border-radius: 0;
    isolation: isolate;
}

body.home .hedderich-hero__background {
    filter: saturate(1.08) contrast(1.05) brightness(.92) !important;
    transform: none !important;
    background-image:
        linear-gradient(90deg, rgba(9, 18, 14, .82) 0%, rgba(9, 18, 14, .56) 42%, rgba(9, 18, 14, .08) 100%),
        linear-gradient(0deg, rgba(9, 18, 14, .34), rgba(9, 18, 14, .02) 45%),
        url("../images/hero-feld-hedderich.webp") !important;
    background-position: center 68% !important;
    border-radius: inherit;
}

body.home .hedderich-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .06),
        inset 0 80px 120px rgba(255, 255, 255, .04);
    z-index: 1;
}

body.home .hedderich-hero__inner {
    position: relative;
    z-index: 2;
}

body.home .hedderich-hero__background::after {
    content: none !important;
}

body.home .hedderich-hero__inner {
    padding-top: clamp(2.4rem, 4vw, 3.7rem) !important;
    padding-bottom: clamp(2.6rem, 4vw, 3.8rem) !important;
}

body.home .hedderich-hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 420px) !important;
    gap: clamp(2.5rem, 7vw, 6rem) !important;
    align-items: center;
}

body.home .hedderich-hero__content {
    max-width: 760px;
}

body.home .hedderich-hero__eyebrow {
    padding: .5rem .7rem;
    background: rgba(47, 143, 69, .16) !important;
    border-color: rgba(117, 184, 106, .34) !important;
    border-radius: 8px !important;
    color: rgba(255, 255, 255, .86) !important;
    box-shadow: none;
}

body.home .hedderich-hero__headline {
    max-width: 590px;
    margin-top: .9rem;
    margin-bottom: .9rem !important;
    font-size: clamp(2.35rem, 3.8vw, 3.75rem) !important;
    line-height: .98 !important;
    letter-spacing: 0;
}

body.home .hedderich-hero__subheadline {
    max-width: 520px;
    color: rgba(255, 255, 255, .82) !important;
    font-size: clamp(.96rem, 1.08vw, 1.05rem) !important;
    line-height: 1.65 !important;
}

body.home .hedderich-hero__trust {
    max-width: 520px;
    gap: .55rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

body.home .hedderich-hero__trust-item {
    min-width: auto;
    padding: .58rem .8rem;
    background: rgba(255, 255, 255, .94) !important;
    border-color: rgba(17, 28, 23, .08) !important;
    border-radius: 8px !important;
    color: #17241d !important;
    box-shadow: 0 10px 24px rgba(17, 28, 23, .12);
    backdrop-filter: none;
    font-weight: 800;
}

body.home .hedderich-hero__trust-item .icon {
    color: #2f8f45;
}

body.home .hedderich-hero-calc {
    padding: 1rem !important;
    background: #fbfcf8 !important;
    border: 1px solid rgba(255, 255, 255, .85) !important;
    border-radius: 10px !important;
    box-shadow: 0 24px 62px rgba(0, 0, 0, .24) !important;
}

body.home .hedderich-hero-calc__title {
    text-align: left !important;
    font-size: 1.05rem !important;
    letter-spacing: 0;
}

body.home .hedderich-hero-calc__toggle,
body.home .hedderich-hero-calc__product-info {
    background: #eef4ee !important;
    border-radius: 8px !important;
}

body.home .hedderich-hero-calc__toggle-btn {
    border-radius: 7px !important;
}

body.home .hedderich-hero-calc__toggle-btn--active {
    background: #2f8f45 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(16, 37, 29, .16) !important;
}

body.home .hedderich-hero-calc__field input {
    min-height: 42px;
    border: 1px solid #d8dfd5 !important;
    border-radius: 8px !important;
}

body.home .hedderich-hero-calc__field input:focus {
    border-color: #2f8f45 !important;
    box-shadow: 0 0 0 4px rgba(47, 143, 69, .14) !important;
}

body.home .hedderich-hero-calc__submit,
body.home .hedderich-hero-calc__order-btn {
    min-height: 44px;
    background: #2f8f45 !important;
    border-radius: 8px !important;
    box-shadow: none;
}

body.home .hedderich-hero-calc__submit:hover,
body.home .hedderich-hero-calc__order-btn:hover {
    background: #245f35 !important;
}

body.home .hedderich-hero-calc__payment-tag--klarna {
    background: #eef4ee !important;
    color: #245f35 !important;
}

body.home .hedderich-hero-calc__payment-tag {
    border-radius: 999px;
    box-shadow: none;
}

body.home .hedderich-trust-badges {
    margin-top: 0;
    border-top: 0;
}

@media (max-width: 959px) {
    body.home .site-header,
    body:not(.home) .site-header {
        position: sticky;
        background: #fff;
        box-shadow: 0 1px 0 rgba(17, 28, 23, .08);
    }

    body.home .header-main,
    body:not(.home) .header-main {
        padding: .35rem 0;
        background: #fff;
        box-shadow: none;
    }

    body.home .header-main > .container,
    body:not(.home) .header-main > .container {
        width: auto;
        max-width: 1220px;
    }

    body.home .header-main__inner,
    body:not(.home) .header-main__inner {
        min-height: 48px;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
        gap: .75rem;
    }

    body.home .header-brand,
    body:not(.home) .header-brand {
        display: block;
        min-width: 0;
        flex: 1 1 auto;
    }

    body.home .header-brand__text,
    body:not(.home) .header-brand__text {
        gap: .5rem;
    }

    body.home .header-brand__mascot,
    body:not(.home) .header-brand__mascot {
        width: 34px;
        height: 34px;
    }

    body.home .header-brand__name,
    body:not(.home) .header-brand__name {
        color: #245f35;
        font-size: .94rem;
        line-height: 1.05;
        white-space: nowrap;
    }

    body.home .header-brand__tagline,
    body:not(.home) .header-brand__tagline {
        display: block;
        color: #76837a;
        font-size: .54rem;
        letter-spacing: .12em;
        line-height: 1.1;
    }

    body.home .header-actions,
    body:not(.home) .header-actions {
        gap: 0;
    }

    body.home .header-account-link,
    body.home .header-cart,
    body:not(.home) .header-account-link,
    body:not(.home) .header-cart {
        display: none !important;
    }

    body.home .mobile-menu-toggle,
    body:not(.home) .mobile-menu-toggle {
        width: 42px;
        height: 42px;
        padding: 9px;
        border-radius: 12px;
        background: #eef4ee;
        border: 0;
    }

    body.home .hedderich-hero {
        min-height: auto;
        margin: 0;
        padding-top: 0;
        border-radius: 0;
    }

    body.home .hedderich-hero__inner {
        padding-top: 1.45rem !important;
        padding-bottom: 1.45rem !important;
    }

    body.home .hedderich-hero__grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    body.home .hedderich-hero__eyebrow {
        max-width: 100%;
        padding: .38rem .5rem;
        font-size: .72rem;
        line-height: 1.2;
    }

    body.home .hedderich-hero__headline {
        max-width: 100%;
        font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
        line-height: 1.02 !important;
        margin-top: .7rem;
    }

    body.home .hedderich-hero__subheadline {
        max-width: 100%;
        font-size: .9rem !important;
        line-height: 1.45 !important;
        margin-bottom: .75rem;
    }

    body.home .hedderich-hero__trust {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: .42rem;
        padding-top: .65rem;
    }

    body.home .hedderich-hero__trust-item {
        width: 100%;
        min-width: 0;
        padding: .5rem .62rem;
        font-size: .82rem;
        line-height: 1.2;
    }

    body.home .hedderich-hero-calc {
        width: min(100%, 520px);
        margin: 0 auto;
        padding: .9rem !important;
    }

    body.home .hedderich-hero-calc__toggle-btn {
        min-height: 40px;
        font-size: .84rem;
    }

    body.home .hedderich-hero-calc__product-info {
        padding: .85rem;
    }
}

@media (max-width: 640px) {
    body.home .hedderich-hero__background {
        background-image:
            linear-gradient(180deg, rgba(9, 18, 14, .34) 0%, rgba(9, 18, 14, .86) 62%, rgba(9, 18, 14, .94) 100%),
            url("../images/hero-feld-hedderich-mobile.webp") !important;
        background-size: auto 140% !important;
        background-position: center 66% !important;
    }

    body.home .hedderich-hero__inner {
        padding: 1.25rem 1rem 1.6rem !important;
    }

    body.home .hedderich-hero__eyebrow {
        width: fit-content;
        max-width: 100%;
        margin-bottom: .7rem;
        font-size: .72rem;
    }

    body.home .hedderich-hero__headline {
        max-width: 340px;
        margin: 0 0 .55rem !important;
        font-size: clamp(2rem, 9.4vw, 2.55rem) !important;
        line-height: .98 !important;
    }

    body.home .hedderich-hero__subheadline {
        max-width: 350px;
        margin-bottom: .9rem !important;
        font-size: .94rem !important;
        line-height: 1.42 !important;
    }

    body.home .hedderich-hero__trust {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body.home .hedderich-hero-calc {
        width: 100%;
        margin: .2rem auto 0;
        padding: .7rem !important;
        border-radius: 14px !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .18) !important;
    }

    body.home .hedderich-hero-calc__title {
        margin-bottom: .5rem !important;
        font-size: 1rem !important;
    }

    body.home .hedderich-hero-calc__toggle {
        border-radius: 10px !important;
        margin-bottom: .48rem !important;
    }

    body.home .hedderich-hero-calc__toggle-btn {
        min-height: 34px;
        border-radius: 9px !important;
        font-size: .78rem;
    }

    body.home .hedderich-hero-calc__product-info {
        padding: .58rem .65rem !important;
        margin-bottom: .5rem !important;
        border-radius: 10px !important;
    }

    body.home .hedderich-hero-calc__product-name {
        font-size: .82rem !important;
    }

    body.home .hedderich-hero-calc__row {
        grid-template-columns: 1fr 1fr !important;
        gap: .5rem !important;
    }

    body.home .hedderich-hero-calc__field {
        margin-bottom: .42rem !important;
    }

    body.home .hedderich-hero-calc__field label {
        font-size: .78rem !important;
        margin-bottom: .25rem !important;
    }

    body.home .hedderich-hero-calc__field input {
        min-height: 34px;
        padding: .38rem .55rem !important;
        border-radius: 9px !important;
        font-size: .82rem !important;
    }

    body.home .hedderich-hero-calc__verschnitt {
        margin-bottom: .48rem !important;
    }

    body.home .hedderich-hero-calc__checkbox-label {
        font-size: .78rem !important;
    }

    body.home .hedderich-hero-calc__verschnitt small {
        font-size: .64rem !important;
        line-height: 1.25 !important;
    }

    body.home .hedderich-hero-calc__submit {
        min-height: 38px;
        border-radius: 999px !important;
        font-size: .86rem !important;
        padding: .55rem .75rem !important;
    }

    body.home .hedderich-hero-calc__payment-info,
    body.home .hedderich-hero-calc__note {
        display: none !important;
    }

    body.home .hedderich-hero-calc__pickup-info[hidden] {
        display: none !important;
    }
}

@media (max-width: 360px) {
    body.home .hedderich-hero-calc__row {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
}

/* Cart checkout-stepper override: modern.css loads last. */
body.woocommerce-cart .hedderich-cart-shell {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(20, 40, 25, 0.05);
}

body.woocommerce-cart .hedderich-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
    align-items: start;
}

body.woocommerce-cart .hedderich-cart-summary,
body.woocommerce-cart .hedderich-cart-summary .cart-collaterals,
body.woocommerce-cart .hedderich-cart-summary .cart_totals {
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals {
    padding: 24px !important;
    border-radius: 14px !important;
    background: #f7f6f2 !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table {
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table td {
    padding: 0 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    color: #55605a !important;
    font-size: 14px !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table td {
    color: #17281c !important;
    font-weight: 700 !important;
    text-align: right !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total td {
    padding-top: 16px !important;
    border-top: 1px solid #e3e1d9 !important;
    color: #17281c !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total td .woocommerce-Price-amount {
    color: #17281c !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-summary .wc-proceed-to-checkout .checkout-button {
    margin-top: 20px !important;
    padding: 15px 24px !important;
    border-radius: 10px !important;
    background: #1f6b3b !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

@media (max-width: 820px) {
    body.woocommerce-cart .hedderich-cart-layout {
        grid-template-columns: 1fr;
    }
}

/* Cart v4 pasted layout. */
body.woocommerce-cart .hedderich-cart-shell {
    overflow: hidden;
    padding: 0 !important;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(20, 40, 25, .07);
    color: #17281c;
    font-family: Manrope, system-ui, sans-serif;
}

body.woocommerce-cart .hedderich-cart-hero {
    position: relative;
    height: 200px;
    background-position: center 40%;
    background-size: cover;
}

body.woocommerce-cart .hedderich-cart-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 53, 31, .88) 0%, rgba(20, 53, 31, .55) 60%, rgba(20, 53, 31, .3) 100%);
}

body.woocommerce-cart .hedderich-cart-hero__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 44px;
    display: flex;
    max-width: 520px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

body.woocommerce-cart .hedderich-cart-hero__content p {
    margin: 0;
    color: #9fe5b6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.woocommerce-cart .hedderich-cart-hero__content h2 {
    margin: 8px 0 6px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.12;
}

body.woocommerce-cart .hedderich-cart-hero__content span {
    max-width: 460px;
    color: #d6ded8;
    font-size: 15px;
    line-height: 1.45;
}

body.woocommerce-cart .hedderich-cart-body {
    padding: 40px 44px;
}

body.woocommerce-cart .woocommerce-message:focus {
    outline: none;
}

body.woocommerce-cart .hedderich-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

body.woocommerce-cart .woocommerce-cart-form.hedderich-cart-card,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody {
    display: block !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table thead {
    display: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tr.cart_item {
    display: flex !important;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #efede6;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tr.cart_item td {
    display: block;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-thumbnail {
    order: 1;
    flex: 0 0 84px;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-thumbnail img {
    width: 84px !important;
    height: 84px !important;
    min-width: 84px;
    border-radius: 12px !important;
    object-fit: cover;
    box-shadow: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name {
    order: 2;
    flex: 1 1 auto;
    min-width: 150px;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name a {
    color: #17281c;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-price {
    order: 3;
    color: #8a938d;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity {
    order: 4;
    text-align: center;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .quantity {
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    border: 1px solid #dddacf;
    border-radius: 10px;
    background: #fff;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .qty {
    width: 72px;
    height: 40px;
    padding: 0;
    border: 0;
    color: #17281c;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal {
    order: 5;
    width: 90px !important;
    color: #17281c;
    font-size: 16px;
    font-weight: 800;
    text-align: right;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove {
    order: 6;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove a.remove {
    display: flex !important;
    width: 30px !important;
    height: 30px !important;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e1d9;
    border-radius: 999px;
    background: #fff !important;
    color: #9aa39c !important;
    font-size: 18px !important;
    font-weight: 500;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove a.remove:hover {
    border-color: #d97757;
    color: #d97757 !important;
}

body.woocommerce-cart .hedderich-cart-actions {
    padding-top: 18px;
}

body.woocommerce-cart .hedderich-cart-addons {
    margin: 26px 0 0 !important;
    padding: 26px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid #efede6 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

body.woocommerce-cart .hedderich-cart-addons__header {
    margin: 0 0 14px !important;
    text-align: left !important;
}

body.woocommerce-cart .hedderich-cart-addons__header h3 {
    margin: 0;
    color: #17281c;
    font-size: 17px;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-addons__header h3 span {
    display: inline-flex;
    margin-left: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #e9b84a;
    color: #4a3608;
    font-size: 12px;
    font-weight: 800;
    vertical-align: middle;
}

body.woocommerce-cart .hedderich-cart-addons__grid {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

body.woocommerce-cart .hedderich-cart-addons__card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 14px;
    min-height: 0 !important;
    padding: 14px;
    border: 0 !important;
    border-radius: 12px !important;
    background: #f7f6f2 !important;
}

body.woocommerce-cart .hedderich-cart-addons__media {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 10px;
    background: #eaf3ec !important;
}

body.woocommerce-cart .hedderich-cart-addons__image {
    width: 54px !important;
    height: 54px !important;
    border-radius: 10px;
}

body.woocommerce-cart .hedderich-cart-addons__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 14px !important;
    align-items: center;
    width: 100%;
    padding: 0 !important;
}

body.woocommerce-cart .hedderich-cart-addons__body h3 {
    margin: 0 !important;
    color: #17281c;
    font-size: 15px !important;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-addons__body p {
    display: none;
}

body.woocommerce-cart .hedderich-cart-addons__price {
    margin: 0 !important;
    color: #55605a;
    font-size: 13px;
}

body.woocommerce-cart .hedderich-cart-addons__price del {
    color: #9aa39c;
}

body.woocommerce-cart .hedderich-cart-addons__price strong {
    color: #17281c;
}

body.woocommerce-cart .hedderich-cart-addons__button {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: auto !important;
    padding: 12px 20px !important;
    border: 1.5px solid #1f6b3b !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1f6b3b !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-addons__button:hover {
    background: #1f6b3b !important;
    color: #fff !important;
}

body.woocommerce-cart .hedderich-cart-addons__footer {
    display: none !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals {
    padding: 28px !important;
    border-radius: 18px !important;
    background: #f7f6f2 !important;
}

body.woocommerce-cart .hedderich-cart-summary__head {
    margin-bottom: 20px;
}

body.woocommerce-cart .hedderich-cart-summary__head span,
body.woocommerce-cart .hedderich-cart-summary__head strong {
    color: #17281c;
    font-size: 17px;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table td {
    padding: 0 0 12px !important;
    color: #55605a !important;
    font-size: 14px !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table td {
    color: #17281c !important;
    font-weight: 700 !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total td {
    padding-top: 16px !important;
    border-top: 1px solid #e3e1d9 !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total th {
    font-size: 16px !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total td .woocommerce-Price-amount {
    color: #17281c !important;
    font-size: 26px !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-summary .wc-proceed-to-checkout .checkout-button {
    display: inline-flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px !important;
    padding: 17px 28px !important;
    border-radius: 12px !important;
    background: #1f6b3b !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-summary .wc-proceed-to-checkout .checkout-button:hover {
    background: #17532e !important;
}

body.woocommerce-cart .hedderich-cart-summary__trust {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 20px;
}

body.woocommerce-cart .hedderich-cart-summary__trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3d4842;
    font-size: 14px;
    font-weight: 600;
}

body.woocommerce-cart .hedderich-cart-summary__trust span::before {
    content: "";
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    border-radius: 999px;
    background: #e0a400;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals::after {
    content: "Gute Wahl! Frisch aus Einhausen für Sie geschält.";
    display: flex;
    min-height: 50px;
    align-items: center;
    margin-top: 18px;
    padding: 14px 16px 14px 78px;
    border: 1px solid #eceae3;
    border-radius: 14px;
    background: #fff url("/wp-content/themes/hedderich-rasen-modern/assets/images/hedderich-mascot.png") 16px center / 50px 50px no-repeat;
    color: #3d4842;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 860px) {
    body.woocommerce-cart .hedderich-cart-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.woocommerce-cart .hedderich-cart-hero__content {
        left: 24px;
        right: 24px;
    }

    body.woocommerce-cart .hedderich-cart-body {
        padding: 28px 22px;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tr.cart_item {
        display: grid !important;
        grid-template-columns: 84px 1fr auto;
        grid-template-areas:
            "thumb name remove"
            "thumb price quantity"
            "thumb subtotal subtotal";
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-thumbnail { grid-area: thumb; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name { grid-area: name; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove { grid-area: remove; justify-self: end; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-price { grid-area: price; text-align: left; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity { grid-area: quantity; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal { grid-area: subtotal; justify-self: end; }

    body.woocommerce-cart .hedderich-cart-addons__body {
        grid-template-columns: 1fr;
    }

    body.woocommerce-cart .hedderich-cart-addons__button {
        grid-column: 1;
        grid-row: auto;
        width: 100% !important;
    }
}

/* Checkout delivery replacement */
body.woocommerce-checkout {
    background: #ecebe6;
}

body.woocommerce-checkout .site-main,
body.woocommerce-checkout .woocommerce {
    background: transparent;
}

body.woocommerce-checkout .woocommerce-notices-wrapper {
    max-width: 1180px;
    margin: 20px auto 0;
    padding: 0 32px;
}

body.woocommerce-checkout .hedderich-checkout-intro,
body.woocommerce-checkout form.hedderich-checkout::before {
    display: none !important;
}

body.woocommerce-checkout .hedderich-delivery-page-head__inner,
body.woocommerce-checkout .hedderich-delivery-content,
body.woocommerce-checkout .hedderich-delivery-trust-strip__inner,
body.woocommerce-checkout .hedderich-delivery-trust-strip p {
    max-width: 1180px;
    margin: 0 auto;
}

body.woocommerce-checkout .hedderich-delivery-page-head__inner {
    padding: 28px 32px 24px;
}

body.woocommerce-checkout .hedderich-delivery-breadcrumb {
    margin-bottom: 10px;
    color: #7a857f;
    font-size: 13px;
}

body.woocommerce-checkout .hedderich-delivery-breadcrumb a {
    color: #1f6b3b;
    text-decoration: none;
}

body.woocommerce-checkout .hedderich-delivery-breadcrumb span {
    margin: 0 6px;
    color: #c3cbbe;
}

body.woocommerce-checkout .hedderich-delivery-breadcrumb strong {
    color: #17281c;
    font-weight: 700;
}

body.woocommerce-checkout .hedderich-delivery-page-head__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

body.woocommerce-checkout .hedderich-delivery-page-head h1 {
    margin: 0;
    color: #17281c;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
}

body.woocommerce-checkout .hedderich-delivery-steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-checkout .hedderich-delivery-steps li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9aa39c;
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-checkout .hedderich-delivery-steps li + li::before {
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 12px;
    background: #d8d5cb;
}

body.woocommerce-checkout .hedderich-delivery-steps li.is-complete + li::before,
body.woocommerce-checkout .hedderich-delivery-steps li.is-complete span {
    background: #2e9e4f;
}

body.woocommerce-checkout .hedderich-delivery-steps li.is-active {
    color: #17281c;
    font-weight: 800;
}

body.woocommerce-checkout .hedderich-delivery-steps span {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e4e2da;
    color: #9aa39c;
    font-size: 12px;
    font-weight: 800;
}

body.woocommerce-checkout .hedderich-delivery-steps .is-complete span,
body.woocommerce-checkout .hedderich-delivery-steps .is-active span {
    background: #1f6b3b;
    color: #fff;
}

body.woocommerce-checkout .hedderich-delivery-content {
    padding: 32px 32px 40px;
}

body.woocommerce-checkout form.hedderich-delivery-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 440px !important;
    gap: 28px;
    align-items: start;
    max-width: none !important;
    margin: 0 !important;
}

body.woocommerce-checkout .hedderich-delivery-main {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 20px;
}

body.woocommerce-checkout .hedderich-delivery-card {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 40, 25, 0.05);
}

body.woocommerce-checkout .hedderich-delivery-strip {
    position: relative;
    min-height: 128px;
    background-position: center 42%;
    background-size: cover;
}

body.woocommerce-checkout .hedderich-delivery-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 53, 31, 0.9) 0%, rgba(20, 53, 31, 0.6) 55%, rgba(20, 53, 31, 0.28) 100%);
}

body.woocommerce-checkout .hedderich-delivery-strip > div {
    position: absolute;
    inset: 0 auto 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

body.woocommerce-checkout .hedderich-delivery-strip span {
    color: #9fe5b6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.woocommerce-checkout .hedderich-delivery-strip strong {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 800;
}

body.woocommerce-checkout .hedderich-delivery-address .hedderich-checkout__details {
    display: block !important;
    padding: 26px 30px 28px;
}

body.woocommerce-checkout .hedderich-delivery-address .col-1,
body.woocommerce-checkout .hedderich-delivery-address .col-2 {
    float: none !important;
    width: 100% !important;
}

body.woocommerce-checkout .hedderich-delivery-address h3,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout .hedderich-delivery-notes h3 {
    margin: 0 0 20px !important;
    color: #17281c;
    font-size: 18px !important;
    font-weight: 800 !important;
}

body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 18px;
}

body.woocommerce-checkout .hedderich-delivery-address .woocommerce-additional-fields {
    display: none;
}

body.woocommerce-checkout .form-row {
    margin: 0 0 16px !important;
    padding: 0 !important;
}

body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
    width: calc(50% - 8px) !important;
}

body.woocommerce-checkout .form-row-first {
    margin-right: 16px !important;
}

body.woocommerce-checkout .form-row-wide {
    clear: both;
}

body.woocommerce-checkout label {
    display: block;
    margin-bottom: 7px;
    color: #3d4842;
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-checkout abbr.required {
    color: #c77d3a;
    text-decoration: none;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout .select2-container .select2-selection--single {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dddacf !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #17281c;
    font-family: inherit;
    font-size: 14px;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
    padding: 13px 15px !important;
}

body.woocommerce-checkout textarea {
    min-height: 78px;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 15px;
    color: #17281c;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

body.woocommerce-checkout .hedderich-delivery-date-card,
body.woocommerce-checkout .hedderich-delivery-notes-card {
    padding: 28px 30px;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability h3 {
    margin: 0 !important;
    color: #17281c !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability h3::after {
    content: "auch samstags";
    display: inline-flex;
    margin-left: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e7f4ec;
    color: #2e7d45;
    font-size: 12px;
    font-weight: 800;
    vertical-align: middle;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__head {
    display: block !important;
    margin-bottom: 20px !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__head p {
    max-width: none;
    margin: 8px 0 0 !important;
    color: #8a938d !important;
    font-size: 13px !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__legend {
    display: none !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column;
    gap: 10px;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day {
    display: grid !important;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 78px;
    padding: 14px 18px !important;
    border: 1px solid #e7e5de !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #17281c !important;
    text-align: left;
    box-shadow: none !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day::after {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid #d8d5cb;
    border-radius: 999px;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day.is-selected {
    border: 2px solid #1f6b3b !important;
    background: #f1f8f3 !important;
    box-shadow: 0 8px 20px rgba(31, 107, 59, 0.1) !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day.is-selected::after {
    content: "✓";
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #1f6b3b;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day strong {
    grid-column: 1;
    grid-row: 2;
    color: #17281c !important;
    font-size: 22px !important;
    line-height: 1;
    text-align: center;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__weekday {
    grid-column: 1;
    grid-row: 1;
    color: #9aa39c !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-align: center;
    text-transform: uppercase;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day > span:not(.hedderich-availability__weekday) {
    grid-column: 2;
    grid-row: 1;
    color: #17281c !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day small {
    grid-column: 2;
    grid-row: 2;
    color: #2e7d45 !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day.is-limited small {
    color: #b07d18 !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day:disabled {
    opacity: 0.55;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__selection {
    margin: 14px 0 0 !important;
    color: #8a938d !important;
    font-size: 13px !important;
}

body.woocommerce-checkout .hedderich-delivery-notes {
    margin: 0 !important;
}

body.woocommerce-checkout .hedderich-delivery-notes h3::after {
    content: "(optional)";
    margin-left: 6px;
    color: #9aa39c;
    font-size: 13px;
    font-weight: 600;
}

body.woocommerce-checkout .hedderich-checkout__summary.hedderich-delivery-summary {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-width: 0;
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.woocommerce-checkout .hedderich-delivery-summary-card {
    padding: 28px;
}

body.woocommerce-checkout .hedderich-delivery-summary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

body.woocommerce-checkout .hedderich-delivery-summary__head h3 {
    margin: 0;
    color: #17281c;
    font-size: 17px;
    font-weight: 800;
}

body.woocommerce-checkout .hedderich-delivery-summary__head span {
    color: #8a938d;
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-checkout #order_review table.shop_table {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce-checkout #order_review table.shop_table thead {
    display: none;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
    padding: 0 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    color: #55605a !important;
    font-size: 14px !important;
}

body.woocommerce-checkout #order_review table.shop_table td {
    color: #17281c !important;
    font-weight: 700 !important;
    text-align: right;
}

body.woocommerce-checkout #order_review table.shop_table .cart_item td.product-name {
    text-align: left;
    font-weight: 500 !important;
}

body.woocommerce-checkout #order_review table.shop_table .cart-subtotal th,
body.woocommerce-checkout #order_review table.shop_table .cart-subtotal td {
    padding-top: 14px !important;
    border-top: 1px solid #efede6 !important;
}

body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td {
    padding-top: 14px !important;
    border-top: 1px solid #efede6 !important;
    color: #17281c !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

body.woocommerce-checkout #order_review table.shop_table .order-total .woocommerce-Price-amount {
    font-size: 28px !important;
    font-weight: 800 !important;
}

body.woocommerce-checkout #payment {
    margin-top: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
    padding: 14px 0 !important;
    border-top: 1px solid #efede6 !important;
    border-bottom: 1px solid #efede6 !important;
}

body.woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}

body.woocommerce-checkout #payment .place-order {
    margin: 18px 0 0 !important;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    color: #55605a;
    font-size: 12.5px;
    line-height: 1.5;
}

body.woocommerce-checkout #place_order {
    width: 100%;
    margin-top: 14px !important;
    padding: 16px 28px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #1f6b3b !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

body.woocommerce-checkout #place_order:hover {
    background: #17532e !important;
}

body.woocommerce-checkout .hedderich-delivery-summary__trust {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 20px;
}

body.woocommerce-checkout .hedderich-delivery-summary__trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3d4842;
    font-size: 14px;
    font-weight: 600;
}

body.woocommerce-checkout .hedderich-delivery-summary__trust span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2e9e4f;
    flex-shrink: 0;
}

body.woocommerce-checkout .hedderich-delivery-reassurance {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
}

body.woocommerce-checkout .hedderich-delivery-reassurance img {
    flex: 0 0 auto;
}

body.woocommerce-checkout .hedderich-delivery-reassurance p {
    margin: 0;
    color: #3d4842;
    font-size: 13px;
    line-height: 1.5;
}

body.woocommerce-checkout .hedderich-delivery-reassurance strong {
    color: #17281c;
}

body.woocommerce-checkout .hedderich-delivery-trust-strip {
    border-top: 1px solid #e3e1d9;
}

body.woocommerce-checkout .hedderich-delivery-trust-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 28px 32px 0;
}

body.woocommerce-checkout .hedderich-delivery-trust-strip__item,
body.woocommerce-checkout .hedderich-delivery-trust-strip__payments {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #17281c;
    font-size: 13px;
}

body.woocommerce-checkout .hedderich-delivery-trust-strip__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

body.woocommerce-checkout .hedderich-delivery-trust-strip__item span,
body.woocommerce-checkout .hedderich-delivery-trust-strip__payments span {
    color: #7a857f;
}

body.woocommerce-checkout .hedderich-delivery-trust-strip__payments b {
    padding: 5px 10px;
    border: 1px solid #e3e1d9;
    border-radius: 6px;
    background: #fff;
    font-size: 12px;
}

body.woocommerce-checkout .hedderich-delivery-trust-strip p {
    padding: 0 32px 48px;
    color: #9aa39c;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 900px) {
    body.woocommerce-checkout form.hedderich-delivery-layout {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout .hedderich-delivery-summary {
        position: static;
    }
}

@media (max-width: 640px) {
    body.woocommerce-checkout .hedderich-delivery-page-head__inner,
    body.woocommerce-checkout .hedderich-delivery-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    body.woocommerce-checkout .hedderich-delivery-steps {
        width: 100%;
        overflow-x: auto;
    }

    body.woocommerce-checkout .hedderich-delivery-address .hedderich-checkout__details,
    body.woocommerce-checkout .hedderich-delivery-date-card,
    body.woocommerce-checkout .hedderich-delivery-notes-card,
    body.woocommerce-checkout .hedderich-delivery-summary-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    body.woocommerce-checkout .form-row-first,
    body.woocommerce-checkout .form-row-last {
        width: 100% !important;
        margin-right: 0 !important;
    }

    body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day {
        grid-template-columns: 50px 1fr auto;
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
}

/* Checkout date chips */
body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability:not(.is-expanded) .hedderich-availability__day:nth-of-type(n+9) {
    display: none !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto auto;
    min-height: 94px;
    gap: 3px 8px !important;
    padding: 14px !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2e9e4f;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day.is-limited::before {
    background: #e0a400;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day.is-full::before {
    background: #b9c0b7;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 18px !important;
    height: 18px !important;
    border-width: 1.5px !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day.is-selected::after {
    width: 22px !important;
    height: 22px !important;
    font-size: 11px !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__weekday {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    text-align: left !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day strong {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    font-size: 19px !important;
    text-align: left !important;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day > span:not(.hedderich-availability__weekday) {
    display: none;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__day small {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    padding-right: 24px;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__more {
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #d8d5cb;
    border-radius: 10px;
    background: #fff;
    color: #1f6b3b;
    font: inherit;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
}

body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__more:hover {
    background: #f1f7f3;
}

@media (max-width: 640px) {
    body.woocommerce-checkout .hedderich-delivery-date-card .hedderich-availability__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Cart replacement layout from customer mockup. */
body.woocommerce-cart {
    background: #ecebe6;
}

body.woocommerce-cart .site-content {
    padding: 0 !important;
    background: #ecebe6 !important;
}

body.woocommerce-cart .site-content > .container {
    max-width: none !important;
    padding: 0 !important;
}

body.woocommerce-cart .page-header {
    display: none !important;
}

body.woocommerce-cart .entry-content > .woocommerce {
    max-width: none !important;
}

body.woocommerce-cart .woocommerce {
    padding: 0 !important;
    font-family: Manrope, system-ui, sans-serif;
    color: #17281c;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
    max-width: 960px;
    margin: 28px auto 18px !important;
    padding: 16px 20px !important;
    border: 1px solid #d7e8d9 !important;
    border-radius: 14px !important;
    background: #f8fcf8 !important;
    box-shadow: 0 12px 32px -24px rgba(20, 54, 31, .45) !important;
    color: #17281c !important;
    display: flex !important;
    align-items: center;
    gap: 12px;
}

body.woocommerce-cart .woocommerce-message::before {
    content: "\2713" !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: #2f8f3f;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    position: static !important;
    inset: auto !important;
    margin: 0 !important;
    transform: none !important;
    flex: 0 0 30px;
}

body.woocommerce-cart .hedderich-cart-page-head {
    border-bottom: 1px solid #e3e1d9;
}

body.woocommerce-cart .hedderich-cart-page-head__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 32px 24px;
}

body.woocommerce-cart .hedderich-cart-breadcrumb {
    margin-bottom: 10px;
    color: #7a857f;
    font-size: 14px;
}

body.woocommerce-cart .hedderich-cart-breadcrumb span {
    margin: 0 6px;
    color: #c3cbbe;
}

body.woocommerce-cart .hedderich-cart-breadcrumb strong {
    color: #17281c;
}

body.woocommerce-cart .hedderich-cart-page-head__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

body.woocommerce-cart .hedderich-cart-page-head h1 {
    margin: 0;
    color: #17281c;
    font-size: 38px;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-steps {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-cart .hedderich-cart-steps li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9aa39c;
    font-size: 15px;
    font-weight: 700;
}

body.woocommerce-cart .hedderich-cart-steps li:not(:last-child)::after {
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 12px;
    background: #d8d5cb;
}

body.woocommerce-cart .hedderich-cart-steps span {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e4e2da;
    color: #9aa39c;
    font-size: 13px;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-steps .is-active {
    color: #17281c;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-steps .is-active span {
    background: #1f6b3b;
    color: #fff;
}

body.woocommerce-cart .hedderich-cart-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 32px 40px;
}

body.woocommerce-cart .hedderich-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px !important;
    gap: 28px;
    align-items: start;
}

body.woocommerce-cart .hedderich-cart-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body.woocommerce-cart .woocommerce-cart-form.hedderich-cart-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce-cart .hedderich-cart-items,
body.woocommerce-cart .hedderich-cart-actions,
body.woocommerce-cart .hedderich-cart-addons,
body.woocommerce-cart .hedderich-cart-summary .cart_totals,
body.woocommerce-cart .hedderich-cart-reassurance {
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(20, 40, 25, .05) !important;
}

body.woocommerce-cart .hedderich-cart-items {
    overflow: hidden;
}

body.woocommerce-cart .hedderich-cart-strip {
    position: relative;
    height: 128px;
    background-position: center 42%;
    background-size: cover;
}

body.woocommerce-cart .hedderich-cart-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 53, 31, .9) 0%, rgba(20, 53, 31, .6) 55%, rgba(20, 53, 31, .28) 100%);
}

body.woocommerce-cart .hedderich-cart-strip > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

body.woocommerce-cart .hedderich-cart-strip span {
    color: #9fe5b6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.woocommerce-cart .hedderich-cart-strip strong {
    margin-top: 4px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table,
body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody {
    display: block !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table thead {
    display: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody {
    padding: 6px 30px 26px;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tr.cart_item {
    display: flex !important;
    align-items: center;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid #efede6;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tr.cart_item:last-of-type {
    border-bottom: 0;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody tr:not(.cart_item) {
    display: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tr.cart_item td {
    display: block;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-thumbnail {
    order: 1;
    flex: 0 0 80px;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px;
    border-radius: 12px !important;
    object-fit: cover;
    box-shadow: none !important;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name {
    order: 2;
    flex: 1 1 auto;
    min-width: 140px;
}

body.woocommerce-cart .hedderich-cart-product-kicker {
    display: block;
    min-height: 0;
    color: #2e9e4f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.woocommerce-cart .hedderich-cart-product-kicker:empty {
    display: none;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name a {
    color: #17281c;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-price {
    order: 3;
    min-width: 74px;
    color: #8a938d;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity {
    order: 4;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .quantity {
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    border: 1px solid #dddacf;
    border-radius: 10px;
    background: #fff;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity .qty {
    width: 72px;
    height: 40px;
    padding: 0;
    border: 0;
    color: #17281c;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal {
    order: 5;
    width: 92px !important;
    color: #17281c;
    font-size: 19px;
    font-weight: 800;
    text-align: right;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove {
    order: 6;
}

body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove a.remove {
    display: flex !important;
    width: 30px !important;
    height: 30px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e1d9;
    border-radius: 999px;
    background: #fff !important;
    color: #9aa39c !important;
    font-size: 18px !important;
    font-weight: 500;
}

body.woocommerce-cart .hedderich-cart-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 20px 26px;
}

body.woocommerce-cart .hedderich-cart-actions .coupon {
    display: contents !important;
}

body.woocommerce-cart .hedderich-cart-actions .coupon label {
    display: block;
    color: #17281c;
    font-size: 15px;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-coupon-row {
    display: flex;
    flex: 1 1 360px;
    gap: 14px;
}

body.woocommerce-cart .hedderich-cart-coupon-row input {
    flex: 1;
    min-width: 200px;
    padding: 12px 16px;
    border: 1px solid #dddacf;
    border-radius: 10px;
    font-size: 14px;
}

body.woocommerce-cart .hedderich-cart-coupon-row button,
body.woocommerce-cart .hedderich-cart-update {
    padding: 12px 22px !important;
    border: 1px solid #1f6b3b !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1f6b3b !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-update {
    margin-left: auto;
    opacity: .45;
}

body.woocommerce-cart .hedderich-cart-update:disabled {
    display: none;
}

body.woocommerce-cart .hedderich-cart-addons {
    margin: 0 !important;
    padding: 28px 30px !important;
}

body.woocommerce-cart .hedderich-cart-addons__header {
    margin: 0 0 18px !important;
    text-align: left !important;
}

body.woocommerce-cart .hedderich-cart-addons__header h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #17281c;
    font-size: 18px;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-addons__header h3 span {
    margin: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e9b84a;
    color: #4a3608;
    font-size: 12px;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-addons__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

body.woocommerce-cart .hedderich-cart-addons__card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 14px;
    min-height: 0 !important;
    padding: 20px;
    border: 1px solid #eceae3 !important;
    border-radius: 14px !important;
    background: #fff !important;
}

body.woocommerce-cart .hedderich-cart-addons__media,
body.woocommerce-cart .hedderich-cart-addons__image {
    width: 56px !important;
    height: 56px !important;
    flex: 0 0 56px;
    border-radius: 10px;
}

body.woocommerce-cart .hedderich-cart-addons__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 14px !important;
    align-items: center;
    width: 100%;
    padding: 0 !important;
}

body.woocommerce-cart .hedderich-cart-addons__body h3 {
    margin: 0 !important;
    color: #17281c;
    font-size: 17px !important;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-addons__body p {
    display: none;
}

body.woocommerce-cart .hedderich-cart-addons__price {
    margin: 0 !important;
    color: #55605a;
    font-size: 15px;
}

body.woocommerce-cart .hedderich-cart-addons__button {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: auto !important;
    padding: 11px 18px !important;
    border: 1.5px solid #1f6b3b !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1f6b3b !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    white-space: nowrap;
}

body.woocommerce-cart .hedderich-cart-addons__footer {
    display: none !important;
}

body.woocommerce-cart .hedderich-cart-summary {
    position: sticky;
    top: 20px;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals {
    padding: 28px !important;
}

body.woocommerce-cart .hedderich-cart-summary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

body.woocommerce-cart .hedderich-cart-summary__head span {
    color: #17281c;
    font-size: 20px;
    font-weight: 800;
}

body.woocommerce-cart .hedderich-cart-summary__head strong {
    color: #8a938d;
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table tbody {
    display: table;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table td {
    padding: 0 0 12px !important;
    border: 0 !important;
    color: #55605a !important;
    font-size: 16px !important;
    background: transparent !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table td {
    color: #17281c !important;
    font-weight: 700 !important;
    text-align: right !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table .hedderich-cart-shipping-note th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table .hedderich-cart-shipping-note td {
    color: #9aa39c !important;
    font-size: 13px !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total th,
body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total td {
    padding-top: 16px !important;
    border-top: 1px solid #efede6 !important;
    color: #17281c !important;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals table tr.order-total td .woocommerce-Price-amount {
    color: #17281c !important;
    font-size: 34px !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-summary .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    margin-top: 20px !important;
    padding: 17px 28px !important;
    border-radius: 12px !important;
    background: #1f6b3b !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}

body.woocommerce-cart .hedderich-cart-summary__trust {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 20px;
}

body.woocommerce-cart .hedderich-cart-summary__trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3d4842;
    font-size: 14px;
    font-weight: 600;
}

body.woocommerce-cart .hedderich-cart-summary__trust span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2e9e4f;
}

body.woocommerce-cart .hedderich-cart-reassurance {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
    padding: 18px 20px;
}

body.woocommerce-cart .hedderich-cart-reassurance p {
    margin: 0;
    color: #3d4842;
    font-size: 13px;
    line-height: 1.5;
}

body.woocommerce-cart .hedderich-cart-reassurance strong {
    color: #17281c;
}

body.woocommerce-cart .hedderich-cart-summary .cart_totals::after {
    content: none !important;
}

body.woocommerce-cart .hedderich-cart-trust-strip {
    border-top: 1px solid #e3e1d9;
}

body.woocommerce-cart .hedderich-cart-trust-strip__inner {
    display: flex;
    max-width: 1180px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 0 auto;
    padding: 28px 32px 0;
}

body.woocommerce-cart .hedderich-cart-trust-strip__item,
body.woocommerce-cart .hedderich-cart-trust-strip__payments {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #17281c;
    font-size: 13px;
}

body.woocommerce-cart .hedderich-cart-trust-strip__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

body.woocommerce-cart .hedderich-cart-trust-strip__item span,
body.woocommerce-cart .hedderich-cart-trust-strip__payments span {
    color: #7a857f;
}

body.woocommerce-cart .hedderich-cart-trust-strip__payments b {
    padding: 5px 10px;
    border: 1px solid #e3e1d9;
    border-radius: 6px;
    background: #fff;
    font-size: 12px;
}

body.woocommerce-cart .hedderich-cart-trust-strip p {
    max-width: 1180px;
    margin: 22px auto 0;
    padding: 0 32px 48px;
    color: #9aa39c;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

@media (min-width: 641px) {
    html body.woocommerce-cart .hedderich-cart-table td.product-name a { font-size: 19px !important; }
    html body.woocommerce-cart .hedderich-cart-table td.product-price { font-size: 15px !important; }
    html body.woocommerce-cart .hedderich-cart-table td.product-quantity .qty { font-size: 17px !important; }
    html body.woocommerce-cart .hedderich-cart-table td.product-subtotal { font-size: 19px !important; }
    html body.woocommerce-cart .hedderich-cart-summary .checkout-button { font-size: 17px !important; }
}

@media (max-width: 900px) {
    body.woocommerce-cart .hedderich-cart-layout,
    body.woocommerce-cart .hedderich-cart-addons__grid {
        grid-template-columns: 1fr;
    }

    body.woocommerce-cart .hedderich-cart-summary {
        position: static;
    }
}

@media (max-width: 640px) {
    body.woocommerce-cart .hedderich-cart-page-head__inner,
    body.woocommerce-cart .hedderich-cart-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    body.woocommerce-cart .hedderich-cart-steps {
        width: 100%;
        overflow-x: auto;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tbody {
        padding: 6px 20px 22px;
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table tr.cart_item {
        display: grid !important;
        grid-template-columns: 80px 1fr auto;
        grid-template-areas:
            "thumb name remove"
            "thumb price quantity"
            "thumb subtotal subtotal";
    }

    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-thumbnail { grid-area: thumb; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-name { grid-area: name; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-remove { grid-area: remove; justify-self: end; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-price { grid-area: price; text-align: left; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-quantity { grid-area: quantity; justify-self: end; }
    body.woocommerce-cart table.shop_table.cart.hedderich-cart-table td.product-subtotal { grid-area: subtotal; justify-self: end; }

    body.woocommerce-cart .hedderich-cart-coupon-row,
    body.woocommerce-cart .hedderich-cart-coupon-row input,
    body.woocommerce-cart .hedderich-cart-coupon-row button,
    body.woocommerce-cart .hedderich-cart-update {
        width: 100%;
    }

    body.woocommerce-cart .hedderich-cart-addons__body {
        grid-template-columns: 1fr;
    }

    body.woocommerce-cart .hedderich-cart-addons__button {
        grid-column: 1;
        grid-row: auto;
        width: 100% !important;
    }
}

/* --------------------------------------------------------------------------
   Rasendoktor: transparenter Floating-Header über dem Hero (wie Startseite).
   Nur Desktop — Mobile nutzt weiter den soliden body:not(.home)-Header.
   -------------------------------------------------------------------------- */
@media (min-width: 960px) {
    body.page-template-template-rasendoktor .site-header,
    body.page-template-template-verlegung .site-header,
    body.page-template-template-liefergebiet .site-header,
    body.page-template-template-maulwurf-modern .site-header,
    body.page-template-template-about .site-header {
        position: fixed;
        top: 0; left: 0; right: 0;
        background: transparent;
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease;
    }
    body.page-template-template-rasendoktor .site-header.scrolled,
    body.page-template-template-verlegung .site-header.scrolled,
    body.page-template-template-liefergebiet .site-header.scrolled,
    body.page-template-template-maulwurf-modern .site-header.scrolled,
    body.page-template-template-about .site-header.scrolled {
        background: #fff;
        box-shadow: 0 2px 14px rgba(15, 61, 36, .12);
    }
    body.page-template-template-rasendoktor .header-main,
    body.page-template-template-verlegung .header-main,
    body.page-template-template-liefergebiet .header-main,
    body.page-template-template-maulwurf-modern .header-main,
    body.page-template-template-about .header-main {
        padding: 2rem 0 0;
        background: transparent;
        border-bottom: 0 !important;
    }
    body.page-template-template-rasendoktor .header-main > .container,
    body.page-template-template-verlegung .header-main > .container,
    body.page-template-template-liefergebiet .header-main > .container,
    body.page-template-template-maulwurf-modern .header-main > .container,
    body.page-template-template-about .header-main > .container {
        width: min(1380px, calc(100% - 56px));
        max-width: none;
    }
    body.page-template-template-rasendoktor .header-main__inner,
    body.page-template-template-verlegung .header-main__inner,
    body.page-template-template-liefergebiet .header-main__inner,
    body.page-template-template-maulwurf-modern .header-main__inner,
    body.page-template-template-about .header-main__inner {
        min-height: 64px;
        padding: 0 1rem 0 1.45rem;
        background: #fff;
        border: 1px solid rgba(17, 28, 23, .08);
        border-radius: 999px;
        box-shadow: 0 18px 46px rgba(15, 61, 36, .14);
        gap: .75rem;
    }
}

/* ==========================================================================
   Header: hinter der Pill transparent (Desktop)
   --------------------------------------------------------------------------
   Die Navigations-Pill (.header-main__inner) hat einen eigenen weißen Hintergrund
   samt Rand und Schatten. Darunter lagen bisher noch zwei weitere volle Flächen:
   die Basisregel .site-header (weiß) bzw. .site-header.scrolled (weiß beim Scrollen)
   und .header-main (weiß/92% auf Unterseiten). Ergebnis war ein weißer Balken quer
   über die Seite statt einer frei schwebenden Pill.

   Hier werden beide Ebenen transparent gemacht — die Pill selbst bleibt deckend,
   der Inhalt scrollt sichtbar darunter durch.
   Mobil (< 960px) bleibt es bewusst beim soliden Balken: dort läuft die Leiste
   fast randlos über die volle Breite, transparent wäre sie unlesbar.
   ========================================================================== */
@media (min-width: 960px) {
    .site-header,
    .site-header.scrolled,
    body.home .site-header,
    body.home .site-header.scrolled,
    body:not(.home) .site-header,
    body.page-template-template-rasendoktor .site-header.scrolled,
    body.page-template-template-verlegung .site-header.scrolled,
    body.page-template-template-liefergebiet .site-header.scrolled,
    body.page-template-template-maulwurf-modern .site-header.scrolled,
    body.page-template-template-about .site-header.scrolled {
        background: transparent;
        box-shadow: none;
    }

    .header-main,
    body.home .header-main,
    body:not(.home) .header-main {
        background: transparent;
        box-shadow: none;
        border-bottom: 0;
    }
}

/* Checkout-Kopf verwendet dieselbe kantenfreie Seitenhülle wie der Warenkorb. */
body.woocommerce-checkout .hedderich-delivery-page-head {
    border-bottom: 1px solid #e3e1d9;
}

body.woocommerce-checkout .site-content,
body.woocommerce-checkout .site-content > .container {
    padding: 0 !important;
}

body.woocommerce-checkout .entry-content > .woocommerce,
body.woocommerce-checkout .woocommerce {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 960px) {
    body.woocommerce-checkout .header-main > .container {
        width: min(1380px, calc(100% - 56px)) !important;
        max-width: none !important;
    }

    body.woocommerce-checkout,
    body.woocommerce-checkout .site-header,
    body.woocommerce-checkout .header-main {
        background: #f7f8f3 !important;
    }
}

@media (min-width: 1450px) {
    body.home .header-cart,
    body:not(.home) .header-cart {
        width: auto;
        height: 42px;
        flex: 0 0 auto;
        gap: 8px;
        padding: 0 16px;
        border: 1px solid rgba(36, 95, 53, .14);
        background: #e8f2e9;
        font-size: 14px;
        font-weight: 800;
    }
}
/* Zubehör-Reiter: macht das separat bestellbare Sortiment direkt beim Einstieg sichtbar. */
.hedderich-accessory-tab {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 850;
    margin: 0;
    transform: translateY(-50%);
}

.hedderich-accessory-tab a {
    position: relative;
    display: grid;
    grid-template-columns: 5rem 1fr;
    align-items: center;
    gap: .85rem;
    width: 19rem;
    min-height: 9.5rem;
    padding: 2.15rem 1.15rem 1.05rem;
    overflow: hidden;
    border: 1px solid #dfe5da;
    border-right: 0;
    border-radius: 1.25rem 0 0 1.25rem;
    background: #f7f8f2;
    box-shadow: 0 18px 46px rgba(23, 58, 36, .22);
    color: #173a24;
    text-decoration: none;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.hedderich-accessory-tab a:hover {
    transform: translateX(-.55rem);
    background: #fff;
    box-shadow: 0 22px 52px rgba(23, 58, 36, .28);
}

.hedderich-accessory-tab a:focus-visible {
    outline: 3px solid #caaa45;
    outline-offset: 3px;
}

.hedderich-accessory-tab img {
    width: 5rem;
    height: 6rem;
    object-fit: contain;
    filter: drop-shadow(0 10px 10px rgba(23, 58, 36, .18));
    transition: transform .22s ease;
}

.hedderich-accessory-tab a:hover img {
    transform: translateY(-.18rem) rotate(-2deg) scale(1.04);
}

.hedderich-accessory-tab__badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: .42rem .85rem;
    border-radius: 0 0 .7rem 0;
    background: #e9efe6;
    color: #2f6b40;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hedderich-accessory-tab__copy {
    display: grid;
    gap: .4rem;
}

.hedderich-accessory-tab strong {
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.12;
    text-wrap: balance;
}

.hedderich-accessory-tab small {
    color: #647067;
    font-size: .72rem;
    line-height: 1.35;
}

.hedderich-accessory-tab__cta {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    width: 100%;
    margin-top: -.15rem;
    padding-top: .65rem;
    border-top: 1px solid #dfe5da;
    color: #2f7d43;
    font-size: .75rem;
    font-weight: 800;
}

.hedderich-accessory-tab__close {
    position: absolute;
    top: .55rem;
    right: .65rem;
    z-index: 2;
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #e9efe6;
    color: #315a3c;
    font: inherit;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color .18s ease, transform .18s ease;
}

.hedderich-accessory-tab__close:hover {
    background: #dce8da;
    transform: scale(1.06);
}

.hedderich-accessory-tab__close:focus-visible {
    outline: 3px solid #caaa45;
    outline-offset: 2px;
}

.hedderich-accessory-tab__cta span {
    font-size: 1.1rem;
    transition: transform .22s ease;
}

.hedderich-accessory-tab a:hover .hedderich-accessory-tab__cta span {
    transform: translateX(.18rem);
}

@media (max-width: 760px) {
    .hedderich-accessory-tab {
        top: auto;
        right: 1rem;
        bottom: 5.75rem;
        left: 1rem;
        transform: none;
    }

    .hedderich-accessory-tab a {
        grid-template-columns: 3.75rem 1fr auto;
        width: 100%;
        min-height: 5.5rem;
        padding: .8rem 1rem .8rem .75rem;
        padding-right: 2.85rem;
        border-right: 1px solid #dfe5da;
        border-radius: 1rem;
    }

    .hedderich-accessory-tab img {
        width: 3.75rem;
        height: 4.25rem;
    }

    .hedderich-accessory-tab__badge,
    .hedderich-accessory-tab__cta {
        display: none;
    }

    .hedderich-accessory-tab strong {
        max-width: none;
        font-size: 1rem;
    }

    .hedderich-accessory-tab small {
        display: block;
        font-size: .7rem;
    }

    .hedderich-accessory-tab__copy::after {
        content: "Zum Zubehör  →";
        color: #2f7d43;
        font-size: .72rem;
        font-weight: 800;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hedderich-accessory-tab a,
    .hedderich-accessory-tab img,
    .hedderich-accessory-tab__cta span,
    .hedderich-accessory-tab__close {
        transition: none;
    }
}

/* Checkout stages use the existing data-checkout-stage set by checkout-steps.js. */
body.woocommerce-checkout .hedderich-delivery-summary #order_review .shop_table {
    table-layout: auto !important;
}
body.woocommerce-checkout .hedderich-delivery-summary #order_review .product-name {
    width: auto !important;
    max-width: none;
}
body.woocommerce-checkout .hedderich-delivery-summary #order_review .product-total {
    width: auto !important;
}
body.woocommerce-checkout .hedderich-delivery-summary .woocommerce-Price-amount {
    white-space: nowrap;
}
body.woocommerce-checkout .hedderich-delivery-summary label[for="terms"] {
    line-height: 1.6 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
body.woocommerce-checkout .hedderich-review-products {
    display: none; /* WooCommerce's table already contains the complete line items. */
}
body.woocommerce-checkout .hedderich-review-delivery {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e1d9;
}
body.woocommerce-checkout .hedderich-review-delivery span {
    display: block;
    margin-top: 6px;
}
body.woocommerce-checkout .hedderich-checkout-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
body.woocommerce-checkout .hedderich-checkout-nav .button {
    width: 100%;
    min-height: 48px;
    margin: 0;
    white-space: normal;
}
body.woocommerce-checkout .hedderich-checkout-nav .hedderich-checkout-back {
    background: transparent !important;
    color: #1f6b3b !important;
    box-shadow: none !important;
}
body.hedderich-checkout-ready form:not([data-checkout-stage="address"]) .hedderich-delivery-main,
body.hedderich-checkout-ready form:not([data-checkout-stage="payment"]) .hedderich-checkout-nav--payment,
body.hedderich-checkout-ready form:not([data-checkout-stage="review"]) .hedderich-checkout-nav--review,
body.hedderich-checkout-ready form:not([data-checkout-stage="review"]) .hedderich-review-delivery,
body.hedderich-checkout-ready form:not([data-checkout-stage="review"]) #place_order,
body.hedderich-checkout-ready form:not([data-checkout-stage="review"]) #order_review > .form-row,
body.hedderich-checkout-ready form:not([data-checkout-stage="review"]) .woocommerce-terms-and-conditions-wrapper,
body.hedderich-checkout-ready form[data-checkout-stage="address"] #payment {
    display: none !important;
}
body.woocommerce-checkout.hedderich-checkout-ready form.hedderich-delivery-layout:not([data-checkout-stage="address"]) {
    grid-template-columns: minmax(0, 760px) !important;
    justify-content: center;
}
body.woocommerce-checkout.hedderich-checkout-ready form:not([data-checkout-stage="address"]) .hedderich-delivery-summary {
    grid-column: 1 !important;
    position: static !important;
}
@media (max-width: 1050px) {
    body.woocommerce-checkout form.hedderich-delivery-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }
    body.woocommerce-checkout .hedderich-checkout__summary.hedderich-delivery-summary {
        grid-column: 1 !important;
        grid-row: auto !important;
        position: static !important;
    }
}
