/** Shopify CDN: Minification failed

Line 998:2 Unexpected "#"
Line 998:4 Unexpected "{"
Line 998:24 Expected ":"
Line 999:2 Unexpected "#"
Line 999:4 Unexpected "{"
Line 999:24 Expected ":"
Line 1000:2 Unexpected "#"
Line 1000:4 Unexpected "{"
Line 1000:24 Expected ":"
Line 1001:2 Unexpected "#"
... and 35 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:vidar-booking (INDEX:63) */
.vbk {
    position: relative;
    background: var(--vbk-bg);
    color: var(--vbk-text);
    text-align: center;
    overflow: hidden;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  }
  .vbk__bg { position: absolute; inset: 0; z-index: 0; }
  .vbk__bgimg { width: 100%; height: 100%; object-fit: cover; display: block; }
  .vbk__scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.55); }
  .vbk__inner {
    position: relative; z-index: 1;
    width: min(880px, 92vw);
    margin: 0 auto;
    padding: 88px 0 96px;
  }
  .vbk__kicker {
    margin: 0 0 14px;
    font-size: 13px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
    opacity: 0.8;
  }
  .vbk__heading {
    margin: 0 0 18px;
    font-family: "Aramis", "Cormorant Garamond", Georgia, serif;
    font-size: 48px; font-weight: 500; line-height: 1.12;
  }
  .vbk__subheading {
    margin: 0 auto 34px;
    max-width: 620px;
    font-size: 17px; font-weight: 300; line-height: 1.6;
    opacity: 0.9;
  }
  .vbk__subheading p { margin: 0 0 10px; }
  .vbk__btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 52px; padding: 0 46px;
    font-size: 15px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
    color: #0d0d0d; text-decoration: none;
    background: #fff; border: 1.5px solid #fff; border-radius: 0;
    transition: background .15s ease, color .15s ease;
  }
  .vbk__btn:hover { background: transparent; color: #fff; }
  .vbk__embed {
    margin: 8px auto 0;
    max-width: 820px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
  }
  @media screen and (max-width: 749px) {
    .vbk__inner { padding: 60px 0 66px; }
    .vbk__heading { font-size: 34px; }
    .vbk__subheading { font-size: 15px; }
  }
/* END_SECTION:vidar-booking */

/* START_SECTION:vidar-collection-nav (INDEX:64) */
.vidar-collection-nav {
    padding: 0 0 28px;
  }

  .vidar-collection-nav__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .vidar-collection-nav__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 16px;
  }

  .vidar-collection-nav__btn {
    display: inline-flex;
    align-items: stretch;
    width: min(100%, 270px);
    min-height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .vidar-collection-nav__btn:hover,
  .vidar-collection-nav__btn:focus-visible {
    background: #000;
    color: #fff;
  }

  .vidar-collection-nav__label {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    text-align: center;
  }

  .vidar-collection-nav__icon {
    flex: 0 0 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #000;
  }

  .vidar-collection-nav__btn:hover .vidar-collection-nav__icon,
  .vidar-collection-nav__btn:focus-visible .vidar-collection-nav__icon {
    border-left-color: #fff;
  }

  .vidar-collection-nav__icon svg {
    width: 1.35em;
    height: auto;
    fill: currentColor;
  }

  @media screen and (max-width: 749px) {
    .vidar-collection-nav {
      padding-bottom: 20px;
    }

    .vidar-collection-nav__grid {
      gap: 10px;
    }

    .vidar-collection-nav__btn {
      width: calc(50% - 5px);
      font-size: 12px;
    }

    .vidar-collection-nav__label {
      padding: 8px 10px;
    }

    .vidar-collection-nav__icon {
      flex-basis: 34px;
      width: 34px;
    }
  }
/* END_SECTION:vidar-collection-nav */

/* START_SECTION:vidar-consult-band (INDEX:66) */
.vcb { text-align: center; padding: 10px 16px 26px; background: #fff; }
  .vcb__btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 46px; padding: 0 44px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px; font-weight: 400; letter-spacing: 0.04em;
    color: #000; text-decoration: none; text-transform: uppercase;
    border: 1.5px solid #000; border-radius: 0; background: transparent;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
  }
  .vcb__btn:hover { background: #000; color: #fff; }

  .vcd[hidden] { display: none; }
  .vcd {
    position: fixed; inset: 0; z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  }
  .vcd__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.55); }
  .vcd__dialog {
    position: relative; z-index: 1;
    width: min(520px, 100%); max-height: 90vh; overflow-y: auto;
    background: #fff; padding: 40px 44px 34px; border-radius: 2px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  }
  .vcd__close {
    position: absolute; top: 14px; right: 16px;
    width: 32px; height: 32px; padding: 0;
    background: none; border: 0; cursor: pointer;
    font-size: 26px; line-height: 1; color: #1c1c1c;
  }
  .vcd__title {
    margin: 0 0 22px; text-align: center;
    font-size: 26px; font-weight: 400; color: #1c1c1c;
  }
  .vcd__field { display: block; margin-bottom: 16px; }
  .vcd__label {
    display: block; margin-bottom: 6px;
    font-size: 12px; font-weight: 500; letter-spacing: 0.06em;
    text-transform: uppercase; color: #1c1c1c;
  }
  .vcd__field input,
  .vcd__field textarea {
    width: 100%; box-sizing: border-box;
    border: 1px solid #cfcac0; background: #fff;
    padding: 11px 12px; border-radius: 0;
    font-family: inherit; font-size: 14px; font-weight: 300; color: #1c1c1c;
  }
  .vcd__field input:focus,
  .vcd__field textarea:focus { outline: none; border-color: #1c1c1c; }
  .vcd .vcd__submit {
    display: block; width: 100%; margin-top: 6px;
    padding: 14px; border: 1px solid #1c1c1c; background: #1c1c1c;
    color: #fff; font-size: 14px; font-weight: 500; letter-spacing: 0.06em;
    text-transform: uppercase; cursor: pointer; line-height: 1.2;
    transition: background .15s ease, color .15s ease;
  }
  .vcd .vcd__submit:hover { background: #fff; color: #1c1c1c; }
  .vcd__or {
    display: flex; align-items: center; gap: 14px;
    margin: 22px 0; color: #8a8a8a; font-size: 13px; letter-spacing: 0.08em;
  }
  .vcd__or::before, .vcd__or::after {
    content: ""; flex: 1; height: 1px; background: #e2ddd3;
  }
  .vcd__alt { display: flex; gap: 12px; }
  .vcd__alt-btn {
    flex: 1; text-align: center; text-decoration: none;
    padding: 13px 10px; border: 1px solid #1c1c1c; border-radius: 0;
    font-size: 13px; font-weight: 500; letter-spacing: 0.05em;
    text-transform: uppercase; cursor: pointer;
    transition: background .15s ease, color .15s ease;
  }
  .vcd__alt-btn--outline { background: #fff; color: #1c1c1c; }
  .vcd__alt-btn--outline:hover { background: #1c1c1c; color: #fff; }
  .vcd__alt-btn--solid { background: #1c1c1c; color: #fff; }
  .vcd__alt-btn--solid:hover { background: #fff; color: #1c1c1c; }
  .vcd__success { text-align: center; font-size: 16px; font-weight: 300; padding: 12px 0 6px; }
  .vcd__errors { color: #8a1f1f; margin-bottom: 16px; font-size: 14px; }

  @media screen and (max-width: 480px) {
    .vcd__dialog { padding: 34px 22px 26px; }
    .vcd__title { font-size: 22px; }
    .vcd__alt { flex-direction: column; }
  }
/* END_SECTION:vidar-consult-band */

/* START_SECTION:vidar-custom-form (INDEX:68) */
.vidar-form-section { padding: 64px 16px 56px; font-family: "Roboto", "Helvetica Neue", Arial, sans-serif; }
  .vf-form-wrap { max-width: 980px; margin: 0 auto; text-align: center; }
  .vf-form-wrap .vf-form { text-align: left; }
  @media (min-width: 720px) {
    form#vidar-custom-form { margin: 0 auto; width: min(520px, 100%); }
  }
  .vf-form__heading { text-align: center; font-weight: 200; letter-spacing: 0.02em; font-size: clamp(26px, 2.5vw, 32px); margin: 0 0 12px; }
  .vf-form__lead { text-align: center; max-width: 760px; margin: 0 auto; font-size: 16px; font-weight: 500; color: #000; }
  .vf-form__subnote { text-align: center; margin: 4px 0 24px; font-size: 14px; opacity: 0.85; }

  .vf-steps { list-style: none; display: flex; align-items: center; justify-content: center; gap: 0; padding: 0; margin: 28px auto 32px; max-width: 600px; }
  .vf-step { position: relative; flex: 1; display: flex; justify-content: center; }
  .vf-step:not(:last-child)::after { content: ''; position: absolute; top: 50%; left: 50%; right: -50%; height: 1px; background: #111; }
  .vf-step__icon {
    width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #111;
    border: 1px solid #111; display: inline-flex; align-items: center; justify-content: center;
    position: relative; z-index: 1;
  }
  .vf-step__icon svg { width: 16px; height: 16px; }
  .vf-step.is-active .vf-step__icon { background: #e0bf60; color: #111; }
  .vf-step.is-done   .vf-step__icon { background: #111; color: #e0bf60; }

  .vf-step__title { text-align: center; font-weight: 700; letter-spacing: 0.06em; font-size: clamp(20px, 2vw, 26px); margin: 0 0 24px; text-transform: uppercase; }

  .vf-form { display: block; }
  .vf-step-panel[hidden] { display: none !important; }

  .vf-grid { display: grid; gap: 20px; }
  /* WP measurement-2 stacks all fields in one centered column */
  .vf-grid--2 { grid-template-columns: 1fr; }

  .vf-field { display: block; margin-bottom: 20px; }
  .vf-label { display: block; font-weight: 500; font-size: 16px; margin-bottom: 8px; text-align: center; }
  .vf-field input[type="text"],
  .vf-field input[type="email"],
  .vf-field input[type="tel"],
  .vf-field input[type="url"],
  .vf-field input[type="date"],
  .vf-field select,
  .vf-field textarea {
    width: 100%; box-sizing: border-box; padding: 8px 16px; min-height: 40px;
    border: 0; background: #fff; color: #111; text-align: center;
    font: inherit; font-size: 15px; border-radius: 0;
  }
  .vf-field input::placeholder,
  .vf-field textarea::placeholder { text-align: center; color: #7a7a7a; }
  .vf-field textarea { resize: vertical; min-height: 110px; text-align: start; }
  .vf-field select { text-align: center; text-align-last: center; }

  .vf-field--radio label { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 0; }
  .vf-field--radio legend { padding: 0; margin-bottom: 12px; width: 100%; text-align: center; }
  .vf-field--radio { border: 0; padding: 0; margin-bottom: 20px; }

  .vf-field--swatch { border: 0; padding: 0; }
  .vf-swatches { display: flex; flex-wrap: wrap; gap: 16px; }
  .vf-swatch { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; background: #fff; }
  .vf-swatch input { position: absolute; opacity: 0; pointer-events: none; }
  .vf-swatch:has(input:checked) { border-color: #111; }
  .vf-swatch__dot { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); }
  .vf-swatch__dot--two { background: linear-gradient(135deg, #dddddd 0 50%, #e0bf60 50% 100%); }

  .vf-actions { display: flex; justify-content: center; align-items: center; margin-top: 28px; gap: 16px; }
  .vf-actions > span:empty { display: none; }
  .vf-btn {
    display: inline-flex !important; align-items: center; gap: 0;
    padding: 0 !important;
    background: #000 !important; background-color: #000 !important;
    color: #fff !important; border: 0 !important;
    cursor: pointer; font: inherit; font-size: 15px; font-weight: 400; letter-spacing: 0.02em;
    text-transform: none; min-width: 0; justify-content: center;
    text-decoration: none; appearance: none; border-radius: 0;
  }
  .vf-btn > span {
    display: inline-flex; align-items: center; justify-content: center;
    align-self: stretch; padding: 0 14px; border-left: 1px solid rgba(255,255,255,0.9);
    font-size: 18px; line-height: 1;
  }
  .vf-btn--prev > span { border-left: 0; border-right: 1px solid rgba(255,255,255,0.9); }
  .vf-btn--next, .vf-btn--prev, .vf-btn--submit { min-height: 44px; }
  .vf-btn--next { padding-left: 34px !important; }
  .vf-btn--prev { padding-right: 34px !important; }
  .vf-btn--submit { padding-inline: 40px !important; }
  .vf-btn--next > span { margin-left: 22px; }
  .vf-btn--prev > span { margin-right: 22px; }
  .vf-btn:hover { background: #222 !important; }
  .vf-btn--submit { background: #e0bf60 !important; color: #111 !important; }
  .vf-btn--submit:hover { background: #c8a849 !important; }

  .vf-consent { font-size: 13px; margin: 12px 0 0; }
  .vf-consent label { display: inline-flex; gap: 8px; align-items: flex-start; }

  .vf-errors { background: #fde6e6; color: #8a1818; padding: 12px 16px; border-radius: 4px; margin-bottom: 20px; }
  .vf-errors p { margin: 4px 0; }
  .vf-success { text-align: center; padding: 40px 0; }
  .vf-success h3 { font-size: 28px; margin: 0 0 12px; }
/* END_SECTION:vidar-custom-form */

/* START_SECTION:vidar-footer (INDEX:69) */
.vf-col__title {
    font-family: 'GTStandard-M';
}
  .vidar-footer { background: #fff; color: #111; padding: 60px 0 24px; position: relative; overflow: hidden;
                  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif; }
  .vidar-footer ul, .vidar-footer p, .vidar-footer label, .vidar-footer input, .vidar-footer button { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; }
  .vf-container { max-width: 1400px; margin: 0 auto; padding: 0 32px; position: relative; }

  /* TOP */
  .vf-top { display: grid; grid-template-columns: 2.5fr 1fr 0.7fr; gap: 32px; align-items: start; position: relative; }
  .vf-newsletter__title { font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif; font-weight: 500; font-size: clamp(28px, 2.8vw, 40px); margin: 0 0 16px; line-height: 1.1; white-space: nowrap; }
  .vf-newsletter__title em { font-style: italic; font-weight: 500; }
  .vf-newsletter__title br { display: none; }
  .vf-newsletter__title .vf-em { font-style: normal; margin-left: 4px; }
  @media (max-width: 1180px) { .vf-newsletter__title { white-space: normal; } .vf-newsletter__title br { display: block; } }
  .vf-newsletter__lead { font-weight: 700; margin: 14px 0 8px; font-size: 15px; }
  .vf-newsletter__list { list-style: none; padding: 0; margin: 8px 0 20px; }
  .vf-newsletter__list li { display: flex; align-items: center; gap: 14px; padding: 5px 0; font-size: 14px; }
  .vf-bullet { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
  .vf-bullet em { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: 24px; line-height: 1; color: #111; }
  .vf-form { max-width: 460px; }
  .vf-form__label { display: block; font-weight: 700; font-size: 13px; margin-bottom: 6px; color: #777; }
  .vf-form__row { display: grid; grid-template-columns: 1fr auto; gap: 0; }
  .vf-form__input { padding: 13px 14px; border: 1px solid #c9c9c9; font: inherit; outline: none; }
  .vf-form__submit { width: 56px; border: 1px solid #c9c9c9; background: #fff; cursor: pointer; font-size: 22px; line-height: 1; border-left: 0; }
  .vf-form__submit:hover { background: #111; color: #fff; }
  .vf-form__agree { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; margin-top: 10px; }

  .vf-contact__title { font-weight: 700; letter-spacing: 0.08em; font-size: 18px; margin: 0 0 22px; }
  .vf-contact__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
  .vf-contact__list a { display: inline-flex; align-items: center; gap: 14px; color: inherit; text-decoration: none; font-size: 15px; }
  .vf-contact__list a:hover { text-decoration: underline; }
  .vf-cicon { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; color: #111; flex: 0 0 32px; }
  .vf-cicon svg { width: 100%; height: 100%; }
  .vf-cicon--sq { background: #111; color: #fff; border-radius: 2px; padding: 4px; }
  .vf-cicon--sq svg { width: 20px; height: 20px; }

  .vf-wordmark { position: absolute; right: 0; top: -20px; bottom: -60px; display: flex; justify-content: flex-end; align-items: stretch; pointer-events: none; }
  .vf-wordmark img { height: 100%; max-height: 720px; width: auto; object-fit: contain; }

  /* Spinning brand mark */
  .vf-spinlogo { position: absolute; left: 18px; bottom: 360px; width: 120px; height: 120px; pointer-events: none; }
  .vf-spinlogo__center { width: 100%; height: 100%; object-fit: contain; animation: vfSpin 18s linear infinite; }
  @keyframes vfSpin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
  @media (prefers-reduced-motion: reduce) { .vf-spinlogo__center { animation: none; } }

  .vf-divider { border: 0; border-top: 1px solid #ddd; margin: 36px 0 50px; }

  /* COLUMNS — with vertical dividers between */
  .vf-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding-left: 160px; }
  .vf-col { padding: 0 32px; position: relative; }
  .vf-col:first-child { padding-left: 0; }
  .vf-col:not(:last-child)::after { content: ''; position: absolute; top: 6px; bottom: 6px; right: 0; width: 1px; background: #ddd; }
  .vf-col__title { font-weight: 700; letter-spacing: 0.08em; font-size: 14px; margin: 0 0 18px; }
  .vf-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
  .vf-col a { color: #555; text-decoration: none; font-size: 14px; }
  .vf-col a:hover { color: #111; text-decoration: underline; }

  /* TRUST ROW — large logos centered */
  .vf-trust-row { display: flex; justify-content: center; align-items: center; gap: 80px; margin: 40px 0 36px; flex-wrap: wrap; padding-top: 36px; border-top: 1px solid #ddd; }
  .vf-trust-row img { height: 96px; width: auto; object-fit: contain; }

  /* UTILITY LINKS */
  .vf-utility { list-style: none; padding: 22px 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 48px; border-top: 1px solid #eee; }
  .vf-utility a { color: #777; text-decoration: none; font-size: 14px; font-family: inherit; letter-spacing: 0.02em; }
  .vf-utility a:hover { color: #111; text-decoration: underline; }

  /* PAYMENT ROW — full-bleed black bar */
  .vf-pay-bar { background: #000; color: #fff; margin: 10px -90px; padding: 18px 32px; }
  .vf-pay-bar__inner { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
  .vf-pay-row__label { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; color: #fff; font-family: inherit; }
  .vf-pay-row__label svg { width: 22px; height: 22px; }
  .vf-pay-row__cards { display: flex; gap: 8px; flex-wrap: wrap; }
  .vf-pay-card { display: inline-flex; align-items: center; justify-content: center; padding: 6px 15px; min-width: 78px; height: 44px; background: #fff; border-radius: 4px; }
  .vf-pay-card img { max-height: 26px; max-width: 80px; width: auto; height: auto; }

  /* CREDITS */
  .vf-credits { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #777; padding: 16px 0 0; gap: 16px; flex-wrap: wrap; }
  .vf-credits p { margin: 0; }

    img[alt="WeddingWire"] {
    max-width: 148px;
    max-height: 120px;
    margin-top: -20px;
}

.vf-trust-row img {
    height: 115px;
    width: auto;
    object-fit: contain;
    max-width: 150px;
}

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    .vf-top { grid-template-columns: 1fr 1fr; }
    .vf-wordmark { grid-column: 1 / -1; justify-content: center; }
    .vf-wordmark img { max-height: 220px; }
    .vf-cols { padding-left: 0; grid-template-columns: repeat(2, 1fr); }
    .vf-spinlogo { display: none; }
  }
  @media (max-width: 720px) {
    
    .trust_link {
    display: flex;
}
.trust_link {
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
.trust_link .vf-trust-row {
    width: 50%;
}
.trust_link ul.vf-utility {
    flex-direction: column;
    width: 50%;
    gap: 10px;
    align-items: center;
    border:0px;
}
    .vidar-footer { padding: 32px 0 16px; }
    .vf-container { padding: 0 16px; }
    .vf-top { grid-template-columns: 1fr; gap: 24px; }
    .vf-cols { grid-template-columns: 1fr; gap: 20px; }
    .vf-trust-row { gap: 24px; }
    .vf-trust-row img { height: 40px; }
    .vf-credits { flex-direction: column; align-items: flex-start; }

    .vf-wordmark {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    pointer-events: none;
    }

    .vf-trust-row img {
    height: 108px;
    width: auto;
    object-fit: contain;
}

img[alt="WeddingWire"] {
    margin-top: -5px;
}

.vf-trust-row {
    display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0 0;
        flex-wrap: wrap;
        padding-top: 10px;
        border-top: 0px solid #ddd;
        gap: 0;
        padding-bottom: 10px;
}

.vf-col:not(:last-child)::after
{
  display:none;
}

.vf-col:first-child {
    padding: 0 0px;
}


    .vf-cols :where(ol,ul):not(.unstyled-list) li {
    padding-inline-start: 0;
    }
.vf-cols .vf-col {
    padding: 0 5px;
    position: relative;
    width: calc(50% - 5px);
    border: 0px;
}
.vf-cols .vf-col li a {
    font-size: 11px;
    line-height: 1.3;
    display: block;
}
.vf-divider {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 30px 0 30px;
}
.vf-cols {
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 20px;
    }

    .vf-pay-bar {
    background: #000;
    color: #fff;
    margin: 10px -16px;
    padding: 18px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.vf-pay-bar__inner {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    color: #ffffff;
    padding: 7px 0 10px 0;
}
.vf-pay-row__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #BCBFC3;
    font-family: 'Roboto';
}
  }
/* END_SECTION:vidar-footer */

/* START_SECTION:vidar-have-it-all (INDEX:70) */
.vidar-have-it-all {
    position: relative;
    background-image: var(--vha-bg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0 120px;
    margin-top: 48px;
    overflow: hidden;
  }

  .vidar-have-it-all__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px 48px;
    align-items: center;
    max-width: 1200px;
  }

  .vidar-have-it-all__copy {
    max-width: 520px;
  }

  .vidar-have-it-all__heading {
    margin: 0 0 14px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
    font-weight: 100;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #58595b;
  }

  .vidar-have-it-all__body {
    margin: 0 0 12px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #58595b;
  }

  .vidar-have-it-all__body p {
    margin: 0;
  }

  .vidar-have-it-all__highlight {
    margin: 0 0 22px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
  }

  .vidar-have-it-all__btn {
    display: inline-flex;
    align-items: stretch;
    max-width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 1.5px solid #000;
    background: transparent;
    color: #000;
    text-decoration: none;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .vidar-have-it-all__btn:hover,
  .vidar-have-it-all__btn:focus-visible {
    background: #000;
    color: #fff;
  }

  .vidar-have-it-all__btn-label {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 10px 18px;
  }

  .vidar-have-it-all__btn-icon {
    flex: 0 0 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1.5px solid #000;
  }

  .vidar-have-it-all__btn:hover .vidar-have-it-all__btn-icon,
  .vidar-have-it-all__btn:focus-visible .vidar-have-it-all__btn-icon {
    border-left-color: #fff;
  }

  .vidar-have-it-all__btn-icon svg {
    width: 1.15em;
    height: auto;
    fill: currentColor;
  }

  .vidar-have-it-all__media {
    position: relative;
    min-height: 360px;
  }

  .vidar-have-it-all__logo {
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: 3;
    width: clamp(110px, 28%, 160px);
    height: auto;
    pointer-events: none;
  }

  .vidar-have-it-all__collage {
    position: relative;
    margin-left: 8%;
    margin-top: 24px;
  }

  .vidar-have-it-all__img-main {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin-left: auto;
  }

  .vidar-have-it-all__img-inset {
    position: absolute;
    left: -6%;
    bottom: -12%;
    z-index: 2;
    width: clamp(140px, 42%, 240px);
    height: auto;
    box-shadow: 0 8px 24px rgb(0 0 0 / 12%);
  }

  @media screen and (max-width: 999px) {
    .vidar-have-it-all {
      background-image: var(--vha-bg-mobile);
      padding: 48px 0 72px;
      margin-top: 32px;
    }

    .vidar-have-it-all__inner {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    .vidar-have-it-all__copy {
      max-width: none;
      order: 1;
    }

    .vidar-have-it-all__media {
      order: 2;
      min-height: 0;
      max-width: 520px;
      margin: 0 auto;
    }

    .vidar-have-it-all__logo {
      top: -24px;
      left: 0;
      width: 120px;
    }

    .vidar-have-it-all__collage {
      margin-left: 0;
      margin-top: 36px;
    }

    .vidar-have-it-all__img-main {
      margin-left: 0;
      max-width: none;
    }

    .vidar-have-it-all__img-inset {
      left: 4%;
      bottom: -8%;
    }

    .vidar-have-it-all__btn {
      width: 100%;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 699px) {
    .vidar-have-it-all__heading {
      font-size: 22px;
    }

    .vidar-have-it-all__btn-label {
      padding: 10px 14px;
    }
  }
/* END_SECTION:vidar-have-it-all */

/* START_SECTION:vidar-instagram (INDEX:71) */
.vidar-insta { padding: 56px 0 48px; }
  .vidar-insta__header { text-align: center; padding: 0 24px 28px; }
  .vidar-insta__kicker { letter-spacing: 0.3em; text-transform: uppercase; font-size: 12px; margin: 0 0 8px; opacity: 0.7; }
  .vidar-insta__title { font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif; font-style: italic; font-weight: 400; font-size: clamp(28px, 4vw, 44px); margin: 0; }
  .vidar-insta__handle { display: inline-block; margin-top: 10px; color: inherit; text-decoration: none; opacity: 0.7; font-size: 14px; }
  .vidar-insta__handle:hover { opacity: 1; text-decoration: underline; }

  /* Track: horizontal row, snap, hides scrollbar */
  .vidar-insta__track {
    list-style: none; margin: 0; padding: 0 24px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; -ms-overflow-style: none;
  }
  .vidar-insta__track::-webkit-scrollbar { display: none; }

  /* Desktop: 5 cards visible, no scroll */
  @media (min-width: 1024px) {
    .vidar-insta__track {
      grid-auto-flow: unset;
      grid-template-columns: repeat(5, 1fr);
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 32px;
      overflow: visible;
    }
  }

  .vidar-insta__tile {
    position: relative;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #1a1a1a;
    scroll-snap-align: start;
    border-radius: 2px;
  }
  .vidar-insta__link { display: block; width: 100%; height: 100%; color: inherit; text-decoration: none; position: relative; }
  .vidar-insta__media { width: 100%; height: 100%; object-fit: cover; display: block; }
  .vidar-insta__placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); }

  /* Play badge */
  .vidar-insta__play {
    position: absolute; top: 12px; left: 12px;
    width: 36px; height: 36px;
    color: #fff;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
    z-index: 2;
    pointer-events: none;
  }
  .vidar-insta__play svg { width: 100%; height: 100%; }

  /* Bottom overlay text */
  .vidar-insta__overlay {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 56px 16px 18px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    text-align: center;
    color: #fff;
  }
  .vidar-insta__name { margin: 0 0 4px; font-family: 'Allura', 'Great Vibes', 'Pinyon Script', cursive; font-weight: 400; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.1; }
  .vidar-insta__sub { margin: 0 0 4px; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: clamp(13px, 1.1vw, 15px); line-height: 1.25; opacity: 0.95; }
  .vidar-insta__byline { margin: 4px 0 0; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 12px; opacity: 0.85; letter-spacing: 0.05em; }

  /* CTA */
  .vidar-insta__cta-wrap { text-align: center; margin-top: 28px; }
  .vidar-insta__cta {
    display: inline-block; padding: 14px 36px;
    border: 1px solid currentColor;
    color: inherit; text-decoration: none;
    letter-spacing: 0.15em; text-transform: uppercase; font-size: 12px;
  }
  .vidar-insta__cta:hover { background: rgba(255,255,255,0.1); }
/* END_SECTION:vidar-instagram */

/* START_SECTION:vidar-product-specs (INDEX:75) */
.vps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .vps__media { position: relative; min-height: 100%; }
  .vps__img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    position: absolute; inset: 0;
  }
  .vps__panel {
    background: #F5F1E9;
    padding: 28px 48px 28px 40px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  }
  .vps__item { border-bottom: 1px solid rgba(0,0,0,0.08); }
  .vps__item:last-child { border-bottom: 0; }
  .vps__title {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; cursor: pointer; list-style: none;
    font-size: 16px; font-weight: 500; color: #1c1c1c;
    padding: 16px 0;
  }
  .vps__title::-webkit-details-marker { display: none; }
  .vps__chev {
    flex: 0 0 auto; width: 9px; height: 9px;
    border-right: 1.5px solid #1c1c1c; border-bottom: 1.5px solid #1c1c1c;
    transform: rotate(45deg); transition: transform .2s ease;
    margin-top: -4px;
  }
  .vps__item[open] .vps__chev { transform: rotate(225deg); margin-top: 4px; }
  .vps__content {
    padding: 0 0 18px;
    font-size: 14px; font-weight: 300; line-height: 1.65; color: #58595B;
  }
  .vps__content p { margin: 0 0 10px; }
  @media screen and (max-width: 899px) {
    .vps { grid-template-columns: 1fr; }
    .vps__media { min-height: 240px; }
    .vps__img { position: relative; height: 240px; }
    .vps__panel { padding: 20px 20px 24px; }
  }
/* END_SECTION:vidar-product-specs */

/* START_SECTION:vidar-text-video (INDEX:77) */
.vtv { background: #fff; padding: 56px 24px; }
  .vtv__inner {
    max-width: 1216px; margin-inline: auto;
    display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    gap: 48px; align-items: center;
  }
  .vtv__cursive {
    font-family: 'Aramis', 'Cormorant Garamond', Georgia, serif;
    font-style: italic; font-weight: 400;
    font-size: clamp(30px, 3vw, 40px); line-height: 1.15;
    color: #1c1c1c; margin: 0 0 4px;
    letter-spacing: 0; text-transform: none;
  }
  .vtv__dash {
    display: inline-block; width: 46px; height: 2px; background: #000;
    margin-left: 16px; vertical-align: middle;
  }
  .vtv__caps {
    font-family: 'Saudagar', 'Cormorant Garamond', Georgia, serif;
    font-size: 28px; font-weight: 300; line-height: 1.1;
    color: #1c1c1c; margin: 0 0 20px;
    letter-spacing: 0.01em;
  }
  .vtv__body,
  .vtv__body p {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px; font-weight: 300; line-height: 1.7; color: #333;
  }
  .vtv__body p { margin: 0 0 14px; }
  .vtv__video { width: 100%; display: block; background: #000; aspect-ratio: 16 / 9; }
  @media screen and (max-width: 899px) {
    .vtv { padding: 40px 20px; }
    .vtv__inner { grid-template-columns: 1fr; gap: 28px; }
  }
/* END_SECTION:vidar-text-video */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:vidar-options (INDEX:154) */
.vidar-options { display: flex; flex-direction: column; gap: 16px; margin: 16px 0; }
  .vidar-options__row { display: flex; flex-direction: column; gap: 6px; }
  .vidar-options__row-header { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .vidar-options__label { font-weight: 600; font-size: 0.95rem; }
  .vidar-options__helper-link {
    font-size: 0.85rem;
    font-style: italic;
    white-space: nowrap;
    width: fit-content;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
  }
  .vidar-options__input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--color-input-border, #ccc);
    border-radius: var(--input-border-radius, 0);
    background: var(--color-input-background, #fff);
    color: var(--color-input-text, currentColor);
    font: inherit;
  }
  .vidar-options__swatches { display: flex; gap: 12px; flex-wrap: wrap; }
  .vidar-options__swatch { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; padding: 4px 8px; border: 1px solid transparent; border-radius: 999px; }
  .vidar-options__swatch:has(input:checked) { border-color: currentColor; }
  .vidar-options__swatch input { position: absolute; opacity: 0; pointer-events: none; }
  .vidar-options__swatch-dot { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.15); display: inline-block; }
  .vidar-options__swatch-label { font-size: 0.85rem; }
  .vidar-options__note { font-size: 0.8rem; opacity: 0.7; }

  #{{ ring_size_modal_id | escape }} .ring-size-popup { max-width: 760px; margin: 0 auto; text-align: center; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__title { font-size: clamp(1.2rem, 1.45vw, 1.55rem); font-weight: 500; margin: 0 0 0.35rem; letter-spacing: 0.006em; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__lead { font-size: clamp(0.9rem, 1vw, 1rem); line-height: 1.32; margin: 0; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__sublead { font-size: clamp(0.9rem, 0.98vw, 1rem); font-weight: 600; margin: 0.8rem 0 0.75rem; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__details { border: 1px solid rgb(var(--border-color)); text-align: left; max-width: 520px; margin: 0 auto; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__summary { list-style: none; cursor: pointer; padding: 1rem 1rem 1.1rem; display: grid; position: relative; text-align: center; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__summary::-webkit-details-marker { display: none; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__summary-heading { font-size: clamp(1rem, 1.2vw, 1.25rem); letter-spacing: 0.012em; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__summary-subheading { font-family: var(--heading-font-family); font-style: italic; font-size: clamp(1.2rem, 1.45vw, 1.5rem); line-height: 1.1; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__summary-icon { position: absolute; inset-inline-end: 1rem; top: 50%; width: 0.9rem; height: 0.9rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-60%) rotate(45deg); transition: transform 0.2s ease; opacity: 0.7; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__details[open] .ring-size-popup__summary-icon { transform: translateY(-25%) rotate(-135deg); }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__form-wrap { padding: 0 1.25rem 1.25rem; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__form-wrap label { font-size: 0.85rem; color: rgb(var(--text-color) / 0.7); }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__footer { margin: 0.75rem 0 0; font-size: clamp(0.86rem, 0.95vw, 0.96rem); color: rgb(var(--text-color) / 0.55); text-align: center; }
  #{{ ring_size_modal_id | escape }} .ring-size-popup__footer .link { font-size: inherit; color: rgb(var(--text-color)); text-decoration-thickness: 1px; }
/* END_SNIPPET:vidar-options */

/* START_SNIPPET:vidar-rating-badge (INDEX:155) */
.vidar-rating-badge {
    display: inline-flex; align-items: center; gap: 8px;
    color: inherit; text-decoration: none;
    margin: 4px 0;
  }
  .vidar-rating-badge__stars { color: #e9c441; letter-spacing: 2px; font-size: 16px; }
  .vidar-rating-badge__count { font-size: 13px; opacity: 0.8; text-decoration: underline; }
/* END_SNIPPET:vidar-rating-badge */