{"product_id":"silk-hair-bonnet","title":"SILK HAIR BONNET","description":"\u003c!-- SILK PRESERVATION BONNET - Site Safe Embed --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste this directly into your product description HTML\/code editor --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .bonnet-card {\n    max-width: 680px;\n    width: 100%;\n    background: white;\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 8px 60px rgba(0,0,0,0.07);\n    font-family: 'DM Sans', sans-serif;\n    color: #2d2d2d;\n    margin: 0 auto;\n    animation: bonnetFadeUp 0.7s ease both;\n  }\n\n  @keyframes bonnetFadeUp {\n    from { opacity: 0; transform: translateY(28px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .bonnet-card .hero-band {\n    background: linear-gradient(135deg, #c8dfc8 0%, #a0c4a0 100%);\n    padding: 36px 40px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bonnet-card .hero-band::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.18);\n  }\n\n  .bonnet-card .hero-band::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -30px;\n    width: 160px; height: 160px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.10);\n  }\n\n  .bonnet-card .badge-row {\n    display: flex;\n    gap: 8px;\n    margin-bottom: 14px;\n    flex-wrap: wrap;\n  }\n\n  .bonnet-card .bn-badge {\n    background: rgba(255,255,255,0.5);\n    backdrop-filter: blur(6px);\n    border: 1px solid rgba(255,255,255,0.7);\n    color: #3a5c3a;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 20px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .bonnet-card .product-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 600;\n    color: #2a3d2a;\n    line-height: 1.15;\n    position: relative;\n    z-index: 1;\n    margin: 0;\n  }\n\n  .bonnet-card .product-title em {\n    font-style: italic;\n    font-weight: 300;\n    color: #3d5c3d;\n  }\n\n  .bonnet-card .bn-subtitle {\n    margin-top: 8px;\n    font-size: 13px;\n    color: #4a6b4a;\n    font-weight: 400;\n    letter-spacing: 0.5px;\n    position: relative;\n    z-index: 1;\n    font-style: italic;\n    font-family: 'Cormorant Garamond', serif;\n  }\n\n  \/* Body *\/\n  .bonnet-card .bn-body {\n    padding: 32px 40px;\n  }\n\n  .bonnet-card .intro-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.75;\n    margin-bottom: 28px;\n    font-style: italic;\n    border-left: 2px solid #a0c4a0;\n    padding-left: 16px;\n    animation: bonnetFadeUp 0.7s 0.15s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  \/* Feature cards *\/\n  .bonnet-card .features-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    animation: bonnetFadeUp 0.7s 0.25s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .bonnet-card .feature-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 12px 14px;\n    background: #f4faf4;\n    border: 1px solid transparent;\n    border-radius: 10px;\n    transition: all 0.2s ease;\n    cursor: default;\n  }\n\n  .bonnet-card .feature-item:hover {\n    border-color: #c8dfc8;\n    background: white;\n    transform: translateX(4px);\n    box-shadow: 0 3px 14px rgba(160,196,160,0.25);\n  }\n\n  .bonnet-card .feature-icon {\n    width: 34px; height: 34px; min-width: 34px;\n    background: linear-gradient(135deg, #c8dfc8 0%, #a0c4a0 100%);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n  }\n\n  .bonnet-card .feature-text strong {\n    display: block;\n    font-size: 12.5px;\n    font-weight: 600;\n    color: #2a4a2a;\n    margin-bottom: 2px;\n  }\n\n  .bonnet-card .feature-text span {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.5;\n  }\n\n  \/* Tip note *\/\n  .bonnet-card .tip-note {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 24px;\n    padding: 12px 16px;\n    background: #f4faf4;\n    border-radius: 10px;\n    border: 1px solid #c8dfc8;\n    color: #4a6b4a;\n    font-style: italic;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 14px;\n    animation: bonnetFadeUp 0.7s 0.35s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  \/* CTA strip *\/\n  .bonnet-card .cta-strip {\n    background: linear-gradient(135deg, #f4faf4 0%, #e6f0e6 100%);\n    border-top: 1px solid #c8dfc8;\n    padding: 20px 40px;\n    animation: bonnetFadeUp 0.7s 0.4s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .bonnet-card .cta-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-style: italic;\n    color: #4a6b4a;\n  }\n\n  @media (max-width: 520px) {\n    .bonnet-card .hero-band,\n    .bonnet-card .bn-body { padding-left: 24px; padding-right: 24px; }\n    .bonnet-card .product-title { font-size: 26px; }\n    .bonnet-card .cta-strip { padding: 18px 24px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bonnet-card\"\u003e\n\u003cdiv class=\"hero-band\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"bn-badge\"\u003eSilk Interior\u003c\/span\u003e \u003cspan class=\"bn-badge\"\u003eAll Hair Types\u003c\/span\u003e \u003cspan class=\"bn-badge\"\u003eColors Vary\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"product-title\"\u003eSilk Preservation\u003cbr\u003e\u003cem\u003eBonnet\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"bn-subtitle\"\u003eProtection · Retention · Restoration\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bn-body\"\u003e\n\u003cp class=\"intro-text\"\u003eBecause growth doesn't happen only during the day — it continues while you sleep. The Silk Preservation Bonnet protects every gain, every night.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eMoisture Lock Technology\u003c\/strong\u003e \u003cspan\u003eSeals in hydration overnight, preventing dryness and preserving the full benefits of your Batana Oil routine.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🪶\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eFriction-Free Protection\u003c\/strong\u003e \u003cspan\u003eSmooth silk interior reduces breakage, split ends, and thinning caused by rough cotton pillowcases.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eStyle Preservation\u003c\/strong\u003e \u003cspan\u003eMaintains curls, coils, braids, and blowouts so you wake up ready — not restarting your whole routine.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eEdge Defense\u003c\/strong\u003e \u003cspan\u003eMinimizes tension and friction along delicate hairlines, protecting your edges through the night.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌱\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eGrowth Retention Support\u003c\/strong\u003e \u003cspan\u003eProtects the length you've worked hard to grow — keeping every inch safe while you rest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🤍\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eComfort-Fit Design\u003c\/strong\u003e \u003cspan\u003eSecure yet gentle hold that stays in place through the night without tight pressure or discomfort.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-note\"\u003e✦  Pair with your Batana Oil routine to lock in treatment benefits and wake up to softer, healthier hair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-strip\"\u003e\u003cspan class=\"cta-tagline\"\u003eProtect your progress. Preserve your beauty. Every single night.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Aphrodeity","offers":[{"title":"Black","offer_id":51165503062304,"sku":null,"price":99.99,"currency_code":"ZAR","in_stock":true},{"title":"Beige","offer_id":51165503095072,"sku":null,"price":99.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/6485\/1488\/files\/WhatsApp_Image_2026-01-29_at_13.01.04.jpg?v=1769689620","url":"https:\/\/aphrodeitysa.co.za\/products\/silk-hair-bonnet","provider":"Aphrodeity","version":"1.0","type":"link"}