{"product_id":"beauty-bomb-dola-hair-wax-stick-2-pack","title":"Beauty Bomb | Dola Hair Wax Stick — 2-Pack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;600;700\u0026amp;family=Poppins:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/* ===========================\n   RESET\n=========================== *\/\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nhtml{\n    scroll-behavior:smooth;\n}\n\nbody{\n    font-family:'Poppins',sans-serif;\n    background:#050505;\n    overflow-x:hidden;\n    color:white;\n}\n\n\/* ===========================\n   ANIMATED BACKGROUND\n=========================== *\/\n\nbody::before{\n    content:\"\";\n    position:fixed;\n    top:-50%;\n    left:-50%;\n    width:200%;\n    height:200%;\n    background:\n    radial-gradient(circle,#D4AF3722 0%,transparent 30%),\n    radial-gradient(circle,#ffffff08 0%,transparent 20%),\n    linear-gradient(135deg,#050505,#111,#050505);\n    animation:rotateBG 28s linear infinite;\n    z-index:-2;\n}\n\n@keyframes rotateBG{\nfrom{transform:rotate(0deg);}\nto{transform:rotate(360deg);}\n}\n\n\/* ===========================\n   HERO\n=========================== *\/\n\n.hero{\n\npadding:110px 8% 70px;\ntext-align:center;\nanimation:fadeUp 1.2s ease;\n\n}\n\n.tag{\n\ndisplay:inline-block;\n\npadding:14px 40px;\n\nborder:1px solid #D4AF37;\n\nborder-radius:50px;\n\nletter-spacing:4px;\n\nfont-size:13px;\n\ncolor:#D4AF37;\n\nmargin-bottom:35px;\n\nanimation:pulse 3s infinite;\n\n}\n\n@keyframes pulse{\n\n50%{\nbox-shadow:0 0 25px rgba(212,175,55,.5);\ntransform:scale(1.05);\n}\n\n}\n\n.hero h1{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:78px;\n\nfont-weight:700;\n\nbackground:linear-gradient(90deg,#fff,#FFD700,#fff);\n\nbackground-size:300%;\n\n-webkit-background-clip:text;\n\n-webkit-text-fill-color:transparent;\n\nanimation:shine 6s linear infinite;\n\n}\n\n@keyframes shine{\n\n0%{background-position:0%;}\n100%{background-position:300%;}\n\n}\n\n.subtitle{\n\nmargin-top:30px;\n\nfont-size:22px;\n\nline-height:2;\n\nmax-width:900px;\n\nmargin-inline:auto;\n\ncolor:#fff;\n\n}\n\n\/* ===========================\n   WHITE PREMIUM CARDS\n=========================== *\/\n\n.card{\n\nmax-width:1150px;\n\nmargin:60px auto;\n\nbackground:#fff;\n\npadding:60px;\n\nborder-radius:30px;\n\nbox-shadow:0 25px 80px rgba(0,0,0,.35);\n\nanimation:fadeUp 1.2s ease;\n\ntransition:.4s;\n\n}\n\n.card:hover{\n\ntransform:translateY(-8px);\n\n}\n\n.card h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:48px;\n\ncolor:#B8860B;\n\nmargin-bottom:25px;\n\n}\n\n.card p{\n\nfont-size:18px;\n\nline-height:2;\n\ncolor:#000;\n\nfont-weight:500;\n\n}\n\n\/* ===========================\n   INGREDIENTS\n=========================== *\/\n\n.ingredients{\n\npadding:70px 8%;\n\ndisplay:grid;\n\ngrid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n\ngap:35px;\n\n}\n\n.box{\n\nbackground:#fff;\n\npadding:45px;\n\nborder-radius:25px;\n\nposition:relative;\n\noverflow:hidden;\n\ntransition:.5s;\n\nbox-shadow:0 15px 50px rgba(0,0,0,.2);\n\n}\n\n.box::before{\n\ncontent:\"\";\n\nposition:absolute;\n\nwidth:220%;\n\nheight:220%;\n\ntop:-100%;\n\nleft:-120%;\n\nbackground:linear-gradient(120deg,\ntransparent,\nrgba(212,175,55,.28),\ntransparent);\n\ntransform:rotate(25deg);\n\ntransition:1s;\n\n}\n\n.box:hover::before{\n\nleft:100%;\n\n}\n\n.box:hover{\n\ntransform:translateY(-10px);\n\nbox-shadow:0 25px 70px rgba(212,175,55,.35);\n\n}\n\n.box h3{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:34px;\n\ncolor:#B8860B;\n\nmargin-bottom:18px;\n\n}\n\n.box p{\n\ncolor:#000;\n\nfont-size:17px;\n\nline-height:1.8;\n\nfont-weight:500;\n\n}\n\n\/* ===========================\n   FLOATING BADGE\n=========================== *\/\n\n.badge-section{\n\npadding:70px;\n\ndisplay:flex;\n\njustify-content:center;\n\n}\n\n.circle{\n\nwidth:220px;\n\nheight:220px;\n\nborder-radius:50%;\n\nbackground:#fff;\n\ndisplay:flex;\n\njustify-content:center;\n\nalign-items:center;\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:42px;\n\ntext-align:center;\n\ncolor:#B8860B;\n\nbox-shadow:0 20px 70px rgba(212,175,55,.35);\n\nanimation:float 4s ease-in-out infinite;\n\n}\n\n@keyframes float{\n\n50%{\ntransform:translateY(-18px);\n}\n\n}\n\n\/* ===========================\n   FOOTER MESSAGE\n=========================== *\/\n\n.final-message{\n\npadding:90px 10%;\n\ntext-align:center;\n\n}\n\n.final-message h2{\n\nfont-family:'Cormorant Garamond',serif;\n\nfont-size:58px;\n\ncolor:#D4AF37;\n\nmargin-bottom:25px;\n\n}\n\n.final-message p{\n\nfont-size:20px;\n\nline-height:2;\n\nmax-width:850px;\n\nmargin:auto;\n\ncolor:white;\n\n}\n\nfooter{\n\npadding:35px;\n\ntext-align:center;\n\ncolor:#888;\n\nfont-size:14px;\n\nletter-spacing:2px;\n\n}\n\n\/* ===========================\n   ANIMATIONS\n=========================== *\/\n\n@keyframes fadeUp{\n\nfrom{\nopacity:0;\ntransform:translateY(60px);\n}\n\nto{\nopacity:1;\ntransform:translateY(0);\n}\n\n}\n\n\/* ===========================\n   MOBILE\n=========================== *\/\n\n@media(max-width:768px){\n\n.hero h1{\nfont-size:50px;\n}\n\n.subtitle{\nfont-size:18px;\n}\n\n.card{\npadding:35px;\n}\n\n.card h2{\nfont-size:38px;\n}\n\n.circle{\nwidth:170px;\nheight:170px;\nfont-size:34px;\n}\n\n.final-message h2{\nfont-size:42px;\n}\n\n}\n\n\u003c\/style\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"tag\"\u003eTHE STANDARD OF EXCELLENCE\u003c\/div\u003e\n\u003ch1\u003eBeauty Bomb\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e\u003cstrong\u003eAn Ode to Effortless Perfection.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eTrue elegance is never accidental. It is cultivated, refined, and sustained — and it begins at the hairline.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eIntroducing the Beauty Bomb Dola Hair Wax Stick\u003c\/h2\u003e\n\u003cp\u003eA masterfully formulated styling essential engineered for the discerning woman who accepts nothing short of flawless. \u003cbr\u003e\u003cbr\u003eWith a single, deliberate stroke, flyaways surrender, edges align, and your silhouette is elevated to its most polished expression. \u003cbr\u003e\u003cbr\u003eThis is not merely a styling product. \u003cbr\u003e\u003cbr\u003e\u003cstrong style=\"color: #b8860b;\"\u003eThis is a ritual.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection class=\"ingredients\"\u003e\n\u003cdiv class=\"box\"\u003e\n\u003ch3\u003e🍯 Beeswax\u003c\/h3\u003e\n\u003cp\u003eA time-honoured hold agent that sculpts without stiffness, allowing your style to breathe naturally while maintaining a beautifully refined finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box\"\u003e\n\u003ch3\u003e🥑 Shea Butter\u003c\/h3\u003e\n\u003cp\u003eDeeply nourishes every strand with intense moisture while reducing frizz and delivering a healthy, luminous shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box\"\u003e\n\u003ch3\u003e🌱 Castor Seed Oil\u003c\/h3\u003e\n\u003cp\u003eRenowned for strengthening, restoring and revitalising hair while helping each strand feel healthier and more resilient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"badge-section\"\u003e\n\u003cdiv class=\"circle\"\u003e24HR\u003cbr\u003eHOLD\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eThe Experience\u003c\/h2\u003e\n\u003cp\u003eFrom the very first application, you will notice the difference — a weightless, non-greasy finish that delivers exceptional hold for up to 24 hours. \u003cbr\u003e\u003cbr\u003eNo residue. \u003cbr\u003eNo flakes. \u003cbr\u003eNo compromise. \u003cbr\u003e\u003cbr\u003eSimply hair at its most refined. Flexible enough to move with you. Strong enough to keep every strand beautifully in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eBeauty Bomb — The Standard of Excellence\u003c\/h2\u003e\n\u003cp\u003eConceived for women who understand that luxury is not an indulgence — it is a standard. Every Beauty Bomb formulation is a testament to the belief that what you put on your hair matters just as much as what you put in your body. \u003cbr\u003e\u003cbr\u003eSoap-Free. \u003cbr\u003eParaben-Free. \u003cbr\u003eUncompromisingly Gentle. \u003cbr\u003e\u003cbr\u003e\u003cstrong style=\"color: #b8860b;\"\u003e Premium.\u003cbr\u003ePurposeful.\u003cbr\u003eUnapologetically You. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection class=\"final-message\"\u003e\n\u003ch2\u003eLuxury Starts at the Hairline\u003c\/h2\u003e\n\u003cp\u003eThe Beauty Bomb Dola Hair Wax Stick is more than a styling essential—it is the finishing touch that transforms every hairstyle into a statement of elegance, confidence and effortless perfection.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cfooter\u003e© 2026 Beauty Bomb • Luxury Hair Care Collection\u003c\/footer\u003e","brand":"Beauty Bomb ","offers":[{"title":"Default Title","offer_id":52683576377629,"sku":null,"price":530.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1003\/6337\/0781\/files\/beauty-bomb-box-studio-shot.png?v=1786006832","url":"https:\/\/beautybomb.co.za\/products\/beauty-bomb-dola-hair-wax-stick-2-pack","provider":"Beauty Bomb ","version":"1.0","type":"link"}