{"title":"Home page","description":null,"products":[{"product_id":"glow-co-sa™-nailperfect-2-in-1-nail-clipper-filer","title":"Glow\u0026Co SA™ NailPerfect","description":"\u003cstyle\u003e\n\/* =========================================================\n   GLOW\u0026CO SA™ — NAILPERFECT™\n   PREMIUM PRODUCT SECTION\n========================================================= *\/\n\n.gc-page {\n  --black: #1C1C1C;\n  --deep-black: #0B0B0B;\n  --gold: #C9A84C;\n  --gold-light: #E4D29A;\n  --cream: #F5F0E8;\n  --cream-light: #FBF9F5;\n  --sage: #8A9A7B;\n  --text: #242424;\n  --muted: #706B64;\n\n  width: 100%;\n  overflow: hidden;\n\n  color: var(--text);\n\n  background: var(--cream);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Helvetica Neue\",\n    Arial,\n    sans-serif;\n\n  scroll-behavior: smooth;\n}\n\n.gc-page *,\n.gc-page *::before,\n.gc-page *::after {\n  box-sizing: border-box;\n}\n\n.gc-page a {\n  text-decoration: none;\n}\n\nhtml {\n  scroll-behavior: smooth;\n}\n\n\n\/* =========================================================\n   MAIN CONTAINER\n========================================================= *\/\n\n.gc-container {\n  width: min(1180px, calc(100% - 40px));\n\n  margin-left: auto;\n  margin-right: auto;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.gc-hero {\n  position: relative;\n\n  overflow: hidden;\n\n  padding: 90px 0 100px;\n\n  background:\n    radial-gradient(\n      circle at 82% 18%,\n      rgba(201,168,76,.23),\n      transparent 31%\n    ),\n    linear-gradient(\n      135deg,\n      #F5F0E8 0%,\n      #FCFAF7 48%,\n      #E8DED0 100%\n    );\n\n  scroll-margin-top: 20px;\n}\n\n.gc-hero::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 620px;\n  height: 620px;\n\n  top: -350px;\n  left: -300px;\n\n  border-radius: 50%;\n\n  border: 1px solid rgba(201,168,76,.14);\n\n  pointer-events: none;\n}\n\n.gc-hero::after {\n  content: \"\";\n\n  position: absolute;\n\n  width: 500px;\n  height: 500px;\n\n  right: -250px;\n  bottom: -250px;\n\n  border-radius: 50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(201,168,76,.13),\n      transparent 70%\n    );\n\n  pointer-events: none;\n}\n\n.gc-hero-grid {\n  position: relative;\n\n  z-index: 2;\n\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr)\n    minmax(0,1fr);\n\n  align-items: center;\n\n  gap: 65px;\n}\n\n\n\/* =========================================================\n   HERO TEXT\n========================================================= *\/\n\n.gc-hero-copy {\n  position: relative;\n\n  z-index: 3;\n}\n\n.gc-eyebrow {\n  display: flex;\n\n  align-items: center;\n\n  gap: 10px;\n\n  margin-bottom: 20px;\n\n  color: var(--gold);\n\n  font-size: 11px;\n\n  font-weight: 900;\n\n  letter-spacing: 2.8px;\n\n  text-transform: uppercase;\n}\n\n.gc-eyebrow::before {\n  content: \"\";\n\n  width: 30px;\n  height: 1px;\n\n  background: var(--gold);\n}\n\n.gc-title {\n  max-width: 650px;\n\n  margin: 0 0 25px;\n\n  color: var(--black);\n\n  font-size: clamp(48px,6vw,76px);\n\n  line-height: .94;\n\n  letter-spacing: -4px;\n\n  font-weight: 900;\n}\n\n.gc-title span {\n  color: var(--gold);\n}\n\n.gc-description {\n  max-width: 570px;\n\n  margin: 0 0 28px;\n\n  color: var(--muted);\n\n  font-size: 17px;\n\n  line-height: 1.75;\n}\n\n.gc-description strong {\n  color: var(--black);\n\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   FEATURE PILLS\n========================================================= *\/\n\n.gc-pills {\n  display: flex;\n\n  flex-wrap: wrap;\n\n  gap: 9px;\n\n  margin-bottom: 0;\n}\n\n.gc-pill {\n  display: inline-flex;\n\n  align-items: center;\n  justify-content: center;\n\n  padding: 10px 14px;\n\n  border:\n    1px solid rgba(28,28,28,.09);\n\n  border-radius: 100px;\n\n  color: var(--black);\n\n  background: rgba(255,255,255,.78);\n\n  font-size: 10px;\n\n  font-weight: 800;\n\n  letter-spacing: .4px;\n\n  box-shadow:\n    0 6px 18px rgba(28,28,28,.04);\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.gc-pill:hover {\n  transform: translateY(-3px);\n\n  box-shadow:\n    0 12px 25px rgba(28,28,28,.08);\n}\n\n\n\/* =========================================================\n   PRODUCT IMAGE\n========================================================= *\/\n\n.gc-product-stage {\n  position: relative;\n\n  min-height: 570px;\n\n  display: flex;\n\n  align-items: center;\n\n  justify-content: center;\n}\n\n.gc-product-glow {\n  position: absolute;\n\n  width: 470px;\n  height: 470px;\n\n  border-radius: 50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(201,168,76,.35),\n      rgba(201,168,76,.08) 45%,\n      transparent 70%\n    );\n\n  animation:\n    gcGlow 5s ease-in-out infinite;\n}\n\n.gc-product-ring {\n  position: absolute;\n\n  width: 510px;\n  height: 510px;\n\n  border-radius: 50%;\n\n  border:\n    1px solid rgba(201,168,76,.25);\n\n  animation:\n    gcSpin 25s linear infinite;\n}\n\n.gc-product-ring::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 9px;\n  height: 9px;\n\n  top: 40px;\n  left: 50%;\n\n  border-radius: 50%;\n\n  background: var(--gold);\n\n  box-shadow:\n    0 0 25px rgba(201,168,76,.9);\n}\n\n.gc-product-card {\n  position: relative;\n\n  width: min(500px,100%);\n\n  aspect-ratio: 1 \/ 1;\n\n  overflow: hidden;\n\n  border-radius: 38px;\n\n  background: #050505;\n\n  border:\n    1px solid rgba(255,255,255,.75);\n\n  box-shadow:\n    0 35px 100px rgba(28,28,28,.30),\n    0 0 70px rgba(201,168,76,.13);\n\n  z-index: 2;\n\n  animation:\n    gcFloat 5s ease-in-out infinite;\n}\n\n.gc-product-image {\n  width: 100%;\n  height: 100%;\n\n  display: block;\n\n  object-fit: cover;\n\n  object-position: center;\n\n  transition:\n    transform .8s cubic-bezier(.2,.8,.2,1);\n}\n\n.gc-product-card:hover .gc-product-image {\n  transform: scale(1.045);\n}\n\n.gc-image-overlay {\n  position: absolute;\n\n  inset: 0;\n\n  pointer-events: none;\n\n  background:\n    linear-gradient(\n      180deg,\n      rgba(0,0,0,.02),\n      transparent 55%,\n      rgba(0,0,0,.18)\n    );\n}\n\n.gc-product-badge {\n  position: absolute;\n\n  top: 22px;\n  right: 22px;\n\n  width: 84px;\n  height: 84px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  text-align: center;\n\n  border-radius: 50%;\n\n  color: var(--black);\n\n  background:\n    linear-gradient(\n      135deg,\n      #E8D59C,\n      #C9A84C,\n      #AD8230\n    );\n\n  font-size: 10px;\n\n  line-height: 1.2;\n\n  font-weight: 900;\n\n  letter-spacing: .6px;\n\n  box-shadow:\n    0 15px 35px rgba(0,0,0,.22),\n    0 0 25px rgba(201,168,76,.25);\n\n  transform: rotate(8deg);\n}\n\n.gc-product-label {\n  position: absolute;\n\n  left: 24px;\n  bottom: 24px;\n\n  padding: 9px 14px;\n\n  border-radius: 100px;\n\n  color: var(--black);\n\n  background:\n    rgba(245,240,232,.94);\n\n  font-size: 9px;\n\n  font-weight: 900;\n\n  letter-spacing: 1.4px;\n}\n\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.gc-quick {\n  color: #FFFFFF;\n\n  background: var(--black);\n}\n\n.gc-quick-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n}\n\n.gc-quick-item {\n  padding: 28px 15px;\n\n  text-align: center;\n\n  border-right:\n    1px solid rgba(255,255,255,.08);\n}\n\n.gc-quick-item:last-child {\n  border-right: 0;\n}\n\n.gc-quick-icon {\n  margin-bottom: 7px;\n\n  font-size: 21px;\n}\n\n.gc-quick-item strong {\n  display: block;\n\n  margin-bottom: 4px;\n\n  color: #FFFFFF;\n\n  font-size: 12px;\n}\n\n.gc-quick-item span {\n  color: #A7A19A;\n\n  font-size: 10px;\n}\n\n\n\/* =========================================================\n   GENERAL SECTIONS\n========================================================= *\/\n\n.gc-section {\n  padding: 105px 0;\n}\n\n.gc-heading {\n  max-width: 720px;\n\n  margin:\n    0 auto 58px;\n\n  text-align: center;\n}\n\n.gc-heading .gc-eyebrow {\n  justify-content: center;\n}\n\n.gc-heading h2 {\n  margin: 0 0 18px;\n\n  color: var(--black);\n\n  font-size:\n    clamp(40px,5vw,61px);\n\n  line-height: .98;\n\n  letter-spacing: -3px;\n\n  font-weight: 900;\n}\n\n.gc-heading h2 span {\n  color: var(--gold);\n}\n\n.gc-heading p {\n  max-width: 620px;\n\n  margin: auto;\n\n  color: var(--muted);\n\n  font-size: 16px;\n\n  line-height: 1.75;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.gc-benefits {\n  background: #FAF8F3;\n}\n\n.gc-benefits-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap: 17px;\n}\n\n.gc-benefit {\n  padding: 30px 27px;\n\n  border:\n    1px solid rgba(28,28,28,.08);\n\n  border-radius: 24px;\n\n  background: #FFFFFF;\n\n  transition:\n    transform .35s ease,\n    box-shadow .35s ease,\n    border-color .35s ease;\n}\n\n.gc-benefit:hover {\n  transform: translateY(-7px);\n\n  border-color:\n    rgba(201,168,76,.50);\n\n  box-shadow:\n    0 25px 60px rgba(28,28,28,.08);\n}\n\n.gc-icon {\n  width: 52px;\n  height: 52px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 19px;\n\n  border-radius: 16px;\n\n  background: #F2E9D7;\n\n  font-size: 21px;\n}\n\n.gc-benefit h3 {\n  margin: 0 0 9px;\n\n  color: var(--black);\n\n  font-size: 18px;\n}\n\n.gc-benefit p {\n  margin: 0;\n\n  color: var(--muted);\n\n  font-size: 13px;\n\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   HOW IT WORKS\n========================================================= *\/\n\n.gc-how {\n  background: var(--cream);\n}\n\n.gc-steps {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap: 20px;\n}\n\n.gc-step {\n  padding: 25px;\n\n  text-align: center;\n}\n\n.gc-number {\n  width: 60px;\n  height: 60px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  margin:\n    0 auto 20px;\n\n  border-radius: 50%;\n\n  color: #FFFFFF;\n\n  background: var(--black);\n\n  font-size: 12px;\n\n  font-weight: 900;\n\n  box-shadow:\n    0 12px 30px rgba(28,28,28,.18);\n}\n\n.gc-step h3 {\n  margin: 0 0 8px;\n\n  color: var(--black);\n\n  font-size: 18px;\n}\n\n.gc-step p {\n  max-width: 280px;\n\n  margin: auto;\n\n  color: var(--muted);\n\n  font-size: 13px;\n\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   COMPARISON\n========================================================= *\/\n\n.gc-comparison-section {\n  position: relative;\n\n  overflow: hidden;\n\n  color: #FFFFFF;\n\n  background:\n    radial-gradient(\n      circle at 85% 0%,\n      rgba(201,168,76,.18),\n      transparent 35%\n    ),\n    linear-gradient(\n      135deg,\n      #1C1C1C,\n      #101010\n    );\n}\n\n.gc-comparison-section .gc-heading h2 {\n  color: var(--gold) !important;\n}\n\n.gc-comparison-section .gc-heading p {\n  color: var(--cream) !important;\n}\n\n.gc-comparison {\n  max-width: 900px;\n\n  margin: auto;\n\n  display: grid;\n\n  grid-template-columns:\n    1fr 1.05fr;\n\n  gap: 18px;\n}\n\n.gc-compare-card {\n  position: relative;\n\n  padding: 38px;\n\n  border-radius: 28px;\n\n  border:\n    1px solid rgba(201,168,76,.20);\n}\n\n.gc-traditional {\n  background:\n    rgba(255,255,255,.045);\n}\n\n.gc-nailperfect {\n  background:\n    linear-gradient(\n      145deg,\n      rgba(201,168,76,.18),\n      rgba(255,255,255,.025)\n    );\n\n  border-color:\n    rgba(201,168,76,.55);\n\n  box-shadow:\n    0 30px 70px rgba(0,0,0,.30);\n}\n\n.gc-compare-card h3 {\n  margin: 0 0 23px;\n\n  color: var(--gold) !important;\n\n  font-size: 22px;\n\n  font-weight: 900;\n}\n\n.gc-compare-card ul {\n  list-style: none;\n\n  margin: 0;\n  padding: 0;\n}\n\n.gc-compare-card li {\n  display: flex;\n\n  align-items: center;\n\n  min-height: 51px;\n\n  padding: 12px 0;\n\n  border-bottom:\n    1px solid rgba(201,168,76,.17);\n\n  color: var(--gold) !important;\n\n  font-size: 13px;\n\n  font-weight: 600;\n\n  line-height: 1.4;\n}\n\n.gc-nailperfect::before {\n  content: \"GLOW\u0026CO SA™\";\n\n  position: absolute;\n\n  top: -12px;\n  left: 28px;\n\n  padding: 6px 13px;\n\n  border-radius: 100px;\n\n  color: var(--black);\n\n  background: var(--gold);\n\n  font-size: 9px;\n\n  font-weight: 900;\n\n  letter-spacing: 1px;\n}\n\n\n\/* =========================================================\n   LIFESTYLE\n========================================================= *\/\n\n.gc-lifestyle {\n  background: #FAF8F3;\n}\n\n.gc-lifestyle-box {\n  display: grid;\n\n  grid-template-columns:\n    .9fr 1.1fr;\n\n  gap: 60px;\n\n  align-items: center;\n\n  padding: 65px;\n\n  border-radius: 35px;\n\n  border:\n    1px solid rgba(28,28,28,.08);\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFFFF,\n      #EEE8DE\n    );\n\n  box-shadow:\n    0 30px 80px rgba(28,28,28,.06);\n}\n\n.gc-lifestyle h2 {\n  margin: 0;\n\n  color: var(--black);\n\n  font-size:\n    clamp(38px,4vw,54px);\n\n  line-height: 1;\n\n  letter-spacing: -2.5px;\n}\n\n.gc-lifestyle h2 span {\n  color: var(--gold);\n}\n\n.gc-lifestyle-copy p {\n  color: var(--muted);\n\n  font-size: 15px;\n\n  line-height: 1.75;\n}\n\n.gc-lifestyle-list {\n  display: grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap: 10px;\n\n  margin-top: 24px;\n}\n\n.gc-lifestyle-list div {\n  padding: 14px;\n\n  border-radius: 14px;\n\n  background:\n    rgba(255,255,255,.75);\n\n  color: var(--black);\n\n  font-size: 12px;\n\n  font-weight: 700;\n}\n\n.gc-lifestyle-list span {\n  color: var(--sage);\n\n  margin-right: 5px;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.gc-final {\n  padding: 120px 0;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(201,168,76,.18),\n      transparent 38%\n    ),\n    var(--cream);\n}\n\n.gc-final .gc-eyebrow {\n  justify-content: center;\n}\n\n.gc-final h2 {\n  margin: 0 0 20px;\n\n  color: var(--black);\n\n  font-size:\n    clamp(46px,6vw,72px);\n\n  line-height: .94;\n\n  letter-spacing: -4px;\n\n  font-weight: 900;\n}\n\n.gc-final h2 span {\n  color: var(--gold);\n}\n\n.gc-final p {\n  max-width: 590px;\n\n  margin: auto;\n\n  color: var(--muted);\n\n  font-size: 16px;\n\n  line-height: 1.75;\n}\n\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.gc-trust {\n  padding: 30px 0;\n\n  background: #FFFFFF;\n\n  border-top:\n    1px solid rgba(28,28,28,.08);\n}\n\n.gc-trust-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap: 20px;\n\n  text-align: center;\n}\n\n.gc-trust-item {\n  color: #77716A;\n\n  font-size: 10px;\n}\n\n.gc-trust-item strong {\n  display: block;\n\n  margin-bottom: 4px;\n\n  color: var(--black);\n\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes gcFloat {\n\n  0%,\n  100% {\n    transform: translateY(0);\n  }\n\n  50% {\n    transform: translateY(-13px);\n  }\n\n}\n\n@keyframes gcGlow {\n\n  0%,\n  100% {\n    transform: scale(.95);\n\n    opacity: .7;\n  }\n\n  50% {\n    transform: scale(1.06);\n\n    opacity: 1;\n  }\n\n}\n\n@keyframes gcSpin {\n\n  from {\n    transform: rotate(0deg);\n  }\n\n  to {\n    transform: rotate(360deg);\n  }\n\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:900px) {\n\n  .gc-hero {\n    padding: 65px 0;\n  }\n\n  .gc-hero-grid {\n    grid-template-columns: 1fr;\n\n    gap: 40px;\n\n    justify-items: center;\n  }\n\n  .gc-hero-copy {\n    display: flex;\n\n    flex-direction: column;\n\n    align-items: center;\n\n    text-align: center;\n  }\n\n  .gc-title {\n    margin-left: auto;\n    margin-right: auto;\n\n    text-align: center;\n  }\n\n  .gc-description {\n    margin-left: auto;\n    margin-right: auto;\n\n    text-align: center;\n  }\n\n  .gc-pills {\n    justify-content: center;\n  }\n\n  .gc-product-stage {\n    min-height: 480px;\n\n    width: 100%;\n  }\n\n  .gc-product-card {\n    width: 400px;\n  }\n\n  .gc-product-ring {\n    width: 410px;\n    height: 410px;\n  }\n\n  .gc-product-glow {\n    width: 390px;\n    height: 390px;\n  }\n\n  .gc-benefits-grid {\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .gc-lifestyle-box {\n    grid-template-columns: 1fr;\n\n    padding: 50px 35px;\n\n    gap: 25px;\n\n    text-align: center;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:600px) {\n\n  .gc-page {\n    width: 100%;\n\n    overflow: hidden;\n  }\n\n  .gc-container {\n    width: calc(100% - 30px);\n\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n\n  \/* HERO *\/\n\n  .gc-hero {\n    width: 100%;\n\n    padding: 48px 15px 55px;\n\n    text-align: center;\n  }\n\n  .gc-hero-grid {\n    width: 100%;\n\n    display: flex;\n\n    flex-direction: column;\n\n    align-items: center;\n\n    justify-content: center;\n\n    gap: 32px;\n  }\n\n  .gc-hero-copy {\n    width: 100%;\n\n    max-width: 390px;\n\n    margin: 0 auto;\n\n    display: flex;\n\n    flex-direction: column;\n\n    align-items: center;\n\n    justify-content: center;\n\n    text-align: center;\n  }\n\n  .gc-eyebrow {\n    width: 100%;\n\n    justify-content: center;\n\n    text-align: center;\n\n    font-size: 9px;\n\n    letter-spacing: 2px;\n  }\n\n  .gc-title {\n    width: 100%;\n\n    max-width: 370px;\n\n    margin:\n      0 auto 20px;\n\n    text-align: center;\n\n    font-size:\n      clamp(42px,12vw,57px);\n\n    line-height: .94;\n\n    letter-spacing: -3px;\n  }\n\n  .gc-description {\n    width: 100%;\n\n    max-width: 350px;\n\n    margin:\n      0 auto 23px;\n\n    text-align: center;\n\n    font-size: 15px;\n\n    line-height: 1.7;\n  }\n\n\n  \/* PILLS *\/\n\n  .gc-pills {\n    width: 100%;\n\n    max-width: 360px;\n\n    margin:\n      0 auto;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    flex-wrap: wrap;\n\n    gap: 8px;\n  }\n\n  .gc-pill {\n    padding: 9px 11px;\n\n    font-size: 9px;\n  }\n\n\n  \/* PRODUCT *\/\n\n  .gc-product-stage {\n    width: 100%;\n\n    max-width: 390px;\n\n    min-height: 340px;\n\n    margin: 0 auto;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: center;\n  }\n\n  .gc-product-card {\n    width:\n      min(320px,86vw);\n\n    margin:\n      0 auto;\n\n    border-radius: 29px;\n  }\n\n  .gc-product-image {\n    width: 100%;\n    height: 100%;\n\n    object-fit: cover;\n\n    object-position: center;\n  }\n\n  .gc-product-ring {\n    width:\n      min(320px,86vw);\n\n    height:\n      min(320px,86vw);\n\n    left: 50%;\n    top: 50%;\n\n    transform:\n      translate(-50%,-50%);\n  }\n\n  .gc-product-glow {\n    width:\n      min(300px,82vw);\n\n    height:\n      min(300px,82vw);\n\n    left: 50%;\n    top: 50%;\n\n    transform:\n      translate(-50%,-50%);\n  }\n\n  .gc-product-badge {\n    width: 68px;\n    height: 68px;\n\n    top: 16px;\n    right: 16px;\n\n    font-size: 8px;\n  }\n\n  .gc-product-label {\n    left: 15px;\n    bottom: 15px;\n\n    padding: 7px 10px;\n\n    font-size: 7px;\n  }\n\n\n  \/* QUICK BENEFITS *\/\n\n  .gc-quick-grid {\n    width: 100%;\n\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .gc-quick-item {\n    padding: 20px 7px;\n  }\n\n\n  \/* SECTIONS *\/\n\n  .gc-section {\n    padding: 75px 0;\n  }\n\n  .gc-heading {\n    width: 100%;\n\n    max-width: 390px;\n\n    margin:\n      0 auto 42px;\n\n    text-align: center;\n  }\n\n  .gc-heading h2 {\n    text-align: center;\n\n    font-size: 40px;\n\n    letter-spacing: -2px;\n  }\n\n  .gc-heading p {\n    text-align: center;\n\n    margin-left: auto;\n    margin-right: auto;\n\n    font-size: 14px;\n  }\n\n\n  \/* BENEFITS *\/\n\n  .gc-benefits-grid {\n    width: 100%;\n\n    grid-template-columns: 1fr;\n  }\n\n  .gc-benefit {\n    text-align: center;\n\n    padding: 27px 24px;\n  }\n\n  .gc-icon {\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n\n  \/* STEPS *\/\n\n  .gc-steps {\n    grid-template-columns: 1fr;\n\n    gap: 5px;\n  }\n\n\n  \/* COMPARISON *\/\n\n  .gc-comparison {\n    width: 100%;\n\n    grid-template-columns: 1fr;\n\n    margin:\n      0 auto;\n  }\n\n  .gc-compare-card {\n    width: 100%;\n\n    padding: 30px 23px;\n\n    border-radius: 27px;\n  }\n\n  .gc-comparison-section .gc-heading h2 {\n    color: var(--gold) !important;\n\n    font-size: 40px;\n\n    line-height: .98;\n\n    letter-spacing: -2.4px;\n  }\n\n  .gc-comparison-section .gc-heading p {\n    color: var(--cream) !important;\n  }\n\n  .gc-compare-card h3 {\n    color: var(--gold) !important;\n  }\n\n  .gc-compare-card li {\n    color: var(--gold) !important;\n\n    font-size: 12px;\n  }\n\n\n  \/* LIFESTYLE *\/\n\n  .gc-lifestyle-box {\n    width: 100%;\n\n    grid-template-columns: 1fr;\n\n    padding: 38px 24px;\n\n    border-radius: 27px;\n\n    text-align: center;\n  }\n\n  .gc-lifestyle h2 {\n    font-size: 38px;\n\n    letter-spacing: -2px;\n  }\n\n  .gc-lifestyle-copy {\n    text-align: center;\n  }\n\n  .gc-lifestyle-list {\n    grid-template-columns: 1fr;\n\n    text-align: left;\n  }\n\n\n  \/* FINAL *\/\n\n  .gc-final {\n    padding: 90px 0;\n\n    text-align: center;\n  }\n\n  .gc-final h2 {\n    font-size: 48px;\n\n    letter-spacing: -3px;\n  }\n\n  .gc-final p {\n    margin:\n      0 auto;\n\n    font-size: 14px;\n  }\n\n\n  \/* TRUST *\/\n\n  .gc-trust-grid {\n    grid-template-columns:\n      1fr 1fr;\n\n    gap: 22px 10px;\n\n    text-align: center;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media (prefers-reduced-motion:reduce) {\n\n  .gc-page *,\n  .gc-page *::before,\n  .gc-page *::after {\n\n    animation: none !important;\n\n    transition: none !important;\n\n  }\n\n}\n\u003c\/style\u003e\n\u003c!-- =====================================================\n     GLOW\u0026CO SA™ PAGE\n===================================================== --\u003e\n\u003cdiv class=\"gc-page\" id=\"nailperfect-top\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"gc-hero\"\u003e\n\u003cdiv class=\"gc-container\"\u003e\n\u003cdiv class=\"gc-hero-grid\"\u003e\n\u003c!-- HERO TEXT --\u003e\n\u003cdiv class=\"gc-hero-copy\"\u003e\n\u003cdiv class=\"gc-eyebrow\"\u003eGLOW\u0026amp;CO SA™\u003c\/div\u003e\n\u003ch1 class=\"gc-title\"\u003eFlawless-looking nails. \u003cbr\u003e\u003cspan\u003e Without the fuss. \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"gc-description\"\u003eMeet \u003cstrong\u003eNailPerfect™\u003c\/strong\u003e — the 2-in-1 electric nail clipper and filer designed to simplify your nail-care routine. Trim, smooth and collect clippings with one compact device.\u003c\/p\u003e\n\u003cdiv class=\"gc-pills\"\u003e\n\u003cdiv class=\"gc-pill\"\u003e⚡ 2-IN-1 DESIGN\u003c\/div\u003e\n\u003cdiv class=\"gc-pill\"\u003e✨ SMOOTH FINISH\u003c\/div\u003e\n\u003cdiv class=\"gc-pill\"\u003e🔋 USB RECHARGEABLE\u003c\/div\u003e\n\u003cdiv class=\"gc-pill\"\u003e🧹 LESS MESS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT --\u003e\n\u003cdiv class=\"gc-product-stage\"\u003e\n\u003cdiv class=\"gc-product-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-product-ring\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-product-card\" style=\"text-align: start;\"\u003e\n\u003cimg class=\"gc-product-image\" alt=\"Glow\u0026amp;Co SA NailPerfect 2-in-1 electric nail clipper and filer\" loading=\"eager\" src=\"https:\/\/media.discordapp.net\/attachments\/1552678562073677936\/1553468550990008391\/image_2.png?ex=6ab95bd4\u0026amp;is=6ab80a54\u0026amp;hm=d8ebcd6cf41db560638827400979b892c9bec2c4255abc79ca7d85de8622e353\u0026amp;=\u0026amp;format=webp\u0026amp;quality=lossless\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003cdiv class=\"gc-image-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-product-badge\"\u003e2-IN-1 \u003cbr\u003eNAIL \u003cbr\u003eCARE\u003c\/div\u003e\n\u003cdiv class=\"gc-product-label\"\u003eNAILPERFECT™\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\u003csection class=\"gc-quick\"\u003e\n\u003cdiv class=\"gc-container\"\u003e\n\u003cdiv class=\"gc-quick-grid\"\u003e\n\u003cdiv class=\"gc-quick-item\"\u003e\n\u003cdiv class=\"gc-quick-icon\"\u003e⚡\u003c\/div\u003e\n\u003cstrong\u003e 2-in-1 Convenience \u003c\/strong\u003e \u003cspan\u003e Clip + file together \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-quick-item\"\u003e\n\u003cdiv class=\"gc-quick-icon\"\u003e✨\u003c\/div\u003e\n\u003cstrong\u003e Smooth Finish \u003c\/strong\u003e \u003cspan\u003e Helps smooth rough edges \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-quick-item\"\u003e\n\u003cdiv class=\"gc-quick-icon\"\u003e🧹\u003c\/div\u003e\n\u003cstrong\u003e Less Mess \u003c\/strong\u003e \u003cspan\u003e Built-in clipping collection \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-quick-item\"\u003e\n\u003cdiv class=\"gc-quick-icon\"\u003e🔋\u003c\/div\u003e\n\u003cstrong\u003e USB Rechargeable \u003c\/strong\u003e \u003cspan\u003e Ready when you need it \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     BENEFITS\n===================================================== --\u003e\n\u003csection class=\"gc-section gc-benefits\" id=\"gc-benefits\"\u003e\n\u003cdiv class=\"gc-container\"\u003e\n\u003cdiv class=\"gc-heading\"\u003e\n\u003cdiv class=\"gc-eyebrow\"\u003eWHY NAILPERFECT™\u003c\/div\u003e\n\u003ch2\u003eNail care, \u003cbr\u003e\u003cspan\u003e made effortless. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eEverything you need for simple everyday nail maintenance, brought together in one compact device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-benefits-grid\"\u003e\n\u003cdiv class=\"gc-benefit\"\u003e\n\u003cdiv class=\"gc-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eOne Device. Two Jobs.\u003c\/h3\u003e\n\u003cp\u003eClip and smooth your nails using one convenient device instead of switching between separate tools.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-benefit\"\u003e\n\u003cdiv class=\"gc-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eSmooth Rough Edges\u003c\/h3\u003e\n\u003cp\u003eUse the filing function after trimming to help create a smoother looking nail edge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-benefit\"\u003e\n\u003cdiv class=\"gc-icon\"\u003e🧹\u003c\/div\u003e\n\u003ch3\u003eLess Mess\u003c\/h3\u003e\n\u003cp\u003eThe built-in collection chamber helps keep nail clippings contained while trimming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-benefit\"\u003e\n\u003cdiv class=\"gc-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003eRecharge \u0026amp; Go\u003c\/h3\u003e\n\u003cp\u003eUSB rechargeable design makes it easy to keep NailPerfect ready for your next session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-benefit\"\u003e\n\u003cdiv class=\"gc-icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eCompact \u0026amp; Portable\u003c\/h3\u003e\n\u003cp\u003eKeep it in your bathroom drawer, beauty bag, suitcase or travel kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-benefit\"\u003e\n\u003cdiv class=\"gc-icon\"\u003e💅\u003c\/div\u003e\n\u003ch3\u003eEveryday Nail Care\u003c\/h3\u003e\n\u003cp\u003eA convenient way to maintain neat-looking nails at home or between salon visits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     HOW IT WORKS\n===================================================== --\u003e\n\u003csection class=\"gc-section gc-how\"\u003e\n\u003cdiv class=\"gc-container\"\u003e\n\u003cdiv class=\"gc-heading\"\u003e\n\u003cdiv class=\"gc-eyebrow\"\u003eSIMPLE BY DESIGN\u003c\/div\u003e\n\u003ch2\u003eTrim. Smooth. \u003cbr\u003e\u003cspan\u003e Glow. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eNailPerfect keeps your nail-care routine simple with three straightforward steps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-steps\"\u003e\n\u003cdiv class=\"gc-step\"\u003e\n\u003cdiv class=\"gc-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eTrim\u003c\/h3\u003e\n\u003cp\u003eUse the electric trimming function to maintain your nails.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-step\"\u003e\n\u003cdiv class=\"gc-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eSmooth\u003c\/h3\u003e\n\u003cp\u003eUse the filing function to help smooth rough or uneven-looking edges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-step\"\u003e\n\u003cdiv class=\"gc-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eClean Up\u003c\/h3\u003e\n\u003cp\u003eEmpty the collection chamber and you're ready for next time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     COMPARISON\n===================================================== --\u003e\n\u003csection class=\"gc-section gc-comparison-section\"\u003e\n\u003cdiv class=\"gc-container\"\u003e\n\u003cdiv class=\"gc-heading\"\u003e\n\u003cdiv class=\"gc-eyebrow\"\u003eTHE GLOW\u0026amp;CO DIFFERENCE\u003c\/div\u003e\n\u003ch2\u003eWhy use two tools \u003cbr\u003ewhen one can do both?\u003c\/h2\u003e\n\u003cp\u003eNailPerfect brings essential nail-care functions together in one compact device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-comparison\"\u003e\n\u003cdiv class=\"gc-compare-card gc-traditional\"\u003e\n\u003ch3\u003eTraditional\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e✕   Separate nail clipper\u003c\/li\u003e\n\u003cli\u003e✕   Separate nail file\u003c\/li\u003e\n\u003cli\u003e✕   Clippings can scatter\u003c\/li\u003e\n\u003cli\u003e✕   More tools to store\u003c\/li\u003e\n\u003cli\u003e✕   More steps\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-compare-card gc-nailperfect\"\u003e\n\u003ch3\u003eNailPerfect™\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e✓   Clipper + filer together\u003c\/li\u003e\n\u003cli\u003e✓   Helps smooth rough edges\u003c\/li\u003e\n\u003cli\u003e✓   Built-in clipping collection\u003c\/li\u003e\n\u003cli\u003e✓   Compact and portable\u003c\/li\u003e\n\u003cli\u003e✓   Simple everyday routine\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     LIFESTYLE\n===================================================== --\u003e\n\u003csection class=\"gc-section gc-lifestyle\"\u003e\n\u003cdiv class=\"gc-container\"\u003e\n\u003cdiv class=\"gc-lifestyle-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gc-eyebrow\"\u003eMADE FOR EVERYDAY LIFE\u003c\/div\u003e\n\u003ch2\u003eOne little device. \u003cbr\u003e\u003cspan\u003e So many routines. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-lifestyle-copy\"\u003e\n\u003cp\u003eFrom weekly nail maintenance to quick touch-ups before heading out, NailPerfect is designed to fit naturally into everyday life.\u003c\/p\u003e\n\u003cp\u003eIts compact 2-in-1 design makes it convenient for anyone looking for a simpler way to maintain neat-looking nails at home or while travelling.\u003c\/p\u003e\n\u003cdiv class=\"gc-lifestyle-list\"\u003e\n\u003cdiv\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Everyday maintenance\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Quick touch-ups\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Home nail care\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Travel-friendly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL MESSAGE\n===================================================== --\u003e\n\u003csection class=\"gc-final\"\u003e\n\u003cdiv class=\"gc-container\"\u003e\n\u003cdiv class=\"gc-eyebrow\"\u003eYOUR NAIL ROUTINE, UPGRADED\u003c\/div\u003e\n\u003ch2\u003eYour nails. \u003cbr\u003e\u003cspan\u003e Your glow. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eSimplify your nail-care routine with NailPerfect™ — the 2-in-1 electric nail clipper and filer from Glow\u0026amp;Co SA™.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     TRUST\n===================================================== --\u003e\n\u003csection class=\"gc-trust\"\u003e\n\u003cdiv class=\"gc-container\"\u003e\n\u003cdiv class=\"gc-trust-grid\"\u003e\n\u003cdiv class=\"gc-trust-item\"\u003e\n\u003cstrong\u003e 🔒 Secure Checkout \u003c\/strong\u003e Shop with confidence\u003c\/div\u003e\n\u003cdiv class=\"gc-trust-item\"\u003e\n\u003cstrong\u003e 🚚 South African Delivery \u003c\/strong\u003e Delivered to your door\u003c\/div\u003e\n\u003cdiv class=\"gc-trust-item\"\u003e\n\u003cstrong\u003e 💳 Secure Payments \u003c\/strong\u003e Convenient checkout\u003c\/div\u003e\n\u003cdiv class=\"gc-trust-item\"\u003e\n\u003cstrong\u003e 💬 Customer Support \u003c\/strong\u003e We're here to help\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     ANIMATIONS\n===================================================== --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Glow\u0026Co SA","offers":[{"title":"Gray","offer_id":67585346273493,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":67585346306261,"sku":null,"price":549.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/7068\/9237\/files\/glow-co-sa-hero-product-shot.png?v=1790443603"}],"url":"https:\/\/www.glowcosa.co.za\/collections\/frontpage.oembed","provider":"Glow\u0026Co SA","version":"1.0","type":"link"}