:root {
  --zayit-ink: #100d16;
  --zayit-text: #2d2430;
  --zayit-muted: #6f6070;
  --zayit-paper: #fff5df;
  --zayit-surface: #fffdf7;
  --zayit-soft: #ffe7ba;
  --zayit-line: #ead7bd;
  --zayit-gold: #ffbd2f;
  --zayit-gold-dark: #c27712;
  --zayit-wine: #8a1238;
  --zayit-navy: #10223f;
  --zayit-coral: #ff4d45;
  --zayit-teal: #00a889;
  --zayit-olive: #596b22;
  --zayit-shadow: 0 18px 48px rgba(82, 28, 52, .14);
}

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

body.zayit-premium-document .woocommerce-store-notice.demo_store {
  display: none !important;
}

.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 {
  overflow: hidden;
  background: linear-gradient(90deg, #ff2d62, #ff7a1a 55%, #ffbd2f);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.zayit-topbar-track {
  min-height: 38px;
  display: flex;
  align-items: center;
  width: max-content;
  animation: zayitTopbarMarquee 24s linear infinite;
}

.zayit-topbar-row {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  white-space: nowrap;
}

.zayit-topbar-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
}

.zayit-topbar-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff7d5;
  box-shadow: 0 0 12px rgba(255, 247, 213, .9);
}

@keyframes zayitTopbarMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.zayit-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--zayit-surface);
  border-bottom: 1px solid var(--zayit-line);
  box-shadow: 0 8px 28px rgba(28, 22, 16, .08);
}

.zayit-nav {
  min-height: 92px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: center;
  padding: 10px 0 12px;
}

.zayit-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

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

.zayit-brand b {
  display: block;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: .92;
}

.zayit-brand small {
  display: block;
  margin-top: 5px;
  color: var(--zayit-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.zayit-search-form {
  grid-column: 1 / -1;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #ded7cd;
  border-radius: 8px;
  background: #fff;
  color: #8b8479;
  font-size: 13px;
}

.zayit-search-form input[type="search"] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--zayit-text);
  font: inherit;
}

.zayit-search-form button {
  border: 0;
  background: transparent;
  color: var(--zayit-ink);
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

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

.zayit-account-link {
  color: var(--zayit-text);
  font-size: 12px;
  font-weight: 850;
}

.zayit-cart {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #130d1b, #2f1029 62%, #07172f);
  color: #fff7d5 !important;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(17, 13, 22, .2);
}

.zayit-cart:visited,
.zayit-cart:hover,
.zayit-cart:focus,
.zayit-cart strong {
  color: #fff7d5 !important;
}

.zayit-cart span {
  display: grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd05f, #ff9d18);
  color: var(--zayit-ink);
  font-size: 11px;
  font-weight: 950;
}

.zayit-menu-bar {
  min-width: 0;
  overflow-x: auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #100d16, #3a1024 54%, #10223f);
  scrollbar-width: none;
}

.zayit-menu-bar::-webkit-scrollbar {
  display: none;
}

.zayit-menu-bar nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 22px;
  min-height: 46px;
  overflow: visible;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 0 18px;
}

.zayit-menu-bar nav a {
  flex: 0 0 auto;
  padding: 8px 0;
}

.zayit-menu-bar nav a:first-child {
  color: #ffd05f;
}

.zayit-store-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 45, 98, .26), transparent 32%),
    radial-gradient(circle at 66% 76%, rgba(0, 168, 137, .16), transparent 34%),
    linear-gradient(104deg, #fff8e7 0%, #ffe5a7 48%, #f7b8a8 100%);
}

.zayit-store-media {
  position: absolute;
  inset: 0;
  opacity: .42;
}

.zayit-store-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.16) saturate(1.12) brightness(1.02);
}

.zayit-store-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 248, 225, .88), rgba(255, 238, 197, .48) 54%, rgba(255, 189, 47, .04));
  pointer-events: none;
}

.zayit-store-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 58px 0 66px;
}

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

.zayit-kicker {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--zayit-wine);
  box-shadow: 0 8px 22px rgba(41, 31, 21, .09);
}

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

.zayit-hero-carousel {
  position: relative;
  width: 100%;
  min-height: 430px;
}

.zayit-hero-slide {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(260px, .52fr);
  gap: 42px;
  align-items: center;
  opacity: 0;
  transform: translateY(18px);
  animation: zayitHeroSlide 30s infinite;
  animation-delay: calc(var(--zayit-slide-index) * 6s);
}

.zayit-hero-slide:first-child {
  position: relative;
}

.zayit-hero-slide h1,
.zayit-hero-slide h2 {
  max-width: 780px;
  margin: 16px 0;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zayit-hero-slide p {
  max-width: 560px;
  margin: 0;
  color: #5e5549;
  font-size: 16px;
  line-height: 1.7;
}

.zayit-carousel-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 8px;
}

.zayit-carousel-dots span {
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: rgba(17, 16, 13, .22);
  animation: zayitHeroDot 30s infinite;
  animation-delay: calc(var(--zayit-slide-index) * 6s);
}

@keyframes zayitHeroSlide {
  0%, 16% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  20%, 100% {
    opacity: 0;
    transform: translateY(-14px);
    pointer-events: none;
  }
}

@keyframes zayitHeroDot {
  0%, 16% {
    background: var(--zayit-wine);
  }

  20%, 100% {
    background: rgba(17, 16, 13, .22);
  }
}

.zayit-hero-book {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: 24px;
  border: 1px solid rgba(194, 119, 18, .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 189, 47, .28), transparent 44%),
    rgba(255, 255, 255, .48);
  box-shadow: 0 28px 70px rgba(82, 28, 52, .16), inset 0 0 70px rgba(255, 189, 47, .08);
}

.zayit-hero-book img {
  width: min(330px, 92%);
  max-height: 400px;
  object-fit: contain;
  border-radius: 5px;
  filter: brightness(1.04) saturate(1.04);
  box-shadow: 0 24px 46px rgba(28, 19, 10, .24);
}

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

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

.zayit-btn-gold {
  background: linear-gradient(135deg, #ffbd2f, #ff7a1a);
  color: var(--zayit-ink);
}

.zayit-btn-ghost {
  border-color: rgba(17, 16, 13, .22);
  background: rgba(255, 255, 255, .55);
  color: var(--zayit-ink);
}

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

.zayit-btn-share {
  gap: 8px;
  border-color: rgba(104, 38, 59, .28);
  background: #fff;
  color: var(--zayit-wine);
  box-shadow: 0 10px 22px rgba(82, 28, 52, .08);
}

.zayit-btn-share:hover {
  border-color: rgba(194, 119, 18, .48);
  background: #fff8e7;
}

.zayit-share-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.zayit-benefits {
  background: linear-gradient(90deg, #10223f, #3a1024);
  color: #fff;
}

.zayit-benefits .zayit-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 20px 0;
}

.zayit-benefits div div {
  min-height: 76px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.zayit-benefits b {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}

.zayit-benefits span {
  color: #d7deea;
  font-size: 12px;
}

.zayit-featured,
.zayit-collections,
.zayit-sales-content,
.zayit-sales-related,
.zayit-archive-catalog,
.zayit-checkout-shell,
.zayit-page-content {
  background: var(--zayit-paper);
}

.zayit-featured {
  padding: 72px 0 0;
}

.zayit-signature {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  gap: 36px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: var(--zayit-surface);
  box-shadow: var(--zayit-shadow);
}

.zayit-signature-cover {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 26% 20%, rgba(255, 189, 47, .32), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(255, 77, 69, .18), transparent 34%),
    linear-gradient(145deg, #fff3d7, #fffdf8);
}

.zayit-signature-cover img,
.zayit-sales-cover img,
.zayit-sales-close-cover img {
  border-radius: 5px;
  box-shadow: 0 24px 46px rgba(28, 19, 10, .23);
}

.zayit-signature-cover img {
  width: min(300px, 88%);
}

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

.zayit-signature h2,
.zayit-section-head h2,
.zayit-catalog-title h2,
.zayit-salon-copy h2,
.zayit-sales-content h2,
.zayit-path-head h2,
.zayit-sales-close h2,
.zayit-sales-related h2 {
  margin: 12px 0 16px;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.zayit-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  overflow: hidden;
}

.zayit-specs div {
  min-height: 82px;
  padding: 16px;
  border-right: 1px solid var(--zayit-line);
  background: #fbf8f1;
}

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

.zayit-specs b,
.zayit-specs .amount {
  color: var(--zayit-wine);
  font-size: 17px;
  font-weight: 950;
}

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

.zayit-premium-link,
.zayit-product-details {
  color: var(--zayit-wine);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.zayit-collections,
.zayit-launches,
.zayit-catalog,
.zayit-salon,
.zayit-sales-content,
.zayit-sales-path,
.zayit-sales-related,
.zayit-archive-catalog,
.zayit-checkout-shell,
.zayit-page-content {
  padding: 76px 0;
}

.zayit-section-head {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.zayit-launches {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 238, 197, .82)),
    radial-gradient(circle at 12% 18%, rgba(255, 142, 28, .22), transparent 34%),
    radial-gradient(circle at 88% 6%, rgba(104, 38, 59, .16), transparent 30%);
}

.zayit-launches::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(104, 38, 59, .09) 1px, transparent 1px),
    linear-gradient(180deg, rgba(104, 38, 59, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .22;
}

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

.zayit-launch-grid .zayit-product-card {
  box-shadow: 0 18px 42px rgba(31, 24, 17, .12);
}

.zayit-launch-grid .zayit-product-card figure {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 199, 74, .45), transparent 42%),
    linear-gradient(180deg, #fff7df, #fffdf8 86%);
}

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

.zayit-collection-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: var(--zayit-surface);
  box-shadow: 0 14px 34px rgba(31, 24, 17, .08);
}

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

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

.zayit-collection-card h3 {
  margin: 12px 0 10px;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.04;
}

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

.zayit-collection-books {
  display: flex;
  align-items: end;
  gap: 10px;
  min-height: 120px;
  padding: 0 22px 22px;
}

.zayit-collection-books img {
  width: 31%;
  max-width: 100px;
  border-radius: 4px;
  box-shadow: 0 14px 26px rgba(31, 24, 17, .17);
}

.zayit-catalog {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(255, 245, 223, .92)),
    radial-gradient(circle at 90% 10%, rgba(255, 45, 98, .12), transparent 34%);
}

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

.zayit-catalog-nav {
  position: sticky;
  top: 154px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(212, 163, 62, .34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(18, 12, 20, .98), rgba(58, 16, 36, .94) 52%, rgba(16, 34, 63, .96)),
    radial-gradient(circle at 12% 0%, rgba(255, 208, 95, .22), transparent 34%);
  box-shadow: 0 22px 48px rgba(31, 24, 17, .18);
}

.zayit-catalog-nav b {
  display: block;
  margin-bottom: 16px;
  color: #fff7d5;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zayit-catalog-nav-group {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 208, 95, .22);
}

.zayit-catalog-nav-group + .zayit-catalog-nav-group {
  margin-top: 12px;
}

.zayit-catalog-nav small {
  display: block;
  margin-bottom: 8px;
  color: #ffd05f;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zayit-catalog-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 247, 213, .11);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.zayit-catalog-nav a:hover {
  border-color: rgba(255, 208, 95, .56);
  background: rgba(255, 208, 95, .13);
  transform: translateX(3px);
}

.zayit-catalog-nav a span:last-child {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--zayit-gold);
  color: #170d10;
  font-size: 14px;
  line-height: 1;
}

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

.zayit-catalog-title h2 {
  font-size: clamp(34px, 4.2vw, 54px);
}

.zayit-catalog-title p {
  max-width: 430px;
  margin: 0;
}

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

.zayit-product-card {
  overflow: hidden;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: var(--zayit-surface);
  box-shadow: 0 12px 28px rgba(31, 24, 17, .07);
}

.zayit-product-card figure {
  position: relative;
  margin: 0;
  padding: 22px 18px 0;
  background:
    radial-gradient(circle at 70% 0%, rgba(255, 189, 47, .32), transparent 38%),
    linear-gradient(180deg, #fff0cf, #fffdf8 84%);
}

.zayit-product-card figure img {
  width: min(184px, 100%);
  min-height: 238px;
  max-height: 278px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 4px;
  filter: drop-shadow(0 15px 20px rgba(24, 17, 10, .18));
}

.zayit-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #ef2657;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.zayit-cover-fallback {
  display: grid;
  place-items: end start;
  min-height: 260px;
  padding: 20px;
  border-radius: 4px;
  background: linear-gradient(145deg, #241913, #6b3b1a);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.1;
}

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

.zayit-product-body h3 {
  min-height: 58px;
  margin: 0 0 8px;
  color: var(--zayit-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.28;
  text-transform: uppercase;
}

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

.zayit-product-buy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--zayit-line);
}

.zayit-product-buy span,
.zayit-product-buy .amount {
  color: var(--zayit-wine);
  font-size: 17px;
  font-weight: 950;
}

.zayit-product-buy del {
  color: #91887c;
  font-size: 12px;
}

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

.zayit-product-details {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--zayit-wine);
}

.zayit-product-details::after {
  content: "→";
}

.zayit-product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.zayit-product-share {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid rgba(104, 38, 59, .22);
  border-radius: 999px;
  background: #fff7d5;
  color: var(--zayit-wine) !important;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.zayit-product-share .zayit-share-icon {
  width: 14px;
  height: 14px;
}

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

.zayit-salon-grid {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 44px;
  align-items: center;
}

.zayit-salon-seal {
  display: grid;
  place-items: center;
  min-height: 330px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 189, 47, .38), transparent 34%),
    radial-gradient(circle at 78% 76%, rgba(0, 168, 137, .2), transparent 34%),
    linear-gradient(145deg, #fffdf8, #ffd9af);
  box-shadow: var(--zayit-shadow);
}

.zayit-salon-seal img {
  width: min(250px, 68%);
}

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

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

.zayit-salon-list b {
  display: block;
  margin-bottom: 7px;
  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: #ddd3c5;
  padding: 46px 0 22px;
}

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

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

.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: #fff;
  font-size: 13px;
}

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

.zayit-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.zayit-footer .zayit-socials a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 189, 47, .22), rgba(35, 211, 155, .14));
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.zayit-footer .zayit-socials a:hover {
  transform: translateY(-1px);
}

.zayit-social-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.zayit-social-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af) !important;
}

.zayit-social-youtube {
  background: #ff0033 !important;
}

.zayit-social-facebook {
  background: #1877f2 !important;
}

.zayit-social-tiktok {
  background: linear-gradient(135deg, #020805, #111 55%, #00f2ea) !important;
}

.zayit-social-spotify {
  background: #1db954 !important;
  color: #06140d !important;
}

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

.zayit-sales-hero,
.zayit-archive-hero,
.zayit-checkout-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 45, 98, .25), transparent 34%),
    linear-gradient(100deg, #fff8e7, #ffe0a1 58%, #8a1238);
  color: var(--zayit-ink);
}

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

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

.zayit-sales-hero::after,
.zayit-archive-hero::after,
.zayit-checkout-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 249, 230, .96), rgba(255, 249, 230, .78), rgba(17, 16, 13, .18));
  pointer-events: none;
}

.zayit-sales-hero-grid,
.zayit-archive-hero-grid,
.zayit-checkout-hero .zayit-wrap {
  position: relative;
  z-index: 1;
}

.zayit-sales-hero-grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 52px;
  align-items: center;
  padding: 60px 0;
}

.zayit-sales-copy h1,
.zayit-archive-hero h1,
.zayit-checkout-hero h1 {
  margin: 16px 0;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.7vw, 78px);
  font-weight: 700;
  line-height: .94;
  text-transform: uppercase;
}

.zayit-sales-copy p,
.zayit-archive-hero p,
.zayit-checkout-hero p {
  max-width: 620px;
  margin: 0;
  color: #5e5549;
  font-size: 16px;
  line-height: 1.75;
}

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

.zayit-sales-offer div {
  padding: 18px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .75);
}

.zayit-sales-offer small {
  display: block;
  margin-bottom: 7px;
  color: var(--zayit-muted);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.zayit-sales-offer strong,
.zayit-sales-offer .amount {
  color: var(--zayit-wine);
  font-size: 24px;
  font-weight: 950;
}

.zayit-sales-cover {
  display: grid;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--zayit-shadow);
}

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

.zayit-sales-trust {
  background: #0d1726;
  color: #fff;
}

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

.zayit-sales-trust div div {
  min-height: 96px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.zayit-sales-trust b {
  display: block;
  margin-bottom: 6px;
}

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

.zayit-sales-content-grid,
.zayit-sales-close-grid,
.zayit-archive-hero-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 44px;
  align-items: center;
}

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

.zayit-sales-points article,
.zayit-path-grid div,
.zayit-page-card,
.zayit-checkout-card,
.zayit-empty-state {
  padding: 24px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: var(--zayit-surface);
  box-shadow: 0 12px 28px rgba(31, 24, 17, .06);
}

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

.zayit-sales-points h3,
.zayit-path-grid b {
  display: block;
  margin: 12px 0 8px;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.zayit-sales-points p,
.zayit-path-grid span {
  color: var(--zayit-muted);
  font-size: 13px;
  line-height: 1.65;
}

.zayit-sales-path {
  background: #fff;
}

.zayit-sales-close {
  padding: 76px 0;
  background: linear-gradient(120deg, #10223f, #8a1238);
  color: #fff;
}

.zayit-sales-close h2,
.zayit-sales-close p {
  color: #fff;
}

.zayit-sales-close p {
  color: #d7deea;
}

.zayit-sales-close .zayit-btn-share,
.zayit-sales-close .zayit-btn-share:visited,
.zayit-sales-close .zayit-btn-share:hover,
.zayit-sales-close .zayit-btn-share:focus {
  border-color: rgba(255, 208, 95, .55);
  background: #fff7d5;
  color: #5f102c !important;
}

.zayit-sales-close .zayit-btn-share span,
.zayit-sales-close .zayit-btn-share svg {
  color: #5f102c !important;
}

.zayit-sales-close-cover {
  display: grid;
  place-items: center;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

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

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

.zayit-archive-stack img {
  position: absolute;
  width: 168px;
  border-radius: 4px;
  box-shadow: 0 22px 44px rgba(25, 17, 9, .25);
}

.zayit-archive-stack img:nth-child(1) { left: 8px; top: 90px; transform: rotate(-8deg); }
.zayit-archive-stack img:nth-child(2) { left: 122px; top: 20px; z-index: 2; }
.zayit-archive-stack img:nth-child(3) { left: 248px; top: 100px; transform: rotate(7deg); }
.zayit-archive-stack img:nth-child(4) { left: 92px; top: 206px; z-index: 3; }

.zayit-archive-collections {
  padding: 14px 0;
  background: var(--zayit-ink);
}

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

.zayit-archive-tabs a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.zayit-checkout-hero {
  padding: 68px 0;
}

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

.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: #fff !important;
  border-color: var(--zayit-line) !important;
}

.zayit-checkout-card h2,
.zayit-checkout-card h3,
.zayit-checkout-card th,
.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: 700;
  letter-spacing: 0;
}

.zayit-checkout-card input,
.zayit-checkout-card textarea,
.zayit-checkout-card select {
  min-height: 44px;
  border-radius: 8px !important;
  border-color: #d7c7ad !important;
  background: #fff !important;
  color: #06140d !important;
  -webkit-text-fill-color: #06140d !important;
}

.zayit-checkout-card input::placeholder,
.zayit-checkout-card textarea::placeholder {
  color: #746b5d !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #746b5d !important;
}

.zayit-checkout-card input:-webkit-autofill,
.zayit-checkout-card input:-webkit-autofill:hover,
.zayit-checkout-card input:-webkit-autofill:focus {
  -webkit-text-fill-color: #06140d !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

.zayit-checkout-card .select2-container--default .select2-selection--single,
.zayit-checkout-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #06140d !important;
  -webkit-text-fill-color: #06140d !important;
}

.zayit-checkout-card .select2-container--default .select2-selection--single {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  border-color: #d7c7ad !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.zayit-checkout-card .button,
.zayit-checkout-card button,
.zayit-checkout-card .checkout-button,
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;
}

.zayit-checkout-card .wd-social-login,
.zayit-checkout-card .login-goo-link,
.zayit-checkout-card .wd-login-divider {
  display: none !important;
}

.zayit-checkout-card .wd-registration-page {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.zayit-checkout-card .wd-registration-page .col-register {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.zayit-checkout-card .wd-registration-page .col-register-text {
  display: none !important;
}

.zayit-checkout-card .woocommerce-form-register.register {
  display: block !important;
}

body.zayit-account-document .zayit-checkout-card h2,
body.zayit-account-document .zayit-checkout-card h3,
body.zayit-account-document .zayit-checkout-card label,
body.zayit-account-document .zayit-checkout-card .woocommerce-form__label span,
body.zayit-account-document .zayit-checkout-card .required,
body.zayit-account-document .zayit-checkout-card .woocommerce-privacy-policy-text,
body.zayit-account-document .zayit-checkout-card .woocommerce-privacy-policy-text p,
body.zayit-account-document .zayit-checkout-card .lost_password a,
body.zayit-account-document .zayit-checkout-card .woocommerce-LostPassword a {
  color: var(--zayit-ink) !important;
  -webkit-text-fill-color: var(--zayit-ink) !important;
}

body.zayit-account-document .zayit-checkout-card .woocommerce-form-login,
body.zayit-account-document .zayit-checkout-card .woocommerce-form-register {
  color: var(--zayit-ink) !important;
}

body.zayit-account-document .zayit-checkout-card input[type="checkbox"] {
  min-height: 16px;
  width: 16px;
  accent-color: var(--zayit-gold);
}

.zayit-affiliate-shell {
  padding: 76px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 189, 47, .22), transparent 34%),
    linear-gradient(180deg, #fff5df, #fffdf7);
}

.zayit-affiliate-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: 24px;
  align-items: start;
}

.zayit-affiliate-card,
.zayit-affiliate-fallback {
  padding: 26px;
  border: 1px solid var(--zayit-line);
  border-radius: 8px;
  background: var(--zayit-surface);
  box-shadow: var(--zayit-shadow);
}

.zayit-affiliate-card h2 {
  margin: 12px 0 18px;
  color: var(--zayit-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1;
}

.zayit-affiliate-card p,
.zayit-affiliate-fallback p {
  color: var(--zayit-muted);
  line-height: 1.75;
}

.zayit-page-card {
  max-width: 980px;
  margin: 0 auto;
}

.zayit-page-card p,
.zayit-page-card li,
.zayit-checkout-card .woocommerce {
  color: var(--zayit-text);
  line-height: 1.75;
}

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

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

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;
}

@media (max-width: 1080px) {
  .zayit-hero-slide,
  .zayit-store-hero-grid,
  .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,
  .zayit-affiliate-grid {
    grid-template-columns: 1fr;
  }

  .zayit-nav-actions {
    justify-content: space-between;
  }

  .zayit-nav {
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 12px;
  }

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

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

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

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

  .zayit-menu-bar nav {
    min-height: 40px;
    gap: 18px;
    padding: 0 14px;
    font-size: 11px;
  }

  .zayit-topbar-track {
    min-height: 40px;
    animation-duration: 18s;
  }

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

  .zayit-header {
    position: static;
  }

  .zayit-nav {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    padding: 8px 0 10px;
    row-gap: 10px;
  }

  .zayit-search-form {
    min-height: 52px;
    padding: 0 14px;
  }

  .zayit-brand b {
    font-size: 20px;
  }

  .zayit-account-link {
    display: none;
  }

  .zayit-cart {
    min-height: 46px;
    padding: 0 14px;
    gap: 8px;
    font-size: 11px;
  }

  .zayit-cart span {
    min-width: 24px;
    height: 24px;
  }

  .zayit-store-hero-grid {
    min-height: auto;
    padding: 38px 0;
  }

  .zayit-hero-slide h1,
  .zayit-hero-slide h2,
  .zayit-sales-copy h1,
  .zayit-archive-hero h1,
  .zayit-checkout-hero h1 {
    font-size: 40px;
  }

  .zayit-hero-carousel {
    min-height: 680px;
  }

  .zayit-hero-slide {
    min-height: 640px;
    gap: 22px;
  }

  .zayit-hero-book {
    min-height: 300px;
    padding: 16px;
  }

  .zayit-hero-book img {
    max-height: 280px;
  }

  .zayit-benefits .zayit-wrap,
  .zayit-product-grid,
  .zayit-collection-grid,
  .zayit-specs,
  .zayit-salon-list,
  .zayit-footer-grid,
  .zayit-sales-offer,
  .zayit-sales-trust .zayit-wrap,
  .zayit-sales-points,
  .zayit-path-grid,
  .zayit-checkout-card .wd-registration-page {
    grid-template-columns: 1fr;
  }

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

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

  .zayit-signature-cover {
    min-height: 330px;
  }

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

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

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