:root {
    --shop-green-950: #0f2f24;
    --shop-green-900: #153d2f;
    --shop-green-800: #1e523e;
    --shop-green-700: #28634d;
    --shop-green-100: #e9f1ed;
    --shop-green-050: #f4f8f6;
    --shop-gold: #b9975b;
    --shop-gold-soft: #f4ead7;
    --shop-ink: #173126;
    --shop-muted: #6f7f77;
    --shop-line: #dfe7e3;
    --shop-canvas: #f4f6f4;
    --shop-danger: #9c4e44;
    --shop-shadow: 0 18px 50px rgba(14, 44, 33, .09);
    --shop-shadow-soft: 0 10px 28px rgba(14, 44, 33, .065);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.shop-body {
    margin: 0;
    color: var(--shop-ink);
    background: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shop-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.shop-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shop-preview-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 40px;
    padding: 8px 20px;
    color: #fff;
    background: #8b6a2c;
    font-size: 12px;
}
.shop-preview-bar a { text-decoration: underline; font-weight: 800; }

.shop-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--shop-line);
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(18px);
}
.shop-header-main {
    display: grid;
    grid-template-columns: minmax(220px, 340px) minmax(300px, 1.25fr) auto;
    align-items: center;
    gap: 28px;
    min-height: 82px;
}
.shop-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.shop-brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    background: var(--shop-green-900);
    font: 700 23px/1 "Playfair Display", serif;
}
.shop-brand-logo {
    display: grid;
    width: var(--shop-logo-width, 110px);
    height: var(--shop-logo-height, 52px);
    max-width: 280px;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
}
.shop-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}
.shop-brand-copy { display: grid; min-width: 0; }
.shop-brand strong { overflow: hidden; font: 700 20px/1.1 "Playfair Display", serif; text-overflow: ellipsis; white-space: nowrap; }
.shop-brand small { margin-top: 4px; overflow: hidden; color: var(--shop-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.shop-brand.is-logo-only { width: max-content; max-width: 100%; }
.shop-brand.is-logo-only .shop-brand-logo img { object-position: left center; }

.shop-header-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    overflow: hidden;
    border: 1px solid var(--shop-line);
    border-radius: 13px;
    background: var(--shop-green-050);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.shop-header-search:focus-within {
    border-color: rgba(40, 99, 77, .5);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(40, 99, 77, .08);
}
.shop-header-search input { min-width: 0; min-height: 44px; padding: 0 14px; border: 0; outline: 0; color: var(--shop-ink); background: transparent; }
.shop-header-search button { border: 0; color: var(--shop-green-800); background: transparent; cursor: pointer; font-size: 20px; }
.shop-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.shop-header-actions a:hover { color: var(--shop-green-700); }
.shop-cart-placeholder { display: inline-flex; align-items: center; gap: 8px; color: var(--shop-muted); }
.shop-cart-placeholder strong { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #fff; background: var(--shop-green-800); font-size: 10px; }

.shop-category-nav { border-top: 1px solid #edf1ef; }
.shop-category-nav .shop-shell { display: flex; align-items: center; gap: 3px; overflow-x: auto; scrollbar-width: none; }
.shop-category-nav .shop-shell::-webkit-scrollbar { display: none; }
.shop-category-nav a { flex: 0 0 auto; padding: 11px 14px; color: var(--shop-muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.shop-category-nav a:hover { color: var(--shop-green-900); background: var(--shop-green-050); }

.shop-main { min-height: 62vh; }
.shop-hero {
    padding: 50px 0;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(203, 169, 102, .28), transparent 28%),
        linear-gradient(135deg, var(--shop-green-950), var(--shop-green-700));
}
.shop-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 44px; align-items: center; }
.shop-hero-copy > span,
.shop-page-hero .shop-shell > span,
.shop-section-head > div > span,
.shop-product-description > span {
    color: var(--shop-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.shop-hero h1 { max-width: 760px; margin: 12px 0 18px; color: #fff; font: 700 clamp(42px, 6vw, 72px)/1.02 "Playfair Display", serif; }
.shop-hero-copy p { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.shop-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.shop-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.shop-btn:hover:not(:disabled) { transform: translateY(-1px); }
.shop-btn-primary { color: #fff; background: var(--shop-green-800); box-shadow: 0 12px 28px rgba(9, 40, 29, .22); }
.shop-hero .shop-btn-primary { color: var(--shop-green-950); background: #fff; }
.shop-btn-light { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.shop-btn:disabled { opacity: .62; cursor: not-allowed; }
.shop-hero-card { padding: 27px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(4,20,14,.16); backdrop-filter: blur(12px); }
.shop-hero-card > span { color: var(--shop-gold); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.shop-hero-card > strong { display: block; margin-top: 10px; font: 700 25px/1.25 "Playfair Display", serif; }
.shop-hero-card ul { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.72); font-size: 12px; }
.shop-hero-card li { position: relative; padding-left: 20px; }
.shop-hero-card li::before { content: "✓"; position: absolute; left: 0; color: var(--shop-gold); font-weight: 800; }

.shop-section { padding: 54px 0; }
.shop-section-soft { background: var(--shop-green-050); }
.shop-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.shop-section-head h2 { margin: 6px 0 0; color: var(--shop-ink); font: 700 32px/1.15 "Playfair Display", serif; }
.shop-section-head > strong { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; color: var(--shop-green-800); background: var(--shop-green-100); font-size: 11px; }
.shop-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.shop-category-card { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; gap: 14px; align-items: center; min-height: 94px; padding: 18px; border: 1px solid var(--shop-line); border-radius: 17px; background: #fff; box-shadow: var(--shop-shadow-soft); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.shop-category-card:hover { transform: translateY(-2px); border-color: rgba(40,99,77,.3); box-shadow: var(--shop-shadow); }
.shop-category-card > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: var(--shop-green-800); background: var(--shop-green-100); font-weight: 800; }
.shop-category-card > div { display: grid; }
.shop-category-card small { margin-top: 4px; color: var(--shop-muted); font-size: 10px; }
.shop-category-card b { color: var(--shop-green-700); font-size: 20px; }

.shop-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.shop-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--shop-line); border-radius: 19px; background: #fff; box-shadow: var(--shop-shadow-soft); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.shop-product-card:hover { transform: translateY(-3px); border-color: rgba(40,99,77,.27); box-shadow: var(--shop-shadow); }
.shop-product-image { position: relative; display: grid; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f3f6f4, #fff); }
.shop-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #fff;
}

.shop-product-image.is-physical_product img {
    object-fit: contain;
}
.shop-product-image > span { display: grid; width: 68px; height: 68px; place-items: center; border-radius: 22px; color: #fff; background: var(--shop-green-800); font: 700 34px/1 "Playfair Display", serif; }
.shop-product-badge { position: absolute; top: 12px; left: 12px; display: inline-flex; min-height: 28px; align-items: center; padding: 0 10px; border-radius: 999px; color: #fff; background: rgba(21,61,47,.92); font-size: 9px; font-weight: 800; box-shadow: 0 8px 20px rgba(14,44,33,.16); }
.shop-product-card-body { display: grid; align-content: start; min-height: 230px; padding: 17px; }
.shop-product-type { display: inline-flex; width: max-content; min-height: 25px; align-items: center; padding: 0 8px; border-radius: 999px; color: var(--shop-green-800); background: var(--shop-green-100); font-size: 9px; font-weight: 800; }
.shop-product-type.is-credit_package, .shop-product-type.is-flat_rate_package { color: #87642b; background: var(--shop-gold-soft); }
.shop-product-type.is-event, .shop-product-type.is-travel { color: #486984; background: #e7eff5; }
.shop-product-type.is-physical_product { color: #8a4f35; background: #f5e9e2; }
.shop-product-card h3 { margin: 12px 0 0; font-size: 16px; line-height: 1.35; }
.shop-product-card h3 a:hover { color: var(--shop-green-700); }
.shop-product-card p { display: -webkit-box; margin: 8px 0 0; overflow: hidden; color: var(--shop-muted); font-size: 11px; line-height: 1.55; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.shop-product-card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; }
.shop-product-card-footer > div { display: grid; }
.shop-product-card-footer strong { font-size: 17px; }
.shop-product-card-footer small { margin-top: 2px; color: var(--shop-muted); font-size: 8px; }
.shop-availability { display: inline-flex; align-items: center; width: max-content; min-height: 25px; padding: 0 8px; border-radius: 999px; font-size: 9px; font-weight: 800; }
.shop-availability.is-available { color: #1f674a; background: #e4f3eb; }
.shop-availability.is-unavailable { color: #984439; background: #f5e8e6; }

.shop-page-hero { padding: 44px 0; border-bottom: 1px solid var(--shop-line); background: radial-gradient(circle at 88% 0, rgba(185,151,91,.15), transparent 30%), linear-gradient(145deg,#fff,#f6f9f7); }
.shop-page-hero h1 { margin: 9px 0; font: 700 clamp(34px,5vw,52px)/1.1 "Playfair Display", serif; }
.shop-page-hero p { max-width: 760px; margin: 0; color: var(--shop-muted); font-size: 14px; }
.shop-breadcrumb, .shop-product-breadcrumb { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--shop-muted); font-size: 10px; font-weight: 700; }
.shop-product-breadcrumb { display: flex; flex-wrap: wrap; margin: 0 0 22px; }
.shop-product-breadcrumb a:hover, .shop-breadcrumb:hover { color: var(--shop-green-700); }

.shop-product-page { padding: 38px 0 58px; }
.shop-product-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 44px; align-items: start; }
.shop-product-gallery { display: grid; gap: 12px; }
.shop-product-main-image { display: grid; aspect-ratio: 1/1; place-items: center; overflow: hidden; border: 1px solid var(--shop-line); border-radius: 22px; background: #fff; box-shadow: var(--shop-shadow); }
.shop-product-main-image img { width: 100%; height: 100%; object-fit: contain; }
.shop-product-main-image > span { display: grid; width: 96px; height: 96px; place-items: center; border-radius: 30px; color: #fff; background: var(--shop-green-800); font: 700 48px/1 "Playfair Display", serif; }
.shop-product-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.shop-product-thumbnails span { display: grid; aspect-ratio: 1/1; place-items: center; overflow: hidden; border: 1px solid var(--shop-line); border-radius: 12px; background: #fff; }
.shop-product-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.shop-product-info { position: sticky; top: 130px; }
.shop-product-detail-badge { display: inline-flex; min-height: 25px; align-items: center; margin-left: 7px; padding: 0 8px; border-radius: 999px; color: #8a6429; background: var(--shop-gold-soft); font-size: 9px; font-weight: 800; }
.shop-product-info h1 { margin: 14px 0 12px; font: 700 clamp(32px,4vw,48px)/1.1 "Playfair Display", serif; }
.shop-product-lead { margin: 0; color: var(--shop-muted); font-size: 14px; line-height: 1.7; }
.shop-product-price-box { display: grid; margin-top: 23px; padding: 21px; border-radius: 17px; color: #fff; background: var(--shop-green-900); }
.shop-product-price-box strong { font-size: 28px; }
.shop-product-price-box span, .shop-product-price-box small { color: rgba(255,255,255,.68); font-size: 9px; }
.shop-product-price-box span { margin-top: 4px; }
.shop-product-price-box small { margin-top: 2px; }
.shop-product-availability-box { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 16px; padding: 14px 0; border-bottom: 1px solid var(--shop-line); color: var(--shop-muted); font-size: 10px; }
.shop-product-buy { width: 100%; margin-top: 18px; }
.shop-product-stage-note { display: block; margin-top: 9px; color: var(--shop-muted); font-size: 9px; line-height: 1.5; }
.shop-product-facts { display: grid; margin: 20px 0 0; }
.shop-product-facts > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--shop-line); }
.shop-product-facts dt { color: var(--shop-muted); font-size: 10px; }
.shop-product-facts dd { margin: 0; font-size: 11px; font-weight: 800; text-align: right; }
.shop-product-description { margin-top: 48px; padding: 30px; border: 1px solid var(--shop-line); border-radius: 20px; background: #fff; box-shadow: var(--shop-shadow-soft); }
.shop-product-description h2 { margin: 6px 0 16px; font: 700 30px/1.15 "Playfair Display", serif; }
.shop-product-description > div { max-width: 900px; color: #41564d; line-height: 1.8; }

.shop-empty-state, .shop-system-state .shop-shell { display: grid; min-height: 300px; place-items: center; align-content: center; padding: 35px; border: 1px dashed #cbd8d1; border-radius: 20px; background: var(--shop-green-050); text-align: center; }
.shop-empty-state > span, .shop-system-state .shop-shell > span { display: grid; width: 66px; height: 66px; place-items: center; margin-bottom: 12px; border-radius: 20px; color: var(--shop-green-800); background: var(--shop-green-100); font-weight: 800; }
.shop-empty-state h3, .shop-system-state h1 { margin: 4px 0 0; font: 700 28px/1.2 "Playfair Display", serif; }
.shop-empty-state p, .shop-system-state p { max-width: 520px; margin: 9px 0 20px; color: var(--shop-muted); }
.shop-system-state { padding: 60px 0; }

.shop-footer { padding: 42px 0 20px; color: rgba(255,255,255,.72); background: var(--shop-green-950); }
.shop-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 40px; }
.shop-footer-grid > div { display: grid; align-content: start; gap: 8px; }
.shop-footer-grid strong { color: #fff; font: 700 23px/1.2 "Playfair Display", serif; }
.shop-footer-grid > div > span:first-child { color: #fff; font-size: 11px; font-weight: 800; }
.shop-footer p { max-width: 440px; margin: 0; font-size: 11px; line-height: 1.7; }
.shop-footer a, .shop-footer span { font-size: 10px; }
.shop-footer a:hover { color: #fff; }
.shop-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 1050px) {
    .shop-header-main { grid-template-columns: minmax(220px,1fr) minmax(260px,1fr); }
    .shop-header-actions { grid-column: 1 / -1; justify-content: flex-end; min-height: 34px; margin-top: -18px; }
    .shop-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .shop-hero-grid, .shop-product-layout { grid-template-columns: 1fr; }
    .shop-product-info { position: static; }
}
@media (max-width: 760px) {
    .shop-shell { width: min(100% - 28px, 1240px); }
    .shop-preview-bar { align-items: flex-start; flex-direction: column; gap: 2px; }
    .shop-header { position: static; }
    .shop-header-main { grid-template-columns: 1fr; gap: 14px; padding: 14px 0; }
    .shop-header-actions { grid-column: auto; justify-content: space-between; margin: 0; }
    .shop-category-nav .shop-shell { width: 100%; padding: 0 14px; }
    .shop-hero { padding: 36px 0; }
    .shop-hero h1 { font-size: 42px; }
    .shop-hero-copy p { font-size: 14px; }
    .shop-category-grid, .shop-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .shop-section { padding: 38px 0; }
    .shop-section-head { align-items: flex-start; flex-direction: column; }
    .shop-section-head h2 { font-size: 27px; }
    .shop-product-description { padding: 22px; }
    .shop-footer-grid { grid-template-columns: 1fr; gap: 25px; }
}
@media (max-width: 520px) {
    .shop-hero-actions, .shop-hero-actions .shop-btn { width: 100%; }
    .shop-hero-card { padding: 22px; }
    .shop-category-grid, .shop-product-grid { grid-template-columns: 1fr; }
    .shop-product-card-body { min-height: 0; }
    .shop-product-thumbnails { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .shop-product-info h1 { font-size: 35px; }
    .shop-product-availability-box { align-items: flex-start; flex-direction: column; }
    .shop-footer-bottom { align-items: flex-start; flex-direction: column; }
}
.shop-legal-card { padding: 30px; border: 1px solid var(--shop-line); border-radius: 20px; background: #fff; box-shadow: var(--shop-shadow-soft); }
.shop-legal-card h2 { margin-top: 0; font: 700 28px/1.2 "Playfair Display", serif; }
.shop-legal-card p, .shop-legal-card > div { color: #42574e; line-height: 1.8; }
.shop-legal-note { margin-top: 24px; padding: 15px; border-radius: 13px; color: #87642b !important; background: var(--shop-gold-soft); font-size: 11px; }

/* =========================================================
   Warenkorb, Checkout und Bestellabschluss
   ========================================================= */

.shop-main > .shop-section:first-child {
    padding-top: 70px;
}

.shop-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.shop-cart-link strong {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--shop-green-800);
    font-size: 10px;
}

.shop-flash-wrap {
    padding-top: 18px;
}

.shop-flash {
    padding: 13px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

.shop-flash.is-success {
    color: #1f674a;
    border-color: #cfe5d8;
    background: #eaf5ef;
}

.shop-flash.is-error,
.shop-form-alert {
    color: #8f4138;
    border-color: #ead0cc;
    background: #f8edeb;
}

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

.shop-page-heading > div > span,
.shop-order-summary > span,
.shop-checkout-card > header > div > p + span,
.shop-confirmation-card header span,
.shop-confirmation-success small,
.shop-legal-content > span {
    color: var(--shop-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.shop-page-heading h1,
.shop-confirmation-success h1,
.shop-legal-content h1 {
    margin: 6px 0 7px;
    font: 700 clamp(34px, 5vw, 50px)/1.08 "Playfair Display", serif;
}

.shop-page-heading p {
    margin: 0;
    color: var(--shop-muted);
}

.shop-text-link {
    color: var(--shop-green-700);
    font-size: 12px;
    font-weight: 800;
}

.shop-cart-page,
.shop-checkout-page,
.shop-confirmation-page,
.shop-legal-page {
    padding: 44px 0 64px;
    background:
        radial-gradient(circle at 93% 0, rgba(185, 151, 91, .09), transparent 24%),
        #fff;
}

.shop-cart-layout,
.shop-checkout-layout,
.shop-confirmation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.shop-cart-list,
.shop-checkout-main,
.shop-confirmation-grid > main,
.shop-confirmation-grid > aside {
    display: grid;
    gap: 16px;
}

.shop-cart-line {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 100px 130px auto;
    gap: 18px;
    align-items: center;
    padding: 17px;
    border: 1px solid var(--shop-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: var(--shop-shadow-soft);
}

.shop-cart-line-image {
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    overflow: hidden;
    border-radius: 13px;
    background: var(--shop-green-050);
}

.shop-cart-line-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.shop-cart-line-image span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--shop-green-800);
    font: 700 22px/1 "Playfair Display", serif;
}

.shop-cart-line-copy {
    min-width: 0;
}

.shop-cart-line-copy > span {
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 700;
}

.shop-cart-line-copy h2 {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.35;
}

.shop-cart-line-copy h2 a:hover {
    color: var(--shop-green-700);
}

.shop-cart-line-copy p {
    display: -webkit-box;
    margin: 6px 0 0;
    overflow: hidden;
    color: var(--shop-muted);
    font-size: 10px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-cart-quantity {
    display: grid;
    gap: 6px;
}

.shop-cart-quantity span,
.shop-form-grid label > span,
.shop-form-full-label > span,
.mail-settings-fields label > span {
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 700;
}

.shop-cart-quantity input,
.shop-form-grid input,
.shop-form-grid select,
.shop-form-full-label textarea,
.shop-product-buy-form input {
    width: 100%;
    border: 1px solid var(--shop-line);
    border-radius: 10px;
    color: var(--shop-ink);
    background: #fff;
    outline: none;
}

.shop-cart-quantity input,
.shop-form-grid input,
.shop-form-grid select,
.shop-product-buy-form input {
    min-height: 42px;
    padding: 0 11px;
}

.shop-form-full-label textarea {
    min-height: 100px;
    padding: 11px;
    resize: vertical;
}

.shop-cart-quantity input:focus,
.shop-form-grid input:focus,
.shop-form-grid select:focus,
.shop-form-full-label textarea:focus,
.shop-product-buy-form input:focus {
    border-color: rgba(40, 99, 77, .48);
    box-shadow: 0 0 0 4px rgba(40, 99, 77, .08);
}

.shop-cart-line-price {
    display: grid;
    justify-items: end;
}

.shop-cart-line-price strong {
    font-size: 16px;
    white-space: nowrap;
}

.shop-cart-line-price small {
    margin-top: 3px;
    color: var(--shop-muted);
    font-size: 8px;
    white-space: nowrap;
}

.shop-cart-remove {
    padding: 0;
    border: 0;
    color: var(--shop-danger);
    background: transparent;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.shop-cart-update-row {
    display: flex;
    justify-content: flex-end;
}

.shop-order-summary {
    position: sticky;
    top: 132px;
    padding: 24px;
    border: 1px solid var(--shop-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shop-shadow);
}

.shop-order-summary h2 {
    margin: 5px 0 20px;
    font: 700 25px/1.2 "Playfair Display", serif;
}

.shop-order-summary dl,
.shop-confirmation-totals,
.shop-bank-details,
.shop-confirmation-address {
    display: grid;
    margin: 0;
}

.shop-order-summary dl > div,
.shop-confirmation-totals > div,
.shop-bank-details > div,
.shop-confirmation-address > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 0;
    border-bottom: 1px solid var(--shop-line);
}

.shop-order-summary dt,
.shop-confirmation-totals dt,
.shop-bank-details dt,
.shop-confirmation-address dt {
    color: var(--shop-muted);
    font-size: 10px;
}

.shop-order-summary dd,
.shop-confirmation-totals dd,
.shop-bank-details dd,
.shop-confirmation-address dd {
    margin: 0;
    font-size: 11px;
    font-weight: 800;
    text-align: right;
}

.shop-order-summary .is-total {
    margin-top: 5px;
    padding-top: 16px;
    border-bottom: 0;
}

.shop-order-summary .is-total dt,
.shop-order-summary .is-total dd {
    color: var(--shop-ink);
    font-size: 17px;
    font-weight: 800;
}

.shop-order-summary > small {
    display: block;
    margin-top: 10px;
    color: var(--shop-muted);
    font-size: 9px;
    line-height: 1.5;
}

.shop-order-summary > .shop-btn {
    width: 100%;
    margin-top: 18px;
}

.shop-empty-cart {
    display: grid;
    min-height: 380px;
    place-items: center;
    align-content: center;
    padding: 40px;
    border: 1px dashed #cbd8d1;
    border-radius: 20px;
    background: var(--shop-green-050);
    text-align: center;
}

.shop-empty-cart > span {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: var(--shop-green-800);
    font: 700 30px/1 "Playfair Display", serif;
}

.shop-empty-cart h2 {
    margin: 14px 0 0;
    font: 700 30px/1.2 "Playfair Display", serif;
}

.shop-empty-cart p {
    margin: 8px 0 20px;
    color: var(--shop-muted);
}

.shop-checkout-main {
    gap: 18px;
}

.shop-checkout-card,
.shop-confirmation-card {
    overflow: hidden;
    border: 1px solid var(--shop-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shop-shadow-soft);
}

.shop-checkout-card > header,
.shop-confirmation-card > header {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--shop-line);
    background: #fafcfb;
}

.shop-checkout-card > header > span {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--shop-green-800);
    font-size: 11px;
    font-weight: 800;
}

.shop-checkout-card h2,
.shop-confirmation-card h2 {
    margin: 0;
    font: 700 20px/1.2 "Playfair Display", serif;
}

.shop-checkout-card header p {
    margin: 4px 0 0;
    color: var(--shop-muted);
    font-size: 10px;
}

.shop-form-grid {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.shop-form-grid.is-two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-form-grid label,
.shop-form-full-label {
    display: grid;
    gap: 7px;
}

.shop-form-span-2 {
    grid-column: 1 / -1;
}

.shop-form-full-label {
    padding: 0 22px 22px;
}

.is-error {
    color: var(--shop-danger) !important;
    font-size: 9px !important;
    font-weight: 700;
}

.shop-form-alert {
    margin-bottom: 18px;
    padding: 13px 16px;
    border: 1px solid #ead0cc;
    border-radius: 12px;
    font-weight: 700;
}

.shop-shipping-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 22px;
}

.shop-shipping-options label,
.shop-payment-option {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 11px;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid var(--shop-line);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.shop-shipping-options label:has(input:checked),
.shop-payment-option:has(input:checked) {
    border-color: rgba(40, 99, 77, .42);
    background: var(--shop-green-050);
    box-shadow: 0 0 0 3px rgba(40, 99, 77, .07);
}

.shop-shipping-options label > span,
.shop-payment-option > span {
    display: grid;
    gap: 4px;
}

.shop-shipping-options small,
.shop-payment-option small {
    color: var(--shop-muted);
    font-size: 9px;
}

.shop-check-option,
.shop-legal-check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
}

.shop-check-option {
    margin: 0 22px 4px;
    font-size: 11px;
    font-weight: 700;
}

.shop-shipping-address[hidden] {
    display: none;
}

.shop-payment-option {
    margin: 22px;
}

.shop-checkout-info-box {
    margin: 22px;
    padding: 17px;
    border-radius: 14px;
    background: var(--shop-green-050);
}

.shop-checkout-info-box p {
    margin: 5px 0 0;
    color: var(--shop-muted);
    font-size: 11px;
    line-height: 1.55;
}

.shop-checkout-summary {
    display: block;
}

.shop-checkout-products {
    display: grid;
    gap: 0;
    margin-bottom: 12px;
    border-top: 1px solid var(--shop-line);
}

.shop-checkout-products > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--shop-line);
    font-size: 10px;
}

.shop-checkout-products span {
    color: var(--shop-muted);
}

.shop-checkout-products strong {
    white-space: nowrap;
}

.shop-checkout-notice {
    margin: 16px 0;
    padding: 12px;
    border-radius: 11px;
    color: #775827;
    background: var(--shop-gold-soft);
    font-size: 10px;
    line-height: 1.5;
}

.shop-legal-check {
    margin-top: 13px;
    color: var(--shop-muted);
    font-size: 10px;
    line-height: 1.5;
}

.shop-legal-check a {
    color: var(--shop-green-700);
    font-weight: 800;
    text-decoration: underline;
}

.shop-product-buy-form {
    display: grid;
    gap: 7px;
    margin-top: 18px;
}

.shop-product-buy-form > label {
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 700;
}

.shop-product-buy-form > div {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
}

.shop-product-buy-form .shop-product-buy {
    margin-top: 0;
}

.shop-confirmation-shell {
    display: grid;
    gap: 24px;
}

.shop-confirmation-success {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
    padding: 25px;
    border-radius: 19px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 0, rgba(185, 151, 91, .22), transparent 30%),
        linear-gradient(135deg, var(--shop-green-950), var(--shop-green-700));
    box-shadow: var(--shop-shadow);
}

.shop-confirmation-success > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    color: var(--shop-green-950);
    background: #fff;
    font-size: 28px;
    font-weight: 800;
}

.shop-confirmation-success small {
    color: var(--shop-gold);
}

.shop-confirmation-success h1 {
    color: #fff;
    font-size: 36px;
}

.shop-confirmation-success p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
}

.shop-confirmation-card > header {
    align-items: center;
    justify-content: space-between;
}

.shop-confirmation-card > header > div {
    display: grid;
}

.shop-confirmation-card > header > strong {
    font-size: 11px;
}

.shop-confirmation-items {
    display: grid;
    padding: 8px 22px;
}

.shop-confirmation-items > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--shop-line);
    font-size: 11px;
}

.shop-confirmation-totals,
.shop-bank-details,
.shop-confirmation-address {
    padding: 8px 22px 18px;
}

.shop-confirmation-grid > aside > .shop-btn {
    width: 100%;
}

.shop-legal-content {
    max-width: 900px;
}

.shop-legal-content > div {
    margin-top: 24px;
    color: #40544b;
    line-height: 1.8;
}

.shop-legal-placeholder {
    padding: 22px;
    border: 1px dashed #ccb77f;
    border-radius: 15px;
    background: #fbf6ec;
}

.shop-legal-placeholder p {
    margin: 7px 0 0;
}

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

    .shop-order-summary {
        position: static;
    }

    .shop-cart-line {
        grid-template-columns: 82px minmax(0, 1fr) 90px 120px;
    }

    .shop-cart-line-image {
        width: 82px;
        height: 82px;
    }

    .shop-cart-remove {
        grid-column: 2 / -1;
        justify-self: end;
    }
}

@media (max-width: 760px) {
    .shop-main > .shop-section:first-child {
        padding-top: 42px;
    }

    .shop-page-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-cart-line {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 13px;
    }

    .shop-cart-line-image {
        width: 72px;
        height: 72px;
    }

    .shop-cart-quantity,
    .shop-cart-line-price,
    .shop-cart-remove {
        grid-column: 2;
    }

    .shop-cart-line-price {
        justify-items: start;
    }

    .shop-cart-remove {
        justify-self: start;
    }

    .shop-form-grid.is-two-columns,
    .shop-shipping-options {
        grid-template-columns: 1fr;
    }

    .shop-form-span-2 {
        grid-column: auto;
    }

    .shop-confirmation-success {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .shop-cart-page,
    .shop-checkout-page,
    .shop-confirmation-page,
    .shop-legal-page {
        padding: 32px 0 44px;
    }

    .shop-order-summary,
    .shop-checkout-card > header,
    .shop-form-grid,
    .shop-confirmation-card > header,
    .shop-confirmation-items,
    .shop-confirmation-totals,
    .shop-bank-details,
    .shop-confirmation-address {
        padding-right: 18px;
        padding-left: 18px;
    }

    .shop-product-buy-form > div {
        grid-template-columns: 78px minmax(0, 1fr);
    }
}
/* =========================================================
   Angebotspreise und Varianten
   ========================================================= */

.shop-product-card-kicker,
.shop-product-detail-kicker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.shop-variant-count {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 0 8px;
    border: 1px solid rgba(20, 75, 54, .12);
    border-radius: 999px;
    color: var(--shop-green-700);
    background: #f2f7f4;
    font-size: 8px;
    font-weight: 750;
}

.shop-product-badge.is-sale,
.shop-product-detail-badge.is-sale {
    color: #7d342c;
    background: #f8e3df;
}

.shop-product-card-price {
    display: grid;
    align-content: end;
}

.shop-product-card-price del,
.shop-cart-line-price del {
    margin-bottom: 2px;
    color: #8a9892;
    font-size: 9px;
    line-height: 1.2;
    text-decoration-thickness: 1px;
}

.shop-product-price-box del {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    line-height: 1.25;
    text-decoration-thickness: 1px;
}

.shop-variant-field {
    display: grid;
    gap: 7px;
    margin-bottom: 16px;
}

.shop-variant-field > span,
.shop-product-buy-form > label {
    color: var(--shop-green-900);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.shop-variant-field select {
    width: 100%;
    min-height: 48px;
    padding: 0 40px 0 14px;
    border: 1px solid #d6e1dc;
    border-radius: 11px;
    color: var(--shop-green-900);
    background: #fff;
    font: inherit;
    font-size: 12px;
    outline: none;
}

.shop-variant-field select:focus {
    border-color: var(--shop-green-600);
    box-shadow: 0 0 0 3px rgba(28, 103, 75, .10);
}

.shop-variant-field small {
    color: var(--shop-muted);
    font-size: 8px;
}

.shop-product-buy:disabled {
    cursor: not-allowed;
    opacity: .52;
    transform: none !important;
    box-shadow: none;
}

.shop-cart-line-price {
    align-content: center;
}

@media (max-width: 720px) {
    .shop-product-card-kicker,
    .shop-product-detail-kicker {
        align-items: flex-start;
    }
}

/* =========================================================
   Produktgalerie und digitale Widerrufsfunktion
   ========================================================= */

.shop-product-main-image {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dfe7e3;
    border-radius: 22px;
    color: inherit;
    background: #fff;
    cursor: zoom-in;
}

.shop-product-main-image:disabled {
    cursor: default;
}

.shop-product-main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .25s ease;
}

.shop-product-main-image:not(:disabled):hover img {
    transform: scale(1.018);
}

.shop-product-image-zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 999px;
    color: #fff;
    background: rgba(12,56,42,.82);
    box-shadow: 0 8px 22px rgba(9,40,30,.18);
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.shop-product-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.shop-product-thumbnail {
    width: 112px;
    height: 96px;
    display: grid;
    place-items: center;
    padding: 7px;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 13px;
    background: #fff;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.shop-product-thumbnail:hover,
.shop-product-thumbnail.is-active {
    border-color: var(--shop-green-700);
    box-shadow: 0 8px 20px rgba(17,72,53,.10);
    transform: translateY(-1px);
}

.shop-product-thumbnail.is-active {
    box-shadow: 0 0 0 2px rgba(27,98,73,.12), 0 8px 20px rgba(17,72,53,.10);
}

.shop-product-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.shop-image-lightbox[hidden] {
    display: none !important;
}

.shop-image-lightbox {
    position: fixed;
    z-index: 2000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
}

.shop-image-lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(4,22,16,.88);
    cursor: zoom-out;
    backdrop-filter: blur(7px);
}

.shop-image-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(1120px, 94vw);
    height: min(820px, 88vh);
    display: grid;
    place-items: center;
    padding: 28px 70px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.38);
}

.shop-image-lightbox-dialog img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.shop-image-lightbox-close,
.shop-image-lightbox-nav {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid #dce5e1;
    border-radius: 50%;
    color: var(--shop-green-900);
    background: #fff;
    box-shadow: 0 7px 18px rgba(10,48,35,.13);
    cursor: pointer;
}

.shop-image-lightbox-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 27px;
    line-height: 1;
}

.shop-image-lightbox-nav {
    top: 50%;
    width: 46px;
    height: 46px;
    font-size: 32px;
    transform: translateY(-50%);
}

.shop-image-lightbox-nav.is-prev { left: 15px; }
.shop-image-lightbox-nav.is-next { right: 15px; }

.shop-image-lightbox-counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    padding: 6px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(16,61,47,.84);
    font-size: 11px;
    font-weight: 700;
    transform: translateX(-50%);
}

.shop-lightbox-open {
    overflow: hidden;
}

.shop-withdrawal-fixed-link {
    position: fixed;
    z-index: 80;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 17px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #fff;
    background: #143e30;
    box-shadow: 0 12px 32px rgba(9,43,31,.24);
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

.shop-withdrawal-fixed-link:hover {
    background: #0e3327;
    transform: translateY(-1px);
}

.shop-withdrawal-action-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 30px;
    padding: 22px;
    border: 1px solid #d7e3de;
    border-radius: 16px;
    background: #f3f8f5;
}

.shop-withdrawal-action-card strong {
    display: block;
    margin-bottom: 5px;
    color: #143c2e;
    font-size: 16px;
}

.shop-withdrawal-action-card p {
    margin: 0;
    color: #687a73;
    font-size: 13px;
}

.shop-primary-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: #1a5b43;
    box-shadow: 0 10px 24px rgba(20,79,58,.17);
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.shop-primary-button:hover { background: #124b37; }
.shop-primary-button.is-danger { background: #8d342f; }
.shop-primary-button.is-danger:hover { background: #742924; }

.shop-withdrawal-page {
    padding: 58px 0 84px;
}

.shop-withdrawal-shell {
    width: min(880px, calc(100% - 34px));
}

.shop-withdrawal-heading {
    max-width: 720px;
    margin-bottom: 28px;
}

.shop-withdrawal-heading > span,
.shop-withdrawal-success-kicker {
    display: block;
    margin-bottom: 9px;
    color: #b18342;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.shop-withdrawal-heading h1,
.shop-withdrawal-shell.is-confirmation h1 {
    margin: 0 0 12px;
    color: #12382a;
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.08;
}

.shop-withdrawal-heading p,
.shop-withdrawal-shell.is-confirmation > p {
    margin: 0;
    color: #6b7d76;
    font-size: 14px;
    line-height: 1.7;
}

.shop-withdrawal-form {
    display: grid;
    gap: 18px;
}

.shop-withdrawal-card,
.shop-withdrawal-confirm-box {
    padding: 25px;
    border: 1px solid #dce5e1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15,61,45,.055);
}

.shop-withdrawal-step {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
}

.shop-withdrawal-step > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #1b6048;
    font-size: 12px;
    font-weight: 800;
}

.shop-withdrawal-step div { display: grid; gap: 3px; }
.shop-withdrawal-step strong { color: #183b2f; font-size: 15px; }
.shop-withdrawal-step small { color: #768780; font-size: 11px; }

.shop-withdrawal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.shop-withdrawal-grid label,
.shop-withdrawal-note {
    display: grid;
    gap: 7px;
    color: #29473c;
    font-size: 11px;
    font-weight: 700;
}

.shop-withdrawal-grid input,
.shop-withdrawal-note textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8e2de;
    border-radius: 11px;
    outline: none;
    color: #153a2c;
    background: #fff;
    font: inherit;
    font-size: 13px;
}

.shop-withdrawal-grid input { min-height: 48px; padding: 0 14px; }
.shop-withdrawal-note textarea { padding: 13px 14px; resize: vertical; }
.shop-withdrawal-grid input:focus,
.shop-withdrawal-note textarea:focus { border-color: #2d765a; box-shadow: 0 0 0 3px rgba(45,118,90,.10); }

.shop-withdrawal-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.shop-withdrawal-actions > a {
    color: #1a5a43;
    font-size: 12px;
    font-weight: 700;
}

.shop-withdrawal-order-head,
.shop-withdrawal-confirmation-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.shop-withdrawal-order-head > div,
.shop-withdrawal-confirmation-data > div {
    display: grid;
    gap: 5px;
    padding: 15px;
    border-radius: 12px;
    background: #f4f8f6;
}

.shop-withdrawal-order-head span,
.shop-withdrawal-confirmation-data span {
    color: #7a8b84;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.shop-withdrawal-order-head strong,
.shop-withdrawal-confirmation-data strong { color: #153c2e; font-size: 13px; }

.shop-withdrawal-scope {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.shop-withdrawal-scope legend {
    margin-bottom: 10px;
    color: #173c2e;
    font-size: 13px;
    font-weight: 800;
}

.shop-withdrawal-scope label,
.shop-withdrawal-items label {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px;
    border: 1px solid #dce5e1;
    border-radius: 12px;
    cursor: pointer;
}

.shop-withdrawal-scope input,
.shop-withdrawal-items input { margin-top: 3px; accent-color: #1c6048; }
.shop-withdrawal-scope label > span,
.shop-withdrawal-items label > span { display: grid; gap: 3px; }
.shop-withdrawal-scope strong,
.shop-withdrawal-items strong { color: var(--shop-ink); font-size: 12px; }
.shop-withdrawal-scope small,
.shop-withdrawal-items small { color: #778881; font-size: 10px; }

.shop-withdrawal-items {
    display: grid;
    gap: 9px;
    margin-bottom: 20px;
    opacity: .48;
}

.shop-withdrawal-items.is-enabled { opacity: 1; }

.shop-withdrawal-confirm-box {
    text-align: right;
}

.shop-withdrawal-confirm-box strong,
.shop-withdrawal-confirm-box p { display: block; text-align: left; }
.shop-withdrawal-confirm-box strong { margin-bottom: 7px; color: var(--shop-ink); }
.shop-withdrawal-confirm-box p { margin: 0 0 18px; color: #71827b; font-size: 12px; line-height: 1.65; }

.shop-withdrawal-shell.is-confirmation {
    text-align: center;
}

.shop-withdrawal-success-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    color: #1e694e;
    background: #e8f4ee;
    font-size: 28px;
    font-weight: 800;
}

.shop-withdrawal-shell.is-confirmation > p { max-width: 700px; margin: 0 auto 28px; }
.shop-withdrawal-confirmation-data { text-align: left; }
.shop-withdrawal-confirmation-items {
    margin: 0 0 24px;
    border: 1px solid #dce5e1;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    text-align: left;
}
.shop-withdrawal-confirmation-items > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 16px;
    border-bottom: 1px solid #e7edea;
    color: #50645c;
    font-size: 12px;
}
.shop-withdrawal-confirmation-items > div:last-child { border-bottom: 0; }
.shop-legal-rich-text { color: #50635b; line-height: 1.75; }
.shop-order-withdrawal-link { margin-top: 18px; }
.shop-order-withdrawal-link .shop-primary-button { background: #fff; color: #174d39; border: 1px solid #cfded8; box-shadow: none; }

@media (max-width: 720px) {
    .shop-image-lightbox { padding: 10px; }
    .shop-image-lightbox-dialog { width: 96vw; height: 82vh; padding: 52px 14px 54px; border-radius: 16px; }
    .shop-image-lightbox-nav { top: auto; bottom: 9px; transform: none; }
    .shop-image-lightbox-nav.is-prev { left: 13px; }
    .shop-image-lightbox-nav.is-next { right: 13px; }
    .shop-product-thumbnail { width: 80px; height: 72px; }
    .shop-withdrawal-fixed-link { right: 10px; bottom: 10px; min-height: 39px; padding: 0 13px; font-size: 10px; }
    .shop-withdrawal-action-card,
    .shop-withdrawal-actions { align-items: stretch; flex-direction: column; }
    .shop-withdrawal-grid,
    .shop-withdrawal-order-head,
    .shop-withdrawal-confirmation-data { grid-template-columns: 1fr; }
    .shop-withdrawal-actions .shop-primary-button,
    .shop-withdrawal-action-card .shop-primary-button { width: 100%; }
}

.shop-product-main-image:focus-visible,
.shop-product-thumbnail:focus-visible,
.shop-image-lightbox-close:focus-visible,
.shop-image-lightbox-nav:focus-visible,
.shop-withdrawal-fixed-link:focus-visible,
.shop-primary-button:focus-visible {
    outline: 3px solid rgba(43, 116, 88, .24);
    outline-offset: 3px;
}

/* =========================================================
   Shop-Navigation, Kategoriehierarchie und Galerie V2
   ========================================================= */

/* Hierarchische Hauptnavigation */
.shop-category-nav {
    position: relative;
    z-index: 40;
    overflow: visible;
    background: #fff;
}

.shop-category-nav .shop-category-nav-inner {
    display: flex;
    align-items: stretch;
    gap: 2px;
    overflow: visible;
}

.shop-category-all-link,
.shop-category-menu-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px !important;
    color: var(--shop-muted);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.shop-category-menu {
    position: relative;
    display: flex;
    align-items: stretch;
}

.shop-category-menu:hover > .shop-category-menu-link,
.shop-category-menu:focus-within > .shop-category-menu-link,
.shop-category-menu.is-open > .shop-category-menu-link,
.shop-category-all-link:hover {
    color: var(--shop-green-900);
    background: var(--shop-green-050);
}

.shop-category-menu-toggle {
    width: 28px;
    min-height: 42px;
    display: grid;
    place-items: center;
    margin-left: -8px;
    padding: 0;
    border: 0;
    color: #6d8178;
    background: transparent;
    cursor: pointer;
}

.shop-category-menu-toggle span {
    display: block;
    font-size: 14px;
    line-height: 1;
    transition: transform .16s ease;
}

.shop-category-menu.is-open .shop-category-menu-toggle span,
.shop-category-menu:focus-within .shop-category-menu-toggle span {
    transform: rotate(180deg);
}

.shop-category-flyout {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: min(440px, calc(100vw - 32px));
    padding: 14px;
    border: 1px solid #dfe7e3;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(9, 43, 31, .18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(7px);
    transition:
        opacity .15s ease,
        visibility .15s ease,
        transform .15s ease;
}

.shop-category-menu:hover > .shop-category-flyout,
.shop-category-menu:focus-within > .shop-category-flyout,
.shop-category-menu.is-open > .shop-category-flyout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.shop-category-flyout-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 5px 7px 13px;
    border-bottom: 1px solid #e7edea;
}

.shop-category-flyout-head > div {
    display: grid;
    gap: 2px;
}

.shop-category-flyout-head span {
    color: #b08343;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.shop-category-flyout-head strong {
    color: var(--shop-green-950);
    font-size: 15px;
}

.shop-category-flyout-head > a {
    padding: 7px 9px !important;
    border-radius: 8px;
    color: var(--shop-green-800) !important;
    background: var(--shop-green-050);
    font-size: 9px !important;
}

.shop-category-flyout-list,
.shop-category-flyout-list ul {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 7px 0 0;
    list-style: none;
}

.shop-category-flyout-list ul {
    padding-top: 2px;
}

.shop-category-flyout-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 38px;
    padding: 0 10px 0 calc(10px + (var(--category-depth, 0) * 16px)) !important;
    border-radius: 9px;
    color: #26483b !important;
    font-size: 11px !important;
}

.shop-category-flyout-item > a:hover {
    background: var(--shop-green-050);
}

.shop-category-flyout-item > a small {
    flex: 0 0 auto;
    color: #809089;
    font-size: 8px;
}

/* Kategorien auf der Start- und Kategorieseite */
.shop-category-card {
    display: block;
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

.shop-category-card:hover {
    transform: translateY(-2px);
}

.shop-category-card-main {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 92px;
    padding: 18px;
}

.shop-category-card-main > span,
.shop-subcategory-card > span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--shop-green-800);
    background: var(--shop-green-100);
    font-weight: 800;
}

.shop-category-card-main > div,
.shop-subcategory-card > div {
    display: grid;
}

.shop-category-card-main small,
.shop-subcategory-card small {
    margin-top: 4px;
    color: var(--shop-muted);
    font-size: 10px;
}

.shop-category-card-main b,
.shop-subcategory-card b {
    color: var(--shop-green-700);
    font-size: 20px;
}

.shop-category-card-children {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 18px 17px;
}

.shop-category-card-children a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid #e0e8e4;
    border-radius: 999px;
    color: #426157;
    background: #f8faf9;
    font-size: 9px;
    font-weight: 700;
}

.shop-category-card-children a:hover {
    border-color: #b9cec5;
    color: var(--shop-green-900);
    background: var(--shop-green-050);
}

.shop-category-card-children small {
    margin: 0;
    color: #8b9a94;
    font-size: 8px;
}

.shop-category-breadcrumb {
    width: 100%;
    margin-bottom: 18px;
}

.shop-category-breadcrumb strong {
    color: #304d42;
}

.shop-category-children-section {
    padding-bottom: 16px;
}

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

.shop-subcategory-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 88px;
    padding: 17px;
    border: 1px solid var(--shop-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shop-shadow-soft);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.shop-subcategory-card:hover {
    border-color: rgba(40, 99, 77, .3);
    box-shadow: var(--shop-shadow);
    transform: translateY(-2px);
}

/* Produktgalerie */
.shop-product-main-image > .shop-product-image-zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: auto;
    height: auto;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    color: #fff;
    background: rgba(12, 56, 42, .86);
    box-shadow: 0 8px 22px rgba(9, 40, 30, .18);
    font: 700 10px/1 "DM Sans", sans-serif;
    backdrop-filter: blur(8px);
}

.shop-product-image-zoom > span {
    width: auto;
    height: auto;
    display: inline;
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
    font: inherit;
}

.shop-product-main-image > .shop-product-image-placeholder {
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 30px;
    color: #fff;
    background: var(--shop-green-800);
    font: 700 48px/1 "Playfair Display", serif;
}

.shop-image-lightbox {
    box-sizing: border-box;
    padding: 18px;
}

.shop-image-lightbox-dialog {
    width: min(1180px, calc(100vw - 36px));
    height: min(860px, calc(100dvh - 36px));
    max-height: calc(100dvh - 36px);
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
}

.shop-image-lightbox-head {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 16px 0 22px;
    border-bottom: 1px solid #e4ebe7;
}

.shop-image-lightbox-head strong {
    overflow: hidden;
    color: #1f4034;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-image-lightbox-close {
    position: static;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    font-size: 24px;
}

.shop-image-lightbox-stage {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 18px 72px;
    background:
        linear-gradient(45deg, #f8faf9 25%, transparent 25%),
        linear-gradient(-45deg, #f8faf9 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #f8faf9 75%),
        linear-gradient(-45deg, transparent 75%, #f8faf9 75%),
        #fff;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
    background-size: 16px 16px;
}

.shop-image-lightbox-stage > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(13, 42, 31, .10));
}

.shop-image-lightbox-nav {
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
}

.shop-image-lightbox-nav[hidden] {
    display: none !important;
}

.shop-image-lightbox-footer {
    min-height: 82px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 10px 18px;
    border-top: 1px solid #e4ebe7;
    background: #fff;
}

.shop-image-lightbox-thumbnails {
    min-width: 0;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px;
    scrollbar-width: thin;
}

.shop-image-lightbox-thumbnail {
    width: 62px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 62px;
    padding: 4px;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
}

.shop-image-lightbox-thumbnail.is-active {
    border-color: var(--shop-green-700);
    box-shadow: 0 0 0 2px rgba(27, 98, 73, .12);
}

.shop-image-lightbox-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.shop-image-lightbox-counter {
    position: static;
    min-width: 46px;
    padding: 6px 10px;
    transform: none;
    text-align: center;
}

@media (max-width: 900px) {
    .shop-category-nav .shop-category-nav-inner {
        position: relative;
        width: 100%;
        padding: 0 14px;
        overflow-x: auto;
        overflow-y: visible;
        scrollbar-width: none;
    }

    .shop-category-nav .shop-category-nav-inner::-webkit-scrollbar {
        display: none;
    }

    .shop-category-menu {
        position: static;
        flex: 0 0 auto;
    }

    .shop-category-flyout {
        top: 100%;
        left: 14px;
        right: 14px;
        width: auto;
        max-height: min(66vh, 520px);
        overflow-y: auto;
        border-radius: 0 0 14px 14px;
    }

    .shop-category-menu:hover > .shop-category-flyout {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(7px);
    }

    .shop-category-menu:focus-within > .shop-category-flyout {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(7px);
    }

    .shop-category-menu.is-open > .shop-category-flyout {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

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

@media (max-width: 720px) {
    .shop-category-flyout-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .shop-category-flyout-head > a {
        width: 100%;
        justify-content: center;
    }

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

    .shop-image-lightbox {
        padding: 8px;
    }

    .shop-image-lightbox-dialog {
        width: calc(100vw - 16px);
        height: calc(100dvh - 16px);
        max-height: calc(100dvh - 16px);
        border-radius: 14px;
    }

    .shop-image-lightbox-head {
        min-height: 52px;
        padding-left: 15px;
    }

    .shop-image-lightbox-stage {
        padding: 12px 12px 64px;
    }

    .shop-image-lightbox-nav {
        top: auto;
        bottom: 10px;
        transform: none;
    }

    .shop-image-lightbox-nav.is-prev {
        left: calc(50% - 54px);
    }

    .shop-image-lightbox-nav.is-next {
        right: calc(50% - 54px);
    }

    .shop-image-lightbox-footer {
        min-height: 70px;
        padding: 8px 10px;
    }

    .shop-image-lightbox-thumbnail {
        width: 54px;
        height: 46px;
        flex-basis: 54px;
    }
}

/* =========================================================
   Produktgalerie V3: kompakte, ruhige Lightbox
   ========================================================= */

body.shop-body .shop-image-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 32px;
}

body.shop-body .shop-image-lightbox-backdrop {
    background: rgba(5, 31, 23, .88);
    backdrop-filter: blur(10px) saturate(.82);
    -webkit-backdrop-filter: blur(10px) saturate(.82);
}

body.shop-body .shop-image-lightbox-dialog {
    width: min(1080px, calc(100vw - 64px)) !important;
    height: min(740px, calc(100dvh - 64px)) !important;
    max-width: calc(100vw - 64px) !important;
    max-height: calc(100dvh - 64px) !important;
    display: grid !important;
    grid-template-rows: 56px minmax(0, 1fr) 82px !important;
    place-items: stretch !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 18px !important;
    background: #fff;
    box-shadow:
        0 34px 90px rgba(0, 0, 0, .38),
        0 0 0 1px rgba(9, 47, 34, .08);
}

body.shop-body .shop-image-lightbox-head {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-sizing: border-box;
    padding: 0 12px 0 20px;
    border-bottom: 1px solid #e2e9e5;
    background: #fff;
}

body.shop-body .shop-image-lightbox-head strong {
    overflow: hidden;
    color: #183c2f;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.shop-body .shop-image-lightbox-close {
    position: static !important;
    width: 36px !important;
    height: 36px !important;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    border: 1px solid #d8e2dd;
    border-radius: 50%;
    color: var(--shop-green-800);
    background: #f6f9f7;
    box-shadow: none;
    font-size: 22px !important;
    line-height: 1;
    transition: color .15s ease, background .15s ease, transform .15s ease;
}

body.shop-body .shop-image-lightbox-close:hover {
    color: #fff;
    background: var(--shop-green-800);
    transform: rotate(4deg);
}

body.shop-body .shop-image-lightbox-stage {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    overflow: hidden;
    padding: 24px 76px;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .98), rgba(248, 250, 249, .96) 56%, rgba(235, 241, 238, .96) 100%);
}

body.shop-body .shop-image-lightbox-stage::after {
    content: "";
    position: absolute;
    inset: 18px 68px;
    border: 1px solid rgba(31, 77, 59, .07);
    border-radius: 13px;
    pointer-events: none;
}

body.shop-body .shop-image-lightbox-stage > img {
    position: relative;
    z-index: 1;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
    border-radius: 10px;
    object-fit: contain !important;
    filter: drop-shadow(0 16px 24px rgba(15, 48, 36, .10));
}

body.shop-body .shop-image-lightbox-nav {
    position: absolute !important;
    z-index: 3;
    top: 50% !important;
    width: 42px !important;
    height: 42px !important;
    display: grid;
    place-items: center;
    border: 1px solid rgba(18, 76, 55, .16);
    border-radius: 50%;
    color: var(--shop-green-800);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 9px 22px rgba(13, 52, 38, .13);
    font-size: 27px !important;
    line-height: 1;
    transform: translateY(-50%) !important;
    transition: color .15s ease, background .15s ease, transform .15s ease;
}

body.shop-body .shop-image-lightbox-nav:hover {
    color: #fff;
    background: var(--shop-green-800);
}

body.shop-body .shop-image-lightbox-nav.is-prev {
    left: 18px !important;
}

body.shop-body .shop-image-lightbox-nav.is-next {
    right: 18px !important;
}

body.shop-body .shop-image-lightbox-footer {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    box-sizing: border-box;
    padding: 10px 16px;
    border-top: 1px solid #e2e9e5;
    background: #fff;
}

body.shop-body .shop-image-lightbox-thumbnails {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding: 2px;
    scrollbar-width: thin;
}

body.shop-body .shop-image-lightbox-thumbnail {
    width: 62px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 62px;
    box-sizing: border-box;
    padding: 4px;
    overflow: hidden;
    border: 1px solid #dbe4e0;
    border-radius: 9px;
    background: #f8faf9;
    box-shadow: none;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

body.shop-body .shop-image-lightbox-thumbnail:hover {
    border-color: rgba(23, 75, 56, .38);
    transform: translateY(-1px);
}

body.shop-body .shop-image-lightbox-thumbnail.is-active {
    border-color: var(--shop-green-800);
    box-shadow: 0 0 0 2px rgba(23, 75, 56, .12);
}

body.shop-body .shop-image-lightbox-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    display: block;
    border-radius: 5px;
    object-fit: contain !important;
    filter: none !important;
}

body.shop-body .shop-image-lightbox-counter {
    position: static !important;
    min-width: 52px;
    box-sizing: border-box;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--shop-green-800);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    transform: none !important;
}

@media (max-width: 760px) {
    body.shop-body .shop-image-lightbox {
        padding: 10px;
    }

    body.shop-body .shop-image-lightbox-dialog {
        width: calc(100vw - 20px) !important;
        height: calc(100dvh - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        max-height: calc(100dvh - 20px) !important;
        grid-template-rows: 52px minmax(0, 1fr) 72px !important;
        border-radius: 13px !important;
    }

    body.shop-body .shop-image-lightbox-head {
        padding-left: 14px;
    }

    body.shop-body .shop-image-lightbox-stage {
        padding: 14px 14px 62px;
    }

    body.shop-body .shop-image-lightbox-stage::after {
        inset: 10px;
    }

    body.shop-body .shop-image-lightbox-nav {
        top: auto !important;
        bottom: 10px;
        transform: none !important;
    }

    body.shop-body .shop-image-lightbox-nav.is-prev {
        left: calc(50% - 52px) !important;
    }

    body.shop-body .shop-image-lightbox-nav.is-next {
        right: calc(50% - 52px) !important;
    }

    body.shop-body .shop-image-lightbox-footer {
        gap: 10px;
        padding: 8px 10px;
    }

    body.shop-body .shop-image-lightbox-thumbnail {
        width: 52px;
        height: 48px;
        flex-basis: 52px;
    }
}

/* =========================================================
   Payment Core V1
   ========================================================= */

.shop-payment-options {
    display: grid;
    gap: 10px;
    margin: 22px;
}

.shop-payment-options .shop-payment-option {
    margin: 0;
}

.shop-form-success {
    margin-bottom: 18px;
    padding: 13px 16px;
    border: 1px solid #cbe4d7;
    border-radius: 12px;
    color: #15533d;
    background: #edf7f1;
    font-weight: 700;
}

.shop-payment-retry-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.shop-payment-retry-actions form {
    margin: 0;
}

.shop-payment-history {
    display: grid;
    gap: 0;
    border: 1px solid var(--shop-line);
    border-radius: 12px;
    overflow: hidden;
}

.shop-payment-history > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--shop-line);
}

.shop-payment-history > div:last-child {
    border-bottom: 0;
}

.shop-payment-history span {
    color: var(--shop-muted);
    font-size: 10px;
}

.shop-payment-history strong {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

@media (max-width: 620px) {
    .shop-payment-retry-actions,
    .shop-payment-retry-actions form,
    .shop-payment-retry-actions .shop-btn {
        width: 100%;
    }
}

/* Payment Core V1: Status der automatischen Auftragserfuellung */
.shop-payment-fulfillment-note {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(26, 91, 67, 0.14);
    border-radius: 12px;
    color: #245744;
    background: #f0f7f4;
}

.shop-payment-fulfillment-note.is-warning {
    border-color: rgba(174, 115, 29, 0.24);
    color: #755019;
    background: #fff8ea;
}

/* =========================================================
   Produkt-Lightbox: Bilder vollständig einpassen
   Beibehaltung des zuletzt abgestimmten Live-Fixes.
   ========================================================= */
body.shop-body .shop-image-lightbox-stage {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    padding: 18px 64px;
}

body.shop-body .shop-image-lightbox-stage > img {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
}

body.shop-body .shop-image-lightbox-stage::after {
    inset: 12px 58px;
}

@media (max-width: 760px) {
    body.shop-body .shop-image-lightbox-stage {
        padding: 12px 10px 60px;
    }

    body.shop-body .shop-image-lightbox-stage::after {
        inset: 8px;
    }
}

/* =========================================================
   Bestellstatus, Zahlungsfortsetzung und Widerruf
   ========================================================= */

.shop-confirmation-card-body {
    padding: 20px 22px;
}

.shop-confirmation-card-body.is-compact {
    padding: 16px 18px 18px;
}

.shop-confirmation-card-body > :first-child {
    margin-top: 0;
}

.shop-confirmation-card-body > :last-child {
    margin-bottom: 0;
}

.shop-confirmation-card-body > p {
    color: var(--shop-muted);
    font-size: 12px;
    line-height: 1.7;
}

.shop-confirmation-card.is-payment-retry {
    border-color: rgba(25, 91, 67, .22);
    box-shadow: 0 16px 38px rgba(20, 70, 52, .08);
}

.shop-confirmation-card.is-payment-retry > header {
    background: linear-gradient(135deg, #f5faf7 0%, #fbfdfc 100%);
}

.shop-confirmation-card.is-payment-retry .shop-payment-retry-actions {
    align-items: center;
    margin-top: 16px;
}

.shop-confirmation-card.is-payment-history .shop-payment-history {
    border-radius: 14px;
    background: #fff;
}

.shop-confirmation-card.is-payment-history .shop-payment-history > div {
    min-height: 42px;
    padding: 13px 14px;
}

.shop-confirmation-card.is-payment-history .shop-payment-history span {
    font-size: 10px;
    line-height: 1.5;
}

.shop-confirmation-card.is-payment-history .shop-payment-history strong {
    padding: 5px 9px;
    border-radius: 999px;
    color: #755019;
    background: #fff4dc;
}

.shop-confirmation-card.is-withdrawal-status {
    border-color: #e6d2a9;
    box-shadow: 0 16px 38px rgba(126, 85, 23, .08);
}

.shop-confirmation-card.is-withdrawal-status > header {
    background: linear-gradient(135deg, #fff9eb 0%, #fffdf8 100%);
}

.shop-confirmation-card.is-withdrawal-status > header span {
    color: #a86f18;
}

.shop-confirmation-card.is-withdrawal-status.is-rejected {
    border-color: #e4c4c0;
}

.shop-confirmation-card.is-withdrawal-status.is-rejected > header {
    background: #fff5f3;
}

.shop-withdrawal-status-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(210px, .45fr);
    gap: 24px;
    align-items: start;
}

.shop-withdrawal-status-content > div > strong {
    display: block;
    color: var(--shop-green-950);
    font-size: 15px;
}

.shop-withdrawal-status-content > div > p {
    margin: 7px 0 0;
    color: var(--shop-muted);
    font-size: 12px;
    line-height: 1.7;
}

.shop-withdrawal-status-content dl {
    display: grid;
    gap: 9px;
    margin: 0;
}

.shop-withdrawal-status-content dl > div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 11px;
    background: rgba(255, 248, 231, .72);
}

.shop-withdrawal-status-content dt,
.shop-withdrawal-status-content dd {
    margin: 0;
    font-size: 10px;
}

.shop-withdrawal-status-content dt {
    color: var(--shop-muted);
}

.shop-withdrawal-status-content dd {
    color: var(--shop-green-950);
    font-weight: 800;
    text-align: right;
}

.shop-confirmation-success.is-withdrawal {
    background:
        radial-gradient(circle at 92% 0, rgba(255, 255, 255, .16), transparent 30%),
        linear-gradient(135deg, #6f4c1c, #a97729);
}

.shop-confirmation-success.is-withdrawal > span {
    color: #7a5119;
}

@media (max-width: 720px) {
    .shop-confirmation-card-body,
    .shop-confirmation-card-body.is-compact {
        padding: 17px 16px;
    }

    .shop-withdrawal-status-content {
        grid-template-columns: 1fr;
    }

    .shop-withdrawal-status-content dl > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .shop-withdrawal-status-content dd {
        text-align: left;
    }
}


/* Golfissimo Shop Startseite V1 */
.shop-announcement-bar {
    position: relative;
    z-index: 60;
    color: #fff;
    background: var(--shop-green-950);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.shop-announcement-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 36px;
    align-items: center;
    gap: 18px;
}

.shop-announcement-items {
    position: relative;
    min-height: 36px;
}

.shop-announcement-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .25s ease, transform .25s ease;
}

.shop-announcement-item.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.shop-announcement-item a,
.shop-announcement-item span {
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .015em;
    text-decoration: none;
}

.shop-announcement-item a:hover {
    text-decoration: underline;
}

.shop-announcement-controls {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.72);
    font-size: 9px;
}

.shop-announcement-controls button {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.1);
    cursor: pointer;
    font-size: 15px;
}

.shop-home-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(440px, 56vw, 690px);
    color: #fff;
    background: var(--shop-green-950);
}

.shop-home-hero-slides {
    position: absolute;
    inset: 0;
}

.shop-home-hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: end;
    opacity: 0;
    pointer-events: none;
    transition: opacity .55s ease;
}

.shop-home-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.shop-home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.012);
}

.shop-home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,31,21,.88) 0%, rgba(5,31,21,.68) 42%, rgba(5,31,21,.17) 74%, rgba(5,31,21,.08) 100%),
        linear-gradient(0deg, rgba(4,28,18,.46) 0%, transparent 42%);
}

.shop-home-hero-slide:not(:has(.shop-home-hero-image)) .shop-home-hero-overlay {
    background:
        radial-gradient(circle at 80% 18%, color-mix(in srgb, var(--shop-green-800) 78%, white 10%) 0%, transparent 34%),
        linear-gradient(135deg, var(--shop-green-950), var(--shop-green-800));
}

.shop-home-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: end;
    min-height: clamp(440px, 56vw, 690px);
    padding-top: 72px;
    padding-bottom: clamp(78px, 10vw, 122px);
}

.shop-home-hero-content > * {
    max-width: min(720px, 68vw);
}

.shop-home-hero-eyebrow {
    display: inline-flex;
    width: max-content;
    margin-bottom: 18px;
    color: var(--shop-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.shop-home-hero-content h1 {
    margin: 0;
    color: #fff;
    font: 700 clamp(44px, 6.4vw, 82px)/.98 "Playfair Display", serif;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.shop-home-hero-content p {
    margin: 20px 0 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.65;
}

.shop-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.shop-home-hero-actions .shop-btn-primary {
    color: var(--shop-green-950);
    background: #fff;
    box-shadow: 0 16px 35px rgba(0,0,0,.18);
}

.shop-home-hero-actions .shop-btn-primary:hover {
    transform: translateY(-2px);
    background: #f7faf8;
}

.shop-home-hero-controls {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 28px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}

.shop-home-hero-arrow {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    color: #fff;
    background: rgba(7,35,24,.28);
    backdrop-filter: blur(8px);
    cursor: pointer;
    font-size: 23px;
    line-height: 1;
}

.shop-home-hero-dots {
    display: flex;
    gap: 7px;
}

.shop-home-hero-dots button {
    width: 27px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.38);
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.shop-home-hero-dots button.is-active {
    width: 46px;
    background: #fff;
}

.shop-home-categories-section {
    padding-top: 54px;
}

.shop-category-grid-home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-category-grid-home .shop-category-card {
    min-height: 110px;
}

.shop-category-grid-home .shop-category-card-main {
    min-height: 110px;
    padding: 19px 20px;
}

.shop-home-promo-section {
    background: #fff;
}

.shop-home-promo-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.shop-home-promo-card {
    position: relative;
    grid-column: span 4;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--shop-line);
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--shop-green-800) 68%, white 10%), transparent 42%),
        var(--shop-green-950);
    box-shadow: var(--shop-shadow-soft);
}

.shop-home-promo-card:first-child:nth-last-child(2),
.shop-home-promo-card:first-child:nth-last-child(2) ~ .shop-home-promo-card {
    grid-column: span 6;
}

.shop-home-promo-card:only-child {
    grid-column: 1 / -1;
    min-height: 390px;
}

.shop-home-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.shop-home-promo-card:hover img {
    transform: scale(1.025);
}

.shop-home-promo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4,29,19,.9), rgba(4,29,19,.12) 74%);
}

.shop-home-promo-card:not(.has-image) .shop-home-promo-overlay {
    background: linear-gradient(145deg, rgba(255,255,255,.04), transparent 62%);
}

.shop-home-promo-content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    padding: 27px;
}

.shop-home-promo-content > span {
    margin-bottom: 8px;
    color: var(--shop-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.shop-home-promo-content h3 {
    margin: 0;
    color: #fff;
    font: 700 clamp(25px, 2.5vw, 36px)/1.08 "Playfair Display", serif;
}

.shop-home-promo-content p {
    display: -webkit-box;
    max-width: 560px;
    margin: 11px 0 0;
    overflow: hidden;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.shop-home-promo-content a {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.shop-home-promo-content a:hover b {
    transform: translateX(4px);
}

.shop-home-promo-content a b {
    transition: transform .18s ease;
}

.shop-home-featured-section .shop-product-grid {
    align-items: stretch;
}

@media (max-width: 1080px) {
    .shop-category-grid-home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-home-promo-card {
        grid-column: span 6;
    }

    .shop-home-promo-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .shop-announcement-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 42px;
    }

    .shop-announcement-items {
        min-height: 42px;
    }

    .shop-announcement-item a,
    .shop-announcement-item span {
        font-size: 10px;
        line-height: 1.35;
    }

    .shop-home-hero,
    .shop-home-hero-content {
        min-height: 560px;
    }

    .shop-home-hero-overlay {
        background: linear-gradient(0deg, rgba(5,31,21,.93) 0%, rgba(5,31,21,.54) 65%, rgba(5,31,21,.17) 100%);
    }

    .shop-home-hero-content {
        align-content: end;
        padding-top: 90px;
        padding-bottom: 98px;
    }

    .shop-home-hero-content > * {
        max-width: 100%;
    }

    .shop-home-hero-content h1 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .shop-home-hero-controls {
        bottom: 22px;
    }

    .shop-category-grid-home,
    .shop-home-promo-grid {
        grid-template-columns: 1fr;
    }

    .shop-home-promo-card,
    .shop-home-promo-card:first-child:nth-last-child(2),
    .shop-home-promo-card:first-child:nth-last-child(2) ~ .shop-home-promo-card,
    .shop-home-promo-card:only-child,
    .shop-home-promo-card:last-child:nth-child(odd) {
        grid-column: 1;
        min-height: 330px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shop-home-hero-slide,
    .shop-announcement-item,
    .shop-home-promo-card img {
        transition: none;
    }
}

/* =========================================================
   Storefront V2 - moderner Commerce-Auftritt
   ========================================================= */

body.shop-body {
    --shop-storefront-radius: 26px;
    --shop-storefront-lime: color-mix(in srgb, var(--shop-gold) 55%, #dfff62);
    --shop-storefront-header: color-mix(in srgb, var(--shop-green-950) 92%, #07140f);
}

.shop-announcement-bar {
    position: relative;
    z-index: 80;
    min-height: 42px;
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, #0b2d21, var(--shop-green-900), #0b2d21);
}

.shop-announcement-inner {
    min-height: 42px;
}

.shop-announcement-item a,
.shop-announcement-item span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .01em;
}

.shop-announcement-controls button {
    color: rgba(255, 255, 255, .88);
    border-color: rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .08);
}

.shop-header {
    position: sticky;
    top: 0;
    z-index: 70;
    border-bottom: 1px solid var(--shop-line);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 8px 28px rgba(13, 43, 32, .045);
    backdrop-filter: blur(18px);
}

.shop-home-body .shop-header.is-storefront-home {
    border-bottom-color: rgba(255, 255, 255, .08);
    color: #fff;
    background: var(--shop-storefront-header);
    box-shadow: none;
}

.shop-header-main-modern {
    display: grid;
    grid-template-columns: minmax(150px, auto) minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    min-height: 82px;
}

.shop-header-main-modern .shop-brand {
    min-width: 145px;
}

.shop-home-body .shop-header .shop-brand-copy strong,
.shop-home-body .shop-header .shop-brand-copy small {
    color: #fff;
}

.shop-home-body .shop-header .shop-brand-copy small {
    opacity: .65;
}

.shop-home-body .shop-header .shop-brand-mark {
    color: var(--shop-green-950);
    background: #fff;
}

.shop-primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}

.shop-primary-nav > a,
.shop-primary-nav .shop-category-menu-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 13px;
    border-radius: 999px;
    color: #31463d;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transition: color .18s ease, background .18s ease;
}

.shop-home-body .shop-primary-nav > a,
.shop-home-body .shop-primary-nav .shop-category-menu-link {
    color: rgba(255, 255, 255, .9);
}

.shop-primary-nav > a:hover,
.shop-primary-nav .shop-category-menu:hover > .shop-category-menu-link,
.shop-primary-nav .shop-category-menu:focus-within > .shop-category-menu-link,
.shop-primary-nav .shop-category-menu.is-open > .shop-category-menu-link {
    color: var(--shop-green-950);
    background: var(--shop-green-100);
}

.shop-home-body .shop-primary-nav > a:hover,
.shop-home-body .shop-primary-nav .shop-category-menu:hover > .shop-category-menu-link,
.shop-home-body .shop-primary-nav .shop-category-menu:focus-within > .shop-category-menu-link,
.shop-home-body .shop-primary-nav .shop-category-menu.is-open > .shop-category-menu-link {
    color: #fff;
    background: rgba(255, 255, 255, .11);
}

.shop-primary-nav .shop-category-menu {
    display: inline-flex;
    align-items: center;
}

.shop-primary-nav .shop-category-menu-toggle {
    margin-left: -9px;
    color: currentColor;
}

.shop-home-body .shop-primary-nav .shop-category-menu-toggle {
    color: rgba(255, 255, 255, .78);
}

/* Desktop-Flyout: kleiner Abstand plus unsichtbare Hover-Bruecke.
   So bleibt das Menue offen, waehrend der Mauszeiger vom Hauptpunkt
   in das Untermenue bewegt wird. */
.shop-primary-nav .shop-category-flyout {
    top: calc(100% + 6px);
    z-index: 160;
}

@media (min-width: 901px) {
    .shop-primary-nav .shop-category-menu.has-children::after {
        content: "";
        position: absolute;
        z-index: 159;
        top: 100%;
        left: -6px;
        right: -6px;
        height: 10px;
    }
}

.shop-header-actions-modern {
    gap: 8px;
}

.shop-header-icon-button {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    color: var(--shop-green-900);
    background: #fff;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.shop-header-icon-button:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--shop-green-800) 35%, white);
    background: var(--shop-green-050);
}

.shop-home-body .shop-header-icon-button {
    color: #fff;
    border-color: rgba(255, 255, 255, .17);
    background: rgba(255, 255, 255, .06);
}

.shop-home-body .shop-header-icon-button:hover {
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .12);
}

.shop-header-icon-button svg,
.shop-header-search-modern svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-header-actions-modern .shop-cart-link {
    display: grid;
}

.shop-header-actions-modern .shop-cart-link strong {
    position: absolute;
    top: -5px;
    right: -5px;
    display: grid;
    width: 20px;
    height: 20px;
    min-width: 20px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--shop-green-800);
    font-size: 9px;
    line-height: 1;
}

.shop-home-body .shop-header-actions-modern .shop-cart-link strong {
    color: var(--shop-green-950);
    border-color: var(--shop-storefront-header);
    background: var(--shop-storefront-lime);
}

.shop-search-drawer {
    border-top: 1px solid var(--shop-line);
    background: #fff;
    box-shadow: 0 20px 35px rgba(12, 44, 32, .09);
}

.shop-search-drawer[hidden] {
    display: none;
}

.shop-header-search-modern {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto 38px;
    align-items: center;
    gap: 10px;
    min-height: 76px;
}

.shop-header-search-modern > svg {
    color: var(--shop-green-800);
}

.shop-header-search-modern input {
    min-width: 0;
    height: 48px;
    padding: 0;
    border: 0;
    outline: 0;
    color: var(--shop-ink);
    background: transparent;
    font-size: 16px;
}

.shop-search-submit {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--shop-green-900);
    font-weight: 800;
    cursor: pointer;
}

.shop-search-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: var(--shop-muted);
    background: var(--shop-green-050);
    cursor: pointer;
    font-size: 22px;
}

.shop-home-body .shop-main {
    background: #fff;
}

.shop-home-body .shop-main > .shop-section:first-child {
    padding-top: 54px;
}

.shop-storefront-hero {
    position: relative;
    min-height: clamp(470px, 61vw, 660px);
    overflow: hidden;
    color: #fff;
    background: var(--shop-green-950);
}

.shop-storefront-hero .shop-home-hero-slides,
.shop-storefront-hero .shop-home-hero-slide {
    min-height: inherit;
}

.shop-storefront-hero .shop-home-hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: stretch;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}

.shop-storefront-hero .shop-home-hero-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.shop-storefront-hero .shop-home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
}

.shop-storefront-hero .shop-home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 23, 17, .94) 0%, rgba(5, 23, 17, .78) 38%, rgba(5, 23, 17, .24) 69%, rgba(5, 23, 17, .18) 100%),
        linear-gradient(0deg, rgba(5, 23, 17, .32), transparent 58%);
}

.shop-storefront-hero .shop-home-hero-slide.has-fallback-visual .shop-home-hero-overlay {
    background:
        radial-gradient(circle at 80% 35%, color-mix(in srgb, var(--shop-gold) 24%, transparent), transparent 28%),
        radial-gradient(circle at 72% 70%, rgba(255, 255, 255, .08), transparent 28%),
        linear-gradient(110deg, var(--shop-green-950) 0%, var(--shop-green-900) 58%, var(--shop-green-700) 100%);
}

.shop-storefront-hero .shop-home-hero-content {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    align-items: center;
    gap: 56px;
    min-height: inherit;
    padding-top: 58px;
    padding-bottom: 72px;
}

.shop-home-hero-copy-modern {
    max-width: 760px;
}

.shop-home-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.shop-storefront-hero .shop-home-hero-content h1 {
    max-width: 780px;
    margin: 16px 0 18px;
    color: #fff;
    font: 700 clamp(48px, 6.5vw, 84px)/.96 "Playfair Display", serif;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.shop-storefront-hero .shop-home-hero-content p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(15px, 1.6vw, 19px);
    line-height: 1.65;
}

.shop-storefront-hero .shop-home-hero-actions {
    margin-top: 28px;
}

.shop-storefront-hero .shop-home-hero-actions .shop-btn-primary {
    gap: 12px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 10px;
    color: var(--shop-green-950);
    background: var(--shop-storefront-lime);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .18);
}

.shop-home-hero-mosaic {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-self: center;
    width: min(440px, 100%);
    margin-left: auto;
    transform: rotate(2deg);
}

.shop-home-hero-mosaic span {
    display: grid;
    aspect-ratio: 1 / 1;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 26px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 70px rgba(4, 20, 14, .28);
}

.shop-home-hero-mosaic span:first-child {
    grid-row: span 2;
    aspect-ratio: auto;
}

.shop-home-hero-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.shop-storefront-hero .shop-home-hero-controls {
    position: absolute;
    inset: 50% 24px auto;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    transform: translateY(-50%);
    pointer-events: none;
}

.shop-storefront-hero .shop-home-hero-arrow {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    background: rgba(5, 23, 17, .32);
    backdrop-filter: blur(8px);
    pointer-events: auto;
    cursor: pointer;
    font-size: 28px;
}

.shop-storefront-hero .shop-home-hero-dots {
    position: absolute;
    left: 50%;
    top: calc(50% + min(27vw, 270px));
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
    pointer-events: auto;
}

.shop-storefront-hero .shop-home-hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.shop-storefront-hero .shop-home-hero-dots button.is-active {
    width: 26px;
    border-radius: 999px;
    background: #fff;
}

.shop-storefront-fallback-hero {
    min-height: 520px;
    display: grid;
    align-items: center;
}

.shop-storefront-news {
    position: relative;
    z-index: 4;
    margin-top: 0;
    padding: 30px 0 28px;
    background: #fff;
}

.shop-storefront-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.shop-storefront-section-head.is-compact {
    margin-bottom: 18px;
}

.shop-storefront-section-head > div > span {
    display: block;
    margin-bottom: 6px;
    color: var(--shop-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.shop-storefront-section-head h2 {
    margin: 0;
    color: var(--shop-ink);
    font: 700 clamp(29px, 3.2vw, 42px)/1.08 "Playfair Display", serif;
    letter-spacing: -.02em;
}

.shop-storefront-section-head > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--shop-green-900);
    font-size: 12px;
    font-weight: 800;
}

.shop-storefront-section-head > a b {
    transition: transform .16s ease;
}

.shop-storefront-section-head > a:hover b {
    transform: translateX(4px);
}

.shop-home-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.shop-home-promo-card,
.shop-home-promo-card:first-child:nth-last-child(2),
.shop-home-promo-card:first-child:nth-last-child(2) ~ .shop-home-promo-card,
.shop-home-promo-card:only-child,
.shop-home-promo-card:last-child:nth-child(odd) {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, var(--shop-green-950), var(--shop-green-700));
    box-shadow: 0 14px 34px rgba(9, 41, 29, .1);
}

.shop-home-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.shop-home-promo-card:hover img {
    transform: scale(1.045);
}

.shop-home-promo-card .shop-home-promo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 18, 12, .88) 0%, rgba(3, 18, 12, .42) 58%, rgba(3, 18, 12, .08) 100%);
}

.shop-home-promo-card:not(.has-image) .shop-home-promo-overlay {
    background:
        radial-gradient(circle at 82% 15%, color-mix(in srgb, var(--shop-gold) 26%, transparent), transparent 32%),
        linear-gradient(145deg, var(--shop-green-950), var(--shop-green-700));
}

.shop-home-promo-content {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    padding: 24px;
}

.shop-home-promo-content > span {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 9px;
    border-radius: 999px;
    color: var(--shop-green-950);
    background: var(--shop-storefront-lime);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.shop-home-promo-content h3 {
    max-width: 420px;
    margin: 0;
    color: #fff;
    font: 700 clamp(24px, 2.6vw, 34px)/1.04 "Playfair Display", serif;
}

.shop-home-promo-content p {
    max-width: 460px;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.55;
}

.shop-home-promo-content a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    margin-top: 16px;
    padding: 0 14px;
    border-radius: 9px;
    color: var(--shop-green-950);
    background: #fff;
    font-size: 11px;
    font-weight: 900;
}

.shop-home-promo-content a b {
    transition: transform .16s ease;
}

.shop-home-promo-content a:hover b {
    transform: translateX(3px);
}

.shop-storefront-categories {
    padding-top: 38px;
    padding-bottom: 58px;
}

.shop-category-grid-home {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.shop-category-grid-home .shop-category-card {
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--shop-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
}

.shop-category-grid-home .shop-category-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--shop-green-800) 28%, white);
    box-shadow: 0 18px 34px rgba(10, 40, 29, .08);
}

.shop-category-grid-home .shop-category-card-main {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0;
    min-height: 160px;
    padding: 22px 18px 18px;
}

.shop-category-grid-home .shop-category-icon {
    display: grid;
    grid-column: 1 / -1;
    width: 62px;
    height: 62px;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 50%;
    color: var(--shop-green-900);
    background: var(--shop-green-050);
}

.shop-category-grid-home .shop-category-icon svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-category-grid-home .shop-category-card-main > div {
    display: grid;
    min-width: 0;
}

.shop-category-grid-home .shop-category-card strong {
    overflow: hidden;
    color: var(--shop-ink);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-category-grid-home .shop-category-card small {
    margin-top: 4px;
    color: var(--shop-muted);
    font-size: 10px;
}

.shop-category-grid-home .shop-category-card b {
    align-self: end;
    color: var(--shop-green-900);
    font-size: 18px;
}

.shop-storefront-featured {
    padding-top: 60px;
    padding-bottom: 64px;
    background: #f6f8f7;
}

.shop-product-card {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.shop-product-card:hover {
    transform: none;
    border: 0;
    box-shadow: none;
}

.shop-product-image {
    aspect-ratio: 4 / 4.5;
    overflow: hidden;
    border: 1px solid var(--shop-line);
    border-radius: 18px;
    background: #f7f8f7;
    box-shadow: none;
}

.shop-product-card:hover .shop-product-image {
    border-color: color-mix(in srgb, var(--shop-green-800) 26%, white);
}

.shop-product-image img {
    transition: transform .35s ease;
}

.shop-product-card:hover .shop-product-image img {
    transform: scale(1.025);
}

.shop-product-image.is-physical_product img {
    padding: 16px;
}

.shop-product-card-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(21, 61, 47, .1);
    border-radius: 50%;
    color: var(--shop-green-900);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 18px rgba(12, 40, 30, .08);
    font-size: 18px;
    transition: transform .18s ease, background .18s ease;
}

.shop-product-card:hover .shop-product-card-arrow {
    transform: translate(2px, -2px);
    background: #fff;
}

.shop-product-card-body {
    min-height: 0;
    padding: 15px 3px 0;
}

.shop-product-card-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shop-product-type,
.shop-variant-count {
    min-height: 23px;
    padding: 0 8px;
    font-size: 8px;
}

.shop-product-card h3 {
    margin-top: 11px;
    font-size: 15px;
    line-height: 1.35;
}

.shop-product-card p {
    margin-top: 6px;
    color: var(--shop-muted);
    font-size: 10px;
    -webkit-line-clamp: 2;
}

.shop-product-card-footer {
    margin-top: 13px;
    padding-top: 0;
}

.shop-product-card-footer strong {
    font-size: 18px;
}

.shop-availability {
    gap: 6px;
    min-height: 24px;
    padding: 0;
    color: var(--shop-muted) !important;
    background: transparent !important;
    font-size: 9px;
}

.shop-availability i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.shop-availability.is-available i {
    color: #2c815b;
}

.shop-availability.is-unavailable i {
    color: #b3564a;
}

.shop-storefront-assortment {
    padding-top: 64px;
    padding-bottom: 76px;
}

.shop-storefront-assortment .shop-storefront-section-head > strong {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--shop-green-900);
    background: var(--shop-green-100);
    font-size: 10px;
}

.shop-footer {
    padding-top: 56px;
    background: #0a271d;
}

@media (max-width: 1180px) {
    .shop-header-main-modern {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 18px;
    }

    .shop-primary-nav {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .shop-primary-nav::-webkit-scrollbar {
        display: none;
    }

    .shop-category-grid-home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .shop-header-main-modern {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 72px;
    }

    .shop-primary-nav {
        grid-column: 1 / -1;
        order: 3;
        width: 100%;
        padding-bottom: 10px;
    }

    .shop-home-body .shop-header.is-storefront-home {
        position: relative;
    }

    .shop-storefront-hero .shop-home-hero-content {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 44px;
        padding-bottom: 76px;
    }

    .shop-home-hero-mosaic {
        display: none;
    }

    .shop-storefront-hero .shop-home-hero-overlay {
        background: linear-gradient(90deg, rgba(5, 23, 17, .93), rgba(5, 23, 17, .48));
    }

    .shop-home-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-home-promo-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .shop-shell {
        width: min(100% - 28px, 1240px);
    }

    .shop-header-main-modern {
        gap: 12px;
    }

    .shop-header-main-modern .shop-brand {
        min-width: 0;
    }

    .shop-header-main-modern .shop-brand-copy {
        display: none;
    }

    .shop-primary-nav {
        margin: 0 -14px;
        padding: 0 14px 10px;
    }

    .shop-primary-nav > a,
    .shop-primary-nav .shop-category-menu-link {
        min-height: 36px;
        padding: 0 10px;
        font-size: 10px;
    }

    .shop-search-drawer .shop-shell {
        width: min(100% - 24px, 1240px);
    }

    .shop-header-search-modern {
        grid-template-columns: 24px minmax(0, 1fr) 36px;
        gap: 8px;
        min-height: 68px;
    }

    .shop-search-submit {
        display: none;
    }

    .shop-storefront-hero {
        min-height: 520px;
    }

    .shop-storefront-hero .shop-home-hero-content h1 {
        font-size: clamp(44px, 13vw, 66px);
    }

    .shop-storefront-hero .shop-home-hero-controls {
        left: 12px;
        right: 12px;
    }

    .shop-storefront-hero .shop-home-hero-arrow {
        width: 42px;
        height: 42px;
    }

    .shop-storefront-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .shop-home-promo-grid {
        grid-template-columns: 1fr;
    }

    .shop-home-promo-card,
    .shop-home-promo-card:last-child:nth-child(odd) {
        grid-column: auto;
        min-height: 250px;
    }

    .shop-category-grid-home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-category-grid-home .shop-category-card-main {
        min-height: 145px;
    }

    .shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 12px;
    }
}

@media (max-width: 460px) {
    .shop-header-actions-modern {
        gap: 5px;
    }

    .shop-header-icon-button {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .shop-storefront-hero {
        min-height: 500px;
    }

    .shop-storefront-hero .shop-home-hero-content {
        padding-top: 34px;
    }

    .shop-storefront-hero .shop-home-hero-content h1 {
        font-size: 45px;
    }

    .shop-storefront-hero .shop-home-hero-content p {
        font-size: 14px;
    }

    .shop-category-grid-home {
        grid-template-columns: 1fr 1fr;
    }

    .shop-category-grid-home .shop-category-card-main {
        min-height: 132px;
        padding: 17px 14px 14px;
    }

    .shop-category-grid-home .shop-category-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }

    .shop-category-grid-home .shop-category-icon svg {
        width: 29px;
        height: 29px;
    }

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

@media (prefers-reduced-motion: reduce) {
    .shop-storefront-hero .shop-home-hero-slide,
    .shop-home-promo-card img,
    .shop-product-image img,
    .shop-product-card-arrow {
        transition: none !important;
    }
}

/* =========================================================
   Storefront V3 - Mockup-nahe Startseite
   ========================================================= */

.shop-home-body {
    --shop-home-header-height: 82px;
    --shop-home-announcement-offset: 0px;
    --shop-home-preview-offset: 0px;
}

.shop-home-body.has-shop-announcement {
    --shop-home-announcement-offset: 42px;
}

.shop-home-body.has-shop-preview {
    --shop-home-preview-offset: 42px;
}

.shop-home-body .shop-shell {
    width: min(100% - 64px, 1440px);
}

/* Auf der Startseite liegt die Navigation wie im Mockup direkt auf dem Hero. */
.shop-home-body .shop-header.is-storefront-home {
    position: absolute;
    top: calc(var(--shop-home-announcement-offset) + var(--shop-home-preview-offset));
    left: 0;
    right: 0;
    z-index: 75;
    border: 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(4, 22, 16, .62) 0%, rgba(4, 22, 16, .2) 64%, transparent 100%);
    box-shadow: none;
    backdrop-filter: none;
    transition: background .2s ease, box-shadow .2s ease;
}

.shop-home-body .shop-header.is-storefront-home.is-scrolled {
    position: fixed;
    top: 0;
    background: rgba(6, 35, 24, .96);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    backdrop-filter: blur(16px);
}

.shop-home-body .shop-header.is-storefront-home .shop-brand-logo img {
    filter: brightness(0) invert(1);
    opacity: .96;
}

.shop-home-body .shop-header-main-modern {
    min-height: var(--shop-home-header-height);
}

.shop-home-body .shop-primary-nav > a,
.shop-home-body .shop-primary-nav .shop-category-menu-link {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
}

/* Kompakter Hero: mehr Shop, weniger Textbanner. */
.shop-storefront-hero {
    min-height: clamp(470px, 34vw, 540px);
}

.shop-storefront-hero .shop-home-hero-image {
    object-position: var(--shop-hero-focus, center center);
    transform: none;
}

.shop-storefront-hero .shop-home-hero-overlay {
    background:
        linear-gradient(90deg, rgba(3, 20, 13, .9) 0%, rgba(3, 20, 13, .72) 30%, rgba(3, 20, 13, .28) 59%, rgba(3, 20, 13, .06) 100%),
        linear-gradient(0deg, rgba(3, 20, 13, .27), transparent 54%);
}

.shop-storefront-hero .shop-home-hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(200px, .55fr);
    gap: 48px;
    min-height: inherit;
    padding-top: calc(var(--shop-home-header-height) + 34px);
    padding-bottom: 44px;
}

.shop-home-hero-copy-modern {
    max-width: 650px;
}

.shop-home-hero-eyebrow {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: color-mix(in srgb, var(--shop-storefront-lime) 84%, white);
    background: transparent;
    backdrop-filter: none;
    font-size: 13px;
    letter-spacing: .055em;
}

.shop-storefront-hero .shop-home-hero-content h1 {
    max-width: 650px;
    margin: 12px 0 16px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(48px, 4.6vw, 70px);
    font-weight: 800;
    line-height: .94;
    letter-spacing: -.055em;
    text-transform: uppercase;
    text-wrap: balance;
}

.shop-storefront-hero .shop-home-hero-content p {
    max-width: 500px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.55;
}

.shop-storefront-hero .shop-home-hero-actions {
    margin-top: 22px;
}

.shop-storefront-hero .shop-home-hero-actions .shop-btn-primary {
    min-height: 48px;
    padding: 0 21px;
    border-radius: 7px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 900;
}

/* Optionaler Kreis-Badge wie im Mockup. */
.shop-home-hero-badge {
    justify-self: end;
    display: grid;
    width: clamp(150px, 13vw, 188px);
    aspect-ratio: 1 / 1;
    place-items: center;
    align-content: center;
    gap: 7px;
    margin-right: clamp(16px, 3vw, 52px);
    padding: 20px;
    border: 2px solid var(--shop-storefront-lime);
    border-radius: 50%;
    color: #fff;
    background: rgba(5, 58, 38, .88);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    text-align: center;
    backdrop-filter: blur(7px);
}

.shop-home-hero-badge svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--shop-storefront-lime);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-home-hero-badge strong {
    max-width: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.shop-home-hero-badge span {
    color: rgba(255, 255, 255, .88);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* Pfeile links/rechts und Dots unten mittig statt kompakter Buttonleiste. */
.shop-storefront-hero .shop-home-hero-controls {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
    pointer-events: none;
}

.shop-storefront-hero .shop-home-hero-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin: 0;
    transform: translateY(-50%);
    pointer-events: auto;
}

.shop-storefront-hero .shop-home-hero-arrow.is-prev {
    left: 24px;
}

.shop-storefront-hero .shop-home-hero-arrow.is-next {
    right: 24px;
}

.shop-storefront-hero .shop-home-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    pointer-events: auto;
}

/* News-Kacheln sitzen unmittelbar unter dem Hero wie im Mockup. */
.shop-storefront-news {
    padding: 14px 0 0;
}

.shop-storefront-news .shop-shell {
    width: min(100% - 64px, 1440px);
}

.shop-home-promo-grid {
    gap: 12px;
}

.shop-home-promo-card,
.shop-home-promo-card:first-child:nth-last-child(2),
.shop-home-promo-card:first-child:nth-last-child(2) ~ .shop-home-promo-card,
.shop-home-promo-card:only-child,
.shop-home-promo-card:last-child:nth-child(odd) {
    min-height: 250px;
    border-radius: 14px;
}

.shop-home-promo-card .shop-home-promo-overlay {
    background: linear-gradient(90deg, rgba(4, 20, 14, .82) 0%, rgba(4, 20, 14, .42) 55%, rgba(4, 20, 14, .08) 100%);
}

.shop-home-promo-content {
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 68%;
    padding: 22px;
}

.shop-home-promo-content > span {
    margin-bottom: 9px;
    border-radius: 5px;
}

.shop-home-promo-content h3 {
    font-family: "DM Sans", sans-serif;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.shop-home-promo-content p {
    margin-top: 9px;
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 600;
}

.shop-home-promo-content a {
    min-height: 36px;
    margin-top: 14px;
    padding: 0 13px;
    border-radius: 6px;
}

/* Kategorien kompakt und zentriert. */
.shop-storefront-categories {
    padding-top: 28px;
    padding-bottom: 46px;
}

.shop-storefront-categories .shop-shell {
    width: min(100% - 64px, 1440px);
}

.shop-storefront-categories .shop-storefront-section-head {
    align-items: center;
    margin-bottom: 14px;
}

.shop-storefront-categories .shop-storefront-section-head > div > span:empty {
    display: none;
}

.shop-storefront-categories .shop-storefront-section-head > div > span {
    margin: 0;
}

.shop-storefront-categories .shop-storefront-section-head h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.shop-category-grid-home {
    gap: 12px;
}

.shop-category-grid-home .shop-category-card {
    border-radius: 14px;
}

.shop-category-grid-home .shop-category-card-main {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 128px;
    place-items: center;
    padding: 16px 12px 14px;
    text-align: center;
}

.shop-category-grid-home .shop-category-icon {
    grid-column: auto;
    width: 54px;
    height: 54px;
    margin: 0 0 10px;
    background: transparent;
}

.shop-category-grid-home .shop-category-icon svg {
    width: 38px;
    height: 38px;
}

.shop-category-grid-home .shop-category-card-main > div {
    place-items: center;
}

.shop-category-grid-home .shop-category-card strong {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.shop-category-grid-home .shop-category-card small {
    margin-top: 2px;
    font-size: 10px;
}

.shop-category-grid-home .shop-category-card b {
    display: none;
}

@media (max-width: 1000px) {
    .shop-home-body .shop-shell {
        width: min(100% - 38px, 1440px);
    }

    .shop-storefront-hero {
        min-height: 520px;
    }

    .shop-storefront-hero .shop-home-hero-content {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 24px;
    }

    .shop-home-hero-badge {
        width: 145px;
        margin-right: 16px;
    }

    .shop-home-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .shop-home-body {
        --shop-home-header-height: 72px;
    }

    .shop-home-body .shop-header.is-storefront-home {
        position: relative;
        top: auto;
        background: var(--shop-storefront-header);
    }

    .shop-home-body .shop-header.is-storefront-home.is-scrolled {
        position: sticky;
        top: 0;
    }

    .shop-home-body .shop-shell,
    .shop-storefront-news .shop-shell,
    .shop-storefront-categories .shop-shell {
        width: min(100% - 28px, 1440px);
    }

    .shop-storefront-hero {
        min-height: 500px;
    }

    .shop-storefront-hero .shop-home-hero-content {
        grid-template-columns: 1fr;
        padding-top: 42px;
        padding-bottom: 58px;
    }

    .shop-storefront-hero .shop-home-hero-content h1 {
        font-size: clamp(42px, 12vw, 58px);
    }

    .shop-home-hero-badge {
        display: none;
    }

    .shop-storefront-hero .shop-home-hero-arrow.is-prev {
        left: 10px;
    }

    .shop-storefront-hero .shop-home-hero-arrow.is-next {
        right: 10px;
    }

    .shop-home-promo-grid {
        grid-template-columns: 1fr;
    }

    .shop-home-promo-card,
    .shop-home-promo-card:last-child:nth-child(odd) {
        min-height: 225px;
    }

    .shop-home-promo-content {
        max-width: 82%;
    }
}

/* Storefront V3.1: Suche und reduzierte Icon-/Pfeilsprache */
.shop-announcement-controls button svg,
.shop-storefront-hero .shop-home-hero-arrow svg,
.shop-inline-arrow,
.shop-search-all-results svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-announcement-controls button {
    font-size: 0;
}

.shop-announcement-controls button svg {
    width: 15px;
    height: 15px;
}

.shop-storefront-hero .shop-home-hero-arrow {
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, .48);
    background: rgba(7, 35, 24, .18);
    font-size: 0;
}

.shop-storefront-hero .shop-home-hero-arrow:hover {
    border-color: rgba(255, 255, 255, .78);
    background: rgba(7, 35, 24, .34);
}

.shop-storefront-hero .shop-home-hero-arrow svg {
    width: 22px;
    height: 22px;
}

.shop-storefront-section-head > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.shop-storefront-section-head .shop-inline-arrow {
    width: 17px;
    height: 17px;
}

/* Kategorien bewusst ruhig: keine automatisch erfundenen Piktogramme. */
.shop-category-grid-home .shop-category-card-main {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: center;
    padding: 16px 14px;
}

.shop-category-grid-home .shop-category-card-main > div {
    display: grid;
    place-items: center;
    gap: 3px;
}

.shop-category-grid-home .shop-category-card strong {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.shop-category-grid-home .shop-category-card small {
    margin: 0;
    color: var(--shop-muted);
    font-size: 10px;
}

/* Live-Suche wie ein echtes Commerce-Flyout. */
.shop-search-drawer {
    position: relative;
    z-index: 120;
}

.shop-search-drawer > .shop-shell {
    position: relative;
}

.shop-search-suggestions {
    position: absolute;
    z-index: 10;
    top: calc(100% - 2px);
    right: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid var(--shop-line);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 26px 50px rgba(7, 36, 25, .16);
}

.shop-search-suggestions[hidden] {
    display: none;
}

.shop-search-suggestions-head {
    padding: 12px 18px 8px;
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.shop-search-suggestions-list {
    display: grid;
}

.shop-search-suggestion {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    min-height: 72px;
    padding: 9px 18px;
    border-top: 1px solid color-mix(in srgb, var(--shop-line) 72%, white);
    color: inherit;
    text-decoration: none;
}

.shop-search-suggestion:hover,
.shop-search-suggestion:focus-visible {
    background: var(--shop-green-050);
    outline: 0;
}

.shop-search-suggestion-media {
    display: grid;
    width: 54px;
    height: 54px;
    overflow: hidden;
    place-items: center;
    border: 1px solid var(--shop-line);
    border-radius: 9px;
    color: var(--shop-green-900);
    background: #fff;
    font-size: 13px;
    font-weight: 900;
}

.shop-search-suggestion-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-search-suggestion-copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.shop-search-suggestion-copy strong {
    overflow: hidden;
    color: var(--shop-ink);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-search-suggestion-copy small {
    overflow: hidden;
    color: var(--shop-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-search-suggestion-price {
    color: var(--shop-green-950);
    font-size: 12px;
    white-space: nowrap;
}

.shop-search-suggestions-empty {
    display: grid;
    gap: 4px;
    padding: 18px;
    border-top: 1px solid var(--shop-line);
}

.shop-search-suggestions-empty strong {
    color: var(--shop-ink);
    font-size: 13px;
}

.shop-search-suggestions-empty span {
    color: var(--shop-muted);
    font-size: 11px;
}

.shop-search-all-results {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 18px;
    border-top: 1px solid var(--shop-line);
    color: var(--shop-green-950);
    background: #fbfdfc;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.shop-search-all-results:hover {
    background: var(--shop-green-050);
}

.shop-search-all-results svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 760px) {
    .shop-search-suggestions {
        right: 14px;
        left: 14px;
    }

    .shop-search-suggestion {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 9px 12px;
    }

    .shop-search-suggestion-media {
        width: 46px;
        height: 46px;
    }

    .shop-search-suggestion-price {
        grid-column: 2;
    }
}


/* =========================================================
   Storefront V3.2: ruhigere Produktkarten + Kategorie-Hero
   ========================================================= */

/* Produktbild ist selbst der Link. Kein redundanter Aktionspfeil im Bild. */
.shop-product-card-arrow {
    display: none !important;
}

/* Kategorie-Seiten: optionales Bild, sonst kompakter statt leerer Großfläche. */
.shop-category-page-hero {
    position: relative;
    display: grid;
    min-height: 220px;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid var(--shop-line);
}

.shop-category-page-hero.is-plain {
    background:
        radial-gradient(circle at 88% 0, color-mix(in srgb, var(--shop-gold) 18%, transparent), transparent 32%),
        linear-gradient(145deg, #fff, #f4f7f5);
}

.shop-category-page-hero.has-image {
    min-height: clamp(300px, 27vw, 390px);
    color: #fff;
    background: var(--shop-green-950);
}

.shop-category-hero-image,
.shop-category-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.shop-category-hero-image {
    object-fit: cover;
    object-position: var(--shop-category-image-focus, center center);
}

.shop-category-hero-overlay {
    background:
        linear-gradient(90deg, rgba(3, 25, 17, .86) 0%, rgba(3, 25, 17, .61) 39%, rgba(3, 25, 17, .16) 72%, rgba(3, 25, 17, .05) 100%),
        linear-gradient(0deg, rgba(3, 25, 17, .22), transparent 55%);
}

.shop-category-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: inherit;
    flex-direction: column;
    justify-content: center;
    padding-top: 38px;
    padding-bottom: 42px;
}

.shop-category-page-hero .shop-category-breadcrumb {
    margin: 0 0 26px;
}

.shop-category-page-hero.has-image .shop-category-breadcrumb,
.shop-category-page-hero.has-image .shop-category-breadcrumb a,
.shop-category-page-hero.has-image .shop-category-breadcrumb strong {
    color: rgba(255, 255, 255, .78);
}

.shop-category-hero-copy {
    max-width: 720px;
}

.shop-category-hero-copy > span {
    display: block;
    color: var(--shop-gold);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.shop-category-page-hero h1 {
    margin: 8px 0 0;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.045em;
}

.shop-category-page-hero.has-image h1 {
    color: #fff;
}

.shop-category-page-hero p {
    max-width: 650px;
    margin: 14px 0 0;
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.65;
}

.shop-category-page-hero.has-image p {
    color: rgba(255, 255, 255, .82);
}

.shop-category-children-section {
    padding-top: 34px;
    padding-bottom: 34px;
}

.shop-category-section-head {
    margin-bottom: 18px;
}

.shop-category-section-head h2 {
    margin-top: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(25px, 2.6vw, 34px);
    font-weight: 800;
    letter-spacing: -.035em;
}

.shop-subcategory-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.shop-subcategory-card {
    display: block;
    min-height: 0;
    padding: 17px 18px;
    border: 1px solid var(--shop-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.shop-subcategory-card:hover {
    border-color: color-mix(in srgb, var(--shop-green-800) 35%, white);
    box-shadow: none;
    transform: translateY(-1px);
}

.shop-subcategory-card > div {
    display: grid;
    gap: 3px;
}

.shop-subcategory-card strong {
    color: var(--shop-ink);
    font-size: 13px;
    font-weight: 800;
}

.shop-subcategory-card small {
    margin: 0;
    color: var(--shop-muted);
    font-size: 10px;
}

.shop-category-products-section {
    padding-top: 46px;
}

.shop-category-empty-state > span {
    display: none;
}

@media (max-width: 1000px) {
    .shop-subcategory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .shop-category-page-hero,
    .shop-category-page-hero.has-image {
        min-height: 250px;
    }

    .shop-category-hero-content {
        padding-top: 28px;
        padding-bottom: 32px;
    }

    .shop-category-page-hero .shop-category-breadcrumb {
        margin-bottom: 18px;
    }

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

/* Shop Mobile Navigation V3.5
   Desktop navigation remains unchanged. On tablets/phones the topbar switches
   to a real offcanvas navigation with expandable category levels. */
.shop-mobile-menu-button,
.shop-mobile-nav {
    display: none;
}

@media (max-width: 900px) {
    body.has-shop-mobile-menu {
        overflow: hidden;
    }

    .shop-header-main-modern {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 72px;
    }

    .shop-primary-nav {
        display: none;
    }

    .shop-mobile-menu-button {
        display: grid;
    }

    .shop-mobile-nav {
        position: fixed;
        z-index: 700;
        inset: 0;
        display: block;
        visibility: hidden;
        pointer-events: none;
    }

    .shop-mobile-nav.is-open {
        visibility: visible;
        pointer-events: auto;
    }

    .shop-mobile-nav-backdrop {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        opacity: 0;
        background: rgba(5, 23, 17, .54);
        backdrop-filter: blur(3px);
        cursor: pointer;
        transition: opacity .22s ease;
    }

    .shop-mobile-nav.is-open .shop-mobile-nav-backdrop {
        opacity: 1;
    }

    .shop-mobile-nav-panel {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        width: min(88vw, 390px);
        height: 100%;
        overflow: hidden;
        color: var(--shop-ink);
        background: #fff;
        box-shadow: -24px 0 70px rgba(5, 23, 17, .22);
        transform: translateX(102%);
        transition: transform .24s cubic-bezier(.22, .7, .27, 1);
    }

    .shop-mobile-nav.is-open .shop-mobile-nav-panel {
        transform: translateX(0);
    }

    .shop-mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        min-height: 86px;
        padding: 18px 20px;
        border-bottom: 1px solid var(--shop-line);
    }

    .shop-mobile-nav-head > div {
        display: grid;
        gap: 3px;
        min-width: 0;
    }

    .shop-mobile-nav-head span {
        color: var(--shop-gold);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .shop-mobile-nav-head strong {
        overflow: hidden;
        color: var(--shop-green-950);
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .shop-mobile-nav-close {
        display: grid;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        place-items: center;
        padding: 0;
        border: 1px solid var(--shop-line);
        border-radius: 50%;
        color: var(--shop-green-950);
        background: #fff;
        cursor: pointer;
    }

    .shop-mobile-nav-close svg,
    .shop-mobile-menu-button svg,
    .shop-mobile-menu-row button svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .shop-mobile-nav-content {
        flex: 1 1 auto;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 12px 18px 28px;
    }

    .shop-mobile-nav-all {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        min-height: 58px;
        margin-bottom: 6px;
        padding: 0 12px;
        border-radius: 12px;
        color: #fff;
        background: var(--shop-green-950);
    }

    .shop-mobile-nav-all span {
        font-size: 14px;
        font-weight: 800;
    }

    .shop-mobile-nav-all small {
        color: rgba(255, 255, 255, .72);
        font-size: 9px;
    }

    .shop-mobile-menu-list,
    .shop-mobile-submenu {
        display: grid;
        gap: 2px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .shop-mobile-submenu {
        margin: 2px 0 5px;
        padding: 4px 0 4px 8px;
        border-left: 1px solid var(--shop-line);
    }

    .shop-mobile-submenu[hidden] {
        display: none;
    }

    .shop-mobile-menu-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 46px;
        align-items: stretch;
        min-height: 54px;
        border-bottom: 1px solid color-mix(in srgb, var(--shop-line) 72%, transparent);
    }

    .shop-mobile-menu-item:not(.has-children) .shop-mobile-menu-row {
        grid-template-columns: 1fr;
    }

    .shop-mobile-menu-row > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-width: 0;
        padding: 8px 8px 8px calc(10px + (var(--mobile-menu-depth, 0) * 10px));
        color: var(--shop-green-950);
    }

    .shop-mobile-menu-row > a span {
        overflow: hidden;
        font-size: 13px;
        font-weight: 750;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .shop-mobile-menu-row > a small {
        flex: 0 0 auto;
        color: #87968f;
        font-size: 9px;
        font-weight: 600;
    }

    .shop-mobile-menu-row > button {
        display: grid;
        place-items: center;
        padding: 0;
        border: 0;
        border-left: 1px solid color-mix(in srgb, var(--shop-line) 72%, transparent);
        color: var(--shop-green-800);
        background: transparent;
        cursor: pointer;
    }

    .shop-mobile-menu-row > button svg {
        transition: transform .18s ease;
    }

    .shop-mobile-menu-row > button[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }

    .shop-mobile-nav-footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
        border-top: 1px solid var(--shop-line);
        background: var(--shop-green-050);
    }

    .shop-mobile-nav-footer a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 44px;
        padding: 0 10px;
        border: 1px solid var(--shop-line);
        border-radius: 11px;
        color: var(--shop-green-950);
        background: #fff;
        font-size: 11px;
        font-weight: 750;
    }

    .shop-mobile-nav-footer a strong {
        display: grid;
        min-width: 20px;
        height: 20px;
        place-items: center;
        padding: 0 5px;
        border-radius: 999px;
        color: #fff;
        background: var(--shop-green-800);
        font-size: 9px;
    }
}

@media (max-width: 460px) {
    .shop-mobile-nav-panel {
        width: min(94vw, 390px);
    }

    .shop-mobile-nav-head {
        min-height: 76px;
        padding: 14px 16px;
    }

    .shop-mobile-nav-content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .shop-mobile-nav-footer {
        padding-right: 14px;
        padding-left: 14px;
    }
}

/* Shop mobile navigation V3.6
   The offcanvas is rendered as a direct child of <body>, outside the sticky/
   backdrop-filter header stacking context. This guarantees viewport-fixed
   positioning and keeps the drawer above category heroes and page content. */
@media (max-width: 900px) {
    .shop-mobile-nav {
        position: fixed;
        z-index: 3000;
        inset: 0;
        isolation: isolate;
    }

    .shop-mobile-nav-backdrop {
        z-index: 0;
    }

    .shop-mobile-nav-panel {
        z-index: 1;
    }
}

/* Gutscheine & Rabattcodes V1 */
.shop-promotion-box {
    display: grid;
    gap: 12px;
    margin: 22px 0 18px;
    padding: 16px;
    border: 1px solid rgba(18, 78, 58, .14);
    border-radius: 18px;
    background: #f5f8f6;
}

.shop-promotion-box-head {
    display: grid;
    gap: 3px;
}

.shop-promotion-box-head strong {
    color: var(--shop-green-900);
    font-size: 14px;
}

.shop-promotion-box-head small {
    color: var(--shop-muted);
    line-height: 1.45;
}

.shop-promotion-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.shop-promotion-code-row input {
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(18, 78, 58, .18);
    border-radius: 12px;
    background: #fff;
    color: var(--shop-ink);
    font: inherit;
}

.shop-promotion-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 3px 0 0 #c49b4a;
}

.shop-promotion-applied.is-voucher {
    box-shadow: inset 3px 0 0 var(--shop-green-700);
}

.shop-promotion-applied > div {
    display: grid;
    gap: 2px;
}

.shop-promotion-applied span,
.shop-promotion-applied small {
    color: var(--shop-muted);
    font-size: 11px;
}

.shop-promotion-applied strong {
    color: var(--shop-green-900);
    font-size: 13px;
    letter-spacing: .04em;
}

.shop-promotion-applied button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #a84a3f;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
}

.shop-checkout-summary dd.is-discount,
.shop-checkout-summary dd.is-voucher {
    color: var(--shop-green-700);
}

.shop-checkout-info-box.is-success {
    border-color: rgba(29, 122, 88, .16);
    background: #eef8f2;
}

@media (max-width: 560px) {
    .shop-promotion-code-row {
        grid-template-columns: 1fr;
    }

    .shop-promotion-code-row .shop-btn {
        width: 100%;
    }
}

/* ==========================================================================\n   Storefront V4 · administrierbare Startseite, Produkt-Slider & Pagination\n   ========================================================================== */

/* Aktions- und Infokacheln: Anzahl bestimmt das Desktop-Raster. Alte\n   grid-column-Regeln aus frueheren Storefront-Versionen werden bewusst\n   neutralisiert. */
.shop-home-promo-grid {
    display: grid;
    gap: 16px;
    align-items: stretch;
}

.shop-home-promo-grid.is-count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.shop-home-promo-grid.is-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-home-promo-grid.is-count-3plus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-home-promo-grid > .shop-home-promo-card,
.shop-home-promo-grid.is-count-1 > .shop-home-promo-card,
.shop-home-promo-grid.is-count-2 > .shop-home-promo-card,
.shop-home-promo-grid.is-count-3plus > .shop-home-promo-card {
    grid-column: auto !important;
    min-width: 0;
    width: 100%;
}

.shop-home-promo-grid.is-count-1 > .shop-home-promo-card {
    min-height: clamp(260px, 28vw, 390px);
}

.shop-home-promo-grid.is-count-2 > .shop-home-promo-card,
.shop-home-promo-grid.is-count-3plus > .shop-home-promo-card {
    min-height: clamp(250px, 24vw, 340px);
}

/* Freier Textbereich zwischen den Startseiten-Sektionen. */
.shop-home-content-section {
    padding-top: clamp(34px, 4.5vw, 72px);
    padding-bottom: clamp(34px, 4.5vw, 72px);
}

.shop-home-content-card {
    position: relative;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.shop-home-content-section.is-center .shop-home-content-card {
    margin-inline: auto;
    text-align: center;
}

.shop-home-content-section.is-left .shop-home-content-card {
    margin-right: auto;
}

.shop-home-content-card > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #c49b4a;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.shop-home-content-card h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: var(--shop-ink);
    font-family: var(--shop-font-display);
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.02;
}

.shop-home-content-section.is-center .shop-home-content-card h2,
.shop-home-content-section.is-center .shop-home-content-copy {
    margin-inline: auto;
}

.shop-home-content-copy {
    width: 100%;
    max-width: none;
    margin-top: 18px;
    color: var(--shop-muted);
    font-size: clamp(14px, 1.25vw, 17px);
    line-height: 1.75;
}

/* Redaktioneller Startseitentext: volle Breite innerhalb des gemeinsamen Storefront-Grids. */
.shop-home-content-section .shop-shell {
    width: min(100% - 64px, 1440px);
    max-width: none;
}

.shop-home-content-section .shop-home-content-card,
.shop-home-content-section .shop-home-content-copy,
.shop-home-content-section .shop-home-content-copy > * {
    width: 100%;
    max-width: none;
}

@media (max-width: 1000px) {
    .shop-home-content-section .shop-shell {
        width: min(100% - 38px, 1440px);
    }
}

@media (max-width: 760px) {
    .shop-home-content-section .shop-shell {
        width: min(100% - 28px, 1440px);
    }
}

.shop-home-content-copy > :first-child {
    margin-top: 0;
}

.shop-home-content-copy > :last-child {
    margin-bottom: 0;
}

.shop-home-content-card > .shop-btn {
    margin-top: 24px;
}

/* Neue Produkte: horizontaler, touch-faehiger Slider statt endloser Startseite. */
.shop-home-new-products {
    overflow: hidden;
}

.shop-product-slider-head-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shop-product-slider-head-actions > a {
    margin-right: 8px;
    color: var(--shop-green-900);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.shop-product-slider-head-actions > a:hover {
    color: var(--shop-green-700);
}

.shop-product-slider-head-actions button {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--shop-line);
    border-radius: 999px;
    background: #fff;
    color: var(--shop-green-900);
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease, opacity .18s ease;
}

.shop-product-slider-head-actions button:hover:not(:disabled) {
    border-color: var(--shop-green-700);
    background: var(--shop-green-900);
    color: #fff;
}

.shop-product-slider-head-actions button:disabled {
    cursor: default;
    opacity: .28;
}

.shop-product-slider-head-actions svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-product-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 54px) / 4);
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 20px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.shop-product-slider-track::-webkit-scrollbar {
    display: none;
}

.shop-product-slider-item {
    min-width: 0;
    scroll-snap-align: start;
}

.shop-product-slider-item > .shop-product-card {
    height: 100%;
}

/* Katalog-Pagination: serverseitig, crawlbar und auf Touch gut bedienbar. */
.shop-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid var(--shop-line);
}

.shop-pagination-summary {
    color: var(--shop-muted);
    font-size: 12px;
    line-height: 1.5;
}

.shop-pagination-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.shop-pagination-links a,
.shop-pagination-links span[aria-current="page"] {
    display: inline-grid;
    min-width: 38px;
    height: 38px;
    place-items: center;
    padding: 0 11px;
    border: 1px solid var(--shop-line);
    border-radius: 999px;
    background: #fff;
    color: var(--shop-green-900);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.shop-pagination-links a:hover {
    border-color: var(--shop-green-700);
    background: #eef6f2;
}

.shop-pagination-links span[aria-current="page"] {
    border-color: var(--shop-green-900);
    background: var(--shop-green-900);
    color: #fff;
}

.shop-pagination-links .shop-pagination-step {
    min-width: auto;
    padding-inline: 15px;
}

.shop-pagination-ellipsis {
    padding: 0 4px;
    color: var(--shop-muted);
}

/* Optionaler, redaktioneller Kategorietext fuer Suchsysteme und Kunden. */
.shop-category-seo-section {
    padding-top: 12px;
    padding-bottom: clamp(42px, 6vw, 84px);
}

.shop-category-seo-card {
    max-width: 980px;
    padding: clamp(24px, 3.5vw, 44px);
    border-top: 1px solid var(--shop-line);
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.75;
}

.shop-category-seo-card h2,
.shop-category-seo-card h3 {
    color: var(--shop-ink);
}

.shop-catalog-page-hero {
    padding: clamp(32px, 5vw, 64px) 0 clamp(20px, 3vw, 36px);
    background: linear-gradient(180deg, rgba(238, 246, 242, .72), rgba(255, 255, 255, 0));
}

@media (max-width: 1100px) {
    .shop-product-slider-track {
        grid-auto-columns: calc((100% - 36px) / 3);
    }
}

@media (max-width: 900px) {
    .shop-home-promo-grid.is-count-3plus {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-product-slider-track {
        grid-auto-columns: calc((100% - 18px) / 2);
    }
}

@media (max-width: 760px) {
    .shop-home-promo-grid.is-count-1,
    .shop-home-promo-grid.is-count-2,
    .shop-home-promo-grid.is-count-3plus {
        grid-template-columns: minmax(0, 1fr);
    }

    .shop-home-promo-grid > .shop-home-promo-card,
    .shop-home-promo-grid.is-count-1 > .shop-home-promo-card,
    .shop-home-promo-grid.is-count-2 > .shop-home-promo-card,
    .shop-home-promo-grid.is-count-3plus > .shop-home-promo-card {
        min-height: 220px;
    }


    .shop-product-slider-head-actions > a {
        display: none;
    }

    .shop-product-slider-head-actions button {
        width: 38px;
        height: 38px;
    }

    .shop-product-slider-track {
        grid-auto-columns: minmax(250px, 82vw);
        gap: 14px;
    }

    .shop-pagination {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .shop-pagination-links {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shop-product-slider-track {
        scroll-behavior: auto;
    }
}

/* =========================================================
   Storefront V3.3: Schnellkauf auf Produktkarten
   ========================================================= */

.shop-card-quick-buy {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid color-mix(in srgb, var(--shop-line) 78%, transparent);
}

.shop-card-variants {
    display: grid;
    gap: 6px;
}

.shop-card-variants > span {
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.shop-card-variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.shop-card-variant-chip,
.shop-card-variant-more {
    display: inline-flex;
    min-height: 29px;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border: 1px solid #bdc9c3;
    border-radius: 8px;
    color: var(--shop-ink);
    background: #fff;
    font: inherit;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.shop-card-variant-chip:not(:disabled),
.shop-card-variant-more {
    cursor: pointer;
}

.shop-card-variant-chip:not(:disabled):hover,
.shop-card-variant-more:hover {
    border-color: var(--shop-green-700);
    color: var(--shop-green-900);
    background: var(--shop-green-050);
}

.shop-card-variant-chip.is-selected {
    border-color: var(--shop-green-800);
    color: #fff;
    background: var(--shop-green-800);
    box-shadow: 0 4px 11px rgba(15, 69, 50, .13);
}

.shop-card-variant-chip:disabled {
    color: #9ba7a1;
    background: #f4f6f5;
    text-decoration: line-through;
    opacity: .72;
}

.shop-card-variant-more {
    color: var(--shop-green-800);
    border-style: dashed;
}

.shop-card-quick-buy-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
}

.shop-card-quick-buy-row.is-single {
    grid-template-columns: 1fr;
}

.shop-card-quantity {
    display: grid;
    grid-template-columns: 32px minmax(34px, 1fr) 32px;
    min-height: 42px;
    overflow: hidden;
    border: 1px solid #ccd6d1;
    border-radius: 10px;
    background: #fff;
}

.shop-card-quantity button,
.shop-card-quantity input {
    min-width: 0;
    border: 0;
    color: var(--shop-ink);
    background: transparent;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.shop-card-quantity button {
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.shop-card-quantity button:hover {
    color: var(--shop-green-900);
    background: var(--shop-green-050);
}

.shop-card-quantity input {
    width: 100%;
    padding: 0 2px;
    outline: 0;
    appearance: textfield;
}

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

.shop-card-add-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 13px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--shop-green-900);
    box-shadow: 0 7px 16px rgba(14, 58, 43, .12);
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.shop-card-add-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.shop-card-add-button:hover:not(:disabled) {
    transform: translateY(-1px);
    background: var(--shop-green-800);
    box-shadow: 0 9px 20px rgba(14, 58, 43, .16);
}

.shop-card-add-button:disabled {
    color: #8c9993;
    background: #e9eeeb;
    box-shadow: none;
    cursor: not-allowed;
}

.shop-card-add-button.is-loading {
    pointer-events: none;
    opacity: .72;
}

.shop-card-quick-status {
    display: none;
    margin-top: -2px;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.35;
}

.shop-card-quick-status:not(:empty) {
    display: block;
}

.shop-card-quick-status.is-success {
    color: #267252;
}

.shop-card-quick-status.is-error {
    color: #a04237 !important;
}

.shop-card-variant-detail-link {
    display: inline-flex;
    width: max-content;
    margin-top: 14px;
    color: var(--shop-green-800);
    font-size: 10px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1180px) and (min-width: 761px) {
    .shop-card-add-button span {
        display: none;
    }

    .shop-card-add-button {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 520px) {
    .shop-card-quick-buy-row {
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .shop-card-add-button {
        min-height: 44px;
        font-size: 11px;
    }

    .shop-card-variant-chip,
    .shop-card-variant-more {
        min-height: 32px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 10px;
    }
}

/* =========================================================
   Storefront V3.4: ruhige, gleich hohe Produktkarten
   ========================================================= */

.shop-product-card {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.shop-product-media {
    position: relative;
    min-width: 0;
}

.shop-product-media > .shop-product-image {
    width: 100%;
}

.shop-product-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.shop-product-card h3 {
    display: -webkit-box;
    min-height: 40.5px;
    max-height: 40.5px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shop-product-card-teaser {
    min-height: 31px;
    max-height: 31px;
    -webkit-line-clamp: 2 !important;
}

.shop-product-card-footer {
    min-height: 61px;
}

.shop-card-quick-buy {
    margin-top: 14px;
}

/* Varianten liegen auf dem Bild und belegen im Karteninhalt keine eigene Zeile mehr. */
.shop-card-variants-overlay {
    position: absolute;
    z-index: 4;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    min-width: 0;
    pointer-events: none;
}

.shop-card-variants-overlay .shop-card-variant-options {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

.shop-card-variants-overlay .shop-card-variant-chip,
.shop-card-variants-overlay .shop-card-variant-more {
    min-width: 0;
    min-height: 28px;
    flex: 0 1 auto;
    max-width: 76px;
    overflow: hidden;
    padding: 0 9px;
    border-color: rgba(18, 58, 44, .18);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 5px 15px rgba(11, 39, 29, .10);
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(8px);
    pointer-events: auto;
}

.shop-card-variants-overlay .shop-card-variant-chip.is-selected {
    border-color: var(--shop-green-800);
    background: var(--shop-green-800);
}

.shop-card-variants-overlay .shop-card-variant-more {
    min-width: 34px;
    max-width: 42px;
    flex: 0 0 auto;
    border-style: solid;
    color: var(--shop-green-900);
    font-weight: 900;
}

@media (max-width: 980px) {
    .shop-card-variants-overlay .shop-card-variant-chip {
        max-width: 64px;
        padding-right: 7px;
        padding-left: 7px;
        font-size: 8px;
    }
}

@media (max-width: 520px) {
    .shop-product-card h3 {
        min-height: 43px;
        max-height: 43px;
    }

    .shop-product-card-teaser {
        min-height: 34px;
        max-height: 34px;
    }

    .shop-card-variants-overlay {
        right: 9px;
        bottom: 9px;
        left: 9px;
    }

    .shop-card-variants-overlay .shop-card-variant-chip,
    .shop-card-variants-overlay .shop-card-variant-more {
        min-height: 30px;
        font-size: 9px;
    }
}

/* =========================================================
   dev.165 - Katalogfilter und mehr Luft zwischen Produktreihen
   ========================================================= */

.shop-product-grid {
    row-gap: 32px;
}

.shop-catalog-filters {
    margin: 18px 0 26px;
    border: 1px solid rgba(18, 58, 44, .14);
    border-radius: 16px;
    background: #fff;
}

.shop-catalog-filters > summary {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 18px;
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.shop-catalog-filters > summary::-webkit-details-marker {
    display: none;
}

.shop-catalog-filter-summary-copy {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--shop-green-900);
}

.shop-catalog-filter-summary-copy svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.shop-catalog-filter-summary-copy strong {
    font-size: 13px;
}

.shop-catalog-filter-summary-copy small {
    display: inline-flex;
    min-height: 23px;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    color: #61736b;
    background: #eff5f1;
    font-size: 9px;
    font-weight: 800;
}

.shop-catalog-filter-toggle {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: var(--shop-green-800);
    background: var(--shop-surface, #f4f8f6);
    font-size: 19px;
    line-height: 1;
    transition: transform .18s ease;
}

.shop-catalog-filters[open] .shop-catalog-filter-toggle {
    transform: rotate(45deg);
}

.shop-catalog-filter-form {
    padding: 18px;
    border-top: 1px solid rgba(18, 58, 44, .1);
}

.shop-catalog-filter-groups {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 22px 28px;
}

.shop-catalog-filter-group {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.shop-catalog-filter-group legend {
    margin-bottom: 9px;
    color: var(--shop-green-900);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.shop-catalog-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.shop-catalog-filter-option {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid rgba(18, 58, 44, .16);
    border-radius: 999px;
    color: #27483d;
    background: #fff;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.shop-catalog-filter-option:hover,
.shop-catalog-filter-option.is-selected,
.shop-catalog-filter-option:has(input:checked) {
    border-color: var(--shop-green-700);
    color: #fff;
    background: var(--shop-green-700);
}

.shop-catalog-filter-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.shop-catalog-filter-option small {
    color: inherit;
    opacity: .65;
    font-size: 8px;
}

.shop-catalog-filter-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(18, 58, 44, .08);
}

.shop-catalog-filter-actions > a {
    color: #667870;
    font-size: 10px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.shop-catalog-filter-actions .shop-btn {
    min-height: 40px;
    padding: 0 17px;
}

@media (max-width: 760px) {
    .shop-product-grid {
        row-gap: 28px;
    }

    .shop-catalog-filters {
        margin-top: 14px;
    }

    .shop-catalog-filter-form {
        padding: 15px;
    }

    .shop-catalog-filter-groups {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .shop-catalog-filter-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .shop-catalog-filter-actions .shop-btn {
        width: 100%;
    }
}

/* =========================================================
   dev.174 - Mobile Hero-Dots + volle Contentbreite
   ========================================================= */
@media (max-width: 760px) {
    /*
     * accessibility.css reserviert fuer Shop-Buttons mindestens 44px Touchhoehe.
     * Der sichtbare Sliderpunkt liegt deshalb als Pseudo-Element in einer
     * ausreichend grossen, transparenten Touchflaeche.
     */
    .shop-storefront-hero .shop-home-hero-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        bottom: 8px;
    }

    .shop-storefront-hero .shop-home-hero-dots button,
    .shop-storefront-hero .shop-home-hero-dots button.is-active {
        position: relative;
        display: grid;
        width: 30px;
        min-width: 30px;
        height: 44px;
        min-height: 44px;
        place-items: center;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .shop-storefront-hero .shop-home-hero-dots button::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border: 1px solid rgba(255, 255, 255, .82);
        border-radius: 999px;
        background: rgba(4, 28, 19, .18);
        box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
        transition: width .18s ease, background .18s ease, border-color .18s ease;
    }

    .shop-storefront-hero .shop-home-hero-dots button.is-active::before {
        width: 24px;
        border-color: #fff;
        background: #fff;
    }
}


/* Website & Inhalte */
.shop-content-public-page{padding-top:34px}.shop-content-public-page .shop-legal-content{max-width:1440px}.shop-content-external-reference{margin-top:28px;padding:20px 22px;border:1px solid var(--shop-line);border-radius:16px;background:var(--shop-green-050)}.shop-content-external-reference strong{display:block;color:var(--shop-ink);font-size:14px}.shop-content-external-reference p{margin:6px 0 14px;color:var(--shop-muted);font-size:13px}.shop-content-page-hero p{max-width:900px}.shop-mobile-custom-menu-list>li>a{display:flex;align-items:center;min-height:48px;padding:0 2px;border-bottom:1px solid var(--shop-line);font-weight:800;color:var(--shop-ink);text-decoration:none}@media(max-width:720px){.shop-content-public-page{padding-top:22px}.shop-content-external-reference{padding:17px}}

/* dev.179 - Website CMS sections */
.shop-cms-section{padding:54px 0}.shop-cms-section+.shop-cms-section{border-top:1px solid rgba(30,74,59,.06)}.shop-cms-narrow{max-width:1040px}.shop-cms-eyebrow{display:block;margin-bottom:10px;color:var(--shop-gold);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.shop-cms-copy h1,.shop-cms-copy h2,.shop-cms-heading h2,.shop-cms-text h2,.shop-cms-cta h2{margin:0;color:var(--shop-ink);font-family:"DM Sans",sans-serif;font-weight:700;letter-spacing:-.035em}.shop-cms-copy h1{font-size:clamp(40px,4.5vw,72px);line-height:1.02}.shop-cms-copy h2,.shop-cms-heading h2,.shop-cms-text h2,.shop-cms-cta h2{font-size:clamp(28px,3vw,44px);line-height:1.1}.shop-cms-rich-text{margin-top:17px;color:var(--shop-muted);font-size:16px;line-height:1.75}.shop-cms-rich-text>p:first-child{margin-top:0}.shop-cms-rich-text>p:last-child{margin-bottom:0}.shop-cms-copy>.shop-primary-button,.shop-cms-copy>.shop-secondary-button{margin-top:24px}.shop-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid #b9cec5;border-radius:12px;background:#fff;color:var(--shop-green-800);font-size:13px;font-weight:800;text-decoration:none;transition:border-color .18s ease,background .18s ease}.shop-secondary-button:hover{border-color:#7fa895;background:#f5faf7}.shop-cms-hero{padding:44px 0 62px}.shop-cms-hero.is-soft{background:linear-gradient(135deg,#f3f8f5,#fffaf1)}.shop-cms-hero.is-green{background:#0f4a37}.shop-cms-hero.is-green .shop-cms-eyebrow{color:#f4cf5b}.shop-cms-hero.is-green h1,.shop-cms-hero.is-green .shop-cms-rich-text{color:#fff}.shop-cms-hero.is-green .shop-cms-rich-text{opacity:.86}.shop-cms-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:46px;align-items:center}.shop-cms-hero:not(.has-image) .shop-cms-hero-grid{grid-template-columns:minmax(0,900px)}.shop-cms-hero-media{aspect-ratio:4/3;overflow:hidden;border-radius:26px;box-shadow:0 18px 48px rgba(11,47,35,.14)}.shop-cms-hero-media img{width:100%;height:100%;object-fit:cover}.shop-cms-image-text-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;align-items:center}.shop-cms-image-text-grid.is-image-right .shop-cms-image-text-media{order:2}.shop-cms-image-text-grid.is-image-right .shop-cms-copy{order:1}.shop-cms-image-text-media{min-height:360px;aspect-ratio:4/3;overflow:hidden;border-radius:24px;background:#edf3f0}.shop-cms-image-text-media img{width:100%;height:100%;object-fit:cover}.shop-cms-faq{background:#f7faf8}.shop-cms-heading{margin-bottom:28px}.shop-cms-faq-list{display:grid;gap:10px}.shop-cms-faq-list details{border:1px solid var(--shop-line);border-radius:15px;background:#fff}.shop-cms-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 18px;cursor:pointer;color:var(--shop-ink);font-size:14px;font-weight:800;list-style:none}.shop-cms-faq-list summary::-webkit-details-marker{display:none}.shop-cms-faq-list summary span{font-size:20px;font-weight:500;transition:transform .18s ease}.shop-cms-faq-list details[open] summary span{transform:rotate(45deg)}.shop-cms-faq-list details>div{padding:0 18px 18px;color:var(--shop-muted);font-size:14px;line-height:1.7}.shop-cms-cta{padding:42px 0}.shop-cms-cta.is-soft{background:#f7faf8}.shop-cms-cta.is-green{background:#0e432f}.shop-cms-cta.is-green .shop-cms-cta-card{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.05)}.shop-cms-cta.is-green h2,.shop-cms-cta.is-green .shop-cms-rich-text{color:#fff}.shop-cms-cta.is-green .shop-cms-rich-text{opacity:.82}.shop-cms-cta-card{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:30px 34px;border:1px solid var(--shop-line);border-radius:22px;background:#fff}.shop-cms-cta-card>div{max-width:850px}.shop-cms-legacy-content{padding:44px 0}.shop-cms-legacy-content+.shop-cms-section{padding-top:30px}
@media(max-width:900px){.shop-cms-section{padding:42px 0}.shop-cms-hero-grid,.shop-cms-image-text-grid{grid-template-columns:1fr;gap:28px}.shop-cms-image-text-grid.is-image-right .shop-cms-image-text-media,.shop-cms-image-text-grid.is-image-right .shop-cms-copy{order:initial}.shop-cms-hero-media,.shop-cms-image-text-media{min-height:0;aspect-ratio:16/10}.shop-cms-cta-card{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.shop-cms-section{padding:34px 0}.shop-cms-hero{padding:28px 0 38px}.shop-cms-copy h1{font-size:38px}.shop-cms-copy h2,.shop-cms-heading h2,.shop-cms-text h2,.shop-cms-cta h2{font-size:29px}.shop-cms-rich-text{font-size:15px}.shop-cms-hero-media,.shop-cms-image-text-media{border-radius:18px}.shop-cms-cta-card{padding:22px;border-radius:18px}.shop-cms-faq-list summary{padding:0 15px}.shop-cms-faq-list details>div{padding:0 15px 16px}}
.shop-cms-image-text-grid.has-no-image{grid-template-columns:minmax(0,900px)}
.shop-cms-hero.is-green .shop-primary-button,.shop-cms-cta.is-green .shop-primary-button{background:#f3d65c;color:#153c2e;box-shadow:none}.shop-cms-hero.is-green .shop-primary-button:hover,.shop-cms-cta.is-green .shop-primary-button:hover{background:#ffe071}

/* dev.180 - supplemental custom navigation */
.shop-mobile-custom-menu-label{margin:20px 0 6px;color:var(--shop-muted);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.shop-mobile-custom-menu-list{border-top:1px solid var(--shop-line)}

/* ========================================================================
   Shop typography baseline - dev.183
   Keep all public shop headings on the same DM Sans system typography.
   Decorative logo/placeholder marks intentionally keep their own styling.
   ======================================================================== */
.shop-hero h1,
.shop-section-head h2,
.shop-page-hero h1,
.shop-product-info h1,
.shop-product-description h2,
.shop-empty-state h3,
.shop-system-state h1,
.shop-legal-card h2,
.shop-page-heading h1,
.shop-confirmation-success h1,
.shop-legal-content h1,
.shop-order-summary h2,
.shop-empty-cart h2,
.shop-checkout-card h2,
.shop-confirmation-card h2,
.shop-withdrawal-heading h1,
.shop-withdrawal-shell.is-confirmation h1,
.shop-home-hero-content h1,
.shop-storefront-hero .shop-home-hero-content h1,
.shop-storefront-section-head h2,
.shop-home-promo-content h3,
.shop-cms-copy h1,
.shop-cms-copy h2,
.shop-cms-heading h2,
.shop-cms-text h2,
.shop-cms-cta h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 800;
}

.shop-page-hero h1,
.shop-page-heading h1,
.shop-confirmation-success h1,
.shop-legal-content h1,
.shop-withdrawal-heading h1,
.shop-withdrawal-shell.is-confirmation h1 {
    letter-spacing: -.045em;
}

.shop-section-head h2,
.shop-storefront-section-head h2,
.shop-product-description h2,
.shop-legal-card h2,
.shop-order-summary h2,
.shop-empty-cart h2,
.shop-checkout-card h2,
.shop-confirmation-card h2 {
    letter-spacing: -.035em;
}

/* ========================================================================
   Internal page hierarchy - dev.184
   Category pages are the visual reference for catalog and CMS content pages:
   one H1 scale, one section-H2 scale, matching spacing and hero rhythm.
   ======================================================================== */
.shop-catalog-page-hero,
.shop-content-page-hero {
    position: relative;
    display: grid;
    min-height: 220px;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid var(--shop-line);
    background:
        radial-gradient(circle at 88% 0, color-mix(in srgb, var(--shop-gold) 18%, transparent), transparent 32%),
        linear-gradient(145deg, #fff, #f4f7f5);
}

.shop-catalog-page-hero > .shop-shell,
.shop-content-page-hero > .shop-shell {
    display: flex;
    min-height: inherit;
    flex-direction: column;
    justify-content: center;
    padding-top: 38px;
    padding-bottom: 42px;
}

.shop-catalog-page-hero h1,
.shop-content-page-hero h1,
.shop-cms-hero .shop-cms-copy h1 {
    margin: 8px 0 0;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.045em;
}

.shop-catalog-page-hero p,
.shop-content-page-hero p {
    max-width: 650px;
    margin: 14px 0 0;
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.65;
}

.shop-catalog-page-hero .shop-category-hero-copy > span,
.shop-content-page-hero .shop-shell > span,
.shop-storefront-assortment .shop-storefront-section-head > div > span,
.shop-cms-eyebrow {
    color: var(--shop-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Product-list headings on the complete catalog use the same hierarchy as
   "Produkte & Leistungen" on a category page. */
.shop-storefront-assortment .shop-storefront-section-head > div > span {
    margin-bottom: 0;
}

.shop-storefront-assortment .shop-storefront-section-head h2,
.shop-cms-copy h2,
.shop-cms-heading h2,
.shop-cms-text h2,
.shop-cms-cta h2 {
    margin-top: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(25px, 2.6vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.035em;
}

@media (max-width: 620px) {
    .shop-catalog-page-hero,
    .shop-content-page-hero {
        min-height: 250px;
    }

    .shop-catalog-page-hero > .shop-shell,
    .shop-content-page-hero > .shop-shell {
        padding-top: 28px;
        padding-bottom: 32px;
    }

    .shop-catalog-page-hero h1,
    .shop-content-page-hero h1,
    .shop-cms-hero .shop-cms-copy h1 {
        font-size: 40px;
    }
}

/* ========================================================================
   Product detail description width - dev.185
   The description card already spans the public shop shell. Do not constrain
   its rich-text content to the former 900px editorial column on desktop.
   ======================================================================== */
.shop-product-description > .shop-rich-text {
    width: 100%;
    max-width: none;
}

/* ========================================================================
   CMS storefront grid + actions - dev.187
   Content pages use the same public shop shell as catalog/product pages.
   CMS actions inherit the storefront button language instead of looking like
   unstyled links or editor controls.
   ======================================================================== */
.shop-cms-narrow {
    max-width: none;
}

.shop-cms-image-text-grid.has-no-image,
.shop-cms-hero:not(.has-image) .shop-cms-hero-grid {
    grid-template-columns: minmax(0, 1fr);
}

.shop-cms-section .shop-primary-button,
.shop-cms-section .shop-secondary-button,
.shop-content-public-page .shop-primary-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border-radius: 12px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform .16s ease,
        border-color .16s ease,
        background-color .16s ease,
        color .16s ease,
        box-shadow .16s ease;
}

.shop-cms-section .shop-primary-button,
.shop-content-public-page .shop-primary-button {
    border: 1px solid var(--shop-green-800);
    color: #fff;
    background: var(--shop-green-800);
    box-shadow: 0 10px 24px rgba(20, 79, 58, .17);
}

.shop-cms-section .shop-primary-button:hover,
.shop-content-public-page .shop-primary-button:hover {
    transform: translateY(-1px);
    border-color: var(--shop-green-900);
    color: #fff;
    background: var(--shop-green-900);
    box-shadow: 0 14px 30px rgba(20, 79, 58, .22);
}

.shop-cms-section .shop-secondary-button {
    border: 1px solid #b9cec5;
    color: var(--shop-green-800);
    background: #fff;
    box-shadow: 0 7px 18px rgba(20, 79, 58, .07);
}

.shop-cms-section .shop-secondary-button:hover {
    transform: translateY(-1px);
    border-color: #7fa895;
    color: var(--shop-green-900);
    background: var(--shop-green-050);
    box-shadow: 0 10px 22px rgba(20, 79, 58, .11);
}

.shop-cms-section .shop-primary-button:focus-visible,
.shop-cms-section .shop-secondary-button:focus-visible,
.shop-content-public-page .shop-primary-button:focus-visible {
    outline: 3px solid rgba(39, 112, 82, .22);
    outline-offset: 3px;
}

.shop-cms-rich-text p {
    margin-top: 0;
    margin-bottom: 14px;
}

.shop-cms-rich-text p:last-child {
    margin-bottom: 0;
}

.shop-cms-rich-text ul,
.shop-cms-rich-text ol {
    margin: 14px 0;
    padding-left: 22px;
}

@media (max-width: 600px) {
    .shop-cms-section .shop-primary-button,
    .shop-cms-section .shop-secondary-button,
    .shop-content-public-page .shop-primary-button {
        min-height: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .shop-cms-cta-card > .shop-primary-button {
        width: 100%;
    }
}
