/** Shopify CDN: Minification failed

Line 128:6 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:diamond-gallery (INDEX:18) */
@font-face {
        font-family: "Abhaya Libre";
        src: url("http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-Regular.ttf") format("truetype");
        font-weight: 400;
        font-style: normal;
      }

      .event-page {
        font-family: "Abhaya Libre", sans-serif;
        line-height: 1.7;
        margin: 0;
        padding: 0;
        background-color: #fff;
        color: #333;
      }

      .event-page .ambient-header {
        position: relative;
        overflow: hidden;
         min-height: 300px;
      height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        background-color: black;
      }

      .event-page .ambient-header::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: var(--bg-image);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        transform: scale(1);
        animation: ambientZoomDrift 90s ease-in-out infinite;
        z-index: 0;
      }

      @keyframes ambientZoomDrift {
        0% {
          background-position: center 40%;
          transform: scale(1.1);
        }
        50% {
          background-position: center 25%;
          transform: scale(1);
        }
        100% {
          background-position: center 40%;
          transform: scale(1.1);
        }
      }

      .event-page .ambient-header .overlay {
        position: relative;
        z-index: 1;
        background: linear-gradient(
          to left,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 50%

        );
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 2rem 6rem;

      }

       .event-page .ambient-header .overlay .rsvp-form {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
            color: #fff;
            height: 90%;
            width: 500px;
          }

      @media (max-width: 768px) {
        .event-page .ambient-header .overlay {
        position: relative;
        z-index: 1;
        background: linear-gradient(to left, #000000b3, #0000 50%);
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 6rem;
    }
        .event-page .ambient-header .overlay .rsvp-form {
      background: #ffffff1a;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 1rem;
      border: 1px solid rgba(255, 255, 255, .3);
      box-shadow: 0 8px 32px #1f26875e;
      color: #fff;
      height: 90%;
      width: 400px;
      padding: 1rem;
  }
  *,
      }
/* END_SECTION:diamond-gallery */

/* START_SECTION:main-name-pendant (INDEX:42) */
@font-face { font-family: 'commercialscript_btregular'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/comscrtn-webfont.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'Creampuff'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/Creampuff.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'Script MT'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/ScriptMTBold.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'brushscript_btregular'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/brushscn-webfont.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'cooper_blackregular'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/coopbl-webfont.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'calling_haeart'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/Calling_Heart.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'painter'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/painter.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'freehand521'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/Freehand521.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'notera'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/Notera.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'radicals'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/Radicals.woff2') format('woff2'); font-display: swap; }
  @font-face { font-family: 'westhouse'; src: url('https://malanijewelers.com/cdn/shop/t/2/assets/Westhouse.woff2') format('woff2'); font-display: swap; }

  :root {
    --ebony: #212121;
    --ocean-spray: #647E8C;
    --peach-blush: #FAB99A;
    --gold: #CFA96B;
    --white: #ffffff;
    --off-white: #faf9f7;
    --border: #e8e4df;
    --text-light: #8a8580;
    --font-heading: Georgia, 'Times New Roman', serif;
    --font-body: 'Open Sans', sans-serif;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html, body {
    font-family: var(--font-body);
    background: var(--white);
    color: var(--ebony);
    /* no overflow:hidden here — page must scroll to header/footer */
  }

  /* ── LAYOUT ── */
  .display-container {
    display: flex;
    height: 100vh;
    overflow: hidden;
  }

  /* Preview — fills its column, never scrolls */
  .panel-right {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--off-white);
    position: relative;
    overflow: hidden;
    border-right: 1px solid var(--border);
  }

  #preview-canvas {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    cursor: zoom-in;
  }

  /* Config — scrolls internally */
  .panel-left {
    width: 50%;
    flex-shrink: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 28px 32px;
    /* subtle inner scroll track */
    scrollbar-width: thin;
    scrollbar-color: var(--border) transparent;
  }
  .panel-left::-webkit-scrollbar { width: 4px; }
  .panel-left::-webkit-scrollbar-track { background: transparent; }
  .panel-left::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }

  /* ── ZOOM UI ── */
  .zoom-hint {
    position: absolute;
    bottom: 12px; left: 50%;
    transform: translateX(-50%);
    font-size: 10px; color: var(--text-light);
    background: rgba(255,255,255,0.85);
    padding: 4px 12px; border-radius: 20px;
    pointer-events: none; transition: opacity 0.6s; z-index: 5;
  }
  .zoom-hint.hidden { opacity: 0; }

  .zoom-badge {
    position: absolute; top: 12px; right: 12px;
    font-size: 10px; font-weight: 600;
    color: var(--ocean-spray);
    background: rgba(255,255,255,0.85);
    padding: 3px 8px; border-radius: 12px;
    pointer-events: none; transition: opacity 0.3s; z-index: 5;
  }
  .zoom-badge.hidden { opacity: 0; }

  /* ── CONFIG HEADER ── */
  .page-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
  }
  .page-header h1 {
    font-family: var(--font-heading);
    font-size: 20px; font-weight: 400;
    color: var(--ebony); letter-spacing: 0.5px;
  }
  .page-header p { font-size: 12px; color: var(--text-light); margin-top: 4px; }

  /* ── FIELDS ── */
  .field-label {
    display: block; font-size: 10px; font-weight: 600;
    letter-spacing: 1.2px; color: var(--ocean-spray);
    margin-bottom: 8px; text-transform: uppercase;
  }

  .text-input {
    width: 100%; padding: 10px 0; background: transparent;
    border: none; border-bottom: 2px solid var(--border);
    color: var(--ebony); font-size: 24px;
    font-family: var(--font-heading); font-weight: 400;
    outline: none; letter-spacing: 0.5px; transition: border-color 0.25s;
  }
  .text-input:focus { border-bottom-color: var(--gold); }
  .text-input::placeholder { color: #ccc; }
  .char-count { font-size: 10px; color: var(--text-light); margin-top: 6px; }

  .section { margin-top: 20px; }

  /* Metal select */
  .metal-select-wrap { position: relative; }
  .metal-select {
    width: 100%; padding: 10px 36px 10px 12px;
    background: var(--white); border: 1px solid var(--border);
    border-radius: 6px; color: var(--ebony);
    font-size: 13px; font-family: var(--font-body);
    outline: none; cursor: pointer;
    appearance: none; -webkit-appearance: none; transition: border-color 0.25s;
  }
  .metal-select:focus { border-color: var(--gold); }
  .metal-arrow {
    position: absolute; right: 12px; top: 50%;
    transform: translateY(-50%); pointer-events: none;
    color: var(--text-light); font-size: 9px;
  }
  .metal-swatches { display: flex; gap: 4px; margin-top: 8px; }
  .metal-swatch { width: 20px; height: 8px; border-radius: 4px; border: 1px solid rgba(0,0,0,0.06); }

  /* Chain toggle */
  .chain-toggle { display: flex; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
  .chain-btn {
    flex: 1; padding: 9px 16px; border: none;
    background: var(--white); color: var(--text-light);
    font-size: 12px; font-weight: 500; font-family: var(--font-body);
    cursor: pointer; transition: all 0.2s;
  }
  .chain-btn + .chain-btn { border-left: 1px solid var(--border); }
  .chain-btn:hover { background: var(--off-white); }
  .chain-btn.active { background: var(--ebony); color: var(--white); }

  /* Font grid — 3 columns to reduce height */
  .font-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .font-btn {
    padding: 8px 10px; border-radius: 6px;
    border: 1px solid var(--border); background: var(--white);
    cursor: pointer; text-align: left; transition: all 0.2s;
  }
  .font-btn:hover { border-color: var(--peach-blush); background: #fdf7f4; }
  .font-btn.active { border-color: var(--gold); background: #fcf8f2; box-shadow: 0 0 0 1px var(--gold); }
  .font-btn-preview {
    display: block; font-size: 16px; color: var(--ebony);
    line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .font-btn.active .font-btn-preview { color: var(--gold); }
  .font-btn-label {
    display: block; margin-top: 2px; font-size: 8px;
    color: var(--text-light); letter-spacing: 0.4px;
    text-transform: uppercase; font-family: var(--font-body);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }

  /* ── GET QUOTE BUTTON ── */
  .quote-section { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }

  .btn-quote {
    width: 100%; padding: 14px 20px;
    background: var(--ebony); color: var(--white);
    border: none; border-radius: 6px;
    font-size: 13px; font-weight: 600; letter-spacing: 0.8px;
    text-transform: uppercase; font-family: var(--font-body);
    cursor: pointer; transition: background 0.2s, transform 0.1s;
  }
  .btn-quote:hover { background: #3a3a3a; }
  .btn-quote:active { transform: scale(0.99); }
  .btn-quote:disabled { background: #aaa; cursor: not-allowed; transform: none; }

  .quote-login-hint {
    margin-top: 10px;
    font-size: 11px;
    color: var(--text-light);
    line-height: 1.5;
    text-align: center;
  }
  .quote-toast {
    display: none;
    margin-top: 14px;
    padding: 14px 16px;
    background: #f0faf3;
    border: 1px solid #b6dfc3;
    border-radius: 6px;
    font-size: 13px;
    color: #2d6a4a;
    line-height: 1.6;
  }
  .quote-toast.visible { display: block; }
  .quote-toast strong { display: block; margin-bottom: 3px; font-size: 13px; }

  @media (max-width: 768px) {
    .quote-section { margin-top: 16px; padding-top: 14px; }
    .btn-quote { padding: 13px 16px; font-size: 12px; }
  }
  @media (max-width: 768px) {
    /* no html/body overflow:hidden — page must scroll */

    .display-container {
      flex-direction: column;
      height: 100dvh; /* dynamic viewport on mobile */
    }

    /* Preview: fixed height at top, never scrolls away */
    .panel-right {
      width: 100%;
      flex: 0 0 42%; /* takes 42% of screen height */
      border-right: none;
      border-bottom: 1px solid var(--border);
      padding: 12px;
    }

    /* Config: takes remaining space, scrolls internally */
    .panel-left {
      width: 100%;
      flex: 1 1 0;
      overflow-y: auto;
      padding: 16px 18px 24px;
    }

    .page-header { margin-bottom: 14px; padding-bottom: 12px; }
    .page-header h1 { font-size: 17px; }
    .text-input { font-size: 20px; }
    .section { margin-top: 14px; }
    .font-grid { grid-template-columns: 1fr 1fr; gap: 5px; }
    .font-btn { padding: 7px 8px; }
    .font-btn-preview { font-size: 14px; }
  }

  @media (max-width: 380px) {
    .panel-right { flex: 0 0 38%; }
    .font-grid { grid-template-columns: 1fr 1fr; }
    .text-input { font-size: 18px; }
  }
/* END_SECTION:main-name-pendant */

/* START_SECTION:previous-events (INDEX:54) */
@font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-Regular.ttf')
      format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-Medium.ttf')
      format('truetype');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-SemiBold.ttf')
      format('truetype');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-Bold.ttf')
      format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Abhaya Libre';
    src: url('http://malanijewelers.myshopify.com/cdn/shop/t/2/assets/AbhayaLibre-ExtraBold.ttf')
      format('truetype');
    font-weight: 800;
    font-style: normal;
  }

  .owl-carousel {
    height: 100%;
  }

  .owl-stage-outer {
    height: 100%;
  }


  .owl-stage {
    height: 100%;
  }

  .prev_gallery_showcase {
    width: 100%;
  }

  .prev_gallery_showcase_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0rem;
  }

  .prev_gallery_showcase_header h2 {
    width: 300px;
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #372c42;
    margin: 1rem;
  }

  .prev_gallery_showcase_header hr {
    margin: 0;
    width: 303px;
    border: 1px solid rgba(100, 126, 140, 1);
    transform: rotate(-180deg);
  }

  .prev_gallery_showcase_body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .prev_gallery_showcase_body_slider {
    width: 90%;
  }

  .prev_gallery_showcase_body_slider .item {
    height: 100%;
    padding: 0 5px;
  }

  .prev-gallery {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    gap: 1rem;
    padding: 1rem;
    position: relative;
  }

  .prev-gallery.active {
    background: rgba(100, 126, 140, 1);
    color: white;
  }

  .prev-gallery.inactive::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom right,
      transparent 48%,
      white 49%,
      white 51%,
      transparent 52%
    );
    z-index: 2;
    pointer-events: none;
  }

  .prev-gallery.inactive {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
  }

  .prev-gallery h3,
  .prev-gallery span {
    padding: 0;
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .prev_gallery_showcase_header h2 {
      font-size: 16px;
    }

    .prev_gallery_showcase_header hr {
      width: 100px;
    }

    .prev_gallery_showcase_body_slider {
      width: 95%;
    }
  }

  @media screen and (max-width: 480px) {
    .prev_gallery_showcase_header h2 {
      font-size: 14px;
    }

    .prev_gallery_showcase_header hr {
      width: 80px;
    }

    .prev_gallery_showcase_body_slider {
      width: 100%;
    }
  }
/* END_SECTION:previous-events */