{"product_id":"black-label-daily-ritual-old-thyme-tonic","title":"The Black Label Daily Ritual — Old Thyme Tonic","description":"\u003cstyle\u003e\n  .ott-daily-ritual {\n    --ott-black: #0d0d0d;\n    --ott-charcoal: #1a1a1a;\n    --ott-deep-blue: #20272a;\n    --ott-slate: #394449;\n    --ott-ivory: #f6f2e9;\n    --ott-stone: #eae5dc;\n    --ott-white: #ffffff;\n    --ott-gold: #b3975c;\n    --ott-dark-gold: #846d3e;\n    --ott-gray: #625f58;\n    --ott-border: rgba(179, 151, 92, 0.35);\n    --ott-soft-border: rgba(13, 13, 13, 0.12);\n\n    width: 100%;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--ott-black);\n    background: var(--ott-white);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.7;\n  }\n\n  .ott-daily-ritual *,\n  .ott-daily-ritual *::before,\n  .ott-daily-ritual *::after {\n    box-sizing: border-box;\n  }\n\n  .ott-daily-ritual h1,\n  .ott-daily-ritual h2,\n  .ott-daily-ritual h3,\n  .ott-daily-ritual h4,\n  .ott-daily-ritual p {\n    margin-top: 0;\n  }\n\n  .ott-daily-ritual h1,\n  .ott-daily-ritual h2,\n  .ott-daily-ritual h3,\n  .ott-daily-ritual h4 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n  }\n\n  .ott-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .ott-eyebrow {\n    display: block;\n    margin-bottom: 16px;\n    color: var(--ott-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  .ott-section-heading {\n    max-width: 850px;\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  .ott-section-intro {\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--ott-gray);\n    font-size: 17px;\n    line-height: 1.85;\n    text-align: center;\n  }\n\n  .ott-gold-rule {\n    width: 68px;\n    height: 1px;\n    margin: 28px auto;\n    background: var(--ott-gold);\n  }\n\n  .ott-button {\n    display: inline-block;\n    padding: 16px 28px;\n    color: #ffffff !important;\n    background: transparent;\n    border: 1px solid var(--ott-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:\n      background 0.25s ease,\n      color 0.25s ease;\n  }\n\n  .ott-button:hover {\n    color: var(--ott-black) !important;\n    background: var(--ott-gold);\n  }\n\n  \/* HERO *\/\n\n  .ott-hero {\n    position: relative;\n    display: flex;\n    min-height: 710px;\n    align-items: center;\n    justify-content: center;\n    padding: 110px 24px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 76% 40%,\n        rgba(179, 151, 92, 0.22),\n        transparent 34%\n      ),\n      linear-gradient(\n        135deg,\n        #080808 0%,\n        #20282b 52%,\n        #080808 100%\n      );\n    text-align: center;\n  }\n\n  .ott-hero::before {\n    position: absolute;\n    inset: 24px;\n    border: 1px solid rgba(179, 151, 92, 0.42);\n    content: \"\";\n    pointer-events: none;\n  }\n\n  .ott-hero-content {\n    position: relative;\n    z-index: 2;\n    width: min(950px, 100%);\n  }\n\n  .ott-hero h1 {\n    max-width: 920px;\n    margin: 0 auto 22px;\n    color: #ffffff;\n    font-size: clamp(50px, 7vw, 94px);\n    line-height: 0.98;\n    letter-spacing: -0.035em;\n  }\n\n  .ott-hero-subtitle {\n    max-width: 750px;\n    margin: 0 auto 24px;\n    color: rgba(255, 255, 255, 0.88);\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  .ott-hero-copy {\n    max-width: 730px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.7);\n    font-size: 16px;\n    line-height: 1.9;\n  }\n\n  .ott-hero-details {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px 26px;\n    margin-top: 36px;\n  }\n\n  .ott-hero-details span {\n    position: relative;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .ott-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(--ott-gold);\n    content: \"\";\n    transform: translateY(-50%);\n  }\n\n  \/* OPENING *\/\n\n  .ott-opening {\n    padding: 110px 0;\n    background: var(--ott-ivory);\n    border-bottom: 1px solid var(--ott-soft-border);\n  }\n\n  .ott-opening-grid {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  .ott-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  .ott-opening-copy p {\n    margin-bottom: 20px;\n    color: var(--ott-gray);\n    font-size: 17px;\n    line-height: 1.9;\n  }\n\n  .ott-opening-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ott-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(179, 151, 92, 0.18),\n        transparent 38%\n      ),\n      var(--ott-deep-blue);\n    border: 1px solid var(--ott-border);\n  }\n\n  .ott-quote-panel::after {\n    position: absolute;\n    right: -70px;\n    bottom: -100px;\n    width: 260px;\n    height: 260px;\n    border: 1px solid rgba(179, 151, 92, 0.18);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .ott-quote-mark {\n    display: block;\n    margin-bottom: 14px;\n    color: var(--ott-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 72px;\n    line-height: 0.7;\n  }\n\n  .ott-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  .ott-quote-panel p {\n    position: relative;\n    z-index: 2;\n    margin: 0;\n    color: rgba(255, 255, 255, 0.6);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n  }\n\n  \/* INCLUDED PRODUCTS *\/\n\n  .ott-included {\n    padding: 110px 0;\n    background: #ffffff;\n  }\n\n  .ott-included-header {\n    margin-bottom: 62px;\n    text-align: center;\n  }\n\n  .ott-product-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px;\n  }\n\n  .ott-product-card {\n    position: relative;\n    min-height: 560px;\n    padding: 58px 48px;\n    overflow: hidden;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 85% 15%,\n        rgba(179, 151, 92, 0.18),\n        transparent 36%\n      ),\n      linear-gradient(\n        145deg,\n        #2f3a3e 0%,\n        #111516 100%\n      );\n    border: 1px solid var(--ott-border);\n    box-shadow: 0 18px 48px rgba(13, 13, 13, 0.12);\n  }\n\n  .ott-product-card::before {\n    position: absolute;\n    inset: 20px;\n    border: 1px solid rgba(179, 151, 92, 0.22);\n    content: \"\";\n    pointer-events: none;\n  }\n\n  .ott-product-card-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .ott-product-number {\n    display: block;\n    margin-bottom: 34px;\n    color: var(--ott-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 46px;\n    font-style: italic;\n    line-height: 1;\n  }\n\n  .ott-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  .ott-product-role {\n    margin-bottom: 26px;\n    color: var(--ott-gold);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n  }\n\n  .ott-product-card \u003e .ott-product-card-content \u003e p {\n    margin-bottom: 30px;\n    color: rgba(255, 255, 255, 0.67);\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .ott-product-card ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ott-product-card li {\n    position: relative;\n    margin-bottom: 13px;\n    padding-left: 23px;\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .ott-product-card li::before {\n    position: absolute;\n    top: 11px;\n    left: 0;\n    width: 9px;\n    height: 1px;\n    background: var(--ott-gold);\n    content: \"\";\n  }\n\n  \/* BETTER TOGETHER *\/\n\n  .ott-together {\n    padding: 110px 0;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(179, 151, 92, 0.16),\n        transparent 35%\n      ),\n      var(--ott-black);\n  }\n\n  .ott-together .ott-section-heading {\n    color: #ffffff;\n  }\n\n  .ott-together .ott-section-intro {\n    color: rgba(255, 255, 255, 0.63);\n  }\n\n  .ott-together-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    margin-top: 62px;\n    border-top: 1px solid var(--ott-border);\n    border-bottom: 1px solid var(--ott-border);\n  }\n\n  .ott-together-item {\n    padding: 48px 38px;\n    text-align: center;\n  }\n\n  .ott-together-item + .ott-together-item {\n    border-left: 1px solid var(--ott-border);\n  }\n\n  .ott-together-item span {\n    display: block;\n    margin-bottom: 20px;\n    color: var(--ott-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 21px;\n    font-style: italic;\n  }\n\n  .ott-together-item h3 {\n    margin-bottom: 13px;\n    color: #ffffff;\n    font-size: 25px;\n  }\n\n  .ott-together-item p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.62);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* FRAGRANCE *\/\n\n  .ott-fragrance {\n    padding: 110px 0;\n    background: var(--ott-stone);\n  }\n\n  .ott-fragrance-grid {\n    display: grid;\n    grid-template-columns: 0.82fr 1.18fr;\n    gap: 70px;\n    align-items: stretch;\n  }\n\n  .ott-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(179, 151, 92, 0.24),\n        transparent 45%\n      ),\n      linear-gradient(\n        145deg,\n        #48565b 0%,\n        #151b1d 100%\n      );\n  }\n\n  .ott-fragrance-visual::before {\n    position: absolute;\n    inset: 24px;\n    border: 1px solid var(--ott-border);\n    content: \"\";\n  }\n\n  .ott-fragrance-monogram {\n    position: relative;\n    z-index: 2;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(78px, 11vw, 145px);\n    font-style: italic;\n    letter-spacing: -0.08em;\n  }\n\n  .ott-fragrance-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 38px 0;\n  }\n\n  .ott-fragrance-copy h2 {\n    margin-bottom: 18px;\n    font-size: clamp(42px, 5vw, 68px);\n    line-height: 1.05;\n  }\n\n  .ott-fragrance-family {\n    margin-bottom: 28px;\n    color: var(--ott-dark-gold);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n  }\n\n  .ott-fragrance-copy \u003e p {\n    margin-bottom: 30px;\n    color: var(--ott-gray);\n    font-size: 17px;\n    line-height: 1.9;\n  }\n\n  .ott-note-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .ott-note {\n    padding-top: 17px;\n    border-top: 1px solid var(--ott-soft-border);\n  }\n\n  .ott-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  .ott-note span {\n    color: var(--ott-gray);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .ott-fragrance-mood {\n    margin-top: 30px;\n    padding: 24px 26px;\n    background: rgba(255, 255, 255, 0.48);\n    border-left: 2px solid var(--ott-gold);\n  }\n\n  .ott-fragrance-mood p {\n    margin: 0;\n    color: var(--ott-gray);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  .ott-fragrance-mood strong {\n    color: var(--ott-black);\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  \/* HOW TO USE *\/\n\n  .ott-how-to {\n    padding: 110px 0;\n    background: #ffffff;\n  }\n\n  .ott-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n    margin-top: 62px;\n  }\n\n  .ott-step {\n    position: relative;\n    min-height: 355px;\n    padding: 42px 34px;\n    background: var(--ott-ivory);\n    border: 1px solid var(--ott-soft-border);\n  }\n\n  .ott-step-number {\n    display: block;\n    margin-bottom: 30px;\n    color: var(--ott-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 48px;\n    font-style: italic;\n    line-height: 1;\n  }\n\n  .ott-step h3 {\n    margin-bottom: 14px;\n    font-size: 27px;\n  }\n\n  .ott-step p {\n    margin: 0;\n    color: var(--ott-gray);\n    font-size: 15px;\n    line-height: 1.82;\n  }\n\n  .ott-use-note {\n    max-width: 790px;\n    margin: 50px auto 0;\n    padding: 30px 34px;\n    color: var(--ott-gray);\n    background: var(--ott-stone);\n    border-left: 2px solid var(--ott-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  .ott-benefits {\n    padding: 110px 0;\n    background: var(--ott-ivory);\n  }\n\n  .ott-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(--ott-soft-border);\n  }\n\n  .ott-benefit {\n    display: grid;\n    grid-template-columns: 40px 1fr;\n    gap: 19px;\n    padding: 28px 0;\n    border-bottom: 1px solid var(--ott-soft-border);\n  }\n\n  .ott-benefit span {\n    color: var(--ott-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 18px;\n    font-style: italic;\n  }\n\n  .ott-benefit h3 {\n    margin-bottom: 7px;\n    font-size: 21px;\n  }\n\n  .ott-benefit p {\n    margin: 0;\n    color: var(--ott-gray);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* PERFECT FOR *\/\n\n  .ott-perfect {\n    padding: 105px 0;\n    color: #ffffff;\n    background:\n      linear-gradient(\n        135deg,\n        rgba(57, 68, 73, 0.48),\n        transparent 60%\n      ),\n      var(--ott-charcoal);\n  }\n\n  .ott-perfect-grid {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 75px;\n    align-items: center;\n  }\n\n  .ott-perfect h2 {\n    margin-bottom: 22px;\n    color: #ffffff;\n    font-size: clamp(40px, 5vw, 64px);\n    line-height: 1.06;\n  }\n\n  .ott-perfect-copy \u003e p {\n    margin-bottom: 0;\n    color: rgba(255, 255, 255, 0.64);\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .ott-perfect-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    border-top: 1px solid var(--ott-border);\n  }\n\n  .ott-perfect-item {\n    padding: 22px 18px 22px 0;\n    color: rgba(255, 255, 255, 0.78);\n    border-bottom: 1px solid var(--ott-border);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .ott-perfect-item:nth-child(even) {\n    padding-left: 22px;\n    border-left: 1px solid var(--ott-border);\n  }\n\n  \/* VALUE *\/\n\n  .ott-value {\n    padding: 105px 0;\n    background: #ffffff;\n  }\n\n  .ott-value-box {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 420px;\n    overflow: hidden;\n    border: 1px solid var(--ott-soft-border);\n    box-shadow: 0 18px 50px rgba(13, 13, 13, 0.08);\n  }\n\n  .ott-value-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 58px;\n    background: var(--ott-ivory);\n  }\n\n  .ott-value-copy h2 {\n    margin-bottom: 20px;\n    font-size: clamp(38px, 5vw, 60px);\n    line-height: 1.08;\n  }\n\n  .ott-value-copy p {\n    margin-bottom: 0;\n    color: var(--ott-gray);\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .ott-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(179, 151, 92, 0.19),\n        transparent 42%\n      ),\n      var(--ott-deep-blue);\n    text-align: center;\n  }\n\n  .ott-value-panel-inner {\n    max-width: 430px;\n  }\n\n  .ott-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  .ott-value-panel p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.66);\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* UPGRADE *\/\n\n  .ott-upgrade {\n    padding: 110px 20px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 50% 10%,\n        rgba(179, 151, 92, 0.22),\n        transparent 38%\n      ),\n      #0b0b0b;\n    text-align: center;\n  }\n\n  .ott-upgrade-inner {\n    max-width: 820px;\n    margin: 0 auto;\n  }\n\n  .ott-upgrade h2 {\n    margin-bottom: 22px;\n    color: #ffffff;\n    font-size: clamp(42px, 6vw, 72px);\n    line-height: 1.03;\n  }\n\n  .ott-upgrade p {\n    max-width: 690px;\n    margin: 0 auto 32px;\n    color: rgba(255, 255, 255, 0.67);\n    font-size: 17px;\n    line-height: 1.85;\n  }\n\n  \/* FAQ *\/\n\n  .ott-faq {\n    padding: 110px 0;\n    background: var(--ott-stone);\n  }\n\n  .ott-faq-list {\n    max-width: 900px;\n    margin: 55px auto 0;\n    padding: 5px 38px;\n    background: rgba(255, 255, 255, 0.62);\n    border: 1px solid var(--ott-soft-border);\n  }\n\n  .ott-faq-item {\n    padding: 30px 0;\n    border-bottom: 1px solid var(--ott-soft-border);\n  }\n\n  .ott-faq-item:last-child {\n    border-bottom: 0;\n  }\n\n  .ott-faq-item h3 {\n    margin-bottom: 11px;\n    font-size: 22px;\n    line-height: 1.4;\n  }\n\n  .ott-faq-item p {\n    margin: 0;\n    color: var(--ott-gray);\n    font-size: 15px;\n    line-height: 1.85;\n  }\n\n  \/* FINAL *\/\n\n  .ott-final {\n    position: relative;\n    padding: 115px 22px;\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 50% 5%,\n        rgba(179, 151, 92, 0.2),\n        transparent 38%\n      ),\n      linear-gradient(\n        145deg,\n        #222c30 0%,\n        #080808 100%\n      );\n    text-align: center;\n  }\n\n  .ott-final::before {\n    position: absolute;\n    inset: 24px;\n    border: 1px solid rgba(179, 151, 92, 0.36);\n    content: \"\";\n  }\n\n  .ott-final-content {\n    position: relative;\n    z-index: 2;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .ott-final h2 {\n    margin-bottom: 22px;\n    color: #ffffff;\n    font-size: clamp(44px, 6vw, 76px);\n    line-height: 1.02;\n  }\n\n  .ott-final p {\n    max-width: 650px;\n    margin: 0 auto 31px;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 17px;\n    line-height: 1.85;\n  }\n\n  .ott-final-prompt {\n    display: inline-block;\n    padding: 16px 28px;\n    color: #ffffff;\n    border: 1px solid var(--ott-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    .ott-opening-grid,\n    .ott-fragrance-grid,\n    .ott-perfect-grid,\n    .ott-value-box {\n      grid-template-columns: 1fr;\n    }\n\n    .ott-product-grid,\n    .ott-steps,\n    .ott-together-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ott-together-item + .ott-together-item {\n      border-top: 1px solid var(--ott-border);\n      border-left: 0;\n    }\n\n    .ott-product-card {\n      min-height: auto;\n    }\n\n    .ott-fragrance-visual {\n      min-height: 390px;\n    }\n\n    .ott-benefit-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ott-value-panel {\n      min-height: 380px;\n    }\n  }\n\n  @media screen and (max-width: 640px) {\n    .ott-container {\n      width: min(100% - 28px, 1180px);\n    }\n\n    .ott-hero {\n      min-height: 650px;\n      padding: 90px 23px;\n    }\n\n    .ott-hero::before,\n    .ott-final::before {\n      inset: 13px;\n    }\n\n    .ott-hero-details {\n      display: grid;\n      gap: 10px;\n    }\n\n    .ott-hero-details span:not(:last-child)::after {\n      display: none;\n    }\n\n    .ott-opening,\n    .ott-included,\n    .ott-together,\n    .ott-fragrance,\n    .ott-how-to,\n    .ott-benefits,\n    .ott-perfect,\n    .ott-value,\n    .ott-faq {\n      padding: 78px 0;\n    }\n\n    .ott-quote-panel,\n    .ott-product-card {\n      padding: 44px 29px;\n    }\n\n    .ott-product-card::before {\n      inset: 13px;\n    }\n\n    .ott-note-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .ott-note {\n      padding: 13px 0;\n    }\n\n    .ott-fragrance-copy {\n      padding: 0;\n    }\n\n    .ott-steps {\n      gap: 18px;\n    }\n\n    .ott-step {\n      min-height: auto;\n      padding: 36px 27px;\n    }\n\n    .ott-perfect-list {\n      grid-template-columns: 1fr;\n    }\n\n    .ott-perfect-item,\n    .ott-perfect-item:nth-child(even) {\n      padding: 18px 0;\n      border-left: 0;\n    }\n\n    .ott-value-copy,\n    .ott-value-panel {\n      padding: 44px 28px;\n    }\n\n    .ott-faq-list {\n      padding: 4px 21px;\n    }\n\n    .ott-upgrade,\n    .ott-final {\n      padding: 90px 27px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ott-daily-ritual\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ott-hero\"\u003e\n    \u003cdiv class=\"ott-hero-content\"\u003e\n\n      \u003cspan class=\"ott-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=\"ott-hero-subtitle\"\u003e\n        Old Thyme Tonic Beard Oil + Beard Balm\n      \u003c\/p\u003e\n\n      \u003cp class=\"ott-hero-copy\"\u003e\n        A refined return to the rituals of the traditional barbershop. The Old\n        Thyme Tonic Daily Ritual pairs our conditioning Beard Oil with our\n        smoothing Beard Balm to soften, nourish and shape the beard while\n        surrounding it with a crisp, aromatic and impeccably groomed signature.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ott-gold-rule\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"ott-hero-details\"\u003e\n        \u003cspan\u003eBeard Oil + Beard Balm\u003c\/span\u003e\n        \u003cspan\u003eAromatic Barbershop\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=\"ott-opening\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n      \u003cdiv class=\"ott-opening-grid\"\u003e\n\n        \u003cdiv class=\"ott-opening-copy\"\u003e\n\n          \u003cspan class=\"ott-eyebrow\"\u003e\n            The Old Thyme Tonic Ritual\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            Classic grooming, considered anew.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            There is something timeless about the ritual of a proper shave, a\n            clean towel and the crisp aromatic atmosphere of an old-world\n            barbershop. Old Thyme Tonic captures that familiar refinement and\n            brings it into the modern beard-care routine.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            The ritual begins with Beard Oil, formulated to condition facial\n            hair and deliver moisture to the skin beneath it. Beard Balm\n            follows, helping to seal in that moisture while smoothing the beard\n            and providing light, natural-looking control.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Both products share the same clean and sophisticated Old Thyme\n            Tonic fragrance, creating one polished scent experience from the\n            first application to the final pass of the comb.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-quote-panel\"\u003e\n\n          \u003cspan class=\"ott-quote-mark\"\u003e“\u003c\/span\u003e\n\n          \u003cblockquote\u003e\n            The spirit of the classic barbershop, refined for the modern man.\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=\"ott-included\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n\n      \u003cdiv class=\"ott-included-header\"\u003e\n\n        \u003cspan class=\"ott-eyebrow\"\u003e\n          Two Essential Steps\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"ott-section-heading\"\u003e\n          Everything the daily beard ritual requires.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"ott-section-intro\"\u003e\n          Each Old Thyme Tonic Daily Ritual includes one full-size Beard Oil\n          and one full-size Beard Balm in the same coordinated fragrance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ott-product-grid\"\u003e\n\n        \u003c!-- OIL --\u003e\n        \u003carticle class=\"ott-product-card\"\u003e\n          \u003cdiv class=\"ott-product-card-content\"\u003e\n\n            \u003cspan class=\"ott-product-number\"\u003e01\u003c\/span\u003e\n\n            \u003ch3\u003e\n              Old Thyme Tonic\u003cbr\u003e\n              Beard Oil\n            \u003c\/h3\u003e\n\n            \u003cp class=\"ott-product-role\"\u003e\n              Condition • Moisturize • Soften\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              The foundation of the ritual. Old Thyme Tonic Beard Oil helps\n              soften coarse facial hair while delivering needed moisture to the\n              skin beneath the beard. It leaves the beard feeling smoother,\n              more comfortable and easier to groom.\n            \u003c\/p\u003e\n\n            \u003cul\u003e\n              \u003cli\u003eHelps condition dry or 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 and discomfort\u003c\/li\u003e\n              \u003cli\u003ePromotes softness and improved manageability\u003c\/li\u003e\n              \u003cli\u003eAdds a healthy-looking, well-groomed finish\u003c\/li\u003e\n              \u003cli\u003eCarries the clean Old Thyme Tonic fragrance close to the beard\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003c!-- BALM --\u003e\n        \u003carticle class=\"ott-product-card\"\u003e\n          \u003cdiv class=\"ott-product-card-content\"\u003e\n\n            \u003cspan class=\"ott-product-number\"\u003e02\u003c\/span\u003e\n\n            \u003ch3\u003e\n              Old Thyme Tonic\u003cbr\u003e\n              Beard Balm\n            \u003c\/h3\u003e\n\n            \u003cp class=\"ott-product-role\"\u003e\n              Seal • Smooth • Control\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              The finishing step. Old Thyme Tonic Beard Balm helps lock in the\n              benefits of the oil while smoothing the surface of the beard. It\n              offers light control and definition without leaving the beard\n              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 everyday definition\u003c\/li\u003e\n              \u003cli\u003eHelps tame flyaways and unruly hairs\u003c\/li\u003e\n              \u003cli\u003eSupports a fuller, more polished appearance\u003c\/li\u003e\n              \u003cli\u003eExtends the coordinated Old Thyme Tonic 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!-- WHY THEY WORK TOGETHER --\u003e\n  \u003csection class=\"ott-together\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n\n      \u003cspan class=\"ott-eyebrow\" style=\"text-align:center;\"\u003e\n        Better Together\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"ott-section-heading\"\u003e\n        More than two products. A complete system.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ott-section-intro\"\u003e\n        Oil and balm perform different roles. Used together, they create a\n        balanced grooming ritual that addresses moisture, softness and control.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ott-together-grid\"\u003e\n\n        \u003carticle class=\"ott-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 help soften the beard\n            and moisturize the skin beneath it.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-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=\"ott-together-item\"\u003e\n          \u003cspan\u003eIII.\u003c\/span\u003e\n          \u003ch3\u003eControl\u003c\/h3\u003e\n          \u003cp\u003e\n            The balm provides light shaping and definition, helping the beard\n            look intentional 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 --\u003e\n  \u003csection class=\"ott-fragrance\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n      \u003cdiv class=\"ott-fragrance-grid\"\u003e\n\n        \u003cdiv class=\"ott-fragrance-visual\"\u003e\n          \u003cspan class=\"ott-fragrance-monogram\"\u003eOTT\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-fragrance-copy\"\u003e\n\n          \u003cspan class=\"ott-eyebrow\"\u003e\n            The Signature Fragrance\n          \u003c\/span\u003e\n\n          \u003ch2\u003eOld Thyme Tonic\u003c\/h2\u003e\n\n          \u003cp class=\"ott-fragrance-family\"\u003e\n            Aromatic • Fresh • Classic Barbershop\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Clean, composed and unmistakably refined, Old Thyme Tonic evokes\n            the atmosphere of a traditional barbershop: polished wood, warm\n            towels, aromatic tonics and the crisp finish of a professional\n            shave.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Fresh lavender and herbal aromatics create a clean opening, lifted\n            by subtle spice. The fragrance settles into smooth woods, soft\n            leather and clean musk for a timeless finish that feels familiar,\n            distinguished and effortlessly masculine.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"ott-note-grid\"\u003e\n\n            \u003cdiv class=\"ott-note\"\u003e\n              \u003cstrong\u003eOpening\u003c\/strong\u003e\n              \u003cspan\u003e\n                Fresh Lavender\u003cbr\u003e\n                Herbal Aromatics\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ott-note\"\u003e\n              \u003cstrong\u003eHeart\u003c\/strong\u003e\n              \u003cspan\u003e\n                Basil\u003cbr\u003e\n                Subtle Spice\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ott-note\"\u003e\n              \u003cstrong\u003eFinish\u003c\/strong\u003e\n              \u003cspan\u003e\n                Smooth Woods\u003cbr\u003e\n                Clean Musk\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ott-fragrance-mood\"\u003e\n            \u003cp\u003e\n              \u003cstrong\u003eThe mood:\u003c\/strong\u003e\n              Crisp, polished and timeless. Old Thyme Tonic is made for the man\n              who appreciates classic style, traditional craftsmanship and a\n              clean, confident finish.\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=\"ott-how-to\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n\n      \u003cspan class=\"ott-eyebrow\" style=\"text-align:center;\"\u003e\n        The Daily Grooming Ritual\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"ott-section-heading\"\u003e\n        Condition first. Control second.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ott-section-intro\"\u003e\n        Apply after showering or washing the face, when the beard is clean and\n        slightly damp or completely dry.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ott-steps\"\u003e\n\n        \u003carticle class=\"ott-step\"\u003e\n\n          \u003cspan class=\"ott-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 Old Thyme Tonic Beard Oil into the palm.\n            Rub the hands together, then massage the oil through the beard and\n            into the skin beneath it.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-step\"\u003e\n\n          \u003cspan class=\"ott-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. Pay particular attention to dry areas and the skin beneath\n            fuller sections of the beard.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-step\"\u003e\n\n          \u003cspan class=\"ott-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 Beard Balm between the palms. Smooth it\n            through the beard, then shape and refine with the hands, brush or\n            comb.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"ott-use-note\"\u003e\n        Begin with less product than you think you need. Add more gradually\n        according to beard length, density and personal preference.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"ott-benefits\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n\n      \u003cspan class=\"ott-eyebrow\" style=\"text-align:center;\"\u003e\n        The Black Label Difference\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"ott-section-heading\"\u003e\n        A more considered approach to beard care.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ott-section-intro\"\u003e\n        Designed to transform daily grooming from a task into a purposeful\n        ritual.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ott-benefit-grid\"\u003e\n\n        \u003cdiv class=\"ott-benefit\"\u003e\n          \u003cspan\u003e01\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eSkin-to-Surface Care\u003c\/h3\u003e\n            \u003cp\u003e\n              The oil addresses the beard and the skin beneath it, while the\n              balm finishes and refines the outer surface.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-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              more manageable.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-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 provides gentle shaping without the hard or sticky\n              finish of heavier styling products.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-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 same Old Thyme Tonic fragrance,\n              preventing competing scents within the grooming routine.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-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 make it easy to build an effective\n              daily routine without unnecessary complexity.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-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=\"ott-perfect\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n      \u003cdiv class=\"ott-perfect-grid\"\u003e\n\n        \u003cdiv class=\"ott-perfect-copy\"\u003e\n\n          \u003cspan class=\"ott-eyebrow\"\u003e\n            Made for the Everyday\n          \u003c\/span\u003e\n\n          \u003ch2\u003e\n            Timeless grooming for every beard and every season.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Old Thyme Tonic offers a clean, balanced fragrance that transitions\n            easily from the workday to the weekend and from morning grooming to\n            evening plans.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-perfect-list\"\u003e\n          \u003cdiv class=\"ott-perfect-item\"\u003eShort Beards\u003c\/div\u003e\n          \u003cdiv class=\"ott-perfect-item\"\u003eFull Beards\u003c\/div\u003e\n          \u003cdiv class=\"ott-perfect-item\"\u003eDry Facial Hair\u003c\/div\u003e\n          \u003cdiv class=\"ott-perfect-item\"\u003eDaily Grooming\u003c\/div\u003e\n          \u003cdiv class=\"ott-perfect-item\"\u003eProfessional Wear\u003c\/div\u003e\n          \u003cdiv class=\"ott-perfect-item\"\u003eYear-Round Use\u003c\/div\u003e\n          \u003cdiv class=\"ott-perfect-item\"\u003eFather’s Day\u003c\/div\u003e\n          \u003cdiv class=\"ott-perfect-item\"\u003eGifts 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=\"ott-value\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n\n      \u003cdiv class=\"ott-value-box\"\u003e\n\n        \u003cdiv class=\"ott-value-copy\"\u003e\n\n          \u003cspan class=\"ott-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            Purchasing the Old Thyme Tonic Daily Ritual brings two\n            complementary grooming steps together in one coordinated set. No\n            mismatched fragrances. No uncertainty about which products work\n            together. Just a focused daily routine designed around the needs of\n            the beard.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ott-value-panel\"\u003e\n          \u003cdiv class=\"ott-value-panel-inner\"\u003e\n\n            \u003cspan class=\"ott-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 Old Thyme Tonic grooming experience for\n              conditioning, softness 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=\"ott-upgrade\"\u003e\n    \u003cdiv class=\"ott-upgrade-inner\"\u003e\n\n      \u003cspan class=\"ott-eyebrow\"\u003e\n        Take the Ritual Beyond the Beard\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Carry Old Thyme Tonic 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 the cologne oil to pulse points after grooming to\n        extend the Old Thyme Tonic signature beyond the beard.\n      \u003c\/p\u003e\n\n      \u003ca class=\"ott-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=\"ott-faq\"\u003e\n    \u003cdiv class=\"ott-container\"\u003e\n\n      \u003cspan class=\"ott-eyebrow\" style=\"text-align:center;\"\u003e\n        The Details\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"ott-section-heading\"\u003e\n        Frequently Asked Questions\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"ott-faq-list\"\u003e\n\n        \u003carticle class=\"ott-faq-item\"\u003e\n\n          \u003ch3\u003e\n            What is included in the Old Thyme Tonic Daily Ritual?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            The set includes one full-size Old Thyme Tonic Beard Oil and one\n            full-size Old Thyme Tonic Beard Balm.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-faq-item\"\u003e\n\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 surface and add light control.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-faq-item\"\u003e\n\n          \u003ch3\u003e\n            Do I need both products?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            The products perform different roles. Beard Oil focuses on\n            conditioning and moisture, while Beard Balm adds smoothing, light\n            hold and definition. They may be used individually, but they are\n            designed to work especially well together.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-faq-item\"\u003e\n\n          \u003ch3\u003e\n            How much product should I use?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            The amount depends on beard length and density. Begin with a small\n            amount of each product and add more only as needed.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-faq-item\"\u003e\n\n          \u003ch3\u003e\n            What does Old Thyme Tonic smell like?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Old Thyme Tonic is a clean aromatic fragrance inspired by the\n            classic barbershop. It combines fresh lavender, herbal notes,\n            subtle spice, smooth woods and clean musk.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-faq-item\"\u003e\n\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 Old Thyme\n            Tonic and can be applied to pulse points after the beard-care\n            ritual for a coordinated beard-to-skin fragrance experience.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n        \u003carticle class=\"ott-faq-item\"\u003e\n\n          \u003ch3\u003e\n            Does this make a good gift?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            The Daily Ritual is an elevated grooming gift for birthdays,\n            Father’s Day, holidays, weddings, anniversaries or any man who\n            appreciates classic grooming and a refined signature fragrance.\n          \u003c\/p\u003e\n\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"ott-final\"\u003e\n    \u003cdiv class=\"ott-final-content\"\u003e\n\n      \u003cspan class=\"ott-eyebrow\"\u003e\n        Old Thyme Tonic\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Condition. Control. Return to the ritual.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Bring softness, polish and the timeless Old Thyme Tonic signature into\n        one complete daily grooming experience.\n      \u003c\/p\u003e\n\n      \u003cspan class=\"ott-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":45952766312518,"sku":null,"price":33.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/files\/OldThymeTonicBeardBalmPic.3_81c6482b-d009-4ec0-89c0-86e993dd0e91.jpg?v=1785454451","url":"https:\/\/luluandoliver.com\/products\/black-label-daily-ritual-old-thyme-tonic","provider":"LuLu \u0026 Oliver","version":"1.0","type":"link"}