/* Eva Rossmann — website template stylesheet (templates/Site/rossmann).
   Source: Claude Design canvas "Eva Rossmann – neues Template" + design system "Eva Rossmann" (2026-09-21).
   Lime page ground, the body itself is the white content box (max 1200px, 16px padding, one shadow),
   orange header bar with the typed name, teal menu buttons, orange-text headings in capitals, teal info
   boxes in the aside. Fully square: no radius anywhere. One block per render-model element (.el-<type>).
   Page layout: a root-level 2-column element = main column + 300px aside (zone 2 = teal boxes). */

/* Font: "Source Sans 3" (SIL OFL). Loaded from Google Fonts for now — replace this line with @font-face
   rules and the woff2 files under fonts/ to self-host (see README.md in this folder). */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,700;1,400&display=swap");

:root {
  --font: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
  --lime: #afca05;
  --surface: #ffffff;
  --line: #dae1e7;
  --ink: #3d4852;
  --ink-soft: #5b6874;
  --orange: #ff8500;
  --orange-text: #b35c00;
  --orange-soft: #ffd9ad;
  --teal: #00698a;
  --teal-dark: #004257;
  --on-teal: #ffffff;
  --shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  --aside: 300px;
  --gap: 32px;
}

* { box-sizing: border-box; }
html { background: var(--lime); -webkit-text-size-adjust: 100%; }
body { width: min(1200px, 100% - 48px); margin: 48px auto; padding: 16px; background: var(--surface); box-shadow: var(--shadow); font-family: var(--font); font-size: 16px; line-height: 24px; color: var(--ink); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); }
a:hover { color: var(--teal); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.onteal :focus-visible { outline-color: #fff; }
h1, h2, h3, h4 { margin: 0 0 8px; text-transform: uppercase; }
/* h1–h3 in the header orange (user 2026-09-22: --orange-text looked brown; contrast on white only ~2.3:1); Abschnitt/Artikel headlines = teal, see "headline / text" */
h1 { font-size: 36px; line-height: 48px; font-weight: 400; color: var(--orange); }
h2 { font-size: 30px; line-height: 40px; font-weight: 400; color: var(--orange); }
h3 { font-size: 24px; line-height: 32px; font-weight: 400; color: var(--orange); }
h4 { font-size: 20px; line-height: 30px; font-weight: 700; color: var(--teal); }
p { margin: 0 0 8px; }
p:last-child { margin-bottom: 0; }
strong, b { font-weight: 700; }
code { font-family: ui-monospace, Menlo, monospace; font-size: .9em; }
.kicker { font-size: 16px; line-height: 24px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--teal); margin: 0 0 4px; }
.lead { font-size: 18px; line-height: 27px; }
.pre { white-space: pre-line; }
.rich p { margin: 0 0 8px; }
.rich p:last-child { margin-bottom: 0; }
.rich ul, .rich ol { margin: 0 0 8px; padding-left: 1.4em; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* buttons + links: teal button, outlined ghost, the orange "more" text link, teal menu buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 4px 16px; background: var(--teal); color: #fff; border: 2px solid var(--teal); text-decoration: none; text-transform: uppercase; letter-spacing: .05em; font: inherit; font-size: 16px; line-height: 24px; cursor: pointer; }
.btn:hover { background: var(--teal-dark); border-color: var(--teal-dark); color: #fff; }
.btn--ghost { background: transparent; color: var(--teal); }
.btn--ghost:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
.more, .textlink { display: inline-block; color: var(--orange-text); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; }
.more:hover, .textlink:hover { color: var(--teal); text-decoration: underline; }
.navbtn { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 4px 12px; background: var(--teal); color: #fff; border: 0; font: inherit; font-size: 16px; line-height: 24px; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; white-space: nowrap; cursor: pointer; }
.navbtn:hover, .navbtn[aria-current="page"] { background: var(--teal-dark); color: #fff; }

/* preview */
.preview-bar { background: var(--orange-text); color: #fff; text-align: center; font-size: 13px; line-height: 20px; letter-spacing: .05em; text-transform: uppercase; padding: 4px; margin: -16px -16px 16px; }

/* ---------- header + nav ---------- */
.site-header { display: flex; flex-direction: column; gap: 16px; }
.site-header__bar { height: 150px; background: var(--orange); display: flex; justify-content: space-between; align-items: flex-end; padding-left: 24px; overflow: hidden; }
.site-brand { margin-bottom: 20px; font-size: 30px; line-height: 45px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; color: #fff; text-decoration: none; }
.site-brand:hover { color: #fff; }
.site-portrait { width: 130px; height: 150px; object-fit: cover; flex: 0 0 auto; margin-left: auto; }
.nav-toggle { display: none; }
.site-nav { display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-start; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.nav-item { display: flex; gap: 2px; }
.nav-item .navbtn { flex: 1 1 auto; }
.nav-list li.is-trail > .nav-item > .navbtn { background: var(--teal-dark); }
.nav-tgl, .nav-list .nav-list { display: none; }            /* no dropdowns on desktop: subpages live on their section page */
.cart-link { margin-left: auto; }
.cart-link__count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 6px; background: var(--orange); color: var(--ink); font-size: 13px; letter-spacing: 0; }
@media (max-width: 760px) {
  .site-header { gap: 0; }
  .site-header__bar { height: auto; min-height: 60px; align-items: center; padding: 12px 12px 12px 16px; position: sticky; top: 0; z-index: 5; }
  .site-brand { margin: 0; font-size: 26px; line-height: 36px; }
  .site-portrait { display: none; }
  .nav-toggle { display: inline-flex; justify-content: center; margin-left: auto; }
  .nav-toggle__close, body.nav-open .nav-toggle__open { display: none; }
  body.nav-open .nav-toggle__close { display: inline; }
  .site-nav { display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 16px 0 0; }
  .site-nav > .cart-link { min-height: 52px; padding: 4px 16px; font-size: 18px; }
  body.nav-open .site-nav { display: flex; }
  .nav-list { flex-direction: column; gap: 6px; }
  .nav-item .navbtn { min-height: 52px; padding: 4px 16px; font-size: 18px; }
  .nav-tgl { display: block; flex: 0 0 52px; min-height: 52px; border: 0; background: var(--teal); color: #fff; font: inherit; font-size: 26px; font-weight: 300; line-height: 1; cursor: pointer; }
  .nav-tgl::before { content: "+"; }
  .nav-tgl:hover, li.is-open > .nav-item > .nav-tgl { background: var(--teal-dark); }
  li.is-open > .nav-item > .nav-tgl::before { content: "−"; }
  li.is-open > .nav-list { display: flex; flex-direction: column; gap: 0; margin-top: 2px; }
  .nav-list .nav-list .nav-item .navbtn { min-height: 48px; padding: 4px 16px 4px 32px; background: var(--teal-dark); color: var(--orange-soft); font-size: 17px; letter-spacing: 0; text-transform: none; border-top: 1px solid rgba(255, 255, 255, .15); }
  .nav-list .nav-list .nav-item .navbtn:hover, .nav-list .nav-list li.is-active > .nav-item > .navbtn { color: #fff; }
  .nav-list .nav-list .nav-tgl { background: var(--teal-dark); }
  .nav-list .nav-list .nav-list .nav-item .navbtn { padding-left: 48px; }
  .cart-link { margin-left: 0; }
}

/* ---------- page + rhythm ---------- */
.page { margin-top: 32px; }
/* second-level button column (includes/SubNav.html) left of the content — desktop only */
.layout { margin-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--gap); align-items: start; }
.layout > .page { margin-top: 0; min-width: 0; }
.layout:has(.sub-nav) { grid-template-columns: 200px minmax(0, 1fr); }
/* quiet list: plain text rows with hairlines, the current page marked by an orange-text bar (proposal A, 2026-09-22) */
.sub-nav__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.sub-nav .navbtn { display: block; min-height: 0; padding: 8px 10px 8px 13px; background: none; color: var(--ink); font-size: 15px; line-height: 20px; letter-spacing: 0; text-transform: none; white-space: normal; border-bottom: 1px solid var(--line); border-left: 3px solid transparent; }
.sub-nav a.navbtn:hover { background: none; color: var(--teal); }
.sub-nav li.is-trail > .navbtn { border-left-color: var(--orange); color: var(--orange); font-weight: 700; }
@media (max-width: 760px) {
  .layout { margin-top: 24px; }
  .layout:has(.sub-nav) { grid-template-columns: minmax(0, 1fr); }
  .sub-nav { display: none; }
}
.page > .el { margin: 32px 0; }
.page > .el:first-child { margin-top: 0; }
.page-header { margin: 0 0 16px; display: flex; flex-direction: column; gap: 16px; }
.page-header__banner { margin: 0; }
.page-header__banner img { width: 100%; max-height: 420px; object-fit: cover; }
.page-header:not(.page-header--slider):not(:has(.page-header__banner, .page-header__copy, .crumb a)) { display: none; } /* pages carry no title (2026-09-22): hide the empty head */
.page-header__copy h1 { margin: 0; }                       /* copy block: 404 page only */
.page-header__lead { font-size: 18px; line-height: 27px; margin: 8px 0 0; }
.crumb { font-size: 16px; line-height: 24px; }
.crumb:not(:has(a)) { display: none; }
.crumb a { color: var(--ink); }
.crumb a:hover { color: var(--teal); }
.crumb__sep { margin: 0 4px; }
.el-head { margin-bottom: 16px; }
.el-head h2 { margin: 0; }

/* page layout: 2-column elements honour the editor's width preset (75% – 25% = main column + sidebar).
   Info boxes are opt-in per element style (user 2026-09-24): in the second column of a root-level 2-column
   element, elements styled "Akzent" (teal) or "Dunkel" (teal-dark) — teaser, card, quickfact, Kennzahlen,
   person — get the design's sidebar-box treatment; everything else renders as usual. A Terminliste or any
   element without a style becomes a box by placing it in a Card with style Akzent. */
.el-columns { display: grid; grid-template-columns: var(--cols, 1fr 1fr); gap: 24px; align-items: start; }
.el-columns__zone { min-width: 0; }
.el-columns__zone > .el { margin: 32px 0; }
.el-columns__zone > .el:first-child { margin-top: 0; }
.el-columns__zone > .el:last-child { margin-bottom: 0; }
.page > .el-columns--2 { gap: var(--gap); }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > .el { margin: 0 0 24px; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > .el:last-child { margin-bottom: 0; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) { padding: 16px; border: 0; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) :is(h1, h2, h3, .el-news__title) { font-size: 20px; line-height: 30px; font-weight: 300; color: var(--orange-soft); margin: 0 0 12px; text-transform: uppercase; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) .kicker { color: var(--orange-soft); }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) a { color: var(--orange-soft); }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) a:hover { color: #fff; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) :is(.btn, .more, .textlink) { display: inline; min-height: 0; padding: 0; margin: 12px 0 0; background: none; border: 0; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--orange-soft); }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) :is(.btn, .more, .textlink):hover { color: #fff; text-decoration: underline; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) .el-dates.has-head { display: block; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) .el-dates .el-head { margin-bottom: 12px; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) .el-dates__list li { grid-template-columns: 1fr; gap: 0; padding: 0 0 12px; margin-bottom: 12px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .3); }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) .el-dates__list li:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) .el-dates__list time { font-weight: 700; color: #fff; }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) .el-facts__value { color: var(--orange-soft); }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > :is(.surface--accent, .surface--dark) .el-line { border-top-color: rgba(255, 255, 255, .3); }
.page > .el-columns--2 > .el-columns__zone:nth-child(2) > .el-quickfact:is(.surface--accent, .surface--dark) { display: block; }
@media (max-width: 960px) {
  .page > .el-columns--2 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { width: calc(100% - 16px); margin: 8px auto; }
  .page > .el, .el-columns__zone > .el { margin: 24px 0; }
  .el-columns { grid-template-columns: 1fr; }
}

/* ---------- hero (the "Neu" block: cover left, copy right) ---------- */
.el-hero { display: flex; gap: 24px; align-items: flex-start; }
.el-hero__media { flex: 0 0 200px; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.el-hero__media img { width: 200px; height: 300px; object-fit: cover; background: var(--orange); }
.el-hero__badge { background: var(--teal); color: #fff; padding: 12px; display: flex; flex-direction: column; gap: 2px; font-size: 14px; line-height: 20px; }
.el-hero__badge .kicker { color: var(--orange-soft); font-size: 13px; line-height: 18px; margin: 0; }
.el-hero__copy { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.el-hero__titles { display: flex; flex-direction: column; gap: 8px; }
.el-hero__titles h1 { margin: 0; }
.el-hero__headline2 { margin: 0; font-size: 24px; line-height: 36px; font-weight: 700; text-transform: uppercase; color: var(--teal); }
.el-hero__lead { margin: 0; }
.el-hero__text { margin: 0; }
.el-hero__actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 0; }
@media (max-width: 760px) {
  .el-hero { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 12px 16px; align-items: end; }
  .el-hero:not(.has-image) { grid-template-columns: 1fr; }
  .el-hero__media { flex: none; }
  .el-hero__media img { width: 120px; height: 180px; }
  .el-hero__badge { display: none; }
  .el-hero__copy { display: contents; }
  .el-hero__titles h1 { font-size: 28px; line-height: 34px; }
  .el-hero__titles .kicker { font-size: 14px; line-height: 20px; }
  .el-hero__lead, .el-hero__text, .el-hero__actions { grid-column: 1 / -1; }
  .el-hero__actions { flex-direction: column; }
  .el-hero__actions .btn { min-height: 48px; }
}

/* ---------- headline / text ---------- */
.el-headline { margin-bottom: 16px; }
.page > .el-headline--section, .el-columns__zone > .el-headline--section { border-top: 1px solid var(--line); padding-top: 24px; margin-bottom: 0; }
/* Abschnitt (h2, with the hairline above) and Artikel (h3, no line) in the menu-button teal */
.el-headline--section { font-size: 24px; line-height: 36px; font-weight: 700; color: var(--teal); }
.el-headline--article { font-size: 20px; line-height: 30px; font-weight: 700; color: var(--teal); }
/* tight gap under headlines (user 2026-09-22): 8px instead of the 32px element rhythm; the doubled/scoped
   selectors out-rank .page > .el, .el-columns__zone > .el, .el-card__body > .el and .el-tabs__panel > .el */
.page > .el-headline, .el-columns__zone > .el-headline, .el-card__body > .el-headline, .el-tabs__panel > .el-headline { margin-bottom: 8px; }
.el.el-headline + .el { margin-top: 8px; }
.page > .el-headline:first-child, .el-columns__zone > .el-headline:first-child, .page-header + .el-headline { border-top: 0; padding-top: 0; }
.el-text { max-width: 72ch; }

/* ---------- news article: photo 25% left, date line, orange title, text, "more" link ---------- */
.el-news__main { display: grid; grid-template-columns: 25% minmax(0, 1fr); gap: 16px; align-items: start; }
.el-news__main:not(:has(.el-news__media)) { grid-template-columns: 1fr; }
.el-news__media { margin: 0; }
.el-news__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--line); }
.el-news__body { display: flex; flex-direction: column; gap: 8px; }
.el-news__body .kicker { font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--ink); margin: 0; }
.el-news__title { margin: 0; font-size: 32px; line-height: 40px; font-weight: 400; color: var(--orange-text); }
.el-news__link { margin: 0; }
.el-news__download { display: inline-flex; gap: 12px; align-items: center; margin-top: 8px; padding: 8px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); align-self: flex-start; }
.el-news__download:hover { color: var(--teal); }
.el-news__download small { color: var(--ink-soft); margin-left: 6px; }
.el-news__images { margin-top: 16px; }
.el-news + .el-news { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 24px; }
@media (max-width: 760px) {
  .el-news__main { grid-template-columns: 1fr; }
  .el-news__media img { aspect-ratio: 16 / 9; }
  .el-news__title { font-size: 26px; line-height: 32px; }
}

/* ---------- surfaces (teaser, card, quickfact, kennzahlen, person) ---------- */
.surface { padding: 16px; }
.surface--plain { padding: 0; }
.surface--light { border: 1px solid var(--line); }
.surface--dark { background: var(--teal-dark); color: #fff; }
.surface--accent { background: var(--teal); color: #fff; }
.surface--dark h1, .surface--dark h2, .surface--dark h3, .surface--dark h4, .surface--dark .kicker,
.surface--accent h1, .surface--accent h2, .surface--accent h3, .surface--accent h4, .surface--accent .kicker { color: var(--orange-soft); }
.surface--dark a, .surface--accent a { color: var(--orange-soft); }
.surface--dark a:hover, .surface--accent a:hover { color: #fff; }
.surface--dark .btn, .surface--accent .btn { background: #fff; border-color: #fff; color: var(--teal); }
.surface--dark .btn:hover, .surface--accent .btn:hover { background: var(--orange-soft); border-color: var(--orange-soft); color: var(--teal-dark); }
.surface--dark :focus-visible, .surface--accent :focus-visible { outline-color: #fff; }

/* teaser: light = hairline box with teal title and "more" link; dark/accent = teal box with light orange-soft title */
.el-teaser { display: flex; flex-direction: column; gap: 8px; }
.el-teaser h3 { margin: 0; font-size: 24px; line-height: 36px; font-weight: 700; color: var(--teal); }
.el-teaser.surface--dark h3, .el-teaser.surface--accent h3 { font-size: 20px; line-height: 30px; font-weight: 300; color: var(--orange-soft); }
.el-teaser .btn { align-self: flex-start; margin-top: 8px; }
.el-teaser.surface--plain .btn, .el-teaser.surface--light .btn { display: inline; min-height: 0; padding: 0; background: none; border: 0; color: var(--orange-text); font-weight: 700; }
.el-teaser.surface--plain .btn:hover, .el-teaser.surface--light .btn:hover { color: var(--teal); text-decoration: underline; }

/* quickfact: small box, image beside */
.el-quickfact { display: flex; gap: 16px; align-items: flex-start; }
.el-quickfact img { width: 96px; height: 96px; object-fit: cover; flex: 0 0 auto; }
.el-quickfact h3 { font-size: 20px; line-height: 30px; font-weight: 700; color: var(--teal); margin-bottom: 4px; }
.el-quickfact p { margin: 0; }
.el-quickfact:is(.surface--dark, .surface--accent) h3 { color: var(--orange-soft); }

/* card: framed box with optional title, children inside */
.el-card__title { margin: 0 0 12px; font-size: 24px; line-height: 36px; font-weight: 700; color: var(--teal); }
.el-card.surface--dark .el-card__title, .el-card.surface--accent .el-card__title { color: var(--orange-soft); font-weight: 300; font-size: 20px; line-height: 30px; }
.el-card__body > .el { margin: 20px 0; }
.el-card__body > .el:first-child { margin-top: 0; }
.el-card__body > .el:last-child { margin-bottom: 0; }
.el-card.surface--dark .el-headline, .el-card.surface--accent .el-headline { border: 0; padding: 0; color: #fff; }

/* line / link */
.el-line { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
.el-link { margin: 0; }

/* ---------- Kennzahlen ---------- */
.el-facts { padding: 16px; }
.el-facts.surface--light { border: 1px solid var(--line); }
.el-facts .el-head { margin-bottom: 16px; }
.el-facts__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px 24px; }
.el-facts__grid li { display: flex; flex-direction: column; gap: 2px; }
.el-facts__value { font-size: 32px; line-height: 40px; font-weight: 700; color: var(--orange-text); }
.surface--dark .el-facts__value, .surface--accent .el-facts__value { color: var(--orange-soft); }
.el-facts__label { font-weight: 700; }
.el-facts small { font-size: 14px; line-height: 20px; }

/* ---------- Terminliste: head (kicker, title, lead, button) then a hairline list, date bold ---------- */
.el-dates { display: flex; flex-direction: column; gap: 16px; }
.el-dates .el-head { margin: 0; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.el-dates .el-head .lead { margin: 0; }
.el-dates__list { list-style: none; margin: 0; padding: 0; }
.el-dates__list li { display: grid; grid-template-columns: minmax(160px, 1fr) 3fr; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); }
.el-dates__list li:last-child { border-bottom: 1px solid var(--line); }
.el-dates__list time { font-weight: 700; }
@media (max-width: 760px) { .el-dates__list li { grid-template-columns: 1fr; gap: 0; } }

/* ---------- textpic / picture ---------- */
.el-textpic { display: grid; grid-template-columns: minmax(0, 1fr) 25%; gap: 16px; align-items: start; }
.el-textpic--left { grid-template-columns: 25% minmax(0, 1fr); } /* mirror the tracks — order alone put the picture in the 1fr track */
.el-textpic--left .el-textpic__media { order: -1; }
.el-textpic__media { margin: 0; }
.el-textpic__media img { width: 100%; }
.el-picture { margin-left: 0; margin-right: 0; }
.el-picture img { width: 100%; }
.el-picture--md { max-width: 50%; }
.el-picture--sm { max-width: 25%; }
.el.el-picture--md, .el.el-picture--sm { margin-left: auto; margin-right: auto; } /* medium + small = centred (user 2026-09-22); .el.… beats the .page > .el rhythm margins */
@media (max-width: 760px) { .el-textpic { grid-template-columns: 1fr; } .el-textpic__media { order: -1; } .el-picture--md { max-width: none; } .el-picture--sm { max-width: 50%; } }

/* ---------- tabs: teal button strip ---------- */
.el-tabs__strip { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.el-tabs__strip button { display: inline-flex; align-items: center; min-height: 44px; padding: 4px 12px; background: var(--teal); color: #fff; border: 0; font: inherit; font-size: 16px; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.el-tabs__strip button:hover, .el-tabs__strip button.is-active { background: var(--teal-dark); }
.el-tabs__panel { display: none; }
.el-tabs__panel.is-active { display: block; }
.el-tabs__panel > .el { margin: 24px 0; }
.el-tabs__panel > .el:first-child { margin-top: 0; }
.el-tabs__panel > .el:last-child { margin-bottom: 0; }

/* ---------- gallery ---------- */
.el-gallery { display: flex; flex-direction: column; gap: 16px; }
.el-gallery .el-head { margin: 0; }
.el-gallery__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.el-gallery__grid figure { margin: 0; }
.el-gallery__grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--line); }
.el-gallery__grid figcaption, .el-gallery__strip figcaption { font-size: 14px; line-height: 20px; margin-top: 4px; }
/* gallery sliders (Layout = slider5 / slider1; JS in /site/_default/gallery.js) */
.el-gallery__slider { position: relative; }
.el-gallery__arrow { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; margin-top: -22px; border: 0; background: var(--teal); color: #fff; cursor: pointer; padding: 0; }
.el-gallery__arrow::before { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translate(-30%, -50%) rotate(-135deg); }
.el-gallery__arrow--prev { left: 0; }
.el-gallery__arrow--next { right: 0; }
.el-gallery__arrow--next::before { transform: translate(-70%, -50%) rotate(45deg); }
.el-gallery__arrow:hover { background: var(--teal-dark); }
.el-gallery__arrow:disabled { opacity: .3; cursor: default; }
.el-gallery__arrow:disabled:hover { background: var(--teal); }
.el-gallery__strip { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; outline: none; }
.el-gallery__strip::-webkit-scrollbar { display: none; }
.el-gallery__strip figure { flex: 0 0 calc((100% - 4 * 16px) / 5); margin: 0; scroll-snap-align: start; }
.el-gallery__strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--line); }
@media (max-width: 960px) { .el-gallery__strip figure { flex-basis: calc((100% - 2 * 16px) / 3); } }
@media (max-width: 640px) { .el-gallery__strip figure { flex-basis: calc((100% - 16px) / 2); } .el-gallery__slider--strip .el-gallery__arrow { display: none; } }
.el-gallery__slider--stage { outline: none; touch-action: pan-y; }
.el-gallery__stage { display: grid; background: var(--teal-dark); overflow: hidden; }
.el-gallery__stage figure { grid-area: 1 / 1; margin: 0; position: relative; opacity: 0; visibility: hidden; transition: opacity .6s ease, visibility 0s linear .6s; }
.el-gallery__stage figure.is-active { opacity: 1; visibility: visible; transition: opacity .6s ease; }
.el-gallery__stage a { display: block; }
.el-gallery__stage img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.el-gallery.is-keepratio .el-gallery__stage img { object-fit: contain; }
.el-gallery__stage figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 12px 16px; background: rgba(0, 66, 87, .85); color: #fff; font-size: 14px; line-height: 20px; margin: 0; }
.el-gallery__counter { position: absolute; right: 0; top: 0; z-index: 2; font-size: 14px; line-height: 20px; padding: 4px 10px; background: var(--teal-dark); color: #fff; }

/* lightbox (gallery "Vergrößern"; JS in /site/_default/lightbox.js) */
html.has-lightbox { overflow: hidden; }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; background: rgba(0, 0, 0, .92); padding: 56px 72px; }
.lightbox.is-open { display: flex; }
.lightbox, .el-gallery__stage img, .slider .slide__media img { touch-action: pan-y; -webkit-user-drag: none; user-select: none; }
.lightbox__figure { margin: 0; max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lightbox__img { max-width: 100%; max-height: calc(100vh - 140px); object-fit: contain; display: block; transition: opacity .25s; }
.lightbox.is-loading .lightbox__img { opacity: .4; }
.lightbox__caption { color: #fff; text-align: center; font-size: 14px; line-height: 20px; }
.lightbox__close, .lightbox__arrow { position: absolute; z-index: 2; border: 0; background: transparent; color: #fff; cursor: pointer; padding: 0; width: 48px; height: 48px; }
.lightbox__close { top: 12px; right: 12px; }
.lightbox__close::before, .lightbox__close::after { content: ""; position: absolute; top: 50%; left: 50%; width: 24px; height: 2px; background: #fff; transform: translate(-50%, -50%) rotate(45deg); }
.lightbox__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.lightbox__arrow { top: 50%; margin-top: -24px; }
.lightbox__arrow::before { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translate(-30%, -50%) rotate(-135deg); }
.lightbox__arrow--prev { left: 12px; }
.lightbox__arrow--next { right: 12px; }
.lightbox__arrow--next::before { transform: translate(-70%, -50%) rotate(45deg); }
.lightbox.is-single .lightbox__arrow { display: none; }
.lightbox__counter { position: absolute; left: 16px; top: 24px; color: rgba(255, 255, 255, .7); font-size: 14px; }
.lightbox__close:hover::before, .lightbox__close:hover::after { background: var(--orange-soft); }
.lightbox__arrow:hover::before { border-color: var(--orange-soft); }
@media (max-width: 760px) { .lightbox { padding: 56px 12px 40px; } .lightbox__arrow { display: none; } .lightbox__img { max-height: calc(100vh - 120px); } }

/* ---------- download / form / person / video ---------- */
.el-download { display: flex; gap: 16px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.el-download:hover { color: var(--teal); }
.el-download + .el-download { border-top: 0; margin-top: -32px; }
.el-download__type, .el-news__download .el-download__type { font-size: 13px; line-height: 18px; font-weight: 700; letter-spacing: .05em; background: var(--teal); color: #fff; padding: 6px 8px; min-width: 52px; text-align: center; }
.el-download__text { display: flex; flex-direction: column; gap: 2px; }
.el-download__text small { color: var(--ink-soft); }

.el-form { max-width: 640px; display: flex; flex-direction: column; gap: 16px; }
.el-form .field { display: flex; flex-direction: column; gap: 4px; }
.el-form label { font-weight: 700; }
.el-form .field--check label { font-weight: 400; display: flex; gap: 10px; align-items: flex-start; }
.el-form input[type=text], .el-form textarea { font: inherit; padding: 10px 12px; border: 1px solid var(--ink); border-radius: 0; width: 100%; background: #fff; color: var(--ink); }
.el-form input[type=checkbox] { accent-color: var(--teal); margin-top: 6px; }
.el-form small { color: var(--ink-soft); }
.el-form .btn { align-self: flex-start; }
.el-form .hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.el-form .has-error input[type=text], .el-form .has-error textarea { border-color: #b91c1c; border-width: 2px; }
.el-form .field__error, .el-form__error { color: #b91c1c; font-weight: 700; margin: 0; }
.el-form--done .el-form__answer { background: var(--teal); color: #fff; padding: 16px; margin: 0; }

.el-person { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: start; }
.el-person.surface--plain { padding: 0; }
.el-person__photo { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; background: var(--line); }
.el-person__text h3 { font-size: 24px; line-height: 36px; font-weight: 700; color: var(--teal); }
.el-person__function { margin-top: -4px; }
.el-person__contact { display: flex; flex-wrap: wrap; gap: 16px; }
@media (max-width: 600px) { .el-person { grid-template-columns: 1fr; } .el-person__photo { max-width: 200px; } }

.el-video { padding: 24px; border: 1px dashed var(--line); text-align: center; color: var(--ink-soft); }
.el-notfound { padding: 16px 0 48px; }

/* ---------- Produktraster ("Meine Bücher"): covers 2:3 in a grid, bold title, meta line ---------- */
.el-products { display: flex; flex-direction: column; gap: 16px; }
.el-products .el-head { margin: 0; border-top: 1px solid var(--line); padding-top: 24px; }
.el-products .el-head .kicker { margin-bottom: 4px; }
.page > .el-products:first-child .el-head, .page-header + .el-products .el-head, .el-columns__zone > .el-products:first-child .el-head { border-top: 0; padding-top: 0; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 24px; }
.product-card { position: relative; display: flex; flex-direction: column; gap: 8px; }
.product-card img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; background: var(--line); }
.product-card h3 { margin: 0; font-size: 16px; line-height: 22px; font-weight: 700; text-transform: none; color: var(--ink); }
.product-card__sub { margin: -6px 0 0; font-size: 16px; line-height: 22px; }
.product-card__price { margin: 0; font-weight: 700; font-size: 16px; line-height: 22px; }
.product-card__price small { font-weight: 400; }
.product-card__badge { position: absolute; top: 8px; left: 8px; background: var(--orange); color: var(--ink); font-size: 13px; line-height: 18px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 3px 8px; }
.product-card__note { margin: 0; color: #b91c1c; font-weight: 700; font-size: 14px; }
.product-card__base, .product-card__legal { display: block; font-size: 13px; line-height: 18px; color: var(--ink-soft); }
.is-soldout img { opacity: .5; }
@media (max-width: 760px) { .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } }

/* ---------- Produkt (single = the book page): cover 260×390 left, kicker, title, attribute list, text, buttons ---------- */
.el-product { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 32px; align-items: start; }
.el-product__media { margin: 0; }
.el-product__media img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; background: var(--orange); }
.el-product__text { display: flex; flex-direction: column; gap: 12px; }
.el-product__text .kicker { margin: 0; }
.el-product__text h2 { margin: 0; font-size: 32px; line-height: 48px; font-weight: 400; color: var(--orange-text); }
.el-product__text .lead { margin: 0; }
.el-product__text .product-card__badge { position: static; align-self: flex-start; }
.el-product__attrs { display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; margin: 0; }
.el-product__attrs dt { font-weight: 700; }
.el-product__attrs dd { margin: 0; }
.el-product__text .product-card__price { font-size: 18px; line-height: 27px; }
@media (max-width: 760px) {
  .el-product { grid-template-columns: 1fr; gap: 20px; }
  .el-product__media { width: 200px; margin: 0 auto; }
  .el-product__text h2 { font-size: 28px; line-height: 36px; }
}

/* ---------- header slider (replaces the banner: .page-header--slider, JS in /site/_default/slider.js) ---------- */
.page-header--slider { margin-bottom: 32px; }
.slider { position: relative; background: var(--teal-dark); outline: none; touch-action: pan-y; }
.slider__track { display: grid; }
.slider .slide { grid-area: 1 / 1; position: relative; min-height: 360px; opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility 0s linear .8s; }
.slider .slide.is-active { opacity: 1; visibility: visible; transition: opacity .8s ease; }
.slider .slide__media { position: absolute; inset: 0; margin: 0; }
.slider .slide__media img { width: 100%; height: 100%; object-fit: cover; }
.slider .slide.has-overlay .slide__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(0, 66, 87, .85)); }
.slider .slide__copy { position: relative; min-height: 360px; padding: 32px 24px 56px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; color: #fff; }
.slider .slide__copy .kicker { color: var(--orange-soft); margin: 0; }
.slider .slide__copy h2 { color: #fff; margin: 0; }
.slider .slide__copy .rich { margin: 0; }
.slider .slide__copy .btn { align-self: flex-start; margin-top: 8px; background: #fff; border-color: #fff; color: var(--teal); }
.slider__arrow { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; margin-top: -22px; border: 0; background: var(--teal); color: #fff; cursor: pointer; padding: 0; }
.slider__arrow::before { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translate(-30%, -50%) rotate(-135deg); }
.slider__arrow--prev { left: 0; }
.slider__arrow--next { right: 0; }
.slider__arrow--next::before { transform: translate(-70%, -50%) rotate(45deg); }
.slider__arrow:hover { background: var(--orange); }
.slider__dots { position: absolute; left: 0; right: 0; bottom: 16px; z-index: 2; display: flex; justify-content: center; gap: 10px; pointer-events: none; }
.slider__dot { width: 12px; height: 12px; padding: 0; border: 2px solid #fff; background: transparent; opacity: .8; cursor: pointer; pointer-events: auto; }
.slider__dot.is-active { background: var(--orange); border-color: var(--orange); opacity: 1; }
@media (max-width: 760px) { .slider__arrow { display: none; } }

/* ---------- footer ---------- */
.site-footer { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 16px; display: flex; justify-content: space-between; align-items: center; gap: 16px 24px; flex-wrap: wrap; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 24px; }
.footer-links a { display: inline-block; padding: 10px 0; color: var(--ink); text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
.footer-links a:hover { color: var(--teal); text-decoration-color: var(--teal); }
.site-footer__copy { padding: 10px 0; }
@media (max-width: 760px) {
  .site-footer { flex-direction: column; align-items: stretch; gap: 8px; }
  .footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 16px; }
  .site-footer__copy { padding: 0; }
}

/* ---------- shop: buy buttons, cart / checkout / confirmation / withdrawal pages (templates from _default/Shop) ---------- */
.buy { margin: 8px 0 0; }
.product-card .buy { margin-top: auto; padding-top: 4px; }
.buy .btn { width: 100%; }
.buy--inline { display: flex; align-items: flex-end; gap: 16px; margin-top: 8px; }
.buy--inline .btn { width: auto; }
.buy__qty { display: flex; flex-direction: column; gap: 4px; font-size: 14px; line-height: 20px; }
.buy__qty input { width: 72px; font: inherit; padding: 8px 10px; border: 1px solid var(--ink); border-radius: 0; }
.shop-head { margin-bottom: 8px; }
.shop-flash { padding: 12px 16px; background: var(--teal); color: #fff; margin: 0 0 20px; }
.shop-flash a { color: var(--orange-soft); }
.shop-flash--warning { background: var(--orange-text); }
.shop-flash--error { background: #b91c1c; }
.shop-note { color: var(--ink-soft); font-size: 14px; line-height: 20px; }
.shop-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 16px; }
.shop-actions .textlink { margin-right: auto; }
.shop-actions .btn + .btn { margin-left: 0; }
.btn--block { display: flex; width: 100%; }
.icon-btn { background: none; border: 0; font-size: 24px; line-height: 1; color: var(--ink-soft); cursor: pointer; padding: 4px 8px; }
.icon-btn:hover { color: #b91c1c; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { text-align: left; font-size: 13px; line-height: 18px; text-transform: uppercase; letter-spacing: .05em; color: var(--teal); font-weight: 700; padding: 0 8px 10px; border-bottom: 1px solid var(--line); }
.cart-table td { padding: 12px 8px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cart-table .num { text-align: right; white-space: nowrap; }
.cart-table__thumb { width: 64px; }
.cart-table__thumb img { width: 56px; height: 56px; object-fit: cover; background: var(--line); }
.cart-table__name strong { display: block; }
.cart-table__name span { display: block; font-size: 14px; line-height: 20px; }
.cart-table__warn { display: block; color: var(--orange-text); font-style: normal; font-size: 14px; font-weight: 700; }
.cart-table__qty input { width: 70px; font: inherit; padding: 6px 8px; border: 1px solid var(--ink); border-radius: 0; }
.cart-table tfoot td { border-bottom: 0; padding-top: 16px; }
.cart-table tfoot .is-grand td { font-size: 18px; font-weight: 700; }
.cart-table tfoot .is-tax td { color: var(--ink-soft); font-size: 14px; padding-top: 2px; }
.cart-table--plain td { padding: 10px 8px; }
.is-short td { background: #fff3e6; }
.checkout { display: grid; grid-template-columns: minmax(0, 1fr) var(--aside); gap: var(--gap); align-items: start; }
.checkout__form { display: flex; flex-direction: column; gap: 28px; }
.checkout__section { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.checkout__section legend { font-weight: 700; font-size: 24px; line-height: 36px; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; padding: 0; }
.checkout .field { display: flex; flex-direction: column; gap: 4px; }
.checkout label { font-weight: 700; }
.checkout input[type=text], .checkout input[type=email], .checkout input[type=tel], .checkout select, .checkout textarea { font: inherit; padding: 10px 12px; border: 1px solid var(--ink); border-radius: 0; width: 100%; background: #fff; color: var(--ink); }
.checkout .field--check label { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; }
.checkout .field--check input, .choice input { margin-top: 6px; accent-color: var(--teal); }
.checkout .hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row--zip { grid-template-columns: 120px 1fr; }
.checkout__ship { display: flex; flex-direction: column; gap: 14px; }
.checkout__ship[hidden] { display: none; }
.field__hint { color: var(--ink-soft); font-size: 14px; line-height: 20px; margin: 0; }
.choice { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 1px solid var(--line); cursor: pointer; font-weight: 400; }
.choice:has(input:checked) { border-color: var(--teal); box-shadow: inset 0 0 0 1px var(--teal); }
.choice__text { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.choice__text span { font-size: 14px; line-height: 20px; }
.choice__price { font-weight: 700; white-space: nowrap; }
.checkout__legal { display: flex; gap: 16px; flex-wrap: wrap; font-size: 14px; line-height: 20px; margin: 0; }
.checkout__summary { position: sticky; top: 16px; background: var(--teal); color: #fff; padding: 16px; display: flex; flex-direction: column; gap: 16px; }
.checkout__summary h2 { font-size: 20px; line-height: 30px; font-weight: 300; color: var(--orange-soft); margin: 0; }
.checkout__summary a { color: var(--orange-soft); }
.checkout__summary .btn { background: #fff; border-color: #fff; color: var(--teal); }
.checkout__summary .btn:hover { background: var(--orange-soft); border-color: var(--orange-soft); color: var(--teal-dark); }
.summary-lines { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 20px; }
.summary-lines li { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; }
.summary-lines__total { white-space: nowrap; }
.summary-totals { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; margin: 0; border-top: 1px solid rgba(255, 255, 255, .3); padding-top: 12px; }
.summary-totals dd { margin: 0; text-align: right; white-space: nowrap; }
.summary-totals__grand { font-weight: 700; font-size: 18px; }
.checkout__back { margin: 0; text-align: center; }
.done-grid { display: grid; grid-template-columns: minmax(0, 1fr) var(--aside); gap: var(--gap); align-items: start; margin: 24px 0; }
.done-main h2 { margin: 24px 0 12px; }
.done-main h2:first-child { margin-top: 0; }
.done-aside { background: var(--teal); color: #fff; padding: 16px; }
.done-aside a { color: var(--orange-soft); }
.done-aside h3 { font-size: 13px; line-height: 18px; font-weight: 700; letter-spacing: .05em; color: var(--orange-soft); margin: 16px 0 4px; }
.done-aside h3:first-child { margin-top: 0; }
.done-aside .address { margin: 0; }
.done-payment { background: var(--teal); color: #fff; padding: 16px; }
.done-payment a { color: var(--orange-soft); }
.shop-withdrawal .checkout { display: block; max-width: 640px; }
.shop-withdrawal .shop-intro { max-width: 640px; }
.wd-review { display: grid; grid-template-columns: 140px 1fr; gap: 8px 16px; margin: 0 0 20px; max-width: 640px; }
.wd-review dt { font-weight: 700; }
.wd-review dd { margin: 0; }
.wd-review .pre { white-space: pre-wrap; }
@media (max-width: 960px) { .checkout, .done-grid { grid-template-columns: 1fr; } .checkout__summary { position: static; } }
@media (max-width: 600px) {
  .cart-table thead { display: none; }
  .cart-table tbody tr { display: grid; grid-template-columns: 64px 1fr auto; gap: 4px 8px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .cart-table tbody td { border: 0; padding: 0; }
  .cart-table__thumb { grid-row: 1 / 4; }
  .cart-table__remove { grid-column: 3; grid-row: 1; }
  .cart-table tbody .num { grid-column: 2; text-align: left; font-size: 14px; }
  .cart-table__qty { grid-column: 2; }
  .field-row { grid-template-columns: 1fr; }
}
