/** Shopify CDN: Minification failed

Line 1154:0 All "@import" rules must come first
Line 2412:2 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:artscroll-sale-experience (INDEX:4) */
.as-sale {
    --as-navy: #10243f;
    --as-blue: #18365d;
    --as-gold: #bd8d35;
    --as-cream: #f7f0e5;
    --as-paper: #fffdf9;
    --as-ink: #172033;
    color: var(--as-ink);
    background: var(--as-paper);
  }

  .as-sale__hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    isolation: isolate;
    background: #e6d4ba;
  }

  .as-sale__backdrop,
  .as-sale__backdrop img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .as-sale__backdrop img {
    object-fit: cover;
    object-position: center;
  }

  .as-sale__hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 253, 249, 0.18) 0%, rgba(255, 253, 249, 0.04) 48%, rgba(18, 22, 28, 0.08) 100%);
    pointer-events: none;
  }

  .as-sale__backdrop {
    z-index: -2;
  }

  .as-sale__hero-inner {
    width: min(1440px, calc(100% - 64px));
    min-height: 650px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(500px, 0.96fr);
    align-items: center;
    gap: 48px;
    padding: 64px 0 54px;
  }

  .as-sale__copy {
    max-width: 720px;
  }

  .as-sale__eyebrow,
  .as-sale__section-heading > p,
  .as-sale__type-directory > div > p {
    margin: 0 0 12px;
    color: #75531b;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .as-sale__copy h1 {
    max-width: 680px;
    margin: 0;
    color: var(--as-navy);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: clamp(50px, 5.1vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  .as-sale__lede {
    max-width: 610px;
    margin: 22px 0 0;
    color: #28364a;
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.48;
  }

  .as-sale__facts {
    display: flex;
    gap: 0;
    width: fit-content;
    margin: 28px 0 0;
    padding: 14px 0;
    border-block: 1px solid rgba(16, 36, 63, 0.24);
  }

  .as-sale__facts > div {
    min-width: 112px;
    padding: 0 22px;
    border-right: 1px solid rgba(16, 36, 63, 0.2);
  }

  .as-sale__facts > div:first-child {
    padding-left: 0;
  }

  .as-sale__facts > div:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .as-sale__facts strong,
  .as-sale__facts span {
    display: block;
  }

  .as-sale__facts strong {
    color: var(--as-navy);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: 27px;
    line-height: 1;
  }

  .as-sale__facts span {
    margin-top: 4px;
    color: #425066;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .as-sale__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .as-sale__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid var(--as-navy);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
  }

  .as-sale__button:hover {
    transform: translateY(-2px);
  }

  .as-sale__button--primary {
    color: #fff;
    background: var(--as-navy);
    box-shadow: 0 9px 24px rgba(16, 36, 63, 0.22);
  }

  .as-sale__button--secondary {
    color: var(--as-navy);
    background: rgba(255, 253, 249, 0.7);
  }

  .as-sale__note {
    margin: 18px 0 0;
    color: #4b5667;
    font-size: 12px;
    line-height: 1.5;
  }

  .as-sale__real-books {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 40px 0 22px;
  }

  .as-sale__shelf-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(2, 190px);
    align-items: end;
    gap: 20px 14px;
    padding: 30px 34px 0;
    min-height: 430px;
  }

  .as-sale__book {
    display: flex;
    height: 190px;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    filter: drop-shadow(0 13px 12px rgba(20, 13, 6, 0.28));
    transform-origin: bottom center;
    transition: transform 180ms ease, filter 180ms ease;
  }

  .as-sale__book img {
    display: block;
    width: 100%;
    height: 190px;
    max-height: 190px;
    object-fit: contain;
    object-position: bottom center;
  }

  .as-sale__book:hover {
    z-index: 2;
    transform: translateY(-10px);
    filter: drop-shadow(0 18px 15px rgba(20, 13, 6, 0.32));
  }

  .as-sale__authenticity {
    align-self: center;
    width: fit-content;
    margin: 10px 0 0;
    padding: 8px 13px;
    border: 1px solid rgba(16, 36, 63, 0.22);
    border-radius: 999px;
    color: #324258;
    background: rgba(255, 253, 249, 0.76);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
  }

  .as-sale__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
    background: var(--as-navy);
  }

  .as-sale__trust > div {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
  }

  .as-sale__trust > div:last-child {
    border-right: 0;
  }

  .as-sale__trust span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--as-gold);
    border-radius: 50%;
    color: #f1ce86;
  }

  .as-sale__navigation {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
    padding: 76px 0 64px;
    scroll-margin-top: 110px;
  }

  .as-sale__section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .as-sale__section-heading h2,
  .as-sale__seo-copy h2 {
    margin: 0;
    color: var(--as-navy);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .as-sale__section-copy,
  .as-sale__seo-copy > div {
    margin-top: 14px;
    color: #586174;
    font-size: 16px;
    line-height: 1.65;
  }

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

  .as-sale__category {
    position: relative;
    display: grid;
    min-height: 184px;
    grid-template-columns: 116px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    padding: 18px 16px 18px 12px;
    border: 1px solid #e3d7c5;
    border-radius: 10px;
    color: var(--as-ink);
    background: linear-gradient(135deg, #fffdf9 0%, #f6eddf 100%);
    text-decoration: none;
    box-shadow: 0 5px 18px rgba(43, 36, 26, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .as-sale__category:hover {
    transform: translateY(-4px);
    border-color: #c8a562;
    box-shadow: 0 15px 30px rgba(43, 36, 26, 0.12);
  }

  .as-sale__category-covers {
    position: relative;
    display: block;
    height: 132px;
  }

  .as-sale__category-covers img {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 72px;
    height: 112px;
    object-fit: contain;
    filter: drop-shadow(0 7px 5px rgba(32, 24, 16, 0.22));
  }

  .as-sale__category-covers img:first-child {
    z-index: 2;
    left: 8px;
    transform: rotate(-5deg);
  }

  .as-sale__category-covers img:nth-child(2) {
    left: 42px;
    transform: rotate(5deg) translateY(4px);
  }

  .as-sale__category-text {
    min-width: 0;
  }

  .as-sale__category-text strong,
  .as-sale__category-text small,
  .as-sale__category-text em {
    display: block;
  }

  .as-sale__category-text strong {
    color: var(--as-navy);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: 21px;
    line-height: 1.15;
  }

  .as-sale__category-text small {
    margin-top: 7px;
    color: #8b672a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .as-sale__category-text em {
    margin-top: 8px;
    color: #626b7a;
    font-size: 12px;
    font-style: normal;
    line-height: 1.35;
  }

  .as-sale__category-arrow {
    color: #9c742d;
    font-size: 22px;
  }

  .as-sale__quick-shop {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 22px;
    margin-top: 30px;
    padding: 22px 24px;
    border-radius: 8px;
    background: var(--as-navy);
  }

  .as-sale__quick-shop h3 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .as-sale__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .as-sale__chips a {
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  .as-sale__chips a:hover {
    color: var(--as-navy);
    background: #fff;
  }

  .as-sale__type-directory {
    display: grid;
    grid-template-columns: minmax(180px, 0.32fr) 1fr;
    gap: 36px;
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid #e1d6c6;
  }

  .as-sale__type-directory h3 {
    margin: 0;
    color: var(--as-navy);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: 29px;
    line-height: 1.12;
  }

  .as-sale__results-status {
    margin: 12px 0 0;
    color: #6b7482;
    font-size: 12px;
    font-weight: 700;
  }

  .as-sale__type-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .as-sale__type-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 13px;
    border: 1px solid #e7dccb;
    border-radius: 5px;
    color: #24364f;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .as-sale__type-links a:hover,
  .as-sale__type-links a.is-active {
    border-color: var(--as-navy);
    color: #fff;
    background: var(--as-navy);
  }

  .as-sale__type-links small {
    display: inline-flex;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--as-cream);
    color: #75531b;
    font-size: 10px;
  }

  .as-sale__cover-library {
    padding: 34px max(24px, calc((100vw - 1380px) / 2)) 28px;
    overflow: hidden;
    background: #efe4d3;
  }

  .as-sale__cover-library-heading {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 20px;
  }

  .as-sale__cover-library-heading p,
  .as-sale__catalog-header > div:first-child > p {
    margin: 0;
    color: #805b21;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .as-sale__cover-library-heading h2 {
    margin: 0;
    color: var(--as-navy);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: 28px;
    line-height: 1.1;
  }

  .as-sale__cover-library-heading span {
    margin-left: auto;
    color: #6d6559;
    font-size: 12px;
  }

  .as-sale__cover-rail {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 7px;
    min-height: 208px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 14px 15px 25px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.08));
    box-shadow: inset 0 -15px 0 #7b4d2c, inset 0 -19px 0 #a46d40;
    scrollbar-color: #aa7b40 transparent;
    scrollbar-width: thin;
  }

  .as-sale__cover {
    position: relative;
    flex: 0 0 84px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 167px;
    scroll-snap-align: start;
    filter: drop-shadow(0 8px 6px rgba(40, 27, 14, 0.25));
    transform-origin: bottom center;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .as-sale__cover img {
    display: block;
    width: 100%;
    max-height: 164px;
    object-fit: contain;
    object-position: bottom center;
  }

  .as-sale__cover:nth-child(4n + 1) { transform: rotate(-2deg); }
  .as-sale__cover:nth-child(4n + 2) { transform: rotate(1deg); }
  .as-sale__cover:nth-child(4n + 3) { transform: rotate(-1deg); }
  .as-sale__cover:nth-child(4n) { transform: rotate(2deg); }

  .as-sale__cover:hover {
    z-index: 2;
    transform: translateY(-8px) rotate(0);
  }

  .as-sale__cover.is-sale-filtered-out {
    display: none;
  }

  .as-sale__seo-copy {
    padding: 58px max(24px, calc((100vw - 1020px) / 2));
    color: #fff;
    background: linear-gradient(135deg, #112743, #17385f);
    text-align: center;
  }

  .as-sale__seo-copy h2 {
    color: #fff;
  }

  .as-sale__seo-copy > div {
    color: rgba(255, 255, 255, 0.78);
  }

  .as-sale__catalog {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
    padding: 16px 0 76px;
    scroll-margin-top: 110px;
  }

  .as-sale__catalog-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 30px;
    margin-bottom: 28px;
    padding-top: 30px;
    border-top: 1px solid #e1d6c6;
  }

  .as-sale__catalog-header h2 {
    margin: 7px 0 0;
    color: var(--as-navy);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .as-sale__catalog-header > div:first-child > div {
    max-width: 680px;
    margin-top: 10px;
    color: #5d6674;
    font-size: 14px;
    line-height: 1.55;
  }

  .as-sale__catalog-tools {
    display: grid;
    grid-template-columns: minmax(230px, 1fr) minmax(190px, 0.7fr);
    gap: 12px;
  }

  .as-sale__search,
  .as-sale__sort {
    display: grid;
    gap: 6px;
  }

  .as-sale__search > span,
  .as-sale__sort > span {
    color: #485466;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .as-sale__search input,
  .as-sale__sort select {
    min-height: 46px;
    width: 100%;
    padding: 0 13px;
    border: 1px solid #d9cdbd;
    border-radius: 5px;
    color: var(--as-ink);
    background: #fff;
    font: inherit;
    font-size: 13px;
  }

  .as-sale__product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px 18px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .as-sale__product-grid > [data-handle] {
    min-width: 0;
  }

  .as-sale__product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #eadfce;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(35, 30, 22, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .as-sale__product-card:hover {
    transform: translateY(-4px);
    border-color: #ccb17c;
    box-shadow: 0 14px 30px rgba(35, 30, 22, 0.12);
  }

  .as-sale__product-media {
    position: relative;
    display: flex;
    min-height: 350px;
    align-items: center;
    justify-content: center;
    padding: 28px 25px 22px;
    background: linear-gradient(145deg, #fbf8f2, #f0e8dc);
    text-decoration: none;
  }

  .as-sale__product-media img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 12px 10px rgba(32, 25, 17, 0.19));
    transition: transform 180ms ease;
  }

  .as-sale__product-card:hover .as-sale__product-media img {
    transform: scale(1.025);
  }

  .as-sale__discount-badge {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    border-radius: 4px;
    color: #fff;
    background: #7b2d3a;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .as-sale__product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
  }

  .as-sale__product-type {
    margin: 0 0 7px;
    color: #8a682d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .as-sale__product-body h3 {
    margin: 0;
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: 17px;
    line-height: 1.32;
  }

  .as-sale__product-body h3 a {
    color: var(--as-navy);
    text-decoration: none;
  }

  .as-sale__product-price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-top: 13px;
  }

  .as-sale__product-price strong {
    color: #7b2d3a;
    font-size: 17px;
  }

  .as-sale__product-price s {
    color: #8b8f97;
    font-size: 12px;
  }

  .as-sale__availability {
    margin: 9px 0 0;
    color: #2f6b45;
    font-size: 11px;
    font-weight: 750;
  }

  .as-sale__availability.is-sold-out {
    color: #8b4650;
  }

  .as-sale__product-form {
    margin-top: auto;
    padding-top: 16px;
  }

  .as-sale__product-form button {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--as-navy);
    border-radius: 4px;
    color: #fff;
    background: var(--as-navy);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
  }

  .as-sale__product-form button:hover:not(:disabled) {
    background: var(--as-blue);
  }

  .as-sale__product-form button:disabled {
    border-color: #aaa49b;
    color: #706c66;
    background: #e6e1d9;
    cursor: not-allowed;
  }

  .as-sale__empty {
    padding: 52px 24px;
    border: 1px dashed #cfb993;
    border-radius: 8px;
    text-align: center;
    background: var(--as-cream);
  }

  .as-sale__empty p {
    margin: 0 0 16px;
    color: var(--as-navy);
    font-size: 17px;
    font-weight: 700;
  }

  .as-sale__empty button {
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--as-navy);
    font-weight: 800;
    cursor: pointer;
  }

  .as-sale__product-grid [data-handle].is-sale-filtered-out {
    display: none !important;
  }

  @media screen and (max-width: 1150px) {
    .as-sale__hero-inner {
      grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
      gap: 24px;
    }

    .as-sale__shelf-row {
      gap: 8px;
      padding-inline: 12px;
    }

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

    .as-sale__product-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }

  @media screen and (max-width: 749px) {
    .as-sale__hero {
      min-height: 800px;
    }

    .as-sale__hero::after {
      background: linear-gradient(180deg, rgba(255, 253, 249, 0.08), rgba(255, 253, 249, 0) 62%);
    }

    .as-sale__backdrop img {
      object-position: center bottom;
    }

    .as-sale__hero-inner {
      width: calc(100% - 32px);
      min-height: 800px;
      grid-template-columns: 1fr;
      grid-template-rows: auto 1fr;
      gap: 10px;
      padding: 42px 0 20px;
    }

    .as-sale__copy {
      text-align: center;
    }

    .as-sale__copy h1 {
      margin-inline: auto;
      font-size: clamp(42px, 13vw, 62px);
    }

    .as-sale__lede {
      max-width: 480px;
      margin: 16px auto 0;
      font-size: 16px;
    }

    .as-sale__facts {
      margin: 21px auto 0;
    }

    .as-sale__facts > div {
      min-width: 88px;
      padding-inline: 13px;
    }

    .as-sale__facts strong {
      font-size: 23px;
    }

    .as-sale__facts span {
      font-size: 9px;
    }

    .as-sale__actions {
      justify-content: center;
      margin-top: 21px;
    }

    .as-sale__button {
      min-height: 46px;
      padding-inline: 18px;
      font-size: 12px;
    }

    .as-sale__note {
      margin-top: 12px;
    }

    .as-sale__real-books {
      justify-content: flex-end;
      padding: 0 0 2px;
    }

    .as-sale__shelf-row {
      min-height: 190px;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      grid-template-rows: 158px;
      gap: 2px;
      align-items: end;
      padding: 8px 0 3px;
    }

    .as-sale__book {
      height: 158px;
    }

    .as-sale__book:nth-child(n + 6) {
      display: none;
    }

    .as-sale__book img {
      height: 158px;
      max-height: 158px;
    }

    .as-sale__authenticity {
      margin-top: 8px;
      font-size: 9px;
    }

    .as-sale__trust {
      grid-template-columns: 1fr;
    }

    .as-sale__trust > div {
      min-height: 48px;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      font-size: 10px;
    }

    .as-sale__trust > div:last-child {
      border-bottom: 0;
    }

    .as-sale__cover-library {
      padding: 28px 14px 24px;
    }

    .as-sale__cover-library-heading {
      display: block;
      padding-inline: 4px;
    }

    .as-sale__cover-library-heading h2 {
      margin-top: 7px;
      font-size: 24px;
    }

    .as-sale__cover-library-heading span {
      display: block;
      margin-top: 8px;
    }

    .as-sale__cover-rail {
      min-height: 180px;
      padding-inline: 10px;
      scroll-snap-type: x proximity;
    }

    .as-sale__cover {
      flex-basis: 72px;
      min-height: 142px;
    }

    .as-sale__cover img {
      max-height: 139px;
    }

    .as-sale__navigation {
      width: calc(100% - 28px);
      padding: 55px 0 46px;
    }

    .as-sale__section-heading {
      margin-bottom: 25px;
    }

    .as-sale__category-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .as-sale__category {
      min-height: 152px;
      grid-template-columns: 98px minmax(0, 1fr) 18px;
      padding-block: 10px;
    }

    .as-sale__category-covers {
      height: 118px;
    }

    .as-sale__category-covers img {
      width: 64px;
      height: 104px;
    }

    .as-sale__category-covers img:nth-child(2) {
      left: 35px;
    }

    .as-sale__quick-shop {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 19px;
    }

    .as-sale__type-directory {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-top: 38px;
    }

    .as-sale__type-links {
      grid-template-columns: 1fr 1fr;
    }

    .as-sale__type-links a {
      padding: 10px;
      font-size: 11px;
    }

    .as-sale__seo-copy {
      padding: 46px 22px;
    }

    .as-sale__catalog {
      width: calc(100% - 28px);
      padding-bottom: 52px;
    }

    .as-sale__catalog-header {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .as-sale__catalog-tools {
      grid-template-columns: 1fr;
    }

    .as-sale__product-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 18px 10px !important;
    }

    .as-sale__product-media {
      min-height: 240px;
      padding: 23px 12px 16px;
    }

    .as-sale__product-media img {
      height: 210px;
    }

    .as-sale__product-body {
      padding: 13px;
    }

    .as-sale__product-body h3 {
      font-size: 14px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .as-sale__button,
    .as-sale__book,
    .as-sale__category {
      transition: none;
    }
  }
/* END_SECTION:artscroll-sale-experience */

/* START_SECTION:blog-posts (INDEX:5) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');
  .blog-post-list .blog-post-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .blog-post-list .blog-post-card__image-wrapper,
  .blog-post-list .blog-post-card__image {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    overflow: hidden;
    background-color: #F5EFE4;
  }
  .blog-post-list .blog-post-card__image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: transform .6s ease;
  }
  .blog-post-list .blog-post-card:hover .blog-post-card__image {
    transform: scale(1.02);
  }
  .blog-post-list .blog-post-card__info {
    padding: 0;
    text-align: center;
  }
  .blog-post-list .blog-post-card__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
    line-height: 1.35;
    text-decoration: none !important;
    background-image: none !important;
    color: #1D1D1F;
    display: block;
    text-align: center;
  }
  .blog-post-list .blog-post-card__title:hover {
    opacity: .7;
  }
  .blog-post-list .blog-post-card__info > p {
    text-align: center;
    margin: 0;
  }
  .blog-post-list .blog-post-card__info > p:not(:has(a.blog-post-card__title)) {
    display: none;
  }
/* END_SECTION:blog-posts */

/* START_SECTION:editorial-landing-mobile (INDEX:24) */
.jl { display: block; background: var(--ed-parchment, #f5efe4); color: var(--ed-ink, #1a1a1a); padding: 0 0 48px; }
  .jl__hero { padding: 28px 22px 12px; text-align: center; }
  .jl__eyebrow { font-family: var(--ed-sans, "Inter", system-ui, sans-serif); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ed-brass, #ac8a53); margin: 0 0 14px; }
  .jl__he { font-family: var(--ed-hebrew, "Frank Ruhl Libre", "Times New Roman", serif); font-weight: 500; font-size: 46px; line-height: 1.05; margin: 0 0 4px; color: var(--ed-ink, #1a1a1a); }
  .jl__en { font-family: var(--ed-serif, Georgia, serif); font-style: italic; font-size: 16px; margin: 2px 0 12px; color: #4b4036; }
  .jl__en--lone { font-style: normal; font-size: 34px; line-height: 1.1; font-weight: 500; margin: 0 0 14px; }
  .jl__subtitle { font-family: var(--ed-serif, Georgia, serif); font-size: 15px; color: #4b4036; margin: 4px 22px 18px; line-height: 1.5; }
  .jl__heroimg { margin: 18px 0 14px; }
  .jl__heroimg-img { width: 100%; height: auto; display: block; border-radius: 2px; }
  .jl__heroimg-credit { font-family: var(--ed-sans, "Inter", system-ui, sans-serif); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #7d6c55; margin-top: 6px; }
  .jl__intro { font-family: var(--ed-serif, Georgia, serif); font-size: 16px; line-height: 1.65; color: #342b22; padding: 0 10px; max-width: 640px; margin: 12px auto 0; }
  .jl__intro p { margin: 0 0 12px; }

  .jl__shelf { margin: 32px 0 6px; padding: 0 18px; }
  .jl__shelf-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin: 0 4px 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(172,138,83,0.35); }
  .jl__shelf-titles { min-width: 0; }
  .jl__shelf-title { font-family: var(--ed-serif, Georgia, serif); font-weight: 500; font-size: 22px; line-height: 1.15; margin: 0; }
  .jl__shelf-subtitle { font-family: var(--ed-serif, Georgia, serif); font-style: italic; font-size: 13px; color: #6b5b44; margin: 4px 0 0; }
  .jl__shelf-more { font-family: var(--ed-sans, "Inter", system-ui, sans-serif); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ed-brass, #ac8a53); text-decoration: none; white-space: nowrap; padding-bottom: 2px; }

  .jl__rail { display: grid; grid-auto-flow: column; grid-auto-columns: 160px; gap: 14px; overflow-x: auto; padding: 4px 4px 16px; margin: 0; list-style: none; scroll-snap-type: x mandatory; scroll-padding: 4px; -webkit-overflow-scrolling: touch; }
  .jl__rail::-webkit-scrollbar { display: none; }
  .jl__card { scroll-snap-align: start; background: transparent; }
  .jl__card-link { display: block; text-decoration: none; color: inherit; }
  .jl__card-media { width: 160px; height: 200px; background: transparent; border: 1px solid rgba(172,138,83,0.25); border-radius: 2px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .jl__card-img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
  .jl__card-title { font-family: var(--ed-serif, Georgia, serif); font-size: 13px; line-height: 1.3; margin: 10px 2px 2px; color: var(--ed-ink, #1a1a1a); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .jl__card-price { font-family: var(--ed-sans, "Inter", system-ui, sans-serif); font-size: 13px; font-weight: 600; margin: 2px 2px 0; color: #342b22; }

  .jl__why { margin: 36px 22px 14px; padding: 22px 18px 6px; border-top: 1px solid rgba(172,138,83,0.35); border-bottom: 1px solid rgba(172,138,83,0.35); }
  .jl__why-list { list-style: none; padding: 0; margin: 14px 0 0; }
  .jl__why-row { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px dashed rgba(172,138,83,0.3); align-items: start; }
  .jl__why-row:last-child { border-bottom: 0; }
  .jl__why-num { font-family: var(--ed-serif, Georgia, serif); font-size: 22px; color: var(--ed-brass, #ac8a53); line-height: 1; padding-top: 2px; }
  .jl__why-row h4 { font-family: var(--ed-serif, Georgia, serif); font-size: 16px; font-weight: 600; margin: 0 0 4px; }
  .jl__why-row p { font-family: var(--ed-serif, Georgia, serif); font-size: 14px; line-height: 1.5; color: #4b4036; margin: 0; }

  .jl__quote { margin: 34px 26px; padding: 18px 22px; border-left: 2px solid var(--ed-brass, #ac8a53); }
  .jl__quote-text { font-family: var(--ed-serif, Georgia, serif); font-style: italic; font-size: 17px; line-height: 1.55; color: #342b22; margin: 0; }
  .jl__quote-attr { font-family: var(--ed-sans, "Inter", system-ui, sans-serif); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #6b5b44; display: block; margin-top: 10px; }

  .jl__banner { display: block; text-decoration: none; color: var(--ed-ink, #1a1a1a); background: rgba(172,138,83,0.08); border: 1px solid rgba(172,138,83,0.35); border-radius: 2px; padding: 18px 20px; margin: 22px 22px; position: relative; }
  .jl__banner-eyebrow { font-family: var(--ed-sans, "Inter", system-ui, sans-serif); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ed-brass, #ac8a53); margin: 0 0 6px; }
  .jl__banner-title { font-family: var(--ed-serif, Georgia, serif); font-size: 18px; font-weight: 600; margin: 0 0 4px; }
  .jl__banner-sub { font-family: var(--ed-serif, Georgia, serif); font-style: italic; font-size: 13px; color: #6b5b44; margin: 0; }
  .jl__banner-arrow { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--ed-brass, #ac8a53); font-size: 20px; }

  .jl__showall { text-align: center; margin: 18px 22px 6px; }
  .jl__showall-link { font-family: var(--ed-sans, "Inter", system-ui, sans-serif); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ed-ink, #1a1a1a); text-decoration: none; padding: 12px 20px; border: 1px solid var(--ed-ink, #1a1a1a); display: inline-block; }

  .jl__close { margin: 30px 26px 0; text-align: center; }
  .jl__close-text { font-family: var(--ed-serif, Georgia, serif); font-style: italic; font-size: 17px; line-height: 1.55; color: #342b22; margin: 0 0 10px; }
  .jl__close-attr { font-family: var(--ed-sans, "Inter", system-ui, sans-serif); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #6b5b44; }
/* END_SECTION:editorial-landing-mobile */

/* START_SECTION:jsq-artscroll-dept-nav (INDEX:46) */
.jsq-asd { --asd-ink:#282118; --asd-soft:#716557; --asd-line:#e3d5bd; --asd-ivory:#f8f2e7; --asd-paper:#fffdf8; --asd-green:#1f3d2b; --asd-wine:#85374b; --asd-gold:#9e7935; color:var(--asd-ink); background:var(--asd-paper); }
  .jsq-asd *, .jsq-asd *::before, .jsq-asd *::after { box-sizing:border-box; }
  .jsq-asd__hero { max-width:1240px; margin:0 auto; padding:clamp(28px,4vw,52px) clamp(16px,3vw,30px) 28px; display:grid; grid-template-columns:minmax(0,1fr) minmax(340px,.5fr); gap:clamp(28px,5vw,64px); align-items:center; }
  .jsq-asd__back { display:inline-flex; align-items:center; gap:7px; margin-bottom:18px; color:var(--asd-green); font-size:12px; font-weight:800; text-decoration:none; }
  .jsq-asd__eyebrow, .jsq-asd__help>p, .jsq-asd__catalog>p { margin:0 0 9px; color:var(--asd-gold); font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
  .jsq-asd__copy h1 { margin:0; max-width:16ch; color:var(--asd-green); font-family:var(--heading-font-family,Georgia,serif); font-size:clamp(38px,4.7vw,64px); font-weight:650; letter-spacing:-.043em; line-height:1; text-wrap:balance; }
  .jsq-asd__lede { max-width:66ch; margin:17px 0 0; color:var(--asd-soft); font-size:15px; line-height:1.62; }
  .jsq-asd__search { max-width:600px; margin-top:22px; }
  .jsq-asd__search>label { display:block; margin-bottom:6px; font-size:11px; font-weight:800; }
  .jsq-asd__search>div { display:grid; grid-template-columns:minmax(0,1fr) auto; overflow:hidden; border:1px solid #cbb996; border-radius:999px; background:#fff; }
  .jsq-asd__search input { min-width:0; min-height:46px; padding:0 16px; border:0; outline:0; background:transparent; font:inherit; font-size:13px; }
  .jsq-asd__search button { min-width:92px; margin:4px; border:0; border-radius:999px; color:#fff; background:var(--asd-wine); font:inherit; font-size:12px; font-weight:850; cursor:pointer; }
  .jsq-asd__help { padding:24px; border:1px solid var(--asd-line); border-left:4px solid var(--asd-wine); border-radius:18px; background:linear-gradient(145deg,#fff,var(--asd-ivory)); box-shadow:0 14px 34px rgba(67,48,25,.09); }
  .jsq-asd__help h2 { margin:0; color:var(--asd-green); font-family:var(--heading-font-family,Georgia,serif); font-size:24px; line-height:1.12; }
  .jsq-asd__help>span { display:block; margin-top:10px; color:var(--asd-soft); font-size:12px; line-height:1.55; }
  .jsq-asd__help>div { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
  .jsq-asd__help a { display:inline-flex; min-height:38px; align-items:center; padding:0 13px; border:1px solid var(--asd-green); border-radius:999px; color:var(--asd-green); font-size:11px; font-weight:850; text-decoration:none; }
  .jsq-asd__help a:first-child { color:#fff; background:var(--asd-green); }
  .jsq-asd__rail { display:flex; gap:8px; max-width:1240px; margin:0 auto; padding:12px clamp(16px,3vw,30px) 18px; overflow-x:auto; overscroll-behavior-inline:contain; scroll-snap-type:inline proximity; scrollbar-width:thin; }
  .jsq-asd__rail a { flex:0 0 auto; min-height:37px; display:inline-flex; align-items:center; padding:5px 13px; border:1px solid var(--asd-line); border-radius:999px; color:var(--asd-green); background:#fff; font-size:11px; font-weight:800; text-decoration:none; scroll-snap-align:start; }
  .jsq-asd__rail a[aria-current="page"] { color:#fff; border-color:var(--asd-wine); background:var(--asd-wine); }
  .jsq-asd__trust { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); color:#fff; background:var(--asd-green); }
  .jsq-asd__trust span { min-height:55px; display:flex; align-items:center; justify-content:center; padding:10px; border-right:1px solid rgba(255,255,255,.14); font-size:10.5px; font-weight:750; text-align:center; }
  .jsq-asd__trust span:last-child { border:0; }
  .jsq-asd__catalog { max-width:1240px; scroll-margin-top:105px; margin:0 auto; padding:clamp(34px,5vw,60px) clamp(16px,3vw,30px) 20px; }
  .jsq-asd__catalog h2 { margin:0; color:var(--asd-green); font-family:var(--heading-font-family,Georgia,serif); font-size:clamp(28px,3.5vw,43px); letter-spacing:-.035em; line-height:1.08; }
  .jsq-asd__catalog>span { display:block; margin-top:8px; color:var(--asd-soft); font-size:13px; }
  .jsq-asd a:focus-visible, .jsq-asd button:focus-visible, .jsq-asd input:focus-visible { outline:3px solid rgba(133,55,75,.45); outline-offset:3px; }
  @media (hover:hover) { .jsq-asd__rail a:hover,.jsq-asd__help a:hover { color:#fff; border-color:var(--asd-wine); background:var(--asd-wine); } }
  @media (max-width:850px) { .jsq-asd__hero { grid-template-columns:1fr; } .jsq-asd__help { max-width:650px; } .jsq-asd__trust { grid-template-columns:repeat(2,minmax(0,1fr)); } .jsq-asd__trust span:nth-child(2) { border-right:0; } .jsq-asd__trust span:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.14); } }
  @media (max-width:520px) { .jsq-asd__copy h1 { font-size:clamp(38px,12vw,52px); } .jsq-asd__search>div { grid-template-columns:1fr; border-radius:16px; } .jsq-asd__search button { min-height:42px; } .jsq-asd__trust span { min-height:68px; padding:9px; } }
  @media (prefers-reduced-motion:reduce) { .jsq-asd *, .jsq-asd *::before, .jsq-asd *::after { scroll-behavior:auto!important; transition:none!important; animation:none!important; } }
/* END_SECTION:jsq-artscroll-dept-nav */

/* START_SECTION:jsq-artscroll-hub (INDEX:48) */
.jsq-ash { --ash-ink:#282118; --ash-soft:#716557; --ash-line:#e3d5bd; --ash-ivory:#f8f2e7; --ash-paper:#fffdf8; --ash-green:#1f3d2b; --ash-wine:#85374b; --ash-gold:#9e7935; color:var(--ash-ink); background:var(--ash-paper); }
  .jsq-ash *, .jsq-ash *::before, .jsq-ash *::after { box-sizing:border-box; }
  .jsq-ash a { color:inherit; }
  .jsq-ash__hero-shell { padding:clamp(22px,3.5vw,48px) clamp(14px,2.5vw,32px) clamp(30px,4vw,52px); border-block:1px solid #eadfcf; background:radial-gradient(circle at 8% 4%,rgba(158,121,53,.16),transparent 30rem),linear-gradient(135deg,#fbf7f0 0%,#f4eadb 100%); }
  .jsq-ash__hero { max-width:1360px; margin:0 auto; display:grid; grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr); gap:clamp(32px,4.2vw,64px); align-items:stretch; }
  .jsq-ash__hero-copy { align-self:center; padding:clamp(10px,2vw,28px) 0; text-align:left; }
  .jsq-ash__eyebrow, .jsq-ash__section-head>p, .jsq-ash__catalog-heading>p, .jsq-ash__concierge p { margin:0 0 10px; color:var(--ash-gold); font-size:11px; font-weight:850; letter-spacing:.15em; line-height:1.3; text-transform:uppercase; }
  .jsq-ash .jsq-ash__hero h1 { margin:0; max-width:13ch; color:var(--ash-green); font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(48px,4.7vw,68px); font-weight:600; letter-spacing:-.045em; line-height:.93; text-align:left !important; text-wrap:balance; }
  .jsq-ash__hero-kicker { margin:16px 0 0; color:var(--ash-wine); font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(22px,2.1vw,29px); font-weight:600; letter-spacing:-.02em; line-height:1.05; }
  .jsq-ash__lede { max-width:58ch; margin:13px 0 0; color:var(--ash-soft); font-size:clamp(15px,1.2vw,17px); line-height:1.6; }
  .jsq-ash__hero-proof { margin:22px 0 0; padding:15px 0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-block:1px solid rgba(158,121,53,.34); list-style:none; }
  .jsq-ash__hero-proof li { min-width:0; padding:0 12px; border-right:1px solid rgba(158,121,53,.25); }
  .jsq-ash__hero-proof li:first-child { padding-left:0; }
  .jsq-ash__hero-proof li:last-child { padding-right:0; border:0; }
  .jsq-ash__hero-proof strong,.jsq-ash__hero-proof span { display:block; }
  .jsq-ash__hero-proof strong { color:var(--ash-green); font-size:11px; line-height:1.35; }
  .jsq-ash__hero-proof span { margin-top:3px; color:#857769; font-size:9px; line-height:1.4; }
  .jsq-ash__search-card { max-width:1360px; margin:28px auto 0; display:grid; grid-template-columns:minmax(180px,240px) minmax(360px,1fr) auto; gap:18px; align-items:center; padding:15px 18px; border:1px solid #d7c6a8; border-radius:18px; background:rgba(255,253,248,.97); box-shadow:0 18px 42px rgba(55,38,18,.12); }
  .jsq-ash__search-intro strong,.jsq-ash__search-intro span { display:block; }
  .jsq-ash__search-intro strong { color:var(--ash-green); font-family:"Cormorant Garamond",Georgia,serif; font-size:20px; line-height:1.05; }
  .jsq-ash__search-intro span { margin-top:3px; color:var(--ash-soft); font-size:10px; line-height:1.4; }
  .jsq-ash__search { margin:0; }
  .jsq-ash__search>div { display:grid; grid-template-columns:minmax(0,1fr) auto; overflow:hidden; border:1px solid #cbb996; border-radius:999px; background:#fff; box-shadow:0 10px 25px rgba(67,48,25,.08); }
  .jsq-ash__search input { width:100%; min-height:48px; padding:0 18px; border:0; outline:0; background:transparent; color:var(--ash-ink); font:inherit; font-size:14px; }
  .jsq-ash__search button { min-width:132px; margin:4px; border:0; border-radius:999px; color:#fff; background:var(--ash-wine); font:inherit; font-size:12px; font-weight:850; cursor:pointer; }
  .jsq-ash__search-card>a { color:var(--ash-green); font-size:11px; font-weight:850; white-space:nowrap; text-underline-offset:3px; }
  .jsq-ash__hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
  .jsq-ash__button { display:inline-flex; min-height:44px; align-items:center; justify-content:center; padding:0 18px; border:1px solid var(--ash-green); border-radius:999px; color:var(--ash-green); font-size:13px; font-weight:800; text-decoration:none; }
  .jsq-ash a.jsq-ash__button--primary { color:#fff !important; background:var(--ash-green); }
  .jsq-ash__hero-help { display:inline-block; margin-top:13px; color:var(--ash-wine); font-size:11px; font-weight:800; text-underline-offset:4px; }
  .jsq-ash__showcase { position:relative; min-height:490px; padding:24px; overflow:hidden; border:1px solid rgba(229,208,160,.38); border-radius:28px; color:#fff; background:radial-gradient(circle at 80% 5%,rgba(181,139,70,.28),transparent 17rem),linear-gradient(145deg,#173626,#244c36); box-shadow:0 28px 65px rgba(35,44,28,.24); }
  .jsq-ash__showcase::before { position:absolute; inset:0; opacity:.22; background-image:linear-gradient(115deg,transparent 0 47%,rgba(255,255,255,.06) 47% 48%,transparent 48% 100%); background-size:26px 26px; content:""; pointer-events:none; }
  .jsq-ash__showcase-head,.jsq-ash__showcase-grid,.jsq-ash__showcase-note { position:relative; z-index:1; }
  .jsq-ash__showcase-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; }
  .jsq-ash__showcase-head span,.jsq-ash__showcase-head strong { display:block; }
  .jsq-ash__showcase-head span { color:#d6b977; font-size:9px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
  .jsq-ash__showcase-head strong { max-width:360px; margin-top:4px; font-family:"Cormorant Garamond",Georgia,serif; font-size:25px; font-weight:600; line-height:1.05; }
  .jsq-ash__showcase-head>a { flex:0 0 auto; color:rgba(255,255,255,.86); font-size:10px; font-weight:800; text-underline-offset:4px; }
  .jsq-ash__showcase-grid { min-height:372px; margin-top:17px; display:grid; grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr); grid-template-rows:repeat(3,minmax(0,1fr)); gap:9px; }
  .jsq-ash__showcase-product { min-width:0; display:grid; grid-template-columns:96px minmax(0,1fr); gap:10px; align-items:center; padding:9px 11px; border:1px solid rgba(255,255,255,.14); border-radius:15px; background:rgba(255,255,255,.075); text-decoration:none; transition:transform .18s ease,background .18s ease; }
  .jsq-ash__showcase-product--feature { grid-row:1 / 4; display:flex; flex-direction:column; align-items:stretch; padding:16px; color:var(--ash-ink); border-color:#eadab9; background:linear-gradient(150deg,#fff,#f8efdf); }
  .jsq-ash__showcase-image { min-width:0; display:flex; align-items:center; justify-content:center; }
  .jsq-ash__showcase-image img { display:block; width:100%; height:96px; object-fit:contain; filter:drop-shadow(0 12px 10px rgba(0,0,0,.22)); }
  .jsq-ash__showcase-product--feature .jsq-ash__showcase-image { min-height:235px; flex:1; }
  .jsq-ash__showcase-product--feature .jsq-ash__showcase-image img { height:235px; }
  .jsq-ash__showcase-meta { min-width:0; display:block; }
  .jsq-ash__showcase-meta small,.jsq-ash__showcase-meta b,.jsq-ash__showcase-meta em { display:block; }
  .jsq-ash__showcase-meta small { color:#d8bc7d; font-size:8px; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
  .jsq-ash__showcase-meta b { margin-top:5px; overflow:hidden; color:#fff; font-size:11px; line-height:1.3; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
  .jsq-ash .jsq-ash__showcase-product:not(.jsq-ash__showcase-product--feature) .jsq-ash__showcase-meta em { margin-top:6px; color:#f0dcaa !important; font-size:11px; font-style:normal; font-weight:850; }
  .jsq-ash__showcase-product--feature .jsq-ash__showcase-meta small { color:var(--ash-wine); }
  .jsq-ash__showcase-product--feature .jsq-ash__showcase-meta b { color:var(--ash-green); font-family:"Cormorant Garamond",Georgia,serif; font-size:18px; font-weight:650; line-height:1.08; -webkit-line-clamp:2; }
  .jsq-ash__showcase-product--feature .jsq-ash__showcase-meta em { margin-top:6px; color:var(--ash-wine); font-size:12px; font-style:normal; font-weight:850; }
  .jsq-ash__showcase-note { margin:12px 0 0; color:rgba(255,255,255,.62); font-size:8px; line-height:1.4; text-align:center; }
  .jsq-ash__trust { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); color:var(--ash-green); border-bottom:1px solid #dfcfb6; background:#f2e8d8; }
  .jsq-ash__trust>div { min-height:72px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:13px; border-right:1px solid rgba(117,84,38,.18); text-align:center; }
  .jsq-ash__trust>div:last-child { border:0; }
  .jsq-ash__trust strong { font-size:12px; line-height:1.35; }
  .jsq-ash__trust span { margin-top:3px; color:#7e6f60; font-size:10px; }
  .jsq-ash__body { max-width:1240px; margin:0 auto; padding:clamp(42px,6vw,82px) clamp(16px,3vw,30px) 30px; }
  .jsq-ash__body>section { margin-top:clamp(48px,6vw,82px); }
  .jsq-ash__body>section:first-child { margin-top:0; }
  .jsq-ash__section-head { max-width:780px; margin-bottom:23px; }
  .jsq-ash__section-head h2, .jsq-ash__catalog-heading h2, .jsq-ash__concierge h2,.jsq-ash__seo h2 { margin:0; color:var(--ash-green); font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(30px,3.2vw,46px); font-weight:600; letter-spacing:-.035em; line-height:1.03; }
  .jsq-ash__section-head>span, .jsq-ash__catalog-heading>span, .jsq-ash__concierge>div>span { display:block; margin-top:9px; color:var(--ash-soft); font-size:14px; line-height:1.55; }
  .jsq-ash__start-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
  .jsq-ash__start-card { position:relative; min-height:248px; display:flex; flex-direction:column; padding:24px; overflow:hidden; border:1px solid var(--ash-line); border-radius:20px; background:#fff; box-shadow:0 10px 26px rgba(67,48,25,.07); text-decoration:none; }
  .jsq-ash__start-card--sets { color:#fff; border-color:var(--ash-wine); background:linear-gradient(145deg,#963e55,#6f293d); }
  .jsq-ash__start-number { color:var(--ash-gold); font-size:11px; font-weight:900; letter-spacing:.14em; }
  .jsq-ash__start-card strong { margin-top:35px; color:var(--ash-green); font-family:var(--heading-font-family,Georgia,serif); font-size:29px; line-height:1.05; }
  .jsq-ash__start-card--sets strong { color:#fff; }
  .jsq-ash__start-card p { margin:10px 0 22px; color:var(--ash-soft); font-size:13px; line-height:1.55; }
  .jsq-ash__start-card--sets p { color:rgba(255,255,255,.78); }
  .jsq-ash__start-card em { margin-top:auto; color:inherit; font-size:12px; font-style:normal; font-weight:850; }
  .jsq-ash__path-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
  .jsq-ash__path-grid a { position:relative; min-height:170px; display:flex; flex-direction:column; padding:20px; border:1px solid var(--ash-line); border-radius:16px; background:linear-gradient(145deg,#fff,#fbf6ee); text-decoration:none; }
  .jsq-ash__path-grid b { color:var(--ash-green); font-family:var(--heading-font-family,Georgia,serif); font-size:21px; line-height:1.08; }
  .jsq-ash__path-grid span { margin-top:9px; color:var(--ash-soft); font-size:12px; line-height:1.5; }
  .jsq-ash__path-grid em { margin-top:auto; color:var(--ash-wine); font-size:11px; font-style:normal; font-weight:850; }
  .jsq-ash__occasions { padding:clamp(28px,4vw,48px); border:1px solid #e3d2b6; border-radius:26px; background:radial-gradient(circle at 95% 0,rgba(133,55,75,.11),transparent 22rem),linear-gradient(145deg,#f8f0e3,#fffdf8); }
  .jsq-ash__occasion-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:10px; }
  .jsq-ash__occasion-grid a { min-height:182px; display:flex; flex-direction:column; padding:18px; border:1px solid rgba(158,121,53,.28); border-radius:16px; background:rgba(255,255,255,.78); box-shadow:0 8px 20px rgba(67,48,25,.05); text-decoration:none; transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
  .jsq-ash__occasion-grid small { color:var(--ash-gold); font-size:8px; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
  .jsq-ash__occasion-grid b { margin-top:19px; color:var(--ash-green); font-family:"Cormorant Garamond",Georgia,serif; font-size:20px; font-weight:650; line-height:1.03; }
  .jsq-ash__occasion-grid span { margin-top:7px; color:var(--ash-soft); font-size:10px; line-height:1.45; }
  .jsq-ash__occasion-grid em { margin-top:auto; padding-top:13px; color:var(--ash-wine); font-size:9px; font-style:normal; font-weight:850; line-height:1.35; }
  .jsq-ash__finder { padding:clamp(28px,4vw,48px); border-radius:25px; background:var(--ash-ivory); }
  .jsq-ash__finder-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
  .jsq-ash__finder article { padding:23px; border:1px solid rgba(158,121,53,.26); border-radius:17px; background:rgba(255,253,248,.88); }
  .jsq-ash__finder article>span { color:var(--ash-wine); font-size:10px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
  .jsq-ash__finder h3 { margin:12px 0; color:var(--ash-green); font-family:var(--heading-font-family,Georgia,serif); font-size:22px; line-height:1.1; }
  .jsq-ash__finder ol { margin:0 0 18px; padding-left:20px; color:var(--ash-soft); font-size:12px; line-height:1.75; }
  .jsq-ash__finder a { color:var(--ash-green); font-size:12px; font-weight:850; }
  .jsq-ash__now-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
  .jsq-ash__now-grid a { min-height:145px; display:flex; flex-direction:column; padding:21px; border:1px solid var(--ash-line); border-radius:16px; background:#fff; text-decoration:none; }
  .jsq-ash__now-grid small { color:var(--ash-gold); font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
  .jsq-ash__now-grid strong { margin-top:18px; color:var(--ash-green); font-family:var(--heading-font-family,Georgia,serif); font-size:21px; line-height:1.1; }
  .jsq-ash__now-grid span { margin-top:7px; color:var(--ash-soft); font-size:11px; }
  .jsq-ash__series { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin-top:34px; padding:18px 20px; border:1px solid #ddc9a9; border-radius:16px; background:#f7efe2; }
  .jsq-ash__series>span { width:100%; margin-bottom:3px; color:var(--ash-wine); font-size:9px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
  .jsq-ash__series a { display:inline-flex; min-height:34px; align-items:center; padding:5px 11px; border:1px solid #d7c4a5; border-radius:999px; color:var(--ash-green); background:#fff; font-size:10px; font-weight:800; text-decoration:none; }
  .jsq-ash__directory { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin-top:40px; padding:20px; border-block:1px solid var(--ash-line); }
  .jsq-ash__directory>span { width:100%; margin-bottom:3px; color:var(--ash-soft); font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
  .jsq-ash__directory a { display:inline-flex; min-height:36px; align-items:center; padding:5px 12px; border:1px solid var(--ash-line); border-radius:999px; background:#fff; font-size:11px; font-weight:750; text-decoration:none; }
  .jsq-ash__concierge { margin-top:50px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:30px; align-items:center; padding:clamp(26px,4vw,48px); border-radius:24px; color:#fff; background:linear-gradient(135deg,var(--ash-green),#315a43); }
  .jsq-ash__concierge p { color:#d4b87d; }
  .jsq-ash__concierge h2 { max-width:700px; color:#fff; }
  .jsq-ash__concierge>div>span { max-width:760px; color:rgba(255,255,255,.75); }
  .jsq-ash__concierge-actions { display:grid; gap:8px; min-width:210px; }
  .jsq-ash__concierge-actions a { display:flex; min-height:44px; align-items:center; justify-content:center; padding:0 16px; border:1px solid rgba(255,255,255,.55); border-radius:999px; color:#fff; font-size:12px; font-weight:850; text-decoration:none; }
  .jsq-ash__concierge-actions a:first-child { color:var(--ash-green); background:#fff; }
  .jsq-ash__seo { display:grid; grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr); gap:clamp(28px,5vw,68px); align-items:start; padding:clamp(28px,4.5vw,54px); border:1px solid var(--ash-line); border-radius:24px; background:#fff; }
  .jsq-ash__seo-copy>p:first-child { margin:0 0 9px; color:var(--ash-gold); font-size:9px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
  .jsq-ash__seo-copy>p:not(:first-child) { margin:15px 0 0; color:var(--ash-soft); font-size:13px; line-height:1.68; }
  .jsq-ash__seo-copy>div { display:flex; flex-wrap:wrap; gap:8px 14px; margin-top:22px; }
  .jsq-ash__seo-copy>div a { color:var(--ash-green); font-size:11px; font-weight:850; text-underline-offset:4px; }
  .jsq-ash__faq { border-top:3px solid var(--ash-wine); }
  .jsq-ash__faq h3 { margin:17px 0 8px; color:var(--ash-green); font-family:"Cormorant Garamond",Georgia,serif; font-size:25px; font-weight:650; line-height:1.05; }
  .jsq-ash__faq details { border-bottom:1px solid var(--ash-line); }
  .jsq-ash__faq summary { min-height:48px; display:flex; align-items:center; justify-content:space-between; gap:14px; color:var(--ash-green); font-size:11px; font-weight:800; cursor:pointer; list-style:none; }
  .jsq-ash__faq summary::-webkit-details-marker { display:none; }
  .jsq-ash__faq summary::after { flex:0 0 auto; color:var(--ash-wine); font-size:19px; font-weight:400; content:"+"; }
  .jsq-ash__faq details[open] summary::after { content:"–"; }
  .jsq-ash__faq details p { margin:-1px 0 15px; color:var(--ash-soft); font-size:11px; line-height:1.58; }
  .jsq-ash__catalog-heading { scroll-margin-top:110px; margin-top:clamp(55px,7vw,92px); padding-bottom:24px; border-bottom:1px solid var(--ash-line); }
  .jsq-ash a:focus-visible, .jsq-ash button:focus-visible, .jsq-ash input:focus-visible { outline:3px solid rgba(133,55,75,.45); outline-offset:3px; }
  @media (hover:hover) { .jsq-ash__showcase-product:hover { transform:translateY(-3px); background:rgba(255,255,255,.13); } .jsq-ash__showcase-product--feature:hover { background:#fff; } .jsq-ash__start-card:hover,.jsq-ash__path-grid a:hover,.jsq-ash__occasion-grid a:hover,.jsq-ash__now-grid a:hover { border-color:#b89b66; box-shadow:0 15px 30px rgba(67,48,25,.11); transform:translateY(-2px); } .jsq-ash__button:hover,.jsq-ash__directory a:hover,.jsq-ash__series a:hover { color:#fff; background:var(--ash-wine); border-color:var(--ash-wine); } }
  @media (max-width:1100px) { .jsq-ash__hero { grid-template-columns:1fr; } .jsq-ash__showcase { max-width:820px; } .jsq-ash__search-card { grid-template-columns:minmax(180px,220px) minmax(0,1fr); } .jsq-ash__search-card>a { grid-column:2; justify-self:start; } }
  @media (max-width:980px) { .jsq-ash__path-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .jsq-ash__occasion-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .jsq-ash__seo { grid-template-columns:1fr; } .jsq-ash__trust { grid-template-columns:repeat(2,minmax(0,1fr)); } .jsq-ash__trust>div:nth-child(2) { border-right:0; } .jsq-ash__trust>div:nth-child(-n+2) { border-bottom:1px solid rgba(117,84,38,.18); } }
  @media (max-width:720px) { .jsq-ash__hero-shell { padding:25px 16px 32px; } .jsq-ash__hero { gap:25px; } .jsq-ash__hero-copy { display:flex; flex-direction:column; padding:4px 0 0; } .jsq-ash .jsq-ash__hero h1 { width:100%; max-width:none !important; font-size:44px !important; line-height:.94; text-align:left !important; } .jsq-ash__hero-kicker { font-size:23px; } .jsq-ash__hero-proof { order:2; grid-template-columns:1fr; padding:8px 0; } .jsq-ash__hero-proof li,.jsq-ash__hero-proof li:first-child,.jsq-ash__hero-proof li:last-child { padding:8px 0; border-right:0; border-bottom:1px solid rgba(158,121,53,.2); } .jsq-ash__hero-proof li:last-child { border-bottom:0; } .jsq-ash__hero-actions { order:1; display:grid; grid-template-columns:1fr; } .jsq-ash__hero-help { order:3; } .jsq-ash__button { width:100%; } .jsq-ash__showcase { min-height:0; padding:16px; border-radius:21px; } .jsq-ash__showcase-head strong { max-width:230px; font-size:21px; } .jsq-ash__showcase-head>a { font-size:9px; } .jsq-ash__showcase-grid { min-height:0; grid-template-columns:repeat(2,minmax(0,1fr)); grid-template-rows:auto; } .jsq-ash__showcase-product--feature { grid-column:1 / -1; grid-row:auto; } .jsq-ash__showcase-product--feature .jsq-ash__showcase-image { min-height:205px; } .jsq-ash__showcase-product--feature .jsq-ash__showcase-image img { height:205px; } .jsq-ash__showcase-product:not(.jsq-ash__showcase-product--feature) { display:flex; flex-direction:column; align-items:stretch; } .jsq-ash__showcase-product:not(.jsq-ash__showcase-product--feature) .jsq-ash__showcase-image img { height:125px; } .jsq-ash__showcase-product:nth-child(4) { display:none; } .jsq-ash__search-card { grid-template-columns:1fr; gap:11px; padding:14px; } .jsq-ash__search-card>a { grid-column:auto; justify-self:start; } .jsq-ash__search>div { grid-template-columns:1fr; border-radius:16px; } .jsq-ash__search button { min-height:44px; } .jsq-ash__start-grid,.jsq-ash__finder-grid,.jsq-ash__now-grid,.jsq-ash__occasion-grid { display:grid; grid-template-columns:none; grid-auto-flow:column; grid-auto-columns:86%; overflow-x:auto; gap:12px; margin-inline:-16px; padding:3px 16px 14px; scroll-snap-type:inline mandatory; overscroll-behavior-inline:contain; } .jsq-ash__start-card,.jsq-ash__finder article,.jsq-ash__now-grid a,.jsq-ash__occasion-grid a { scroll-snap-align:start; } .jsq-ash__path-grid { grid-template-columns:1fr; } .jsq-ash__occasions { padding:28px 16px; } .jsq-ash__concierge { grid-template-columns:1fr; } .jsq-ash__concierge-actions { min-width:0; } .jsq-ash__seo { padding:25px 19px; } }
  @media (prefers-reduced-motion:reduce) { .jsq-ash *, .jsq-ash *::before, .jsq-ash *::after { scroll-behavior:auto!important; transition:none!important; animation:none!important; } }
/* END_SECTION:jsq-artscroll-hub */

/* START_SECTION:jsq-artscroll-sale-header (INDEX:49) */
.jsq-as-sale {
    --jsq-sale-ivory: #f7f1e6;
    --jsq-sale-paper: #fffdf8;
    --jsq-sale-green: #243f35;
    --jsq-sale-green-soft: #365a4a;
    --jsq-sale-wine: #7b3447;
    --jsq-sale-gold: #b78b47;
    --jsq-sale-ink: #28231e;
    color: var(--jsq-sale-ink);
    background: var(--jsq-sale-paper);
  }

  .jsq-as-sale__hero {
    overflow: hidden;
    background:
      radial-gradient(circle at 88% 8%, rgba(183, 139, 71, .22), transparent 31%),
      radial-gradient(circle at 6% 96%, rgba(123, 52, 71, .13), transparent 34%),
      linear-gradient(135deg, #fbf7ef 0%, var(--jsq-sale-ivory) 52%, #eee4d4 100%);
    border-bottom: 1px solid rgba(36, 63, 53, .14);
  }

  .jsq-as-sale__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 64px 0 56px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
    align-items: center;
    gap: clamp(38px, 5vw, 76px);
  }

  .jsq-as-sale__copy {
    max-width: 700px;
  }

  .jsq-as-sale__eyebrow {
    width: fit-content;
    margin: 0 0 18px;
    padding: 7px 11px;
    border: 1px solid rgba(123, 52, 71, .26);
    border-radius: 999px;
    color: var(--jsq-sale-wine);
    background: rgba(255, 253, 248, .7);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .jsq-as-sale h1 {
    margin: 0;
    max-width: 690px;
    color: var(--jsq-sale-green);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: clamp(44px, 5.2vw, 76px);
    line-height: 1;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  .jsq-as-sale__lede {
    max-width: 630px;
    margin: 21px 0 0;
    color: #554b42;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.55;
  }

  .jsq-as-sale__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 560px;
    margin: 29px 0 0;
    padding: 0;
    border-block: 1px solid rgba(36, 63, 53, .22);
  }

  .jsq-as-sale__facts div {
    display: flex;
    min-width: 0;
    flex-direction: column-reverse;
    padding: 15px 18px;
    border-right: 1px solid rgba(36, 63, 53, .17);
  }

  .jsq-as-sale__facts div:first-child {
    padding-left: 0;
  }

  .jsq-as-sale__facts div:last-child {
    border-right: 0;
  }

  .jsq-as-sale__facts dt,
  .jsq-as-sale__facts dd {
    margin: 0;
  }

  .jsq-as-sale__facts dt {
    margin-top: 5px;
    color: #6f655b;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .jsq-as-sale__facts dd {
    color: var(--jsq-sale-wine);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
  }

  .jsq-as-sale__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
  }

  .jsq-as-sale__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid var(--jsq-sale-green);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  }

  .jsq-as-sale__button--primary {
    color: #fff;
    background: var(--jsq-sale-green);
    box-shadow: 0 9px 22px rgba(36, 63, 53, .19);
  }

  .jsq-as-sale__button--secondary {
    color: var(--jsq-sale-green);
    background: rgba(255, 253, 248, .78);
  }

  .jsq-as-sale__terms {
    margin: 17px 0 0;
    color: #70665e;
    font-size: 11.5px;
    line-height: 1.5;
  }

  .jsq-as-sale__selection {
    position: relative;
    min-width: 0;
    padding: 20px 20px 16px;
    border: 1px solid rgba(36, 63, 53, .17);
    border-radius: 24px;
    background: rgba(255, 253, 248, .76);
    box-shadow: 0 22px 60px rgba(76, 57, 38, .13);
    backdrop-filter: blur(7px);
  }

  .jsq-as-sale__selection::before {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(183, 139, 71, .2);
    border-radius: 17px;
    content: '';
    pointer-events: none;
  }

  .jsq-as-sale__selection-head,
  .jsq-as-sale__selection-note {
    position: relative;
    z-index: 1;
  }

  .jsq-as-sale__selection-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    padding: 0 3px;
    color: #655a51;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .jsq-as-sale__selection-head strong {
    padding: 5px 9px;
    border-radius: 999px;
    color: #fff;
    background: var(--jsq-sale-wine);
    white-space: nowrap;
  }

  .jsq-as-sale__covers {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px 9px;
    min-height: 374px;
    padding: 12px 8px 4px;
  }

  .jsq-as-sale__cover {
    display: flex;
    min-width: 0;
    height: 170px;
    align-items: flex-end;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    filter: drop-shadow(0 9px 7px rgba(43, 32, 22, .22));
    transition: transform 170ms ease, filter 170ms ease;
  }

  .jsq-as-sale__cover:nth-child(3n + 1) {
    transform: rotate(-1.2deg);
  }

  .jsq-as-sale__cover:nth-child(3n + 2) {
    transform: rotate(1.1deg);
  }

  .jsq-as-sale__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .jsq-as-sale__covers-empty {
    grid-column: 1 / -1;
    align-self: center;
    margin: 0;
    color: #6d6259;
    text-align: center;
  }

  .jsq-as-sale__selection-note {
    margin: 10px 0 0;
    color: #746a61;
    font-size: 10.5px;
    line-height: 1.4;
    text-align: center;
  }

  .jsq-as-sale__service {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    color: #fff;
    background: var(--jsq-sale-green);
  }

  .jsq-as-sale__service > div {
    min-width: 0;
    min-height: 78px;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
  }

  .jsq-as-sale__service > div:last-child {
    border-right: 0;
  }

  .jsq-as-sale__service strong {
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: .02em;
  }

  .jsq-as-sale__service span {
    margin-top: 3px;
    color: rgba(255, 255, 255, .7);
    font-size: 10.5px;
    line-height: 1.35;
  }

  .jsq-as-sale__browse {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 34px 0 30px;
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    align-items: start;
    gap: 40px;
    border-bottom: 1px solid rgba(36, 63, 53, .13);
  }

  .jsq-as-sale__retailer {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  .jsq-as-sale__mark {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--jsq-sale-wine);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: 17px;
    font-weight: 800;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
  }

  .jsq-as-sale__retailer h2 {
    margin: 1px 0 0;
    color: var(--jsq-sale-green);
    font-family: var(--heading-font-family, Georgia, serif);
    font-size: 21px;
    line-height: 1.2;
  }

  .jsq-as-sale__retailer p {
    margin: 7px 0 0;
    color: #6d6259;
    font-size: 12px;
    line-height: 1.5;
  }

  .jsq-as-sale__link-groups {
    display: grid;
    gap: 18px;
  }

  .jsq-as-sale__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .jsq-as-sale__links > span {
    width: 100%;
    color: #776b61;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .jsq-as-sale__links a {
    display: inline-flex;
    min-height: 35px;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid rgba(36, 63, 53, .2);
    border-radius: 999px;
    color: var(--jsq-sale-green);
    background: #fff;
    font-size: 11.5px;
    font-weight: 750;
    text-decoration: none;
    transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
  }

  .jsq-as-sale__links a small {
    color: #85786d;
    font-size: 9.5px;
  }

  .jsq-as-sale__links a.is-active {
    color: #fff;
    background: var(--jsq-sale-wine);
    border-color: var(--jsq-sale-wine);
  }

  .jsq-as-sale__links a.is-active small {
    color: rgba(255, 255, 255, .75);
  }

  .jsq-as-sale__catalog-anchor {
    display: block;
    height: 1px;
    scroll-margin-top: 110px;
  }

  .jsq-as-sale a:focus-visible {
    outline: 3px solid rgba(123, 52, 71, .45);
    outline-offset: 3px;
  }

  @media (hover: hover) {
    .jsq-as-sale__button:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 25px rgba(36, 63, 53, .18);
    }

    .jsq-as-sale__cover:hover {
      z-index: 2;
      transform: translateY(-7px);
      filter: drop-shadow(0 14px 9px rgba(43, 32, 22, .28));
    }

    .jsq-as-sale__links a:hover {
      color: #fff;
      background: var(--jsq-sale-green-soft);
      border-color: var(--jsq-sale-green-soft);
    }
  }

  @media (max-width: 1050px) {
    .jsq-as-sale__inner {
      grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
      gap: 32px;
    }

    .jsq-as-sale__covers {
      min-height: 320px;
    }

    .jsq-as-sale__cover {
      height: 145px;
    }
  }

  @media (max-width: 820px) {
    .jsq-as-sale__inner {
      grid-template-columns: 1fr;
      padding: 48px 0 38px;
    }

    .jsq-as-sale__copy {
      max-width: 680px;
    }

    .jsq-as-sale__selection {
      max-width: 680px;
    }

    .jsq-as-sale__covers {
      min-height: 0;
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .jsq-as-sale__service {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jsq-as-sale__service > div:nth-child(2) {
      border-right: 0;
    }

    .jsq-as-sale__service > div:nth-child(-n + 2) {
      border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .jsq-as-sale__browse {
      grid-template-columns: 1fr;
      gap: 27px;
    }
  }

  @media (max-width: 560px) {
    .jsq-as-sale__inner,
    .jsq-as-sale__browse {
      width: min(1280px, calc(100% - 28px));
    }

    .jsq-as-sale__inner {
      padding: 35px 0 30px;
      gap: 27px;
    }

    .jsq-as-sale h1 {
      font-size: clamp(39px, 12vw, 54px);
    }

    .jsq-as-sale__lede {
      font-size: 16px;
    }

    .jsq-as-sale__facts div {
      padding: 13px 9px;
    }

    .jsq-as-sale__facts dd {
      font-size: 24px;
    }

    .jsq-as-sale__facts dt {
      font-size: 8.5px;
    }

    .jsq-as-sale__actions {
      display: grid;
      grid-template-columns: 1fr;
    }

    .jsq-as-sale__selection {
      margin-inline: -2px;
      padding: 18px 14px 14px;
      border-radius: 18px;
    }

    .jsq-as-sale__selection::before {
      inset: 9px;
      border-radius: 13px;
    }

    .jsq-as-sale__covers {
      grid-template-columns: none;
      grid-auto-flow: column;
      grid-auto-columns: 88px;
      justify-content: start;
      gap: 10px;
      margin: 0 -4px;
      padding: 11px 4px 8px;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline proximity;
      scrollbar-width: thin;
    }

    .jsq-as-sale__cover {
      height: 132px;
      scroll-snap-align: start;
    }

    .jsq-as-sale__service > div {
      min-height: 92px;
      padding: 14px 10px;
    }

    .jsq-as-sale__browse {
      padding: 27px 0 25px;
    }

    .jsq-as-sale__retailer {
      grid-template-columns: 40px minmax(0, 1fr);
    }

    .jsq-as-sale__mark {
      width: 40px;
      height: 40px;
      font-size: 15px;
    }

    .jsq-as-sale__links {
      flex-wrap: nowrap;
      margin-inline: -14px;
      padding-inline: 14px;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline proximity;
      scrollbar-width: thin;
    }

    .jsq-as-sale__links > span {
      position: sticky;
      left: 0;
      z-index: 1;
      width: auto;
      min-width: max-content;
      padding-right: 6px;
      background: var(--jsq-sale-paper);
    }

    .jsq-as-sale__links a {
      flex: 0 0 auto;
      scroll-snap-align: start;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .jsq-as-sale *,
    .jsq-as-sale *::before,
    .jsq-as-sale *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }
  }
/* END_SECTION:jsq-artscroll-sale-header */

/* START_SECTION:jsq-gifts-hub (INDEX:58) */
.jsq-gifts-hub {
    --gift-ink: #2a2017;
    --gift-muted: #6e5b4a;
    --gift-wine: #8b3a4a;
    --gift-green: #1f3d2b;
    --gift-gold: #a37f43;
    --gift-cream: #fbf6ec;
    --gift-paper: #fffdf8;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 32px) 28px;
    color: var(--gift-ink);
  }
  .jsq-gifts-hub__hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    align-items: stretch;
    gap: clamp(28px, 5vw, 72px);
    min-height: 520px;
    padding: clamp(28px, 5vw, 68px);
    overflow: hidden;
    border: 1px solid rgba(163, 127, 67, .2);
    border-radius: 28px;
    background:
      radial-gradient(circle at 12% 14%, rgba(163, 127, 67, .15), transparent 28%),
      linear-gradient(135deg, #fffaf0 0%, #f7eddd 100%);
  }
  .jsq-gifts-hub__hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .jsq-gifts-hub__eyebrow {
    margin: 0 0 9px;
    color: var(--gift-gold);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .jsq-gifts-hub h1,
  .jsq-gifts-hub h2 {
    color: var(--gift-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    letter-spacing: -.02em;
  }
  .jsq-gifts-hub h1 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(44px, 5.4vw, 76px);
    line-height: .98;
  }
  .jsq-gifts-hub h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
  }
  .jsq-gifts-hub__intro {
    max-width: 610px;
    margin: 20px 0 0;
    color: var(--gift-muted);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.55;
  }
  .jsq-gifts-hub__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }
  .jsq-gifts-hub__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid var(--gift-green);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, color .18s ease;
  }
  .jsq-gifts-hub__button--primary {
    background: var(--gift-green);
    color: #fff;
  }
  .jsq-gifts-hub__button--secondary {
    background: transparent;
    color: var(--gift-green);
  }
  .jsq-gifts-hub__button:hover {
    transform: translateY(-2px);
  }
  .jsq-gifts-hub__button--secondary:hover {
    background: var(--gift-green);
    color: #fff;
  }
  .jsq-gifts-hub__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 28px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(42, 32, 23, .13);
    color: var(--gift-muted);
    font-size: 13px;
    list-style: none;
  }
  .jsq-gifts-hub__trust li::before {
    content: "✓";
    margin-right: 7px;
    color: var(--gift-green);
    font-weight: 800;
  }
  .jsq-gifts-hub__collage {
    position: relative;
    min-height: 390px;
  }
  .jsq-gifts-hub__image {
    position: absolute;
    overflow: hidden;
    border: 7px solid rgba(255, 253, 248, .92);
    border-radius: 22px;
    box-shadow: 0 24px 50px rgba(57, 42, 27, .18);
    background: #efe5d4;
  }
  .jsq-gifts-hub__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .jsq-gifts-hub__image--main {
    inset: 0 13% 12% 0;
    z-index: 1;
  }
  .jsq-gifts-hub__image--secondary {
    width: 35%;
    height: 42%;
    right: 0;
    top: 4%;
    z-index: 2;
    transform: rotate(2deg);
  }
  .jsq-gifts-hub__image--tertiary {
    width: 38%;
    height: 38%;
    right: 2%;
    bottom: 0;
    z-index: 3;
    transform: rotate(-2deg);
  }
  .jsq-gifts-hub__section {
    padding-top: clamp(54px, 7vw, 92px);
  }
  .jsq-gifts-hub__section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
  }
  .jsq-gifts-hub__section-heading > a {
    color: var(--gift-wine);
    font-size: 14px;
    font-weight: 700;
    text-underline-offset: 4px;
  }
  .jsq-gifts-hub__occasion-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .jsq-gifts-hub__occasion {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(42, 32, 23, .12);
    border-radius: 18px;
    background: var(--gift-paper);
    color: var(--gift-ink);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .jsq-gifts-hub__occasion:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 58, 74, .35);
    box-shadow: 0 18px 38px rgba(57, 42, 27, .1);
  }
  .jsq-gifts-hub__occasion-media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #efe5d4;
  }
  .jsq-gifts-hub__occasion-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }
  .jsq-gifts-hub__occasion:hover img {
    transform: scale(1.035);
  }
  .jsq-gifts-hub__occasion-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eadbc6, #f8f0e4);
  }
  .jsq-gifts-hub__occasion-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }
  .jsq-gifts-hub__occasion-eye {
    margin-bottom: 6px;
    color: var(--gift-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .jsq-gifts-hub__occasion-body strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    line-height: 1.05;
  }
  .jsq-gifts-hub__occasion-body > span:not(.jsq-gifts-hub__occasion-eye):not(.jsq-gifts-hub__occasion-cta) {
    margin-top: 8px;
    color: var(--gift-muted);
    font-size: 13px;
    line-height: 1.45;
  }
  .jsq-gifts-hub__occasion-cta {
    margin-top: auto;
    padding-top: 16px;
    color: var(--gift-wine);
    font-size: 13px;
    font-weight: 750;
  }
  .jsq-gifts-hub__discovery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 56px;
  }
  .jsq-gifts-hub__discovery-card {
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(163, 127, 67, .2);
    border-radius: 20px;
    background: var(--gift-cream);
  }
  .jsq-gifts-hub__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
  }
  .jsq-gifts-hub__pills a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 9px 15px;
    border: 1px solid rgba(42, 32, 23, .18);
    border-radius: 999px;
    background: #fff;
    color: var(--gift-ink);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
  }
  .jsq-gifts-hub__pills a:hover {
    border-color: var(--gift-wine);
    color: var(--gift-wine);
  }
  .jsq-gifts-hub__services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(42, 32, 23, .12);
    border-radius: 18px;
    background: rgba(42, 32, 23, .12);
  }
  .jsq-gifts-hub__services a {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    background: var(--gift-paper);
    color: var(--gift-ink);
    text-decoration: none;
  }
  .jsq-gifts-hub__services span {
    color: var(--gift-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .jsq-gifts-hub__services strong {
    margin-top: 6px;
    font-size: 15px;
  }
  .jsq-gifts-hub a:focus-visible {
    outline: 3px solid #1f6f50;
    outline-offset: 3px;
  }
  @media (max-width: 1100px) {
    .jsq-gifts-hub__hero {
      grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
      min-height: 470px;
    }
    .jsq-gifts-hub__occasion-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 760px) {
    .jsq-gifts-hub {
      padding-inline: 14px;
    }
    .jsq-gifts-hub__hero {
      grid-template-columns: 1fr;
      min-height: 0;
      padding: 28px 20px 20px;
      border-radius: 20px;
    }
    .jsq-gifts-hub__collage {
      min-height: 300px;
      margin-top: 8px;
    }
    .jsq-gifts-hub__trust {
      display: grid;
      gap: 8px;
    }
    .jsq-gifts-hub__occasion-grid {
      display: flex;
      gap: 12px;
      margin-inline: -14px;
      padding: 0 14px 12px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }
    .jsq-gifts-hub__occasion-grid::-webkit-scrollbar {
      display: none;
    }
    .jsq-gifts-hub__occasion {
      width: min(82vw, 320px);
      flex: 0 0 min(82vw, 320px);
      scroll-snap-align: start;
    }
    .jsq-gifts-hub__discovery,
    .jsq-gifts-hub__services {
      grid-template-columns: 1fr;
    }
    .jsq-gifts-hub__section-heading {
      align-items: flex-start;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .jsq-gifts-hub__button,
    .jsq-gifts-hub__occasion,
    .jsq-gifts-hub__occasion-media img {
      transition: none;
    }
  }
/* END_SECTION:jsq-gifts-hub */

/* START_SECTION:main-article (INDEX:87) */
/* Judaica Square: Editorial article polish */
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

  .shopify-section--main-article .article__image {
    max-width: 1100px;
    margin: 2.5rem auto 0;
    padding: 0 1.5rem;
  }
  .shopify-section--main-article .article__image img {
    border-radius: 18px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    width: 100%;
  }
  @media (max-width: 749px) {
    .shopify-section--main-article .article__image { padding: 0; margin-top: 1rem; }
    .shopify-section--main-article .article__image img { border-radius: 0; aspect-ratio: 4 / 3; }
  }
  .shopify-section--main-article .article__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .shopify-section--main-article .article__wrapper .h-stack.gap-2 {
    justify-content: center;
    color: #B8860B;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    text-transform: none;
    opacity: 1;
    margin-bottom: 0.5rem;
  }
  .shopify-section--main-article .article__wrapper .h-stack.gap-2::before { content: "— "; color: #B8860B; }
  .shopify-section--main-article .article__wrapper .h-stack.gap-2::after  { content: " —"; color: #B8860B; }
  .shopify-section--main-article .article__wrapper .h1 {
    font-family: 'Playfair Display', Georgia, 'Hoefler Text', serif !important;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.08;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    max-width: 20ch;
    margin: 0.75rem auto 0;
    text-align: center;
    color: #1D1D1F;
  }
  .shopify-section--main-article .article__wrapper .v-stack.gap-4\.5 {
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  .shopify-section--main-article .article__wrapper > .v-stack > .v-stack > .v-stack.gap-4\.5::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: #B8860B;
    margin: 2rem auto 0;
  }
  .shopify-section--main-article .prose {
    max-width: 680px;
    margin: 2.5rem auto 0;
    font-size: 1.1rem;
    line-height: 1.75;
    color: #1D1D1F;
  }
  .shopify-section--main-article .prose > p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #3a3a3c;
  }
  .shopify-section--main-article .prose > p:first-of-type::first-letter {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
    font-size: 4.5rem;
    float: left;
    line-height: 0.85;
    padding: 0.35rem 0.75rem 0 0;
    color: #B8860B;
  }
  .shopify-section--main-article .prose h2,
  .shopify-section--main-article .prose h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: #1D1D1F;
  }
  .shopify-section--main-article .prose h2 {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .shopify-section--main-article .prose h2::before {
    content: "§";
    display: block;
    color: #B8860B;
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: 0.5rem;
    font-weight: 400;
  }
  .shopify-section--main-article .prose h3 {
    margin-top: 2.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .shopify-section--main-article .prose p { margin-bottom: 1.35rem; }
  .shopify-section--main-article .prose a {
    color: #1D1D1F;
    text-decoration: underline;
    text-decoration-color: rgba(184, 134, 11, 0.5);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: text-decoration-color .2s;
  }
  .shopify-section--main-article .prose a:hover { text-decoration-color: #B8860B; }
  .shopify-section--main-article .prose img {
    border-radius: 12px;
    margin: 2.5rem auto;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
  }
  .shopify-section--main-article .prose blockquote {
    border: none;
    border-top: 1px solid rgba(184, 134, 11, 0.3);
    border-bottom: 1px solid rgba(184, 134, 11, 0.3);
    padding: 2rem 0;
    margin: 3rem 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #1D1D1F;
    text-align: center;
  }
  .shopify-section--main-article .prose ul,
  .shopify-section--main-article .prose ol { margin: 1.25rem 0 1.35rem 1.5rem; }
  .shopify-section--main-article .prose li { margin-bottom: 0.5rem; }
  .shopify-section--breadcrumbs { padding-top: 1.5rem; padding-bottom: 0; }
  .shopify-section--breadcrumbs nav,
  .shopify-section--breadcrumbs .breadcrumb { opacity: 0.45; font-size: 0.8rem; letter-spacing: 0.02em; }
/* END_SECTION:main-article */

/* START_SECTION:solo4-authority-page (INDEX:126) */
.js4 { color: var(--js4-ink); background: var(--js4-paper); font-family: inherit; overflow: hidden; }
  .js4 * { box-sizing: border-box; }
  .js4 a { color: inherit; }
  .js4 img { display: block; max-width: 100%; }
  .js4__breadcrumbs { max-width: 1480px; display: flex; gap: 10px; margin: 0 auto; padding: 20px clamp(20px, 5vw, 76px); color: color-mix(in srgb, var(--js4-ink) 55%, transparent); font-size: 11px; }
  .js4__breadcrumbs a { text-decoration: none; }
  .js4-hero { position: relative; max-width: 1480px; display: grid; grid-template-columns: minmax(330px, .8fr) minmax(600px, 1.2fr); align-items: center; gap: clamp(36px, 5vw, 84px); margin: 0 auto; padding: 58px clamp(20px, 5vw, 76px) 90px; }
  .js4-hero::before { position: absolute; z-index: 0; content: ''; width: 440px; height: 440px; top: -190px; right: -130px; border-radius: 50%; background: color-mix(in srgb, var(--js4-purple) 22%, transparent); filter: blur(35px); }
  .js4-hero__copy, .js4-product { position: relative; z-index: 1; }
  .js4-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--js4-purple); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .js4-eyebrow span { border-radius: 999px; color: white; background: var(--js4-purple); padding: 6px 9px; }
  .js4-hero h1 { max-width: 650px; margin: 0; font-size: clamp(58px, 6vw, 94px); font-weight: 760; letter-spacing: -.075em; line-height: .92; }
  .js4-hero__lede { max-width: 560px; margin: 27px 0 0; color: color-mix(in srgb, var(--js4-ink) 66%, transparent); font-size: 17px; line-height: 1.65; }
  .js4-hero__proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
  .js4-hero__proof span { border: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); border-radius: 999px; background: white; padding: 9px 12px; font-size: 10px; font-weight: 700; }
  .js4-link { display: inline-flex; gap: 9px; margin-top: 26px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 12px; font-weight: 750; text-decoration: none; }
  .js4-product { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid color-mix(in srgb, var(--js4-ink) 12%, transparent); border-radius: 32px; background: white; box-shadow: 0 32px 80px color-mix(in srgb, var(--js4-ink) 13%, transparent); }
  .js4-product__visual { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--js4-accent) 50%, white), transparent 37%), #f1efe8; }
  .js4-product__visual::after { position: absolute; content: ''; width: 75%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--js4-ink) 12%, transparent); border-radius: 50%; }
  .js4-product__image { position: relative; z-index: 1; width: 115%; max-width: none; mix-blend-mode: multiply; filter: drop-shadow(0 30px 25px color-mix(in srgb, var(--js4-ink) 14%, transparent)); transition: opacity .2s ease, transform .25s ease; }
  .js4-product__badge { position: absolute; z-index: 3; top: 22px; left: 22px; border-radius: 999px; background: var(--js4-accent); padding: 9px 12px; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
  .js4-product__buy { align-self: center; padding: 42px; }
  .js4-product__vendor { margin: 0 0 8px; color: var(--js4-purple); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .js4-product__buy h2 { margin: 0; font-size: 32px; letter-spacing: -.055em; line-height: 1.06; }
  .js4-product__price { margin-top: 17px; font-size: 32px; font-weight: 800; letter-spacing: -.05em; }
  .js4-fulfillment { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 22px; border-top: 1px solid color-mix(in srgb, var(--js4-ink) 12%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--js4-ink) 12%, transparent); }
  .js4-fulfillment > div { min-height: 84px; display: flex; flex-direction: column; justify-content: space-between; gap: 8px; border-right: 1px solid color-mix(in srgb, var(--js4-ink) 12%, transparent); padding: 12px 10px; }
  .js4-fulfillment > div:first-child { padding-left: 0; }
  .js4-fulfillment > div:last-child { border-right: 0; padding-right: 0; }
  .js4-fulfillment span, .js4-fulfillment small { color: color-mix(in srgb, var(--js4-ink) 52%, transparent); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .js4-fulfillment strong { max-width: 112px; font-size: 10px; line-height: 1.25; }
  .js4-variants { margin: 27px 0 0; border: 0; border-top: 1px solid color-mix(in srgb, var(--js4-ink) 12%, transparent); padding: 20px 0 0; }
  .js4-variants legend { padding: 0; color: color-mix(in srgb, var(--js4-ink) 62%, transparent); font-size: 11px; }
  .js4-variants legend strong { color: var(--js4-ink); }
  .js4-variants__list { display: flex; gap: 8px; margin-top: 13px; }
  .js4-swatch { --swatch-color: #161721; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; padding: 0; }
  .js4-swatch span { width: 27px; height: 27px; border: 3px solid white; border-radius: 50%; background: var(--swatch-color); box-shadow: 0 0 0 1px color-mix(in srgb, var(--js4-ink) 17%, transparent); }
  .js4-swatch[data-swatch*='blue'] { --swatch-color: #27a8e8; }
  .js4-swatch[data-swatch*='aqua'] { --swatch-color: #27a8e8; }
  .js4-swatch[data-swatch*='green'] { --swatch-color: #a5cfa9; }
  .js4-swatch[data-swatch*='pink'] { --swatch-color: #ed3f93; }
  .js4-swatch[data-swatch*='red'] { --swatch-color: #ed4b36; }
  .js4-swatch.is-active { border-color: var(--js4-ink); }
  .js4-product__form { margin-top: 22px; }
  .js4-upsell { position: relative; display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; align-items: center; gap: 14px; margin-bottom: 15px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); border-radius: 18px; background: color-mix(in srgb, var(--js4-paper) 48%, white); padding: 12px 42px 12px 12px; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
  .js4-upsell:hover { transform: translateY(-1px); border-color: color-mix(in srgb, var(--js4-purple) 46%, var(--js4-ink) 13%); }
  .js4-upsell.is-selected { border-color: var(--js4-purple); box-shadow: 0 12px 32px color-mix(in srgb, var(--js4-purple) 13%, transparent); }
  .js4-upsell > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
  .js4-upsell__image { width: 76px; height: 76px; border-radius: 13px; object-fit: cover; }
  .js4-upsell__copy, .js4-upsell__price { display: flex; flex-direction: column; }
  .js4-upsell__copy { gap: 4px; }
  .js4-upsell__copy small { color: var(--js4-purple); font-size: 7px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
  .js4-upsell__copy strong { font-size: 12px; line-height: 1.25; }
  .js4-upsell__copy span { color: color-mix(in srgb, var(--js4-ink) 58%, transparent); font-size: 9px; line-height: 1.45; }
  .js4-upsell__price { align-items: flex-end; gap: 4px; white-space: nowrap; }
  .js4-upsell__price strong { font-size: 12px; }
  .js4-upsell__price small { color: color-mix(in srgb, var(--js4-ink) 52%, transparent); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
  .js4-upsell__check { position: absolute; top: 10px; right: 10px; width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--js4-ink) 14%, transparent); border-radius: 50%; background: white; color: transparent; font-size: 9px; font-weight: 900; }
  .js4-upsell.is-selected .js4-upsell__check { border-color: var(--js4-ink); color: white; background: var(--js4-ink); }
  .js4-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; padding: 15px 22px; font: inherit; font-size: 13px; font-weight: 780; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
  .js4-button:hover { transform: translateY(-2px); }
  .js4 .js4-button--primary { width: 100%; color: white; background-color: var(--js4-ink) !important; background-image: none !important; }
  .js4 .js4-button--primary:hover { background-color: var(--js4-purple) !important; }
  .js4-button:disabled { opacity: .48; cursor: not-allowed; transform: none; }
  .js4-product__dynamic { margin-top: 9px; }
  .js4-product__subscription { margin: 18px 0 0; color: color-mix(in srgb, var(--js4-ink) 58%, transparent); font-size: 10px; line-height: 1.55; }
  .js4-product__subscription strong { display: block; color: var(--js4-ink); }
  .js4-product__subscription a { font-weight: 750; }
  .js4-value { display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--js4-ink); padding: 20px clamp(20px, 6vw, 96px); }
  .js4-value span { display: flex; align-items: center; gap: 10px; border-right: 1px solid color-mix(in srgb, white 16%, transparent); padding: 9px 22px; font-size: 11px; font-weight: 680; }
  .js4-value span:last-child { border-right: 0; }
  .js4-value b { color: var(--js4-accent); font-size: 9px; }
  .js4-why { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 130px); color: white; background: var(--js4-ink); padding: 130px clamp(20px, 7vw, 112px); }
  .js4-heading { align-self: start; }
  .js4-heading h2, .js4-safety__copy h2, .js4-final h2 { max-width: 720px; margin: 0; font-size: clamp(50px, 5vw, 78px); font-weight: 760; letter-spacing: -.07em; line-height: .94; }
  .js4-heading > p:last-child, .js4-safety__copy > p { max-width: 520px; margin: 25px 0 0; color: color-mix(in srgb, var(--js4-ink) 60%, transparent); font-size: 15px; line-height: 1.72; }
  .js4-heading--light > p:last-child { color: color-mix(in srgb, white 58%, transparent); }
  .js4 .js4-heading--light h2, .js4 .js4-card:not(.js4-card--accent) h3, .js4 .js4-final h2 { color: white !important; }
  .js4 .js4-card--accent h3 { color: var(--js4-ink) !important; }
  .js4-why__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .js4-card { position: relative; min-height: 320px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border: 1px solid color-mix(in srgb, white 11%, transparent); border-radius: 27px; background: #3b251d; padding: 28px; }
  .js4-card--wide { grid-column: 1 / -1; min-height: 370px; background: radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--js4-purple) 30%, transparent), transparent 35%), #3b251d; }
  .js4-card--accent { color: var(--js4-ink); background: var(--js4-accent); }
  .js4-card > span { position: absolute; top: 27px; left: 28px; color: color-mix(in srgb, white 48%, transparent); font-size: 9px; font-weight: 800; }
  .js4-card--accent > span { color: color-mix(in srgb, var(--js4-ink) 45%, transparent); }
  .js4-card__metric { margin: 0 0 auto; align-self: end; color: var(--js4-accent); font-size: clamp(64px, 8vw, 116px); font-weight: 850; letter-spacing: -.09em; line-height: .85; }
  .js4-card--accent .js4-card__metric { color: var(--js4-ink); }
  .js4-card h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.04em; }
  .js4-card > p:last-of-type { margin: 0; color: color-mix(in srgb, white 56%, transparent); font-size: 12px; line-height: 1.65; }
  .js4-card--accent > p:last-of-type { color: color-mix(in srgb, var(--js4-ink) 66%, transparent); }
  .js4-card a { width: max-content; margin-top: 17px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; text-decoration: none; }
  .js4-features { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 130px); padding: 130px clamp(20px, 7vw, 112px); }
  .js4-features__grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); border-left: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); }
  .js4-features__grid article { min-height: 255px; display: flex; flex-direction: column; justify-content: end; border-right: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); padding: 26px; }
  .js4-features__grid article > strong { margin-bottom: auto; color: var(--js4-purple); font-size: 30px; letter-spacing: -.055em; }
  .js4-features__grid h3 { margin: 0 0 7px; font-size: 18px; letter-spacing: -.03em; }
  .js4-features__grid p { margin: 0; color: color-mix(in srgb, var(--js4-ink) 60%, transparent); font-size: 11px; line-height: 1.62; }
  .js4-safety { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; background: var(--js4-accent); }
  .js4-safety__art { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 55% 48%, color-mix(in srgb, var(--js4-purple) 30%, transparent), transparent 38%), #f4f1e9; }
  .js4-safety__art::before { position: absolute; content: ''; width: 72%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--js4-ink) 15%, transparent); border-radius: 50%; }
  .js4-safety__art img { position: relative; z-index: 1; width: 100%; mix-blend-mode: multiply; }
  .js4-safety__art > span { position: absolute; z-index: 2; right: 34px; bottom: 34px; border-radius: 999px; color: white; background: var(--js4-ink); padding: 10px 14px; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .js4-safety__copy { align-self: center; padding: 80px clamp(38px, 7vw, 100px); }
  .js4-safety__copy ul { margin: 35px 0 0; padding: 0; list-style: none; }
  .js4-safety__copy li { display: flex; gap: 14px; border-top: 1px solid color-mix(in srgb, var(--js4-ink) 16%, transparent); padding: 18px 0; }
  .js4-safety__copy li > span { width: 24px; height: 24px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--js4-accent); background: var(--js4-ink); font-size: 11px; }
  .js4-safety__copy li strong { font-size: 13px; }
  .js4-safety__copy li p { margin: 4px 0 0; color: color-mix(in srgb, var(--js4-ink) 61%, transparent); font-size: 11px; line-height: 1.55; }
  .js4-included { padding: 120px clamp(20px, 7vw, 112px); }
  .js4-heading--center { text-align: center; }
  .js4-heading--center .js4-eyebrow { justify-content: center; }
  .js4-heading--center h2 { margin-inline: auto; }
  .js4-included__grid { max-width: 1100px; display: grid; grid-template-columns: repeat(4, 1fr); margin: 55px auto 0; border-top: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); border-left: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); }
  .js4-included__grid span { min-height: 175px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--js4-ink) 13%, transparent); padding: 21px; font-size: 13px; font-weight: 750; }
  .js4-included__grid b { color: var(--js4-purple); font-size: 9px; }
  .js4-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 130px); background: #ebe8df; padding: 130px clamp(20px, 7vw, 112px); }
  .js4-faq__list details { border-top: 1px solid color-mix(in srgb, var(--js4-ink) 14%, transparent); }
  .js4-faq__list details:last-child { border-bottom: 1px solid color-mix(in srgb, var(--js4-ink) 14%, transparent); }
  .js4-faq__list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; padding: 24px 0; font-size: 15px; font-weight: 730; list-style: none; }
  .js4-faq__list summary::-webkit-details-marker { display: none; }
  .js4-faq__list summary i { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--js4-ink); font-style: normal; transition: transform .18s ease; }
  .js4-faq__list details[open] summary i { transform: rotate(45deg); }
  .js4-faq__list details > div { padding: 0 48px 25px 0; color: color-mix(in srgb, var(--js4-ink) 61%, transparent); font-size: 12px; line-height: 1.7; }
  .js4-final { position: relative; overflow: hidden; color: white; background: var(--js4-ink); padding: 120px clamp(20px, 8vw, 130px); }
  .js4-final::after { position: absolute; right: -3vw; bottom: -.2em; content: 'JUDAICA SQUARE'; color: color-mix(in srgb, white 4%, transparent); font-size: clamp(100px, 16vw, 260px); font-weight: 900; letter-spacing: -.1em; line-height: .7; }
  .js4-final .js4-eyebrow { color: var(--js4-accent); }
  .js4-final h2 { position: relative; z-index: 1; max-width: 1000px; font-size: clamp(60px, 8vw, 118px); line-height: .89; }
  .js4-final > p:not(.js4-eyebrow) { position: relative; z-index: 1; max-width: 560px; margin: 27px 0 0; color: color-mix(in srgb, white 58%, transparent); font-size: 15px; }
  .js4-button--accent { position: relative; z-index: 1; margin-top: 32px; color: var(--js4-ink); background: var(--js4-accent); }
  .js4-sticky { display: none; }
  @media (max-width: 1100px) {
    .js4-hero { grid-template-columns: 1fr; }
    .js4-hero__copy { max-width: 800px; }
    .js4-product { grid-template-columns: 1fr 1fr; }
    .js4-why, .js4-features, .js4-faq { gap: 55px; }
  }
  @media (max-width: 820px) {
    .js4-hero { padding-top: 35px; }
    .js4-product, .js4-why, .js4-features, .js4-safety, .js4-faq { grid-template-columns: 1fr; }
    .js4-product__visual { min-height: 550px; }
    .js4-value { grid-template-columns: repeat(2, 1fr); }
    .js4-value span:nth-child(2) { border-right: 0; }
    .js4-safety__art { min-height: 630px; }
    .js4-included__grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px) {
    .js4__breadcrumbs { padding-block: 14px; }
    .js4-hero { padding-top: 38px; padding-bottom: 60px; }
    .js4-hero h1 { font-size: 55px; }
    .js4-hero__lede { font-size: 15px; }
    .js4-product { border-radius: 22px; }
    .js4-product__visual { min-height: 410px; }
    .js4-product__image { width: 120%; }
    .js4-product__buy { padding: 28px 20px; }
    .js4-fulfillment { grid-template-columns: 1fr; }
    .js4-fulfillment > div, .js4-fulfillment > div:first-child, .js4-fulfillment > div:last-child { min-height: 0; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; border-right: 0; border-bottom: 1px solid color-mix(in srgb, var(--js4-ink) 12%, transparent); padding: 12px 0; }
    .js4-fulfillment > div:last-child { border-bottom: 0; }
    .js4-fulfillment strong { max-width: none; }
    .js4-upsell { grid-template-columns: 66px minmax(0, 1fr); padding: 11px 36px 11px 11px; }
    .js4-upsell__image { width: 66px; height: 66px; }
    .js4-upsell__price { grid-column: 2; align-items: flex-start; flex-direction: row; gap: 8px; }
    .js4-value { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding: 0; }
    .js4-value span { min-width: 0; min-height: 78px; align-items: flex-start; border-bottom: 1px solid color-mix(in srgb, white 16%, transparent); padding: 15px 14px; line-height: 1.35; }
    .js4-value span:nth-child(even) { border-right: 0; }
    .js4-value span:nth-last-child(-n+2) { border-bottom: 0; }
    .js4-why, .js4-features, .js4-faq { padding: 84px 20px; }
    .js4-heading h2, .js4-safety__copy h2 { font-size: 49px; }
    .js4-why__grid, .js4-features__grid { grid-template-columns: 1fr; }
    .js4-card--wide { grid-column: auto; }
    .js4-safety__art { min-height: 470px; }
    .js4-safety__copy { padding: 74px 20px; }
    .js4-included { padding: 84px 20px; }
    .js4-included__grid { grid-template-columns: 1fr 1fr; margin-top: 38px; }
    .js4-included__grid span { min-height: 145px; }
    .js4-final { padding: 90px 20px 125px; }
    .js4-final h2 { font-size: 57px; }
    .js4-sticky { position: fixed; z-index: 80; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 17px; color: white; background: color-mix(in srgb, var(--js4-ink) 94%, transparent); box-shadow: 0 18px 50px color-mix(in srgb, var(--js4-ink) 35%, transparent); padding: 11px 11px 11px 15px; backdrop-filter: blur(16px); }
    .js4-sticky > div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
    .js4-sticky strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
    .js4-sticky span { color: color-mix(in srgb, white 55%, transparent); font-size: 8px; }
    .js4-sticky > a { flex: 0 0 auto; border-radius: 12px; color: var(--js4-ink); background: var(--js4-accent); padding: 11px 12px; font-size: 9px; font-weight: 850; text-decoration: none; }
  }
  @media (prefers-reduced-motion: reduce) {
    .js4 *, .js4 *::before, .js4 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  }
/* END_SECTION:solo4-authority-page */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:judaica-megamenu-original (INDEX:210) */
.jz-mm { display: block; background: #fff; border-bottom: 1px solid #e5dccd; position: relative; z-index: 50; }
  .jz-mm__triggers-inner {
    display: flex; align-items: center; justify-content: center;
    padding: 4px 16px;
    max-width: 1400px; margin: 0 auto;
  }
  .jz-mm__triggers-list {
    display: flex; gap: 0;
    overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
    justify-content: center;
  }
  .jz-mm__triggers-list::-webkit-scrollbar { display: none; }
  .jz-mm__trigger {
    appearance: none; background: transparent; border: 0;
    padding: 14px 18px;
    font-family: inherit; font-size: 14px; font-weight: 500;
    color: #1a120b; cursor: pointer;
    display: inline-flex; align-items: center; gap: 6px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    text-decoration: none;
    letter-spacing: 0.005em;
  }
  .jz-mm__trigger:hover, .jz-mm__trigger[aria-expanded="true"] {
    color: #8b3a4a; border-bottom-color: #8b3a4a;
  }
  .jz-mm__trigger--accent { color: #b89455; }
  .jz-mm__trigger svg { color: #b89455; }

  .jz-mm__panels { position: absolute; inset: 100% 0 auto 0; background: #fff; border-bottom: 1px solid #e5dccd; box-shadow: 0 24px 48px rgba(26,18,11,0.08); pointer-events: none; }
  .jz-mm__panel { display: none; }
  .jz-mm__panel.is-open { display: block; pointer-events: auto; }
  .jz-mm__panel-inner { display: grid; grid-template-columns: 1fr 1fr 1fr 1.4fr; gap: 28px; padding: 28px 16px 32px; max-width: 1400px; margin: 0 auto; }
  .jz-mm__panel--judaica .jz-mm__panel-inner { grid-template-columns: .9fr .9fr .8fr 1.25fr; gap: 24px; padding-top: 24px; padding-bottom: 28px; }
  .jz-mm__panel--judaica .jz-mm__feature-img { height: 148px; aspect-ratio: auto; }
  .jz-mm__panel--judaica .jz-mm__feature-body { padding: 14px 16px; }
  @media (max-width: 999px) { .jz-mm__panel-inner { grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px 16px; } .jz-mm__panel--judaica .jz-mm__panel-inner { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .jz-mm__panel-inner { grid-template-columns: 1fr; } }
  .jz-mm__col-h { font-size: 11px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.18em !important; color: #b89455 !important; margin: 0 0 14px !important; }
  .jz-mm__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
  .jz-mm__links a { color: #1a120b; text-decoration: none; font-size: 14px; font-weight: 500; padding: 4px 0; transition: color 0.15s; }
  .jz-mm__links a:hover { color: #8b3a4a; }
  .jz-mm__links a strong { font-weight: 600; }

  .jz-mm__feature { display: flex; flex-direction: column; background: #fbf3e2; border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.15s, box-shadow 0.15s; }
  .jz-mm__feature:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(26,18,11,0.08); }
  .jz-mm__feature-img { aspect-ratio: 16/10; overflow: hidden; }
  .jz-mm__feature-img img { width: 100%; height: 100%; object-fit: cover; }
  .jz-mm__feature-body { padding: 16px; display: flex; flex-direction: column; gap: 4px; }
  .jz-mm__feature-eye { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: #b89455; }
  .jz-mm__feature-title { font-size: 16px; font-weight: 500; color: #1a120b; }
  .jz-mm__feature-sub { font-size: 13px; color: #5a4f43; }
  .jz-mm__feature-cta { margin-top: 8px; font-size: 13px; font-weight: 600; color: #8b3a4a; }
  @media (max-width: 768px) {
    judaica-megamenu,
    judaica-megamenu.jz-mm,
    .jz-mm,
    .jz-mm__triggers,
    .jz-mm__panels { display: none !important; }
  }
/* END_SNIPPET:judaica-megamenu-original */

/* START_SNIPPET:mp-artscroll-retailer-note (INDEX:228) */
.mp-artscroll-note {
    margin: 14px 0;
    padding: 15px 16px;
    border: 1px solid #dfcfad;
    border-left: 4px solid #8f3347;
    border-radius: 13px;
    background: linear-gradient(135deg, #fffdf8, #f8f0e3);
    color: #2a2017;
  }

  .mp-artscroll-note__eyebrow {
    margin: 0 0 4px;
    color: #80601d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .mp-artscroll-note__title {
    display: block;
    font-size: 16px;
    line-height: 1.3;
  }

  .mp-artscroll-note__copy {
    margin: 7px 0 0;
    color: #66594b;
    font-size: 13px;
    line-height: 1.55;
  }

  .mp-artscroll-note__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    margin-top: 11px;
  }

  .mp-artscroll-note__actions a {
    color: #1f3d2b;
    font-size: 12px;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .mp-artscroll-note__actions a:focus-visible {
    border-radius: 3px;
    outline: 2px solid #8f3347;
    outline-offset: 3px;
  }
/* END_SNIPPET:mp-artscroll-retailer-note */