{"title":"PRO BOX","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003ctitle\u003eSKINLY PRO BOX — Luxury Care Set\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Discover the SKINLY PRO BOX: a curated luxury care set for skin, hair and body. A complete ritual with premium products and refined gifting appeal.\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root {\n    --skinly-dark: #2C2321;\n    --skinly-cream: #F7F3F0;\n    --skinly-white: #FDFBF9;\n    --skinly-text: #4A3F3D;\n    --skinly-muted: #7A6E6C;\n    --skinly-grey: #ACACAC;\n    --skinly-grey-light: #E7E7E7;\n    --skinly-grey-soft: #F1F1F1;\n    --skinly-grey-dark: #7F7F7F;\n    --skinly-border: rgba(172,172,172,0.35);\n  }\n\n  * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  body {\n    font-family: 'Montserrat', sans-serif;\n    background: var(--skinly-white);\n    color: var(--skinly-text);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .probox-page {\n    background: var(--skinly-white);\n    color: var(--skinly-text);\n    overflow: hidden;\n  }\n\n  .probox-hero {\n    min-height: 78vh;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    background: var(--skinly-grey);\n  }\n\n  .probox-visual {\n    background:\n      linear-gradient(135deg, rgba(172,172,172,0.96), rgba(127,127,127,0.96)),\n      radial-gradient(ellipse at 25% 15%, rgba(255,255,255,0.16), transparent 55%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 70px 30px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .probox-visual::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse at 20% 15%, rgba(255,255,255,0.18) 0%, transparent 55%),\n      radial-gradient(ellipse at 80% 85%, rgba(44,35,33,0.18) 0%, transparent 50%);\n  }\n\n  .probox-visual-inner {\n    position: relative;\n    z-index: 1;\n    text-align: center;\n  }\n\n  .probox-icon {\n    width: 86px;\n    height: 86px;\n    border-radius: 50%;\n    border: 1px solid rgba(255,255,255,0.38);\n    background: rgba(255,255,255,0.08);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 26px;\n    color: rgba(255,255,255,0.9);\n  }\n\n  .probox-brand {\n    font-size: clamp(2rem, 4vw, 3.2rem);\n    font-weight: 600;\n    letter-spacing: 0.55em;\n    margin-left: 0.55em;\n    color: white;\n    margin-bottom: 10px;\n  }\n\n  .probox-visual-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.2rem;\n    font-style: italic;\n    font-weight: 300;\n    letter-spacing: 0.18em;\n    color: rgba(255,255,255,0.76);\n  }\n\n  .probox-content {\n    background: linear-gradient(135deg, var(--skinly-white), var(--skinly-grey-soft));\n    padding: clamp(3rem, 6vw, 7rem);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n  }\n\n  .probox-label,\n  .section-kicker {\n    font-size: 0.7rem;\n    letter-spacing: 0.32em;\n    text-transform: uppercase;\n    color: var(--skinly-grey-dark);\n    font-weight: 700;\n    margin-bottom: 24px;\n  }\n\n  .probox-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2.3rem, 5vw, 4.8rem);\n    font-weight: 300;\n    line-height: 1.05;\n    color: var(--skinly-dark);\n    margin-bottom: 24px;\n  }\n\n  .probox-title em {\n    color: var(--skinly-grey-dark);\n    font-style: italic;\n  }\n\n  .probox-subtitle {\n    max-width: 520px;\n    font-size: 0.92rem;\n    line-height: 1.9;\n    color: var(--skinly-muted);\n    font-weight: 300;\n    margin-bottom: 34px;\n  }\n  \n  .probox-trustbar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: linear-gradient(135deg, var(--skinly-grey-soft), var(--skinly-grey-light), var(--skinly-grey));\n    border-bottom: 1px solid var(--skinly-border);\n  }\n\n  .trust-item {\n    text-align: center;\n    padding: 28px 18px;\n    font-size: 0.78rem;\n    line-height: 1.6;\n    color: var(--skinly-text);\n    position: relative;\n    font-weight: 300;\n  }\n\n  .trust-item strong {\n    display: block;\n    font-size: 0.68rem;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    color: var(--skinly-dark);\n    margin-bottom: 6px;\n    font-weight: 700;\n  }\n\n  .probox-section {\n    padding: clamp(4rem, 8vw, 6rem) 24px;\n    max-width: 1120px;\n    margin: 0 auto;\n  }\n\n  .section-header {\n    text-align: center;\n    max-width: 720px;\n    margin: 0 auto 50px;\n  }\n\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2rem, 4vw, 3.4rem);\n    font-weight: 300;\n    color: var(--skinly-dark);\n    margin-bottom: 18px;\n    line-height: 1.15;\n  }\n\n  .section-text {\n    font-size: 0.92rem;\n    line-height: 1.9;\n    color: var(--skinly-muted);\n    font-weight: 300;\n  }\n\n  .inside-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 22px;\n  }\n\n  .inside-card {\n    background: linear-gradient(180deg, var(--skinly-grey-soft), var(--skinly-white));\n    padding: 34px 24px;\n    text-align: center;\n    border: 1px solid var(--skinly-border);\n    transition: 0.35s ease;\n  }\n\n  .inside-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 2rem;\n    color: var(--skinly-grey);\n    font-weight: 300;\n    margin-bottom: 14px;\n  }\n\n  .inside-card h3 {\n    font-size: 0.78rem;\n    text-transform: uppercase;\n    letter-spacing: 0.14em;\n    color: var(--skinly-dark);\n    margin-bottom: 12px;\n    font-weight: 700;\n  }\n\n  .inside-card p {\n    font-size: 0.8rem;\n    line-height: 1.75;\n    color: var(--skinly-muted);\n    font-weight: 300;\n  }\n\n  .value-box {\n    background: linear-gradient(135deg, var(--skinly-grey), var(--skinly-grey-dark));\n    color: white;\n    padding: clamp(4rem, 7vw, 5.5rem) 30px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .value-inner {\n    position: relative;\n    z-index: 1;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .value-box h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2rem, 4vw, 3.2rem);\n    font-weight: 300;\n    margin-bottom: 16px;\n  }\n\n  .value-box p {\n    color: rgba(255,255,255,0.82);\n    line-height: 1.85;\n    max-width: 620px;\n    margin: 0 auto 30px;\n    font-weight: 300;\n    font-size: 0.9rem;\n  }\n\n  \/* REVIEW SLIDER *\/\n  .skinly-review-slider {\n    max-width: 1120px;\n    margin: 0 auto;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .skinly-review-track {\n    display: flex;\n    gap: 22px;\n    width: max-content;\n    animation: skinlySlideReviews 24s linear infinite;\n  }\n\n  .skinly-review-card {\n    width: 340px;\n    min-width: 340px;\n    background: linear-gradient(180deg, var(--skinly-white), var(--skinly-grey-soft));\n    border: 1px solid var(--skinly-border);\n    padding: 34px 30px;\n    text-align: left;\n  }\n\n  .skinly-stars {\n    color: var(--skinly-grey-dark);\n    letter-spacing: 3px;\n    font-size: 0.8rem;\n    margin-bottom: 18px;\n  }\n\n  .skinly-review-card p {\n    font-size: 0.84rem;\n    line-height: 1.85;\n    color: var(--skinly-muted);\n    font-weight: 300;\n    margin-bottom: 22px;\n  }\n\n  .skinly-review-card strong {\n    display: block;\n    font-size: 0.68rem;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--skinly-dark);\n  }\n\n  .skinly-review-slider:hover .skinly-review-track {\n    animation-play-state: paused;\n  }\n\n  @keyframes skinlySlideReviews {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n\n  .faq-wrapper {\n    max-width: 820px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--skinly-border);\n    padding: 24px 0;\n  }\n\n  .faq-item h3 {\n    font-size: 0.9rem;\n    margin-bottom: 9px;\n    color: var(--skinly-dark);\n    font-weight: 600;\n  }\n\n  .faq-item p {\n    font-size: 0.84rem;\n    line-height: 1.85;\n    color: var(--skinly-muted);\n    font-weight: 300;\n  }\n\n  .final-cta {\n    background: linear-gradient(135deg, var(--skinly-grey-dark), var(--skinly-grey), var(--skinly-grey-light));\n    color: white;\n    text-align: center;\n    padding: clamp(4rem, 8vw, 6rem) 24px;\n  }\n\n  .final-inner {\n    max-width: 650px;\n    margin: 0 auto;\n  }\n\n  .final-cta h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2rem, 4vw, 3.5rem);\n    font-weight: 300;\n    margin-bottom: 16px;\n  }\n\n  .final-cta p {\n    max-width: 560px;\n    margin: 0 auto 32px;\n    color: rgba(255,255,255,0.86);\n    line-height: 1.85;\n    font-weight: 300;\n    font-size: 0.9rem;\n  }\n\n  .page-footer {\n    text-align: center;\n    padding: 38px 24px;\n    border-top: 1px solid var(--skinly-border);\n    background: var(--skinly-grey-soft);\n  }\n\n  .footer-brand {\n    font-size: 0.85rem;\n    letter-spacing: 0.5em;\n    color: var(--skinly-grey-dark);\n    font-weight: 700;\n    margin-bottom: 8px;\n  }\n\n  .footer-text {\n    font-size: 0.72rem;\n    color: var(--skinly-muted);\n    font-weight: 300;\n  }\n\n  .reveal {\n    opacity: 0;\n    transform: translateY(16px);\n    transition: all 0.75s ease;\n  }\n\n  .reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  @media (max-width: 900px) {\n    .probox-hero {\n      grid-template-columns: 1fr;\n    }\n\n    .probox-trustbar,\n    .inside-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 560px) {\n    .probox-content {\n      padding: 50px 24px;\n    }\n\n    .probox-brand {\n      letter-spacing: 0.32em;\n      margin-left: 0.32em;\n    }\n\n    .probox-trustbar,\n    .inside-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .probox-button {\n      width: 100%;\n      text-align: center;\n    }\n\n    .skinly-review-card {\n      width: 280px;\n      min-width: 280px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"probox-page\"\u003e\n\n  \u003csection class=\"probox-hero\"\u003e\n    \u003cdiv class=\"probox-visual\"\u003e\n      \u003cdiv class=\"probox-visual-inner\"\u003e\n        \u003cdiv class=\"probox-icon\"\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4a2 2 0 0 0 1-1.73z\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\n            \u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"probox-brand\"\u003eSKINLY\u003c\/div\u003e\n        \u003cp class=\"probox-visual-text\"\u003eExclusive Luxury Set\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"probox-content\"\u003e\n      \u003cp class=\"probox-label\"\u003eExclusive Luxury Set\u003c\/p\u003e\n      \u003ch1 class=\"probox-title\"\u003eThe Complete \u003cem\u003eSKINLY\u003c\/em\u003e\u003cbr\u003ePRO BOX\u003c\/h1\u003e\n      \u003cp class=\"probox-subtitle\"\u003e\n        A curated selection of professional care products for skin, hair and body — designed to transform your daily routine into a refined luxury ritual.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"probox-trustbar reveal\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cstrong\u003ePremium Care\u003c\/strong\u003eProfessional-grade products\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cstrong\u003eComplete Routine\u003c\/strong\u003eFace, hair and body\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cstrong\u003eLuxury Gift\u003c\/strong\u003eBeautifully curated\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cstrong\u003eExpress Shipping\u003c\/strong\u003eFast EU delivery\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"probox-section reveal\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n      \u003cp class=\"section-kicker\"\u003eWhy choose the PRO BOX?\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eEverything your routine needs, in one box\u003c\/h2\u003e\n      \u003cp class=\"section-text\"\u003e\n        The SKINLY PRO BOX is created for those who want a complete care experience without having to choose every product separately. A refined set that combines daily essentials, visible care benefits and a premium unboxing moment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"inside-grid\"\u003e\n      \u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eFace Care\u003c\/h3\u003e\n\u003cp\u003eSelected skincare essentials to cleanse, nourish and support a healthy-looking glow.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eHair Care\u003c\/h3\u003e\n\u003cp\u003eShine-enhancing formulas designed to support softness, strength and a polished finish.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eBody Care\u003c\/h3\u003e\n\u003cp\u003eRich textures and caring formulas for soft, smooth and beautifully hydrated skin.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eGift Ready\u003c\/h3\u003e\n\u003cp\u003eA luxury experience that feels personal, elegant and effortless from the first moment.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"value-box reveal\"\u003e\n    \u003cdiv class=\"value-inner\"\u003e\n      \u003ch2\u003eMore than a product. A complete ritual.\u003c\/h2\u003e\n      \u003cp\u003e\n        Instead of buying separate products one by one, the PRO BOX gives you a complete SKINLY experience in one carefully curated set. Ideal for your own routine or as a premium gift.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"probox-section reveal\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n      \u003cp class=\"section-kicker\"\u003eTrusted by customers\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eDesigned to feel premium from start to finish\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"skinly-review-slider\"\u003e\n      \u003cdiv class=\"skinly-review-track\"\u003e\n\n        \u003cdiv class=\"skinly-review-card\"\u003e\n          \u003cdiv class=\"skinly-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cp\u003e“The PRO BOX exceeded my expectations. The quality, packaging and overall experience feel incredibly premium.”\u003c\/p\u003e\n          \u003cstrong\u003eLinda — Amsterdam, Netherlands\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"skinly-review-card\"\u003e\n          \u003cdiv class=\"skinly-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cp\u003e“Everything feels carefully selected and beautifully presented. It’s not just products — it’s a complete luxury experience.”\u003c\/p\u003e\n          \u003cstrong\u003eAna — Split, Croatia\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"skinly-review-card\"\u003e\n          \u003cdiv class=\"skinly-stars\"\u003e★★★★☆\u003c\/div\u003e\n          \u003cp\u003e“I love how effortless it is. No guessing, just a complete routine that actually works.”\u003c\/p\u003e\n          \u003cstrong\u003eSophie — Paris, France\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"skinly-review-card\"\u003e\n          \u003cdiv class=\"skinly-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cp\u003e“The textures, scents and results feel very high-end. It feels like bringing a spa experience home.”\u003c\/p\u003e\n          \u003cstrong\u003eIsabella — Milan, Italy\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"skinly-review-card\"\u003e\n          \u003cdiv class=\"skinly-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cp\u003e“Beautifully curated and very easy to use. This feels more complete and consistent than separate products.”\u003c\/p\u003e\n          \u003cstrong\u003eCharlotte — Copenhagen, Denmark\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- duplicate for smooth infinite slider --\u003e\n        \u003cdiv class=\"skinly-review-card\"\u003e\n          \u003cdiv class=\"skinly-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cp\u003e“The PRO BOX exceeded my expectations. The quality, packaging and overall experience feel incredibly premium.”\u003c\/p\u003e\n          \u003cstrong\u003eLinda — Amsterdam, Netherlands\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"skinly-review-card\"\u003e\n          \u003cdiv class=\"skinly-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cp\u003e“Everything feels carefully selected and beautifully presented. It’s not just products — it’s a complete luxury experience.”\u003c\/p\u003e\n          \u003cstrong\u003eAna — Split, Croatia\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"probox-section reveal\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n      \u003cp class=\"section-kicker\"\u003eQuestions\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently asked questions\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-wrapper\"\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003ch3\u003eIs the PRO BOX suitable as a gift?\u003c\/h3\u003e\n        \u003cp\u003eYes. The PRO BOX is designed as a luxury care experience and is ideal as a refined gift for skincare, haircare and bodycare lovers.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003ch3\u003eIs this suitable for daily use?\u003c\/h3\u003e\n        \u003cp\u003eYes. The products are selected to support a complete care routine and can be used as part of your daily or weekly self-care ritual.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003ch3\u003eWhy choose the PRO BOX instead of separate products?\u003c\/h3\u003e\n        \u003cp\u003eThe PRO BOX gives you a complete and curated routine in one purchase, making it easier to experience SKINLY as a full luxury care concept.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"final-cta reveal\"\u003e\n    \u003cdiv class=\"final-inner\"\u003e\n      \u003ch2\u003eExperience the full SKINLY ritual\u003c\/h2\u003e\n      \u003cp\u003e\n        A complete selection of care essentials for skin, hair and body — curated for a polished, luxurious routine.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter class=\"page-footer\"\u003e\n    \u003cp class=\"footer-brand\"\u003eSKINLY\u003c\/p\u003e\n    \u003cp class=\"footer-text\"\u003eComplete care for skin, hair \u0026amp; body.\u003c\/p\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n      }\n    });\n  }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n  document.querySelectorAll('.reveal').forEach(function(el) {\n    observer.observe(el);\n  });\n\u003c\/script\u003e\n\n\u003c\/body\u003e","products":[{"product_id":"glowy-skin-trio-collection-box","title":"Glowy Skin Trio Collection Box","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eGlowy Skin Trio Collection Box — Cleanse, Hydrate \u0026amp; Glow | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Glowy Skin Trio Collection Box is a luxury skincare set with Gentle Cleansing Milk, Moisturising Day Cream and Nourishing Facial Oil to cleanse, hydrate and nourish mature or dehydrated skin.\"\u003e\n\u003cmeta name=\"keywords\" content=\"glowy skin trio collection box, cleansing milk, moisturising day cream, nourishing facial oil, glowing skin set, anti-aging skincare set, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/glowy-skin-trio-collection-box\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.hs{text-align:center;padding:2rem 1.2rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eGlowy Skin Trio Collection Box\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eSkincare Set — Collection Box\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eGlowy Skin Trio Collection Box\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eCleanse · Hydrate · Nourish\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€64,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A carefully curated skincare set that seamlessly combines cleansing and hydration for soft, cared-for and radiant skin. This premium collection supports the skin’s natural glow and offers a complete daily routine in one stylish collection box.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eGently cleanses while respecting skin balance\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eDeeply hydrates and helps prevent moisture loss\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eNourishes for supple, fuller-looking skin\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eIdeal for daily anti-ageing care\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53027308208465:1\"\u003eAdd to cart — €64,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e3-Step Glow Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eCleanse, hydrate and nourish\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eThree perfectly matched products designed to cleanse, hydrate and visibly enhance the skin’s natural glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eCleanses\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eGentle Cleansing Milk removes impurities with a silky-soft texture while leaving the skin comfortable and nourished.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eHydrates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eMoisturising Day Cream with multi-molecular Hyaluronic Acid and plant extracts supports a fresh, plump appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eNourishes\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eNourishing Facial Oil revitalises, deeply nourishes and enhances the natural glow of the skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete three-step glow ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eCleanse\u003c\/h3\u003e\n      \u003cp\u003eCleanse the skin with Gentle Cleansing Milk for a fresh, comfortable base.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eHydrate\u003c\/h3\u003e\n      \u003cp\u003eApply Moisturising Day Cream for long-lasting care and daytime comfort.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eNourish\u003c\/h3\u003e\n      \u003cp\u003eFinish with a few drops of Nourishing Facial Oil for extra nourishment and a natural glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use daily as a complete glow routine to leave the skin feeling soft, supple and visibly radiant.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhat is included\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eThree glow essentials\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eA premium skincare routine selected to cleanse, hydrate and nourish mature or dehydrated skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eGentle Cleansing Milk\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA silky-soft cleanser that removes impurities while leaving the skin comfortable, cared for and nourished.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eMoisturising Day Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eEnriched with multi-molecular Hyaluronic Acid and plant extracts for a plump, fresh and long-lasting hydrated look.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eNourishing Facial Oil\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA multifunctional facial oil that revitalises, deeply nourishes and enhances the skin’s natural radiance.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this collection\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium glow care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, comforting and beautifully effective.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eComplete daily routine\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eThree carefully selected formulas designed to cleanse, hydrate and nourish the skin every day.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in a stylish collection box — ideal for daily routines, gifting and premium retail presentation.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eMature skin support\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eSpecially developed for mature and dehydrated skin that needs nourishment, hydration and anti-ageing care.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eGentle cleansing\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eDeep hydration\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eFacial oil\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eNatural glow\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Glowy Skin Trio Collection Box includes Gentle Cleansing Milk, Moisturising Day Cream and Nourishing Facial Oil in a premium SKINLY collection box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this collection suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis collection is safe for all skin types and especially suited to mature or dehydrated skin that needs nourishment, hydration and glow.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eCleanse first with Gentle Cleansing Milk, follow with Moisturising Day Cream and finish with a few drops of Nourishing Facial Oil.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eCan this be used every day?\u003c\/summary\u003e\n        \u003cp\u003eYes, this trio is ideal for daily use as a complete routine for soft, supple and visibly radiant skin.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for soft, hydrated and glowy skin?\u003c\/h2\u003e\n    \u003cp\u003eElevate your daily routine with three SKINLY glow essentials presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53027308208465:1\"\u003eAdd to cart — €64,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium glow care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eGlowy Skin Trio Collection Box\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€64,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53027308208465:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53027308208465,"sku":"167370","price":64.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/8X8DBURQuUKPZNjGWcKsk3PZ4SEftqK5.jpg?v=1770841503"},{"product_id":"anti-ageing-collection-box","title":"Anti-Ageing Collection Box","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eAnti-Ageing Collection Box — Hydrate, Firm \u0026amp; Smooth | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Anti-Ageing Collection Box is a luxury skincare set with Anti-Age Day Cream, Peptide Serum and Smoothing Eye Cream to hydrate, firm and visibly smooth mature skin.\"\u003e\n\u003cmeta name=\"keywords\" content=\"anti ageing collection box, anti age skincare set, peptide serum, smoothing eye cream, anti age day cream, mature skin, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/anti-ageing-collection-box\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.hs{text-align:center;padding:2rem 1.2rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eAnti-Ageing Collection Box\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eSkincare Set — Collection Box\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eAnti-Ageing Collection Box\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eAnti-age · Hydration · Firming\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€75,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A carefully curated skincare set designed to help visibly reduce signs of ageing while deeply hydrating the skin. This premium collection combines bestselling formulas in one powerful routine, presented in a stylish black box with a personalisable sleeve.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eProvides deep hydration and a moisture boost\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps reduce visible signs of ageing\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eLightweight, comfortable textures\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eFully customisable for gifting or editions\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53027427156305:1\"\u003eAdd to cart — €75,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e3-Step Anti-Age Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eFirm, hydrate and visibly smooth\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eThree perfectly matched formulas designed to hydrate, firm and leave mature skin looking smoother and more youthful.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eFirms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003ePeptide Serum helps the skin look fuller and supports elasticity for a smoother, refined appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eHydrates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eAnti-Age Day Cream hydrates and protects throughout the day with multi-molecular Hyaluronic Acid.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRefines\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eSmoothing Eye Cream targets fine lines and wrinkles around the eyes for a fresher, youthful look.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete three-step anti-age ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eFirm\u003c\/h3\u003e\n      \u003cp\u003eApply Peptide Serum to cleansed skin and massage gently until fully absorbed.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eHydrate \u0026amp; Protect\u003c\/h3\u003e\n      \u003cp\u003eUse Anti-Age Day Cream for long-lasting hydration and daily protection.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eRefine\u003c\/h3\u003e\n      \u003cp\u003eApply Smoothing Eye Cream around the eye contour for a smoother, fresher result.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use daily to help mature skin feel deeply hydrated, smoother and visibly more youthful.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhat is included\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eThree anti-age essentials\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eA premium skincare routine selected to hydrate, firm and visibly smooth mature skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eAnti-Age Day Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eHydrates and protects throughout the day with multi-molecular Hyaluronic Acid for a plump, supple-looking complexion.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003ePeptide Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA smoothing serum with high-quality anti-ageing ingredients that helps the skin look fuller and supports elasticity.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eSmoothing Eye Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eTargets fine lines and wrinkles around the eyes for a fresher, smoother and more youthful-looking eye contour.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this collection\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium anti-age care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, effective and beautifully elevated.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eComplete anti-age routine\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eThree carefully selected bestsellers designed to hydrate, firm and visibly smooth mature skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in a stylish black box with a personalisable sleeve — ideal for gifts, seasonal editions and limited editions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eMature skin support\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eSpecially developed for mature skin and concerns such as fine lines, loss of elasticity and dehydration.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eAnti-age care\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003ePeptides\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eEye contour\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Anti-Ageing Collection Box includes Anti-Age Day Cream, Peptide Serum and Smoothing Eye Cream in a premium SKINLY collection box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this collection suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis collection is specially developed for mature skin and is ideal for fine lines, loss of elasticity and dehydrated skin.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eApply Peptide Serum first to cleansed skin, follow with Anti-Age Day Cream, then apply Smoothing Eye Cream around the eye contour.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs this collection suitable as a gift?\u003c\/summary\u003e\n        \u003cp\u003eYes, this collection is ideal as a gift, seasonal edition or limited edition and can be fully customised for brand presentation.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for smoother, more youthful-looking skin?\u003c\/h2\u003e\n    \u003cp\u003eElevate your routine with three SKINLY anti-age essentials presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53027427156305:1\"\u003eAdd to cart — €75,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium anti-age care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eAnti-Ageing Collection Box\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€75,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53027427156305:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53027427156305,"sku":"167383","price":75.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/2tsewjRpEpmPFWnkK5oHKOE06OtjCjfD.jpg?v=1770843695"},{"product_id":"luminous-skin-collection-box","title":"Luminous Skin Collection Box","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eLuminous Skin Collection Box — Cleanse, Hydrate \u0026amp; Brighten | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Luminous Skin Collection Box is a luxury skincare set with Biphasic Make-up Remover, Collagen Boost Serum and Brightening Eye Cream to cleanse, hydrate and brighten the skin.\"\u003e\n\u003cmeta name=\"keywords\" content=\"luminous skin collection box, makeup remover, collagen serum, brightening eye cream, glowing skin set, SKINLY skincare\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/luminous-skin-collection-box\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.hs{text-align:center;padding:2rem 1.2rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eLuminous Skin Collection Box\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eSkincare Set — Collection Box\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eLuminous Skin Collection Box\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eCleanse · Hydrate · Brighten\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€72,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A carefully curated skincare set designed to cleanse, refresh and deeply nourish the skin for a healthy, radiant glow. This complete collection is ideal for make-up users and provides everything needed to leave the skin perfectly clean and cared for at the end of the day.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eGently removes make-up and impurities\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports hydration and a fresh glow\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps reduce tired-looking eyes\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSuitable for daily use and all skin types\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53027459760465:1\"\u003eAdd to cart — €72,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e3-Step Glow Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eCleanse, firm and brighten\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eThree perfectly matched products designed to cleanse, hydrate and leave the skin visibly luminous and refreshed.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eCleanses\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eBiphasic Make-up Remover effectively removes make-up while leaving the skin soft, clean and hydrated.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eFirms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eCollagen Boost Serum supports a smoother, firmer-looking complexion and helps soften the look of fine lines.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eBrightens\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eBrightening Eye Cream revitalises the eye contour and helps reduce the look of dark circles and puffiness.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete three-step luminous ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eCleanse\u003c\/h3\u003e\n      \u003cp\u003eRemove make-up with the Biphasic Make-up Remover for clean, comfortable skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eFirm\u003c\/h3\u003e\n      \u003cp\u003eApply Collagen Boost Serum to cleansed skin and massage gently until absorbed.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eBrighten\u003c\/h3\u003e\n      \u003cp\u003eApply Brightening Eye Cream around the eye contour for a fresh, rested appearance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use in the evening after make-up wear to leave the skin clean, hydrated and visibly radiant.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhat is included\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eThree luminous essentials\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eA premium skincare routine selected to cleanse, hydrate and refresh tired-looking skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eBiphasic Make-up Remover\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA unique oil-and-water phase formula that effectively removes make-up while leaving the skin soft and hydrated.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eCollagen Boost Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eEnriched with collagen-supporting plant extracts to help reduce fine lines and leave the skin firmer and smoother-looking.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eBrightening Eye Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eRevitalises the eye contour and helps visibly reduce dark circles and puffiness for a fresher look.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this collection\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium glow care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, effective and beautifully elevated.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eComplete evening routine\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eThree carefully selected formulas designed to remove make-up, hydrate the skin and support a luminous glow.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in a stylish collection box — perfect for personalised gifts, limited editions and seasonal launches.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eAll skin types\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eDeveloped for all skin types and especially suited to dehydrated skin and tired-looking eye contours.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eMake-up removal\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eCollagen support\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eBrightening eye care\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Luminous Skin Collection Box includes Biphasic Make-up Remover, Collagen Boost Serum and Brightening Eye Cream in a premium SKINLY collection box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this collection suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis collection is suitable for all skin types and is especially ideal for dehydrated skin and tired-looking eye contours.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eRemove make-up first with Biphasic Make-up Remover, apply Collagen Boost Serum, then finish with Brightening Eye Cream around the eye contour.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs this collection suitable for make-up users?\u003c\/summary\u003e\n        \u003cp\u003eYes, this collection is ideal for make-up users and helps leave the skin clean, hydrated and refreshed at the end of the day.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for clean, hydrated and luminous skin?\u003c\/h2\u003e\n    \u003cp\u003eElevate your evening routine with three SKINLY glow essentials presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53027459760465:1\"\u003eAdd to cart — €72,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium glow care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eLuminous Skin Collection Box\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€72,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53027459760465:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53027459760465,"sku":"167388","price":72.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/3e3akJu61GnjkuN8vwcgGpUc8duhPhPF.jpg?v=1770844414"},{"product_id":"the-ultimate-hydration-duo","title":"The Ultimate Hydration Duo","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eThe Ultimate Hydration Duo — Hydrate, Plump \u0026amp; Glow | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY The Ultimate Hydration Duo is a luxury skincare set with Hydrating Serum and Double Hydration Boost Gel to deeply hydrate, plump and refresh dry or dehydrated skin.\"\u003e\n\u003cmeta name=\"keywords\" content=\"the ultimate hydration duo, hydration skincare set, hydrating serum, double hydration boost gel, hyaluronic acid, dry dehydrated skin, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/the-ultimate-hydration-duo\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}\n.hs{text-align:center;padding:2rem 1.5rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eThe Ultimate Hydration Duo\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eSkincare Set — Collection Box\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eThe Ultimate Hydration Duo\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eDeep hydration · Plump skin · Fresh glow\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€55,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A carefully curated skincare set designed to deeply hydrate the skin and support a fresh, radiant appearance. This powerful duo combines two perfectly matched formulas for long-lasting moisture and visibly fuller-looking skin.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eProvides deep, lasting hydration\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps soften visible dehydration lines\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eLightweight textures that absorb quickly\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eFully customisable packaging\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53027526476113:1\"\u003eAdd to cart — €55,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e2-Step Hydration Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eHydrate, seal and visibly glow\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eTwo perfectly matched formulas designed to hydrate, smooth and leave the skin looking fresh, plump and radiant.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eHydrates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eHydrating Serum delivers a lightweight, fast-absorbing moisture boost that promotes a fresh glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003ePlumps\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eDouble Hydration Boost Gel with multi-molecular Hyaluronic Acid helps retain moisture and supports natural skin plumpness.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eSmooths\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eTogether, the duo helps the skin feel smoother, softer and visibly more refreshed without a sticky feeling.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete two-step hydration ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eHydrate\u003c\/h3\u003e\n      \u003cp\u003eApply Hydrating Serum to cleansed skin for an immediate moisture boost.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eSeal\u003c\/h3\u003e\n      \u003cp\u003eFollow with Double Hydration Boost Gel to help lock in moisture and leave the skin feeling fuller.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use morning and evening to help dry and dehydrated skin feel supple, smooth and visibly refreshed.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhat is included\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eTwo hydration essentials\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eA premium duo selected to hydrate, smooth and visibly refresh dry or dehydrated skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eDouble Hydration Boost Gel\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA refreshing gel with multi-molecular Hyaluronic Acid that helps retain moisture and supports the natural plumpness of the skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eHydrating Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA lightweight, fast-absorbing serum that hydrates the skin for longer and promotes a fresh, healthy-looking glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this duo\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium hydration care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, comfortable and beautifully effective.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eDeep hydration routine\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eTwo targeted formulas designed to deliver a long-lasting moisture boost and support visibly fuller-looking skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in a modern, fully personalisable box — ideal for branding, gifting and exclusive editions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eDry skin support\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eSpecially developed for dry and dehydrated skin, including fine lines caused by lack of moisture.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eHyaluronic acid\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eDeep hydration\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003ePlump skin\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Ultimate Hydration Duo includes Double Hydration Boost Gel and Hydrating Serum in a premium SKINLY collection box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this duo suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis duo is especially suitable for dry and dehydrated skin and fine lines caused by lack of moisture.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eApply Hydrating Serum first to cleansed skin, then follow with Double Hydration Boost Gel to help seal in moisture.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the main active ingredient?\u003c\/summary\u003e\n        \u003cp\u003eThe key active ingredient is Hyaluronic Acid, known for supporting hydration and a plumper-looking skin feel.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for deeply hydrated, visibly fresher skin?\u003c\/h2\u003e\n    \u003cp\u003eElevate your routine with two SKINLY hydration essentials presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53027526476113:1\"\u003eAdd to cart — €55,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium hydration care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eThe Ultimate Hydration Duo\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€55,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53027526476113:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53027526476113,"sku":"167396","price":55.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/iu9I-Kp1501EkNxmIf5OlhmYURheqdl3.jpg?v=1770845373"},{"product_id":"the-ultimate-renewal-collection-box","title":"The Ultimate Renewal Collection Box","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eUltimate Renewal Collection Box — Hydrate, Smooth \u0026amp; Renew | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Ultimate Renewal Collection Box is a luxury skincare set with Double Hydration Boost Gel, Peptide Serum and AHA Peeling Concentrate to hydrate, smooth and visibly renew the skin.\"\u003e\n\u003cmeta name=\"keywords\" content=\"ultimate renewal collection box, hydration skincare set, peptide serum, aha peeling concentrate, lactic acid, hyaluronic acid, anti-aging skincare set, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/the-ultimate-renewal-collection-box\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.hs{text-align:center;padding:2rem 1.2rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eUltimate Renewal Collection Box\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eSkincare Set — Collection Box\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eUltimate Renewal Collection Box\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eHydration · Anti-aging · Skin renewal\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€69,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A carefully curated skincare set designed to hydrate, smooth and visibly renew the skin. This complete collection combines intensive hydration, targeted anti-aging and gentle exfoliation in one refined routine.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports deep, lasting hydration\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps reduce visible signs of ageing\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003ePromotes a smooth, fresh complexion\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eComplete all-in-one renewal set\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53027545579857:1\"\u003eAdd to cart — €69,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e3-Step Renewal Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eHydrate, firm and visibly renew\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eThree perfectly matched formulas designed to hydrate, support firmness and gently refine the skin for a smoother-looking glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eHydrates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eDouble Hydration Boost Gel with multi-molecular Hyaluronic Acid provides a fresh, deeply hydrated base.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eFirms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003ePeptide Serum helps smooth the skin, support elasticity and visibly reduce the look of fine lines.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRenews\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eAHA Peeling Concentrate with 10% Lactic Acid removes dead skin cells and refines texture for a radiant complexion.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete three-step renewal ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eHydrate\u003c\/h3\u003e\n      \u003cp\u003eApply Double Hydration Boost Gel to cleansed skin for a fresh, hydrated base.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eFirm\u003c\/h3\u003e\n      \u003cp\u003eMassage Peptide Serum gently into the skin to support elasticity and smoothness.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eRenew\u003c\/h3\u003e\n      \u003cp\u003eUse AHA Peeling Concentrate as directed to refine skin texture and promote a radiant glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use SPF during the day when using exfoliating acids as part of your routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhat is included\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eThree renewal essentials\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eA premium skincare routine selected to hydrate, firm and visibly renew the skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eDouble Hydration Boost Gel\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA refreshing gel with multi-molecular Hyaluronic Acid that deeply hydrates and leaves the skin feeling silky soft.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003ePeptide Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eAn advanced anti-aging serum that helps smooth the skin, support elasticity and visibly reduce fine lines.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eAHA Peeling Concentrate\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA gentle peeling concentrate with 10% Lactic Acid that removes dead skin cells and refines texture for a radiant glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this collection\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium renewal care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, effective and beautifully elevated.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eComplete renewal routine\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eThree carefully selected formulas designed to hydrate, support firmness and gently refine the skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eFully personalisable and ideal for retail, dropshipping, seasonal editions or exclusive brand launches.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eAll skin types\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eDeveloped for all skin types and especially suited to fine lines, dehydration and dull, uneven-looking skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eHyaluronic acid\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003ePeptides\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLactic acid\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Ultimate Renewal Collection Box includes Double Hydration Boost Gel, Peptide Serum and AHA Peeling Concentrate in a premium SKINLY collection box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this collection suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis collection is suitable for all skin types and is especially ideal for fine lines, dehydration and dull or uneven-looking skin.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eApply Double Hydration Boost Gel first, follow with Peptide Serum, and use AHA Peeling Concentrate according to the product instructions to refine skin texture.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the main active ingredients?\u003c\/summary\u003e\n        \u003cp\u003eThe routine includes Hyaluronic Acid, Peptides and Lactic Acid to support hydration, anti-aging and visible skin renewal.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for smoother, visibly renewed skin?\u003c\/h2\u003e\n    \u003cp\u003eElevate your routine with three SKINLY renewal essentials presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53027545579857:1\"\u003eAdd to cart — €69,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium renewal care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eUltimate Renewal Collection Box\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€69,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53027545579857:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53027545579857,"sku":"167397","price":69.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/wdpKiYr8dXqQqtmvOEHKBV3Z2DFzXGV3.jpg?v=1770845703"},{"product_id":"hydration-ritual-collection-box","title":"Hydration Ritual Collection Box","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eHydrating Ritual Collection Box — Cleanse, Hydrate \u0026amp; Glow | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Hydrating Ritual Collection Box is a luxury hydration skincare set with Oil-to-Milk Cleanser, Moisturising Day Cream and Double Hydration Boost Gel for comfort, elasticity and glow.\"\u003e\n\u003cmeta name=\"keywords\" content=\"hydrating ritual collection box, hydration skincare set, oil to milk cleanser, moisturising day cream, hydration boost gel, hyaluronic acid skincare, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/hydration-ritual-collection-box\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.hs{text-align:center;padding:2rem 1.2rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eHydrating Ritual Collection Box\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eSkincare Set — Collection Box\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eHydrating Ritual Collection Box\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eCleanse · Hydrate · Healthy glow\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€69,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A carefully curated skincare set designed to deeply hydrate, cleanse and leave the skin glowing for longer. This complete hydration routine combines three high-quality formulas in one refined collection, presented in a stylish black box with a personalisable sleeve.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports deep, lasting hydration\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps prevent moisture loss\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eLeaves skin soft and comfortable\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eIdeal as a daily routine or luxury gift\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53027690578257:1\"\u003eAdd to cart — €69,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e3-Step Hydration Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eCleanse, hydrate and visibly glow\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eThree perfectly matched formulas designed to cleanse, replenish moisture and leave the skin feeling elastic, soft and radiant.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eCleanses\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eOil-to-Milk Cleanser transforms from a rich oil into a silky milk to gently remove make-up and impurities.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eHydrates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eDouble Hydration Boost Gel with multi-molecular Hyaluronic Acid helps lock in moisture and plump the skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eComforts\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eMoisturising Day Cream supports daily comfort, hydration and a soft, healthy-looking glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete three-step hydration ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eCleanse\u003c\/h3\u003e\n      \u003cp\u003eCleanse the skin with the Oil-to-Milk Cleanser for a fresh, comfortable base.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eHydrate\u003c\/h3\u003e\n      \u003cp\u003eApply Double Hydration Boost Gel for an intensive moisture boost.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eNourish\u003c\/h3\u003e\n      \u003cp\u003eFinish with Moisturising Day Cream for lasting hydration and daytime protection.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use daily to help the skin feel intensely hydrated, supple and visibly radiant.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhat is included\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eThree hydration essentials\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eA premium skincare routine selected to cleanse, hydrate and support a healthy-looking glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eOil-to-Milk Cleanser\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eTransforms from rich oil into silky milk to gently remove make-up and impurities while preserving the skin’s natural moisture balance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eMoisturising Day Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA 15 ml daily cream enriched with multi-molecular Hyaluronic Acid and Bisabolol for hydration and comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eDouble Hydration Boost Gel\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA hydrating gel with multi-molecular Hyaluronic Acid that helps retain moisture and leaves the skin feeling fuller and more elastic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this collection\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium hydration care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, comforting and beautifully effective.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eComplete hydration routine\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eThree carefully selected formulas designed to cleanse, hydrate and help support skin comfort and elasticity.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in a stylish black box with a personalisable sleeve — perfect for gifting, seasonal launches and premium retail.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eAll skin types\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eDeveloped for all skin types and especially suited to dehydrated skin that needs comfort, elasticity and glow.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eDeep hydration\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSkin comfort\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eHyaluronic acid\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Hydrating Ritual Collection Box includes Oil-to-Milk Cleanser, Moisturising Day Cream and Double Hydration Boost Gel in a premium SKINLY collection box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this collection suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis collection is suitable for all skin types and is especially ideal for dehydrated skin that needs comfort, elasticity and a healthy glow.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eCleanse first with Oil-to-Milk Cleanser, apply Double Hydration Boost Gel, then finish with Moisturising Day Cream for long-lasting hydration.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs this suitable as a daily routine?\u003c\/summary\u003e\n        \u003cp\u003eYes, this collection is ideal as a complete daily hydration routine and also makes a refined luxury gift.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for deeply hydrated, glowing skin?\u003c\/h2\u003e\n    \u003cp\u003eElevate your daily routine with three SKINLY hydration essentials presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53027690578257:1\"\u003eAdd to cart — €69,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium hydration care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eHydrating Ritual Collection Box\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€69,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53027690578257:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53027690578257,"sku":"167424","price":69.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/zc5hBGfkKlSVtmDAyoWy0Q2A2A_3nBQ.jpg?v=1770849004"},{"product_id":"boost-serum-collection-box","title":"Boost Serum Collection Box","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eBoost Serum Collection Box — Firm, Hydrate \u0026amp; Renew | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Boost Serum Collection Box is a luxury skincare set with Collagen Boost Serum, Peptide Serum and Natural Retinol-Alternative Oil Serum to hydrate, firm and visibly renew the skin.\"\u003e\n\u003cmeta name=\"keywords\" content=\"boost serum collection box, collagen serum, peptide serum, retinol alternative serum, bakuchiol serum, anti-age serum set, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/boost-serum-collection-box\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.hs{text-align:center;padding:2rem 1.2rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eBoost Serum Collection Box\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eSkincare Set — Collection Box\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eBoost Serum Collection Box\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eFirming · Elasticity · Youthful glow\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€79,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      An exclusive skincare set focused on firmness, elasticity and a youthful-looking complexion. This premium collection brings together high-performing serums in one powerful routine, presented in an elegant black box with a personalisable sleeve.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports deep hydration and supple skin\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps reduce visible signs of ageing\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eLightweight, luxurious serum textures\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eIdeal for gifting or limited editions\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53027722395985:1\"\u003eAdd to cart — €79,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e3-Step Serum Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eHydrate, firm and visibly renew\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eThree highly concentrated serums created to hydrate, strengthen and support a smoother, more radiant-looking complexion.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eFirms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eCollagen Boost Serum supports the skin’s natural collagen production and helps the skin look smoother and more resilient.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRefines\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003ePeptide Serum promotes collagen support and contributes to a firmer, more refined-looking skin structure.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRenews\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eNatural Retinol-Alternative Oil Serum with bakuchiol helps soften fine lines and restore a natural youthful glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete three-step serum ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eFirm\u003c\/h3\u003e\n      \u003cp\u003eApply Collagen Boost Serum to cleansed skin to support firmness and a smoother-looking complexion.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eRefine\u003c\/h3\u003e\n      \u003cp\u003eUse Peptide Serum to support elasticity and help improve the look of skin structure.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eRenew\u003c\/h3\u003e\n      \u003cp\u003eFinish with Natural Retinol-Alternative Oil Serum for extra nourishment and a youthful glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use consistently to help the skin feel intensely cared for, firmer and visibly more radiant.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhat is included\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eThree high-performance serums\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eA premium serum collection selected to hydrate, firm and visibly renew the skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eCollagen Boost Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSupports natural collagen production and helps the skin look more resilient, smoother and refreshed.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003ePeptide Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003ePromotes collagen support and helps improve the look of firmness, elasticity and refined skin texture.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eNatural Retinol-Alternative Oil Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA bakuchiol-powered oil serum that helps reduce the look of fine lines and restore a natural glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this collection\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium serum care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, effective and beautifully elevated.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eHigh-performance routine\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eThree concentrated serums selected to support hydration, firmness, elasticity and visible skin renewal.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in an elegant black box with a personalisable sleeve — perfect for gifts, seasonal launches and limited editions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eAll skin types\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eSpecially developed for all skin types and ideal for fine lines, loss of firmness and dehydrated skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eCollagen support\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003ePeptides\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eBakuchiol\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Boost Serum Collection Box includes Collagen Boost Serum, Peptide Serum and Natural Retinol-Alternative Oil Serum in a premium SKINLY collection box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this collection suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis collection is suitable for all skin types and is especially ideal for fine lines, loss of firmness and dehydrated skin.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eApply Collagen Boost Serum first, follow with Peptide Serum, then finish with Natural Retinol-Alternative Oil Serum for extra nourishment and glow.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs the box suitable as a gift?\u003c\/summary\u003e\n        \u003cp\u003eYes, the collection is presented in an elegant black box with a personalisable sleeve, making it ideal as a personalised gift, seasonal collection or limited edition.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for firmer, more radiant-looking skin?\u003c\/h2\u003e\n    \u003cp\u003eElevate your routine with three high-performance SKINLY serums presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53027722395985:1\"\u003eAdd to cart — €79,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium serum care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eBoost Serum Collection Box\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€79,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53027722395985:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53027722395985,"sku":"167430","price":79.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/GuN103iWnR8JwiSDrB4osQDb-puwq3L4.jpg?v=1770849754"},{"product_id":"anti-ageing-performance-duo","title":"Anti-Ageing Performance Duo","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eAnti-Ageing Performance Duo — Smooth, Firm \u0026amp; Hydrate | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Anti-Ageing Performance Duo is a luxury skincare set with Peptide Serum and Anti-Age Day Cream to hydrate, firm and visibly refine mature skin.\"\u003e\n\u003cmeta name=\"keywords\" content=\"anti ageing performance duo, peptide serum, anti age day cream, mature skin, hyaluronic acid skincare, firming skincare set, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/anti-ageing-performance-duo\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}\n.hs{text-align:center;padding:2rem 1.5rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eAnti-Ageing Performance Duo\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eSkincare Set — Anti-Age Collection\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eAnti-Ageing Performance Duo\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eFirming · Hydration · Fine lines\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€55,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      An exclusive skincare set designed to leave the skin looking visibly smoother, firmer and more youthful. This carefully curated duo offers complete anti-age care in one luxurious collection, presented in a sleek, fully personalisable box with a refined professional look.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps reduce the look of fine lines\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports firmer-looking skin\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eProvides deep, lasting hydration\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eCreated for mature skin needs\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53050749059409:1\"\u003eAdd to cart — €55,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e2-Step Performance Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eHydrate, firm and visibly refine\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eTwo perfectly matched formulas designed to support mature skin with hydration, firmness and a smoother-looking complexion.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003ePlumps\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003ePeptide Serum with Peptides and Hyaluronic Acid helps deeply hydrate and support a fuller, more supple appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eFirms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003ePeptides support skin firmness and help soften the visible appearance of fine lines.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRefines\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eAnti-Age Day Cream with Marine Actives helps refine skin texture and support long-lasting hydration.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete two-step anti-age ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eSerum\u003c\/h3\u003e\n      \u003cp\u003eApply Peptide Serum to cleansed skin and massage gently until fully absorbed.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eDay Care\u003c\/h3\u003e\n      \u003cp\u003eFollow with Anti-Age Day Cream for lasting hydration, comfort and daytime care.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use daily to help the skin feel smoother, fuller and intensely nourished.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhat is included\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eTwo performance formulas\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eA refined anti-age duo selected to hydrate, firm and visibly improve the look of mature skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003ePeptide Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA high-performance serum enriched with Peptides and Hyaluronic Acid to help reduce the look of wrinkles, improve elasticity and provide deep hydration.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eAnti-Age Day Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA velvety nourishing day cream with Marine Actives and multi-molecular Hyaluronic Acid to refine skin texture and support long-lasting hydration.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this duo\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium anti-age care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, effective and beautifully elevated.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eTargeted anti-age care\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eTwo carefully matched formulas selected to support hydration, firmness and visible refinement.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in a sleek, fully personalisable box with a professional and refined appearance.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eMature skin support\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eSpecially developed for mature skin and concerns such as fine lines, loss of elasticity and dehydration.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003ePeptides\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eHyaluronic acid\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eMarine actives\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Anti-Ageing Performance Duo includes Peptide Serum and Anti-Age Day Cream in a premium SKINLY collection box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this duo suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis duo is specially developed for mature skin and is ideal for fine lines, loss of elasticity and intensive hydration needs.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eApply Peptide Serum to cleansed skin first, then follow with Anti-Age Day Cream for hydration, comfort and daytime care.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the main active ingredients?\u003c\/summary\u003e\n        \u003cp\u003eThe routine includes Peptides, multi-molecular Hyaluronic Acid and Marine Actives to support firmness, hydration and refined skin texture.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for smoother, firmer-looking skin?\u003c\/h2\u003e\n    \u003cp\u003eSupport mature skin with a luxurious SKINLY anti-age duo presented in a premium performance box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53050749059409:1\"\u003eAdd to cart — €55,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium anti-age care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eAnti-Ageing Performance Duo\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€55,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53050749059409:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53050749059409,"sku":"168048","price":55.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Anti-Ageing_Performance_Duo_Set_SKINLY_Pro_Box_for_Firm_Smooth_Youthful_Skin.jpg?v=1773953739"},{"product_id":"collagen-night-routine-collection-box","title":"Collagen Night Routine Collection Box","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eCollagen Night Routine Collection Box — Hydrate, Firm \u0026amp; Renew | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Collagen Night Routine Collection Box is a luxury night-care set with Collagen Anti-Age Night Cream, Collagen Boost Serum and Smoothing Eye Cream for hydration, firmness and visible renewal.\"\u003e\n\u003cmeta name=\"keywords\" content=\"collagen night routine collection box, anti-age night routine, collagen skincare set, night cream, collagen serum, eye cream, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/collagen-night-routine-collection-box\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}\n.hs{text-align:center;padding:2rem 1.5rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eCollagen Night Routine Collection Box\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eCollection Box — Night Routine\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eCollagen Night Routine Collection Box\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eAnti-age · Hydration · Firming\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€74,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A luxurious, carefully curated night-care set developed to support optimal skin renewal while you sleep. This exclusive collection combines three powerful formulas that work together to deeply hydrate, firm and visibly rejuvenate the skin.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports overnight skin renewal\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps firm and plump the skin\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eDeeply hydrates and refines\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003ePresented in a premium black box\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53159772946769:1\"\u003eAdd to cart — €74,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e3-Step Night Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eRenew, hydrate and firm overnight\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully selected synergy of night-care formulas designed to visibly restore, hydrate and refine the skin while you sleep.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eActivates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eCollagen Boost Serum helps support the skin’s collagen network for a smoother, more youthful-looking appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRestores\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eCollagen Anti-Age Night Cream deeply hydrates and supports a firmer-looking skin structure overnight.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRefines\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eSmoothing Eye Cream helps soften fine lines and puffiness while nourishing the delicate eye area.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA complete two-step night ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eActivate\u003c\/h3\u003e\n      \u003cp\u003eIn the evening, apply Collagen Boost Serum to cleansed skin on the face and neck.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eRestore\u003c\/h3\u003e\n      \u003cp\u003eFinish with Collagen Anti-Age Night Cream and apply Smoothing Eye Cream around the eyes for a complete overnight routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use every evening as part of your night ritual to wake up to skin that looks smoother, fuller and refreshed.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eInside the box\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat is included\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eThree complementary night-care formulas selected to hydrate, firm and visibly renew the skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eCollagen Anti-Age Night Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eAn intensive night cream that deeply hydrates, helps reduce visible signs of ageing and supports a firmer-looking skin structure.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eCollagen Boost Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA concentrated formula with powerful active ingredients that help support collagen for a visibly more youthful-looking complexion.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eSmoothing Eye Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA nourishing eye cream that helps reduce the look of fine lines and puffiness while caring for the delicate eye area.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this collection\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium night care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for night care that feels refined, effective and deeply comforting.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eOvernight renewal\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eThree targeted formulas selected to support hydration, firmness and visible skin renewal while you sleep.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in an elegant black box with a personalisable sleeve — ideal for retail, gifting and exclusive seasonal collections.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eComfort textures\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eInnovative, fast-absorbing textures deliver a luxurious night routine without feeling heavy on the skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eAnti-age care\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eCollagen support\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eNight routine\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Collagen Night Routine Collection Box includes Collagen Anti-Age Night Cream, Collagen Boost Serum and Smoothing Eye Cream in a premium SKINLY box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this collection suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis collection is suitable for all skin types and is especially designed for skin that needs anti-age support, hydration and firmness.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eApply Collagen Boost Serum in the evening to cleansed skin on the face and neck. Follow with Collagen Anti-Age Night Cream and Smoothing Eye Cream around the eyes.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs the box suitable as a gift?\u003c\/summary\u003e\n        \u003cp\u003eYes, the set is presented in an elegant black box with a personalisable sleeve, making it ideal for gifting, retail, seasonal collections and exclusive limited editions.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady to wake up to smoother, fuller-looking skin?\u003c\/h2\u003e\n    \u003cp\u003eSupport overnight renewal with a luxurious SKINLY collagen routine presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53159772946769:1\"\u003eAdd to cart — €74,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium night care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eCollagen Night Routine Collection Box\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€74,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53159772946769:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53159772946769,"sku":"171790","price":74.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/SKINLY_PRO_Box_Luxury_Skincare_Collection_Packaging_for_Premium_Beauty_Sets.jpg?v=1773951168"},{"product_id":"hair-repair-shine-duo","title":"Hair Repair \u0026 Shine Duo","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eHair Repair \u0026amp; Shine Duo — Restore, Smooth \u0026amp; Shine | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Hair Repair \u0026amp; Shine Duo is a luxury hair-care set with Moisturising Conditioner and Keratin Shine Leave-In Hair Mist to nourish, smooth and add healthy-looking shine.\"\u003e\n\u003cmeta name=\"keywords\" content=\"hair repair shine duo, damaged hair care set, hair shine duo, keratin hair mist, moisturising conditioner, SKINLY hair care\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/hair-repair-shine-duo\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}\n.hs{text-align:center;padding:2rem 1.5rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eHair Repair \u0026amp; Shine Duo\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eCollection Box — Hair Care\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eHair Repair \u0026amp; Shine Duo\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eRepair · Shine · Frizz control\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€47,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A luxurious, restorative hair-care set developed to bring dull and damaged hair back to life. This premium duo combines two complementary formulas that work together to deeply nourish, smooth and enhance a natural, healthy-looking shine.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps restore damaged-looking hair\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eAdds natural healthy-looking shine\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eImproves softness and manageability\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps reduce frizz without weighing hair down\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53175611294033:1\"\u003eAdd to cart — €47,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e2-Step Hair Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eRestore softness, smoothness and shine\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully selected synergy of hydrating and strengthening formulas designed to visibly repair, soften and illuminate dull hair.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eNourishes\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eMoisturising Conditioner deeply hydrates and softens the hair fibre for a smoother, more flexible result.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eSmooths\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eKeratin Shine Leave-In Hair Mist helps refine the hair surface, improve combability and support a polished finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eShines\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eThe duo helps enhance a natural glossy look while keeping the hair light, soft and easy to style.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA restorative two-step hair ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eNourish\u003c\/h3\u003e\n      \u003cp\u003eApply Moisturising Conditioner to damp hair, leave on briefly and rinse thoroughly.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eRefine\u003c\/h3\u003e\n      \u003cp\u003eSpray Keratin Shine Leave-In Hair Mist evenly over towel-dried hair. Do not rinse. Style as desired.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use the leave-in mist before styling to help control frizz, improve smoothness and enhance shine throughout the day.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eInside the box\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat is included\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eTwo complementary hair-care formulas selected to nourish, smooth and bring back visible shine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eMoisturising Conditioner\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA deeply hydrating conditioner that softens the hair fibre and improves manageability for a smooth, supple finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eKeratin Shine Leave-In Hair Mist\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA keratin-enriched leave-in mist created for instant smoothness, extra shine and long-lasting frizz control.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this duo\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium hair care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, sensorial comfort and premium presentation in mind — for hair care that feels refined, effective and beautifully elevated.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eRestorative formulas\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eA carefully selected duo designed to support the hair structure, improve softness and enhance healthy-looking shine.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in an elegant black box with a personalisable sleeve — ideal for salon retail, gifting and seasonal collections.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eLightweight comfort\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eCreated to smooth, nourish and improve combability without weighing the hair down.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eHair repair\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eHealthy shine\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eFrizz control\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Hair Repair \u0026amp; Shine Duo includes Moisturising Conditioner and Keratin Shine Leave-In Hair Mist in a premium SKINLY box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat hair type is this duo suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis duo is especially suitable for dry, dull and damaged hair, and can be used on all hair types that need softness, shine and smoother manageability.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eApply the Moisturising Conditioner to damp hair and rinse thoroughly. Then spray the Keratin Shine Leave-In Hair Mist over towel-dried hair and style as desired.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs the box suitable as a gift?\u003c\/summary\u003e\n        \u003cp\u003eYes, the duo is presented in an elegant black box with a personalisable sleeve, making it ideal for premium gifting, salon retail and exclusive seasonal collections.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for softer, smoother and shinier hair?\u003c\/h2\u003e\n    \u003cp\u003eRestore dull and damaged-looking hair with a luxurious SKINLY duo presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53175611294033:1\"\u003eAdd to cart — €47,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium hair care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eHair Repair \u0026amp; Shine Duo\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€47,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53175611294033:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53175611294033,"sku":"172458","price":47.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/SKINLY_Pro_Box_Luxury_Skincare_Gift_Set_Premium_Beauty_Collection_for_Radiant_Healthy_Skin.jpg?v=1773778234"},{"product_id":"clear-complexion-collection-box","title":"Clear Complexion Collection Box","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eClear Complexion Collection Box — Acne-Prone Skin Routine | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Clear Complexion Collection Box is a luxury skincare set for blemish-prone and acne-prone skin, combining cleansing, hydration, renewal and anti-age benefits.\"\u003e\n\u003cmeta name=\"keywords\" content=\"clear complexion collection box, acne prone skin set, blemish skincare, clarifying gel, anti-age day cream, retinol alternative serum, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/clear-complexion-collection-box\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}\n.hs{text-align:center;padding:2rem 1.5rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g,.ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eClear Complexion Collection Box\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eCollection Box — Face Care\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eClear Complexion Collection Box\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eAcne-prone skin · Balance · Skin renewal\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€69,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A luxurious, carefully curated skincare set developed for blemish-prone and acne-prone skin, with added anti-age benefits. This refined trio combines purification, hydration and skin renewal in one complete routine for a complexion that looks smoother, clearer and perfectly balanced.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps reduce the look of impurities\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports a balanced complexion\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSoftens the look of fine lines\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003ePresented in a premium black box\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53175665197393:1\"\u003eAdd to cart — €69,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e3-Step Complexion Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eClarify, renew and balance\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully selected synergy of purifying, firming and hydrating formulas designed to support a clear, youthful-looking complexion.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003ePurifies\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eClarifying Gel deeply cleanses and helps remove impurities while leaving the skin feeling fresh and balanced.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRenews\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eNatural Retinol Alternative Oil Serum supports elasticity and helps visibly revitalise the skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRefines\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eAnti-Age Day Cream helps soften fine lines, refine skin texture and strengthen the look of the complexion.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA clear skin two-step ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eCleanse \u0026amp; Activate\u003c\/h3\u003e\n      \u003cp\u003eCleanse the skin with the Clarifying Gel, then apply the Natural Retinol Alternative Oil Serum to the face and neck.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eRefine \u0026amp; Protect\u003c\/h3\u003e\n      \u003cp\u003eFinish with Anti-Age Day Cream for hydration, comfort and a refined, balanced appearance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use consistently as part of your daily routine to support clearer-looking, smoother and more balanced skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eInside the box\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat is included\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eThree complementary formulas selected to purify, hydrate, renew and support a visibly clearer complexion.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eClarifying Gel\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA deep-cleansing gel that removes impurities while leaving the skin feeling fresh, clean and balanced.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eAnti-Age Day Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA velvety day cream that helps soften the look of fine lines, refine skin texture and enhance radiance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eNatural Retinol Alternative Oil Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA luxurious bakuchiol oil-serum that supports elasticity and helps visibly revitalise the skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this collection\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium skincare.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for skincare that feels refined, effective and reliable.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eTargeted formulas\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eCarefully selected products designed to support blemish-prone skin while helping refine texture and balance the complexion.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in an elegant black box with a personalisable sleeve — ideal for premium retail, gifting and exclusive limited editions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eTrusted comfort\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eInnovative textures are designed for optimal absorption and comfort, without weighing the skin down.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eAcne-prone skin\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eAnti-age benefits\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSkin renewal\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Clear Complexion Collection Box includes Clarifying Gel, Anti-Age Day Cream and Natural Retinol Alternative Oil Serum in a premium SKINLY box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this collection suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis collection is designed for blemish-prone and acne-prone skin, and is suitable for all skin types that need balance, renewal and refinement.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eCleanse first with Clarifying Gel, apply the Natural Retinol Alternative Oil Serum to the face and neck, then finish with Anti-Age Day Cream.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs the box suitable as a gift?\u003c\/summary\u003e\n        \u003cp\u003eYes, the set is presented in an elegant black box with a personalisable sleeve, making it ideal for premium gifting, retail and exclusive limited editions.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for a clearer, smoother complexion?\u003c\/h2\u003e\n    \u003cp\u003eRefine blemish-prone skin with a luxurious SKINLY routine presented in a premium collection box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53175665197393:1\"\u003eAdd to cart — €69,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eClear skin care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eClear Complexion Collection Box\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€69,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53175665197393:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53175665197393,"sku":"172461","price":69.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Clear_Complexion_Collection_Box_Luxury_Acne_Skincare_Set_Packaging_Anti-Aging_Clear_Skin_Routine.jpg?v=1773778099"},{"product_id":"sensitive-body-duo","title":"Sensitive Body Duo","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eSensitive Body Duo — Gentle Body Care for Sensitive Skin | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Sensitive Body Duo is a luxurious body-care set with Hand \u0026amp; Body Wash Grapefruit and Sensitive Skin Body Cream for gentle cleansing, deep hydration and barrier support.\"\u003e\n\u003cmeta name=\"keywords\" content=\"sensitive body duo, sensitive skin body care, body cream, hand body wash, dry sensitive skin, SKINLY body care\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/sensitive-body-duo\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}\n.hs{text-align:center;padding:2rem 1.5rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g{grid-template-columns:1fr}\n  .ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eSensitive Body Duo\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eCollection Box — Body Care\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eSensitive Body Duo\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eSensitive skin · Deep hydration · Barrier support\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€47,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A luxurious, carefully curated body-care set developed especially for dry and sensitive skin. This gentle duo combines soft cleansing with intensive nourishment to help keep the skin balanced, comfortable and deeply hydrated every day.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eGently cleanses without drying\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eDeeply hydrates dry skin\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports the skin barrier\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eIdeal for sensitive skin\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53175747871057:1\"\u003eAdd to cart — €47,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e2-Step Body Ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eGentle care for calm, comfortable skin\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully selected synergy of cleansing and nourishing formulas created to soften, hydrate and protect sensitive skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eCleanses\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eHand \u0026amp; Body Wash Grapefruit gently removes impurities without leaving the skin feeling tight or dry.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eComforts\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eSensitive Skin Body Cream helps calm dry-feeling skin with a soft, non-greasy finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRestores\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eNourishing textures support the skin barrier and leave the body feeling smooth, balanced and cared for.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA gentle two-step body ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eCleanse\u003c\/h3\u003e\n      \u003cp\u003eUse the Hand \u0026amp; Body Wash on damp skin, then rinse thoroughly.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eNourish\u003c\/h3\u003e\n      \u003cp\u003eApply Sensitive Skin Body Cream to clean skin and massage gently until fully absorbed.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use daily after showering to help keep dry and sensitive skin soft, calm and comfortably hydrated.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eInside the box\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat is included\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eTwo complementary body-care formulas selected to cleanse, hydrate and support sensitive skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eHand \u0026amp; Body Wash — Grapefruit\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA gentle wash that cleanses without drying the skin and leaves behind a subtle, fresh grapefruit note.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eSensitive Skin Body Cream\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA comforting body cream that deeply hydrates, calms the skin and helps restore the skin barrier with a non-greasy finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this duo\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium body care.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with comfort, ingredient transparency and premium presentation in mind — for body care that feels soft, refined and reliable.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eGentle formulas\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eCarefully selected body-care formulas designed to cleanse and nourish without overwhelming sensitive skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003ePresented in an elegant black box with a personalisable sleeve — ideal for premium retail, gifting and spa environments.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eTrusted comfort\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eCreated for dry and sensitive skin needs, with comforting textures that support daily hydration and skin barrier care.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSensitive skin\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eDeep hydration\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eBarrier support\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Sensitive Body Duo includes Hand \u0026amp; Body Wash — Grapefruit and Sensitive Skin Body Cream in a premium SKINLY box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat skin type is this duo suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis duo is especially suitable for dry and sensitive skin that needs gentle cleansing, hydration and barrier support.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eUse the Hand \u0026amp; Body Wash on damp skin and rinse thoroughly. Follow with Sensitive Skin Body Cream on clean skin and massage in until fully absorbed.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs the box suitable as a gift?\u003c\/summary\u003e\n        \u003cp\u003eYes, the duo is presented in an elegant black box with a personalisable sleeve, making it ideal for premium gifting, spa retail and seasonal collections.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for soft, calm and hydrated skin?\u003c\/h2\u003e\n    \u003cp\u003eCare for sensitive skin with a luxurious two-step SKINLY body ritual presented in a premium gift box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53175747871057:1\"\u003eAdd to cart — €47,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eGentle body care\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eSensitive Body Duo\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€47,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53175747871057:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53175747871057,"sku":"172469","price":47.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Sensitive_Body_Duo_Professional_Skincare_Set_for_Sensitive_Skin_Deep_Hydration_Skin_Barrier_Repair.jpg?v=1773775945"},{"product_id":"dark-spot-routine-duo","title":"Dark Spot Routine Duo","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eDark Spot Routine Duo — Brighten, Hydrate \u0026amp; Glow | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Dark Spot Routine Duo is a luxurious targeted skincare set with Pigment Perfecting Serum and Vitamin C Serum to help brighten, hydrate and even the complexion.\"\u003e\n\u003cmeta name=\"keywords\" content=\"dark spot routine duo, pigment serum, vitamin c serum, brightening skincare set, hyperpigmentation set, SKINLY gift box\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/www.skinlyforyou.com\/products\/dark-spot-routine-duo\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Montserrat:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n:root{--t:#ABABAB;--tl:#BCBDC0;--td:#666666;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(171,171,171,.22);--g:#6B8E6B;--gbg:rgba(107,142,107,.08)}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Montserrat',sans-serif;background:var(--ww);color:var(--tx);-webkit-font-smoothing:antialiased;line-height:1.6}\n\n.ann{background:var(--dk);padding:.75rem 1.5rem;overflow:hidden}\n.ann-track{display:flex;justify-content:center;align-items:center;gap:3rem;animation:marq 30s linear infinite}\n.ann-i{white-space:nowrap;font-size:.72rem;font-weight:400;letter-spacing:.12em;color:var(--tl)}\n@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n.bc{max-width:1300px;margin:0 auto;padding:1.2rem clamp(1.5rem,4vw,3rem) 0;font-size:.7rem;color:var(--tl);letter-spacing:.05em}\n.bc a{color:var(--t);text-decoration:none;transition:color .2s}\n.bc a:hover{color:var(--td)}\n.bc span{margin:0 .5rem;opacity:.4}\n\n.prod{max-width:1300px;margin:0 auto;padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem)}\n.det{padding:clamp(1.5rem,3vw,3rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;max-width:760px}\n.det-cat{font-size:.68rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--t);margin-bottom:.6rem;animation:fu .7s ease-out .15s both}\n.det-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;line-height:1.15;color:var(--dk);margin-bottom:.4rem;animation:fu .7s ease-out .2s both}\n.det-tag{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;color:var(--t);margin-bottom:1.2rem;animation:fu .7s ease-out .25s both}\n\n.rat{display:flex;align-items:center;gap:.5rem;margin-bottom:1.4rem;animation:fu .7s ease-out .3s both}\n.stars{display:flex;gap:1px;color:var(--t)}\n.rat-lbl{font-size:.78rem;color:var(--txl)}\n.rat-lbl strong{font-weight:600;color:var(--tx)}\n\n.pri{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.5rem;animation:fu .7s ease-out .35s both}\n.pri-amt{font-size:1.7rem;font-weight:700;color:var(--dk);letter-spacing:-.02em}\n\n.det-desc{font-size:1.05rem;font-weight:300;line-height:1.85;color:var(--txr);margin-bottom:1.8rem;max-width:620px;animation:fu .7s ease-out .4s both}\n\n.bcs{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem;margin-bottom:2rem;animation:fu .7s ease-out .45s both}\n.bci{display:flex;align-items:center;gap:.55rem}\n.bci-ic{width:22px;height:22px;border-radius:50%;background:var(--gbg);display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.bci-lb{font-size:.95rem;font-weight:400;color:var(--tx);line-height:1.3}\n\n.cta{border-top:1px solid var(--bd);padding-top:1.8rem;animation:fu .7s ease-out .5s both}\n.btn-c{width:100%;padding:1.15rem 2rem;background:var(--t);color:#fff;border:none;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .35s ease;border-radius:2px}\n.btn-c:hover{background:var(--td);transform:translateY(-2px);box-shadow:0 10px 35px rgba(171,171,171,.35)}\n\n.sec-a{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.7rem;font-size:.82rem;color:var(--txl)}\n\n.mt{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.8rem;padding-top:1.5rem;border-top:1px solid var(--bd);animation:fu .7s ease-out .55s both}\n.mt-i{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--txl)}\n\n.thr{background:var(--dk);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}\n.thr-in{position:relative;z-index:1;max-width:1060px;margin:0 auto}\n.sh{text-align:center;margin-bottom:3.5rem}\n.sh-l{font-size:.72rem;font-weight:600;letter-spacing:.35em;text-transform:uppercase;color:var(--t);margin-bottom:.8rem}\n.sh-t{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2}\n.sh-tw{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-td{color:var(--dk);font-size:clamp(1.9rem,3.5vw,2.6rem)}\n.sh-s{font-size:.88rem;font-weight:300;line-height:1.7;max-width:560px;margin:1rem auto 0}\n.sh-sw{color:rgba(255,255,255,.45)}\n.sh-sd{color:var(--txl)}\n\n.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}\n.tc{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);padding:2.8rem 2rem;text-align:center;transition:all .4s ease;position:relative}\n.tc-n{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--t);line-height:1;margin-bottom:.6rem}\n.tc-nm{font-size:.88rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:.7rem}\n.tc-d{font-size:.85rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}\n\n.htu{max-width:1000px;margin:0 auto;padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.htu-g{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}\n.hs{text-align:center;padding:2rem 1.5rem;position:relative}\n.hs-n{width:52px;height:52px;border-radius:50%;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--t)}\n.hs h3{font-size:.88rem;font-weight:600;color:var(--dk);margin-bottom:.5rem}\n.hs p{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--txr)}\n.htu-note-w{display:flex;justify-content:center;margin-top:2.5rem}\n.htu-note{padding:1.2rem 2rem;background:var(--cream);border-left:2px solid var(--tl)}\n.htu-note p{font-size:.82rem;font-weight:300;color:var(--txr);font-style:italic}\n.htu-note strong{font-weight:500;color:var(--dk);font-style:normal}\n\n.ing-s{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) clamp(1.5rem,4vw,3rem)}\n.ing-in{max-width:1000px;margin:0 auto}\n.ing-g{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}\n.ing-c{background:var(--ww);border:1px solid var(--bd);padding:2rem 1.5rem;text-align:center;transition:all .35s ease;border-radius:2px}\n.ing-c:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(171,171,171,.1)}\n.ing-ic{width:48px;height:48px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--t)}\n.ing-nm{font-size:.82rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.ing-d{font-size:.8rem;font-weight:300;line-height:1.6;color:var(--txr)}\n\n.cr-s{padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem);background:var(--ww)}\n.cr-in{max-width:1000px;margin:0 auto}\n.cr-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}\n.cr-c{background:#fff;border:1px solid var(--bd);padding:2.2rem 1.8rem;border-radius:2px;transition:all .35s ease;text-align:center;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}\n.cr-c:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.06)}\n.cr-ic{width:52px;height:52px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--t);margin-bottom:1rem}\n.cr-nm{display:block;font-size:.84rem;font-weight:600;color:var(--dk);letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}\n.cr-cta{font-size:.82rem;line-height:1.7;color:var(--txr);font-weight:300}\n.cr-extra{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem}\n.cr-pill{padding:.7rem 1rem;border:1px solid var(--bd);background:#fff;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--tx)}\n\n.faq-s{background:var(--cream);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,4vw,3rem)}\n.faq-in{max-width:800px;margin:0 auto}\n.faq-g{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}\n.faq-i{border-bottom:1px solid var(--bd);padding:1rem 0}\n.faq-i summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--dk);list-style:none;position:relative;padding-right:1.5rem}\n.faq-i summary::-webkit-details-marker{display:none}\n.faq-i summary::after{content:'+';position:absolute;right:0;top:0;color:var(--t);transition:.2s}\n.faq-i[open] summary::after{content:'−'}\n.faq-i p{font-size:.82rem;font-weight:300;color:var(--txr);margin-top:.5rem;line-height:1.7}\n\n.fcta{background:var(--t);padding:clamp(3rem,6vw,4.5rem) 2rem;text-align:center;position:relative;overflow:hidden}\n.fcta-in{position:relative;z-index:1}\n.fcta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:#fff;margin-bottom:.6rem}\n.fcta p{font-size:.85rem;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:all .35s ease;border-radius:2px}\n.fcta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}\n\n.tb-s{max-width:1000px;margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,4vw,3rem)}\n.tb-g{display:grid;grid-template-columns:repeat(5,1fr)}\n.tb-i{text-align:center;padding:1.5rem 1rem;position:relative}\n.tb-ic{width:44px;height:44px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:var(--t)}\n.tb-lb{font-size:.72rem;font-weight:500;color:var(--tx);line-height:1.4}\n\n.stk{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.9rem 1.2rem;border-top:1px solid var(--bd);z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.06);transform:translateY(100%);transition:transform .3s ease}\n.stk-f{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}\n.stk-inf{flex:1}\n.stk-nm{font-size:.78rem;font-weight:600;color:var(--dk);display:block}\n.stk-pr{font-size:.85rem;font-weight:700;color:var(--t)}\n.stk-btn{padding:.85rem 1.8rem;background:var(--t);color:#fff;text-decoration:none;border:none;font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px}\n\n@keyframes fu{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}\n.reveal{opacity:0;transform:translateY(18px);transition:all .7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n@media(max-width:900px){\n  .tg,.htu-g,.cr-g{grid-template-columns:1fr}\n  .ing-g{grid-template-columns:1fr}\n  .tb-g{grid-template-columns:repeat(3,1fr)}\n  .stk{display:block}\n  .bcs{grid-template-columns:1fr}\n  .ann-track{animation:none;justify-content:center;flex-wrap:wrap;gap:1rem}\n  .cr-c{min-height:auto}\n}\n\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ann\" role=\"banner\"\u003e\n  \u003cdiv class=\"ann-track\"\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eFree shipping over €65\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003ePremium SKINLY gift box\u003c\/div\u003e\n    \u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\n  \u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/pro-box\"\u003ePRO BOX\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eDark Spot Routine Duo\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eCollection Box — Face Care\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eDark Spot Routine Duo\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eDark spots · Even tone · Healthy glow\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e4.8\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€55,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A luxurious, targeted skincare set designed to visibly reduce the look of dark spots and even out the complexion. This powerful duo combines two complementary serums that work together to brighten, deeply hydrate and support a healthy, youthful glow.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bcs\"\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eHelps reduce visible dark spots\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eSupports an even-looking tone\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eBrightens dull-looking skin\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003ePresented in a premium gift box\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003ca class=\"btn-c\" href=\"\/cart\/53175764353361:1\"\u003eAdd to cart — €55,95 →\u003c\/a\u003e\n      \u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mt\"\u003e\n      \u003cdiv class=\"mt-i\"\u003eFree shipping 65€+\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003ePremium gift box\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eTransparent ingredients\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"thr reveal\"\u003e\n  \u003cdiv class=\"thr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003e2-Step Routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eTwo serums, one radiant result\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully selected synergy of brightening and hydrating active ingredients to visibly even the skin and reveal a fresh, luminous glow.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tg\"\u003e\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eBrightens\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003ePigment Perfecting Serum helps target dark spots and visibly improve uneven-looking skin tone.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eProtects\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eVitamin C Serum with Ferulic Acid and Sea Buckthorn helps protect against external stressors.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eGlows\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eHydrating and brightening actives support a smoother, fresher and more radiant complexion.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"htu reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eHow to use\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eA brightening two-step ritual\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-g\"\u003e\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eBrighten\u003c\/h3\u003e\n      \u003cp\u003eApply Pigment Perfecting Serum to cleansed skin on the face and neck.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eActivate \u0026amp; Protect\u003c\/h3\u003e\n      \u003cp\u003eFollow with Vitamin C Serum for extra radiance and protection. During the day, finish with SPF.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"htu-note-w\"\u003e\n    \u003cdiv class=\"htu-note\"\u003e\n      \u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Use consistently as part of your morning routine and always protect the skin with SPF during the day.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"ing-s reveal\"\u003e\n  \u003cdiv class=\"ing-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eInside the box\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat is included\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eTwo complementary formulas selected to brighten, hydrate and support a more even-looking complexion.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ing-g\"\u003e\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003ePigment Perfecting Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA lightweight serum that targets dark spots and helps even the skin tone, while Sodium PCA supports moisture balance for soft, smooth skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eVitamin C Serum\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA powerful formula with 2% natural Vitamin C, Ferulic Acid and Sea Buckthorn to brighten, protect and promote a healthy glow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cr-s reveal\" aria-label=\"Why customers trust this collection\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eWhy customers trust this duo\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003ePremium skincare.\u003cbr\u003eThoughtfully curated.\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003e\n        Every SKINLY collection is designed with performance, ingredient transparency and premium presentation in mind — for results you can trust.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eScience-led formulas\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eCarefully selected active ingredients chosen to visibly support brighter, healthier-looking skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003ePremium presentation\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eBeautifully presented in a luxury SKINLY gift box — ideal for gifting or elevating your skincare ritual.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-ic\"\u003e✦\u003c\/span\u003e\n        \u003cspan class=\"cr-nm\"\u003eTrusted quality\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eDermatologically mindful formulations, cruelty-free standards and carefully developed skincare you can feel confident using.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-extra\"\u003e\n      \u003cdiv class=\"cr-pill\"\u003eCruelty-free\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003ePremium ingredients\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eLuxury gift packaging\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eFast EU delivery\u003c\/div\u003e\n      \u003cdiv class=\"cr-pill\"\u003eSecure checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-s reveal\" aria-label=\"FAQ\"\u003e\n  \u003cdiv class=\"faq-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eFAQ\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-g\"\u003e\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhich products are included in this set?\u003c\/summary\u003e\n        \u003cp\u003eThe Dark Spot Routine Duo includes Pigment Perfecting Serum and Vitamin C Serum in a premium SKINLY gift box.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is this routine designed for?\u003c\/summary\u003e\n        \u003cp\u003eIt is designed to help reduce the appearance of dark spots, support a more even-looking complexion and promote a healthy glow.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eHow should I use the products?\u003c\/summary\u003e\n        \u003cp\u003eApply Pigment Perfecting Serum first on cleansed skin, then follow with Vitamin C Serum. During the day, always finish with SPF.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs the box suitable as a gift?\u003c\/summary\u003e\n        \u003cp\u003eYes, the products are presented in a premium personalisable box with direct printed branding, ideal for gifting and high-end retail presentation.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady for a brighter, more even glow?\u003c\/h2\u003e\n    \u003cp\u003eTarget dark spots with a luxurious two-step SKINLY routine presented in a premium gift box.\u003c\/p\u003e\n    \u003ca class=\"fcta-btn\" href=\"\/cart\/53175764353361:1\"\u003eAdd to cart — €55,95 →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tb-s reveal\"\u003e\n  \u003cdiv class=\"sh\"\u003e\n    \u003cp class=\"sh-l\"\u003eWhy trust SKINLY\u003c\/p\u003e\n    \u003ch2 class=\"sh-t sh-td\"\u003eOur promise to you\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tb-g\"\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003e100% Cruelty-free\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eDermatologically tested\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eFree shipping over €65\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003eSecure SSL payment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"tb-i\"\u003e\n\u003cdiv class=\"tb-ic\"\u003e✓\u003c\/div\u003e\n\u003cp class=\"tb-lb\"\u003ePremium gift packaging\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"stk\"\u003e\n  \u003cdiv class=\"stk-f\"\u003e\n    \u003cdiv class=\"stk-inf\"\u003e\n      \u003cspan class=\"stk-nm\"\u003eDark Spot Routine Duo\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€55,95\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"stk-btn\" href=\"\/cart\/53175764353361:1\"\u003eAdd to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar obs=new IntersectionObserver(function(e){\n  e.forEach(function(x){\n    if(x.isIntersecting)x.target.classList.add('visible')\n  })\n},{threshold:.1,rootMargin:'0px 0px -40px 0px'});\n\ndocument.querySelectorAll('.reveal').forEach(function(el){\n  obs.observe(el)\n});\n\nvar mc=document.querySelector('.cta'),sk=document.querySelector('.stk');\nif(mc\u0026\u0026sk){\n  new IntersectionObserver(function(e){\n    e.forEach(function(x){\n      sk.style.transform=x.isIntersecting?'translateY(100%)':'translateY(0)'\n    })\n  },{threshold:0}).observe(mc)\n}\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53175764353361,"sku":"172472","price":55.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Dark_Spot_Routine_Duo_Professional_Brightening_Skincare_Set_for_Hyperpigmentation_Even_Skin_Tone.jpg?v=1773775576"}],"url":"https:\/\/www.skinlyforyou.com\/collections\/pro-box.oembed","provider":"SKINLYforyou","version":"1.0","type":"link"}