{"product_id":"black-label-daily-ritual-dapper-man","title":"The Black Label Daily Ritual — Dapper Man","description":"\u003cstyle\u003e\n  .dm-ritual {\n    --dm-black: #0a0b0a;\n    --dm-charcoal: #1b1e1b;\n    --dm-forest: #263129;\n    --dm-sage: #7b8979;\n    --dm-soft-sage: #dce1d9;\n    --dm-ivory: #f7f4ed;\n    --dm-stone: #e8e5dd;\n    --dm-white: #ffffff;\n    --dm-gold: #b79a60;\n    --dm-dark-gold: #806938;\n    --dm-gray: #60655f;\n    --dm-border: rgba(183, 154, 96, 0.4);\n    --dm-soft-border: rgba(20, 24, 20, 0.13);\n\n    width: 100%;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--dm-black);\n    background: var(--dm-white);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.7;\n  }\n\n  .dm-ritual *,\n  .dm-ritual *::before,\n  .dm-ritual *::after {\n    box-sizing: border-box;\n  }\n\n  .dm-ritual h1,\n  .dm-ritual h2,\n  .dm-ritual h3,\n  .dm-ritual h4,\n  .dm-ritual p {\n    margin-top: 0;\n  }\n\n  .dm-ritual h1,\n  .dm-ritual h2,\n  .dm-ritual h3,\n  .dm-ritual h4 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n  }\n\n  .dm-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .dm-eyebrow {\n    display: block;\n    margin-bottom: 16px;\n    color: var(--dm-gold);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.23em;\n    line-height: 1.5;\n    text-transform: uppercase;\n  }\n\n  .dm-section-heading {\n    max-width: 880px;\n    margin: 0 auto 20px;\n    font-size: clamp(38px, 5vw, 66px);\n    line-height: 1.07;\n    letter-spacing: -0.025em;\n    text-align: center;\n  }\n\n  .dm-section-intro {\n    max-width: 790px;\n    margin: 0 auto;\n    color: var(--dm-gray);\n    font-size: 17px;\n    line-height: 1.85;\n    text-align: center;\n  }\n\n  .dm-gold-rule {\n    width: 68px;\n    height: 1px;\n    margin: 28px auto;\n    background: var(--dm-gold);\n  }\n\n  .dm-button {\n    display: inline-block;\n    padding: 16px 28px;\n    color: #ffffff !important;\n    background: transparent;\n    border: 1px solid var(--dm-gold);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    line-height: 1.3;\n    text-decoration: none !important;\n    text-transform: uppercase;\n    transition: background 0.25s ease, color 0.25s ease;\n  }\n\n  .dm-button:hover {\n    color: var(--dm-black) !important;\n    background: var(--dm-gold);\n  }\n\n  \/* HERO *\/\n\n  .dm-hero {\n    position: relative;\n    display: flex;\n    min-height: 720px;\n    align-items: center;\n    justify-content: center;\n    padding: 115px 24px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 73% 38%,\n        rgba(123, 137, 121, 0.32),\n        transparent 31%\n      ),\n      radial-gradient(\n        circle at 25% 68%,\n        rgba(183, 154, 96, 0.16),\n        transparent 34%\n      ),\n      linear-gradient(\n        135deg,\n        #080a08 0%,\n        #2d3930 50%,\n        #0a0b0a 100%\n      );\n    text-align: center;\n  }\n\n  .dm-hero::before {\n    position: absolute;\n    inset: 24px;\n    border: 1px solid rgba(183, 154, 96, 0.44);\n    content: \"\";\n    pointer-events: none;\n  }\n\n  .dm-hero-content {\n    position: relative;\n    z-index: 2;\n    width: min(960px, 100%);\n  }\n\n  .dm-hero h1 {\n    max-width: 930px;\n    margin: 0 auto 22px;\n    color: #ffffff;\n    font-size: clamp(52px, 7vw, 96px);\n    line-height: 0.98;\n    letter-spacing: -0.04em;\n  }\n\n  .dm-hero-subtitle {\n    max-width: 770px;\n    margin: 0 auto 24px;\n    color: rgba(255, 255, 255, 0.92);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(21px, 3vw, 31px);\n    font-style: italic;\n    line-height: 1.45;\n  }\n\n  .dm-hero-copy {\n    max-width: 790px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.73);\n    font-size: 16px;\n    line-height: 1.9;\n  }\n\n  .dm-hero-details {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px 26px;\n    margin-top: 36px;\n  }\n\n  .dm-hero-details span {\n    position: relative;\n    color: rgba(255, 255, 255, 0.81);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .dm-hero-details span:not(:last-child)::after {\n    position: absolute;\n    top: 50%;\n    right: -15px;\n    width: 3px;\n    height: 3px;\n    border-radius: 50%;\n    background: var(--dm-gold);\n    content: \"\";\n    transform: translateY(-50%);\n  }\n\n  \/* OPENING *\/\n\n  .dm-opening {\n    padding: 110px 0;\n    background: var(--dm-ivory);\n    border-bottom: 1px solid var(--dm-soft-border);\n  }\n\n  .dm-opening-grid {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  .dm-opening-copy h2 {\n    margin-bottom: 26px;\n    font-size: clamp(40px, 5vw, 66px);\n    line-height: 1.06;\n    letter-spacing: -0.025em;\n  }\n\n  .dm-opening-copy p {\n    margin-bottom: 20px;\n    color: var(--dm-gray);\n    font-size: 17px;\n    line-height: 1.9;\n  }\n\n  .dm-opening-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .dm-quote-panel {\n    position: relative;\n    padding: 62px 54px;\n    overflow: hidden;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(123, 137, 121, 0.3),\n        transparent 38%\n      ),\n      linear-gradient(145deg, #344137, #141714);\n    border: 1px solid var(--dm-border);\n  }\n\n  .dm-quote-panel::after {\n    position: absolute;\n    right: -70px;\n    bottom: -100px;\n    width: 260px;\n    height: 260px;\n    border: 1px solid rgba(183, 154, 96, 0.18);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .dm-quote-mark {\n    display: block;\n    margin-bottom: 14px;\n    color: var(--dm-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 72px;\n    line-height: 0.7;\n  }\n\n  .dm-quote-panel blockquote {\n    position: relative;\n    z-index: 2;\n    margin: 0 0 26px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(26px, 3vw, 39px);\n    font-style: italic;\n    line-height: 1.35;\n  }\n\n  .dm-quote-panel p {\n    position: relative;\n    z-index: 2;\n    margin: 0;\n    color: rgba(255, 255, 255, 0.63);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n  }\n\n  \/* INCLUDED *\/\n\n  .dm-included {\n    padding: 110px 0;\n    background: #ffffff;\n  }\n\n  .dm-included-header {\n    margin-bottom: 62px;\n    text-align: center;\n  }\n\n  .dm-product-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px;\n  }\n\n  .dm-product-card {\n    position: relative;\n    min-height: 570px;\n    padding: 58px 48px;\n    overflow: hidden;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 85% 15%,\n        rgba(123, 137, 121, 0.28),\n        transparent 36%\n      ),\n      linear-gradient(\n        145deg,\n        #3b493e 0%,\n        #151815 100%\n      );\n    border: 1px solid var(--dm-border);\n    box-shadow: 0 18px 48px rgba(10, 12, 10, 0.13);\n  }\n\n  .dm-product-card::before {\n    position: absolute;\n    inset: 20px;\n    border: 1px solid rgba(183, 154, 96, 0.23);\n    content: \"\";\n    pointer-events: none;\n  }\n\n  .dm-product-card-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .dm-product-number {\n    display: block;\n    margin-bottom: 34px;\n    color: var(--dm-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 46px;\n    font-style: italic;\n    line-height: 1;\n  }\n\n  .dm-product-card h3 {\n    margin-bottom: 10px;\n    color: #ffffff;\n    font-size: clamp(35px, 4vw, 51px);\n    line-height: 1.05;\n  }\n\n  .dm-product-role {\n    margin-bottom: 26px;\n    color: var(--dm-gold);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n  }\n\n  .dm-product-card \u003e .dm-product-card-content \u003e p {\n    margin-bottom: 30px;\n    color: rgba(255, 255, 255, 0.7);\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .dm-product-card ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .dm-product-card li {\n    position: relative;\n    margin-bottom: 13px;\n    padding-left: 23px;\n    color: rgba(255, 255, 255, 0.85);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .dm-product-card li::before {\n    position: absolute;\n    top: 11px;\n    left: 0;\n    width: 9px;\n    height: 1px;\n    background: var(--dm-gold);\n    content: \"\";\n  }\n\n  \/* BETTER TOGETHER *\/\n\n  .dm-together {\n    padding: 110px 0;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(123, 137, 121, 0.18),\n        transparent 35%\n      ),\n      var(--dm-black);\n  }\n\n  .dm-together .dm-section-heading {\n    color: #ffffff;\n  }\n\n  .dm-together .dm-section-intro {\n    color: rgba(255, 255, 255, 0.65);\n  }\n\n  .dm-together-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    margin-top: 62px;\n    border-top: 1px solid var(--dm-border);\n    border-bottom: 1px solid var(--dm-border);\n  }\n\n  .dm-together-item {\n    padding: 48px 38px;\n    text-align: center;\n  }\n\n  .dm-together-item + .dm-together-item {\n    border-left: 1px solid var(--dm-border);\n  }\n\n  .dm-together-item span {\n    display: block;\n    margin-bottom: 20px;\n    color: var(--dm-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 21px;\n    font-style: italic;\n  }\n\n  .dm-together-item h3 {\n    margin-bottom: 13px;\n    color: #ffffff;\n    font-size: 25px;\n  }\n\n  .dm-together-item p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.64);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* FRAGRANCE *\/\n\n  .dm-fragrance {\n    padding: 110px 0;\n    background: var(--dm-stone);\n  }\n\n  .dm-fragrance-grid {\n    display: grid;\n    grid-template-columns: 0.82fr 1.18fr;\n    gap: 70px;\n    align-items: stretch;\n  }\n\n  .dm-fragrance-visual {\n    position: relative;\n    display: flex;\n    min-height: 610px;\n    align-items: center;\n    justify-content: center;\n    padding: 50px;\n    overflow: hidden;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at center,\n        rgba(183, 154, 96, 0.23),\n        transparent 42%\n      ),\n      linear-gradient(\n        145deg,\n        #566557 0%,\n        #1d241e 100%\n      );\n  }\n\n  .dm-fragrance-visual::before {\n    position: absolute;\n    inset: 24px;\n    border: 1px solid var(--dm-border);\n    content: \"\";\n  }\n\n  .dm-fragrance-monogram {\n    position: relative;\n    z-index: 2;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(90px, 12vw, 160px);\n    font-style: italic;\n    letter-spacing: -0.08em;\n  }\n\n  .dm-fragrance-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 38px 0;\n  }\n\n  .dm-fragrance-copy h2 {\n    margin-bottom: 18px;\n    font-size: clamp(42px, 5vw, 68px);\n    line-height: 1.05;\n  }\n\n  .dm-fragrance-family {\n    margin-bottom: 28px;\n    color: var(--dm-dark-gold);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n  }\n\n  .dm-fragrance-copy \u003e p {\n    margin-bottom: 27px;\n    color: var(--dm-gray);\n    font-size: 17px;\n    line-height: 1.9;\n  }\n\n  .dm-note-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .dm-note {\n    padding-top: 17px;\n    border-top: 1px solid var(--dm-soft-border);\n  }\n\n  .dm-note strong {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 10px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n\n  .dm-note span {\n    color: var(--dm-gray);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .dm-fragrance-mood {\n    margin-top: 30px;\n    padding: 24px 26px;\n    background: rgba(255, 255, 255, 0.55);\n    border-left: 2px solid var(--dm-gold);\n  }\n\n  .dm-fragrance-mood p {\n    margin: 0;\n    color: var(--dm-gray);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  .dm-fragrance-mood strong {\n    color: var(--dm-black);\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  \/* HOW TO USE *\/\n\n  .dm-how-to {\n    padding: 110px 0;\n    background: #ffffff;\n  }\n\n  .dm-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n    margin-top: 62px;\n  }\n\n  .dm-step {\n    position: relative;\n    min-height: 355px;\n    padding: 42px 34px;\n    background: var(--dm-ivory);\n    border: 1px solid var(--dm-soft-border);\n  }\n\n  .dm-step-number {\n    display: block;\n    margin-bottom: 30px;\n    color: var(--dm-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 48px;\n    font-style: italic;\n    line-height: 1;\n  }\n\n  .dm-step h3 {\n    margin-bottom: 14px;\n    font-size: 27px;\n  }\n\n  .dm-step p {\n    margin: 0;\n    color: var(--dm-gray);\n    font-size: 15px;\n    line-height: 1.82;\n  }\n\n  .dm-use-note {\n    max-width: 790px;\n    margin: 50px auto 0;\n    padding: 30px 34px;\n    color: var(--dm-gray);\n    background: var(--dm-soft-sage);\n    border-left: 2px solid var(--dm-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 17px;\n    font-style: italic;\n    line-height: 1.8;\n    text-align: center;\n  }\n\n  \/* BENEFITS *\/\n\n  .dm-benefits {\n    padding: 110px 0;\n    background: var(--dm-ivory);\n  }\n\n  .dm-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 0 55px;\n    margin-top: 58px;\n    border-top: 1px solid var(--dm-soft-border);\n  }\n\n  .dm-benefit {\n    display: grid;\n    grid-template-columns: 40px 1fr;\n    gap: 19px;\n    padding: 28px 0;\n    border-bottom: 1px solid var(--dm-soft-border);\n  }\n\n  .dm-benefit span {\n    color: var(--dm-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 18px;\n    font-style: italic;\n  }\n\n  .dm-benefit h3 {\n    margin-bottom: 7px;\n    font-size: 21px;\n  }\n\n  .dm-benefit p {\n    margin: 0;\n    color: var(--dm-gray);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* PERFECT FOR *\/\n\n  .dm-perfect {\n    padding: 105px 0;\n    color: #ffffff;\n    background:\n      linear-gradient(\n        135deg,\n        rgba(123, 137, 121, 0.35),\n        transparent 60%\n      ),\n      var(--dm-charcoal);\n  }\n\n  .dm-perfect-grid {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 75px;\n    align-items: center;\n  }\n\n  .dm-perfect h2 {\n    margin-bottom: 22px;\n    color: #ffffff;\n    font-size: clamp(40px, 5vw, 64px);\n    line-height: 1.06;\n  }\n\n  .dm-perfect-copy \u003e p {\n    margin-bottom: 0;\n    color: rgba(255, 255, 255, 0.67);\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .dm-perfect-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    border-top: 1px solid var(--dm-border);\n  }\n\n  .dm-perfect-item {\n    padding: 22px 18px 22px 0;\n    color: rgba(255, 255, 255, 0.81);\n    border-bottom: 1px solid var(--dm-border);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .dm-perfect-item:nth-child(even) {\n    padding-left: 22px;\n    border-left: 1px solid var(--dm-border);\n  }\n\n  \/* VALUE *\/\n\n  .dm-value {\n    padding: 105px 0;\n    background: #ffffff;\n  }\n\n  .dm-value-box {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 420px;\n    overflow: hidden;\n    border: 1px solid var(--dm-soft-border);\n    box-shadow: 0 18px 50px rgba(10, 12, 10, 0.09);\n  }\n\n  .dm-value-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 58px;\n    background: var(--dm-ivory);\n  }\n\n  .dm-value-copy h2 {\n    margin-bottom: 20px;\n    font-size: clamp(38px, 5vw, 60px);\n    line-height: 1.08;\n  }\n\n  .dm-value-copy p {\n    margin-bottom: 0;\n    color: var(--dm-gray);\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .dm-value-panel {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 55px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at center,\n        rgba(183, 154, 96, 0.22),\n        transparent 42%\n      ),\n      linear-gradient(145deg, #405045, #151815);\n    text-align: center;\n  }\n\n  .dm-value-panel-inner {\n    max-width: 430px;\n  }\n\n  .dm-value-panel h3 {\n    margin-bottom: 17px;\n    color: #ffffff;\n    font-size: clamp(32px, 4vw, 49px);\n    line-height: 1.1;\n  }\n\n  .dm-value-panel p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.69);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* UPGRADE *\/\n\n  .dm-upgrade {\n    padding: 110px 20px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 50% 10%,\n        rgba(123, 137, 121, 0.24),\n        transparent 38%\n      ),\n      #090b09;\n    text-align: center;\n  }\n\n  .dm-upgrade-inner {\n    max-width: 830px;\n    margin: 0 auto;\n  }\n\n  .dm-upgrade h2 {\n    margin-bottom: 22px;\n    color: #ffffff;\n    font-size: clamp(42px, 6vw, 72px);\n    line-height: 1.03;\n  }\n\n  .dm-upgrade p {\n    max-width: 710px;\n    margin: 0 auto 32px;\n    color: rgba(255, 255, 255, 0.7);\n    font-size: 17px;\n    line-height: 1.85;\n  }\n\n  \/* FAQ *\/\n\n  .dm-faq {\n    padding: 110px 0;\n    background: var(--dm-stone);\n  }\n\n  .dm-faq-list {\n    max-width: 900px;\n    margin: 55px auto 0;\n    padding: 5px 38px;\n    background: rgba(255, 255, 255, 0.66);\n    border: 1px solid var(--dm-soft-border);\n  }\n\n  .dm-faq-item {\n    padding: 30px 0;\n    border-bottom: 1px solid var(--dm-soft-border);\n  }\n\n  .dm-faq-item:last-child {\n    border-bottom: 0;\n  }\n\n  .dm-faq-item h3 {\n    margin-bottom: 11px;\n    font-size: 22px;\n    line-height: 1.4;\n  }\n\n  .dm-faq-item p {\n    margin: 0;\n    color: var(--dm-gray);\n    font-size: 15px;\n    line-height: 1.85;\n  }\n\n  \/* FINAL CTA *\/\n\n  .dm-final {\n    position: relative;\n    padding: 115px 22px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 50% 5%,\n        rgba(123, 137, 121, 0.28),\n        transparent 38%\n      ),\n      linear-gradient(\n        145deg,\n        #3c4a40 0%,\n        #080a08 100%\n      );\n    text-align: center;\n  }\n\n  .dm-final::before {\n    position: absolute;\n    inset: 24px;\n    border: 1px solid rgba(183, 154, 96, 0.39);\n    content: \"\";\n  }\n\n  .dm-final-content {\n    position: relative;\n    z-index: 2;\n    max-width: 830px;\n    margin: 0 auto;\n  }\n\n  .dm-final h2 {\n    margin-bottom: 22px;\n    color: #ffffff;\n    font-size: clamp(44px, 6vw, 76px);\n    line-height: 1.02;\n  }\n\n  .dm-final p {\n    max-width: 670px;\n    margin: 0 auto 31px;\n    color: rgba(255, 255, 255, 0.71);\n    font-size: 17px;\n    line-height: 1.85;\n  }\n\n  .dm-final-prompt {\n    display: inline-block;\n    padding: 16px 28px;\n    color: #ffffff;\n    border: 1px solid var(--dm-gold);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media screen and (max-width: 900px) {\n    .dm-opening-grid,\n    .dm-fragrance-grid,\n    .dm-perfect-grid,\n    .dm-value-box {\n      grid-template-columns: 1fr;\n    }\n\n    .dm-product-grid,\n    .dm-steps,\n    .dm-together-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .dm-together-item + .dm-together-item {\n      border-top: 1px solid var(--dm-border);\n      border-left: 0;\n    }\n\n    .dm-product-card {\n      min-height: auto;\n    }\n\n    .dm-fragrance-visual {\n      min-height: 390px;\n    }\n\n    .dm-benefit-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .dm-value-panel {\n      min-height: 380px;\n    }\n  }\n\n  @media screen and (max-width: 640px) {\n    .dm-container {\n      width: min(100% - 28px, 1180px);\n    }\n\n    .dm-hero {\n      min-height: 650px;\n      padding: 90px 23px;\n    }\n\n    .dm-hero::before,\n    .dm-final::before {\n      inset: 13px;\n    }\n\n    .dm-hero-details {\n      display: grid;\n      gap: 10px;\n    }\n\n    .dm-hero-details span:not(:last-child)::after {\n      display: none;\n    }\n\n    .dm-opening,\n    .dm-included,\n    .dm-together,\n    .dm-fragrance,\n    .dm-how-to,\n    .dm-benefits,\n    .dm-perfect,\n    .dm-value,\n    .dm-faq {\n      padding: 78px 0;\n    }\n\n    .dm-quote-panel,\n    .dm-product-card {\n      padding: 44px 29px;\n    }\n\n    .dm-product-card::before {\n      inset: 13px;\n    }\n\n    .dm-note-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .dm-note {\n      padding: 13px 0;\n    }\n\n    .dm-fragrance-copy {\n      padding: 0;\n    }\n\n    .dm-steps {\n      gap: 18px;\n    }\n\n    .dm-step {\n      min-height: auto;\n      padding: 36px 27px;\n    }\n\n    .dm-perfect-list {\n      grid-template-columns: 1fr;\n    }\n\n    .dm-perfect-item,\n    .dm-perfect-item:nth-child(even) {\n      padding: 18px 0;\n      border-left: 0;\n    }\n\n    .dm-value-copy,\n    .dm-value-panel {\n      padding: 44px 28px;\n    }\n\n    .dm-faq-list {\n      padding: 4px 21px;\n    }\n\n    .dm-upgrade,\n    .dm-final {\n      padding: 90px 27px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dm-ritual\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"dm-hero\"\u003e\n    \u003cdiv class=\"dm-hero-content\"\u003e\n\n      \u003cspan class=\"dm-eyebrow\"\u003e\n        LuLu \u0026amp; Oliver • The Black Label\n      \u003c\/span\u003e\n\n      \u003ch1\u003eThe Daily Ritual\u003c\/h1\u003e\n\n      \u003cp class=\"dm-hero-subtitle\"\u003e\n        Dapper Man Beard Oil + Beard Balm\n      \u003c\/p\u003e\n\n      \u003cp class=\"dm-hero-copy\"\u003e\n        Crisp, refined and effortlessly composed. The Dapper Man Daily Ritual\n        pairs our conditioning Beard Oil with our smoothing Beard Balm to\n        soften, nourish and refine the beard while surrounding it with bright\n        citrus, aromatic herbs, cool lavender, cardamom, vetiver and polished\n        woods.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dm-gold-rule\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"dm-hero-details\"\u003e\n        \u003cspan\u003eBeard Oil + Beard Balm\u003c\/span\u003e\n        \u003cspan\u003eCitrus • Aromatic • Woody\u003c\/span\u003e\n        \u003cspan\u003eDaily Conditioning Ritual\u003c\/span\u003e\n        \u003cspan\u003eHandcrafted in South Carolina\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OPENING STORY --\u003e\n  \u003csection class=\"dm-opening\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n      \u003cdiv class=\"dm-opening-grid\"\u003e\n\n        \u003cdiv class=\"dm-opening-copy\"\u003e\n\n          \u003cspan class=\"dm-eyebrow\"\u003e\n            The Dapper Man Ritual\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            The art of looking effortless.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Dapper Man is built around quiet refinement. It is the crisp white\n            shirt, the tailored jacket, the polished shoe and the subtle\n            confidence of a man who never needs to announce his arrival.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            The ritual begins with Beard Oil, created to condition facial hair\n            and replenish moisture in the skin beneath the beard. Beard Balm\n            follows to help seal in moisture, smooth the surface and add light,\n            natural-looking control.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Both products share the same fresh aromatic fragrance, creating one\n            coordinated grooming experience that feels clean, intelligent and\n            impeccably put together.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-quote-panel\"\u003e\n\n          \u003cspan class=\"dm-quote-mark\"\u003e“\u003c\/span\u003e\n\n          \u003cblockquote\u003e\n            Never overdressed. Never underprepared. Always unmistakably refined.\n          \u003c\/blockquote\u003e\n\n          \u003cp\u003eThe Black Label Daily Ritual\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHAT IS INCLUDED --\u003e\n  \u003csection class=\"dm-included\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n\n      \u003cdiv class=\"dm-included-header\"\u003e\n\n        \u003cspan class=\"dm-eyebrow\"\u003e\n          Two Essential Steps\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"dm-section-heading\"\u003e\n          Everything the daily beard ritual requires.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"dm-section-intro\"\u003e\n          Each Dapper Man Daily Ritual includes one full-size Beard Oil and one\n          full-size Beard Balm in the same coordinated signature fragrance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dm-product-grid\"\u003e\n\n        \u003carticle class=\"dm-product-card\"\u003e\n          \u003cdiv class=\"dm-product-card-content\"\u003e\n\n            \u003cspan class=\"dm-product-number\"\u003e01\u003c\/span\u003e\n\n            \u003ch3\u003e\n              Dapper Man\u003cbr\u003e\n              Beard Oil\n            \u003c\/h3\u003e\n\n            \u003cp class=\"dm-product-role\"\u003e\n              Condition • Moisturize • Soften\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              The foundation of the ritual. Dapper Man Beard Oil helps soften\n              coarse facial hair while delivering moisture to the skin beneath\n              the beard. It leaves the beard feeling smoother, more comfortable\n              and easier to manage.\n            \u003c\/p\u003e\n\n            \u003cul\u003e\n              \u003cli\u003eHelps condition dry and coarse facial hair\u003c\/li\u003e\n              \u003cli\u003eMoisturizes the skin beneath the beard\u003c\/li\u003e\n              \u003cli\u003eHelps reduce the feeling of dryness\u003c\/li\u003e\n              \u003cli\u003ePromotes softness and improved manageability\u003c\/li\u003e\n              \u003cli\u003eAdds a healthy-looking, polished finish\u003c\/li\u003e\n              \u003cli\u003eCarries the Dapper Man fragrance close to the beard\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-product-card\"\u003e\n          \u003cdiv class=\"dm-product-card-content\"\u003e\n\n            \u003cspan class=\"dm-product-number\"\u003e02\u003c\/span\u003e\n\n            \u003ch3\u003e\n              Dapper Man\u003cbr\u003e\n              Beard Balm\n            \u003c\/h3\u003e\n\n            \u003cp class=\"dm-product-role\"\u003e\n              Seal • Smooth • Control\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              The finishing step. Dapper Man Beard Balm helps preserve the\n              conditioning benefits of the oil while smoothing and refining\n              the beard. It provides light definition without leaving facial\n              hair stiff, sticky or overly styled.\n            \u003c\/p\u003e\n\n            \u003cul\u003e\n              \u003cli\u003eHelps seal in moisture after applying Beard Oil\u003c\/li\u003e\n              \u003cli\u003eSmooths the outer surface of the beard\u003c\/li\u003e\n              \u003cli\u003eAdds light hold and natural definition\u003c\/li\u003e\n              \u003cli\u003eHelps tame flyaways and unruly hairs\u003c\/li\u003e\n              \u003cli\u003eSupports a fuller, more intentional appearance\u003c\/li\u003e\n              \u003cli\u003eExtends the coordinated Dapper Man fragrance ritual\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BETTER TOGETHER --\u003e\n  \u003csection class=\"dm-together\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n\n      \u003cspan class=\"dm-eyebrow\" style=\"text-align:center;\"\u003e\n        Better Together\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"dm-section-heading\"\u003e\n        More than two products. A complete system.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"dm-section-intro\"\u003e\n        Beard Oil and Beard Balm perform different roles. Used together, they\n        create a balanced grooming ritual for moisture, softness and control.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dm-together-grid\"\u003e\n\n        \u003carticle class=\"dm-together-item\"\u003e\n          \u003cspan\u003eI.\u003c\/span\u003e\n          \u003ch3\u003eCondition\u003c\/h3\u003e\n          \u003cp\u003e\n            Beard Oil works through the facial hair to soften the beard and\n            moisturize the skin beneath it.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-together-item\"\u003e\n          \u003cspan\u003eII.\u003c\/span\u003e\n          \u003ch3\u003eSeal\u003c\/h3\u003e\n          \u003cp\u003e\n            Beard Balm follows the oil to help preserve moisture and create a\n            smoother, more conditioned finish.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-together-item\"\u003e\n          \u003cspan\u003eIII.\u003c\/span\u003e\n          \u003ch3\u003eControl\u003c\/h3\u003e\n          \u003cp\u003e\n            The balm adds subtle shaping and definition so the beard looks\n            polished without feeling rigid.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FRAGRANCE STORY --\u003e\n  \u003csection class=\"dm-fragrance\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n      \u003cdiv class=\"dm-fragrance-grid\"\u003e\n\n        \u003cdiv class=\"dm-fragrance-visual\"\u003e\n          \u003cspan class=\"dm-fragrance-monogram\"\u003eDM\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-fragrance-copy\"\u003e\n\n          \u003cspan class=\"dm-eyebrow\"\u003e\n            The Signature Fragrance\n          \u003c\/span\u003e\n\n          \u003ch2\u003eDapper Man\u003c\/h2\u003e\n\n          \u003cp class=\"dm-fragrance-family\"\u003e\n            Bright Citrus • Aromatic Herbs • Polished Woods\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Dapper Man opens with crisp bergamot, lemon and a subtle flash of\n            pink pepper. The opening feels clean and immediate, like cool air\n            through an open window and the first moments of a well-planned day.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Lavender, cardamom and geranium form the aromatic heart, bringing\n            classic refinement without feeling old-fashioned. Vetiver, moss,\n            musk and polished woods settle underneath, creating a fresh,\n            composed masculine finish with quiet depth.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"dm-note-grid\"\u003e\n\n            \u003cdiv class=\"dm-note\"\u003e\n              \u003cstrong\u003eOpening\u003c\/strong\u003e\n              \u003cspan\u003e\n                Bergamot\u003cbr\u003e\n                Lemon Peel\u003cbr\u003e\n                Pink Pepper\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"dm-note\"\u003e\n              \u003cstrong\u003eHeart\u003c\/strong\u003e\n              \u003cspan\u003e\n                Lavender\u003cbr\u003e\n                Cardamom\u003cbr\u003e\n                Geranium\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"dm-note\"\u003e\n              \u003cstrong\u003eFinish\u003c\/strong\u003e\n              \u003cspan\u003e\n                Vetiver\u003cbr\u003e\n                Oakmoss\u003cbr\u003e\n                Polished Woods\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"dm-fragrance-mood\"\u003e\n            \u003cp\u003e\n              \u003cstrong\u003eThe mood:\u003c\/strong\u003e\n              Crisp, confident and impeccably composed. Dapper Man is made for\n              the man who values timeless style, thoughtful details and the\n              confidence of always being prepared.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003csection class=\"dm-how-to\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n\n      \u003cspan class=\"dm-eyebrow\" style=\"text-align:center;\"\u003e\n        The Daily Grooming Ritual\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"dm-section-heading\"\u003e\n        Condition first. Control second.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"dm-section-intro\"\u003e\n        Apply after showering or cleansing the face, when the beard is clean\n        and slightly damp or completely dry.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dm-steps\"\u003e\n\n        \u003carticle class=\"dm-step\"\u003e\n          \u003cspan class=\"dm-step-number\"\u003e01\u003c\/span\u003e\n\n          \u003ch3\u003eApply the Oil\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Dispense a small amount of Dapper Man Beard Oil into the palm. Rub\n            the hands together, then massage the oil through the beard and into\n            the skin beneath it.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-step\"\u003e\n          \u003cspan class=\"dm-step-number\"\u003e02\u003c\/span\u003e\n\n          \u003ch3\u003eWork Through\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use the fingers or a beard comb to distribute the oil from root to\n            end. Focus on dry areas and the skin beneath fuller sections of\n            facial hair.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-step\"\u003e\n          \u003cspan class=\"dm-step-number\"\u003e03\u003c\/span\u003e\n\n          \u003ch3\u003eFinish With Balm\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Warm a small amount of Dapper Man Beard Balm between the palms.\n            Smooth it through the beard, then shape and refine with the hands,\n            brush or comb.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"dm-use-note\"\u003e\n        Begin with a small amount of each product. Add more gradually according\n        to beard length, thickness and personal preference.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"dm-benefits\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n\n      \u003cspan class=\"dm-eyebrow\" style=\"text-align:center;\"\u003e\n        The Black Label Difference\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"dm-section-heading\"\u003e\n        A more considered approach to beard care.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"dm-section-intro\"\u003e\n        Designed to transform everyday grooming into a polished and purposeful\n        ritual.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dm-benefit-grid\"\u003e\n\n        \u003cdiv class=\"dm-benefit\"\u003e\n          \u003cspan\u003e01\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eSkin-to-Surface Care\u003c\/h3\u003e\n            \u003cp\u003e\n              Beard Oil conditions the facial hair and skin beneath it, while\n              Beard Balm smooths and refines the outer surface.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-benefit\"\u003e\n          \u003cspan\u003e02\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eImproved Softness\u003c\/h3\u003e\n            \u003cp\u003e\n              Consistent use helps coarse facial hair feel softer, smoother and\n              easier to manage.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-benefit\"\u003e\n          \u003cspan\u003e03\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eLight Everyday Control\u003c\/h3\u003e\n            \u003cp\u003e\n              Beard Balm adds subtle shape without the hard or sticky finish of\n              heavier styling products.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-benefit\"\u003e\n          \u003cspan\u003e04\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eCoordinated Fragrance\u003c\/h3\u003e\n            \u003cp\u003e\n              Both products share the Dapper Man fragrance, preventing\n              competing scents within the grooming routine.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-benefit\"\u003e\n          \u003cspan\u003e05\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eSimple Two-Step System\u003c\/h3\u003e\n            \u003cp\u003e\n              Two complementary products create an effective daily routine\n              without unnecessary complexity.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-benefit\"\u003e\n          \u003cspan\u003e06\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eSmall-Batch Craftsmanship\u003c\/h3\u003e\n            \u003cp\u003e\n              Handcrafted with care in South Carolina as part of The Black\n              Label Men’s Collective.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003csection class=\"dm-perfect\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n      \u003cdiv class=\"dm-perfect-grid\"\u003e\n\n        \u003cdiv class=\"dm-perfect-copy\"\u003e\n\n          \u003cspan class=\"dm-eyebrow\"\u003e\n            Fresh, Polished and Always Appropriate\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            A signature ritual for the man who notices every detail.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Dapper Man is especially suited to men who prefer clean citrus,\n            aromatic herbs and understated woods. Its refined versatility makes\n            it ideal for the office, travel, daytime events, evenings out and\n            any occasion where effortless polish matters.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-perfect-list\"\u003e\n          \u003cdiv class=\"dm-perfect-item\"\u003eShort Beards\u003c\/div\u003e\n          \u003cdiv class=\"dm-perfect-item\"\u003eFull Beards\u003c\/div\u003e\n          \u003cdiv class=\"dm-perfect-item\"\u003eDry Facial Hair\u003c\/div\u003e\n          \u003cdiv class=\"dm-perfect-item\"\u003eDaily Grooming\u003c\/div\u003e\n          \u003cdiv class=\"dm-perfect-item\"\u003eProfessional Wear\u003c\/div\u003e\n          \u003cdiv class=\"dm-perfect-item\"\u003eTravel\u003c\/div\u003e\n          \u003cdiv class=\"dm-perfect-item\"\u003eYear-Round Use\u003c\/div\u003e\n          \u003cdiv class=\"dm-perfect-item\"\u003eLuxury Gifts for Him\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VALUE --\u003e\n  \u003csection class=\"dm-value\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n\n      \u003cdiv class=\"dm-value-box\"\u003e\n\n        \u003cdiv class=\"dm-value-copy\"\u003e\n\n          \u003cspan class=\"dm-eyebrow\"\u003e\n            The Daily Ritual\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            The complete foundation of beard care.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            The Dapper Man Daily Ritual brings two complementary grooming steps\n            together in one coordinated set. No competing fragrances. No\n            uncertainty about which products work together. Just a focused\n            routine created to condition, soften and refine the beard.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dm-value-panel\"\u003e\n          \u003cdiv class=\"dm-value-panel-inner\"\u003e\n\n            \u003cspan class=\"dm-eyebrow\"\u003e\n              Included in Your Ritual\n            \u003c\/span\u003e\n\n            \u003ch3\u003e\n              One Beard Oil.\u003cbr\u003e\n              One Beard Balm.\u003cbr\u003e\n              One Signature.\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              A complete two-step Dapper Man grooming experience for softness,\n              moisture, polish and everyday control.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- UPGRADE --\u003e\n  \u003csection class=\"dm-upgrade\"\u003e\n    \u003cdiv class=\"dm-upgrade-inner\"\u003e\n\n      \u003cspan class=\"dm-eyebrow\"\u003e\n        Take the Ritual Beyond the Beard\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Carry Dapper Man from beard to skin.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Complete the fragrance experience with the matching Black Label Luxury\n        Cologne Oil. Apply it to pulse points after grooming to extend the\n        bright citrus, aromatic lavender, vetiver and polished woods beyond the\n        beard.\n      \u003c\/p\u003e\n\n      \u003ca class=\"dm-button\" href=\"\/products\/black-label-luxury-cologne-oil\"\u003e\n        Explore Luxury Cologne Oil\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"dm-faq\"\u003e\n    \u003cdiv class=\"dm-container\"\u003e\n\n      \u003cspan class=\"dm-eyebrow\" style=\"text-align:center;\"\u003e\n        The Details\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"dm-section-heading\"\u003e\n        Frequently Asked Questions\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"dm-faq-list\"\u003e\n\n        \u003carticle class=\"dm-faq-item\"\u003e\n          \u003ch3\u003e\n            What is included in the Dapper Man Daily Ritual?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            The set includes one full-size Dapper Man Beard Oil and one\n            full-size Dapper Man Beard Balm.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-faq-item\"\u003e\n          \u003ch3\u003e\n            Should Beard Oil or Beard Balm be applied first?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Apply Beard Oil first so it can reach the facial hair and skin\n            beneath the beard. Follow with Beard Balm to help seal in moisture,\n            smooth the beard and add light control.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-faq-item\"\u003e\n          \u003ch3\u003e\n            Do I need both products?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Beard Oil focuses on conditioning and moisture, while Beard Balm\n            adds smoothing, light hold and definition. They may be used\n            separately, but they are designed to perform especially well\n            together.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-faq-item\"\u003e\n          \u003ch3\u003e\n            What does Dapper Man smell like?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Dapper Man is a fresh aromatic masculine fragrance featuring\n            bergamot, lemon, pink pepper, lavender, cardamom, geranium, vetiver,\n            oakmoss, musk and polished woods.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-faq-item\"\u003e\n          \u003ch3\u003e\n            Is Dapper Man suitable for professional settings?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Yes. Its clean citrus, aromatic herbs and refined woody finish make\n            it especially well suited to the office, business travel, daytime\n            events and other polished professional environments.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-faq-item\"\u003e\n          \u003ch3\u003e\n            Can Dapper Man be worn year-round?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Yes. Its fresh aromatic profile is versatile enough for every\n            season, with crisp citrus for warmer weather and vetiver, moss and\n            woods providing depth during cooler months.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-faq-item\"\u003e\n          \u003ch3\u003e\n            Can I add the matching cologne oil?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Yes. The Black Label Luxury Cologne Oil is available in Dapper Man\n            and may be applied to pulse points after the beard-care ritual for\n            a coordinated beard-to-skin fragrance experience.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"dm-faq-item\"\u003e\n          \u003ch3\u003e\n            Does this make a good gift?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            The Dapper Man Daily Ritual is an elevated grooming gift for\n            birthdays, Father’s Day, holidays, anniversaries, weddings,\n            graduations, promotions or any man who appreciates fresh fragrance\n            and sophisticated daily grooming.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"dm-final\"\u003e\n    \u003cdiv class=\"dm-final-content\"\u003e\n\n      \u003cspan class=\"dm-eyebrow\"\u003e\n        Dapper Man\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Condition. Control. Look effortlessly composed.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Bring softness, polish and the crisp sophistication of Dapper Man into\n        one complete daily grooming ritual.\n      \u003c\/p\u003e\n\n      \u003cspan class=\"dm-final-prompt\"\u003e\n        Add the Daily Ritual to Your Routine\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"LuLu \u0026 Oliver","offers":[{"title":"Default Title","offer_id":45952860848198,"sku":null,"price":33.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/files\/DapperManBeardBalm.3_7196af02-13f8-426c-ab77-b791ef6e0da2.jpg?v=1785459078","url":"https:\/\/luluandoliver.com\/products\/black-label-daily-ritual-dapper-man","provider":"LuLu \u0026 Oliver","version":"1.0","type":"link"}