/** Shopify CDN: Minification failed

Line 230:0 All "@import" rules must come first
Line 428:0 All "@import" rules must come first
Line 487:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:zulf-veda-hero (INDEX:53) */
/* ─────────────────────────────────────────────
   Zulf Veda Hero  |  scoped to .zv-hero
   ───────────────────────────────────────────── */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=Inter:wght@400;500&display=swap');

/* ── Layout ── */
.zv-hero {
  width: 100%;
  box-sizing: border-box;
}

.zv-hero__inner {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  min-height: 480px;
}

/* ── Left Column ── */
.zv-hero__content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── Right Column ── */
.zv-hero__media {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zv-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

/* ── Eyebrow ── */
.zv-hero__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B8860B;
  margin: 0;
}

/* ── Heading ── */
.zv-hero__heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  margin: 0;
}

.zv-hero__accent {
  font-style: italic;
  font-weight: 700;
  color: #B8860B;
}

/* ── Subtext ── */
.zv-hero__subtext {
  font-family: 'Inter', sans-serif;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.7;
  color: #4a4a4a;
  max-width: 420px;
  margin: 0;
}

/* ── CTA Buttons ── */
.zv-hero__ctas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 8px;
}

.zv-hero__btn {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.22s ease;
}

/* Primary — solid black */
.zv-hero__btn--primary {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 16px 28px;
  border: 2px solid #1a1a1a;
}

.zv-hero__btn--primary:hover {
  background-color: #333;
  border-color: #333;
}

/* Ghost — text with underline */
.zv-hero__btn--ghost {
  color: #1a1a1a;
  border-bottom: 1.5px solid #1a1a1a;
  padding-bottom: 3px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}

.zv-hero__btn--ghost:hover {
  color: #B8860B;
  border-color: #B8860B;
}

/* ── Placeholder (no image) ── */
.zv-hero__img-placeholder {
  width: 100%;
  aspect-ratio: 4/5;
  background: #e8e2d9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #888;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}

.zv-hero__placeholder-svg {
  width: 60px;
  height: 60px;
  opacity: 0.3;
}

/* ─────────────────────────────────────────────
   Responsive Breakpoints
   ───────────────────────────────────────────── */

/* Tablet */
@media (max-width: 900px) {
  .zv-hero__inner {
    gap: 32px;
    padding: 0 32px;
    min-height: auto;
  }

  .zv-hero__content,
  .zv-hero__media {
    flex: 1 1 50%;
  }
}

/* Mobile — stack vertically, image below text */
@media (max-width: 640px) {
  .zv-hero__inner {
    flex-direction: column;
    padding: 0 20px;
    gap: 32px;
  }

  .zv-hero__content,
  .zv-hero__media {
    flex: unset;
    width: 100%;
  }

  .zv-hero__media {
    order: 2;           /* image goes below on mobile */
  }

  .zv-hero__content {
    order: 1;
    text-align: left;
    gap: 16px;
  }

  .zv-hero__subtext {
    max-width: 100%;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .zv-hero__btn { transition: none; }
}
/* END_SECTION:zulf-veda-hero */

/* START_SECTION:zulf-veda-how-to-use (INDEX:54) */
/* ─────────────────────────────────────────────────
   Zulf Veda — How to Use  |  scoped to .zv-how
   ───────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;500&display=swap');

/* ── Wrapper ── */
.zv-how {
  width: 100%;
  box-sizing: border-box;
}

.zv-how__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ── Header ── */
.zv-how__header {
  text-align: center;
  margin-bottom: 72px;
}

/* ── Ornament ── */
.zv-how__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.zv-how__orn-line {
  display: block;
  width: 56px;
  height: 1px;
  background-color: #C4A96A;
  opacity: 0.7;
}

.zv-how__orn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.75;
}

/* ── Heading ── */
.zv-how__heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 16px;
}

/* ── Subtext (optional) ── */
.zv-how__subtext {
  font-family: 'Inter', sans-serif;
  font-size: clamp(13px, 1.4vw, 15px);
  color: #fff;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto;
}

/* ── Grid ── */
.zv-how__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 48px 32px;
  align-items: start;
}

/* ── Step Card ── */
.zv-how__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

/* ── Gold Circle ── */
.zv-how__circle {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid #C4A96A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
}

/* Number inside circle */
.zv-how__num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  color: #C4A96A;
  letter-spacing: 0.02em;
  line-height: 1;
  user-select: none;
}

/* ── Step Title ── */
.zv-how__step-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1.3;
}

/* ── Step Description ── */
.zv-how__step-desc {
  font-family: 'Inter', sans-serif;
  font-size: clamp(13px, 1.3vw, 14.5px);
  color: #fff;
  line-height: 1.75;
  margin: 0;
  max-width: 280px;
}

/* ── Empty state ── */
.zv-how__empty {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  grid-column: 1 / -1;
  padding: 40px 0;
}

/* ─────────────────────────────────────────────
   Responsive
   ───────────────────────────────────────────── */

/* Tablet */
@media (max-width: 900px) {
  .zv-how__inner {
    padding: 0 32px;
  }

  .zv-how__header {
    margin-bottom: 52px;
  }

  .zv-how__grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px 24px;
  }
}

/* Mobile — single column */
@media (max-width: 600px) {
  .zv-how__inner {
    padding: 0 20px;
  }

  .zv-how__header {
    margin-bottom: 40px;
  }

  .zv-how__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Add subtle divider between steps on mobile */
  .zv-how__step:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #E8E2D9;
  }

  .zv-how__circle {
    width: 76px;
    height: 76px;
  }

  .zv-how__num {
    font-size: 19px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .zv-how__circle {
    transition: none;
  }
}
/* END_SECTION:zulf-veda-how-to-use */

/* START_SECTION:zulf-veda-ritual (INDEX:56) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Inter:wght@400;500;600&display=swap');

.zv-ritual { width: 100%; box-sizing: border-box; }
.zv-ritual__inner { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.zv-ritual__header { text-align: center; margin-bottom: 56px; }
.zv-ritual__ornament { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; }
.zv-ritual__ornament-line { display: block; width: 48px; height: 1px; background-color: #B8860B; opacity: 0.6; }
.zv-ritual__heading { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700; color: #1a1a1a; margin: 0 0 16px; letter-spacing: -0.01em; line-height: 1.2; }
.zv-ritual__subtext { font-family: 'Inter', sans-serif; font-size: clamp(13px, 1.4vw, 15px); line-height: 1.7; color: #5a5a5a; max-width: 460px; margin: 0 auto; }
.zv-ritual__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.zv-ritual__card { background: #ffffff; border: 1px solid #e8e4dc; border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.25s ease; }
.zv-ritual__card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.07); }
.zv-ritual__card-img-wrap { display: block; background-color: #E8E3D5; aspect-ratio: 4 / 3; overflow: hidden; text-decoration: none; }
.zv-ritual__card-img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 20px; box-sizing: border-box; transition: transform 0.4s ease; }
.zv-ritual__card:hover .zv-ritual__card-img { transform: scale(1.03); }
.zv-ritual__card-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.zv-ritual__placeholder-svg { width: 80px; height: 80px; opacity: 0.25; }
.zv-ritual__card-body { padding: 24px 28px 28px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.zv-ritual__step { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #B8860B; margin: 0; }
.zv-ritual__card-title { font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.5vw, 26px); font-weight: 700; color: #1a1a1a; margin: 4px 0 0; line-height: 1.25; }
.zv-ritual__card-title-link { color: inherit; text-decoration: none; }
.zv-ritual__card-title-link:hover { color: #B8860B; }
.zv-ritual__card-desc { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.65; color: #555; margin: 4px 0 0; }
.zv-ritual__card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid #e8e4dc; }
.zv-ritual__price { display: flex; flex-direction: column; gap: 2px; }
.zv-ritual__price-current { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; color: #1a1a1a; }
.zv-ritual__price-compare { font-family: 'Inter', sans-serif; font-size: 12px; color: #999; text-decoration: line-through; }

/* product-form wrapper — strip all styling */
.zv-ritual__card-footer product-form,
.zv-ritual__card-footer product-form > div,
.zv-ritual__card-footer form { margin: 0; padding: 0; display: contents; }

/* ATC Button */
.zv-ritual__atc-btn { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #1a1a1a; background: transparent; border: 1.5px solid #1a1a1a; padding: 12px 20px; cursor: pointer; transition: all 0.22s ease; white-space: nowrap; position: relative; display: inline-flex; align-items: center; justify-content: center; }
.zv-ritual__atc-btn:hover:not(:disabled) { background: #1a1a1a; color: #fff; }
.zv-ritual__atc-btn--soldout { opacity: 0.4; cursor: not-allowed; }
.zv-ritual__atc-loading { display: none; position: absolute; inset: 0; align-items: center; justify-content: center; font-size: 18px; letter-spacing: 0; }
.zv-ritual__atc-btn.loading .zv-ritual__atc-label { visibility: hidden; }
.zv-ritual__atc-btn.loading .zv-ritual__atc-loading { display: flex; }
.zv-ritual__no-blocks { font-family: 'Inter', sans-serif; font-size: 14px; color: #999; text-align: center; grid-column: 1 / -1; padding: 40px 0; }

@media (max-width: 900px) { .zv-ritual__inner { padding: 0 32px; } .zv-ritual__header { margin-bottom: 40px; } }
@media (max-width: 600px) {
  .zv-ritual__inner { padding: 0 16px; }
  .zv-ritual__grid { grid-template-columns: 1fr; gap: 20px; }
  .zv-ritual__header { margin-bottom: 32px; }
  .zv-ritual__card-body { padding: 20px; }
  .zv-ritual__card-footer { flex-wrap: wrap; gap: 14px; }
  .zv-ritual__atc-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .zv-ritual__card, .zv-ritual__card-img, .zv-ritual__atc-btn { transition: none; } }
/* END_SECTION:zulf-veda-ritual */

/* START_SECTION:zulf-veda-trust-bar (INDEX:57) */
/* ─────────────────────────────────────────────────
   Zulf Veda — Trust Bar  |  scoped to .zv-trust
   ───────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,500&family=Inter:wght@500;600&display=swap');

/* ── Wrapper ── */
.zv-trust {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* ── Shared item layout ── */
.zv-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Gold italic label (100%, NO, EST., COD) ── */
.zv-trust__label {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(13px, 1.4vw, 15px);
  color: #C4A96A;
  letter-spacing: 0.03em;
  line-height: 1;
  flex-shrink: 0;
}

/* ── Uppercase body text ── */
.zv-trust__text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(9px, 1vw, 10.5px);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E8DFC8;
  line-height: 1.4;
  max-width: 200px;
  white-space: normal;
}

/* ═══════════════════════════════════════
   STATIC MODE
   ═══════════════════════════════════════ */
.zv-trust__static {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 32px;
}

.zv-trust__static .zv-trust__item {
  padding: 0 32px;
  white-space: normal;
}

/* Vertical separator between items */
.zv-trust__sep {
  display: block;
  width: 1px;
  height: 28px;
  background: rgba(196,169,106,0.25);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   MARQUEE MODE
   ═══════════════════════════════════════ */
.zv-trust__marquee-wrap {
  width: 100%;
  overflow: hidden;
}

.zv-trust__marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: zv-marquee 28s linear infinite;
  gap: 0;
}

.zv-trust__marquee-track .zv-trust__item {
  padding: 0 32px;
}

/* Dot divider between marquee items */
.zv-trust__divider {
  font-size: 14px;
  color: rgba(196,169,106,0.4);
  margin-left: 32px;
  flex-shrink: 0;
}

@keyframes zv-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Pause on hover */
.zv-trust__marquee-wrap:hover .zv-trust__marquee-track {
  animation-play-state: paused;
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */

/* Tablet */
@media (max-width: 900px) {
  .zv-trust__static {
    gap: 16px 0;
    padding: 0 20px;
  }

  .zv-trust__static .zv-trust__item {
    padding: 4px 20px;
  }

  .zv-trust__sep {
    height: 22px;
  }
}

/* Mobile — hide separators, wrap to 2 col grid */
@media (max-width: 600px) {
  .zv-trust__static {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    padding: 0 16px;
  }

  .zv-trust__static .zv-trust__item {
    padding: 0 12px;
    justify-content: flex-start;
  }

  .zv-trust__sep {
    display: none;
  }

  .zv-trust__text {
    max-width: 140px;
    font-size: 9px;
  }

  /* Marquee stays as-is on mobile — already scrolls */
}

/* Reduced motion — disable marquee animation */
@media (prefers-reduced-motion: reduce) {
  .zv-trust__marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 16px;
    padding: 0 20px;
  }

  .zv-trust__divider {
    display: none;
  }
}
/* END_SECTION:zulf-veda-trust-bar */