{"product_id":"day-spa-unicorn-cuticle-oil","title":"Day Spa Unicorn Cuticle Oil","description":"\u003cstyle\u003e\n\/* =====================================================\n   UNICORN LAB® FULL PRODUCT FORMAT\n   Day Spa | Soft Aesthetic Collection\n   ===================================================== *\/\n\n.ul-day-spa {\n  --ul-pink: #F25EA5;\n  --ul-pink-700: #D63384;\n  --ul-pink-300: #F8A8CC;\n  --ul-pink-100: #FFD9E8;\n  --ul-pink-50: #FFF1F7;\n  --ul-blush: #FBE4EE;\n  --ul-blush-deep: #F2BFD3;\n  --ul-blush-pale: #FCEFF4;\n  --ul-cream: #FBF7F4;\n  --ul-sand: #F5F0EB;\n  --ul-ink: #121212;\n  --ul-ink-soft: #2A2A2A;\n  --ul-graphite: #4F4F4F;\n  --ul-mute: #7A7A7A;\n  --ul-line: #F2CDDD;\n  --ul-line-neutral: #EDE6EA;\n  --ul-white: #FFFFFF;\n  --radius-sm: 10px;\n  --radius-md: 16px;\n  --radius-lg: 24px;\n  --radius-xl: 32px;\n  --radius-pill: 999px;\n  --shadow-sm: 0 1px 3px rgba(173,36,109,0.08), 0 1px 2px rgba(173,36,109,0.04);\n  --shadow-md: 0 4px 16px rgba(173,36,109,0.12), 0 2px 4px rgba(173,36,109,0.06);\n  --shadow-pink-glow: 0 0 0 3px rgba(242,94,165,0.25);\n  --font-display: 'Libre Franklin', sans-serif;\n  --font-body: 'Montserrat', sans-serif;\n  font-family: var(--font-body);\n  color: var(--ul-ink-soft);\n  background: #fff8f8;\n}\n\n.ul-day-spa * {\n  box-sizing: border-box;\n}\n\n\/* ---- CONTENT SECTIONS ---- *\/\n\n.ul-day-spa .section {\n  padding: clamp(20px, 2.5vw, 40px) 0;\n}\n\n.ul-day-spa .section-container {\n  max-width: 1530px;\n  margin: 0 auto;\n  padding: 0 30px;\n}\n\n.ul-day-spa .section-narrow {\n  max-width: 960px;\n  margin: 0 auto;\n  padding: 0 30px;\n}\n\n.ul-day-spa .section-eyebrow {\n  font-size: 0.6875rem;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--ul-pink);\n  margin-bottom: 8px;\n  text-align: center;\n}\n\n.ul-day-spa .section-title {\n  font-family: var(--font-display);\n  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.125rem);\n  font-weight: 800;\n  line-height: 1.1;\n  letter-spacing: -0.01em;\n  color: var(--ul-ink);\n  text-align: center;\n  margin-bottom: 8px;\n}\n\n.ul-day-spa .section-sub {\n  font-size: 0.9375rem;\n  color: var(--ul-mute);\n  text-align: center;\n  max-width: 620px;\n  margin: 0 auto 48px;\n  line-height: 1.7;\n}\n\n.ul-day-spa a {\n  color: inherit;\n}\n\n\/* ---- INTRO ---- *\/\n\n.ul-day-spa .intro-card {\n  background: linear-gradient(135deg,#fffafb 0%,#fdebf4 100%);\n  border: 1px solid var(--ul-line);\n  border-radius: 24px;\n  padding: 28px;\n  text-align: center;\n  box-shadow: var(--shadow-sm);\n}\n\n.ul-day-spa .intro-card h1 {\n  font-family: var(--font-display);\n  font-size: clamp(1.7rem,1.3rem + 1.8vw,2.5rem);\n  font-weight: 900;\n  line-height: 1.08;\n  letter-spacing: -0.02em;\n  color: var(--ul-ink);\n  margin: 0 0 14px;\n}\n\n.ul-day-spa .intro-card p {\n  font-size: 0.95rem;\n  line-height: 1.75;\n  color: var(--ul-graphite);\n  max-width: 800px;\n  margin: 0 auto 14px;\n}\n\n.ul-day-spa .intro-card p:last-child {\n  margin-bottom: 0;\n}\n\n\/* ---- ICON GRID ---- *\/\n\n.ul-day-spa .why-section {\n  background: white;\n}\n\n.ul-day-spa .ul-icon-grid {\n  display: grid;\n  grid-template-columns: repeat(6, 1fr);\n  gap: 26px;\n  margin-top: 48px;\n}\n\n.ul-day-spa .ul-icon-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\n\n.ul-day-spa .ul-icon-circle {\n  width: 72px;\n  height: 72px;\n  border-radius: 50%;\n  background: white;\n  border: 1.5px solid var(--ul-line);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 16px;\n  box-shadow: var(--shadow-sm);\n  transition: border-color 0.25s, box-shadow 0.25s;\n  color: var(--ul-pink);\n}\n\n.ul-day-spa .ul-icon-item:hover .ul-icon-circle {\n  border-color: var(--ul-pink);\n  box-shadow: var(--shadow-pink-glow);\n}\n\n.ul-day-spa .ul-icon-svg {\n  width: 30px;\n  height: 30px;\n  display: block;\n  stroke: currentColor;\n  fill: none;\n  stroke-width: 1.7;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.ul-day-spa .ul-icon-item h3 {\n  font-family: var(--font-display);\n  font-size: 0.9375rem;\n  font-weight: 800;\n  color: var(--ul-ink);\n  margin-bottom: 6px;\n}\n\n.ul-day-spa .ul-icon-item p {\n  font-size: 0.8125rem;\n  color: var(--ul-mute);\n  line-height: 1.55;\n  margin: 0;\n  max-width: 180px;\n}\n\n\/* ---- SCENT NOTES ---- *\/\n\n.ul-day-spa .scent-section {\n  background: var(--ul-blush-pale);\n}\n\n.ul-day-spa .scent-rows {\n  display: flex;\n  flex-direction: column;\n  gap: 48px;\n}\n\n.ul-day-spa .scent-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 48px;\n  align-items: center;\n}\n\n.ul-day-spa .scent-row.reverse {\n  direction: rtl;\n}\n\n.ul-day-spa .scent-row.reverse \u003e * {\n  direction: ltr;\n}\n\n.ul-day-spa .scent-img-wrap {\n  width: 240px;\n  height: 240px;\n  border-radius: 50%;\n  overflow: hidden;\n  border: 3px solid var(--ul-line);\n  margin: 0 auto;\n  background: white;\n  box-shadow: 0 18px 45px rgba(216,140,171,0.16);\n}\n\n.ul-day-spa .scent-img-wrap img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.ul-day-spa .scent-text .note-label {\n  font-size: 0.6875rem;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--ul-pink);\n  margin-bottom: 6px;\n}\n\n.ul-day-spa .scent-text h3 {\n  font-family: var(--font-display);\n  font-size: clamp(1.25rem, 1.05rem + 1vw, 1.625rem);\n  font-weight: 800;\n  color: var(--ul-ink);\n  margin-bottom: 10px;\n}\n\n.ul-day-spa .scent-text p {\n  font-size: 0.9375rem;\n  color: var(--ul-graphite);\n  line-height: 1.6;\n}\n\n\/* ---- BUNDLE CTA ---- *\/\n\n.ul-day-spa .bundle-section {\n  background: #ffffff;\n}\n\n.ul-day-spa .bundle-cards {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n}\n\n.ul-day-spa .bundle-card {\n  background: var(--ul-pink-100);\n  border-radius: var(--radius-xl);\n  padding: 40px;\n  overflow: hidden;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.ul-day-spa .bundle-card.alt {\n  background: var(--ul-pink-50);\n  border: 1px solid var(--ul-line);\n}\n\n.ul-day-spa .bundle-card .bc-eyebrow {\n  font-size: 0.6875rem;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--ul-pink-700);\n}\n\n.ul-day-spa .bundle-card h3 {\n  font-family: var(--font-display);\n  font-size: clamp(1.25rem, 1rem + 1.2vw, 1.625rem);\n  font-weight: 900;\n  color: var(--ul-ink);\n  line-height: 1.15;\n  margin: 0;\n}\n\n.ul-day-spa .bundle-card p {\n  font-size: 0.875rem;\n  color: var(--ul-graphite);\n  line-height: 1.55;\n  margin: 0;\n}\n\n.ul-day-spa .btn-outline {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  border: 1.5px solid var(--ul-ink);\n  border-radius: var(--radius-pill);\n  padding: 12px 24px;\n  font-family: var(--font-body);\n  font-size: 0.875rem;\n  font-weight: 700;\n  color: var(--ul-ink);\n  cursor: pointer;\n  background: transparent;\n  text-decoration: none;\n  width: fit-content;\n  margin-top: 8px;\n  margin-left: auto;\n  margin-right: auto;\n  transition: all 0.2s;\n}\n\n.ul-day-spa .btn-outline:hover {\n  background: var(--ul-ink);\n  color: white;\n}\n\n\/* ---- WIDE BUNDLE BANNER ---- *\/\n\n.ul-day-spa .ul-bundle-banner {\n  border-radius: 24px;\n  overflow: hidden;\n  display: flex;\n  flex-direction: row;\n  align-items: stretch;\n  background: #F8A8CC;\n  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.08);\n}\n\n.ul-day-spa .ul-banner-content {\n  flex: 0 0 50%;\n  padding: 44px 28px 44px 56px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: flex-start;\n  gap: 16px;\n}\n\n.ul-day-spa .ul-banner-content h2 {\n  font-family: var(--font-display);\n  font-size: clamp(1.625rem, 1.3rem + 1.6vw, 2.25rem);\n  font-weight: 800;\n  line-height: 1.35;\n  letter-spacing: -0.01em;\n  color: white;\n  max-width: 430px;\n  margin: 0 0 20px 0;\n}\n\n.ul-day-spa .ul-banner-content p {\n  font-size: 1.0625rem;\n  color: rgba(255,255,255,0.88);\n  line-height: 1.8;\n  max-width: 430px;\n  margin: 0 0 20px 0;\n}\n\n.ul-day-spa .ul-banner-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.ul-day-spa .ul-btn-banner {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 15px 30px;\n  background: #fff8f8;\n  color: var(--ul-pink-700);\n  font-family: var(--font-body);\n  font-size: 0.95rem;\n  font-weight: 700;\n  border-radius: 999px;\n  text-decoration: none;\n  border: none;\n  cursor: pointer;\n  margin-top: 8px;\n  transition: box-shadow 0.3s, background 0.3s;\n}\n\n.ul-day-spa .ul-btn-banner.secondary {\n  background: transparent;\n  color: white;\n  border: 1.5px solid rgba(255,255,255,0.7);\n}\n\n.ul-day-spa .ul-btn-banner:hover {\n  background: white;\n  color: var(--ul-pink-700);\n  box-shadow: 0 4px 20px rgba(0,0,0,0.12);\n}\n\n.ul-day-spa .ul-banner-image {\n  flex: 0 0 50%;\n  padding: 32px 22px 32px 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transform: translateX(-5px);\n}\n\n.ul-day-spa .ul-banner-image-inner {\n  width: 95%;\n  aspect-ratio: 1 \/ 1;\n  background: #E58F6B;\n  border-radius: 14px;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.ul-day-spa .ul-banner-image-inner img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n}\n\n\/* ---- FAQ ACCORDION ---- *\/\n\n.ul-day-spa .details-section {\n  background: white;\n}\n\n.ul-day-spa .accordion {\n  border-top: 1px solid var(--ul-line-neutral);\n}\n\n.ul-day-spa .accordion-item {\n  border-bottom: 1px solid var(--ul-line-neutral);\n}\n\n.ul-day-spa .accordion-trigger {\n  width: 100%;\n  background: none;\n  border: none;\n  padding: 18px 0;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  cursor: pointer;\n  font-family: var(--font-body);\n  font-size: 0.9375rem;\n  font-weight: 600;\n  color: var(--ul-ink-soft);\n  text-align: left;\n}\n\n.ul-day-spa .accordion-trigger:hover {\n  color: var(--ul-pink);\n}\n\n.ul-day-spa .accordion-plus {\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  border: 1.5px solid var(--ul-line-neutral);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1rem;\n  color: var(--ul-mute);\n  flex-shrink: 0;\n  transition: all 0.2s;\n}\n\n.ul-day-spa .accordion-item.open .accordion-plus {\n  background: var(--ul-ink);\n  color: white;\n  border-color: var(--ul-ink);\n  transform: rotate(45deg);\n}\n\n.ul-day-spa .accordion-body {\n  font-size: 0.875rem;\n  color: var(--ul-graphite);\n  line-height: 1.7;\n  padding-bottom: 20px;\n  display: none;\n}\n\n.ul-day-spa .accordion-item.open .accordion-body {\n  display: block;\n}\n\n\/* ---- MOBILE ---- *\/\n\n@media (max-width: 900px) {\n  .ul-day-spa .ul-icon-grid {\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n}\n\n@media (max-width: 700px) {\n  .ul-day-spa .ul-bundle-banner {\n    flex-direction: column;\n  }\n\n  .ul-day-spa .ul-banner-image {\n    width: 100%;\n    padding: 14px;\n    transform: none;\n  }\n\n  .ul-day-spa .ul-banner-content {\n    padding: 32px 28px;\n  }\n\n  .ul-day-spa .ul-icon-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .ul-day-spa .scent-row,\n  .ul-day-spa .scent-row.reverse {\n    grid-template-columns: 1fr;\n    direction: ltr;\n  }\n\n  .ul-day-spa .bundle-cards {\n    grid-template-columns: 1fr;\n  }\n\n  .ul-day-spa .scent-img-wrap {\n    width: 210px;\n    height: 210px;\n  }\n}\n\n@media (max-width: 520px) {\n  .ul-day-spa .section-container,\n  .ul-day-spa .section-narrow {\n    padding: 0 16px;\n  }\n\n  .ul-day-spa .bundle-card {\n    padding: 28px 22px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ul-day-spa\"\u003e\n\u003c!-- FIRST DESCRIPTION \/ PRODUCT INTRO --\u003e\n\u003csection class=\"section\" style=\"background: #ffffff;\"\u003e\n\u003cdiv class=\"section-narrow\"\u003e\n\u003cdiv class=\"intro-card\"\u003e\n\u003cp class=\"section-eyebrow\" style=\"margin-bottom: 10px;\"\u003e\u003ca href=\"\/collections\/soft-aesthetic-cuticle-oils\" style=\"text-decoration: none;\"\u003eSoft Aesthetic Collection\u003c\/a\u003e\u003c\/p\u003e\n\u003ch1\u003eDay Spa Scented Cuticle Oil Australia\u003c\/h1\u003e\n\u003cp\u003eDay Spa is a fresh, soft and spa-inspired \u003ca href=\"\/pages\/australian-made\" style=\"text-decoration: none;\"\u003e\u003cstrong\u003eAustralian Made cuticle oil\u003c\/strong\u003e\u003c\/a\u003e from the \u003ca href=\"\/collections\/soft-aesthetic-cuticle-oils\" style=\"text-decoration: none;\"\u003e\u003cstrong\u003eSoft Aesthetic Collection\u003c\/strong\u003e\u003c\/a\u003e. It opens with refreshing lemongrass, lime and lemon, moves into a sweet floral heart of jasmine, sugar and black currant, then settles into patchouli and powder for a clean, softly grounded finish.\u003c\/p\u003e\n\u003cp\u003eDesigned as a lightweight \u003cstrong\u003enail serum\u003c\/strong\u003e for daily cuticle care, Day Spa helps condition the cuticle area, soften the look of dry skin around the nails and support a smooth, polished nail-care routine without a greasy finish.\u003c\/p\u003e\n\u003cp\u003eAvailable in \u003cstrong\u003e1ml sample\u003c\/strong\u003e, \u003cstrong\u003e3ml cuticle oil pen\u003c\/strong\u003e and \u003cstrong\u003e15ml\u003c\/strong\u003e. Fresh, powdery and calm without smelling clinical, it is made for anyone who wants their nail care to feel a little more spa towel, a little less chaos goblin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY YOU'LL LOVE --\u003e\n\u003csection class=\"section why-section\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eThe Benefits\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eWhy You'll Love Day Spa\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eA fresh, softly powdery favourite from the Soft Aesthetic Collection, made for calm nail rituals, daily cuticle care and clean spa-style scent lovers.\u003c\/p\u003e\n\u003cdiv class=\"ul-icon-grid\"\u003e\n\u003cdiv class=\"ul-icon-item\"\u003e\n\u003cdiv class=\"ul-icon-circle\"\u003e\u003csvg class=\"ul-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 22s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M9.5 11.5c1.5.6 3.5.6 5 0\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8.8 8.8h.01\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M15.2 8.8h.01\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDaily Hydration\u003c\/h3\u003e\n\u003cp\u003eSupports the look and feel of soft, conditioned cuticles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ul-icon-item\"\u003e\n\u003cdiv class=\"ul-icon-circle\"\u003e\u003csvg class=\"ul-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 2.5s6 6.2 6 11.2A6 6 0 0 1 6 13.7C6 8.7 12 2.5 12 2.5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M9.5 15.5c.7 1 1.6 1.5 2.8 1.5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eFast-Absorbing\u003c\/h3\u003e\n\u003cp\u003eLightweight nail oil with a clean, non-greasy finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ul-icon-item\"\u003e\n\u003cdiv class=\"ul-icon-circle\"\u003e\u003csvg class=\"ul-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 3l7 3v5c0 5-3.2 8.3-7 10-3.8-1.7-7-5-7-10V6l7-3Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8.8 12.2l2.1 2.1 4.5-5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e12-Free Formula\u003c\/h3\u003e\n\u003cp\u003eClean beauty standard, free from the usual harsh nail-care suspects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ul-icon-item\"\u003e\n\u003cdiv class=\"ul-icon-circle\"\u003e\u003csvg class=\"ul-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M5 20c5-1 10-6 12-14\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M7 15c-2-3-1-7 2-9 3-2 7-1 10 1-1 4-3 8-7 10-2 1-4 .5-5-2Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M9 13c2 .2 4-.5 6-2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eCruelty Free\u003c\/h3\u003e\n\u003cp\u003eNever tested on animals and made with a vegan formulation approach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ul-icon-item\"\u003e\n\u003cdiv class=\"ul-icon-circle\"\u003e\u003csvg class=\"ul-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M4.5 17.5c4-5 6.5-9 15-11\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M6 16c-2.5-4.5.5-9.5 5-11 2.5-.8 5.6-.4 8.5 1.5-.6 4.2-2.7 8-6.2 10-2.6 1.5-5.2 1.3-7.3-.5Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eNut Free Formula\u003c\/h3\u003e\n\u003cp\u003eMade without nut oils, ideal for customers avoiding nut-based nail oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ul-icon-item\"\u003e\n\u003cdiv class=\"ul-icon-circle\"\u003e\u003csvg class=\"ul-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M7 14c-1.7 0-3-1.3-3-3s1.3-3 3-3h10c1.7 0 3 1.3 3 3s-1.3 3-3 3\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 17h8\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M10 20h4\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M9 8c0-2 1.2-4 3-5 1.8 1 3 3 3 5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eSpa-Style Scent\u003c\/h3\u003e\n\u003cp\u003eFresh citrus, soft florals and powdery warmth for a calm, pampering finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SCENT NOTES --\u003e\n\u003csection class=\"section scent-section\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eFragrance Notes\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eThe Olfactory Experience\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eA clean spa-inspired scent that opens bright and citrusy, softens into sweet florals and dries down into a powdery, grounded finish.\u003c\/p\u003e\n\u003cdiv class=\"scent-rows\"\u003e\n\u003cdiv class=\"scent-row\"\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv class=\"scent-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1964\/7203\/files\/Lemongrass_lime_lemon.jpg?v=1781876383\" alt=\"Lemongrass, lime and lemon fragrance notes for Day Spa cuticle oil\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scent-text\"\u003e\n\u003cp class=\"note-label\"\u003eTop Notes\u003c\/p\u003e\n\u003ch3\u003eLemongrass, Lime \u0026amp; Lemon\u003c\/h3\u003e\n\u003cp\u003eThe first impression is refreshing and invigorating. Lemongrass gives the scent a clean spa-like lift, while lime and lemon add a bright citrus sparkle that feels fresh, polished and instantly uplifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scent-row reverse\"\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv class=\"scent-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1964\/7203\/files\/Jasmine_sugar_black_currant.jpg?v=1781876359\" alt=\"Jasmine, sugar and black currant fragrance notes for Day Spa cuticle oil\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scent-text\"\u003e\n\u003cp class=\"note-label\"\u003eMiddle Notes\u003c\/p\u003e\n\u003ch3\u003eJasmine, Sugar \u0026amp; Black Currant\u003c\/h3\u003e\n\u003cp\u003eThe heart is soft, sweet and gently floral. Jasmine brings an elegant spa-style floral note, sugar adds a delicate sweetness, and black currant gives the blend a subtle fruity glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scent-row\"\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv class=\"scent-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1964\/7203\/files\/Patchouli__Powder.jpg?v=1781876524\" alt=\"Patchouli and powder fragrance notes for Day Spa cuticle oil\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scent-text\"\u003e\n\u003cp class=\"note-label\"\u003eBase Notes\u003c\/p\u003e\n\u003ch3\u003ePatchouli \u0026amp; Powder\u003c\/h3\u003e\n\u003cp\u003eThe dry-down is earthy, soft and grounding. Patchouli adds a subtle depth while powder leaves a delicate, clean finish that feels comforting without becoming heavy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLLECTION \/ SCENT CTA --\u003e\n\u003csection class=\"section bundle-section\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"bundle-cards\"\u003e\n\u003cdiv class=\"bundle-card\"\u003e\n\u003cdiv class=\"bc-eyebrow\"\u003eFrom the Soft Aesthetic Collection\u003c\/div\u003e\n\u003ch3\u003eFor fresh, soft and calming scent lovers\u003c\/h3\u003e\n\u003cp\u003eExplore more soft, pretty and comforting Unicorn Oil® scents made for everyday nail care, salon aftercare and at-home self-care rituals.\u003c\/p\u003e\n\u003ca class=\"btn-outline\" href=\"\/collections\/soft-aesthetic-cuticle-oils\"\u003eShop Soft Aesthetic\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bundle-card alt\"\u003e\n\u003cdiv class=\"bc-eyebrow\" style=\"color: var(--ul-mute);\"\u003eIf you love this\u003c\/div\u003e\n\u003ch3\u003eYou'll Also Love Baby Powder\u003c\/h3\u003e\n\u003cp\u003eWant another soft, clean and comforting scent? Baby Powder has that gentle powdery finish customers love when they want something fresh, familiar and delicate.\u003c\/p\u003e\n\u003ca class=\"btn-outline\" href=\"\/products\/baby-powder-unicorn-cuticle-oil\"\u003eShop Baby Powder\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL BUNDLE CTA --\u003e\n\u003csection class=\"section\" style=\"background: var(--ul-blush-pale);\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv style=\"width: 90%; margin-left: auto; margin-right: 0; transform: translateX(-80px);\"\u003e\n\u003cdiv class=\"ul-bundle-banner\"\u003e\n\u003cdiv class=\"ul-banner-content\"\u003e\n\u003ch2\u003eMake it a bundle and save up to 10%\u003c\/h2\u003e\n\u003cp\u003ePair Day Spa with more Soft Aesthetic favourites and build your own Unicorn Oil® bundle. Not sure what scent belongs in the lineup? Use the Scent Matchmaker to find your next favourite.\u003c\/p\u003e\n\u003cdiv class=\"ul-banner-actions\"\u003e\n\u003ca class=\"ul-btn-banner\" href=\"\/products\/soft-aesthetic-bundle\"\u003eBuild a Bundle\u003c\/a\u003e \u003ca class=\"ul-btn-banner secondary\" href=\"\/pages\/scent-matchmaker\"\u003eTry Scent Matchmaker\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ul-banner-image\"\u003e\n\u003cdiv class=\"ul-banner-image-inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1964\/7203\/files\/5ml_at_the_day_spa.jpg?v=1781876586\" alt=\"Day Spa Unicorn Oil cuticle oil product image\"\u003e\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!-- FAQ ONLY --\u003e\n\u003csection class=\"section details-section\"\u003e\n\u003cdiv class=\"section-narrow\"\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 32px;\"\u003eFAQ\u003c\/h2\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003cdiv class=\"accordion-item open\"\u003e\n\u003cbutton class=\"accordion-trigger\"\u003e What does Day Spa smell like? \u003cspan class=\"accordion-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"accordion-body\"\u003eDay Spa smells fresh, soft and spa-inspired. It opens with lemongrass, lime and lemon, moves into a sweet floral heart of jasmine, sugar and black currant, then settles into patchouli and powder for a clean, softly grounded finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-trigger\"\u003e Is Day Spa available as a cuticle oil pen? \u003cspan class=\"accordion-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"accordion-body\"\u003eYes. Day Spa is available in a 3ml cuticle oil pen, making it easy to keep in a handbag, desk drawer, salon kit or travel pouch for quick daily cuticle care.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-trigger\"\u003e What sizes is Day Spa available in? \u003cspan class=\"accordion-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"accordion-body\"\u003eDay Spa is available in 1ml sample, 3ml cuticle oil pen and 15ml.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-trigger\"\u003e Who is Day Spa best for? \u003cspan class=\"accordion-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"accordion-body\"\u003eDay Spa is best for customers who love fresh citrus, soft florals, powdery scents and clean spa-style fragrances. It suits anyone who wants a soft aesthetic cuticle oil that feels calm, polished and easy to wear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-trigger\"\u003e Is Day Spa good for everyday cuticle care? \u003cspan class=\"accordion-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"accordion-body\"\u003eYes. Day Spa is designed for daily cuticle care and salon aftercare. The lightweight oil helps condition the cuticle area and soften the look of dry skin around the nails without a heavy or greasy finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-item\"\u003e\n\u003cbutton class=\"accordion-trigger\"\u003e What should I try if I love Day Spa? \u003cspan class=\"accordion-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"accordion-body\"\u003eIf you love Day Spa’s soft, clean and powdery finish, try Baby Powder next. It has a gentle, comforting scent profile that suits customers who prefer delicate, fresh and nostalgic cuticle oil scents.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Unicorn Lab","offers":[{"title":"3ml Pink Cuticle Oil Pen","offer_id":48354140422366,"sku":"DAYSPA3MLP","price":9.2,"currency_code":"AUD","in_stock":true},{"title":"3ml Clear Cuticle Oil Pen","offer_id":48347788673246,"sku":"DAYSPA3MLC","price":8.0,"currency_code":"AUD","in_stock":true},{"title":"15ml","offer_id":48347736408286,"sku":"DAYSPA15","price":16.0,"currency_code":"AUD","in_stock":true},{"title":"1ml Sample","offer_id":48347736441054,"sku":"DAYSPA1ML","price":1.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1964\/7203\/files\/Day_Spa_Unicorn_Cuticle_Oil_15ml.jpg?v=1782097515","url":"https:\/\/unicornlab.com.au\/products\/day-spa-unicorn-cuticle-oil","provider":"Unicorn Lab","version":"1.0","type":"link"}