{"product_id":"wig-cap","title":"La Couronne Cap","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026family=Montserrat:wght@200;300;400\u0026display=swap');\n\n  .ce-wig-wrapper {\n    background: #080808;\n    color: #c9a84c;\n    font-family: 'Montserrat', sans-serif;\n    padding: 56px 44px;\n    border: 1px solid #c9a84c22;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ce-wig-wrapper::after {\n    content: '';\n    position: absolute;\n    width: 320px;\n    height: 320px;\n    background: radial-gradient(circle, #c9a84c15 0%, transparent 70%);\n    border-radius: 50%;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: wig-orb-float 7s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  @keyframes wig-orb-float {\n    0%, 100% { transform: translate(-50%, -50%) scale(1);   opacity: 0.5; }\n    50%       { transform: translate(-50%, -62%) scale(1.4); opacity: 1; }\n  }\n\n  .ce-wig-wrapper::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(1px 1px at 15% 25%, #c9a84c55, transparent),\n      radial-gradient(1px 1px at 75% 15%, #c9a84c44, transparent),\n      radial-gradient(1px 1px at 55% 75%, #c9a84c33, transparent),\n      radial-gradient(1px 1px at 35% 85%, #c9a84c55, transparent),\n      radial-gradient(1px 1px at 88% 55%, #c9a84c44, transparent);\n    animation: wig-dust 12s ease-in-out infinite alternate;\n    pointer-events: none;\n  }\n\n  @keyframes wig-dust {\n    0%   { transform: translateY(0) translateX(0); opacity: 0.3; }\n    100% { transform: translateY(-14px) translateX(8px); opacity: 1; }\n  }\n\n  .ce-wig-corner {\n    position: absolute;\n    width: 36px;\n    height: 36px;\n    border-color: #c9a84c;\n    border-style: solid;\n    opacity: 0;\n    animation: wig-corner-draw 1.5s ease forwards;\n  }\n  .ce-wig-corner.tl { top: 16px; left: 16px;   border-width: 1px 0 0 1px; animation-delay: 0.2s; }\n  .ce-wig-corner.tr { top: 16px; right: 16px;  border-width: 1px 1px 0 0; animation-delay: 0.4s; }\n  .ce-wig-corner.bl { bottom: 16px; left: 16px;  border-width: 0 0 1px 1px; animation-delay: 0.6s; }\n  .ce-wig-corner.br { bottom: 16px; right: 16px; border-width: 0 1px 1px 0; animation-delay: 0.8s; }\n\n  @keyframes wig-corner-draw {\n    from { opacity: 0; transform: scale(0.5); }\n    to   { opacity: 0.7; transform: scale(1); }\n  }\n\n  .ce-wig-brand {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 200;\n    font-size: 0.65em;\n    letter-spacing: 0.45em;\n    text-transform: uppercase;\n    color: #c9a84c66;\n    text-align: center;\n    margin-bottom: 10px;\n    animation: wig-fade-up 1s ease 0.3s both;\n  }\n\n  .ce-wig-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 3em;\n    font-weight: 300;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    text-align: center;\n    margin: 0 0 4px;\n    background: linear-gradient(90deg, #8b6914, #c9a84c, #f5e0a0, #c9a84c, #8b6914);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: wig-text-shimmer 4s linear infinite, wig-fade-up 1s ease 0.5s both;\n  }\n\n  @keyframes wig-text-shimmer {\n    0%   { background-position: 0% center; }\n    100% { background-position: 300% center; }\n  }\n\n  .ce-wig-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.1em;\n    font-weight: 300;\n    color: #c9a84c77;\n    text-align: center;\n    letter-spacing: 0.15em;\n    margin-bottom: 6px;\n    animation: wig-fade-up 1s ease 0.7s both;\n  }\n\n  @keyframes wig-fade-up {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .ce-wig-heartbeat-line {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 22px 0;\n  }\n\n  .ce-wig-heartbeat-line .line {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, transparent, #c9a84c88, transparent);\n    animation: wig-line-breathe 3s ease-in-out infinite;\n  }\n\n  @keyframes wig-line-breathe {\n    0%, 100% { opacity: 0.4; }\n    50%       { opacity: 1; }\n  }\n\n  .ce-wig-heartbeat-icon {\n    color: #c9a84c;\n    font-size: 20px;\n    animation: wig-heartbeat 1.6s ease-in-out infinite;\n    display: inline-block;\n  }\n\n  @keyframes wig-heartbeat {\n    0%   { transform: scale(1);    opacity: 1; }\n    14%  { transform: scale(1.35); opacity: 1; }\n    28%  { transform: scale(1);    opacity: 0.7; }\n    42%  { transform: scale(1.2);  opacity: 1; }\n    70%  { transform: scale(1);    opacity: 1; }\n    100% { transform: scale(1);    opacity: 1; }\n  }\n\n  .ce-wig-body {\n    font-size: 0.85em;\n    font-weight: 300;\n    line-height: 2.1;\n    color: #d4b97a;\n    text-align: center;\n    max-width: 540px;\n    margin: 0 auto 10px;\n    letter-spacing: 0.06em;\n    animation: wig-fade-up 1s ease 0.9s both;\n  }\n\n  .ce-wig-body em {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.1em;\n    color: #c9a84c;\n  }\n\n  .ce-wig-accent-bar {\n    height: 1px;\n    background: linear-gradient(90deg, transparent 0%, #8b6914 20%, #c9a84c 40%, #f5e0a0 50%, #c9a84c 60%, #8b6914 80%, transparent 100%);\n    background-size: 250% 100%;\n    animation: wig-slide-gold 2.5s linear infinite;\n    margin: 28px 0;\n  }\n\n  @keyframes wig-slide-gold {\n    0%   { background-position: 250% 0; }\n    100% { background-position: -250% 0; }\n  }\n\n  .ce-wig-features {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin: 20px 0 8px;\n  }\n\n  .ce-wig-pill {\n    border: 1px solid #c9a84c44;\n    color: #c9a84c;\n    font-size: 0.68em;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    padding: 8px 20px;\n    background: transparent;\n    cursor: default;\n    animation: wig-pill-glow 4s ease-in-out infinite;\n  }\n\n  .ce-wig-pill:nth-child(2) { animation-delay: 0.6s; }\n  .ce-wig-pill:nth-child(3) { animation-delay: 1.2s; }\n  .ce-wig-pill:nth-child(4) { animation-delay: 1.8s; }\n\n  @keyframes wig-pill-glow {\n    0%, 100% { border-color: #c9a84c33; box-shadow: none; color: #c9a84c77; }\n    50%       { border-color: #c9a84c; box-shadow: 0 0 14px #c9a84c33; color: #c9a84c; }\n  }\n\n  .ce-wig-diamond {\n    text-align: center;\n    font-size: 10px;\n    color: #c9a84c;\n    letter-spacing: 8px;\n    margin: 6px 0;\n    animation: wig-diamond-float 3s ease-in-out infinite;\n  }\n\n  @keyframes wig-diamond-float {\n    0%, 100% { transform: translateY(0); opacity: 0.6; }\n    50%       { transform: translateY(-4px); opacity: 1; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ce-wig-wrapper\"\u003e\n  \u003cdiv class=\"ce-wig-corner tl\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"ce-wig-corner tr\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"ce-wig-corner bl\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"ce-wig-corner br\"\u003e\u003c\/div\u003e\n\n  \u003cp class=\"ce-wig-brand\"\u003eCrowned Elegance  •  Maison de Luxe\u003c\/p\u003e\n  \u003ch2 class=\"ce-wig-title\"\u003eLa Couronne Cap\u003c\/h2\u003e\n  \u003cp class=\"ce-wig-tagline\"\u003ethe foundation of every crown\u003c\/p\u003e\n\n  \u003cdiv class=\"ce-wig-diamond\"\u003e◆   ◆   ◆\u003c\/div\u003e\n\n  \u003cdiv class=\"ce-wig-heartbeat-line\"\u003e\n    \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n    \u003cspan class=\"ce-wig-heartbeat-icon\"\u003e♥\u003c\/span\u003e\n    \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ce-wig-body\"\u003e\n    Every masterpiece begins with the perfect canvas. \u003cem\u003eLa Couronne Cap\u003c\/em\u003e\n    is the invisible foundation upon which your crown is built —\n    engineered for a seamless, secure fit that disappears beneath your style\n    and lets your beauty take centre stage.\n    \u003cbr\u003e\u003cbr\u003e\n    Silky-smooth against the scalp. Breathable. Refined.\n    Because even what the world cannot see deserves to be extraordinary.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ce-wig-accent-bar\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ce-wig-features\"\u003e\n    \u003cdiv class=\"ce-wig-pill\"\u003eSeamless Fit\u003c\/div\u003e\n    \u003cdiv class=\"ce-wig-pill\"\u003eBreathable Fabric\u003c\/div\u003e\n    \u003cdiv class=\"ce-wig-pill\"\u003eCrowned Elegance\u003c\/div\u003e\n    \u003cdiv class=\"ce-wig-pill\"\u003eLuxe Comfort\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ce-wig-heartbeat-line\"\u003e\n    \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n    \u003cspan class=\"ce-wig-heartbeat-icon\"\u003e♥\u003c\/span\u003e\n    \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ce-wig-diamond\"\u003e◆   ◆   ◆\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Crowned Elegance","offers":[{"title":"Default Title","offer_id":52641576419604,"sku":null,"price":99.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/rn-image_picker_lib_temp_a561121b-77fd-41e7-a4ff-de088384aeb9.png?v=1780929762","url":"https:\/\/crownedelegance.co.za\/products\/wig-cap","provider":"Crowned Elegance","version":"1.0","type":"link"}