:root {
  --zayit-ink: #171511;
  --zayit-text: #302a22;
  --zayit-muted: #776b58;
  --zayit-line: #e1d4bf;
  --zayit-paper: #f6eddd;
  --zayit-surface: #fffaf1;
  --zayit-olive: #243324;
  --zayit-gold: #b88236;
  --zayit-gold-soft: #ead2a5;
  --zayit-wine: #642839;
  --zayit-shadow: 0 30px 80px rgba(34, 23, 12, .16);
}

body.zayit-premium-document {
  margin: 0;
  background: var(--zayit-paper);
  color: var(--zayit-text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.zayit-premium-document *,
.zayit-premium-commerce * {
  box-sizing: border-box;
}

.zayit-premium-document a {
  color: inherit;
  text-decoration: none;
}

.zayit-premium-document img {
  display: block;
  max-width: 100%;
}

.zayit-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.zayit-topbar {
  background: #0f0d09;
  color: #efe3cf;
  font-size: 12px;
  border-bottom: 1px solid rgba(234, 210, 165, .18);
}

.zayit-topbar .zayit-wrap {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.zayit-topbar strong {
  color: var(--zayit-gold-soft);
}

.zayit-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 15, 10, .92);
  border-bottom: 1px solid rgba(234, 210, 165, .18);
  backdrop-filter: blur(16px);
}

.zayit-nav {
  min-height: 86px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 24px;
  align-items: center;
}

.zayit-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.zayit-brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.zayit-brand b {
  display: block;
  color: #fff8ed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: .95;
}

.zayit-brand small {
  display: block;
  margin-top: 4px;
  color: #b9ab95;
  font-size: 10px;
  text-transform: uppercase;
}

.zayit-nav nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: #eadcc5;
  font-size: 13px;
  font-weight: 750;
}

.zayit-nav nav a {
  padding: 33px 0;
  border-bottom: 2px solid transparent;
}

.zayit-nav nav a:hover {
  color: #fff;
  border-bottom-color: var(--zayit-gold);
}

.zayit-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zayit-search-pill {
  width: 230px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(234, 210, 165, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #c8baa3;
  font-size: 12px;
}

.zayit-cart {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8ad66, #a8732f);
  color: #17110a;
  font-size: 12px;
  font-weight: 850;
}

.zayit-cart span {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #17110a;
  color: #fff;
  font-size: 10px;
}

.zayit-motion {
  position: relative;
  min-height: calc(100vh - 122px);
  overflow: hidden;
  background: #0f0d09;
  border-bottom: 1px solid rgba(184, 130, 54, .38);
}

.zayit-motion video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .9;
}

.zayit-motion::before {
  content: "";
  position: absolute;
  inset: 20px;
  z-index: 1;
  border: 1px solid rgba(234, 210, 165, .22);
  pointer-events: none;
}

.zayit-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 13, 9, .96) 0%, rgba(15, 13, 9, .77) 38%, rgba(15, 13, 9, .25) 100%),
    radial-gradient(circle at 74% 28%, rgba(216, 173, 102, .26), transparent 28%),
    linear-gradient(180deg, rgba(15, 13, 9, .1), rgba(15, 13, 9, .18) 58%, rgba(15, 13, 9, .88));
  pointer-events: none;
}

.zayit-motion-content {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 122px);
  display: flex;
  align-items: center;
  padding: 58px 0 100px;
}

.zayit-motion-copy {
  max-width: 760px;
  color: #fff8ed;
}

.zayit-motion-copy img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .28));
}

.zayit-kicker,
.zayit-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zayit-gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.zayit-kicker {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(234, 210, 165, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff8ed;
}

.zayit-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.zayit-motion h1,
.zayit-signature h2,
.zayit-section-head h2,
.zayit-catalog-title h2,
.zayit-salon-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.zayit-motion h1 {
  margin: 12px 0 18px;
  color: #fff8ed;
  font-size: clamp(54px, 7.4vw, 108px);
  line-height: .84;
}

.zayit-motion h1 span {
  display: block;
  color: var(--zayit-gold-soft);
  font-size: .46em;
  line-height: 1.05;
  margin-top: 12px;
}

.zayit-motion p {
  max-width: 560px;
  margin: 0;
  color: #e3d5c1;
  font-size: 16px;
  line-height: 1.75;
}

.zayit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.zayit-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.zayit-btn-gold {
  background: linear-gradient(180deg, #d8ad66, #a8732f);
  color: #17110a;
}

.zayit-btn-ghost {
  border-color: rgba(234, 210, 165, .52);
  color: #fff8ed;
  background: rgba(255, 255, 255, .06);
}

.zayit-btn-dark {
  background: var(--zayit-olive);
  color: #fff;
}

.zayit-motion-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(234, 210, 165, .22);
  color: #cfc0aa;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.zayit-featured {
  background: linear-gradient(180deg, #15120d 0, #15120d 170px, #f4ead9 170px, #f4ead9 100%);
  padding: 82px 0 0;
}

.zayit-signature {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: stretch;
  min-height: 560px;
  padding: 34px;
  border: 1px solid rgba(234, 210, 165, .28);
  border-radius: 8px;
  background: linear-gradient(140deg, rgba(255, 253, 247, .98), rgba(236, 221, 195, .96));
  box-shadow: var(--zayit-shadow);
}

.zayit-signature-cover {
  position: relative;
  display: grid;
  place-items: center;
  padding: 34px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(160deg, #1a1510, #3a2618 48%, #16110c);
}

.zayit-signature-cover::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(234, 210, 165, .28);
}

.zayit-signature-cover img {
  position: relative;
  z-index: 1;
  width: min(300px, 84%);
  height: auto;
  border-radius: 5px;
  box-shadow: 0 36px 70px rgba(0, 0, 0, .4);
}

.zayit-signature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 12px;
}

.zayit-signature h2 {
  margin: 12px 0 16px;
  color: var(--zayit-ink);
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: .9;
}

.zayit-signature p,
.zayit-section-head p,
.zayit-catalog-title p,
.zayit-salon-copy p {
  color: var(--zayit-muted);
  font-size: 15px;
  line-height: 1.8;
}

.zayit-signature p {
  max-width: 670px;
  margin: 0;
}

.zayit-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px 0 0;
  border-top: 1px solid var(--zayit-line);
  border-bottom: 1px solid var(--zayit-line);
}

.zayit-specs div {
  min-height: 88px;
  padding: 18px 16px;
  border-right: 1px solid var(--zayit-line);
}

.zayit-specs div:last-child {
  border-right: 0;
}

.zayit-specs b {
  display: block;
  color: var(--zayit-ink);
  font-size: 18px;
}

.zayit-specs span {
  display: block;
  margin-top: 6px;
  color: var(--zayit-muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.zayit-premium-link {
  display: inline-flex;
  align-items: center;
  color: var(--zayit-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.zayit-collections {
  padding: 88px 0;
  background: #f4ead9;
}

.zayit-section-head {
  display: grid;
  grid-template-columns: minmax(280px, .84fr) minmax(0, 1.16fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 32px;
}

.zayit-section-head h2 {
  margin: 12px 0 0;
  color: var(--zayit-ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
}

.zayit-section-head p {
  margin: 0;
}

.zayit-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.zayit-collection-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #d8c7ad;
  border-radius: 8px;
  background: #fffdf7;
  color: var(--zayit-text);
  box-shadow: 0 18px 45px rgba(38, 27, 14, .08);
}

.zayit-collection-card.is-dark {
  background: linear-gradient(145deg, #19140f, #372417);
  color: #fff8ed;
  border-color: rgba(234, 210, 165, .22);
}

.zayit-collection-card > div:first-child {
  padding: 26px;
}

.zayit-collection-card span {
  color: var(--zayit-gold);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.zayit-collection-card h3 {
  margin: 14px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.zayit-collection-card p {
  margin: 0;
  color: var(--zayit-muted);
  font-size: 13px;
  line-height: 1.7;
}

.zayit-collection-card.is-dark p {
  color: #cfc0aa;
}

.zayit-collection-books {
  display: flex;
  align-items: end;
  gap: 12px;
  min-height: 190px;
  padding: 0 26px 26px;
}

.zayit-collection-books img {
  width: 33%;
  max-width: 116px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 22px 38px rgba(30, 20, 10, .2);
}

.zayit-collection-books img:nth-child(2) {
  transform: translateY(-20px);
}

.zayit-catalog {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #201811, #16120d);
  color: #fff8ed;
}

.zayit-catalog-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  align-items: start;
}

.zayit-catalog-nav {
  position: sticky;
  top: 118px;
  padding: 24px;
  border: 1px solid rgba(234, 210, 165, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.zayit-catalog-nav b {
  display: block;
  margin-bottom: 16px;
  color: #fff8ed;
  font-size: 12px;
  text-transform: uppercase;
}

.zayit-catalog-nav a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(234, 210, 165, .14);
  color: #cfc0aa;
  font-size: 13px;
}

.zayit-catalog-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 26px;
}

.zayit-catalog-title h2 {
  margin: 10px 0 0;
  color: #fff8ed;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: .95;
}

.zayit-catalog-title p {
  max-width: 480px;
  margin: 0;
  color: #cfc0aa;
  font-size: 14px;
}

.zayit-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.zayit-product-card {
  overflow: hidden;
  border: 1px solid rgba(234, 210, 165, .18);
  border-radius: 8px;
  background: #fffaf1;
  color: var(--zayit-ink);
}

.zayit-product-card figure {
  margin: 0;
  padding: 24px 24px 0;
  background: linear-gradient(180deg, #d9c29b, #fffaf1 82%);
}

.zayit-product-card figure img {
  width: min(190px, 100%);
  height: auto;
  margin: 0 auto;
  border-radius: 5px 5px 2px 2px;
  box-shadow: 0 24px 42px rgba(28, 18, 8, .2);
}

.zayit-cover-fallback {
  display: grid;
  place-items: end start;
  min-height: 260px;
  padding: 22px;
  border-radius: 5px;
  background: linear-gradient(145deg, #18130e, #59371b);
  color: #fff8ed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.1;
}

.zayit-product-body {
  padding: 20px;
}

.zayit-product-body h3 {
  min-height: 48px;
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
}

.zayit-product-body p {
  min-height: 58px;
  margin: 0;
  color: var(--zayit-muted);
  font-size: 12px;
  line-height: 1.6;
}

.zayit-product-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--zayit-line);
}

.zayit-product-buy span {
  color: var(--zayit-olive);
  font-weight: 950;
}

.zayit-product-buy a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--zayit-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.zayit-salon {
  padding: 86px 0;
  background: #f6f0e5;
}

.zayit-salon-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.zayit-salon-seal {
  display: grid;
  place-items: center;
  min-height: 390px;
  border-radius: 8px;
  background: linear-gradient(145deg, #17120d, #4a2f1a);
  box-shadow: var(--zayit-shadow);
}

.zayit-salon-seal img {
  width: min(290px, 72%);
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, .3));
}

.zayit-salon-copy h2 {
  margin: 12px 0 18px;
  color: var(--zayit-ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: .95;
}

.zayit-salon-copy p {
  max-width: 680px;
  margin: 0;
}

.zayit-salon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.zayit-salon-list div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: #fffdf7;
}

.zayit-salon-list b {
  display: block;
  margin-bottom: 8px;
  color: var(--zayit-ink);
}

.zayit-salon-list span {
  color: var(--zayit-muted);
  font-size: 12px;
  line-height: 1.6;
}

.zayit-footer {
  background: var(--zayit-ink);
  color: #d8cbb8;
  padding: 48px 0 22px;
}

.zayit-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 38px;
}

.zayit-footer img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  margin-bottom: 14px;
}

.zayit-footer p {
  max-width: 330px;
  margin: 0;
  color: #c9baa5;
  font-size: 12px;
  line-height: 1.7;
}

.zayit-footer b {
  display: block;
  margin-bottom: 14px;
  color: #fff8ed;
  font-size: 13px;
}

.zayit-footer a {
  display: block;
  margin: 9px 0;
  color: #c9baa5;
  font-size: 12px;
}

.zayit-sales-document {
  background: var(--zayit-paper);
}

.zayit-sales-page {
  background: var(--zayit-paper);
}

.zayit-sales-hero {
  position: relative;
  min-height: calc(100vh - 122px);
  overflow: hidden;
  background: #0f0d09;
  color: #fff8ed;
}

.zayit-sales-video {
  position: absolute;
  inset: 0;
}

.zayit-sales-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .48;
}

.zayit-sales-hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  z-index: 1;
  border: 1px solid rgba(234, 210, 165, .2);
  pointer-events: none;
}

.zayit-sales-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 13, 9, .96), rgba(15, 13, 9, .72) 48%, rgba(15, 13, 9, .42)),
    radial-gradient(circle at 78% 24%, rgba(216, 173, 102, .28), transparent 30%);
  pointer-events: none;
}

.zayit-sales-hero-grid {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 122px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 68px;
  align-items: center;
  padding: 70px 0 86px;
}

.zayit-sales-copy h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  color: #fff8ed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zayit-sales-copy p {
  max-width: 650px;
  margin: 0;
  color: #e3d5c1;
  font-size: 16px;
  line-height: 1.8;
}

.zayit-sales-offer {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 14px;
  max-width: 520px;
  margin-top: 30px;
}

.zayit-sales-offer div {
  padding: 18px;
  border: 1px solid rgba(234, 210, 165, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .065);
}

.zayit-sales-offer small {
  display: block;
  margin-bottom: 8px;
  color: #cfc0aa;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.zayit-sales-offer strong,
.zayit-sales-offer .amount {
  color: var(--zayit-gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.zayit-sales-cover {
  display: grid;
  place-items: center;
  padding: 34px;
  border: 1px solid rgba(234, 210, 165, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  box-shadow: 0 38px 90px rgba(0, 0, 0, .32);
}

.zayit-sales-cover img {
  width: min(340px, 100%);
  height: auto;
  border-radius: 6px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, .42);
}

.zayit-sales-trust {
  background: #15120d;
  color: #fff8ed;
  border-top: 1px solid rgba(234, 210, 165, .18);
  border-bottom: 1px solid rgba(234, 210, 165, .18);
}

.zayit-sales-trust .zayit-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.zayit-sales-trust div div {
  min-height: 108px;
  padding: 24px;
  border-right: 1px solid rgba(234, 210, 165, .18);
}

.zayit-sales-trust div div:last-child {
  border-right: 0;
}

.zayit-sales-trust b {
  display: block;
  color: #fff8ed;
  margin-bottom: 8px;
}

.zayit-sales-trust span {
  color: #cfc0aa;
  font-size: 12px;
}

.zayit-sales-content {
  padding: 86px 0;
  background: #f4ead9;
}

.zayit-sales-content-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.zayit-sales-content h2,
.zayit-path-head h2,
.zayit-sales-close h2,
.zayit-sales-related h2 {
  margin: 12px 0 18px;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.6vw, 62px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: 0;
}

.zayit-sales-richtext p {
  margin: 0 0 16px;
  color: var(--zayit-muted);
  font-size: 15px;
  line-height: 1.85;
}

.zayit-sales-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.zayit-sales-points article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 18px 45px rgba(38, 27, 14, .06);
}

.zayit-sales-points span {
  color: var(--zayit-gold);
  font-size: 11px;
  font-weight: 950;
}

.zayit-sales-points h3 {
  margin: 18px 0 10px;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.05;
}

.zayit-sales-points p {
  margin: 0;
  color: var(--zayit-muted);
  font-size: 13px;
  line-height: 1.7;
}

.zayit-sales-path {
  padding: 78px 0;
  background: #fffaf1;
}

.zayit-path-head {
  max-width: 720px;
  margin-bottom: 30px;
}

.zayit-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--zayit-line);
  border-bottom: 1px solid var(--zayit-line);
}

.zayit-path-grid div {
  min-height: 160px;
  padding: 26px;
  border-right: 1px solid var(--zayit-line);
}

.zayit-path-grid div:last-child {
  border-right: 0;
}

.zayit-path-grid b {
  display: block;
  color: var(--zayit-ink);
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.zayit-path-grid span {
  color: var(--zayit-muted);
  font-size: 13px;
  line-height: 1.7;
}

.zayit-sales-close {
  padding: 84px 0;
  background: linear-gradient(145deg, #17120d, #3d2817);
  color: #fff8ed;
}

.zayit-sales-close-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  align-items: center;
}

.zayit-sales-close-cover {
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(234, 210, 165, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.zayit-sales-close-cover img {
  width: min(180px, 100%);
  border-radius: 5px;
  box-shadow: 0 28px 52px rgba(0, 0, 0, .35);
}

.zayit-sales-close h2 {
  max-width: 820px;
  color: #fff8ed;
}

.zayit-sales-close p {
  max-width: 620px;
  margin: 0;
  color: #cfc0aa;
  line-height: 1.75;
}

.zayit-sales-related {
  padding: 86px 0;
  background: #f4ead9;
}

.zayit-archive-page,
.zayit-checkout-page {
  background: var(--zayit-paper);
}

.zayit-archive-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background:
    linear-gradient(105deg, rgba(15, 13, 9, .96), rgba(35, 24, 16, .88)),
    radial-gradient(circle at 78% 20%, rgba(216, 173, 102, .28), transparent 32%);
  color: #fff8ed;
}

.zayit-archive-hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(234, 210, 165, .18);
}

.zayit-archive-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 58px;
  align-items: center;
}

.zayit-archive-hero h1,
.zayit-checkout-hero h1 {
  margin: 16px 0 18px;
  color: #fff8ed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: 0;
}

.zayit-archive-hero p,
.zayit-checkout-hero p {
  max-width: 620px;
  margin: 0;
  color: #e3d5c1;
  font-size: 16px;
  line-height: 1.8;
}

.zayit-archive-stack {
  min-height: 420px;
  position: relative;
}

.zayit-archive-stack img {
  position: absolute;
  width: 185px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 32px 64px rgba(0, 0, 0, .38);
}

.zayit-archive-stack img:nth-child(1) { left: 0; top: 90px; transform: rotate(-8deg); }
.zayit-archive-stack img:nth-child(2) { left: 120px; top: 18px; z-index: 2; }
.zayit-archive-stack img:nth-child(3) { left: 250px; top: 110px; transform: rotate(7deg); }
.zayit-archive-stack img:nth-child(4) { left: 84px; top: 205px; transform: rotate(4deg); }

.zayit-archive-collections {
  padding: 18px 0;
  background: #15120d;
  border-top: 1px solid rgba(234, 210, 165, .18);
  border-bottom: 1px solid rgba(234, 210, 165, .18);
}

.zayit-archive-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.zayit-archive-tabs a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(234, 210, 165, .24);
  border-radius: 999px;
  padding: 0 15px;
  color: #eadcc5;
  font-size: 12px;
  font-weight: 850;
}

.zayit-archive-catalog {
  padding: 82px 0 96px;
  background: linear-gradient(180deg, #f6eddd, #f1e1c7);
}

.zayit-archive-catalog .zayit-catalog-title h2,
.zayit-archive-catalog .zayit-catalog-title p {
  color: var(--zayit-ink);
}

.zayit-empty-state {
  padding: 56px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: #fffaf1;
  text-align: center;
}

.zayit-empty-state h2 {
  margin: 0 0 20px;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.zayit-checkout-hero {
  position: relative;
  padding: 86px 0 76px;
  background:
    linear-gradient(105deg, rgba(15, 13, 9, .96), rgba(35, 24, 16, .88)),
    radial-gradient(circle at 80% 20%, rgba(216, 173, 102, .24), transparent 34%);
  color: #fff8ed;
}

.zayit-checkout-hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(234, 210, 165, .18);
}

.zayit-checkout-hero .zayit-wrap {
  position: relative;
  z-index: 1;
}

.zayit-checkout-shell {
  padding: 72px 0 92px;
  background: linear-gradient(180deg, #f6eddd, #f1e1c7);
}

.zayit-checkout-card {
  padding: 34px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: var(--zayit-shadow);
}

.zayit-checkout-card table,
.zayit-checkout-card .cart_totals,
.zayit-checkout-card .woocommerce-checkout-review-order,
.zayit-checkout-card form.checkout,
.zayit-checkout-card .woocommerce-MyAccount-navigation,
.zayit-checkout-card .woocommerce-MyAccount-content {
  background: #fffdf7 !important;
  border-color: var(--zayit-line) !important;
}

.zayit-checkout-card h2,
.zayit-checkout-card h3,
.zayit-checkout-card th {
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.zayit-checkout-card input,
.zayit-checkout-card textarea,
.zayit-checkout-card select {
  border-radius: 8px !important;
  border-color: #d7c7ad !important;
  background: #fffdf7 !important;
}

.zayit-checkout-card .button,
.zayit-checkout-card button,
.zayit-checkout-card .checkout-button {
  border-radius: 999px !important;
  background: var(--zayit-ink) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.zayit-page-shell {
  background: var(--zayit-paper);
}

.zayit-page-content {
  padding: 72px 0 92px;
  background: linear-gradient(180deg, #f6eddd, #f1e1c7);
}

.zayit-page-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: #fffaf1;
  color: var(--zayit-text);
  box-shadow: var(--zayit-shadow);
}

.zayit-page-card h1,
.zayit-page-card h2,
.zayit-page-card h3 {
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.zayit-page-card p,
.zayit-page-card li {
  color: var(--zayit-muted);
  font-size: 15px;
  line-height: 1.8;
}

.zayit-checkout-card .woocommerce {
  color: var(--zayit-text);
}

.zayit-checkout-card table.shop_table {
  overflow: hidden;
  border: 1px solid var(--zayit-line) !important;
  border-radius: 8px !important;
}

.zayit-checkout-card .product-name a,
.zayit-checkout-card .woocommerce-cart-form__cart-item a {
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.zayit-checkout-card .coupon input {
  min-height: 48px;
}

.zayit-checkout-card .cart_totals {
  padding: 24px !important;
}

.zayit-checkout-card .woocommerce-shipping-methods,
.zayit-checkout-card .woocommerce-privacy-policy-text {
  color: var(--zayit-muted);
}

.zayit-checkout-card .woocommerce-info,
.zayit-checkout-card .woocommerce-message,
.zayit-checkout-card .woocommerce-error {
  border-radius: 8px;
  background: #fffdf7;
  color: var(--zayit-text);
  border-color: var(--zayit-line);
}

body.zayit-premium-commerce .wd-compare-btn,
body.zayit-premium-commerce .wd-wishlist-btn,
body.zayit-premium-commerce .quick-view,
body.zayit-premium-commerce .wd-quick-view-icon,
body.zayit-premium-commerce .compare,
body.zayit-premium-commerce .yith-wcwl-add-to-wishlist {
  display: none !important;
}

body.zayit-premium-commerce .main-page-wrapper,
body.zayit-premium-commerce .site-content {
  background: var(--zayit-paper);
}

body.zayit-premium-commerce .product-grid-item,
body.zayit-premium-commerce .wd-product,
body.zayit-premium-commerce .summary-inner,
body.zayit-premium-commerce .woocommerce-cart-form,
body.zayit-premium-commerce .cart_totals,
body.zayit-premium-commerce .woocommerce-checkout-review-order,
body.zayit-premium-commerce form.checkout {
  border-radius: 8px;
}

body.zayit-premium-commerce .wd-product,
body.zayit-premium-commerce .product-grid-item {
  overflow: hidden;
  border: 1px solid var(--zayit-line);
  background: #fffaf1;
  box-shadow: 0 18px 42px rgba(35, 26, 14, .08);
}

body.zayit-premium-commerce .wd-product .product-wrapper,
body.zayit-premium-commerce .product-grid-item .product-wrapper {
  background: #fffaf1;
}

body.zayit-premium-commerce .product_title,
body.zayit-premium-commerce .entry-title,
body.zayit-premium-commerce .page-title,
body.zayit-premium-commerce .woocommerce-products-header__title {
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

body.zayit-premium-commerce .price,
body.zayit-premium-commerce .amount {
  color: var(--zayit-olive);
  font-weight: 900;
}

body.zayit-premium-commerce .single_add_to_cart_button,
body.zayit-premium-commerce .checkout-button,
body.zayit-premium-commerce button[name="woocommerce_checkout_place_order"],
body.zayit-premium-commerce .button.product_type_simple,
body.zayit-premium-commerce .add_to_cart_button {
  border-radius: 999px !important;
  background: var(--zayit-ink) !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

body.zayit-premium-commerce .woocommerce-breadcrumb,
body.zayit-premium-commerce .wd-products-per-page,
body.zayit-premium-commerce .woocommerce-result-count {
  color: var(--zayit-muted);
}

body.zayit-premium-commerce .cart_totals,
body.zayit-premium-commerce .woocommerce-checkout-review-order,
body.zayit-premium-commerce form.checkout {
  border: 1px solid var(--zayit-line);
  background: #fffaf1;
  box-shadow: 0 18px 42px rgba(35, 26, 14, .08);
}

@media (max-width: 1080px) {
  .zayit-nav {
    grid-template-columns: 190px 1fr auto;
  }

  .zayit-search-pill {
    display: none;
  }

  .zayit-signature,
  .zayit-section-head,
  .zayit-catalog-layout,
  .zayit-salon-grid,
  .zayit-sales-hero-grid,
  .zayit-sales-content-grid,
  .zayit-sales-close-grid,
  .zayit-archive-hero-grid {
    grid-template-columns: 1fr;
  }

  .zayit-catalog-nav {
    position: static;
  }

  .zayit-archive-stack {
    min-height: 360px;
  }

  .zayit-collection-grid,
  .zayit-product-grid,
  .zayit-sales-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .zayit-sales-trust .zayit-wrap,
  .zayit-path-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zayit-sales-trust div div:nth-child(2),
  .zayit-path-grid div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 740px) {
  .zayit-wrap {
    width: min(100% - 28px, 1200px);
  }

  .zayit-topbar .zayit-wrap {
    display: block;
    padding: 9px 0;
  }

  .zayit-topbar span {
    display: block;
    margin: 2px 0;
  }

  .zayit-nav {
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }

  .zayit-brand img {
    width: 62px;
    height: 62px;
  }

  .zayit-brand b,
  .zayit-brand small,
  .zayit-nav nav,
  .zayit-cart strong {
    display: none;
  }

  .zayit-motion,
  .zayit-motion-content,
  .zayit-sales-hero,
  .zayit-sales-hero-grid {
    min-height: auto;
  }

  .zayit-motion-content {
    padding: 42px 0 88px;
  }

  .zayit-motion-copy img {
    width: 78px;
    height: 78px;
  }

  .zayit-motion h1 {
    font-size: 54px;
  }

  .zayit-sales-hero-grid {
    padding: 42px 0 72px;
    gap: 30px;
  }

  .zayit-sales-copy h1 {
    font-size: 42px;
  }

  .zayit-sales-offer,
  .zayit-sales-trust .zayit-wrap,
  .zayit-path-grid,
  .zayit-sales-points,
  .zayit-archive-hero-grid {
    grid-template-columns: 1fr;
  }

  .zayit-sales-cover {
    padding: 20px;
  }

  .zayit-sales-cover img {
    width: min(260px, 100%);
  }

  .zayit-archive-hero {
    padding: 52px 0 62px;
  }

  .zayit-archive-hero h1,
  .zayit-checkout-hero h1 {
    font-size: 44px;
  }

  .zayit-archive-stack {
    min-height: 430px;
  }

  .zayit-archive-stack img {
    width: 150px;
  }

  .zayit-archive-stack img:nth-child(1) { left: 0; top: 82px; }
  .zayit-archive-stack img:nth-child(2) { left: 92px; top: 18px; }
  .zayit-archive-stack img:nth-child(3) { left: 174px; top: 120px; }
  .zayit-archive-stack img:nth-child(4) { left: 58px; top: 224px; }

  .zayit-checkout-shell {
    padding: 44px 0 62px;
  }

  .zayit-checkout-card {
    padding: 18px;
  }

  .zayit-page-card {
    padding: 22px;
  }

  .zayit-page-content {
    padding: 44px 0 62px;
  }

  .zayit-sales-trust div div,
  .zayit-path-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(234, 210, 165, .18);
  }

  .zayit-path-grid div {
    border-bottom-color: var(--zayit-line);
  }

  .zayit-sales-trust div div:last-child,
  .zayit-path-grid div:last-child {
    border-bottom: 0;
  }

  .zayit-motion-note {
    display: block;
    bottom: 18px;
  }

  .zayit-motion-note span {
    display: block;
    margin-top: 6px;
  }

  .zayit-signature {
    padding: 20px;
  }

  .zayit-specs,
  .zayit-collection-grid,
  .zayit-product-grid,
  .zayit-salon-list,
  .zayit-footer-grid {
    grid-template-columns: 1fr;
  }

  .zayit-specs div {
    border-right: 0;
    border-bottom: 1px solid var(--zayit-line);
  }

  .zayit-specs div:last-child {
    border-bottom: 0;
  }

  .zayit-catalog-title {
    display: block;
  }

  .zayit-product-body p {
    min-height: 0;
  }
}
