{"product_id":"artisan-bar-soap-slate-tallow-goat-milk-handmade-mens-bar-soap-noir-fragrance-natural-ingredients","title":"SLATE | Goat's Milk \u0026 Tallow | Artisan handmade bar soap | Visions of you beautiful","description":"\u003cbody\u003e\n\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eSlate — VYB Artisan Bar Soap\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --cream: #f5efe4;\n    --sage: #8a9a7b;\n    --clay: #b8855f;\n    --ink: #2c2620;\n    --sage-deep: #4f7974;\n    --gold: #C9A96E;\n    --border: rgba(44,38,32,0.12);\n  }\n\n  * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .vyb-desc {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    line-height: 1.7;\n    width: 100%;\n  }\n\n  \/* ── HEADER ── *\/\n  .vyb-header {\n    padding: 40px 40px 32px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .vyb-formula-badge {\n    display: inline-block;\n    background: #8a9a7b;\n    color: #fff;\n    font-family: 'Jost', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 2px;\n    margin-bottom: 16px;\n  }\n\n  .vyb-soap-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 5vw, 58px);\n    font-weight: 300;\n    line-height: 1.05;\n    color: var(--ink);\n    margin-bottom: 14px;\n    letter-spacing: -0.01em;\n  }\n\n  .vyb-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    font-weight: 400;\n    font-style: italic;\n    color: var(--clay);\n    line-height: 1.4;\n  }\n\n  \/* ── SCENT ── *\/\n  .vyb-scent {\n    margin: 28px 40px 0;\n    padding: 22px 24px;\n    background: rgba(44,38,32,0.04);\n    border-left: 3px solid var(--gold);\n    border-radius: 0 4px 4px 0;\n  }\n\n  .vyb-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--sage);\n    display: block;\n    margin-bottom: 7px;\n  }\n\n  .vyb-scent-notes {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-style: italic;\n    color: var(--ink);\n    font-weight: 400;\n  }\n\n  \/* ── DESCRIPTION ── *\/\n  .vyb-description {\n    padding: 32px 40px 24px;\n  }\n\n  .vyb-description p {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.9;\n    opacity: 0.88;\n  }\n\n  \/* ── INGREDIENTS ── *\/\n  .vyb-ingredients {\n    padding: 0 40px 28px;\n  }\n\n  .vyb-section-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--sage);\n    display: block;\n    margin-bottom: 16px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .vyb-ingredient-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 10px;\n  }\n\n  @media (max-width: 900px) {\n    .vyb-ingredient-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 600px) {\n    .vyb-ingredient-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .vyb-header,\n    .vyb-scent,\n    .vyb-description,\n    .vyb-ingredients,\n    .vyb-who,\n    .vyb-full-ingredients,\n    .vyb-footer {\n      padding-left: 20px;\n      padding-right: 20px;\n    }\n    .vyb-scent {\n      margin-left: 20px;\n      margin-right: 20px;\n    }\n    .vyb-who {\n      margin-left: 20px;\n      margin-right: 20px;\n    }\n  }\n\n  .vyb-ingredient-card {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 8px;\n    padding: 16px 14px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 6px;\n  }\n\n  .vyb-ingredient-icon {\n    font-size: 22px;\n  }\n\n  .vyb-ingredient-text {\n    display: flex;\n    flex-direction: column;\n    gap: 3px;\n  }\n\n  .vyb-ingredient-text strong {\n    font-family: 'Jost', sans-serif;\n    font-size: 12.5px;\n    font-weight: 500;\n    color: var(--ink);\n    letter-spacing: 0.01em;\n    line-height: 1.3;\n  }\n\n  .vyb-ingredient-text span {\n    font-size: 11.5px;\n    font-weight: 300;\n    color: var(--ink);\n    opacity: 0.6;\n    line-height: 1.4;\n  }\n\n  \/* ── WHO ── *\/\n  .vyb-who {\n    margin: 0 40px 28px;\n    padding: 20px 24px;\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    background: #fff;\n  }\n\n  .vyb-who-icon {\n    font-size: 18px;\n    flex-shrink: 0;\n    color: var(--gold);\n    margin-top: 3px;\n  }\n\n  .vyb-who-text strong {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--sage);\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .vyb-who-text p {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.65;\n    opacity: 0.88;\n  }\n\n  \/* ── FULL INGREDIENTS ── *\/\n  .vyb-full-ingredients {\n    padding: 0 40px 28px;\n  }\n\n  .vyb-ingredients-text {\n    font-size: 11px;\n    font-weight: 300;\n    color: var(--ink);\n    opacity: 0.55;\n    line-height: 1.85;\n    font-style: italic;\n  }\n\n  \/* ── FOOTER ── *\/\n  .vyb-footer {\n    border-top: 1px solid var(--border);\n    padding: 20px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .vyb-made-in {\n    font-size: 10.5px;\n    font-weight: 500;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--sage);\n  }\n\n  .vyb-guarantee {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 14px;\n    font-style: italic;\n    color: var(--clay);\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"vyb-desc\"\u003e\n\n  \u003cdiv class=\"vyb-header\"\u003e\n    \u003cspan class=\"vyb-formula-badge\"\u003eGoat Milk \u0026amp; Tallow Formula\u003c\/span\u003e\n    \u003ch2 class=\"vyb-soap-name\"\u003eSlate\u003c\/h2\u003e\n    \u003cp class=\"vyb-tagline\"\u003eA bar built for the man who doesn't need to announce himself.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vyb-scent\"\u003e\n    \u003cspan class=\"vyb-label\"\u003eScent Profile\u003c\/span\u003e\n    \u003cspan class=\"vyb-scent-notes\"\u003eSmoky black pepper · Dark woods · Warm amber · Leather · Vanilla\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vyb-description\"\u003e\n    \u003cp\u003eSlate starts where ordinary soap ends. A deep, grounding formula built on grass-fed tallow and fresh goat milk — two of the most skin-compatible ingredients on earth — then layered with kaolin clay to purify pores and colloidal oats to calm what the day throws at your skin. The result is a bar that cleans without stripping, nourishes without heaviness, and leaves your skin feeling like it was actually cared for. The scent is just as deliberate: smoky black pepper opens clean, dark woods anchor the middle, and warm amber with a whisper of leather and vanilla finish quietly. No shout. Just presence.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vyb-ingredients\"\u003e\n    \u003cspan class=\"vyb-section-label\"\u003eKey Ingredients\u003c\/span\u003e\n    \u003cdiv class=\"vyb-ingredient-grid\"\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n          \u003cspan class=\"ingredient-icon\"\u003e🐄\u003c\/span\u003e\n          \u003cdiv class=\"ingredient-text\"\u003e\n            \u003cstrong\u003eGrass-Fed Tallow\u003c\/strong\u003e\n            \u003cspan\u003eDeep nourishment \u0026amp; barrier support\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n          \u003cspan class=\"ingredient-icon\"\u003e🐐\u003c\/span\u003e\n          \u003cdiv class=\"ingredient-text\"\u003e\n            \u003cstrong\u003eFresh Goat Milk\u003c\/strong\u003e\n            \u003cspan\u003eGentle lactic exfoliation \u0026amp; moisture\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n          \u003cspan class=\"ingredient-icon\"\u003e🌿\u003c\/span\u003e\n          \u003cdiv class=\"ingredient-text\"\u003e\n            \u003cstrong\u003eKaolin Clay\u003c\/strong\u003e\n            \u003cspan\u003ePore-clearing \u0026amp; skin-smoothing\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n          \u003cspan class=\"ingredient-icon\"\u003e🌾\u003c\/span\u003e\n          \u003cdiv class=\"ingredient-text\"\u003e\n            \u003cstrong\u003eColloidal Oats\u003c\/strong\u003e\n            \u003cspan\u003eSoothing \u0026amp; anti-inflammatory\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ingredient-card\"\u003e\n          \u003cspan class=\"ingredient-icon\"\u003e🫒\u003c\/span\u003e\n          \u003cdiv class=\"ingredient-text\"\u003e\n            \u003cstrong\u003eOlive \u0026amp; Castor Oil\u003c\/strong\u003e\n            \u003cspan\u003eConditioning \u0026amp; rich lather\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vyb-who\"\u003e\n    \u003cspan class=\"vyb-who-icon\"\u003e✦\u003c\/span\u003e\n    \u003cdiv class=\"vyb-who-text\"\u003e\n      \u003cstrong\u003eMade For\u003c\/strong\u003e\n      \u003cp\u003eAnyone who wants a bar that performs as well as it smells. Built for daily face and body use, especially effective for skin that feels tight, dull, or overworked.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vyb-full-ingredients\"\u003e\n    \u003cspan class=\"vyb-section-label\"\u003eFull Ingredient List\u003c\/span\u003e\n    \u003cp class=\"vyb-ingredients-text\"\u003eSunflower Oil, Cocoa Butter, Beef Tallow, Coconut Oil, Palm Oil*, Sodium Hydroxide*, Distilled Water, Olive Oil, Castor Oil, Fragrance, Goat Milk, Kaolin Clay, Colloidal Oats, Mica**, Titanium Dioxide, Iron Oxide, Tin Dioxide. *None present after saponification. **Responsibly \u0026amp; ethically sourced.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vyb-footer\"\u003e\n    \u003cspan class=\"vyb-made-in\"\u003eHandcrafted in Small Batches  ·  Lindon, Utah\u003c\/span\u003e\n    \u003cspan class=\"vyb-guarantee\"\u003eNo Synthetic Fillers. No Shortcuts.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Visions of you beauty Co.","offers":[{"title":"Default Title","offer_id":53366565601464,"sku":null,"price":10.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/3092\/9080\/files\/Slate_infograph.jpg?v=1776485596","url":"https:\/\/visionsofyoubeautiful.shop\/products\/artisan-bar-soap-slate-tallow-goat-milk-handmade-mens-bar-soap-noir-fragrance-natural-ingredients","provider":"Visions of you beautiful ","version":"1.0","type":"link"}