/** Shopify CDN: Minification failed

Line 20:10 Unexpected "{"
Line 20:19 Expected ":"
Line 21:14 Expected identifier but found whitespace
Line 21:16 Unexpected "{"
Line 21:25 Expected ":"
Line 21:51 Expected ":"
Line 22:17 Expected identifier but found whitespace
Line 22:19 Unexpected "{"
Line 22:28 Expected ":"
Line 22:57 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:isbnexpress-book-details-horizontal_1 (INDEX:43) */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
/* END_SECTION:isbnexpress-book-details-horizontal_1 */

/* START_SECTION:pb-viewroom-mail-gate (INDEX:82) */
.pb-viewroom {
    padding-top: var(--pb-viewroom-padding-top);
    padding-bottom: var(--pb-viewroom-padding-bottom);
    view-transition-name: pb-viewroom;
  }

  .pb-viewroom__shell {
    display: grid;
    gap: 32px;
  }

  .pb-viewroom[data-access='locked'] .pb-viewroom__content {
    display: none;
  }

  .pb-viewroom[data-access='unlocked'] .pb-viewroom__gate {
    display: none;
  }

  .pb-viewroom__gate {
    display: grid;
    min-height: min(720px, calc(100vh - 160px));
    overflow: hidden;
    border: 1px solid rgb(var(--color-foreground, 18 18 18) / 0.12);
    border-radius: 8px;
    background: rgb(var(--color-background, 255 255 255));
  }

  .pb-viewroom__gate-media {
    min-height: 280px;
    background: rgb(var(--color-foreground, 18 18 18) / 0.04);
  }

  .pb-viewroom__gate-image,
  .pb-viewroom__gate-pattern {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
  }

  .pb-viewroom__gate-pattern {
    background:
      linear-gradient(135deg, rgb(var(--color-foreground, 18 18 18) / 0.12) 25%, transparent 25%) 0 0 / 34px 34px,
      linear-gradient(315deg, rgb(var(--color-foreground, 18 18 18) / 0.08) 25%, transparent 25%) 0 0 / 34px 34px,
      rgb(var(--color-foreground, 18 18 18) / 0.035);
  }

  .pb-viewroom__gate-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: clamp(24px, 5vw, 64px);
  }

  .pb-viewroom__eyebrow,
  .pb-viewroom__feature-kicker {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgb(var(--color-foreground, 18 18 18) / 0.62);
  }

  .pb-viewroom__gate-title,
  .pb-viewroom__title {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(2.5rem, 8vw, 6.8rem);
    line-height: 0.92;
    color: rgb(var(--color-foreground, 18 18 18));
  }

  .pb-viewroom__gate-text,
  .pb-viewroom__intro {
    max-width: 68ch;
    font-size: 1rem;
    line-height: 1.65;
  }

  .pb-viewroom__form {
    display: grid;
    gap: 12px;
    width: min(100%, 520px);
  }

  .pb-viewroom__field {
    min-width: 0;
  }

  .pb-viewroom__input {
    width: 100%;
    min-height: 52px;
    background: rgb(var(--color-background, 255 255 255));
  }

  .pb-viewroom__submit {
    min-height: 52px;
  }

  .pb-viewroom__message {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0 0;
    font-size: 0.95rem;
  }

  .pb-viewroom__message--success {
    color: rgb(var(--color-foreground, 18 18 18));
  }

  .pb-viewroom__login {
    width: fit-content;
    font-size: 0.92rem;
  }

  .pb-viewroom__header {
    display: grid;
    gap: 18px;
    margin-bottom: 36px;
  }

  .pb-viewroom__features {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 48px;
  }

  .pb-viewroom__feature {
    grid-column: span 4;
    display: grid;
    gap: 16px;
    min-width: 0;
  }

  .pb-viewroom__feature-media {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4 / 5;
    background: rgb(var(--color-foreground, 18 18 18) / 0.04);
  }

  .pb-viewroom__feature-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
  }

  .pb-viewroom__feature-media:hover .pb-viewroom__feature-image {
    transform: scale(1.035);
  }

  .pb-viewroom__feature-copy {
    display: grid;
    gap: 8px;
  }

  .pb-viewroom__feature-title,
  .pb-viewroom__products-title {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.05;
    color: rgb(var(--color-foreground, 18 18 18));
  }

  .pb-viewroom__feature-text {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .pb-viewroom__feature-link {
    width: fit-content;
    font-weight: 700;
  }

  .pb-viewroom__products {
    display: grid;
    gap: 12px;
  }

  @media (min-width: 990px) {
    .pb-viewroom__gate {
      grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    }
  }

  @media (max-width: 989px) {
    .pb-viewroom__gate {
      min-height: auto;
    }

    .pb-viewroom__feature {
      grid-column: span 6;
    }
  }

  @media (max-width: 640px) {
    .pb-viewroom__gate-panel {
      padding: 24px;
    }

    .pb-viewroom__features {
      grid-template-columns: 1fr;
    }

    .pb-viewroom__feature {
      grid-column: auto;
    }
  }
/* END_SECTION:pb-viewroom-mail-gate */

/* START_SECTION:plasticbooks-mobile-tabbar-section (INDEX:85) */
.pb-mobile-tabbar-section {
    position: fixed;
    left: 50%;
    bottom: calc(var(--pb-tabbar-bottom) + env(safe-area-inset-bottom));
    --pb-tabbar-current-scale: 1;
    transform: translate(-50%, 0) scale(var(--pb-tabbar-current-scale));
    transform-origin: center bottom;
    z-index: 2147483600;
    width: min(var(--pb-tabbar-width), var(--pb-tabbar-max-width));
    height: var(--pb-tabbar-height);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 999px;
    background: rgba(var(--pb-tabbar-bg), var(--pb-tabbar-bg-opacity));
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow:
      0 22px 55px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(var(--pb-tabbar-blur)) saturate(170%);
    -webkit-backdrop-filter: blur(var(--pb-tabbar-blur)) saturate(170%);
    transition:
      opacity 0.24s ease,
      transform 0.24s ease;
  }

  .pb-mobile-tabbar-section.is-scrolling {
    --pb-tabbar-current-scale: var(--pb-tabbar-scroll-scale);
  }

  .pb-mobile-tabbar-section--reveal-on-scroll {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 16px) scale(var(--pb-tabbar-current-scale));
  }

  .pb-mobile-tabbar-section--reveal-on-scroll.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(var(--pb-tabbar-current-scale));
  }

  .pb-mobile-tabbar-section__item {
    width: var(--pb-tabbar-item-size);
    height: var(--pb-tabbar-item-size);
    display: grid;
    place-items: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: 999px;
    color: var(--pb-tabbar-icon);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .pb-mobile-tabbar-section__item.is-active {
    width: var(--pb-tabbar-active-width);
    background: rgba(255, 255, 255, var(--pb-tabbar-active-opacity));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      0 8px 22px rgba(0, 0, 0, 0.18);
  }

  .pb-mobile-tabbar-section__item svg {
    width: var(--pb-tabbar-icon-size);
    height: var(--pb-tabbar-icon-size);
    stroke: currentColor;
    stroke-width: 2.45;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pb-mobile-tabbar-section__badge {
    position: absolute;
    top: 8px;
    right: 8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ff2b5d;
    color: #fff;
    font: 700 10px/16px system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
    box-shadow: 0 0 0 2px rgba(var(--pb-tabbar-bg), var(--pb-tabbar-bg-opacity));
  }

  .pb-mobile-tabbar-section__badge.is-hidden {
    display: none;
  }

  body.template-product .pb-mobile-tabbar-section,
  body[class*="product"] .pb-mobile-tabbar-section {
    bottom: calc(var(--pb-tabbar-product-bottom) + env(safe-area-inset-bottom));
  }

  @media (min-width: 769px) {
    .pb-mobile-tabbar-section--mobile-only {
      display: none;
    }
  }

  @media (max-width: 430px) {
    .pb-mobile-tabbar-section {
      width: min(92vw, var(--pb-tabbar-max-width));
      padding: 7px;
    }
  }
/* END_SECTION:plasticbooks-mobile-tabbar-section */