{"product_id":"veltix-store-pro-brush-collection","title":"Veltix Store | Pro Brush Collection","description":"\u003cstyle\u003e\n  .veltix-pro {\n    --vp-black: #0b0b0d;\n    --vp-soft-black: #171719;\n    --vp-white: #ffffff;\n    --vp-cream: #f8f6f2;\n    --vp-grey: #77777d;\n    --vp-border: rgba(15, 15, 18, 0.09);\n    --vp-gold: #b9975b;\n    --vp-radius: 22px;\n\n    max-width: 1150px;\n    margin: 30px auto;\n    padding: 0 18px;\n    font-family: inherit;\n    color: var(--vp-black);\n    box-sizing: border-box;\n  }\n\n  .veltix-pro *,\n  .veltix-pro *::before,\n  .veltix-pro *::after {\n    box-sizing: border-box;\n  }\n\n  @keyframes vpFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(24px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes vpGlow {\n    0%, 100% {\n      opacity: .35;\n      transform: scale(1);\n    }\n\n    50% {\n      opacity: .7;\n      transform: scale(1.06);\n    }\n  }\n\n  @keyframes vpShine {\n    0% {\n      transform: translateX(-140%) rotate(20deg);\n    }\n\n    100% {\n      transform: translateX(250%) rotate(20deg);\n    }\n  }\n\n  @keyframes vpFloat {\n    0%, 100% {\n      transform: translateY(0);\n    }\n\n    50% {\n      transform: translateY(-6px);\n    }\n  }\n\n  .vp-animate {\n    opacity: 0;\n    animation: vpFadeUp .75s ease forwards;\n  }\n\n  .vp-delay-1 {\n    animation-delay: .08s;\n  }\n\n  .vp-delay-2 {\n    animation-delay: .16s;\n  }\n\n  .vp-delay-3 {\n    animation-delay: .24s;\n  }\n\n  .vp-delay-4 {\n    animation-delay: .32s;\n  }\n\n  .vp-hero {\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n    padding: 64px 24px;\n    border-radius: 28px;\n    background:\n      radial-gradient(circle at 85% 20%, rgba(185,151,91,.14), transparent 30%),\n      radial-gradient(circle at 10% 80%, rgba(255,255,255,.07), transparent 26%),\n      linear-gradient(145deg, #080809 0%, #151518 55%, #09090b 100%);\n    color: #fff;\n    box-shadow: 0 24px 70px rgba(0,0,0,.16);\n  }\n\n  .vp-hero::before {\n    content: \"\";\n    position: absolute;\n    width: 340px;\n    height: 340px;\n    border-radius: 50%;\n    background: rgba(185,151,91,.11);\n    filter: blur(70px);\n    top: -150px;\n    right: -80px;\n    animation: vpGlow 6s ease-in-out infinite;\n  }\n\n  .vp-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 18px;\n    padding: 8px 14px;\n    border: 1px solid rgba(255,255,255,.16);\n    border-radius: 999px;\n    background: rgba(255,255,255,.06);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n  }\n\n  .vp-eyebrow-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: #d1b47d;\n    box-shadow: 0 0 12px rgba(209,180,125,.75);\n  }\n\n  .vp-title {\n    max-width: 850px;\n    margin: 0 auto;\n    font-size: clamp(35px, 6vw, 67px);\n    line-height: .98;\n    letter-spacing: -2.7px;\n    font-weight: 800;\n    color: #ffffff !important;\n  }\n\n  .vp-title span {\n    background: linear-gradient(90deg, #fff, #d9c29b, #fff);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .vp-subtitle {\n    max-width: 660px;\n    margin: 22px auto 0;\n    color: rgba(255,255,255,.73);\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .vp-pills {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 28px;\n  }\n\n  .vp-pill {\n    padding: 9px 13px;\n    border-radius: 999px;\n    background: rgba(255,255,255,.075);\n    border: 1px solid rgba(255,255,255,.12);\n    color: rgba(255,255,255,.89);\n    font-size: 12px;\n  }\n\n  .vp-section {\n    padding: 70px 0 15px;\n  }\n\n  .vp-heading {\n    text-align: center;\n    max-width: 720px;\n    margin: 0 auto 38px;\n  }\n\n  .vp-heading-small {\n    color: #8c754c;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: 700;\n    font-size: 11px;\n    margin-bottom: 9px;\n  }\n\n  .vp-heading h2 {\n    margin: 0;\n    font-size: clamp(29px, 4vw, 46px);\n    letter-spacing: -1.5px;\n    line-height: 1.05;\n  }\n\n  .vp-heading p {\n    margin: 15px auto 0;\n    max-width: 590px;\n    color: var(--vp-grey);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .vp-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .vp-card {\n    position: relative;\n    overflow: hidden;\n    padding: 27px 22px;\n    min-height: 230px;\n    border: 1px solid var(--vp-border);\n    border-radius: var(--vp-radius);\n    background: #fff;\n    box-shadow: 0 9px 35px rgba(0,0,0,.045);\n    transition:\n      transform .35s ease,\n      box-shadow .35s ease,\n      border-color .35s ease;\n  }\n\n  .vp-card:hover {\n    transform: translateY(-7px);\n    box-shadow: 0 22px 48px rgba(0,0,0,.10);\n    border-color: rgba(185,151,91,.34);\n  }\n\n  .vp-icon {\n    width: 48px;\n    height: 48px;\n    display: grid;\n    place-items: center;\n    margin-bottom: 28px;\n    border-radius: 14px;\n    background: var(--vp-black);\n    color: #fff;\n    font-size: 21px;\n    transition: transform .35s ease;\n  }\n\n  .vp-card:hover .vp-icon {\n    transform: rotate(-5deg) scale(1.08);\n  }\n\n  .vp-card h3 {\n    font-size: 17px;\n    margin: 0 0 9px;\n  }\n\n  .vp-card p {\n    margin: 0;\n    color: var(--vp-grey);\n    line-height: 1.65;\n    font-size: 13px;\n  }\n\n  .vp-shades {\n    margin-top: 65px;\n    padding: 50px 25px;\n    border-radius: 28px;\n    background: var(--vp-cream);\n  }\n\n  .vp-shade-row {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 13px;\n    max-width: 760px;\n    margin: 35px auto 0;\n  }\n\n  .vp-shade {\n    text-align: center;\n    padding: 24px 12px;\n    background: #fff;\n    border-radius: 18px;\n    border: 1px solid rgba(0,0,0,.07);\n    transition: transform .3s ease, box-shadow .3s ease;\n  }\n\n  .vp-shade:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 17px 35px rgba(0,0,0,.08);\n  }\n\n  .vp-swatch {\n    width: 57px;\n    height: 57px;\n    border-radius: 50%;\n    margin: 0 auto 14px;\n    border: 4px solid #fff;\n    box-shadow:\n      0 0 0 1px rgba(0,0,0,.09),\n      0 7px 20px rgba(0,0,0,.14);\n  }\n\n  .vp-blackwhite {\n    background: linear-gradient(135deg, #111 0 50%, #eee 50% 100%);\n  }\n\n  .vp-silver {\n    background: linear-gradient(135deg, #6d7075, #eceeef, #979ba1);\n  }\n\n  .vp-coffee {\n    background: linear-gradient(135deg, #3e271d, #9c735e, #5b3527);\n  }\n\n  .vp-blackgold {\n    background: linear-gradient(135deg, #090909 0 55%, #c09b57 55% 100%);\n  }\n\n  .vp-shade strong {\n    display: block;\n    font-size: 13px;\n  }\n\n  .vp-shade span {\n    display: block;\n    margin-top: 4px;\n    font-size: 11px;\n    color: #8b8b90;\n  }\n\n  .vp-included {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n    margin-top: 65px;\n  }\n\n  .vp-included-main,\n  .vp-included-side {\n    border-radius: 25px;\n    padding: 42px;\n  }\n\n  .vp-included-main {\n    background: #0d0d0f;\n    color: #fff;\n  }\n\n  .vp-included-side {\n    background: #f6f4f0;\n  }\n\n  .vp-number {\n    font-size: 72px;\n    font-weight: 800;\n    line-height: 1;\n    letter-spacing: -5px;\n    color: #c4a66f;\n  }\n\n  .vp-included h3 {\n    font-size: 27px;\n    letter-spacing: -1px;\n    margin: 10px 0;\n  }\n\n  .vp-included-main p {\n    color: rgba(255,255,255,.65);\n    line-height: 1.7;\n  }\n\n  .vp-check {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin: 17px 0;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .vp-checkmark {\n    flex: 0 0 24px;\n    width: 24px;\n    height: 24px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    background: #111;\n    color: #fff;\n    font-size: 11px;\n  }\n\n  .vp-cta {\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n    margin: 65px 0 20px;\n    padding: 54px 25px;\n    color: #fff;\n    border-radius: 28px;\n    background: linear-gradient(135deg, #0a0a0c, #1d1b19);\n  }\n\n  .vp-cta h2 {\n    margin: 0;\n    font-size: clamp(30px, 5vw, 49px);\n    letter-spacing: -1.7px;\n    color: #ffffff !important;\n  }\n\n  .vp-cta p {\n    max-width: 570px;\n    margin: 14px auto 25px;\n    color: rgba(255,255,255,.68);\n    line-height: 1.7;\n  }\n\n  .vp-mini-trust {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 17px;\n    margin-top: 20px;\n    color: rgba(255,255,255,.6);\n    font-size: 11px;\n  }\n\n  @media (max-width: 850px) {\n    .vp-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .vp-shade-row {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .vp-included {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .veltix-pro {\n      padding: 0 12px;\n    }\n\n    .vp-hero {\n      padding: 50px 18px;\n      border-radius: 22px;\n    }\n\n    .vp-title {\n      letter-spacing: -1.8px;\n    }\n\n    .vp-subtitle {\n      font-size: 15px;\n    }\n\n    .vp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .vp-card {\n      min-height: auto;\n    }\n\n    .vp-shades {\n      padding: 40px 15px;\n    }\n\n    .vp-included-main,\n    .vp-included-side {\n      padding: 30px 23px;\n    }\n\n    .vp-number {\n      font-size: 58px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .veltix-pro *,\n    .veltix-pro *::before,\n    .veltix-pro *::after {\n      animation: none !important;\n      transition: none !important;\n    }\n\n    .vp-animate {\n      opacity: 1;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"veltix-pro\"\u003e\n\u003cdiv class=\"vp-hero\"\u003e\n\u003cdiv class=\"vp-eyebrow vp-animate\"\u003e\n\u003cspan class=\"vp-eyebrow-dot\"\u003e\u003c\/span\u003e The Veltix Store Beauty Collection\u003c\/div\u003e\n\u003ch1 class=\"vp-title vp-animate vp-delay-1\"\u003eYour complexion.\u003cbr\u003e\u003cspan\u003ePerfected.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"vp-subtitle vp-animate vp-delay-2\"\u003eMeet the \u003cstrong\u003eVeltix Pro Brush Collection\u003c\/strong\u003e — six precision-crafted makeup brushes created for smooth blending, controlled application and effortless everyday glam.\u003c\/p\u003e\n\u003cdiv class=\"vp-pills vp-animate vp-delay-3\"\u003e\n\u003cdiv class=\"vp-pill\"\u003e✦ Ultra-Soft Bristles\u003c\/div\u003e\n\u003cdiv class=\"vp-pill\"\u003e✦ 6-Piece Collection\u003c\/div\u003e\n\u003cdiv class=\"vp-pill\"\u003e✦ Precision Shaped\u003c\/div\u003e\n\u003cdiv class=\"vp-pill\"\u003e✦ Travel Ready\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-section\"\u003e\n\u003cdiv class=\"vp-heading\"\u003e\n\u003cdiv class=\"vp-heading-small\"\u003eDesigned for effortless beauty\u003c\/div\u003e\n\u003ch2\u003eEverything you need for a flawless finish.\u003c\/h2\u003e\n\u003cp\u003eFrom your base to the final blend, each brush is designed to make application feel smoother, faster and more precise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-grid\"\u003e\n\u003cdiv class=\"vp-card\"\u003e\n\u003cdiv class=\"vp-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eSeamless Blending\u003c\/h3\u003e\n\u003cp\u003eDense Kabuki-style bristles help distribute foundation, concealer and blush evenly for a smooth, streak-free looking finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-card\"\u003e\n\u003cdiv class=\"vp-icon\"\u003e♡\u003c\/div\u003e\n\u003ch3\u003eUltra-Soft Feel\u003c\/h3\u003e\n\u003cp\u003eSoft nylon bristles feel gentle against the skin while delivering the control you need for everyday application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-card\"\u003e\n\u003cdiv class=\"vp-icon\"\u003e⌖\u003c\/div\u003e\n\u003ch3\u003ePrecision Shaped\u003c\/h3\u003e\n\u003cp\u003eEach brush shape gives you greater control for foundation, concealer, contour, blush and detailed areas of the face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-card\"\u003e\n\u003cdiv class=\"vp-icon\"\u003e✈\u003c\/div\u003e\n\u003ch3\u003eMade to Go\u003c\/h3\u003e\n\u003cp\u003eA compact six-piece collection that slips easily into your makeup bag for travel, nights out and everyday touch-ups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-shades\"\u003e\n\u003cdiv class=\"vp-heading\"\u003e\n\u003cdiv class=\"vp-heading-small\"\u003eChoose your aesthetic\u003c\/div\u003e\n\u003ch2\u003eFour signature finishes.\u003c\/h2\u003e\n\u003cp\u003eMatch your brush collection to your beauty space with a finish that feels completely yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-shade-row\"\u003e\n\u003cdiv class=\"vp-shade\"\u003e\n\u003cdiv class=\"vp-swatch vp-blackwhite\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003eBlack \u0026amp; White\u003c\/strong\u003e \u003cspan\u003eClean · Classic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-shade\"\u003e\n\u003cdiv class=\"vp-swatch vp-silver\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003eSilver\u003c\/strong\u003e \u003cspan\u003eModern · Refined\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-shade\"\u003e\n\u003cdiv class=\"vp-swatch vp-coffee\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003eCoffee\u003c\/strong\u003e \u003cspan\u003eWarm · Elegant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-shade\"\u003e\n\u003cdiv class=\"vp-swatch vp-blackgold\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003eBlack \u0026amp; Gold\u003c\/strong\u003e \u003cspan\u003eBold · Luxe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-included\"\u003e\n\u003cdiv class=\"vp-included-main\"\u003e\n\u003cp\u003eThe everyday essentials you need to create a polished base, blend complexion products and add definition with precision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-included-side\"\u003e\n\u003cdiv class=\"vp-check\"\u003e\n\u003cspan class=\"vp-checkmark\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDual-Ended Kabuki Brush\u003c\/strong\u003e\u003cbr\u003eFor versatile blending and complexion application.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-check\"\u003e\n\u003cspan class=\"vp-checkmark\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFoundation Brushes\u003c\/strong\u003e\u003cbr\u003eDesigned for smooth and controlled base application.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-check\"\u003e\n\u003cspan class=\"vp-checkmark\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eConcealer \u0026amp; Detail Brushes\u003c\/strong\u003e\u003cbr\u003eFor smaller areas that need extra precision.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-check\"\u003e\n\u003cspan class=\"vp-checkmark\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBlush \u0026amp; Finishing Brush\u003c\/strong\u003e\u003cbr\u003eSoft application for your final complexion steps.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vp-cta\"\u003e\n\u003ch2\u003eUpgrade your makeup ritual.\u003c\/h2\u003e\n\u003cp\u003eSix essential brushes. Four beautiful finishes. One collection designed to make every application feel more refined.\u003c\/p\u003e\n\u003cdiv class=\"vp-mini-trust\"\u003e\n\u003cspan\u003e✦ Soft synthetic bristles\u003c\/span\u003e \u003cspan\u003e✦ 6-piece collection\u003c\/span\u003e \u003cspan\u003e✦ Everyday \u0026amp; travel friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Veltix Store","offers":[{"title":"Black \u0026 white","offer_id":52217858883880,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"Silver","offer_id":52217858916648,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"Coffee","offer_id":52217858949416,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"Black \u0026 Golden","offer_id":52217858982184,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/0692\/1512\/files\/NPB1.avif?v=1786178336","url":"https:\/\/veltixstore.co.za\/products\/veltix-store-pro-brush-collection","provider":"Veltix Store","version":"1.0","type":"link"}