Heritage Collection Set
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Rye&display=swap'); /* ========================================================== SALT S PRING SPICE FULL HERITAGE COLLECTION SHOPIFY PRODUCT-COLUMN VERSION ========================================================== */ #sss-heritage-set { --black:#070605; --black-soft:#100e0b; --panel:#181510; --cream:#f2dfb8; --cream-bright:#fff2cf; --cream-soft:#dccbaa; --gold:#bd8730; --gold-light:#dfb866; --green:#a8ad52; --rust:#b65632; --spring:#c9bf58; --forge:#b14d2d; --paper:#dfcca4; --paper-light:#f0dfbe; --ink:#251b11; --ink-soft:#4b3825; --line:rgba(205,160,69,.35); width:100%; max-width:100%; margin:0; padding:0; overflow:hidden; background:var(--black); color:var(--cream); font-family:"Libre Baskerville",Georgia,serif; font-size:16px; line-height:1.8; } #sss-heritage-set *, #sss-heritage-set *::before, #sss-heritage-set *::after { box-sizing:border-box; } #sss-heritage-set img { display:block; width:100%; max-width:100%; height:auto; } #sss-heritage-set a { color:inherit; text-decoration:none; } #sss-heritage-set h1, #sss-heritage-set h2, #sss-heritage-set h3, #sss-heritage-set p { margin-top:0; } #sss-heritage-set h1, #sss-heritage-set h2, #sss-heritage-set h3, #sss-heritage-set .rye, #sss-heritage-set .eyebrow, #sss-heritage-set .badge, #sss-heritage-set .price strong, #sss-heritage-set .blend-number, #sss-heritage-set .blend-title, #sss-heritage-set .button, #sss-heritage-set .signoff { font-family:"Rye",Georgia,serif !important; font-weight:400 !important; word-break:normal !important; overflow-wrap:normal !important; hyphens:none !important; } #sss-heritage-set .shell { width:100%; max-width:860px; margin:0 auto; padding-left:clamp(20px,4vw,42px); padding-right:clamp(20px,4vw,42px); } #sss-heritage-set .section { padding: clamp(55px,7vw,85px) 0; } #sss-heritage-set .eyebrow { margin:0 0 13px; color:var(--gold-light); font-size:14px; line-height:1.45; letter-spacing:.02em; } /* ========================================================== HERO ========================================================== */ #sss-heritage-set .hero { position:relative; padding: clamp(67px,8vw,98px) 0; background: radial-gradient( circle at 10% 18%, rgba(168,173,82,.13), transparent 31% ), radial-gradient( circle at 90% 18%, rgba(182,86,50,.14), transparent 31% ), radial-gradient( circle at 15% 88%, rgba(201,191,88,.09), transparent 30% ), radial-gradient( circle at 88% 84%, rgba(177,77,45,.12), transparent 32% ), #070605; } #sss-heritage-set .hero::before { position:absolute; inset:14px; border:1px solid rgba(205,160,69,.27); content:""; pointer-events:none; } #sss-heritage-set .hero-inner { position:relative; z-index:1; max-width:735px; margin:0 auto; text-align:center; } #sss-heritage-set .badge { display:inline-block; margin-bottom:22px; padding:9px 14px; border:1px solid rgba(223,184,102,.55); background:#0b0907; color:var(--gold-light); font-size:13px; line-height:1.4; } #sss-heritage-set .hero-title { margin:0 !important; color:var(--cream-bright) !important; font-size: clamp(42px,7vw,67px) !important; line-height:1.08 !important; } #sss-heritage-set .hero-title span { color:var(--gold-light); } #sss-heritage-set .hero-subtitle { max-width:680px; margin:24px auto 0; color:var(--cream-bright); font-size: clamp(18px,2.5vw,21px); font-weight:700; line-height:1.65; } #sss-heritage-set .hero-copy { max-width:700px; margin:20px auto 0; color:var(--cream-soft); font-size:15px; line-height:1.9; } /* ========================================================== PRICE / VALUE ========================================================== */ #sss-heritage-set .price-grid { display:grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap:10px; margin-top:34px; } #sss-heritage-set .price { min-width:0; padding:18px 10px; border:1px solid rgba(205,160,69,.30); background:rgba(24,21,16,.90); text-align:center; } #sss-heritage-set .price strong { display:block; color:var(--cream-bright); font-size: clamp(18px,3vw,23px); line-height:1.25; } #sss-heritage-set .price span { display:block; margin-top:7px; color:var(--cream-soft); font-size:10px; line-height:1.45; } /* ========================================================== INTRO STRIP ========================================================== */ #sss-heritage-set .intro-strip { padding:43px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--black-soft); text-align:center; } #sss-heritage-set .intro-strip p { max-width:700px; margin:0 auto; color:var(--cream-soft); font-size:14px; line-height:1.9; } #sss-heritage-set .intro-strip strong { color:var(--cream-bright); } /* ========================================================== FOUR BLENDS ========================================================== */ #sss-heritage-set .blends { background:#0b0907; } #sss-heritage-set .section-heading { max-width:700px; margin:0 auto 38px; text-align:center; } #sss-heritage-set .section-heading h2 { margin:0 !important; color:var(--cream-bright) !important; font-size: clamp(35px,5vw,50px) !important; line-height:1.14 !important; } #sss-heritage-set .section-heading p:last-child { margin:18px auto 0; color:var(--cream-soft); font-size:14px; line-height:1.85; } /* INDIVIDUAL BLEND CARD */ #sss-heritage-set .blend-card { overflow:hidden; margin-top:15px; border:1px solid rgba(205,160,69,.29); background:var(--panel); } #sss-heritage-set .blend-card:first-of-type { margin-top:0; } #sss-heritage-set .blend-image { display:block; width:100%; background:#080706; } #sss-heritage-set .blend-image img { width:100%; max-height:410px; object-fit:cover; } #sss-heritage-set .blend-content { padding: clamp(24px,5vw,35px); } #sss-heritage-set .blend-top { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:13px; } #sss-heritage-set .blend-number { color:var(--gold-light); font-size:13px; line-height:1.4; } #sss-heritage-set .blend-weight { color:var(--cream-soft); font-size:10px; line-height:1.4; text-align:right; } #sss-heritage-set .blend-title { margin:0 !important; font-size: clamp(30px,5vw,42px) !important; line-height:1.12 !important; } #sss-heritage-set .canal .blend-title { color:#c6cd68 !important; } #sss-heritage-set .iron .blend-title { color:#d66a40 !important; } #sss-heritage-set .spring .blend-title { color:#ddd06b !important; } #sss-heritage-set .forge .blend-title { color:#d15f39 !important; } #sss-heritage-set .blend-style { margin:10px 0 0; color:var(--gold-light); font-family:"Rye",Georgia,serif !important; font-size:16px; line-height:1.5; } #sss-heritage-set .blend-copy { margin:17px 0 0; color:var(--cream-soft); font-size:13px; line-height:1.85; } #sss-heritage-set .best-on { margin-top:19px; padding-top:17px; border-top:1px solid rgba(205,160,69,.22); color:var(--cream-soft); font-size:11px; line-height:1.7; } #sss-heritage-set .best-on strong { color:var(--cream-bright); } /* ========================================================== WHY THE SET ========================================================== */ #sss-heritage-set .why { background:var(--paper); color:var(--ink); } #sss-heritage-set .why .eyebrow { color:#83351f; } #sss-heritage-set .why-title { max-width:680px; margin:0 !important; color:var(--ink) !important; font-size: clamp(35px,5vw,49px) !important; line-height:1.13 !important; } #sss-heritage-set .why-lead { max-width:700px; margin:23px 0 0; color:var(--ink); font-size:18px; font-weight:700; line-height:1.7; } #sss-heritage-set .why-copy { max-width:700px; margin:17px 0 0; color:var(--ink-soft); font-size:14px; line-height:1.9; } #sss-heritage-set .coverage { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:10px; margin-top:30px; } #sss-heritage-set .coverage-card { padding:18px 15px; border:1px solid rgba(56,40,23,.27); background:rgba(255,247,222,.48); } #sss-heritage-set .coverage-card strong { display:block; margin-bottom:5px; color:var(--ink); font-family:"Rye",Georgia,serif !important; font-weight:400; font-size:18px; line-height:1.35; } #sss-heritage-set .coverage-card span { color:var(--ink-soft); font-size:11px; line-height:1.55; } /* ========================================================== THE KITCHEN TEST ========================================================== */ #sss-heritage-set .kitchen { background: radial-gradient( circle at 13% 25%, rgba(168,173,82,.12), transparent 32% ), radial-gradient( circle at 88% 75%, rgba(182,86,50,.12), transparent 32% ), var(--black-soft); } #sss-heritage-set .kitchen-title { max-width:680px; margin:0 !important; color:var(--gold-light) !important; font-size: clamp(35px,5vw,50px) !important; line-height:1.13 !important; } #sss-heritage-set .kitchen-copy { max-width:700px; margin:19px 0 0; color:var(--cream-soft); font-size:14px; line-height:1.9; } #sss-heritage-set .meal-list { display:grid; gap:10px; margin-top:30px; } #sss-heritage-set .meal { padding:19px 20px; border:1px solid rgba(205,160,69,.27); background:var(--panel); } #sss-heritage-set .meal strong { display:block; margin-bottom:6px; color:var(--gold-light); font-family:"Rye",Georgia,serif !important; font-weight:400; font-size:19px; line-height:1.35; } #sss-heritage-set .meal p { margin:0; color:var(--cream-soft); font-size:12px; line-height:1.75; } /* ========================================================== STORY ========================================================== */ #sss-heritage-set .story { background: radial-gradient( circle at 50% 0, rgba(189,135,48,.10), transparent 38% ), var(--black); } #sss-heritage-set .story-inner { max-width:720px; margin:0 auto; text-align:center; } #sss-heritage-set .story-title { margin:0 !important; color:var(--cream-bright) !important; font-size: clamp(35px,5vw,51px) !important; line-height:1.14 !important; } #sss-heritage-set .story-copy { margin:20px auto 0; color:var(--cream-soft); font-size:14px; line-height:1.95; } #sss-heritage-set .story-copy em { color:var(--cream-bright); } #sss-heritage-set .signoff { margin-top:29px; padding-top:22px; border-top:1px solid var(--line); color:var(--gold-light); font-size: clamp(18px,3vw,23px); line-height:1.4; } /* ========================================================== FINAL CTA ========================================================== */ #sss-heritage-set .final { border-top:1px solid var(--line); background: linear-gradient( 135deg, rgba(189,135,48,.12), transparent 52% ), #100e0b; text-align:center; } #sss-heritage-set .final-inner { max-width:700px; margin:0 auto; } #sss-heritage-set .final-title { margin:0 !important; color:var(--gold-light) !important; font-size: clamp(35px,5vw,50px) !important; line-height:1.14 !important; } #sss-heritage-set .final-copy { margin:19px auto 0; color:var(--cream-soft); font-size:14px; line-height:1.9; } #sss-heritage-set .value-line { margin:24px auto 0; color:var(--cream-bright); font-family:"Rye",Georgia,serif !important; font-size:20px; line-height:1.4; } #sss-heritage-set .button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; margin-top:25px; padding:13px 21px; border:1px solid var(--gold); background:var(--gold); color:#130f09; font-size:15px; line-height:1.35; text-align:center; transition: transform .2s ease, background .2s ease, color .2s ease; } #sss-heritage-set .button:hover { transform:translateY(-2px); border-color:var(--cream-bright); background:var(--cream-bright); color:var(--black); } /* ========================================================== MOBILE ========================================================== */ @media(max-width:600px) { #sss-heritage-set .shell { padding-left:18px; padding-right:18px; } #sss-heritage-set .hero::before { inset:9px; } #sss-heritage-set .price-grid, #sss-heritage-set .coverage { grid-template-columns:1fr; } #sss-heritage-set .hero-title { font-size:41px !important; } #sss-heritage-set .section-heading h2, #sss-heritage-set .why-title, #sss-heritage-set .kitchen-title, #sss-heritage-set .story-title, #sss-heritage-set .final-title { font-size:33px !important; } #sss-heritage-set .blend-title { font-size:30px !important; } } The Complete Heritage Collection Salt Spring Spice · East Syracuse, New York Four blends. One well-stocked kitchen. The complete Salt Spring Spice Heritage Collection, from everyday garlic and herbs to smoke, citrus, maple, and deep steakhouse flavor. This is the whole lineup—the four jars built to handle everything from weeknight pasta and roast chicken to burgers, vegetables, potatoes, steaks, and the meals you haven't figured out yet. $50 Full Collection 4 Jars One of Each Blend $56 Value Save $6 as a Set No duplicates. No filler jars. Each blend was built for a different job, so together they cover a whole lot of ground without your spice cabinet becoming complete chaos. Inside the Collection Meet all four. Different personalities, different jobs, and plenty of overlap when dinner decides not to follow the plan. No. 1 1 oz / 28 g Canal Side Garlic & Herb House Blend Savory Syracuse salt, roasted garlic, and classic herbs make Canal Side the everyday workhorse of the collection. This is the jar for the nights when dinner just needs to taste better. Best on: pasta, chicken, potatoes, vegetables, bread, seafood, eggs & soups. No. 2 2.7 oz / 76 g Iron Pier Cherrywood Smoke & Maple Blend Cherrywood smoke, maple warmth, savory spice, garlic, mustard, and chile give Iron Pier the flavor of something cooked near a fire—even when it wasn't. Best on: burgers, pork, chicken, ribs, potatoes, carrots, sandwiches & sheet-pan dinners. No. 3 1.9 oz / 54 g Spring House Herb & Citrus Blend Lemon-infused Syracuse salt, garden herbs, garlic, and savory seasoning give Spring House a bright finish without losing the comfort-food side of dinner. Best on: chicken, seafood, potatoes, vegetables, rice, soups, pasta & marinades. No. 4 3 oz / 85 g Black Forge Forged Steakhouse Blend Garlic, onion, shiitake mushroom, applewood smoke, and a charcoal-dark finish make Black Forge the deepest, boldest, most savory jar in the collection. Best on: steak, burgers, mushrooms, potatoes, vegetables, sandwiches & cast-iron meals. Why the Full Collection? Because dinner doesn't have one personality. Some nights need garlic and herbs. Some need smoke. Some need something bright. And some absolutely need a cast-iron skillet. The Heritage Collection was built so the jars work together rather than compete with one another. Canal Side covers everyday savory cooking. Iron Pier handles smoke and maple. Spring House brings citrus and herb brightness. Black Forge brings the deep stuff. Weeknight Dinner Canal Side has this handled. Grill Night Iron Pier is already waiting. Lighter Meals Spring House brings the brightness. Big Savory Crust That's Black Forge territory. One Collection · Plenty of Dinner A week in the Salt Spring kitchen. You don't need complicated recipes to use the set. Start with whatever you're already cooking and grab the jar that fits the mood. Pasta Night · Canal Side Olive oil or butter, Parmesan, pasta water, and Canal Side. Add chicken or vegetables if you've got them. Burger Night · Iron Pier Season the patties just before cooking and let the cherrywood smoke and maple build a caramelized crust. Sheet-Pan Night · Spring House Chicken, potatoes, vegetables, olive oil, and Spring House. Finish with fresh lemon. Cast-Iron Night · Black Forge Steak, mushrooms, potatoes—or all three. Give Black Forge heat and let it build a crust. The Heritage Collection Four jars that started with the same idea. I didn't want to build a collection where every seasoning tasted like a slightly different version of the last one. Each blend needed a reason to exist. Canal Side became the one I could reach for constantly. Iron Pier brought smoke and maple. Spring House gave me something brighter. And Black Forge went in the complete opposite direction: dark, smoky, and deeply savory. Together, they feel like the way I actually cook. Some meals are simple. Some are cozy. Some are bright. Some need a little fire. And once these jars leave my kitchen, they're not really mine anymore. They become part of your recipes, your family dinners, your cookouts, your Sunday meals, and maybe eventually a few dishes everybody asks you to make again. Cynthia · Salt Spring Spice Bring Home the Whole Collection Four jars. A lot fewer boring dinners. Canal Side No. 1. Iron Pier No. 2. Spring House No. 3. Black Forge No. 4. The complete Heritage Collection, packed together and ready for your kitchen. Full Collection · $50 · $56 Individual Value
More you might like
Related
HERITAGE COLLECTION DECAL SET
Related
Heritage collection gift Set
Related
Heritage Collection Peony Set
Related