body.evodruck-modern.evodruck-club-catalog-page {
  --catalog-orange: var(--evo-orange, #ff8300);
  --catalog-ink: #22211f;
  --catalog-muted: #67635d;
  --catalog-line: #d9d5ce;
  --catalog-paper: #f5f3ef;
}

body.evodruck-modern.evodruck-club-catalog-page .container-single-page {
  max-width: 1320px;
}

body.evodruck-modern .evodruck-catalog-library {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) 0 clamp(54px, 7vw, 88px);
  color: var(--catalog-ink);
}

body.evodruck-modern .evodruck-catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 58px);
  padding-top: 24px;
  border-top: 4px solid var(--catalog-ink);
}

body.evodruck-modern .evodruck-catalog-eyebrow,
body.evodruck-modern .evodruck-catalog-card-kicker {
  display: block;
  color: #9a4a00;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.evodruck-modern .evodruck-catalog-intro h2 {
  max-width: 720px;
  margin: 9px 0 0;
  color: var(--catalog-ink);
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: clamp(32px, 4.1vw, 54px);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: none;
}

body.evodruck-modern .evodruck-catalog-intro p {
  max-width: 590px;
  margin: 0;
  color: var(--catalog-muted);
  font-family: var(--pcbody-font, 'Rubik', sans-serif);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
}

body.evodruck-modern .evodruck-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3.4vw, 42px);
}

body.evodruck-modern .evodruck-catalog-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--catalog-line);
  box-shadow: 0 18px 44px rgba(33, 30, 25, 0.08);
}

body.evodruck-modern .evodruck-catalog-cover {
  position: relative;
  display: flex;
  width: 100%;
  min-height: clamp(440px, 48vw, 610px);
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(30px, 4vw, 54px);
  overflow: hidden;
  color: var(--catalog-ink);
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 56%),
    var(--catalog-paper);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
}

body.evodruck-modern .evodruck-catalog-cover::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, transparent 55%, rgba(24, 23, 21, 0.68));
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

body.evodruck-modern .evodruck-catalog-cover img {
  display: block;
  width: min(100%, 344px);
  height: auto;
  margin: 0;
  border: 0;
  box-shadow: 0 22px 42px rgba(26, 24, 21, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.evodruck-modern .evodruck-catalog-cover-label {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.015em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.evodruck-modern .evodruck-catalog-cover-label::after {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: #171614;
  background: var(--catalog-orange);
  border-radius: 50%;
  content: '\2192';
  font-size: 18px;
}

body.evodruck-modern .evodruck-catalog-cover:hover::after,
body.evodruck-modern .evodruck-catalog-cover:focus-visible::after,
body.evodruck-modern .evodruck-catalog-cover:hover .evodruck-catalog-cover-label,
body.evodruck-modern .evodruck-catalog-cover:focus-visible .evodruck-catalog-cover-label {
  opacity: 1;
}

body.evodruck-modern .evodruck-catalog-cover:hover .evodruck-catalog-cover-label,
body.evodruck-modern .evodruck-catalog-cover:focus-visible .evodruck-catalog-cover-label {
  transform: translateY(0);
}

body.evodruck-modern .evodruck-catalog-cover:hover img,
body.evodruck-modern .evodruck-catalog-cover:focus-visible img {
  box-shadow: 0 28px 52px rgba(26, 24, 21, 0.3);
  transform: translateY(-5px) rotate(-0.4deg);
}

body.evodruck-modern .evodruck-catalog-cover:focus-visible {
  outline: 3px solid var(--catalog-orange);
  outline-offset: -3px;
}

body.evodruck-modern .evodruck-catalog-card-body {
  padding: clamp(26px, 3.4vw, 38px);
  border-top: 4px solid var(--catalog-orange);
}

body.evodruck-modern .evodruck-catalog-card h3 {
  margin: 8px 0 13px;
  color: var(--catalog-ink);
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-transform: none;
}

body.evodruck-modern .evodruck-catalog-card-description {
  min-height: 5.2em;
  margin: 0;
  color: var(--catalog-muted);
  font-family: var(--pcbody-font, 'Rubik', sans-serif);
  font-size: 14px;
  line-height: 1.72;
}

body.evodruck-modern .evodruck-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin: 22px 0 0;
  padding: 15px 0;
  color: #4f4b45;
  font-family: var(--pcbody-font, 'Rubik', sans-serif);
  font-size: 12px;
  font-weight: 650;
  list-style: none;
  border-top: 1px solid var(--catalog-line);
  border-bottom: 1px solid var(--catalog-line);
}

body.evodruck-modern .evodruck-catalog-meta li {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.evodruck-modern .evodruck-catalog-meta li::before {
  display: block;
  width: 6px;
  height: 6px;
  background: var(--catalog-orange);
  border-radius: 50%;
  content: '';
}

body.evodruck-modern .evodruck-catalog-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 10px;
  margin-top: 22px;
}

body.evodruck-modern .evodruck-catalog-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 12px 17px;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--catalog-ink);
  border-radius: 0;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
  appearance: none;
}

body.evodruck-modern button.evodruck-catalog-action-primary {
  color: #fff;
  background: var(--catalog-ink);
}

body.evodruck-modern a.evodruck-catalog-action-secondary {
  color: var(--catalog-ink);
  background: #fff;
}

body.evodruck-modern .evodruck-catalog-action-icon {
  font-size: 17px;
  line-height: 1;
}

body.evodruck-modern button.evodruck-catalog-action-primary:hover,
body.evodruck-modern button.evodruck-catalog-action-primary:focus-visible {
  color: #1c1b19;
  background: var(--catalog-orange);
  border-color: var(--catalog-orange);
}

body.evodruck-modern a.evodruck-catalog-action-secondary:hover,
body.evodruck-modern a.evodruck-catalog-action-secondary:focus-visible {
  color: #1c1b19;
  background: #f2eee8;
  border-color: var(--catalog-orange);
}

body.evodruck-modern .evodruck-catalog-action:focus-visible {
  outline: 2px solid var(--catalog-orange);
  outline-offset: 3px;
}

body.evodruck-modern .evodruck-catalog-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: clamp(28px, 4vw, 42px) 0 0;
  padding: 20px 0 0;
  color: #5a5650;
  font-family: var(--pcbody-font, 'Rubik', sans-serif);
  font-size: 13px;
  line-height: 1.65;
  border-top: 1px solid var(--catalog-line);
}

body.evodruck-modern .evodruck-catalog-note strong {
  color: var(--catalog-ink);
}

body.evodruck-modern .evodruck-catalog-note-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #1c1b19;
  background: var(--catalog-orange);
  border-radius: 50%;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: 13px;
  font-weight: 800;
}

body.evodruck-catalog-reader-open {
  overflow: hidden;
}

.evodruck-catalog-reader {
  position: fixed;
  inset: 12px;
  width: min(1220px, calc(100vw - 24px));
  max-width: none;
  height: min(920px, calc(100dvh - 24px));
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #191816;
  border: 0;
  border-top: 4px solid #ff8300;
  border-radius: 0;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
}

.evodruck-catalog-reader::backdrop {
  background: rgba(15, 14, 13, 0.86);
  backdrop-filter: blur(5px);
}

.evodruck-catalog-reader[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.evodruck-catalog-reader-header,
.evodruck-catalog-reader-footer {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #22211f;
}

.evodruck-catalog-reader-header {
  min-height: 64px;
  justify-content: space-between;
  padding: 11px 14px 11px 22px;
  border-bottom: 1px solid #3d3b37;
}

.evodruck-catalog-reader-heading {
  min-width: 0;
}

.evodruck-catalog-reader-heading strong,
.evodruck-catalog-reader-heading span {
  display: block;
  overflow: hidden;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evodruck-catalog-reader-heading strong {
  color: #fff;
  font-size: 15px;
  font-weight: 720;
}

.evodruck-catalog-reader-heading span {
  margin-top: 3px;
  color: #aaa69f;
  font-size: 11px;
  font-weight: 550;
}

.evodruck-catalog-reader-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.evodruck-catalog-reader-download,
.evodruck-catalog-reader-close,
.evodruck-catalog-reader-nav,
.evodruck-catalog-reader-zoom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  background: transparent;
  border: 1px solid #55514b;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
}

.evodruck-catalog-reader-download {
  min-height: 39px;
  gap: 8px;
  padding: 8px 13px;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.evodruck-catalog-reader-close {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 23px;
  font-weight: 350;
  line-height: 1;
}

.evodruck-catalog-reader-download:hover,
.evodruck-catalog-reader-download:focus-visible,
.evodruck-catalog-reader-close:hover,
.evodruck-catalog-reader-close:focus-visible,
.evodruck-catalog-reader-nav:hover,
.evodruck-catalog-reader-nav:focus-visible,
.evodruck-catalog-reader-zoom:hover,
.evodruck-catalog-reader-zoom:focus-visible {
  color: #171614;
  background: #ff8300;
  border-color: #ff8300;
  outline: none;
}

.evodruck-catalog-reader-main {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 68px;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.07), transparent 42%),
    #141311;
}

.evodruck-catalog-reader-nav {
  position: relative;
  z-index: 4;
  width: 44px;
  height: 44px;
  align-self: center;
  justify-self: center;
  padding: 0;
  font-size: 23px;
}

.evodruck-catalog-reader-nav:disabled,
.evodruck-catalog-reader-zoom:disabled {
  cursor: default;
  opacity: 0.28;
}

.evodruck-catalog-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  padding: 18px;
  overflow: auto;
  perspective: 1600px;
  touch-action: pan-y;
}

.evodruck-catalog-sheet-stack {
  position: relative;
  display: grid;
  max-width: 100%;
  max-height: 100%;
  place-items: center;
  transform-style: preserve-3d;
}

.evodruck-catalog-sheet {
  grid-area: 1 / 1;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.46);
  backface-visibility: hidden;
  transform-origin: left center;
}

.evodruck-catalog-sheet canvas {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.evodruck-catalog-sheet.is-entering-next {
  animation: evodruck-catalog-enter-next 260ms cubic-bezier(0.22, 0.7, 0.2, 1) both;
}

.evodruck-catalog-sheet.is-leaving-next {
  z-index: 2;
  animation: evodruck-catalog-leave-next 260ms ease both;
  transform-origin: right center;
}

.evodruck-catalog-sheet.is-entering-previous {
  animation: evodruck-catalog-enter-previous 260ms cubic-bezier(0.22, 0.7, 0.2, 1) both;
  transform-origin: right center;
}

.evodruck-catalog-sheet.is-leaving-previous {
  z-index: 2;
  animation: evodruck-catalog-leave-previous 260ms ease both;
}

@keyframes evodruck-catalog-enter-next {
  from { opacity: 0.35; transform: translateX(22px) rotateY(-11deg); }
  to { opacity: 1; transform: translateX(0) rotateY(0); }
}

@keyframes evodruck-catalog-leave-next {
  from { opacity: 1; transform: translateX(0) rotateY(0); }
  to { opacity: 0; transform: translateX(-16px) rotateY(9deg); }
}

@keyframes evodruck-catalog-enter-previous {
  from { opacity: 0.35; transform: translateX(-22px) rotateY(11deg); }
  to { opacity: 1; transform: translateX(0) rotateY(0); }
}

@keyframes evodruck-catalog-leave-previous {
  from { opacity: 1; transform: translateX(0) rotateY(0); }
  to { opacity: 0; transform: translateX(16px) rotateY(-9deg); }
}

.evodruck-catalog-reader-status {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  min-width: min(310px, calc(100% - 40px));
  padding: 18px 20px;
  color: #eeeae4;
  background: rgba(34, 33, 31, 0.94);
  border-top: 3px solid #ff8300;
  font-family: var(--pcbody-font, 'Rubik', sans-serif);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  transform: translate(-50%, -50%);
}

.evodruck-catalog-reader-status[hidden] {
  display: none;
}

.evodruck-catalog-reader-footer {
  min-height: 58px;
  justify-content: center;
  padding: 9px 18px;
  border-top: 1px solid #3d3b37;
}

.evodruck-catalog-page-control,
.evodruck-catalog-zoom-control {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c6c2bb;
  font-family: var(--pcbody-font, 'Rubik', sans-serif);
  font-size: 12px;
}

.evodruck-catalog-page-input {
  width: 58px;
  height: 34px;
  margin: 0;
  padding: 5px 7px;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  opacity: 1;
  background: #181715;
  border: 1px solid #55514b;
  border-radius: 0;
  font: inherit;
  font-weight: 700;
  text-align: center;
}

.evodruck-catalog-page-input:focus {
  border-color: #ff8300;
  outline: 1px solid #ff8300;
}

.evodruck-catalog-reader-zoom {
  width: 34px;
  height: 34px;
  padding: 0;
  font-size: 18px;
}

.evodruck-catalog-zoom-value {
  min-width: 42px;
  text-align: center;
}

@media (max-width: 860px) {
  body.evodruck-modern .evodruck-catalog-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  body.evodruck-modern .evodruck-catalog-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.evodruck-modern .evodruck-catalog-card-description {
    min-height: 0;
  }

  .evodruck-catalog-reader-main {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
  }

  .evodruck-catalog-reader-nav {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 600px) {
  body.evodruck-modern .evodruck-catalog-library {
    padding-top: 18px;
  }

  body.evodruck-modern .evodruck-catalog-intro {
    padding-top: 18px;
  }

  body.evodruck-modern .evodruck-catalog-intro h2 {
    font-size: clamp(30px, 10vw, 39px);
  }

  body.evodruck-modern .evodruck-catalog-cover {
    min-height: 0;
    padding: 28px 24px 34px;
  }

  body.evodruck-modern .evodruck-catalog-cover img {
    width: min(100%, 310px);
  }

  body.evodruck-modern .evodruck-catalog-cover::after,
  body.evodruck-modern .evodruck-catalog-cover-label {
    display: none;
  }

  body.evodruck-modern .evodruck-catalog-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  body.evodruck-modern .evodruck-catalog-note {
    font-size: 12px;
  }

  .evodruck-catalog-reader {
    inset: 0;
    width: 100vw;
    height: 100dvh;
    border-top-width: 3px;
  }

  .evodruck-catalog-reader-header {
    min-height: 58px;
    padding: 8px 8px 8px 13px;
  }

  .evodruck-catalog-reader-heading strong {
    font-size: 13px;
  }

  .evodruck-catalog-reader-heading span {
    display: none;
  }

  .evodruck-catalog-reader-download {
    width: 40px;
    min-height: 40px;
    padding: 0;
    font-size: 0;
  }

  .evodruck-catalog-reader-download span {
    font-size: 18px;
  }

  .evodruck-catalog-reader-close {
    width: 40px;
    height: 40px;
  }

  .evodruck-catalog-reader-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .evodruck-catalog-reader-nav {
    position: absolute;
    z-index: 8;
    top: 50%;
    width: 42px;
    height: 48px;
    color: #fff;
    background: rgba(25, 24, 22, 0.8);
    transform: translateY(-50%);
  }

  .evodruck-catalog-reader-previous {
    left: 6px;
  }

  .evodruck-catalog-reader-next {
    right: 6px;
  }

  .evodruck-catalog-stage {
    grid-column: 1;
    padding: 12px 10px;
  }

  .evodruck-catalog-reader-footer {
    min-height: 54px;
    gap: 12px;
    justify-content: space-between;
    padding: 8px 10px;
  }

  .evodruck-catalog-reader-footer > span {
    display: none;
  }

  .evodruck-catalog-page-control {
    gap: 6px;
  }

  .evodruck-catalog-page-input {
    width: 48px;
  }

  .evodruck-catalog-zoom-control {
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.evodruck-modern .evodruck-catalog-cover,
  body.evodruck-modern .evodruck-catalog-cover::after,
  body.evodruck-modern .evodruck-catalog-cover img,
  body.evodruck-modern .evodruck-catalog-cover-label,
  .evodruck-catalog-sheet {
    animation: none !important;
    transition: none !important;
  }
}

/* Real page-turn reader */
.evodruck-catalog-reader {
  width: min(1480px, calc(100vw - 24px));
  height: min(960px, calc(100dvh - 24px));
}

.evodruck-catalog-reader:fullscreen,
.evodruck-catalog-reader:-webkit-full-screen,
.evodruck-catalog-reader.is-fullscreen,
.evodruck-catalog-reader.is-fullscreen-fallback {
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  border-top-width: 4px;
}

.evodruck-catalog-reader-fullscreen {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 8px 13px;
  color: #fff;
  background: transparent;
  border: 1px solid #55514b;
  border-radius: 0;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
}

.evodruck-catalog-reader-fullscreen span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.evodruck-catalog-reader-fullscreen:hover,
.evodruck-catalog-reader-fullscreen:focus-visible {
  color: #171614;
  background: #ff8300;
  border-color: #ff8300;
  outline: none;
}

.evodruck-catalog-reader-main {
  z-index: 1;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  isolation: isolate;
}

.evodruck-catalog-reader-header,
.evodruck-catalog-reader-footer {
  z-index: 10000;
}

.evodruck-catalog-stage {
  display: block;
  padding: 0;
  overflow: hidden;
  perspective: none;
  touch-action: pan-y;
}

.evodruck-catalog-book-shell {
  position: absolute;
  inset: 0;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  padding: clamp(14px, 2.2vw, 28px);
  overflow: hidden;
  container-type: size;
}

.evodruck-catalog-book {
  width: min(100%, calc(100cqh * 1.414)) !important;
  max-width: 1520px !important;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.34));
}

.evodruck-catalog-book .stf__wrapper {
  overflow: visible;
}

.evodruck-catalog-book .stf__block {
  cursor: grab;
}

.evodruck-catalog-book .stf__block:active {
  cursor: grabbing;
}

.evodruck-catalog-page {
  position: relative;
  overflow: hidden;
  color: #3f3c37;
  background: #fff;
  border: 1px solid rgba(69, 65, 58, 0.18);
  box-sizing: border-box;
  user-select: none;
}

.evodruck-catalog-page img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: fill;
  opacity: 0;
  transition: opacity 160ms ease;
  pointer-events: none;
}

.evodruck-catalog-page.is-rendered img {
  opacity: 1;
}

.evodruck-catalog-page-placeholder {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  place-content: center;
  color: #77716a;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.025), transparent 13%, transparent 87%, rgba(0, 0, 0, 0.035)),
    #f8f6f1;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  text-align: center;
}

.evodruck-catalog-page-placeholder span,
.evodruck-catalog-page-placeholder b {
  display: block;
}

.evodruck-catalog-page-placeholder span {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evodruck-catalog-page-placeholder b {
  margin-top: 4px;
  color: #2c2a27;
  font-size: 24px;
}

.evodruck-catalog-page.is-rendered .evodruck-catalog-page-placeholder {
  visibility: hidden;
}

.evodruck-catalog-page::after {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 22px;
  content: '';
  opacity: 0.55;
  pointer-events: none;
}

.evodruck-catalog-page.--left::after {
  right: 0;
  background: linear-gradient(90deg, transparent, rgba(25, 23, 20, 0.16));
}

.evodruck-catalog-page.--right::after {
  left: 0;
  background: linear-gradient(90deg, rgba(25, 23, 20, 0.14), transparent);
}

.evodruck-catalog-page.--hard {
  border-color: rgba(20, 19, 17, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.evodruck-catalog-reader-nav {
  width: 44px;
  height: 52px;
  background: rgba(34, 33, 31, 0.76);
  backdrop-filter: blur(5px);
}

.evodruck-catalog-reader-footer {
  justify-content: space-between;
  padding-inline: 22px;
}

.evodruck-catalog-reader-mode {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #8f8b84;
  font-family: var(--pcbody-font, 'Rubik', sans-serif);
  font-size: 11px;
  line-height: 1.35;
}

.evodruck-catalog-reader-mode strong {
  color: #dedad3;
  font-family: var(--pchead-font, 'Rubik', sans-serif);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .evodruck-catalog-reader-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .evodruck-catalog-reader-nav {
    position: absolute;
    z-index: 12;
    top: 50%;
    width: 42px;
    height: 50px;
    transform: translateY(-50%);
  }

  .evodruck-catalog-reader-previous {
    left: 6px;
  }

  .evodruck-catalog-reader-next {
    right: 6px;
  }

  .evodruck-catalog-stage {
    grid-column: 1;
  }

  .evodruck-catalog-book-shell {
    padding: 14px 9px;
  }

  .evodruck-catalog-reader-footer {
    padding-inline: 11px;
  }

  .evodruck-catalog-reader-mode span {
    display: none;
  }
}

@media (max-width: 600px) {
  .evodruck-catalog-reader-fullscreen,
  .evodruck-catalog-reader-download {
    width: 40px;
    min-height: 40px;
    padding: 0;
  }

  .evodruck-catalog-reader-fullscreen b,
  .evodruck-catalog-reader-download b {
    display: none;
  }

  .evodruck-catalog-reader-header {
    gap: 6px;
  }

  .evodruck-catalog-reader-tools {
    gap: 5px;
  }

  .evodruck-catalog-reader-mode strong {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@supports not (width: 1cqh) {
  .evodruck-catalog-book {
    width: min(100%, 1180px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .evodruck-catalog-page img {
    transition: none;
  }
}
