{"product_id":"jazz-club-luxury-beard-balm","title":"Jazz Club Luxury Beard Balm","description":"\u003cstyle\u003e\n  .jc-balm-page {\n    --jc-black: #100f0e;\n    --jc-charcoal: #27231f;\n    --jc-brown: #49382d;\n    --jc-amber: #7d5b3b;\n    --jc-cream: #f7f3eb;\n    --jc-sand: #e8ddcf;\n    --jc-gold: #b69762;\n    --jc-soft-gold: #dbc49d;\n    --jc-ink: #2a251f;\n    --jc-muted: #6d655d;\n    --jc-white: #fffdf8;\n\n    max-width: 1040px;\n    margin: 0 auto 45px;\n    color: var(--jc-ink);\n    font-family: inherit;\n  }\n\n  .jc-balm-page *,\n  .jc-balm-page *::before,\n  .jc-balm-page *::after {\n    box-sizing: border-box;\n  }\n\n  .jc-balm-page h2,\n  .jc-balm-page h3,\n  .jc-balm-page p {\n    margin-top: 0;\n  }\n\n  .jc-balm-page h2,\n  .jc-balm-page h3 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n    line-height: 1.14;\n  }\n\n  .jc-balm-page p {\n    line-height: 1.78;\n  }\n\n  .jc-balm-page section {\n    margin-bottom: 22px;\n  }\n\n  .jc-eyebrow {\n    margin-bottom: 15px;\n    color: #806846;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n  }\n\n  .jc-heading {\n    margin-bottom: 21px;\n    font-size: clamp(31px, 5vw, 48px);\n    letter-spacing: -0.025em;\n  }\n\n  .jc-button {\n    display: inline-block;\n    padding: 14px 23px;\n    border: 1px solid var(--jc-soft-gold);\n    background: var(--jc-soft-gold);\n    color: #1d1a17;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.17em;\n    line-height: 1.3;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition:\n      background 0.25s ease,\n      color 0.25s ease;\n  }\n\n  .jc-button:hover {\n    background: transparent;\n    color: var(--jc-white);\n  }\n\n  .jc-button-outline {\n    border-color: var(--jc-gold);\n    background: transparent;\n    color: var(--jc-ink);\n  }\n\n  .jc-button-outline:hover {\n    background: var(--jc-ink);\n    color: var(--jc-white);\n  }\n\n  \/* HERO *\/\n\n  .jc-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 75px 55px;\n    background:\n      radial-gradient(\n        circle at 82% 21%,\n        rgba(219, 196, 157, 0.2),\n        transparent 27%\n      ),\n      linear-gradient(\n        135deg,\n        #0f0e0d 0%,\n        #2a211c 57%,\n        #684b33 100%\n      );\n    color: var(--jc-white);\n  }\n\n  .jc-hero::before {\n    position: absolute;\n    right: 96px;\n    top: 45px;\n    width: 122px;\n    height: 122px;\n    border: 1px solid rgba(219, 196, 157, 0.13);\n    content: \"\";\n    transform: rotate(45deg);\n  }\n\n  .jc-hero::after {\n    position: absolute;\n    right: -95px;\n    bottom: -150px;\n    width: 370px;\n    height: 370px;\n    border: 1px solid rgba(219, 196, 157, 0.13);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .jc-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 760px;\n  }\n\n  .jc-hero .jc-eyebrow {\n    color: var(--jc-soft-gold);\n  }\n\n  .jc-hero h2 {\n    max-width: 740px;\n    margin-bottom: 18px;\n    color: var(--jc-white);\n    font-size: clamp(41px, 7vw, 67px);\n    letter-spacing: -0.035em;\n  }\n\n  .jc-hero-tagline {\n    margin-bottom: 24px;\n    color: var(--jc-soft-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(21px, 3vw, 29px);\n    font-style: italic;\n  }\n\n  .jc-hero p {\n    max-width: 700px;\n    margin-bottom: 29px;\n    color: rgba(255, 253, 248, 0.79);\n    font-size: 16px;\n  }\n\n  \/* BENEFITS *\/\n\n  .jc-pillars {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border: 1px solid rgba(42, 37, 31, 0.13);\n    background: var(--jc-cream);\n  }\n\n  .jc-pillar {\n    padding: 29px 24px;\n    text-align: center;\n  }\n\n  .jc-pillar + .jc-pillar {\n    border-left: 1px solid rgba(42, 37, 31, 0.13);\n  }\n\n  .jc-pillar strong {\n    display: block;\n    margin-bottom: 8px;\n    color: #5e4b31;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 20px;\n    font-weight: 400;\n  }\n\n  .jc-pillar span {\n    color: var(--jc-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* STORY *\/\n\n  .jc-story {\n    padding: 64px 55px;\n    background: var(--jc-white);\n  }\n\n  .jc-story-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);\n    gap: 58px;\n    align-items: start;\n  }\n\n  .jc-story-title {\n    position: sticky;\n    top: 25px;\n  }\n\n  .jc-story-copy p {\n    margin-bottom: 18px;\n    color: #514b45;\n    font-size: 15px;\n  }\n\n  .jc-pullquote {\n    margin-top: 29px;\n    padding: 5px 0 5px 22px;\n    border-left: 1px solid var(--jc-gold);\n    color: #594a39;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(21px, 3vw, 27px);\n    font-style: italic;\n    line-height: 1.55;\n  }\n\n  \/* FRAGRANCE *\/\n\n  .jc-fragrance {\n    padding: 65px 55px;\n    background:\n      radial-gradient(\n        circle at 84% 19%,\n        rgba(182, 151, 98, 0.17),\n        transparent 25%\n      ),\n      var(--jc-charcoal);\n    color: var(--jc-white);\n  }\n\n  .jc-fragrance-header {\n    max-width: 760px;\n    margin-bottom: 35px;\n  }\n\n  .jc-fragrance .jc-eyebrow {\n    color: var(--jc-soft-gold);\n  }\n\n  .jc-fragrance h2 {\n    color: var(--jc-white);\n  }\n\n  .jc-fragrance-header p {\n    color: rgba(255, 253, 248, 0.74);\n    font-size: 15px;\n  }\n\n  .jc-notes-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n  }\n\n  .jc-note-card {\n    padding: 29px 24px;\n    border-top: 1px solid var(--jc-gold);\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .jc-note-card span {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--jc-soft-gold);\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n  }\n\n  .jc-note-card h3 {\n    margin-bottom: 11px;\n    color: var(--jc-white);\n    font-size: 23px;\n  }\n\n  .jc-note-card p {\n    margin-bottom: 0;\n    color: rgba(255, 253, 248, 0.69);\n    font-size: 13px;\n  }\n\n  \/* PERFORMANCE *\/\n\n  .jc-performance {\n    padding: 65px 55px;\n    background: var(--jc-sand);\n  }\n\n  .jc-performance-header {\n    max-width: 770px;\n    margin-bottom: 36px;\n  }\n\n  .jc-performance-header p {\n    color: var(--jc-muted);\n    font-size: 15px;\n  }\n\n  .jc-performance-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .jc-performance-card {\n    padding: 27px 22px;\n    border-top: 1px solid var(--jc-gold);\n    background: rgba(255, 255, 255, 0.6);\n  }\n\n  .jc-performance-number {\n    display: block;\n    margin-bottom: 14px;\n    color: var(--jc-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 29px;\n  }\n\n  .jc-performance-card h3 {\n    margin-bottom: 9px;\n    font-size: 21px;\n  }\n\n  .jc-performance-card p {\n    margin-bottom: 0;\n    color: var(--jc-muted);\n    font-size: 13px;\n  }\n\n  \/* FORMULA *\/\n\n  .jc-formula {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    background: var(--jc-brown);\n    color: var(--jc-white);\n  }\n\n  .jc-formula-copy {\n    padding: 65px 55px;\n  }\n\n  .jc-formula .jc-eyebrow {\n    color: var(--jc-soft-gold);\n  }\n\n  .jc-formula h2 {\n    color: var(--jc-white);\n  }\n\n  .jc-formula-copy p {\n    color: rgba(255, 253, 248, 0.74);\n    font-size: 15px;\n  }\n\n  .jc-formula-panel {\n    display: flex;\n    align-items: center;\n    padding: 52px;\n    background:\n      radial-gradient(\n        circle at center,\n        rgba(219, 196, 157, 0.17),\n        transparent 35%\n      ),\n      #1c1815;\n  }\n\n  .jc-formula-list {\n    width: 100%;\n  }\n\n  .jc-formula-item {\n    padding: 19px 0;\n    border-bottom: 1px solid rgba(219, 196, 157, 0.18);\n  }\n\n  .jc-formula-item:last-child {\n    border-bottom: 0;\n  }\n\n  .jc-formula-item strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--jc-soft-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 21px;\n    font-weight: 400;\n  }\n\n  .jc-formula-item p {\n    margin-bottom: 0;\n    color: rgba(255, 253, 248, 0.7);\n    font-size: 13px;\n  }\n\n  \/* RITUAL *\/\n\n  .jc-ritual {\n    padding: 65px 55px;\n    background: var(--jc-white);\n  }\n\n  .jc-ritual-header {\n    margin-bottom: 36px;\n    text-align: center;\n  }\n\n  .jc-ritual-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n  }\n\n  .jc-ritual-step {\n    padding: 29px 24px;\n    border-top: 1px solid var(--jc-gold);\n    background: var(--jc-cream);\n  }\n\n  .jc-ritual-step span {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--jc-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 30px;\n  }\n\n  .jc-ritual-step h3 {\n    margin-bottom: 9px;\n    font-size: 22px;\n  }\n\n  .jc-ritual-step p {\n    margin-bottom: 0;\n    color: var(--jc-muted);\n    font-size: 13px;\n  }\n\n  \/* PERFECT FOR *\/\n\n  .jc-perfect {\n    padding: 65px 55px;\n    background: var(--jc-cream);\n  }\n\n  .jc-perfect-grid {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 52px;\n    align-items: center;\n  }\n\n  .jc-perfect-copy p {\n    color: var(--jc-muted);\n    font-size: 15px;\n  }\n\n  .jc-perfect-list {\n    padding: 30px;\n    border: 1px solid rgba(42, 37, 31, 0.13);\n    background: var(--jc-white);\n  }\n\n  .jc-perfect-item {\n    display: flex;\n    gap: 13px;\n    padding: 14px 0;\n    border-bottom: 1px solid rgba(42, 37, 31, 0.1);\n    color: #554d43;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .jc-perfect-item:last-child {\n    border-bottom: 0;\n  }\n\n  .jc-perfect-mark {\n    flex: 0 0 auto;\n    color: var(--jc-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 18px;\n  }\n\n  \/* LAYERING *\/\n\n  .jc-layering {\n    padding: 67px 55px;\n    background:\n      radial-gradient(\n        circle at 16% 20%,\n        rgba(219, 196, 157, 0.15),\n        transparent 24%\n      ),\n      linear-gradient(\n        135deg,\n        #100f0e 0%,\n        #30251e 100%\n      );\n    color: var(--jc-white);\n    text-align: center;\n  }\n\n  .jc-layering-content {\n    max-width: 740px;\n    margin: 0 auto;\n  }\n\n  .jc-layering .jc-eyebrow {\n    color: var(--jc-soft-gold);\n  }\n\n  .jc-layering h2 {\n    color: var(--jc-white);\n  }\n\n  .jc-layering p {\n    color: rgba(255, 253, 248, 0.74);\n    font-size: 15px;\n  }\n\n  .jc-layering .jc-button {\n    margin-top: 9px;\n  }\n\n  \/* FINAL *\/\n\n  .jc-final {\n    padding: 68px 42px;\n    background: var(--jc-sand);\n    text-align: center;\n  }\n\n  .jc-final h2 {\n    margin-bottom: 19px;\n    font-size: clamp(34px, 5vw, 52px);\n  }\n\n  .jc-final p {\n    max-width: 700px;\n    margin: 0 auto 28px;\n    color: var(--jc-muted);\n    font-size: 15px;\n  }\n\n  @media screen and (max-width: 850px) {\n    .jc-story-grid,\n    .jc-formula,\n    .jc-perfect-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .jc-story-title {\n      position: static;\n    }\n\n    .jc-performance-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media screen and (max-width: 700px) {\n    .jc-pillars,\n    .jc-notes-grid,\n    .jc-ritual-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .jc-pillar + .jc-pillar {\n      border-top: 1px solid rgba(42, 37, 31, 0.13);\n      border-left: 0;\n    }\n  }\n\n  @media screen and (max-width: 550px) {\n    .jc-hero,\n    .jc-story,\n    .jc-fragrance,\n    .jc-performance,\n    .jc-formula-copy,\n    .jc-formula-panel,\n    .jc-ritual,\n    .jc-perfect,\n    .jc-layering,\n    .jc-final {\n      padding-right: 23px;\n      padding-left: 23px;\n    }\n\n    .jc-hero {\n      padding-top: 58px;\n      padding-bottom: 58px;\n    }\n\n    .jc-performance-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jc-balm-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"jc-hero\"\u003e\n    \u003cdiv class=\"jc-hero-content\"\u003e\n\n      \u003cdiv class=\"jc-eyebrow\"\u003e\n        The Black Label Grooming Collection\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Jazz Club Beard Balm\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"jc-hero-tagline\"\u003e\n        Late nights. Low light. Quiet indulgence.\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        A luxury conditioning beard balm layered with warm spice, aged rum,\n        rich tobacco leaf, polished woods, smoky vanilla and amber. Jazz Club\n        softens coarse facial hair, helps tame unruly texture and provides\n        flexible control with a fragrance that feels smooth, intimate and\n        unmistakably refined.\n      \u003c\/p\u003e\n\n      \u003ca class=\"jc-button\" href=\"#jazz-club-details\"\u003e\n        Discover Jazz Club\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"jc-pillars\"\u003e\n\n    \u003cdiv class=\"jc-pillar\"\u003e\n      \u003cstrong\u003eDeep Conditioning\u003c\/strong\u003e\n      \u003cspan\u003e\n        Botanical oils help soften coarse beard hair and improve everyday\n        manageability.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jc-pillar\"\u003e\n      \u003cstrong\u003eFlexible Hold\u003c\/strong\u003e\n      \u003cspan\u003e\n        Natural waxes help shape the beard and control flyaways without\n        stiffness.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jc-pillar\"\u003e\n      \u003cstrong\u003eWarm Signature Scent\u003c\/strong\u003e\n      \u003cspan\u003e\n        Aged rum, tobacco, polished woods, smoky vanilla and amber.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003csection class=\"jc-story\" id=\"jazz-club-details\"\u003e\n\n    \u003cdiv class=\"jc-story-grid\"\u003e\n\n      \u003cdiv class=\"jc-story-title\"\u003e\n\n        \u003cdiv class=\"jc-eyebrow\"\u003e\n          The Fragrance Story\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"jc-heading\"\u003e\n          A Fragrance Built for After Dark\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jc-story-copy\"\u003e\n\n        \u003cp\u003e\n          There is a certain kind of evening that refuses to be rushed: amber\n          light falling across dark wood, the low sound of a saxophone and the\n          quiet clink of glass against a polished bar.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Jazz Club was created to capture that atmosphere. The fragrance opens\n          with warm spice and a subtle spark of bright citrus, creating an\n          introduction that feels inviting, polished and controlled.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          As it develops, aged rum and tobacco leaf bring richness and depth.\n          Smooth woods add structure, while the composition becomes warmer,\n          darker and more atmospheric.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Smoky vanilla and amber settle into the base, introducing a restrained\n          sweetness that never overwhelms the masculine character of the scent.\n          The finish is smooth, intimate and quietly commanding.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Jazz Club is more than a grooming fragrance. It is an atmosphere—a\n          moment suspended somewhere between late conversation, low light and\n          effortless confidence.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"jc-pullquote\"\u003e\n          Rich. Smooth. Commanding.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FRAGRANCE NOTES --\u003e\n  \u003csection class=\"jc-fragrance\"\u003e\n\n    \u003cdiv class=\"jc-fragrance-header\"\u003e\n\n      \u003cdiv class=\"jc-eyebrow\"\u003e\n        The Scent Profile\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"jc-heading\"\u003e\n        Aged Rum, Tobacco and Smoky Vanilla\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A warm woody-amber composition that moves from spice and citrus into\n        aged rum, tobacco leaf, polished woods, vanilla and amber.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jc-notes-grid\"\u003e\n\n      \u003carticle class=\"jc-note-card\"\u003e\n        \u003cspan\u003eTop Notes\u003c\/span\u003e\n\n        \u003ch3\u003eWarm and Inviting\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Warm spice and bright citrus create a polished opening with subtle\n          energy.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jc-note-card\"\u003e\n        \u003cspan\u003eHeart Notes\u003c\/span\u003e\n\n        \u003ch3\u003eRich and Atmospheric\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Aged rum, tobacco leaf and polished woods bring depth, warmth and\n          masculine character.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jc-note-card\"\u003e\n        \u003cspan\u003eBase Notes\u003c\/span\u003e\n\n        \u003ch3\u003eSmooth and Lasting\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Smoky vanilla and amber create a warm, subtly sweet and memorable\n          finish.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- PERFORMANCE --\u003e\n  \u003csection class=\"jc-performance\"\u003e\n\n    \u003cdiv class=\"jc-performance-header\"\u003e\n\n      \u003cdiv class=\"jc-eyebrow\"\u003e\n        Grooming Performance\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"jc-heading\"\u003e\n        Condition, Control and Refine\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Jazz Club combines nourishing beard care with light-to-medium flexible\n        hold, leaving facial hair softer, smoother and more intentionally\n        styled.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jc-performance-grid\"\u003e\n\n      \u003carticle class=\"jc-performance-card\"\u003e\n        \u003cspan class=\"jc-performance-number\"\u003e01\u003c\/span\u003e\n\n        \u003ch3\u003eSoftens\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Helps improve the texture of coarse, dry or difficult facial hair.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jc-performance-card\"\u003e\n        \u003cspan class=\"jc-performance-number\"\u003e02\u003c\/span\u003e\n\n        \u003ch3\u003eConditions\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Nourishing oils support a smoother beard and more comfortable skin\n          beneath it.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jc-performance-card\"\u003e\n        \u003cspan class=\"jc-performance-number\"\u003e03\u003c\/span\u003e\n\n        \u003ch3\u003eShapes\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Natural waxes help tame flyaways and guide the beard into place.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jc-performance-card\"\u003e\n        \u003cspan class=\"jc-performance-number\"\u003e04\u003c\/span\u003e\n\n        \u003ch3\u003eFinishes\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Leaves the beard looking healthy, polished and naturally controlled.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FORMULA --\u003e\n  \u003csection class=\"jc-formula\"\u003e\n\n    \u003cdiv class=\"jc-formula-copy\"\u003e\n\n      \u003cdiv class=\"jc-eyebrow\"\u003e\n        The Conditioning Formula\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"jc-heading\"\u003e\n        Rich Enough to Condition. Flexible Enough for Daily Wear.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Jazz Club is crafted with natural waxes, conditioning oils, aloe and\n        botanical extracts selected to help soften facial hair and improve the\n        beard’s overall feel.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Coconut, argan and sweet almond oils help nourish coarse texture and\n        support smoothness and manageability. Aloe and botanical extracts add\n        another layer of care for the skin beneath the beard.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Beeswax provides soft, flexible structure, helping tame and define the\n        beard without making it feel rigid, heavy or overly styled.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jc-formula-panel\"\u003e\n\n      \u003cdiv class=\"jc-formula-list\"\u003e\n\n        \u003cdiv class=\"jc-formula-item\"\u003e\n          \u003cstrong\u003eCoconut Oil\u003c\/strong\u003e\n          \u003cp\u003e\n            Helps condition dry beard hair and improve softness and\n            manageability.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-formula-item\"\u003e\n          \u003cstrong\u003eArgan Oil\u003c\/strong\u003e\n          \u003cp\u003e\n            Supports a smoother feel and a naturally healthy-looking finish.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-formula-item\"\u003e\n          \u003cstrong\u003eSweet Almond Oil\u003c\/strong\u003e\n          \u003cp\u003e\n            Provides lightweight conditioning care for facial hair and skin.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-formula-item\"\u003e\n          \u003cstrong\u003eBeeswax\u003c\/strong\u003e\n          \u003cp\u003e\n            Adds flexible light-to-medium hold for shaping and flyaway control.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-formula-item\"\u003e\n          \u003cstrong\u003eAloe and Botanicals\u003c\/strong\u003e\n          \u003cp\u003e\n            Help care for dry-feeling skin beneath the beard during the daily\n            grooming ritual.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003csection class=\"jc-ritual\"\u003e\n\n    \u003cdiv class=\"jc-ritual-header\"\u003e\n\n      \u003cdiv class=\"jc-eyebrow\"\u003e\n        The Black Label Ritual\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"jc-heading\"\u003e\n        How to Apply Jazz Club Beard Balm\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jc-ritual-grid\"\u003e\n\n      \u003carticle class=\"jc-ritual-step\"\u003e\n        \u003cspan\u003e01\u003c\/span\u003e\n\n        \u003ch3\u003eBegin With a Small Amount\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Remove a small amount using the back of a fingernail. Begin with less\n          and add more according to beard length and density.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jc-ritual-step\"\u003e\n        \u003cspan\u003e02\u003c\/span\u003e\n\n        \u003ch3\u003eWarm Between the Hands\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Rub the balm between the palms and fingertips until it softens and\n          distributes evenly.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"jc-ritual-step\"\u003e\n        \u003cspan\u003e03\u003c\/span\u003e\n\n        \u003ch3\u003eCondition and Shape\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Work through the beard from root to end, focusing on the mid-lengths\n          and ends before shaping with the hands or a beard comb.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003csection class=\"jc-perfect\"\u003e\n\n    \u003cdiv class=\"jc-perfect-grid\"\u003e\n\n      \u003cdiv class=\"jc-perfect-copy\"\u003e\n\n        \u003cdiv class=\"jc-eyebrow\"\u003e\n          Perfect For\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"jc-heading\"\u003e\n          The Gentleman Who Prefers Warm, After-Dark Fragrance\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Jazz Club is ideal for men who enjoy rich, smoky and subtly sweet\n          fragrances and want conditioning care with natural, flexible beard\n          control.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jc-perfect-list\"\u003e\n\n        \u003cdiv class=\"jc-perfect-item\"\u003e\n          \u003cspan class=\"jc-perfect-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eEvening wear and nights out\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-perfect-item\"\u003e\n          \u003cspan class=\"jc-perfect-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eDate nights and special occasions\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-perfect-item\"\u003e\n          \u003cspan class=\"jc-perfect-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eMedium to longer beards requiring added control\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-perfect-item\"\u003e\n          \u003cspan class=\"jc-perfect-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eCoarse, dry or unruly facial hair\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-perfect-item\"\u003e\n          \u003cspan class=\"jc-perfect-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eWarm, smoky and subtly sweet fragrance lovers\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"jc-perfect-item\"\u003e\n          \u003cspan class=\"jc-perfect-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eLayering with Jazz Club Beard Oil\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- LAYERING --\u003e\n  \u003csection class=\"jc-layering\"\u003e\n\n    \u003cdiv class=\"jc-layering-content\"\u003e\n\n      \u003cdiv class=\"jc-eyebrow\"\u003e\n        Complete the Ritual\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"jc-heading\"\u003e\n        Layer With Jazz Club Beard Oil\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Apply Jazz Club Beard Oil first to condition the facial hair and skin\n        beneath the beard. Allow it to absorb, then finish with the beard balm\n        for added softness, shape and flexible control.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Layering the matching products creates a seamless scent experience of\n        warm spice, bright citrus, aged rum, tobacco leaf, polished woods,\n        smoky vanilla and amber.\n      \u003c\/p\u003e\n\n      \u003ca class=\"jc-button\" href=\"\/products\/the-black-label-jazz-club-beard-oil\"\u003e\n        Explore Jazz Club Beard Oil\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"jc-final\"\u003e\n\n    \u003cdiv class=\"jc-eyebrow\"\u003e\n      Jazz Club\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      The Night Begins After Dark\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Conditioning care, flexible control and a warm, atmospheric fragrance\n      created for the gentleman whose confidence never needs to be announced.\n    \u003c\/p\u003e\n\n    \u003ca class=\"jc-button jc-button-outline\" href=\"#product-form\"\u003e\n      Add Jazz Club to Your Ritual\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"LuLu \u0026 Oliver","offers":[{"title":"Default Title","offer_id":44928994148422,"sku":"balm jazz club","price":21.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/files\/JazzClubBeardBalm.2.jpg?v=1776815135","url":"https:\/\/luluandoliver.com\/products\/jazz-club-luxury-beard-balm","provider":"LuLu \u0026 Oliver","version":"1.0","type":"link"}