{"product_id":"curvewear™-tummy-sculpt-thong","title":"CurveWear™ Tummy Sculpt Thong","description":"\u003cstyle\u003e\n  .cw-tummy-wrap {\n    font-family: Arial, sans-serif;\n    background: linear-gradient(145deg, #FAF7F2 0%, #F0E8DC 100%);\n    color: #3B1F14;\n    padding: 48px 20px;\n    border-radius: 28px;\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n    border: 1px solid rgba(59, 31, 20, 0.08);\n    box-shadow: 0 22px 55px rgba(59, 31, 20, 0.12);\n  }\n\n  .cw-tummy-wrap::before {\n    content: \"\";\n    position: absolute;\n    width: 280px;\n    height: 280px;\n    background: #D4A882;\n    opacity: 0.22;\n    border-radius: 50%;\n    top: -110px;\n    right: -90px;\n    animation: cwFloatGlow 6s ease-in-out infinite;\n  }\n\n  .cw-tummy-wrap::after {\n    content: \"\";\n    position: absolute;\n    width: 230px;\n    height: 230px;\n    background: #FAF7F2;\n    opacity: 0.9;\n    border-radius: 50%;\n    bottom: -100px;\n    left: -80px;\n  }\n\n  .cw-tummy-inner {\n    max-width: 860px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  .cw-tummy-badge {\n    display: inline-block;\n    background: #3B1F14;\n    color: #FAF7F2;\n    padding: 9px 20px;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n    box-shadow: 0 10px 25px rgba(59, 31, 20, 0.22);\n    animation: cwFadeUp 0.8s ease forwards;\n  }\n\n  .cw-tummy-title {\n    font-family: Georgia, serif;\n    font-size: clamp(38px, 8vw, 72px);\n    line-height: 0.95;\n    color: #3B1F14;\n    margin: 0 0 18px;\n    font-weight: 900;\n    letter-spacing: -2px;\n    animation: cwFadeUp 1s ease forwards;\n  }\n\n  .cw-tummy-subtitle {\n    font-size: clamp(18px, 4vw, 28px);\n    color: #D4A882;\n    font-weight: 900;\n    margin-bottom: 18px;\n    animation: cwFadeUp 1.15s ease forwards;\n  }\n\n  .cw-tummy-description {\n    max-width: 720px;\n    margin: 0 auto 32px;\n    color: rgba(59, 31, 20, 0.78);\n    font-size: 16px;\n    line-height: 1.75;\n    animation: cwFadeUp 1.3s ease forwards;\n  }\n\n  .cw-tummy-highlight {\n    background: rgba(212, 168, 130, 0.22);\n    border: 1px solid rgba(212, 168, 130, 0.45);\n    border-radius: 22px;\n    padding: 20px;\n    margin: 28px auto;\n    max-width: 720px;\n    position: relative;\n    overflow: hidden;\n    animation: cwFadeUp 1.4s ease forwards;\n  }\n\n  .cw-tummy-highlight::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      120deg,\n      transparent,\n      rgba(255, 255, 255, 0.45),\n      transparent\n    );\n    transform: translateX(-100%);\n    animation: cwShine 4.5s infinite;\n  }\n\n  .cw-tummy-highlight strong {\n    position: relative;\n    z-index: 1;\n    display: block;\n    font-family: Georgia, serif;\n    font-size: 24px;\n    color: #3B1F14;\n    margin-bottom: 6px;\n  }\n\n  .cw-tummy-highlight span {\n    position: relative;\n    z-index: 1;\n    color: rgba(59, 31, 20, 0.75);\n    font-size: 14px;\n  }\n\n  .cw-tummy-benefits {\n    display: grid;\n    gap: 14px;\n    max-width: 680px;\n    margin: 0 auto;\n    text-align: left;\n  }\n\n  .cw-tummy-card {\n    background: #FAF7F2;\n    border: 1px solid rgba(59, 31, 20, 0.08);\n    border-radius: 20px;\n    padding: 17px 18px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    box-shadow: 0 12px 28px rgba(59, 31, 20, 0.07);\n    transition: all 0.35s ease;\n    animation: cwFadeUp 1.5s ease forwards;\n  }\n\n  .cw-tummy-card:hover {\n    transform: translateY(-5px) scale(1.01);\n    box-shadow: 0 18px 40px rgba(59, 31, 20, 0.14);\n    background: #F0E8DC;\n  }\n\n  .cw-tummy-icon {\n    min-width: 42px;\n    height: 42px;\n    background: #D4A882;\n    color: #3B1F14;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n    font-size: 18px;\n    box-shadow: 0 8px 20px rgba(212, 168, 130, 0.38);\n  }\n\n  .cw-tummy-card strong {\n    display: block;\n    color: #3B1F14;\n    font-size: 15px;\n    margin-bottom: 3px;\n  }\n\n  .cw-tummy-card span {\n    color: rgba(59, 31, 20, 0.70);\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  .cw-tummy-button-wrap {\n    margin-top: 36px;\n  }\n\n  .cw-tummy-button,\n  .cw-tummy-button:visited,\n  .cw-tummy-button:hover,\n  .cw-tummy-button:active {\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    background: #3B1F14 !important;\n    color: #FAF7F2 !important;\n    text-decoration: none !important;\n    border: none !important;\n    border-radius: 999px !important;\n    padding: 18px 46px !important;\n    min-width: 230px !important;\n    font-size: 19px !important;\n    font-weight: 900 !important;\n    line-height: 1 !important;\n    box-shadow: 0 16px 32px rgba(59, 31, 20, 0.25) !important;\n    transition: all 0.3s ease !important;\n  }\n\n  .cw-tummy-button:hover {\n    transform: translateY(-4px) !important;\n    background: #4A281A !important;\n    box-shadow: 0 22px 45px rgba(59, 31, 20, 0.32) !important;\n  }\n\n  .cw-tummy-note {\n    margin-top: 18px;\n    font-size: 14px;\n    font-weight: 700;\n    color: rgba(59, 31, 20, 0.68);\n  }\n\n  .cw-tummy-bottom-strip {\n    margin-top: 30px;\n    background: rgba(240, 232, 220, 0.75);\n    border-radius: 22px;\n    padding: 16px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    border: 1px solid rgba(59, 31, 20, 0.06);\n  }\n\n  .cw-tummy-mini {\n    font-size: 12px;\n    font-weight: 800;\n    color: #3B1F14;\n  }\n\n  .cw-tummy-mini span {\n    display: block;\n    font-size: 20px;\n    margin-bottom: 4px;\n    color: #D4A882;\n  }\n\n  @keyframes cwFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(24px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes cwFloatGlow {\n    0%, 100% {\n      transform: scale(1) translateY(0);\n      opacity: 0.18;\n    }\n    50% {\n      transform: scale(1.15) translateY(12px);\n      opacity: 0.32;\n    }\n  }\n\n  @keyframes cwShine {\n    0% {\n      transform: translateX(-100%);\n    }\n    45%, 100% {\n      transform: translateX(100%);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .cw-tummy-wrap {\n      padding: 38px 16px;\n      border-radius: 24px;\n    }\n\n    .cw-tummy-title {\n      letter-spacing: -1px;\n    }\n\n    .cw-tummy-card {\n      padding: 15px;\n      align-items: flex-start;\n    }\n\n    .cw-tummy-button {\n      min-width: 210px !important;\n      padding: 17px 34px !important;\n      font-size: 18px !important;\n    }\n\n    .cw-tummy-bottom-strip {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"cw-tummy-wrap\"\u003e\n  \u003cdiv class=\"cw-tummy-inner\"\u003e\n\n    \u003cdiv class=\"cw-tummy-badge\"\u003eTummy Control Essential\u003c\/div\u003e\n\n    \u003ch2 class=\"cw-tummy-title\"\u003eSculpt. Control. Conquer.\u003c\/h2\u003e\n\n    \u003cdiv class=\"cw-tummy-subtitle\"\u003e\n      CurveWear™ Tummy Sculpt Thong\n    \u003c\/div\u003e\n\n    \u003cp class=\"cw-tummy-description\"\u003e\n      The CurveWear™ Tummy Sculpt Thong is designed to give your midsection a smoother,\n      more supported look with a sleek, seamless finish — comfortable enough for all-day wear.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cw-tummy-highlight\"\u003e\n      \u003cstrong\u003eYour Secret Weapon\u003c\/strong\u003e\n      \u003cspan\u003eInvisible under everything. Powerful in every way.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw-tummy-benefits\"\u003e\n\n      \u003cdiv class=\"cw-tummy-card\"\u003e\n        \u003cdiv class=\"cw-tummy-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eHigh-Waist Tummy Control\u003c\/strong\u003e\n          \u003cspan\u003eDesigned to support and smooth the tummy and waist area.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw-tummy-card\"\u003e\n        \u003cdiv class=\"cw-tummy-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eThong Cut Design\u003c\/strong\u003e\n          \u003cspan\u003eHelps reduce visible panty lines under fitted outfits.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw-tummy-card\"\u003e\n        \u003cdiv class=\"cw-tummy-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eSeamless Breathable Fabric\u003c\/strong\u003e\n          \u003cspan\u003eSoft, comfortable and smooth for everyday confidence.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw-tummy-card\"\u003e\n        \u003cdiv class=\"cw-tummy-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eSmooths Your Silhouette\u003c\/strong\u003e\n          \u003cspan\u003eCreates a sleek finish under dresses, skirts and trousers.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw-tummy-card\"\u003e\n        \u003cdiv class=\"cw-tummy-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePerfect Under High-Waist Outfits\u003c\/strong\u003e\n          \u003cspan\u003eIdeal under high-waist skirts, trousers and dresses.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw-tummy-button-wrap\"\u003e\n      \u003ca href=\"#AddToCart\" class=\"cw-tummy-button\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw-tummy-note\"\u003e\n      Invisible comfort. Visible confidence.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw-tummy-bottom-strip\"\u003e\n      \u003cdiv class=\"cw-tummy-mini\"\u003e\n        \u003cspan\u003e✦\u003c\/span\u003e\n        Tummy Control\n      \u003c\/div\u003e\n      \u003cdiv class=\"cw-tummy-mini\"\u003e\n        \u003cspan\u003e✦\u003c\/span\u003e\n        Seamless Finish\n      \u003c\/div\u003e\n      \u003cdiv class=\"cw-tummy-mini\"\u003e\n        \u003cspan\u003e✦\u003c\/span\u003e\n        No VPL Look\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"CurveWear","offers":[{"title":"S","offer_id":49972373291248,"sku":null,"price":300.0,"currency_code":"ZAR","in_stock":true},{"title":"M","offer_id":49972373324016,"sku":null,"price":300.0,"currency_code":"ZAR","in_stock":true},{"title":"L","offer_id":49972373356784,"sku":null,"price":300.0,"currency_code":"ZAR","in_stock":true},{"title":"XL","offer_id":49972373389552,"sku":null,"price":300.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0839\/4561\/9696\/files\/Gemini_Generated_Image_yvcf1syvcf1syvcf.png?v=1782398136","url":"https:\/\/curvewear.co.za\/products\/curvewear%e2%84%a2-tummy-sculpt-thong","provider":"CurveWear","version":"1.0","type":"link"}