{"product_id":"sacred-legacy-collection","title":"Sacred Legacy Collection","description":"\u003cstyle\u003e  #sacred-legacy-collection {    --sl-ink: #24201c;    --sl-muted: #6f665d;    --sl-gold: #a77b38;    --sl-gold-light: #d8bd85;    --sl-ivory: #faf7f1;    --sl-cream: #f1eadf;    --sl-blue: #26384e;    --sl-burgundy: #65312f;    --sl-border: rgba(83, 67, 48, 0.16);    --sl-shadow: 0 18px 50px rgba(41, 31, 20, 0.10);    width: 100%;    max-width: 880px;    margin: 0 auto;    color: var(--sl-ink);    font-family: Arial, Helvetica, sans-serif;    line-height: 1.65;    overflow: hidden;  }  #sacred-legacy-collection,  #sacred-legacy-collection * {    box-sizing: border-box;  }  #sacred-legacy-collection img {    display: block;    width: 100%;    height: auto;    border: 0;  }  #sacred-legacy-collection h1,  #sacred-legacy-collection h2,  #sacred-legacy-collection h3,  #sacred-legacy-collection p {    margin-top: 0;  }  #sacred-legacy-collection a {    color: inherit;  }  \/* Hero *\/  #sacred-legacy-collection .sl-hero {    position: relative;    padding: 64px 34px 58px;    text-align: center;    overflow: hidden;    border-radius: 26px;    background:      radial-gradient(circle at 50% 0%, rgba(216, 189, 133, 0.24), transparent 44%),      linear-gradient(145deg, #172231 0%, #283a4f 55%, #192330 100%);    color: #fff;  }  #sacred-legacy-collection .sl-hero::before,  #sacred-legacy-collection .sl-hero::after {    content: \"\";    position: absolute;    border: 1px solid rgba(216, 189, 133, 0.25);    border-radius: 50%;    pointer-events: none;  }  #sacred-legacy-collection .sl-hero::before {    width: 250px;    height: 250px;    top: -155px;    left: -90px;  }  #sacred-legacy-collection .sl-hero::after {    width: 320px;    height: 320px;    right: -190px;    bottom: -210px;  }  #sacred-legacy-collection .sl-eyebrow {    position: relative;    z-index: 1;    display: inline-flex;    align-items: center;    gap: 9px;    margin-bottom: 18px;    color: #ead8b3;    font-size: 12px;    font-weight: 700;    letter-spacing: 2.2px;    text-transform: uppercase;  }  #sacred-legacy-collection .sl-eyebrow::before,  #sacred-legacy-collection .sl-eyebrow::after {    content: \"\";    width: 28px;    height: 1px;    background: rgba(234, 216, 179, 0.65);  }  #sacred-legacy-collection .sl-hero h1 {    position: relative;    z-index: 1;    max-width: 680px;    margin: 0 auto 18px;    color: #fff;    font-family: Georgia, \"Times New Roman\", serif;    font-size: clamp(34px, 6vw, 58px);    line-height: 1.06;    font-weight: 500;    letter-spacing: -1.3px;  }  #sacred-legacy-collection .sl-hero-text {    position: relative;    z-index: 1;    max-width: 650px;    margin: 0 auto;    color: rgba(255, 255, 255, 0.82);    font-size: clamp(15px, 2vw, 18px);  }  #sacred-legacy-collection .sl-hero-link {    position: relative;    z-index: 1;    display: inline-flex;    align-items: center;    justify-content: center;    min-height: 48px;    margin-top: 28px;    padding: 12px 25px;    border: 1px solid rgba(234, 216, 179, 0.75);    border-radius: 999px;    color: #fff;    text-decoration: none;    font-size: 13px;    font-weight: 700;    letter-spacing: 0.7px;    transition:      transform 0.25s ease,      background 0.25s ease,      color 0.25s ease;  }  #sacred-legacy-collection .sl-hero-link:hover {    transform: translateY(-2px);    background: #ead8b3;    color: #1f2d3d;  }  \/* Intro *\/  #sacred-legacy-collection .sl-intro {    padding: 55px 28px 34px;    text-align: center;  }  #sacred-legacy-collection .sl-section-label {    display: block;    margin-bottom: 10px;    color: var(--sl-gold);    font-size: 12px;    font-weight: 800;    letter-spacing: 2px;    text-transform: uppercase;  }  #sacred-legacy-collection .sl-intro h2,  #sacred-legacy-collection .sl-section-heading h2 {    margin-bottom: 16px;    font-family: Georgia, \"Times New Roman\", serif;    font-size: clamp(28px, 4.5vw, 42px);    line-height: 1.18;    font-weight: 500;    letter-spacing: -0.6px;  }  #sacred-legacy-collection .sl-intro p {    max-width: 670px;    margin: 0 auto;    color: var(--sl-muted);    font-size: 16px;  }  #sacred-legacy-collection .sl-symbol-row {    display: flex;    justify-content: center;    flex-wrap: wrap;    gap: 9px;    margin-top: 25px;  }  #sacred-legacy-collection .sl-symbol-row span {    padding: 8px 13px;    border: 1px solid var(--sl-border);    border-radius: 999px;    background: var(--sl-ivory);    color: #62584f;    font-size: 12px;    font-weight: 700;  }  \/* Product designs *\/  #sacred-legacy-collection .sl-designs {    padding: 20px 16px 48px;  }  #sacred-legacy-collection .sl-section-heading {    max-width: 680px;    margin: 0 auto 30px;    padding: 0 12px;    text-align: center;  }  #sacred-legacy-collection .sl-section-heading p {    color: var(--sl-muted);    margin-bottom: 0;  }  #sacred-legacy-collection .sl-design-card {    display: grid;    grid-template-columns: minmax(0, 1.08fr) minmax(270px, 0.92fr);    align-items: stretch;    margin-bottom: 28px;    overflow: hidden;    border: 1px solid var(--sl-border);    border-radius: 24px;    background: #fff;    box-shadow: var(--sl-shadow);  }  #sacred-legacy-collection .sl-design-card:nth-child(even) .sl-design-image {    order: 2;  }  #sacred-legacy-collection .sl-design-card:nth-child(even) .sl-design-copy {    order: 1;  }  #sacred-legacy-collection .sl-design-image {    position: relative;    min-height: 100%;    overflow: hidden;    background: #e9e3d9;  }  #sacred-legacy-collection .sl-design-image img {    height: 100%;    min-height: 430px;    object-fit: cover;    transition: transform 0.65s cubic-bezier(.2,.75,.25,1);  }  #sacred-legacy-collection .sl-design-card:hover .sl-design-image img {    transform: scale(1.035);  }  #sacred-legacy-collection .sl-number {    position: absolute;    top: 16px;    left: 16px;    display: inline-flex;    align-items: center;    justify-content: center;    width: 42px;    height: 42px;    border: 1px solid rgba(255, 255, 255, 0.72);    border-radius: 50%;    background: rgba(24, 29, 34, 0.68);    color: #fff;    font-family: Georgia, \"Times New Roman\", serif;    font-size: 15px;    backdrop-filter: blur(8px);  }  #sacred-legacy-collection .sl-design-copy {    display: flex;    flex-direction: column;    justify-content: center;    padding: 38px 34px;    background:      radial-gradient(circle at 100% 0%, rgba(216, 189, 133, 0.15), transparent 40%),      #fff;  }  #sacred-legacy-collection .sl-meaning {    display: inline-flex;    align-self: flex-start;    margin-bottom: 15px;    padding: 6px 11px;    border-radius: 999px;    background: #f3ecdf;    color: #846124;    font-size: 11px;    font-weight: 800;    letter-spacing: 1.1px;    text-transform: uppercase;  }  #sacred-legacy-collection .sl-design-copy h3 {    margin-bottom: 5px;    color: var(--sl-ink);    font-family: Georgia, \"Times New Roman\", serif;    font-size: clamp(26px, 3.6vw, 35px);    line-height: 1.15;    font-weight: 500;  }  #sacred-legacy-collection .sl-design-subtitle {    margin-bottom: 18px;    color: var(--sl-gold);    font-size: 13px;    font-weight: 800;    letter-spacing: 1.4px;    text-transform: uppercase;  }  #sacred-legacy-collection .sl-design-copy p {    margin-bottom: 18px;    color: var(--sl-muted);    font-size: 15px;  }  #sacred-legacy-collection .sl-message {    position: relative;    margin: 0;    padding: 16px 16px 16px 19px;    border-left: 2px solid var(--sl-gold-light);    background: var(--sl-ivory);    color: #514941;    font-family: Georgia, \"Times New Roman\", serif;    font-size: 15px;    font-style: italic;    line-height: 1.55;  }  \/* Collection value *\/  #sacred-legacy-collection .sl-value {    margin: 4px 16px 48px;    padding: 48px 28px;    border-radius: 26px;    background: linear-gradient(145deg, #f8f3eb, #ede3d5);    text-align: center;  }  #sacred-legacy-collection .sl-value h2 {    max-width: 620px;    margin: 0 auto 28px;    font-family: Georgia, \"Times New Roman\", serif;    font-size: clamp(27px, 4vw, 39px);    line-height: 1.2;    font-weight: 500;  }  #sacred-legacy-collection .sl-value-grid {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 14px;  }  #sacred-legacy-collection .sl-value-card {    padding: 25px 17px;    border: 1px solid rgba(83, 67, 48, 0.13);    border-radius: 18px;    background: rgba(255, 255, 255, 0.7);  }  #sacred-legacy-collection .sl-value-icon {    display: flex;    align-items: center;    justify-content: center;    width: 46px;    height: 46px;    margin: 0 auto 14px;    border-radius: 50%;    background: var(--sl-blue);    color: #fff;    font-family: Georgia, \"Times New Roman\", serif;    font-size: 20px;  }  #sacred-legacy-collection .sl-value-card h3 {    margin-bottom: 8px;    font-family: Georgia, \"Times New Roman\", serif;    font-size: 19px;    font-weight: 500;  }  #sacred-legacy-collection .sl-value-card p {    margin-bottom: 0;    color: var(--sl-muted);    font-size: 13px;    line-height: 1.55;  }  \/* Emotional quote *\/  #sacred-legacy-collection .sl-quote {    margin: 0 16px 48px;    padding: 52px 30px;    border-radius: 26px;    background:      linear-gradient(rgba(29, 38, 49, 0.93), rgba(29, 38, 49, 0.93)),      radial-gradient(circle at top right, #8b6c3e, transparent 50%);    text-align: center;    color: #fff;  }  #sacred-legacy-collection .sl-quote-mark {    margin-bottom: 8px;    color: var(--sl-gold-light);    font-family: Georgia, \"Times New Roman\", serif;    font-size: 54px;    line-height: 0.8;  }  #sacred-legacy-collection .sl-quote blockquote {    max-width: 680px;    margin: 0 auto 16px;    font-family: Georgia, \"Times New Roman\", serif;    font-size: clamp(22px, 3.7vw, 32px);    line-height: 1.35;  }  #sacred-legacy-collection .sl-quote p {    margin-bottom: 0;    color: rgba(255, 255, 255, 0.7);    font-size: 13px;    letter-spacing: 1.5px;    text-transform: uppercase;  }  \/* Accordions *\/  #sacred-legacy-collection .sl-details {    padding: 0 16px 56px;  }  #sacred-legacy-collection .sl-details-title {    margin-bottom: 22px;    text-align: center;    font-family: Georgia, \"Times New Roman\", serif;    font-size: clamp(26px, 4vw, 36px);    font-weight: 500;  }  #sacred-legacy-collection details {    margin-bottom: 11px;    overflow: hidden;    border: 1px solid var(--sl-border);    border-radius: 15px;    background: #fff;  }  #sacred-legacy-collection summary {    position: relative;    padding: 18px 50px 18px 19px;    cursor: pointer;    list-style: none;    color: var(--sl-ink);    font-size: 14px;    font-weight: 800;  }  #sacred-legacy-collection summary::-webkit-details-marker {    display: none;  }  #sacred-legacy-collection summary::after {    content: \"+\";    position: absolute;    top: 50%;    right: 19px;    transform: translateY(-50%);    color: var(--sl-gold);    font-size: 24px;    font-weight: 400;    transition: transform 0.25s ease;  }  #sacred-legacy-collection details[open] summary::after {    transform: translateY(-50%) rotate(45deg);  }  #sacred-legacy-collection .sl-detail-content {    padding: 0 19px 19px;    color: var(--sl-muted);    font-size: 14px;  }  #sacred-legacy-collection .sl-detail-content p {    margin-bottom: 0;  }  \/* Final CTA *\/  #sacred-legacy-collection .sl-final {    margin: 0 16px 12px;    padding: 45px 27px;    border: 1px solid var(--sl-border);    border-radius: 26px;    background: #fff;    text-align: center;    box-shadow: var(--sl-shadow);  }  #sacred-legacy-collection .sl-final h2 {    margin-bottom: 13px;    font-family: Georgia, \"Times New Roman\", serif;    font-size: clamp(28px, 4.5vw, 42px);    line-height: 1.2;    font-weight: 500;  }  #sacred-legacy-collection .sl-final p {    max-width: 620px;    margin: 0 auto;    color: var(--sl-muted);    font-size: 15px;  }  #sacred-legacy-collection .sl-final-line {    width: 70px;    height: 2px;    margin: 24px auto 0;    background: linear-gradient(90deg, transparent, var(--sl-gold), transparent);  }  @media (max-width: 720px) {    #sacred-legacy-collection {      line-height: 1.6;    }    #sacred-legacy-collection .sl-hero {      padding: 50px 21px 45px;      border-radius: 20px;    }    #sacred-legacy-collection .sl-hero h1 {      font-size: 38px;      letter-spacing: -0.8px;    }    #sacred-legacy-collection .sl-hero-text {      font-size: 15px;    }    #sacred-legacy-collection .sl-intro {      padding: 43px 19px 26px;    }    #sacred-legacy-collection .sl-designs {      padding: 16px 10px 38px;    }    #sacred-legacy-collection .sl-section-heading {      margin-bottom: 23px;    }    #sacred-legacy-collection .sl-design-card {      display: flex;      flex-direction: column;      margin-bottom: 20px;      border-radius: 19px;    }    #sacred-legacy-collection .sl-design-card:nth-child(even) .sl-design-image,    #sacred-legacy-collection .sl-design-card:nth-child(even) .sl-design-copy {      order: initial;    }    #sacred-legacy-collection .sl-design-image img {      min-height: 0;      aspect-ratio: 1 \/ 1;      object-fit: cover;    }    #sacred-legacy-collection .sl-design-copy {      padding: 27px 21px 25px;    }    #sacred-legacy-collection .sl-design-copy h3 {      font-size: 29px;    }    #sacred-legacy-collection .sl-value {      margin: 0 10px 38px;      padding: 38px 17px;      border-radius: 20px;    }    #sacred-legacy-collection .sl-value-grid {      grid-template-columns: 1fr;    }    #sacred-legacy-collection .sl-value-card {      display: grid;      grid-template-columns: 46px 1fr;      column-gap: 14px;      padding: 18px;      text-align: left;    }    #sacred-legacy-collection .sl-value-icon {      grid-row: 1 \/ 3;      margin: 0;    }    #sacred-legacy-collection .sl-value-card h3 {      margin: 0 0 5px;    }    #sacred-legacy-collection .sl-quote {      margin: 0 10px 38px;      padding: 43px 20px;      border-radius: 20px;    }    #sacred-legacy-collection .sl-details {      padding: 0 10px 43px;    }    #sacred-legacy-collection .sl-final {      margin: 0 10px 8px;      padding: 39px 20px;      border-radius: 20px;    }  }  @media (prefers-reduced-motion: reduce) {    #sacred-legacy-collection *,    #sacred-legacy-collection *::before,    #sacred-legacy-collection *::after {      scroll-behavior: auto !important;      transition: none !important;    }  }\u003c\/style\u003e\u003csection id=\"sacred-legacy-collection\"\u003e  \u003c!-- Hero --\u003e  \u003cdiv class=\"sl-hero\"\u003e    \u003cdiv class=\"sl-eyebrow\"\u003eSacred Legacy Collection\u003c\/div\u003e    \u003ch1\u003eCarry a Symbol of Faith Wherever Life Leads\u003c\/h1\u003e    \u003cp class=\"sl-hero-text\"\u003e      Six meaningful designs inspired by courage, love, grace, guidance,      renewal and family—created for the moments when faith speaks louder      than words.    \u003c\/p\u003e      \u003c\/div\u003e  \u003c!-- Introduction --\u003e  \u003cdiv class=\"sl-intro\"\u003e    \u003cspan class=\"sl-section-label\"\u003eMore Than a Writing Instrument\u003c\/span\u003e    \u003ch2\u003eA Daily Reminder of What You Believe\u003c\/h2\u003e    \u003cp\u003e      Some objects are chosen for their beauty. Others remain with us because      of what they represent. The Sacred Legacy Collection brings these two      ideas together in a meaningful pen designed to accompany prayers,      reflections, signatures and everyday moments.    \u003c\/p\u003e    \u003cdiv class=\"sl-symbol-row\"\u003e      \u003cspan\u003eCourage\u003c\/span\u003e      \u003cspan\u003eLove\u003c\/span\u003e      \u003cspan\u003eGrace\u003c\/span\u003e      \u003cspan\u003eGuidance\u003c\/span\u003e      \u003cspan\u003eHope\u003c\/span\u003e      \u003cspan\u003eFamily\u003c\/span\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- Six Designs --\u003e  \u003cdiv class=\"sl-designs\" id=\"sl-six-designs\"\u003e    \u003cdiv class=\"sl-section-heading\"\u003e      \u003cspan class=\"sl-section-label\"\u003eChoose Your Symbol\u003c\/span\u003e      \u003ch2\u003eSix Designs, Six Stories of Faith\u003c\/h2\u003e      \u003cp\u003e        Each edition carries its own message. Choose the one that reflects        your journey—or the person you want to honor.      \u003c\/p\u003e    \u003c\/div\u003e    \u003c!-- 01 St. Michael --\u003e    \u003carticle class=\"sl-design-card\"\u003e      \u003cdiv class=\"sl-design-image\"\u003e        \u003cspan class=\"sl-number\"\u003e01\u003c\/span\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_19_23_18_34_1.png?v=1784519573\" alt=\"St. Michael Collector's Edition Christian Pen Gift Set\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"sl-design-copy\"\u003e        \u003cspan class=\"sl-meaning\"\u003eCourage \u0026amp; Protection\u003c\/span\u003e        \u003ch3\u003eSt. Michael\u003c\/h3\u003e        \u003cdiv class=\"sl-design-subtitle\"\u003eThe Guardian\u003c\/div\u003e        \u003cp\u003e          Inspired by the strength of Saint Michael the Archangel, this          powerful design represents courage in the face of darkness and the          confidence to keep moving forward when the road becomes difficult.        \u003c\/p\u003e        \u003cdiv class=\"sl-message\"\u003e          A meaningful choice for someone who protects others, faces life          bravely or needs a reminder that courage is never carried alone.        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/article\u003e    \u003c!-- 02 Sacred Heart --\u003e    \u003carticle class=\"sl-design-card\"\u003e      \u003cdiv class=\"sl-design-image\"\u003e        \u003cspan class=\"sl-number\"\u003e02\u003c\/span\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_19_23_18_34_2.png?v=1784519573\" alt=\"Sacred Heart of Jesus Collector's Edition Christian Pen Gift Set\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"sl-design-copy\"\u003e        \u003cspan class=\"sl-meaning\"\u003eLove \u0026amp; Mercy\u003c\/span\u003e        \u003ch3\u003eSacred Heart\u003c\/h3\u003e        \u003cdiv class=\"sl-design-subtitle\"\u003eThe Everlasting Love\u003c\/div\u003e        \u003cp\u003e          Centered around the Sacred Heart of Jesus, this edition speaks of          compassion, mercy and a love that remains present through every          season of life.        \u003c\/p\u003e        \u003cdiv class=\"sl-message\"\u003e          A heartfelt keepsake for the person whose faith is rooted in love,          forgiveness and quiet devotion.        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/article\u003e    \u003c!-- 03 Our Lady --\u003e    \u003carticle class=\"sl-design-card\"\u003e      \u003cdiv class=\"sl-design-image\"\u003e        \u003cspan class=\"sl-number\"\u003e03\u003c\/span\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_19_23_18_35_3.png?v=1784519573\" alt=\"Our Lady of Grace Collector's Edition Christian Pen Gift Set\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"sl-design-copy\"\u003e        \u003cspan class=\"sl-meaning\"\u003eGrace \u0026amp; Comfort\u003c\/span\u003e        \u003ch3\u003eOur Lady\u003c\/h3\u003e        \u003cdiv class=\"sl-design-subtitle\"\u003eThe Gentle Grace\u003c\/div\u003e        \u003cp\u003e          With serene imagery inspired by the Virgin Mary, this design          reflects tenderness, maternal comfort and the quiet strength found          in grace.        \u003c\/p\u003e        \u003cdiv class=\"sl-message\"\u003e          Especially meaningful for mothers, grandmothers, daughters and          anyone whose presence has brought comfort during uncertain times.        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/article\u003e    \u003c!-- 04 Good Shepherd --\u003e    \u003carticle class=\"sl-design-card\"\u003e      \u003cdiv class=\"sl-design-image\"\u003e        \u003cspan class=\"sl-number\"\u003e04\u003c\/span\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_19_23_18_35_4.png?v=1784519573\" alt=\"Jesus the Good Shepherd Collector's Edition Christian Pen Gift Set\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"sl-design-copy\"\u003e        \u003cspan class=\"sl-meaning\"\u003eGuidance \u0026amp; Peace\u003c\/span\u003e        \u003ch3\u003eGood Shepherd\u003c\/h3\u003e        \u003cdiv class=\"sl-design-subtitle\"\u003eThe Faithful Guide\u003c\/div\u003e        \u003cp\u003e          Jesus carrying the lamb represents guidance, care and the promise          that even when the path feels uncertain, no one is forgotten or          left behind.        \u003c\/p\u003e        \u003cdiv class=\"sl-message\"\u003e          A comforting daily companion for prayer journaling, Bible study or          anyone entering a new chapter of life.        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/article\u003e    \u003c!-- 05 Holy Spirit --\u003e    \u003carticle class=\"sl-design-card\"\u003e      \u003cdiv class=\"sl-design-image\"\u003e        \u003cspan class=\"sl-number\"\u003e05\u003c\/span\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_19_23_18_36_5.png?v=1784519573\" alt=\"Holy Spirit Dove Collector's Edition Christian Pen Gift Set\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"sl-design-copy\"\u003e        \u003cspan class=\"sl-meaning\"\u003eRenewal \u0026amp; Hope\u003c\/span\u003e        \u003ch3\u003eHoly Spirit\u003c\/h3\u003e        \u003cdiv class=\"sl-design-subtitle\"\u003eThe Light Within\u003c\/div\u003e        \u003cp\u003e          The descending dove and radiant details symbolize peace, spiritual          renewal and the unseen guidance that gives hope to the heart.        \u003c\/p\u003e        \u003cdiv class=\"sl-message\"\u003e          A beautiful choice for baptisms, confirmations, graduations and          meaningful new beginnings.        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/article\u003e    \u003c!-- 06 Holy Family --\u003e    \u003carticle class=\"sl-design-card\"\u003e      \u003cdiv class=\"sl-design-image\"\u003e        \u003cspan class=\"sl-number\"\u003e06\u003c\/span\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPTImage2026_7_19_23_18_36_6.png?v=1784519573\" alt=\"Holy Family Collector's Edition Christian Pen Gift Set\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"sl-design-copy\"\u003e        \u003cspan class=\"sl-meaning\"\u003eFaith \u0026amp; Family\u003c\/span\u003e        \u003ch3\u003eHoly Family\u003c\/h3\u003e        \u003cdiv class=\"sl-design-subtitle\"\u003eThe Heart of Home\u003c\/div\u003e        \u003cp\u003e          Mary, Joseph and the infant Jesus come together in a tender design          celebrating the love, faith and protection that make a family feel          like home.        \u003c\/p\u003e        \u003cdiv class=\"sl-message\"\u003e          A deeply meaningful gift for parents, grandparents, newlyweds and          families beginning a new journey together.        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/article\u003e  \u003c\/div\u003e  \u003c!-- Values --\u003e  \u003cdiv class=\"sl-value\"\u003e    \u003cspan class=\"sl-section-label\"\u003eCreated to Mean More\u003c\/span\u003e    \u003ch2\u003eA Keepsake for the Moments That Deserve to Be Remembered\u003c\/h2\u003e    \u003cdiv class=\"sl-value-grid\"\u003e      \u003cdiv class=\"sl-value-card\"\u003e        \u003cdiv class=\"sl-value-icon\"\u003e✦\u003c\/div\u003e        \u003ch3\u003eMeaningful Symbolism\u003c\/h3\u003e        \u003cp\u003e          Every design communicates a distinct message of faith, making your          choice feel personal rather than ordinary.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"sl-value-card\"\u003e        \u003cdiv class=\"sl-value-icon\"\u003e✧\u003c\/div\u003e        \u003ch3\u003eCollector Presentation\u003c\/h3\u003e        \u003cp\u003e          Rich visual detailing and coordinated presentation create a          memorable experience from the moment it is opened.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"sl-value-card\"\u003e        \u003cdiv class=\"sl-value-icon\"\u003e♡\u003c\/div\u003e        \u003ch3\u003eMade for Gifting\u003c\/h3\u003e        \u003cp\u003e          A thoughtful choice for birthdays, Christmas, baptisms,          confirmations, anniversaries and family milestones.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- Emotional quote --\u003e  \u003cdiv class=\"sl-quote\"\u003e    \u003cdiv class=\"sl-quote-mark\"\u003e“\u003c\/div\u003e    \u003cblockquote\u003e      The most meaningful gifts do not simply mark a moment. They remind      someone what they carry within them every day.    \u003c\/blockquote\u003e    \u003cp\u003eSacred Legacy Collection\u003c\/p\u003e  \u003c\/div\u003e  \u003c!-- FAQ \/ Interaction --\u003e  \u003cdiv class=\"sl-details\"\u003e    \u003ch2 class=\"sl-details-title\"\u003eAbout the Collection\u003c\/h2\u003e    \u003cdetails open\u003e      \u003csummary\u003eHow do I choose the right design?\u003c\/summary\u003e      \u003cdiv class=\"sl-detail-content\"\u003e        \u003cp\u003e          Think about the message you want the pen to carry. Choose Saint          Michael for courage, the Sacred Heart for love, Our Lady for grace,          the Good Shepherd for guidance, the Holy Spirit for renewal or the          Holy Family for family and home.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails\u003e      \u003csummary\u003eIs each theme a separate style option?\u003c\/summary\u003e      \u003cdiv class=\"sl-detail-content\"\u003e        \u003cp\u003e          Yes. Each of the six designs represents a separate style. Select          your preferred theme from the product options before adding it to          your cart.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails\u003e      \u003csummary\u003eWho is this collection suitable for?\u003c\/summary\u003e      \u003cdiv class=\"sl-detail-content\"\u003e        \u003cp\u003e          It is designed for Christian family members, friends, pastors,          prayer-journal users, collectors and anyone who appreciates a          meaningful everyday keepsake.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/details\u003e    \u003cdetails\u003e      \u003csummary\u003eWhat occasions is it suitable for?\u003c\/summary\u003e      \u003cdiv class=\"sl-detail-content\"\u003e        \u003cp\u003e          It makes a thoughtful gift for Christmas, birthdays, baptisms,          confirmations, graduations, weddings, anniversaries, Mother's Day,          Father's Day and other meaningful life moments.        \u003c\/p\u003e      \u003c\/div\u003e    \u003c\/details\u003e  \u003c\/div\u003e  \u003c!-- Final statement --\u003e  \u003cdiv class=\"sl-final\"\u003e    \u003cspan class=\"sl-section-label\"\u003eChoose the One That Speaks to You\u003c\/span\u003e    \u003ch2\u003eFaith Is Personal. Your Pen Can Be Too.\u003c\/h2\u003e    \u003cp\u003e      Whether chosen for yourself or given to someone you love, each Sacred      Legacy design carries a message that can remain close through every      signature, prayer, reflection and new beginning.    \u003c\/p\u003e    \u003cdiv class=\"sl-final-line\"\u003e\u003c\/div\u003e  \u003c\/div\u003e\u003c\/section\u003e","brand":"LH","offers":[{"title":"St. Michael","offer_id":64235532517745,"sku":"SZ04622607204361-1定制","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Sacred Heart","offer_id":64235532550513,"sku":"SZ04622607204361-2定制","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Our Lady","offer_id":64235532583281,"sku":"SZ04622607204361-3定制","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Good Shepherd","offer_id":64235532616049,"sku":"SZ04622607204361-4定制","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Holy Spirit","offer_id":64235532648817,"sku":"SZ04622607204361-5定制","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Holy Family","offer_id":64235532681585,"sku":"SZ04622607204361-6定制","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Sacred Collection (6PCS)","offer_id":64235532714353,"sku":"SZ04622607204361-1定制+SZ04622607204361-2定制+SZ04622607204361-3定制=SZ04622607204361-4定制SZ04622607204361-5定制SZ04622607204361-6定制","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/ChatGPTImage2026_7_19_23_18_34_2.png?v=1784551007","url":"https:\/\/viqzes.com\/products\/sacred-legacy-collection","provider":"viqzes","version":"1.0","type":"link"}