[BRAND_NAME] — Our Products | VIP Hollywood Glow
Editorial luxury beauty background with soft golden glow

Our Products

Curated Korean dermaceuticals & advanced devices for a timeless, VIP Hollywood glow.

Shop the Collection

Luxury, Science & Skin Health

At [BRAND_NAME], we blend Korean dermaceutical innovation with elegant, results-driven formulations. Every product is chosen for measurable performance, long-term skin health, and an unmistakable golden glow.

From barrier-supportive daily essentials to advanced peels and devices, our collection is crafted for clarity, firmness, and radiance—without compromise.

Explore the icons below, then tap “View” to learn more or purchase.

Editorial portrait with luminous skin and subtle gold accents

Client Love

  • “My skin has never looked so refined and lifted—red carpet ready every day.”

    — A. Rivera
  • “Elegant formulas, instant glow, and lasting results. A true luxury experience.”

    — M. Chen
  • “The tinted sunscreen is a dream—blurred pores, zero white cast, and protected.”

    — L. Bennett

Contact Us

Questions about routines, protocols, or pro orders? Send us a note.

/* ========================================================= VIP ROYAL THEME — GLOWGALZ “OUR PRODUCTS” PAGE Palette: Deep Onyx (#0B0B0F–#1A1A1A) / Soft Gold (#D4AF37) / Platinum (#C0C7D1) / Off-White (#F5F5F7) Type: Headings serif; Body sans-serif (fonts loaded separately) ========================================================= */ /* Root tokens */ :root{ /* Colors */ --bg-0:#0B0B0F; --bg-1:#121216; --bg-2:#1A1A1F; --text:#F5F5F7; --muted:#C0C7D1; --gold:#D4AF37; --gold-2:#b8922b; --shadow: 240 20% 2%; --focus:#9ecbff; /* Sizing & rhythm */ --container: min(1100px, 92vw); --radius: 16px; --radius-lg: 24px; --shadow-soft: 0 10px 30px rgba(0,0,0,.35); --shadow-hover: 0 20px 40px rgba(0,0,0,.45); /* Type scale (fluid) */ --step--1: clamp(.9rem, .86rem + .2vw, 1rem); --step-0: clamp(1rem, .98rem + .4vw, 1.125rem); --step-1: clamp(1.25rem, 1.1rem + .9vw, 1.5rem); --step-2: clamp(1.5rem, 1.3rem + 1.3vw, 1.875rem); --step-3: clamp(1.9rem, 1.6rem + 2vw, 2.5rem); --step-4: clamp(2.4rem, 2rem + 3vw, 3.2rem); /* Spacing scale */ --space-1: .5rem; --space-2: 1rem; --space-3: 1.5rem; --space-4: 2rem; --space-5: 3rem; --space-6: 4.5rem; /* Timing */ --fast: 180ms; --norm: 320ms; --slow: 800ms; } /* Base reset */ *{box-sizing:border-box} html{scroll-behavior:smooth;background:var(--bg-0);color-scheme:dark} body{ margin:0; background:linear-gradient(180deg, var(--bg-0), var(--bg-1) 40%, var(--bg-2)); color:var(--text); font-family: system-ui,-apple-system,"Inter","Montserrat",Segoe UI,Roboto,Arial,sans-serif; line-height:1.6; font-size:var(--step-0); } /* Typography defaults */ h1,h2,h3{ font-family: "Cormorant Garamond","Cinzel",Georgia,serif; letter-spacing:.02em; line-height:1.2; margin:0 0 var(--space-2); } h1{font-size:var(--step-4)} h2{font-size:var(--step-3)} h3{font-size:var(--step-1)} p{margin:0 0 var(--space-2); color:var(--muted)} strong{color:var(--text)} a{color:inherit;text-decoration:none} a:focus-visible, button:focus-visible, .btn:focus-visible, input:focus-visible, textarea:focus-visible{ outline:3px solid var(--focus); outline-offset:3px; border-radius:8px; } /* Utilities */ .container{width:var(--container);margin-inline:auto;padding-inline:clamp(12px,2vw,20px)} .visually-hidden{ position:absolute!important;white-space:nowrap!important;width:1px!important;height:1px!important; overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;padding:0!important;margin:-1px!important; } /* Skip link */ .skip-link{ position:absolute;left:-9999px;top:auto;transition:transform var(--fast); background:#000;border:2px solid var(--gold);color:var(--text);padding:.6rem 1rem;border-radius:8px;z-index:9999; } .skip-link:focus{left:12px;top:12px} /* Buttons */ .btn{ display:inline-block;padding:.8rem 1.2rem;border-radius:999px;font-weight:600; border:1px solid rgba(212,175,55,.5); color:var(--text); background:transparent; transition:transform var(--fast), box-shadow var(--fast), background var(--fast), border-color var(--fast); } .btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.45);border-color:var(--gold)} .btn--primary{ background:linear-gradient(135deg, rgba(212,175,55,.25), rgba(212,175,55,.05)); backdrop-filter:saturate(120%); } .btn--ghost{border-color:rgba(212,175,55,.35);padding:.5rem .9rem;font-size:.95em} /* =========================== HEADER / NAV =========================== */ .site-header{ position:fixed;inset:0 0 auto 0;z-index:1000; background:linear-gradient(to bottom, rgba(11,11,15,.65), rgba(11,11,15,0)); transition:background var(--norm), box-shadow var(--norm), backdrop-filter var(--norm); } .site-header .container{display:flex;align-items:center;justify-content:space-between;padding-block:14px} .brand__mark{font-family:"Cinzel","Cormorant Garamond",Georgia,serif;font-size:1.1rem;letter-spacing:.12em;color:var(--text)} .primary-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:clamp(10px,3vw,28px)} .primary-nav a{color:var(--text);opacity:.9} .primary-nav a:hover{opacity:1} /* Mobile nav basics (JS will enhance) */ .nav-toggle{ display:none; background:transparent;border:1px solid rgba(255,255,255,.18);color:var(--text); padding:.55rem .8rem;border-radius:10px; } .nav-menu{display:flex} /* Solid state on scroll (JS toggles .is-scrolled) */ .site-header.is-scrolled{ background:rgba(12,12,16,.9); backdrop-filter: blur(8px); box-shadow:0 10px 30px rgba(0,0,0,.45); } /* Gradient scrim for mixed backgrounds */ .site-header::after{ content:"";position:absolute;inset:0; background:linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,0)); pointer-events:none;opacity:.4;transition:opacity var(--norm); } .site-header.is-scrolled::after{opacity:.0} /* =========================== HERO =========================== */ .hero{position:relative;min-height:100svh;display:grid;place-items:center;isolation:isolate} .hero__media{position:absolute;inset:0;z-index:-2} .hero__media img, .hero__media video{width:100%;height:100%;object-fit:cover} /* Dark overlay for readability */ .hero::before{ content:"";position:absolute;inset:0;z-index:-1; background:linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.65)); } /* Centered content */ .hero__content{text-align:center;max-width:900px;padding:calc(var(--space-5) + 60px) 0 var(--space-5)} .hero__title{ /* Metallic gold headline with fallback color */ color:var(--gold); background:linear-gradient(100deg, #f9e7b1 0%, #D4AF37 35%, #a7821f 55%, #f0d88a 75%, #D4AF37 100%); -webkit-background-clip:text;background-clip:text; color:transparent; /* fallback handled below */ filter:drop-shadow(0 2px 12px rgba(0,0,0,.35)); } @supports not (-webkit-background-clip: text){ .hero__title{color:var(--gold)} } .hero__subtitle{font-size:var(--step-1);color:var(--muted);margin-bottom:var(--space-3)} /* Subtle fade-in / shimmer */ @keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}} @keyframes shimmer{ 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } .hero__title{animation:fadeUp var(--slow) ease both} .hero__subtitle{animation:fadeUp var(--slow) ease .12s both} .hero .btn{animation:fadeUp var(--slow) ease .24s both} .hero__title{ background-size:200% 200%; animation: shimmer 6s linear infinite; } @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} .hero__title,.hero__subtitle,.hero .btn{animation:none} } /* =========================== ABOUT =========================== */ .about{padding-block:var(--space-6)} .about__grid{display:grid;gap:var(--space-4);align-items:center} .about__content p{max-width:64ch} .about__media img{ width:100%;height:auto;border-radius:var(--radius-lg); box-shadow:var(--shadow-soft);opacity:.95 } @media (min-width:860px){ .about__grid{grid-template-columns:1.1fr .9fr} } /* =========================== COLLECTION (PRODUCT GRID) =========================== */ .collection{padding-block:var(--space-6)} .section-intro{max-width:68ch;margin-bottom:var(--space-4)} .product-grid{ display:grid;gap:clamp(16px,2.2vw,28px); grid-template-columns:repeat(2, minmax(0,1fr)); } @media (min-width:760px){ .product-grid{grid-template-columns:repeat(3, minmax(0,1fr))} } @media (min-width:1100px){ .product-grid{grid-template-columns:repeat(4, minmax(0,1fr))} } /* Product card */ .product-card{ background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.0)); border:1px solid rgba(255,255,255,.07); border-radius:var(--radius-lg); overflow:hidden; transition:transform var(--norm), box-shadow var(--norm), border-color var(--norm); box-shadow:var(--shadow-soft); } .product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:rgba(212,175,55,.35)} .product-card__link{display:grid;grid-template-rows:auto 1fr; height:100%} /* Lock image ratio to 4:5 */ .product-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:#0f0f13} .product-card__media img{ width:100%;height:100%;object-fit:cover;display:block; transition:transform var(--norm);will-change:transform } .product-card:hover .product-card__media img{transform:scale(1.03)} /* Body */ .product-card__body{padding:clamp(12px,1.5vw,18px) clamp(14px,2vw,20px) var(--space-2)} .product-card__title{ color:var(--text);font-size:clamp(1.05rem, .9rem + .6vw, 1.2rem); margin:0 0 .4rem;letter-spacing:.02em } .product-card__desc{ color:var(--muted); display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:calc(1em * 1.6 * 2); } /* Gold accent line on hover */ .product-card::after{ content:"";position:absolute;left:0;right:0;bottom:0;height:2px; background:linear-gradient(90deg, transparent, rgba(212,175,55,.8), transparent); opacity:0;transition:opacity var(--fast) } .product-card:hover::after{opacity:1} /* =========================== TESTIMONIALS =========================== */ .testimonials{padding-block:var(--space-6);background:radial-gradient(1200px 600px at 50% 0%, rgba(212,175,55,.06), transparent 60%)} .testimonials__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-4)} @media (min-width:900px){ .testimonials__list{grid-template-columns:1fr 1fr 1fr} } .testimonial blockquote{ margin:0;padding:var(--space-3); border:1px solid rgba(255,255,255,.08);border-radius:var(--radius); background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.0)); box-shadow:var(--shadow-soft); } .testimonial p{color:var(--text);font-size:var(--step-1)} .testimonial footer{margin-top:.8rem;color:var(--muted);font-size:var(--step--1)} /* =========================== CONTACT FORM =========================== */ .contact{padding-block:var(--space-6)} .contact-form{display:grid;gap:var(--space-3);max-width:720px} .form-field{display:grid;gap:.45rem} label{color:var(--text);font-weight:600} input, textarea{ background:rgba(255,255,255,.04);color:var(--text); border:1px solid rgba(255,255,255,.12); border-radius:12px;padding: .9rem 1rem;font-size:var(--step-0); transition:border-color var(--fast), box-shadow var(--fast), background var(--fast); } input::placeholder, textarea::placeholder{color:#9aa3ad} input:hover, textarea:hover{border-color:rgba(212,175,55,.28)} input:focus, textarea:focus{ border-color:var(--gold); box-shadow:0 0 0 3px rgba(212,175,55,.25); outline: none; } .field-error{min-height:1.2em;color:#ffb3b3;font-size:.9rem} .form-status{margin-top:.25rem;color:var(--muted)} /* =========================== FOOTER =========================== */ .footer{ padding-block:var(--space-5); background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.0)); border-top:1px solid rgba(255,255,255,.08); } .footer__grid{ display:grid;gap:var(--space-4); } .footer__brand .brand__mark{display:inline-block;margin-bottom:.4rem} .footer-links,.social-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:18px} .footer__legal{color:var(--muted);font-size:.95em;margin-top:.5rem} .footer a{opacity:.9} .footer a:hover{opacity:1;color:var(--text)} /* =========================== RESPONSIVE NAV (MOBILE) =========================== */ @media (max-width: 860px){ .nav-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer} .nav-menu{ position:fixed;inset:56px 0 auto 0; /* below header */ background:rgba(10,10,14,.98); backdrop-filter: blur(10px); border-bottom:1px solid rgba(255,255,255,.08); display:none; flex-direction:column; gap:6px; padding:12px 16px; } .nav-menu a{padding:.8rem 1rem;border-radius:8px} .nav-menu[data-open="true"]{display:flex} } /* =========================== ACCESSIBILITY + CONTRAST =========================== */ a, button, .btn{position:relative} a:focus-visible::after, .btn:focus-visible::after{ content:"";position:absolute;inset:-4px;border:2px solid var(--focus);border-radius:12px;pointer-events:none } /* =========================== PRINT BASICS =========================== */ @media print{ .site-header, .hero__media, .nav-toggle{display:none !important} body{background:#fff;color:#000} a{text-decoration:underline} } /* =========================== PERFORMANCE NOTES (comments): - Consider preloading the hero image with in the HEAD if it’s large/critical. - Use modern image formats (AVIF/WEBP) for product images if your CMS supports. - Keep width/height attributes on to prevent layout shift. =========================== */
KrX Melapro Plus Cold Peel

KrX Melapro Plus Cold Peel

Professional-grade peel targeting melasma, pigmentation, and uneven tone.

View

The New Clear Peel

The New KrX Clear Peel

Gentle yet effective exfoliation for clarity, smoothness, and radiance.

View

Client Praise

  • “A red-carpet finish — my skin has never looked this luminous.”

    — A.M.
  • “Elegant textures, visible results. Truly luxury that performs.”

    — D.S.
  • “From cleanse to SPF, everything just works. Effortless glow.”

    — K.J.

✨Discover the GlowGalz Difference ✨

Explore our curated collection of professional-grade Korean skincare, meticulously crafted to deliver luminous, youthful skin at every age.

🌸 Time-Honored Rituals, Modern Science
We blend centuries of Korean skincare tradition with cutting-edge biotechnology to create high-performance formulas that deliver visible transformation.

💧 Quality That Shows
Every product is formulated for long-term results, targeting skin health from the inside out—not just temporary fixes.

🌟 Designed For You 🌟

At GlowGalz, we know our ideal client values self-care, visible results, and long-term skin health.

Our products are crafted for those who experience concerns such as:

💧 Dehydration – restoring comfort and plumpness
✨ Dullness – revealing a fresh, luminous glow
🌸 Fine Lines – supporting smooth, youthful skin
🌿 Sensitivity – calming and strengthening the barrier

Each formula combines professional-grade Korean skincare with modern biotechnology, delivering results that are gentle, effective, and rooted in both tradition and innovation.

✨ The result? Radiant, healthy skin and the confidence that comes with it.

MORE BESTSELLERS 🌟 


Clients can’t get enough of these results‑driven formulas—each one crafted to target signs of aging, loss of firmness, and visible skin fatigue. Powered by professional‑grade Korean innovation, these treatments deliver noticeable transformation with every use.

🕸 KrX Spider Web Cream
An ultra‑firming treatment infused with advanced spider silk proteins and peptides to visibly lift, tighten, and smooth. Perfect for addressing fine lines and sagging, it restores a youthful contour and refined texture with every application.

💉 KrX Intensive Firming Serum & Neck Cream
This powerful anti‑aging duo combines collagen threads, peptides, and botanical firming extracts for visible lift and renewed firmness. ✨

Serum: Stimulates collagen production, smooths wrinkles, and plumps skin for a firmer, youthful complexion.

Neck Cream: Targets cervical lines and sagging with 22 active ingredients, visibly tightening, lifting, and brightening the delicate neck area.

✨ With consistent use of GlowGalz professional Korean skincare, you can expect:

💧 Deep Hydration & Strengthened Barrier
Locks in lasting moisture while fortifying the skin’s natural defenses.

🌸 Smoother Texture & Reduced Fine Lines
Advanced actives refine, soften, and restore youthful smoothness.

🌟 Radiant, Even-Toned Complexion
Brightens dullness and reveals luminous clarity for a healthy, glowing complexion.

Our advanced formulations are crafted to deliver gentle yet powerful results—supporting long-term skin health for a complexion that glows with confidence.

- The GlowGalz Team