{"title":"Home page","description":null,"products":[{"product_id":"unbothered-precision-smooth-bikini-and-body-trimmer","title":"unbothered™ Precision Trimmer - The Standard in Smooth","description":"\u003cstyle\u003e\n  #unbotheredProduct {\n    --ub-bg: #f3e4d3;\n    --ub-card: #fffaf7;\n    --ub-white: #ffffff;\n    --ub-black: #050505;\n    --ub-muted: rgba(0,0,0,.62);\n    --ub-line: rgba(0,0,0,.11);\n    --ub-active: #f6c400;\n\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 12px;\n    background: var(--ub-bg);\n    border-radius: 30px;\n    font-family: inherit;\n    color: var(--ub-black);\n  }\n\n  #unbotheredProduct * {\n    box-sizing: border-box;\n  }\n\n  .ub-hero,\n  .ub-section {\n    background: var(--ub-card);\n    border: 1px solid var(--ub-line);\n    border-radius: 28px;\n    padding: 18px;\n  }\n\n  .ub-hero {\n    background: linear-gradient(180deg, #fff9f2 0%, #f3e4d3 100%);\n  }\n\n  .ub-tag {\n    display: inline-flex;\n    background: var(--ub-black);\n    color: var(--ub-white);\n    border-radius: 999px;\n    padding: 9px 14px;\n    font-size: 12px;\n    font-weight: 900;\n    margin-bottom: 18px;\n  }\n\n  .ub-title {\n    margin: 0;\n    font-size: clamp(28px, 7vw, 43px);\n    line-height: .94;\n    font-weight: 950;\n    letter-spacing: -1.8px;\n  }\n\n  .ub-subtitle {\n    margin-top: 12px;\n    font-size: clamp(13px, 3.4vw, 16px);\n    font-weight: 800;\n    color: rgba(0,0,0,.72);\n  }\n\n  .ub-notice {\n    color: var(--ub-active);\n    font-weight: 950;\n    transition: color .25s ease;\n  }\n\n  .ub-copy {\n    margin: 14px 0 0;\n    font-size: 14px;\n    line-height: 1.55;\n    color: var(--ub-muted);\n  }\n\n  .ub-colour-wrap {\n    margin-top: 20px;\n    background: rgba(255,255,255,.48);\n    border: 1px solid rgba(0,0,0,.08);\n    border-radius: 24px;\n    padding: 12px;\n  }\n\n  .ub-small-title {\n    font-size: 13px;\n    font-weight: 950;\n    margin-bottom: 10px;\n  }\n\n  .ub-colours {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 8px;\n  }\n\n  .ub-colour {\n    border: 1px solid transparent;\n    background: rgba(255,255,255,.74);\n    border-radius: 18px;\n    padding: 10px 6px;\n    min-height: 78px;\n    cursor: pointer;\n    text-align: center;\n    transition: all .25s ease;\n    color: var(--ub-black);\n  }\n\n  .ub-colour.is-active {\n    background: #fff;\n    border-color: var(--ub-active);\n    box-shadow: inset 0 0 0 1px var(--ub-active), 0 12px 24px rgba(0,0,0,.08);\n    min-height: 104px;\n  }\n\n  .ub-dot {\n    display: block;\n    width: 32px;\n    height: 32px;\n    border-radius: 999px;\n    margin: 0 auto 7px;\n    border: 2px solid rgba(255,255,255,.95);\n    box-shadow: 0 0 0 1px rgba(0,0,0,.14);\n  }\n\n  .ub-colour-name {\n    display: block;\n    font-size: 11px;\n    font-weight: 950;\n    line-height: 1.1;\n  }\n\n  .ub-readiness {\n    display: block;\n    max-height: 0;\n    opacity: 0;\n    overflow: hidden;\n    margin-top: 0;\n    font-size: 10.5px;\n    font-weight: 800;\n    color: rgba(0,0,0,.48);\n    line-height: 1.2;\n    transition: all .25s ease;\n  }\n\n  .ub-colour.is-active .ub-readiness {\n    max-height: 34px;\n    opacity: 1;\n    margin-top: 7px;\n  }\n\n  .ub-proof {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 8px;\n    margin-top: 12px;\n  }\n\n  .ub-proof span {\n    background: rgba(255,255,255,.65);\n    border: 1px solid var(--ub-line);\n    border-radius: 16px;\n    padding: 10px 6px;\n    font-size: 11px;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .ub-section {\n    margin-top: 12px;\n  }\n\n  .ub-section-title {\n    font-size: 22px;\n    font-weight: 950;\n    margin-bottom: 12px;\n  }\n\n  .ub-love-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 9px;\n  }\n\n  .ub-love-card {\n    border: 1px solid var(--ub-line);\n    background: #fff;\n    border-radius: 22px;\n    padding: 14px;\n    text-align: left;\n    cursor: pointer;\n    color: var(--ub-black);\n    transition: all .25s ease;\n  }\n\n  .ub-love-card.is-open {\n    border-color: var(--ub-active);\n    box-shadow: 0 12px 24px rgba(0,0,0,.08);\n  }\n\n  .ub-love-icon {\n    font-size: 23px;\n    margin-bottom: 7px;\n  }\n\n  .ub-love-card b {\n    display: block;\n    font-size: 14px;\n    margin-bottom: 4px;\n  }\n\n  .ub-love-card span {\n    display: block;\n    font-size: 12px;\n    color: var(--ub-muted);\n    line-height: 1.35;\n  }\n\n  .ub-more {\n    max-height: 0;\n    opacity: 0;\n    overflow: hidden;\n    margin-top: 0;\n    font-size: 11px;\n    color: rgba(0,0,0,.52);\n    line-height: 1.4;\n    transition: all .25s ease;\n  }\n\n  .ub-love-card.is-open .ub-more {\n    max-height: 80px;\n    opacity: 1;\n    margin-top: 8px;\n  }\n\n  .ub-tabs {\n    background: #fff;\n    border: 1px solid var(--ub-line);\n    border-radius: 26px;\n    padding: 7px;\n  }\n\n  .ub-tab-buttons {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 6px;\n    margin-bottom: 7px;\n  }\n\n  .ub-tab {\n    border: 0;\n    border-radius: 16px;\n    background: transparent;\n    padding: 12px 5px;\n    font-size: 12px;\n    font-weight: 950;\n    cursor: pointer;\n    color: var(--ub-black);\n  }\n\n  .ub-tab.is-active {\n    background: var(--ub-black);\n    color: #fff;\n  }\n\n  .ub-panel {\n    display: none;\n    border: 1px solid var(--ub-line);\n    background: #fffaf4;\n    border-radius: 20px;\n    padding: 15px;\n    font-size: 14px;\n    line-height: 1.55;\n    color: var(--ub-muted);\n  }\n\n  .ub-panel.is-active {\n    display: block;\n  }\n\n  .ub-panel b {\n    color: var(--ub-black);\n  }\n\n  .ub-panel ul {\n    margin: 9px 0 0;\n    padding-left: 18px;\n  }\n\n  .ub-final {\n    margin-top: 12px;\n    background: var(--ub-black);\n    color: white;\n    border-radius: 999px;\n    padding: 15px;\n    text-align: center;\n    font-weight: 950;\n  }\n\n  @media(max-width: 520px) {\n    #unbotheredProduct {\n      padding: 10px;\n      border-radius: 24px;\n    }\n\n    .ub-hero,\n    .ub-section {\n      padding: 14px;\n      border-radius: 24px;\n    }\n\n    .ub-title {\n      font-size: 29px;\n      letter-spacing: -1.4px;\n    }\n\n    .ub-subtitle {\n      font-size: 13px;\n    }\n\n    .ub-copy {\n      font-size: 13px;\n    }\n\n    .ub-colours {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .ub-colour {\n      min-height: 78px;\n      padding: 11px 8px;\n    }\n\n    .ub-colour.is-active {\n      min-height: 98px;\n    }\n\n    .ub-tab {\n      font-size: 11px;\n      padding: 11px 3px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"unbotheredProduct\"\u003e\n\u003csection class=\"ub-hero\"\u003e\n\u003cdiv class=\"ub-tag\"\u003e🌞 Stay Smooth. Stay Unbothered.\u003c\/div\u003e\n\u003ch2 class=\"ub-title\"\u003eUnbothered™ Precision\u003cbr\u003eBikini \u0026amp; Body Trimmer\u003c\/h2\u003e\n\u003cdiv class=\"ub-subtitle\"\u003eAlways Ready. Before They Even \u003cspan class=\"ub-notice\"\u003eNotice.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"ub-copy\"\u003eThat uneven edge. That missed spot. That moment you weren’t quite ready — never again. One premium trimmer for bikini, body, face and beard touch-ups.\u003c\/p\u003e\n\u003cdiv class=\"ub-colour-wrap\"\u003e\n\u003cdiv class=\"ub-small-title\"\u003eChoose Your Readiness\u003c\/div\u003e\n\u003cdiv class=\"ub-colours\"\u003e\n\u003cbutton type=\"button\" class=\"ub-colour is-active\"\u003e \u003cspan class=\"ub-dot\" style=\"background: #f6c400;\"\u003e\u003c\/span\u003e \u003cspan class=\"ub-colour-name\"\u003eSunshine\u003c\/span\u003e \u003cspan class=\"ub-readiness\"\u003eBeach Ready\u003c\/span\u003e \u003c\/button\u003e \u003cbutton type=\"button\" class=\"ub-colour\"\u003e \u003cspan class=\"ub-dot\" style=\"background: #050505;\"\u003e\u003c\/span\u003e \u003cspan class=\"ub-colour-name\"\u003eMidnight\u003c\/span\u003e \u003cspan class=\"ub-readiness\"\u003eDate Night Ready\u003c\/span\u003e \u003c\/button\u003e \u003cbutton type=\"button\" class=\"ub-colour\"\u003e \u003cspan class=\"ub-dot\" style=\"background: #8fb59b;\"\u003e\u003c\/span\u003e \u003cspan class=\"ub-colour-name\"\u003eSage\u003c\/span\u003e \u003cspan class=\"ub-readiness\"\u003eMeeting Ready\u003c\/span\u003e \u003c\/button\u003e \u003cbutton type=\"button\" class=\"ub-colour\"\u003e \u003cspan class=\"ub-dot\" style=\"background: #0d4f91;\"\u003e\u003c\/span\u003e \u003cspan class=\"ub-colour-name\"\u003eOcean\u003c\/span\u003e \u003cspan class=\"ub-readiness\"\u003eTravel Ready\u003c\/span\u003e \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ub-proof\"\u003e\n\u003cspan\u003eGentle on Skin\u003c\/span\u003e \u003cspan\u003eUSB-C Charge\u003c\/span\u003e \u003cspan\u003eLED Detail Light\u003c\/span\u003e \u003cspan\u003eTravel Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ub-section\"\u003e\n\u003cdiv class=\"ub-section-title\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\u003cdiv class=\"ub-love-grid\"\u003e\n\u003cdiv class=\"ub-love-icon\"\u003e🪒\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ub-love-card\"\u003e\u003cb\u003eCeramic Blades\u003c\/b\u003e \u003cspan\u003eSmooth, gentle trimming.\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"ub-more\"\u003eMade for a softer finish with less pulling and less stress.\u003c\/div\u003e\n\u003cdiv class=\"ub-love-icon\"\u003e💡\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ub-love-card\"\u003e\u003cb\u003eLED Detail Light\u003c\/b\u003e \u003cspan\u003eSee missed spots.\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"ub-more\"\u003eHelps you catch fine hairs before they become noticeable.\u003c\/div\u003e\n\u003cdiv class=\"ub-love-icon\"\u003e⚡\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ub-love-card\"\u003e\u003cb\u003eUSB-C Charge\u003c\/b\u003e \u003cspan\u003eFast, simple power.\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"ub-more\"\u003eEasy to charge at home, in your bag, or before travel.\u003c\/div\u003e\n\u003cdiv class=\"ub-love-icon\"\u003e🪮\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"ub-love-card\"\u003e\u003cb\u003e4 Guide Combs\u003c\/b\u003e \u003cspan\u003e3mm · 6mm · 9mm · 12mm.\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"ub-more\"\u003eChoose your length and keep every trim controlled.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ub-section\"\u003e\n\u003cdiv class=\"ub-section-title\"\u003eProduct Info\u003c\/div\u003e\n\u003cdiv class=\"ub-tabs\"\u003e\n\u003cdiv class=\"ub-tab-buttons\"\u003e\n\u003cbutton type=\"button\" class=\"ub-tab is-active\"\u003e✨ Stay Smooth\u003c\/button\u003e \u003cbutton type=\"button\" class=\"ub-tab\"\u003e📦 In The Box\u003c\/button\u003e \u003cbutton type=\"button\" class=\"ub-tab\"\u003e🪒 Specs\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ub-panel is-active\"\u003e\n\u003cb\u003e✨ Stay Smooth\u003c\/b\u003e\u003cbr\u003eDesigned for quick, smooth grooming before life happens. Perfect for bikini line, underarms, body, face, and beard touch-ups.\u003c\/div\u003e\n\u003cdiv class=\"ub-panel\"\u003e\n\u003cb\u003e📦 In The Box\u003c\/b\u003e\n\u003cul\u003e\n\u003cli\u003eUnbothered™ Precision Trimmer\u003c\/li\u003e\n\u003cli\u003eUSB-C fast-charging cable\u003c\/li\u003e\n\u003cli\u003eCleaning brush\u003c\/li\u003e\n\u003cli\u003e4 guide combs — 3mm · 6mm · 9mm · 12mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ub-panel\"\u003e\n\u003cb\u003e🪒 Specs\u003c\/b\u003e\n\u003cul\u003e\n\u003cli\u003eBlade: Ceramic precision blade\u003c\/li\u003e\n\u003cli\u003eCharging: USB-C fast charging\u003c\/li\u003e\n\u003cli\u003eLight: Built-in LED detail light\u003c\/li\u003e\n\u003cli\u003eUse: Beard, bikini, body, face, underarms\u003c\/li\u003e\n\u003cli\u003eCombs: 3mm, 6mm, 9mm, 12mm\u003c\/li\u003e\n\u003cli\u003eDesign: Compact, rechargeable, travel-ready\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ub-final\"\u003eStay Smooth. Stay Unbothered.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Unbothered","offers":[{"title":"Sage","offer_id":50906548469927,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true},{"title":"Ocean","offer_id":50906548502695,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true},{"title":"Midnight","offer_id":50906548535463,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true},{"title":"Sunshine","offer_id":50906548568231,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0753\/8684\/7399\/files\/Sage.png?v=1781649438"}],"url":"https:\/\/unbothered.co.za\/collections\/frontpage.oembed","provider":"unbothered","version":"1.0","type":"link"}