{"product_id":"jeffersons-rye-review","title":"Jefferson's Rye Review","description":"\u003cstyle\u003e\n\/* ── RyeCentral Review v2 CSS ── *\/\n\/* ── IMPORTANT: This CSS is extracted from the V2 Reference Template ── *\/\n\/* ── at \/products\/v2-ref-template-do-not-edit — DO NOT MODIFY ── *\/\n.rc-v2 { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a1a; line-height: 1.6; }\n.rc-v2 * { box-sizing: border-box; }\n.rc-v2 h2 { font-size: 22px; font-weight: 700; margin: 28px 0 16px; color: #1a1a1a; padding-top: 8px; }\n.rc-v2 h3 { font-size: 18px; font-weight: 600; margin: 20px 0 12px; color: #1a1a1a; }\n.rc-v2 p { margin-bottom: 14px; font-size: 16px; line-height: 1.75; }\n\n\/* ── Breadcrumb ── *\/\n.rc-breadcrumb { font-size: 13px; color: #6b6b65; margin-bottom: 16px; }\n.rc-breadcrumb a { color: #6b6b65; text-decoration: none; }\n.rc-breadcrumb a:hover { color: #E8860C; }\n\n\/* ── Jump Links ── *\/\n.rc-jump-links { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }\n.rc-jump-link { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border: 1px solid #e5e5e0; border-radius: 20px; font-size: 13px; color: #1a1a1a; text-decoration: none; background: #fff; transition: all 0.15s; }\n.rc-jump-link:hover { border-color: #E8860C; color: #E8860C; }\n.rc-jump-link--reward{background:#E8860C !important;color:#fff !important;border-color:#E8860C !important;font-weight:600}\n.rc-jump-link--reward:hover{background:#d07a0b !important;border-color:#d07a0b !important}\n\n\/* ── Cards ── *\/\n.rc-card { background: #fff; border: 1px solid #e5e5e0; border-radius: 10px; padding: 24px; margin-bottom: 20px; }\n\n\/* ── Quick Facts ── *\/\n.rc-facts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }\n.rc-fact-item { background: #f8f8f5; padding: 12px 16px; border-radius: 8px; border-left: 3px solid #E8860C; }\n.rc-fact-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.8px; color: #6b6b65; font-weight: 600; margin-bottom: 2px; }\n.rc-fact-value { font-size: 15px; font-weight: 600; color: #1a1a1a; }\n\n\/* ── Is This For Me ── *\/\n.rc-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n.rc-fit-card { padding: 20px; border-radius: 8px; }\n.rc-fit-love { background: #f0faf0; border: 1px solid #c3e6c3; }\n.rc-fit-skip { background: #fff5f5; border: 1px solid #f0c6c6; }\n.rc-fit-card h3 { margin-top: 0; font-size: 15px; }\n.rc-fit-card p { font-size: 14px; line-height: 1.6; margin: 0; }\n.rc-fit-box { padding: 16px; border-radius: 8px; }\n.rc-fit-box p { font-size: 14px; margin: 0; }\n.rc-fit-like { background: #f0faf4; border: 1px solid #c6e9d4; }\n.rc-fit-like .rc-fit-label { color: #2d8a4e; }\n.rc-fit-label { font-weight: 700; font-size: 14px; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }\n.rc-fit-skip .rc-fit-label { color: #c0392b; }\n\n\/* ── Flavor Profile ── *\/\n.rc-flavor-bars { display: flex; flex-direction: column; gap: 10px; }\n.rc-flavor-row { display: flex; align-items: center; gap: 12px; }\n.rc-flavor-label { width: 110px; font-size: 14px; font-weight: 500; text-align: right; flex-shrink: 0; }\n.rc-flavor-track { flex: 1; height: 10px; background: #f0f0eb; border-radius: 5px; overflow: hidden; }\n.rc-flavor-fill { height: 100%; background: linear-gradient(90deg, #E8860C, #f5a623); border-radius: 5px; display: block !important; }\n.rc-flavor-val { width: 28px; font-size: 14px; font-weight: 700; color: #E8860C; }\n\n\/* ── Tasting Notes ── *\/\n.rc-tasting-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }\n.rc-tasting-card { background: #f8f8f5; border-radius: 10px; padding: 16px; text-align: center; }\n.rc-tasting-card .rc-emoji { font-size: 28px; margin-bottom: 6px; }\n.rc-tasting-card h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.8px; color: #6b6b65; margin: 0 0 6px; font-weight: 600; }\n.rc-tasting-card p { font-size: 14px; line-height: 1.5; margin: 0; }\n\n\/* ── Cocktail Fit ── *\/\n.rc-cocktail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }\n.rc-cocktail-item { text-align: center; padding: 16px 8px; background: #f8f8f5; border-radius: 8px; }\n.rc-cocktail-name { font-size: 13px; font-weight: 600; margin-bottom: 4px; }\n.rc-cocktail-stars { color: #E8860C; font-size: 14px; letter-spacing: 1px; }\n.rc-cocktail-tip { margin-top: 12px; padding: 12px 16px; background: #fff8f0; border-left: 3px solid #E8860C; border-radius: 0 8px 8px 0; font-size: 14px; font-style: italic; }\n\n\/* ── Price Card ── *\/\n.rc-price-highlight { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: #f8f8f5; border-radius: 8px; margin-bottom: 12px; }\n.rc-price-range { font-size: 28px; font-weight: 800; color: #E8860C; }\n.rc-price-context { font-size: 14px; color: #6b6b65; }\n\n\/* ── Transparency Table ── *\/\n.rc-transparency-list { list-style: none; padding: 0; margin: 0; }\n.rc-transparency-list li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f0f0eb; font-size: 14px; }\n.rc-transparency-list li:last-child { border-bottom: none; }\n.rc-t-label { font-weight: 600; min-width: 130px; color: #1a1a1a; }\n.rc-t-value { color: #6b6b65; }\n\n\/* ── Full Review ── *\/\n.rc-review-content { border-top: 3px solid #E8860C; padding-top: 28px; margin-top: 24px; }\n.rc-review-content h3 { margin-top: 24px; }\n.rc-author-box { display: flex; align-items: center; gap: 12px; padding: 16px; background: #f8f8f5; border-radius: 8px; margin-bottom: 24px; }\n.rc-author-avatar { width: 48px; height: 48px; border-radius: 50%; background: #E8860C; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; flex-shrink: 0; }\n.rc-author-name { font-size: 16px; font-weight: 700; margin-bottom: 2px; }\n.rc-author-role { font-size: 13px; color: #6b6b65; }\n.rc-review-body h3 { font-size: 18px; color: #1a1a1a; margin: 24px 0 12px; font-weight: 600; }\n.rc-review-body p { font-size: 16px; line-height: 1.75; margin-bottom: 16px; color: #333; }\n.rc-review-body a { color: #E8860C; text-decoration: underline; }\n\n\/* ── Community Section ── *\/\n.rc-community { background: #1a1a1a; color: #fff; border-radius: 10px; padding: 32px; margin-bottom: 20px; }\n.rc-community h2 { color: #fff; }\n.rc-community h3 { color: rgba(255,255,255,0.7); }\n.rc-comm-score-row { display: flex; align-items: center; gap: 24px; margin-bottom: 24px; }\n.rc-comm-big-score { font-size: 56px; font-weight: 800; color: #E8860C; line-height: 1; }\n.rc-comm-score-meta { font-size: 14px; color: rgba(255,255,255,0.5); }\n.rc-flavor-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }\n.rc-flavor-tag { background: rgba(232,134,12,0.15); color: #E8860C; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; }\n.rc-histogram { display: flex; flex-direction: column; gap: 6px; }\n.rc-histogram-row { display: flex; align-items: center; gap: 8px; }\n.rc-histogram-label { width: 24px; font-size: 12px; opacity: 0.6; }\n.rc-histogram-track { flex: 1; height: 8px; background: rgba(255,255,255,0.1); border-radius: 4px; overflow: hidden; }\n.rc-histogram-fill { height: 100%; background: #E8860C; border-radius: 4px; display: block !important; }\n.rc-histogram-pct { font-size: 12px; opacity: 0.5; width: 32px; text-align: right; }\n.rc-early-note { background: rgba(255,255,255,0.06); border-left: 3px solid #E8860C; padding: 12px 16px; border-radius: 0 8px 8px 0; margin-top: 18px; font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.6; }\n\n\/* ── CTA Banner ── *\/\n.rc-cta-banner { background: linear-gradient(135deg, #E8860C, #d4710a); color: #fff; padding: 32px; border-radius: 10px; text-align: center; margin-bottom: 20px; }\n.rc-cta-banner h2 { color: #fff; font-size: 22px; margin-bottom: 8px; }\n.rc-cta-banner p { opacity: 0.9; margin-bottom: 16px; font-size: 15px; }\n.rc-btn-white { background: #fff; color: #E8860C; padding: 12px 32px; border-radius: 8px; font-weight: 700; font-size: 15px; border: none; cursor: pointer; text-decoration: none; display: inline-block; }\n\n\/* ── Pros\/Cons ── *\/\n.rc-proscons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n.rc-proscons-col ul { list-style: none; padding: 0; margin: 0; }\n.rc-proscons-col li { display: flex; gap: 8px; padding: 10px 0; border-bottom: 1px solid #f0f0eb; font-size: 14px; align-items: flex-start; }\n.rc-proscons-col li:last-child { border-bottom: none; }\n.rc-pro-icon { color: #2d8a4e; font-weight: 700; flex-shrink: 0; }\n.rc-con-icon { color: #c0392b; font-weight: 700; flex-shrink: 0; }\n\n\/* ── FAQ ── *\/\n.rc-faq-item { border-bottom: 1px solid #e5e5e0; padding: 16px 0; }\n.rc-faq-item:last-child { border-bottom: none; }\n.rc-faq-q { font-weight: 700; font-size: 16px; margin-bottom: 8px; cursor: pointer; display: flex; align-items: center; gap: 8px; }\n.rc-faq-a { font-size: 15px; color: #6b6b65; line-height: 1.6; padding-left: 24px; }\n\n\/* ── Disclaimer ── *\/\n.rc-disclaimer { padding: 20px 24px; background: #f0f0eb; border-radius: 8px; font-size: 13px; color: #6b6b65; margin-bottom: 20px; line-height: 1.5; }\n.rc-last-updated { font-size: 12px; color: #6b6b65; text-align: right; margin-bottom: 20px; }\n\n\/* ── Rewards ── *\/\n.rc-voucher-card{display:flex;align-items:center;gap:16px;padding:20px;background:#f8f8f5;border-radius:10px;border:2px dashed #E8860C;margin:16px 0}\n.rc-voucher-card .rc-emoji{font-size:36px;flex-shrink:0}\n.rc-voucher-card div h4{margin:0 0 4px;font-size:16px;font-weight:700;color:#E8860C}\n.rc-voucher-card div p{margin:0;font-size:14px;line-height:1.5;color:#6b6b65}\n.rc-callout{margin:16px 0;padding:14px 18px;background:#fff8f0;border-left:3px solid #E8860C;border-radius:0 8px 8px 0;font-size:15px}\n.rc-callout strong{color:#E8860C}\n.rc-honesty-block{border-left:3px solid #E8860C;padding:12px 16px;margin:20px 0;background:#fffbf5;border-radius:0 8px 8px 0}\n.rc-honesty-block p{font-size:14px;font-style:italic;margin:0;color:#444}\n.rc-honesty-block strong{font-style:normal}\n\n\/* ── Tasting Card Button ── *\/\n.rc-dl-card{display:flex;align-items:center;justify-content:center;gap:10px;margin:16px 0;padding:14px 24px;background:linear-gradient(135deg,#E8860C 0%,#d07a0b 100%);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s;font-family:inherit;width:100%}\n.rc-dl-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(232,134,12,0.35)}\n.rc-dl-card svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}\n\n\/* ── Pour Compare Review Process Strip ── *\/\n.rc-process-strip{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin:20px 0 8px 0;padding:18px 12px;background:#f8f8f5;border-radius:10px;border:1px solid #e5e5e0}\n.rc-process-step{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;transition:transform 0.15s ease}\n.rc-process-step:hover{transform:translateY(-2px)}\n.rc-process-step:hover .rc-process-icon{background:#E8860C;border-color:#E8860C}\n.rc-process-step:hover .rc-process-icon svg{fill:#fff;stroke:#fff}\n.rc-process-icon{width:56px;height:56px;border-radius:50%;background:#fff8f0;border:2px solid #E8860C;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease}\n.rc-process-icon svg{width:28px;height:28px;fill:none;stroke:#E8860C;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}\n.rc-process-label{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#E8860C}\n\n\/* ── Hide Shopify buy elements (we don't sell alcohol) ── *\/\n.product-form__quantity { display: none !important; }\n.product-form__buttons { display: none !important; }\n.product-form__input--variant { display: none !important; }\n.price--large { display: none !important; }\n\n\/* ── Title \u0026 Price overrides ── *\/\n.product__title h1{font-size:28px !important;font-weight:800 !important;line-height:1.25 !important;color:#1a1a1a !important}\n.price--large .price-item--regular,.price--large .price-item--sale{font-size:14px !important;font-weight:500 !important;color:#6b6b65 !important}\n.price--large .price__container{font-size:14px !important}\n\n\/* ── Guide Price + Where to Buy ── *\/\n.rc-guide-price{font-size:13px;color:#8a8a82;margin-bottom:8px;font-weight:400}\n.rc-guide-price-label { font-size: 14px; color: #6b6b65; font-weight: 500; }\n.rc-guide-price-value { font-size: 24px; font-weight: 800; color: #1a1a1a; }\n.rc-where-to-buy { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 24px; background: #E8860C; color: #fff; font-size: 16px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer; text-decoration: none; transition: background 0.15s; margin-bottom: 12px; }\n.rc-where-to-buy:hover { background: #d4710a; color: #fff; }\n.rc-where-to-buy svg { flex-shrink: 0; }\n.rc-buy-wrap { margin-bottom: 12px; }\n.rc-buy-wrap summary { list-style: none; }\n.rc-buy-wrap summary::-webkit-details-marker { display: none; }\n.rc-buy-wrap summary::marker { display: none; content: ''; }\n.rc-coming-soon { background: #fff8f0; border: 1px solid #E8860C; border-radius: 8px; text-align: center; padding: 16px; margin-top: 8px; }\n.rc-coming-soon h4 { font-size: 16px; font-weight: 700; margin: 0 0 6px; color: #1a1a1a; }\n.rc-coming-soon p { font-size: 14px; color: #6b6b65; margin: 0; line-height: 1.5; }\n\n@media (max-width: 768px) {\n  .rc-fit-grid { grid-template-columns: 1fr; }\n  .rc-tasting-grid { grid-template-columns: 1fr; }\n  .rc-cocktail-grid { grid-template-columns: repeat(2, 1fr); }\n  .rc-proscons-grid { grid-template-columns: 1fr; }\n  .rc-facts-grid { grid-template-columns: 1fr 1fr; }\n  .rc-comm-big-score { font-size: 42px; }\n  .rc-voucher-card{flex-direction:column;text-align:center}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"rc-v2\"\u003e\n\u003c!-- Guide Price --\u003e\n\u003cdiv class=\"rc-guide-price\"\u003e\n\u003cspan class=\"rc-guide-price-label\"\u003eGuide Price:\u003c\/span\u003e \u003cspan class=\"rc-guide-price-value\"\u003e$34.99\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Breadcrumb --\u003e\n\u003cdiv class=\"rc-breadcrumb\"\u003e\n\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"\/collections\/rye-whiskey-reviews\"\u003eRye Whiskey Reviews\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e \u003ca href=\"\/collections\/rye-whiskey-reviews\"\u003eJefferson's\u003c\/a\u003e \u003cspan\u003e›\u003c\/span\u003e Jefferson's Rye Review\n\u003c\/div\u003e\n\u003c!-- Jump Links --\u003e\n\u003cdiv class=\"rc-jump-links\"\u003e\n\u003ca href=\"#rc-tasting\" class=\"rc-jump-link\"\u003e👃 Tasting Notes\u003c\/a\u003e\n\u003ca href=\"#rc-flavor\" class=\"rc-jump-link\"\u003e📊 Flavor Profile\u003c\/a\u003e\n\u003ca href=\"#rc-cocktails\" class=\"rc-jump-link\"\u003e🍸 Cocktail Fit\u003c\/a\u003e\n\u003ca href=\"#rc-review\" class=\"rc-jump-link\"\u003e📝 Full Review\u003c\/a\u003e\n\u003ca href=\"#rc-community\" class=\"rc-jump-link\"\u003e👥 Community\u003c\/a\u003e\n\u003ca href=\"#rc-faq\" class=\"rc-jump-link\"\u003e❓ FAQ\u003c\/a\u003e\n\u003ca href=\"#rc-rewards\" class=\"rc-jump-link rc-jump-link--reward\"\u003e🎁 $10 Reward\u003c\/a\u003e\n\u003c\/div\u003e\n\n  \u003c!-- Quick Facts Section --\u003e\n  \u003cdiv id=\"rc-facts\" class=\"rc-card\"\u003e\n    \u003ch2\u003eQuick Facts\u003c\/h2\u003e\n    \u003cdiv class=\"rc-facts-grid\"\u003e\n      \u003cdiv class=\"rc-fact-item\"\u003e\n\u003cdiv class=\"rc-fact-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"rc-fact-value\"\u003eBlend of Straight Rye Whiskeys\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-fact-item\"\u003e\n\u003cdiv class=\"rc-fact-label\"\u003eProof \/ ABV\u003c\/div\u003e\n\u003cdiv class=\"rc-fact-value\"\u003e88 Proof \/ 44% ABV\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-fact-item\"\u003e\n\u003cdiv class=\"rc-fact-label\"\u003eAge\u003c\/div\u003e\n\u003cdiv class=\"rc-fact-value\"\u003eNo age statement (6–9 year components)\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-fact-item\"\u003e\n\u003cdiv class=\"rc-fact-label\"\u003eMash Bill\u003c\/div\u003e\n\u003cdiv class=\"rc-fact-value\"\u003eNot disclosed\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-fact-item\"\u003e\n\u003cdiv class=\"rc-fact-label\"\u003eOrigin\u003c\/div\u003e\n\u003cdiv class=\"rc-fact-value\"\u003e70% USA \/ 30% Canada; blended in Louisville, KY\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-fact-item\"\u003e\n\u003cdiv class=\"rc-fact-label\"\u003ePrice Range\u003c\/div\u003e\n\u003cdiv class=\"rc-fact-value\"\u003e$33–$38\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-fact-item\"\u003e\n\u003cdiv class=\"rc-fact-label\"\u003eBrand\u003c\/div\u003e\n\u003cdiv class=\"rc-fact-value\"\u003eJefferson's (Master Blender Ale Ochoa)\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-fact-item\"\u003e\n\u003cdiv class=\"rc-fact-label\"\u003eReleased\u003c\/div\u003e\n\u003cdiv class=\"rc-fact-value\"\u003eMay 2025\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Is This For Me Section --\u003e\n  \u003cdiv id=\"rc-fit\" class=\"rc-card\"\u003e\n    \u003ch2\u003eIs This For Me?\u003c\/h2\u003e\n    \u003cdiv class=\"rc-fit-grid\"\u003e\n      \u003cdiv class=\"rc-fit-box rc-fit-like\"\u003e\n        \u003cdiv class=\"rc-fit-label\"\u003e✅ You'll love this if…\u003c\/div\u003e\n        \u003cp\u003eYou like your rye on the bright, minty, dessert-leaning side rather than the dry and peppery side. At 88 proof it's soft and easy, the component whiskeys carry real age, and $35 for a blend of 6- to 9-year straight ryes is a fair ask.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rc-fit-box rc-fit-skip\"\u003e\n        \u003cdiv class=\"rc-fit-label\"\u003e⛔ Maybe skip if…\u003c\/div\u003e\n        \u003cp\u003eYou want disclosure or intensity. The mash bill isn't published, the component distilleries aren't named, and at 88 proof it stays gentle throughout. It's also a very new release — the independent review pool is still tiny, so our score is an early read rather than a settled one.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Flavor Profile Section --\u003e\n  \u003cdiv id=\"rc-flavor\" class=\"rc-card\"\u003e\n    \u003ch2\u003eFlavor Profile at a Glance\u003c\/h2\u003e\n    \u003cdiv class=\"rc-flavor-bars\"\u003e\n      \u003cdiv class=\"rc-flavor-row\"\u003e\n\u003cdiv class=\"rc-flavor-label\"\u003eSweetness\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-track\"\u003e\u003cdiv class=\"rc-flavor-fill\" style=\"width: 60%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-val\"\u003e6\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-flavor-row\"\u003e\n\u003cdiv class=\"rc-flavor-label\"\u003eRye Spice\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-track\"\u003e\u003cdiv class=\"rc-flavor-fill\" style=\"width: 60%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-val\"\u003e6\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-flavor-row\"\u003e\n\u003cdiv class=\"rc-flavor-label\"\u003eHerbal \/ Mint\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-track\"\u003e\u003cdiv class=\"rc-flavor-fill\" style=\"width: 60%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-val\"\u003e6\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-flavor-row\"\u003e\n\u003cdiv class=\"rc-flavor-label\"\u003eFruit\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-track\"\u003e\u003cdiv class=\"rc-flavor-fill\" style=\"width: 50%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-val\"\u003e5\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-flavor-row\"\u003e\n\u003cdiv class=\"rc-flavor-label\"\u003eOak \/ Vanilla\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-track\"\u003e\u003cdiv class=\"rc-flavor-fill\" style=\"width: 50%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-val\"\u003e5\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-flavor-row\"\u003e\n\u003cdiv class=\"rc-flavor-label\"\u003eBody\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-track\"\u003e\u003cdiv class=\"rc-flavor-fill\" style=\"width: 50%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-val\"\u003e5\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-flavor-row\"\u003e\n\u003cdiv class=\"rc-flavor-label\"\u003eHeat\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-track\"\u003e\u003cdiv class=\"rc-flavor-fill\" style=\"width: 40%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-val\"\u003e4\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-flavor-row\"\u003e\n\u003cdiv class=\"rc-flavor-label\"\u003eFinish Length\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-track\"\u003e\u003cdiv class=\"rc-flavor-fill\" style=\"width: 50%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-flavor-val\"\u003e5\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What It Tastes Like Section --\u003e\n  \u003cdiv id=\"rc-tasting\" class=\"rc-card\"\u003e\n    \u003ch2\u003eWhat It Tastes Like\u003c\/h2\u003e\n    \u003cdiv class=\"rc-tasting-grid\"\u003e\n      \u003cdiv class=\"rc-tasting-card\"\u003e\n        \u003cdiv class=\"rc-emoji\"\u003e👃\u003c\/div\u003e\n        \u003ch4\u003eNose\u003c\/h4\u003e\n        \u003cp\u003eBright and high-toned. Baking spice and chewy caramel sit under a green wash of mint and menthol, with cherry and spiced apple filling in behind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rc-tasting-card\"\u003e\n        \u003cdiv class=\"rc-emoji\"\u003e👅\u003c\/div\u003e\n        \u003ch4\u003ePalate\u003c\/h4\u003e\n        \u003cp\u003eGritty rye spice takes centre stage first, then softens into cinnamon, vanilla bean and butterscotch. Dried fig and cooked grain give the middle a sweet, pastry-like turn.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rc-tasting-card\"\u003e\n        \u003cdiv class=\"rc-emoji\"\u003e🔥\u003c\/div\u003e\n        \u003ch4\u003eFinish\u003c\/h4\u003e\n        \u003cp\u003eMedium. Cinnamon sugar and clove fade over lingering butterscotch and a whisper of dried fig — reviewers split between calling it long and calling it a little muddled.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Download Tasting Card --\u003e\n  \u003cbutton class=\"rc-dl-card\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 16l-5-5h3V4h4v7h3l-5 5zm-7 2v2h14v-2H5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Download Tasting Card (PDF)\u003c\/button\u003e\n\n  \u003c!-- Best Ways to Enjoy Section --\u003e\n  \u003cdiv id=\"rc-cocktails\" class=\"rc-card\"\u003e\n    \u003ch2\u003eBest Ways to Enjoy\u003c\/h2\u003e\n    \u003cdiv class=\"rc-tasting-grid\" style=\"grid-template-columns: 1fr 1fr;\"\u003e\n      \u003cdiv class=\"rc-tasting-card\"\u003e\n        \u003cdiv class=\"rc-emoji\"\u003e🥃\u003c\/div\u003e\n        \u003ch4\u003eNeat\u003c\/h4\u003e\n        \u003cp\u003eThe intended serve. Soft at 88 proof, sweet-leaning, and easy to drink without water.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rc-tasting-card\"\u003e\n        \u003cdiv class=\"rc-emoji\"\u003e💧\u003c\/div\u003e\n        \u003ch4\u003eWith Water\u003c\/h4\u003e\n        \u003cp\u003eBarely needed. A few drops open the mint further but thin an already medium body.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rc-tasting-card\"\u003e\n        \u003cdiv class=\"rc-emoji\"\u003e🧊\u003c\/div\u003e\n        \u003ch4\u003eOn Ice\u003c\/h4\u003e\n        \u003cp\u003eFine. Chilling pulls the sweetness back and lets the rye spice read more clearly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rc-tasting-card\"\u003e\n        \u003cdiv class=\"rc-emoji\"\u003e🍹\u003c\/div\u003e\n        \u003ch4\u003eCocktail\u003c\/h4\u003e\n        \u003cp\u003eCapable rather than commanding. It makes an agreeable Old Fashioned but gets pushed around by vermouth and amaro at this proof.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 16px;\"\u003e\n      \u003ch3\u003eCocktail Scores\u003c\/h3\u003e\n      \u003cdiv class=\"rc-cocktail-grid\"\u003e\n        \u003cdiv class=\"rc-cocktail-item\"\u003e\n          \u003cdiv class=\"rc-cocktail-name\"\u003eManhattan\u003c\/div\u003e\n          \u003cdiv class=\"rc-cocktail-stars\"\u003e★★★☆☆\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rc-cocktail-item\"\u003e\n          \u003cdiv class=\"rc-cocktail-name\"\u003eOld Fashioned\u003c\/div\u003e\n          \u003cdiv class=\"rc-cocktail-stars\"\u003e★★★★☆\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rc-cocktail-item\"\u003e\n          \u003cdiv class=\"rc-cocktail-name\"\u003eWhiskey Sour\u003c\/div\u003e\n          \u003cdiv class=\"rc-cocktail-stars\"\u003e★★★★☆\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rc-cocktail-item\"\u003e\n          \u003cdiv class=\"rc-cocktail-name\"\u003eBoulevardier\u003c\/div\u003e\n          \u003cdiv class=\"rc-cocktail-stars\"\u003e★★☆☆☆\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rc-cocktail-tip\"\u003e💡 \u003cstrong\u003ePro Tip:\u003c\/strong\u003e Drink this one neat. At 88 proof the mint-and-butterscotch character is the whole appeal, and it's the first thing to disappear once vermouth and bitters get involved.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Price \u0026 Value Section --\u003e\n  \u003cdiv id=\"rc-price\" class=\"rc-card\"\u003e\n    \u003ch2\u003ePrice \u0026amp; Value\u003c\/h2\u003e\n    \u003cdiv class=\"rc-price-highlight\"\u003e\n      \u003cdiv class=\"rc-price-range\"\u003e$33–$38\u003c\/div\u003e\n      \u003cdiv class=\"rc-price-context\"\u003e750ml · $34.99 MSRP; $34.98 at ReserveBar, $32.99 at Total Wine\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eThirty-five dollars for a blend whose youngest component is six years old is a sound proposition on paper, and the age genuinely shows in the texture. What you don't get is disclosure: no mash bill, no named distilleries, and only a label statement that 70% of the distillate is American and 30% Canadian. If blended ryes interest you, compare it with \u003ca href=\"\/products\/hochstadters-vatted-straight-rye-whiskey-review\"\u003eHochstadter's Vatted Straight Rye\u003c\/a\u003e and \u003ca href=\"\/products\/high-west-double-rye-review\"\u003eHigh West Double Rye\u003c\/a\u003e, both of which play the same game at similar money. For the Canadian side of its parentage, our \u003ca href=\"\/collections\/canada-rye-whiskey-collection\"\u003eCanadian rye collection\u003c\/a\u003e is the place to start.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Bottle Transparency Section --\u003e\n  \u003cdiv id=\"rc-transparency\" class=\"rc-card\"\u003e\n    \u003ch2\u003eBottle Transparency\u003c\/h2\u003e\n    \u003cul class=\"rc-transparency-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"rc-t-label\"\u003eBlender\u003c\/span\u003e\u003cspan class=\"rc-t-value\"\u003eJefferson's, Louisville, KY — Master Blender Ale Ochoa. Non-distiller producer; part of Pernod Ricard USA.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"rc-t-label\"\u003eDistillation\u003c\/span\u003e\u003cspan class=\"rc-t-value\"\u003eNot disclosed by the brand. Independent reporting places the component ryes in Tennessee, Indiana and Canada.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"rc-t-label\"\u003eMash Bill\u003c\/span\u003e\u003cspan class=\"rc-t-value\"\u003eNot disclosed. The brand describes only \"an innovative mashbill combination.\"\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"rc-t-label\"\u003eComponents\u003c\/span\u003e\u003cspan class=\"rc-t-value\"\u003e6-, 7- and 9-year straight ryes, blended with Jefferson's Ocean Rye, which is double-barrelled and aged at sea.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"rc-t-label\"\u003eOrigin Split\u003c\/span\u003e\u003cspan class=\"rc-t-value\"\u003e70% United States \/ 30% Canada distillate, stated on the label.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"rc-t-label\"\u003eAge\u003c\/span\u003e\u003cspan class=\"rc-t-value\"\u003eNo age statement on the label.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"rc-t-label\"\u003eFiltration\u003c\/span\u003e\u003cspan class=\"rc-t-value\"\u003eNot disclosed. Some retailer copy claims non-chill-filtered; the brand makes no such claim, so we don't repeat it.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"rc-t-label\"\u003eProof\u003c\/span\u003e\u003cspan class=\"rc-t-value\"\u003e88 proof \/ 44% ABV\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Full Review Section --\u003e\n  \u003cdiv id=\"rc-review\" class=\"rc-review-content\"\u003e\n    \u003ch2\u003eFull Review: Jefferson's Rye\u003c\/h2\u003e\n    \u003cdiv class=\"rc-author-box\"\u003e\n      \u003cdiv class=\"rc-author-avatar\"\u003eKL\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"rc-author-name\"\u003eKevin Lawton\u003c\/div\u003e\n        \u003cdiv class=\"rc-author-role\"\u003eFounder \u0026amp; Lead Reviewer, RyeCentral\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rc-review-body\"\u003e\n      \u003ch3\u003eSame Name, Different Whiskey\u003c\/h3\u003e\n\u003cp\u003eStart here, because it trips up almost every search result: the Jefferson's rye you can buy today is not the one most of the internet is reviewing. The old Jefferson's Straight Rye was a 94-proof, 10-year, 100% Canadian rye, and it has been out of production for years. What replaced it in May 2025 is Jefferson's Rye, labelled a \"Blend of Straight Rye Whiskeys\" — 88 proof, no age statement, built from 6-, 7- and 9-year straight ryes plus a slug of Jefferson's Ocean Rye, and split 70\/30 between American and Canadian distillate.\u003c\/p\u003e\n\u003cp\u003eIf you find a glowing 92-point score or a decade-old blog post praising a minty 10-year, you are almost certainly reading about the discontinued bottle. This review is about the current one.\u003c\/p\u003e\n\u003ch3\u003eAroma \u0026amp; Palate\u003c\/h3\u003e\n\u003cp\u003eThe Canadian component announces itself immediately. The nose is bright and high-toned, with menthol and mint riding over chewy caramel and baking spice, and cherry and spiced apple underneath. It smells younger and greener than the component ages suggest.\u003c\/p\u003e\n\u003cp\u003eThe palate leads with a gritty, grainy rye spice before settling into cinnamon, vanilla bean and butterscotch, with dried fig and cooked cereal giving the middle a distinctly pastry-like sweetness. At 88 proof there is no real heat to speak of — warming rather than sharp. The finish runs medium, cinnamon sugar and clove over lingering butterscotch, and here the two published reviews part company: one blind panel called it long and complex, while the one named critic to review it found it medium and a bit muddled.\u003c\/p\u003e\n\u003ch3\u003eA Note On What We Don't Know\u003c\/h3\u003e\n\u003cp\u003eWe would rather be plain about this than quietly round the number up. Sixteen months after launch, this bottle has only three sources publishing a score anywhere: one blind competition panel, one enthusiast critic, and a single small community pool of nineteen ratings. The score on this page is computed honestly from those, but a nineteen-rating sample is not a consensus — it's an early signal, and it will move. Jefferson's also declines to publish a mash bill or name the distilleries behind the blend, so a good deal of the specification here is simply unavailable.\u003c\/p\u003e\n\u003ch3\u003eOur Verdict\u003c\/h3\u003e\n\u003cp\u003eOn the evidence so far this is a pleasant, mint-and-butterscotch rye that drinks well neat and asks very little of you — a reasonable $35 bottle with real age in the blend and a soft, forgiving proof. It is not a spice-forward classicist's rye, and it is not a transparency showcase. If you want either of those at this money, our \u003ca href=\"\/collections\/best-value-rye-whiskey\"\u003ebest value rye whiskey\u003c\/a\u003e shortlist and the \u003ca href=\"\/products\/redemption-straight-rye-whiskey-review\"\u003eRedemption Straight Rye\u003c\/a\u003e review are better starting points. If you want an easy, sweet, minty pour with a name people recognise, this does the job.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Community Score Section --\u003e\n  \u003cdiv id=\"rc-community\" class=\"rc-community\"\u003e\n    \u003ch2\u003eCommunity Tasting Notes\u003c\/h2\u003e\n    \u003cdiv class=\"rc-comm-score-row\"\u003e\n      \u003cdiv class=\"rc-comm-big-score\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"font-size: 18px; font-weight: bold;\"\u003eCommunity Score\u003c\/div\u003e\n        \u003cdiv class=\"rc-comm-score-meta\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch3\u003eTop Reported Flavors\u003c\/h3\u003e\n    \u003cdiv class=\"rc-flavor-tags\"\u003e\n    \u003c\/div\u003e\n    \u003ch3\u003eRating Distribution\u003c\/h3\u003e\n    \u003cdiv class=\"rc-histogram\"\u003e\n      \u003cdiv class=\"rc-histogram-row\"\u003e\n\u003cdiv class=\"rc-histogram-label\"\u003e5★\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-track\"\u003e\u003cdiv class=\"rc-histogram-fill\" style=\"width: 52%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-pct\"\u003e52%\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-histogram-row\"\u003e\n\u003cdiv class=\"rc-histogram-label\"\u003e4★\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-track\"\u003e\u003cdiv class=\"rc-histogram-fill\" style=\"width: 38%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-pct\"\u003e38%\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-histogram-row\"\u003e\n\u003cdiv class=\"rc-histogram-label\"\u003e3★\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-track\"\u003e\u003cdiv class=\"rc-histogram-fill\" style=\"width: 8%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-pct\"\u003e8%\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-histogram-row\"\u003e\n\u003cdiv class=\"rc-histogram-label\"\u003e2★\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-track\"\u003e\u003cdiv class=\"rc-histogram-fill\" style=\"width: 2%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-pct\"\u003e2%\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rc-histogram-row\"\u003e\n\u003cdiv class=\"rc-histogram-label\"\u003e1★\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-track\"\u003e\u003cdiv class=\"rc-histogram-fill\" style=\"width: 0%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"rc-histogram-pct\"\u003e0%\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rc-early-note\"\u003e\n\u003cstrong\u003eEarly data.\u003c\/strong\u003e This bottle only launched in May 2025 and the community sample is very small — a single aggregator pool of nineteen ratings, one blind competition panel and one named critic. Treat this score as provisional; it may move significantly as more people taste it. Add your own notes below and help sharpen it.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA Banner --\u003e\n  \u003cdiv class=\"rc-cta-banner\"\u003e\n    \u003ch2\u003eTried Jefferson's Rye? Share Your Tasting Notes\u003c\/h2\u003e\n    \u003cp\u003eThis one genuinely needs more voices — the review pool is still tiny. Your notes will help other rye drinkers make a real decision on it.\u003c\/p\u003e\n    \u003ca class=\"rc-btn-white\" href=\"#judgeme_product_reviews\"\u003eWrite a Review\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Whiskey Review Rewards --\u003e\n  \u003cdiv id=\"rc-rewards\" class=\"rc-card\"\u003e\n    \u003ch2\u003e🎁 Whiskey Review Rewards\u003c\/h2\u003e\n    \u003cdiv class=\"rc-voucher-card\"\u003e\n      \u003cspan class=\"rc-emoji\"\u003e🎁\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003e$10 Gift Voucher — Every Review\u003c\/h4\u003e\n        \u003cp\u003eWrite a real tasting review and we'll send you a $10 digital gift voucher for barware and whiskey accessories on the store. Your honest notes help fellow rye lovers discover new favorites.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rc-process-strip\"\u003e\n      \u003ca href=\"\/pages\/how-our-reviews-work\" class=\"rc-process-step\"\u003e\n        \u003cdiv class=\"rc-process-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8 2h8v5a4 4 0 0 1-1.5 3.12L12 12l-2.5-1.88A4 4 0 0 1 8 7V2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12v7\"\u003e\u003c\/path\u003e\u003cpath stroke-width=\"2\" d=\"M8 22h8\"\u003e\u003c\/path\u003e\u003cpath stroke-width=\"2\" d=\"M7 2h10\"\u003e\u003c\/path\u003e\u003cline stroke-width=\"1.5\" y2=\"7\" x2=\"18\" y1=\"4\" x1=\"15\"\u003e\u003c\/line\u003e\u003cpath stroke-width=\"1.5\" d=\"M17 4l1 3-2 1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"rc-process-label\"\u003ePour\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/how-our-reviews-work\" class=\"rc-process-step\"\u003e\n        \u003cdiv class=\"rc-process-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect stroke-width=\"2\" rx=\"1\" height=\"16\" width=\"8\" y=\"4\" x=\"2\"\u003e\u003c\/rect\u003e\u003crect stroke-width=\"2\" rx=\"1\" height=\"16\" width=\"8\" y=\"4\" x=\"14\"\u003e\u003c\/rect\u003e\u003cline y2=\"8\" x2=\"8\" y1=\"8\" x1=\"4\"\u003e\u003c\/line\u003e\u003cline y2=\"8\" x2=\"20\" y1=\"8\" x1=\"16\"\u003e\u003c\/line\u003e\u003cline y2=\"11\" x2=\"8\" y1=\"11\" x1=\"4\"\u003e\u003c\/line\u003e\u003cline y2=\"11\" x2=\"20\" y1=\"11\" x1=\"16\"\u003e\u003c\/line\u003e\u003cline y2=\"14\" x2=\"7\" y1=\"14\" x1=\"4\"\u003e\u003c\/line\u003e\u003cline y2=\"14\" x2=\"19\" y1=\"14\" x1=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"rc-process-label\"\u003eCompare\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/how-our-reviews-work\" class=\"rc-process-step\"\u003e\n        \u003cdiv class=\"rc-process-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003cline y2=\"13\" x2=\"16\" y1=\"13\" x1=\"8\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"14\" y1=\"17\" x1=\"8\"\u003e\u003c\/line\u003e\u003cpath d=\"M10 9H8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"rc-process-label\"\u003eReview\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Honesty Block --\u003e\n  \u003cdiv class=\"rc-honesty-block\"\u003e\n    \u003cp\u003e\"At RyeCentral, we never pay for positive reviews — \u003cstrong\u003ehonest, unbiased opinions matter.\u003c\/strong\u003e\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Pros \u0026 Cons Section --\u003e\n  \u003cdiv id=\"rc-proscons\" class=\"rc-card\"\u003e\n    \u003ch2\u003ePros \u0026amp; Cons\u003c\/h2\u003e\n    \u003cdiv class=\"rc-proscons-grid\"\u003e\n      \u003cdiv class=\"rc-proscons-col\"\u003e\n        \u003ch3\u003ePros\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"rc-pro-icon\"\u003e✓\u003c\/span\u003e\u003cspan\u003eReal age in the blend — 6-, 7- and 9-year straight ryes at $35\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rc-pro-icon\"\u003e✓\u003c\/span\u003e\u003cspan\u003eBright mint-and-menthol character that stands out from Kentucky ryes\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rc-pro-icon\"\u003e✓\u003c\/span\u003e\u003cspan\u003eSoft and approachable at 88 proof; good neat without water\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rc-pro-icon\"\u003e✓\u003c\/span\u003e\u003cspan\u003eLabel discloses the 70\/30 US-Canada distillate split\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rc-proscons-col\"\u003e\n        \u003ch3\u003eCons\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"rc-con-icon\"\u003e✗\u003c\/span\u003e\u003cspan\u003eVery thin independent review data — only three sources publish a score\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rc-con-icon\"\u003e✗\u003c\/span\u003e\u003cspan\u003eNo mash bill and no named distilleries behind the blend\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rc-con-icon\"\u003e✗\u003c\/span\u003e\u003cspan\u003eAt 88 proof it gets overwhelmed in vermouth- and amaro-heavy cocktails\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rc-con-icon\"\u003e✗\u003c\/span\u003e\u003cspan\u003eShares a name with the discontinued 10-year, which muddies almost every search result\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ Section --\u003e\n  \u003cdiv id=\"rc-faq\" class=\"rc-card\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"rc-faq-item\"\u003e\n\u003ch3 class=\"rc-faq-q\"\u003e❓ Is this the same as the old Jefferson's 10 Year Rye?\u003c\/h3\u003e\n\u003cdiv class=\"rc-faq-a\"\u003eNo. The 94-proof, 10-year, 100% Canadian rye is discontinued. The current bottle is Jefferson's Rye, a \"Blend of Straight Rye Whiskeys\" released in May 2025 at 88 proof with no age statement. Most older reviews and scores you'll find online are for the discontinued bottle.\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"rc-faq-item\"\u003e\n\u003ch3 class=\"rc-faq-q\"\u003e❓ What's in the blend?\u003c\/h3\u003e\n\u003cdiv class=\"rc-faq-a\"\u003eSix-, seven- and nine-year straight rye whiskeys blended with Jefferson's Ocean Rye, which is double-barrelled and aged at sea. The label states 70% American and 30% Canadian distillate; independent reporting places the American components in Tennessee and Indiana.\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"rc-faq-item\"\u003e\n\u003ch3 class=\"rc-faq-q\"\u003e❓ What proof is Jefferson's Rye?\u003c\/h3\u003e\n\u003cdiv class=\"rc-faq-a\"\u003e88 proof \/ 44% ABV. It carries no age statement, although every component is a straight rye of at least six years.\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"rc-faq-item\"\u003e\n\u003ch3 class=\"rc-faq-q\"\u003e❓ What's the mash bill?\u003c\/h3\u003e\n\u003cdiv class=\"rc-faq-a\"\u003eNot disclosed. Jefferson's describes only \"an innovative mashbill combination\" and does not publish grain percentages, so we won't guess at them.\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"rc-faq-item\"\u003e\n\u003ch3 class=\"rc-faq-q\"\u003e❓ Why is the community score based on so few ratings?\u003c\/h3\u003e\n\u003cdiv class=\"rc-faq-a\"\u003eBecause the bottle is new. Only three sources publish a number for it, and the single community pool holds nineteen ratings. We publish the honest figure with its small sample rather than inflate it — expect it to move as more tasting notes arrive.\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Disclaimer \u0026 Last Updated --\u003e\n\u003cdiv class=\"rc-disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e RyeCentral does not sell alcohol. We publish independent rye whiskey reviews, ratings, and community tasting notes to help you choose a bottle to buy elsewhere. Every review follows our \u003ca href=\"\/pages\/review-methodology\"\u003eCommunity Score Pipeline\u003c\/a\u003e — an eight-step process for producing accurate, unbiased content.\u003c\/div\u003e\n\u003cdiv class=\"rc-last-updated\"\u003eLast updated: September 5, 2026 — Kevin Lawton\u003c\/div\u003e\n\n  \u003c!-- jsPDF Library --\u003e\n  \u003cscript src=\"https:\/\/unpkg.com\/jspdf@2.5.2\/dist\/jspdf.umd.min.js\"\u003e\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Jefferson's","offers":[{"title":"Default Title","offer_id":50448421290232,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0730\/7935\/7688\/files\/4.25__18.png?v=1788645057","url":"https:\/\/www.ryecentral.com\/products\/jeffersons-rye-review","provider":"RyeCentral","version":"1.0","type":"link"}