{"product_id":"visions-of-you-beautiful-aqua-di-gio-handcrafted-tallow-goat-milk-artisan-soap","title":"Aqua Di Gio | Goat's Milk \u0026 Tallow | Visions of you beautiful Artisan Soap","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\u003eAqua di Gio — 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\"\u003eAqua di Gio\u003c\/h2\u003e\n    \u003cp class=\"vyb-tagline\"\u003eThe clean feeling you've been chasing since the first bottle.\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\"\u003eFresh citrus · Neroli · Sea breeze · White musk · Cedarwood\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vyb-description\"\u003e\n    \u003cp\u003eThere's a reason this scent profile has been a standard for decades — it works because it's true. Fresh citrus that doesn't read as artificial. Neroli giving the heart just enough floral complexity. A sea breeze that feels earned rather than sprayed on. White musk and cedarwood at the base holding everything together with quiet confidence. The bar itself is built to match that standard: grass-fed tallow and fresh goat milk create a base that genuinely cares for your skin, while kaolin clay and colloidal oats ensure the rinse feels as good as the lather. Use it every day. You won't get tired of it.\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 loves the classic aquatic-citrus fragrance family and wants that scent layered into a bar that actually works as hard as it smells good.\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":52869105418424,"sku":null,"price":9.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/3092\/9080\/files\/A_high_end_professional_produc_1.jpg?v=1771561036","url":"https:\/\/visionsofyoubeautiful.shop\/products\/visions-of-you-beautiful-aqua-di-gio-handcrafted-tallow-goat-milk-artisan-soap","provider":"Visions of you beautiful ","version":"1.0","type":"link"}