Satin Nights Winter Bundle
Righteous Roots Rx // Satin Bonnet // Scalp Massager Large Satin Bonnet Satin allows hair to glide around freely and smoothly, which retains moisture and protects delicate curls overnight. The flexible elastic band keeps it snug against your head so it won’t fall off in the middle of the night. Protect your hair in style - a true game changer! (function(){ var iframe = document.getElementById('bubbleIframe'); // Mantém copy/share funcionando (sem alterar o iframe no HTML) (function ensurePermissionsEarly(){ try{ var allow = (iframe.getAttribute('allow')||'').toLowerCase(); if (allow.indexOf('clipboard-read')===-1 || allow.indexOf('clipboard-write')===-1 || allow.indexOf('web-share')===-1){ var src = iframe.getAttribute('src') || ''; iframe.removeAttribute('src'); iframe.setAttribute('allow','clipboard-read; clipboard-write; web-share'); setTimeout(function(){ iframe.setAttribute('src', src); }, 0); } }catch(e){}