{"title":"For MEN","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eSKINLY — SkinlyforMen\u003c\/title\u003e\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\u003cstyle\u003e\n  :root {\n    --skinly-taupe: #A8908B;\n    --skinly-taupe-light: #C4ADA9;\n    --skinly-taupe-dark: #8B736F;\n    --skinly-cream: #F7F3F0;\n    --skinly-warm-white: #FDFBF9;\n    --skinly-dark: #9EC3E6;\n    --skinly-text: #4A3F3D;\n    --skinly-text-light: #7A6E6C;\n    --skinly-border: rgba(168, 144, 139, 0.2);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Montserrat', sans-serif;\n    background: var(--skinly-warm-white);\n    color: var(--skinly-text);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .hero { min-height: 80vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; }\n  .hero-visual { background: var(--skinly-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; }\n  .hero-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 25% 15%, rgba(168,144,139,0.15) 0%, transparent 55%), radial-gradient(ellipse at 75% 85%, rgba(0,0,0,0.2) 0%, transparent 50%); }\n\n  .hero-visual-inner { position: relative; z-index: 1; text-align: center; animation: fadeUp 1.2s ease-out; }\n  .hero-visual-icon { width: 80px; height: 80px; border-radius: 50%; background: rgba(168,144,139,0.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; color: var(--skinly-taupe-light); }\n  .hero-visual-inner h1 { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: white; letter-spacing: 0.4em; margin-left: 0.4em; margin-bottom: 0.3em; }\n  .hero-visual-inner .tagline { font-family: 'Cormorant Garamond', serif; font-size: clamp(1rem, 1.6vw, 1.3rem); color: var(--skinly-taupe-light); font-weight: 300; font-style: italic; letter-spacing: 0.2em; }\n\n  .hero-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); position: relative; }\n  .hero-content::before { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, var(--skinly-taupe-light), transparent); }\n\n  .hero-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.35em; text-transform: uppercase; color: var(--skinly-taupe); margin-bottom: 2rem; display: flex; align-items: center; gap: 1rem; animation: fadeUp 1s ease-out 0.3s both; }\n  .hero-label::before { content: ''; width: 2.5rem; height: 1px; background: var(--skinly-taupe); }\n\n  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 300; line-height: 1.2; color: var(--skinly-dark); margin-bottom: 1.5rem; animation: fadeUp 1s ease-out 0.5s both; }\n  .hero-title em { font-style: italic; color: var(--skinly-taupe); }\n\n  .hero-text { font-size: 0.88rem; line-height: 1.85; color: var(--skinly-text-light); font-weight: 300; max-width: 420px; animation: fadeUp 1s ease-out 0.7s both; }\n\n  .stats-bar { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--skinly-cream); border-bottom: 1px solid var(--skinly-border); }\n  .stat { padding: 2.5rem 1rem; text-align: center; position: relative; }\n  .stat:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 40%; width: 1px; background: var(--skinly-border); }\n  .stat-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--skinly-warm-white); display: flex; align-items: center; justify-content: center; margin: 0 auto 0.8rem; color: var(--skinly-taupe); }\n  .stat-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--skinly-text-light); }\n\n  .intro { max-width: 720px; margin: 0 auto; padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 2rem); text-align: center; }\n  .intro p { font-size: 0.9rem; font-weight: 300; line-height: 1.9; color: var(--skinly-text-light); }\n  .intro .highlight { color: var(--skinly-taupe); font-weight: 400; }\n  .intro-line { width: 50px; height: 1px; background: var(--skinly-taupe-light); margin: 2.5rem auto 0; }\n\n  .products { background: var(--skinly-cream); padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem); }\n  .products-inner { max-width: 960px; margin: 0 auto; }\n  .section-header { text-align: center; margin-bottom: 3rem; }\n  .section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.35em; text-transform: uppercase; color: var(--skinly-taupe); margin-bottom: 1rem; }\n  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 300; color: var(--skinly-dark); }\n\n  .products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }\n  .product-card { background: var(--skinly-warm-white); border: 1px solid var(--skinly-border); padding: 2rem 1.5rem; text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; }\n  .product-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: var(--skinly-dark); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }\n  .product-card:hover::before { transform: scaleX(1); }\n  .product-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(168, 144, 139, 0.12); }\n\n  .product-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--skinly-cream); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: var(--skinly-taupe); }\n  .product-name { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em; color: var(--skinly-dark); margin-bottom: 0.5rem; }\n  .product-desc { font-size: 0.78rem; font-weight: 300; line-height: 1.7; color: var(--skinly-text-light); }\n\n  .benefits { max-width: 900px; margin: 0 auto; padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem); }\n  .benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }\n  .benefit-card { display: flex; align-items: start; gap: 1.2rem; padding: 2rem; background: var(--skinly-cream); transition: all 0.3s ease; }\n  .benefit-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(168, 144, 139, 0.1); }\n  .benefit-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--skinly-warm-white); display: flex; align-items: center; justify-content: center; color: var(--skinly-taupe); flex-shrink: 0; }\n  .benefit-text h3 { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; color: var(--skinly-dark); margin-bottom: 0.4rem; }\n  .benefit-text p { font-size: 0.8rem; font-weight: 300; line-height: 1.7; color: var(--skinly-text-light); }\n\n  \/* Extra benefit for 5th item *\/\n  .benefit-card-full { grid-column: 1 \/ -1; max-width: 50%; margin: 0 auto; }\n\n  .promise { background: var(--skinly-dark); padding: clamp(3.5rem, 7vw, 5rem) 2rem; text-align: center; position: relative; overflow: hidden; }\n  .promise::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(168,144,139,0.08) 0%, transparent 60%), radial-gradient(ellipse at 80% 50%, rgba(0,0,0,0.15) 0%, transparent 50%); }\n  .promise-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }\n  .promise-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 300; font-style: italic; color: white; line-height: 1.5; margin-bottom: 1rem; }\n  .promise-text { font-size: 0.82rem; font-weight: 300; color: var(--skinly-taupe-light); line-height: 1.7; }\n\n  .page-footer { text-align: center; padding: 2.5rem 2rem; border-top: 1px solid var(--skinly-border); }\n  .footer-brand { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.5em; color: var(--skinly-taupe); margin-bottom: 0.4rem; }\n  .footer-text { font-size: 0.7rem; color: var(--skinly-text-light); font-weight: 300; }\n\n  @keyframes fadeUp { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }\n  .reveal { opacity: 0; transform: translateY(15px); transition: all 0.7s ease; }\n  .reveal.visible { opacity: 1; transform: translateY(0); }\n\n  @media (max-width: 768px) {\n    .hero { grid-template-columns: 1fr; }\n    .hero-visual { min-height: 40vh; }\n    .hero-visual-inner h1 { letter-spacing: 0.2em; margin-left: 0.2em; }\n    .stats-bar { grid-template-columns: repeat(2, 1fr); }\n    .stat:nth-child(2)::after, .stat:nth-child(4)::after { display: none; }\n    .stat:nth-child(5) { grid-column: 1 \/ -1; }\n    .products-grid { grid-template-columns: repeat(2, 1fr); }\n    .benefits-grid { grid-template-columns: 1fr; }\n    .benefit-card-full { max-width: 100%; }\n  }\n  @media (max-width: 480px) {\n    .stats-bar { grid-template-columns: 1fr; }\n    .stat:not(:last-child)::after { display: none; }\n    .stat { border-bottom: 1px solid var(--skinly-border); }\n    .stat:nth-child(5) { grid-column: auto; }\n    .products-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n      \u003cdiv class=\"hero-visual-inner\"\u003e\n        \u003cdiv class=\"hero-visual-icon\"\u003e\n          \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch1\u003eSkinlyforMen\u003c\/h1\u003e\n        \u003cp class=\"tagline\"\u003eCare built for men\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n      \u003cp class=\"hero-label\"\u003eCollection\u003c\/p\u003e\n      \u003ch2 class=\"hero-title\"\u003eGrooming made\u003cbr\u003e\u003cem\u003eeffortless\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"hero-text\"\u003e\n        Discover SkinlyforMen — the complete care line designed specifically for men's skin and hair. \n        Our products cleanse, hydrate and protect, while fighting the signs of fatigue and daily stress.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003csection class=\"stats-bar reveal\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat-icon\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"stat-label\"\u003eAll skin types\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat-icon\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"stat-label\"\u003eBarrier protection\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat-icon\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"stat-label\"\u003eMade for men\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat-icon\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"stat-label\"\u003eQuick \u0026amp; effective\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"stat-icon\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"stat-label\"\u003eVisible results\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"intro reveal\"\u003e\n    \u003cp\u003eFrom powerful facial cleansers and nourishing aftershaves to restorative hair products and caring body lotions — SkinlyforMen offers \u003cspan class=\"highlight\"\u003eeverything a man needs for a complete daily care routine\u003c\/span\u003e. Suitable for all skin and hair types, our collection helps strengthen the skin barrier, reduce irritation and maintain a healthy, refined appearance.\u003c\/p\u003e\n    \u003cdiv class=\"intro-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT CATEGORIES --\u003e\n  \u003csection class=\"products reveal\"\u003e\n    \u003cdiv class=\"products-inner\"\u003e\n      \u003cdiv class=\"section-header\"\u003e\n        \u003cp class=\"section-label\"\u003eHead to toe\u003c\/p\u003e\n        \u003ch2 class=\"section-title\"\u003eComplete care, one collection\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"products-grid\"\u003e\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-icon\"\u003e\n            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"product-name\"\u003eFace Care\u003c\/h3\u003e\n          \u003cp class=\"product-desc\"\u003eCleansers, moisturisers and aftershaves for a clean, refreshed complexion.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-icon\"\u003e\n            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"product-name\"\u003eHair Care\u003c\/h3\u003e\n          \u003cp class=\"product-desc\"\u003eShampoos and styling products that strengthen, repair and add natural hold.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-icon\"\u003e\n            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"product-name\"\u003eBody Care\u003c\/h3\u003e\n          \u003cp class=\"product-desc\"\u003eLotions and washes that hydrate, protect and leave your skin feeling fresh.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"product-card\"\u003e\n          \u003cdiv class=\"product-icon\"\u003e\n            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003cline x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"product-name\"\u003eShave Care\u003c\/h3\u003e\n          \u003cp class=\"product-desc\"\u003ePre- and post-shave products that soothe, nourish and reduce irritation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"benefits reveal\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n      \u003cp class=\"section-label\"\u003eKey benefits\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eWhy SkinlyforMen\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n          \u003ch3\u003eIntensive hydration \u0026amp; care\u003c\/h3\u003e\n          \u003cp\u003eDeeply hydrates and cares for men's skin, combating dryness and keeping skin comfortable all day.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n          \u003ch3\u003eReduces irritation \u0026amp; fatigue\u003c\/h3\u003e\n          \u003cp\u003eImproves skin and hair while reducing irritation, redness and visible signs of tiredness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n          \u003ch3\u003eAll skin \u0026amp; hair types\u003c\/h3\u003e\n          \u003cp\u003eFormulated for every man — whether you have oily, dry, sensitive or combination skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n          \u003ch3\u003eComplete head-to-toe routine\u003c\/h3\u003e\n          \u003cp\u003eOne collection for face, hair and body — no complicated steps, just results.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card benefit-card-full\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-text\"\u003e\n          \u003ch3\u003ePractical \u0026amp; effective\u003c\/h3\u003e\n          \u003cp\u003eProfessional-grade grooming that's straightforward and easy to use — designed for the modern man.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PROMISE --\u003e\n  \u003csection class=\"promise reveal\"\u003e\n    \u003cdiv class=\"promise-inner\"\u003e\n      \u003cp class=\"promise-title\"\u003eTrust SkinlyforMen for professional care that's practical, effective and simple to use — so every man can look and feel his best, from face to toe.\u003c\/p\u003e\n      \u003cp class=\"promise-text\"\u003eProfessional men's grooming, made effortless.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cscript\u003e\n    var observer = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        if (entry.isIntersecting) { entry.target.classList.add('visible'); }\n      });\n    }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n    document.querySelectorAll('.reveal').forEach(function(el) { observer.observe(el); });\n  \u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","products":[{"product_id":"anti-age-day-cream","title":"Anti-Age Day Cream for Men","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\u003eNourishing Rich Cream — Anti-Age, Firming \u0026amp; Intensive Hydration | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Nourishing Rich Cream gives mature skin intensive anti-age care, firming comfort and deep hydration. With Aloe, Shea Butter, Jojoba Oil and Hyaluronic Acid.\"\u003e\n\u003cmeta name=\"keywords\" content=\"nourishing rich cream, anti-age cream, mature skin cream, firming moisturiser, hyaluronic acid cream, shea butter, SKINLY skincare\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/btbee1i49fx70qrf-101843206481.shopifypreview.com\/products_preview?preview_key=3b8c5c033fed2feddae7451617561a0d\"\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:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns: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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eNourishing Rich Cream\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eFace Care — Rich Moisturiser\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eNourishing Rich Cream\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eFirm · Nourish · Lift\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€32,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      An exceptionally rich, velvety-soft cream that wraps the skin in pure luxury and provides intensive anti-age care for a visibly smoother, firmer and lifted appearance. The innovative marine active refines skin texture, while multi-molecular Hyaluronic Acid deeply replenishes moisture. Skin appears fuller, more even and radiant, with a refined glow that lasts throughout 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\"\u003eIntensive anti-age care\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\"\u003eVisibly firms and smooths\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 nourishes mature 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\"\u003eRich comfort for mature skin\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n        \u003cinput type=\"hidden\" name=\"id\" value=\"53027325804881\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €32,95 →\u003c\/button\u003e\n      \u003c\/form\u003e\n\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\"\u003eDermatologically tested\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-in-1 Formula\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne cream, three results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully composed synergy of premium ingredients that makes the skin look visibly smoother, firmer and luxuriously 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\"\u003eFirms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eAlteromonas Ferment Extract refines the look of skin texture and supports a smoother, more lifted 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\"\u003eMulti-molecular Hyaluronic Acid visibly replenishes the skin and helps soften the 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\"\u003eNourishes\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eShea Butter, Jojoba Oil and Aloe Juice deeply nourish, calm and comfort mature 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 rich 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\u003eApply\u003c\/h3\u003e\n      \u003cp\u003eApply to perfectly cleansed skin, preferably after a serum.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eMassage\u003c\/h3\u003e\n      \u003cp\u003eMassage with slow, upward movements until the rich texture is fully 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\u003eGlow\u003c\/h3\u003e\n      \u003cp\u003eThe skin feels instantly smoother, firmer and intensely nourished.\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 Combine with a high-quality Hyaluronic Acid Serum and a refined eye cream for a complete, exclusive anti-age ritual.\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\"\u003eKey ingredients\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to nourish, hydrate and support a visibly smoother, firmer appearance.\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\"\u003eShea Butter\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eDeeply nourishes and supports supple, resilient 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\"\u003eAlteromonas Ferment\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eA marine active that refines skin texture and creates a silky effect.\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\"\u003eHyaluronic Acid\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eVisibly plumps the skin and softens 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\"\u003eJojoba Oil\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSoftens and helps keep the skin barrier balanced.\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=\"Complete your routine\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your rich cream with these essentials for a complete SKINLY anti-age routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/vitamin-c-serum-1\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eVitamin C Serum\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/moisturising-day-cream\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eMoisturising Day Cream\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/3-in-1-eye-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003e3-in-1 Eye Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\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 skin type is this cream best for?\u003c\/summary\u003e\n        \u003cp\u003eThis rich cream is specially developed for mature skin that desires comfort, refinement and a visibly youthful-looking appearance.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eCan I use it after a serum?\u003c\/summary\u003e\n        \u003cp\u003eYes, apply to perfectly cleansed skin, preferably after a serum, to support a complete anti-age routine.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n        \u003cp\u003eType — Moisturiser \/ Face-care. Skin type — Mature skin. Needs — Anti-age, firming and intensive hydration.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n        \u003cp\u003eAloe Barbadensis (Aloe) Leaf Juice➀, Simmondsia Chinensis (Jojoba) Seed Oil➀, Glycerin➁, Pentylene Glycol, Polyglyceryl-6 Stearate, Cetearyl Alcohol, Betaine, Isoamyl Laurate, Aqua, Butyrospermum Parkii (Shea) Butter➀, Parfum, Caprylic\/Capric Triglyceride, Polyglyceryl-6 Behenate, Cellulose, CI 77891 (Titanium Dioxide)④, Mica④, Palmitic Acid, Stearic Acid, Vaccinium Vitis-Idaea (Lingonberry) Fruit Extract➀, Xanthan Gum, Echinacea Purpurea (Coneflower) Flower\/Leaf\/Stem Extract➀, Ribes Nigrum (Black Currant) Fruit Extract➀, Sambucus Nigra (Elder) Flower Extract➀, Ascorbyl Palmitate, Persea Gratissima (Avocado) Oil➀, Tocopherol, Hydrolyzed Hyaluronic Acid, Potassium Hydroxide, Sodium Hyaluronate, Sodium Phytate, Alteromonas Ferment Extract, Phenethyl Alcohol, Tin Oxide④, Alcohol➁, Benzyl Salicylate➂, Limonene➂, Citral➂, Linalool➂\u003c\/p\u003e\n        \u003cp\u003e➀ Ingredients from organic farming · ➁ Made with organic ingredients · ➂ From natural essential oils · ④ Pure mineral pigments\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, smoother-looking skin?\u003c\/h2\u003e\n    \u003cp\u003eGive mature skin rich comfort, intensive hydration and a refined, luxurious glow.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027325804881\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €32,95 →\u003c\/button\u003e\n    \u003c\/form\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\"\u003eTransparent ingredients\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\"\u003eNourishing Rich Cream\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€32,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027325804881\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n    \u003c\/form\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":53027325804881,"sku":"167371","price":32.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/IwTwzyVxK1c97UuxrOk3nkdK_n4U9Zvn.jpg?v=1770842044"},{"product_id":"moisturising-day-cream","title":"Moisturising Day Cream for Men","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\u003eMoisturising Day Cream — Hydration, Nourishment \u0026amp; Dewy Glow | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Moisturising Day Cream intensely hydrates, nourishes and gives normal to dry skin a dewy glow. With Aloe, Jojoba Oil, Betaine, Bisabolol and Hyaluronic Acid.\"\u003e\n\u003cmeta name=\"keywords\" content=\"moisturising day cream, face cream, dewy glow, dry skin moisturiser, hyaluronic acid cream, jojoba oil, aloe, SKINLY skincare\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/btbee1i49fx70qrf-101843206481.shopifypreview.com\/products_preview?preview_key=a6a5eee3e052c780fc5de637f1052607\"\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:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns: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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eMoisturising Day Cream\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eFace Care — Moisturiser\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eMoisturising Day Cream\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eHydrate · Nourish · Dewy 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€33,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A silky-soft, luxurious face cream that intensely hydrates and leaves the skin feeling instantly nourished, supple and radiant. The fast-absorbing texture gives a dewy, plump appearance without a heavy effect. Enriched with multi-molecular Hyaluronic Acid and calming Bisabolol for lasting comfort and a refined glow that lasts throughout 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\"\u003eIntensely hydrates 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\"\u003eNourishes and softens\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 dewy 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\"\u003eNormal to dry skin\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n        \u003cinput type=\"hidden\" name=\"id\" value=\"53027357098321\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €33,95 →\u003c\/button\u003e\n      \u003c\/form\u003e\n\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\"\u003eDermatologically tested\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-in-1 Formula\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne cream, three results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully selected formula that hydrates, nourishes and gives the skin a soft, dewy 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\"\u003eAloe Juice, Betaine and multi-molecular Hyaluronic Acid intensely hydrate and support a plump, comfortable feel.\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\"\u003eNourishes\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eJojoba Oil nourishes the skin and supports a smooth, supple 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\"\u003eGlows\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eRowan Extract and Bisabolol help protect, calm and visibly refresh the skin for a refined radiant finish.\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 dewy 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\u003eApply\u003c\/h3\u003e\n      \u003cp\u003eApply a small amount to cleansed 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\u003eCare\u003c\/h3\u003e\n      \u003cp\u003eMassage gently into the skin until the cream is fully 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\u003eGlow\u003c\/h3\u003e\n      \u003cp\u003eThe skin feels comfortable, protected and visibly radiant, with a soft dewy finish.\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 Combine with Nourishing Rich Cream or a Gentle Cleanser for a complete, refined skincare ritual.\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\"\u003eKey ingredients\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to hydrate, nourish and leave the skin feeling soft, comfortable and radiant.\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\"\u003eAloe Juice\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eIntensely hydrates and softens 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\"\u003eJojoba Oil\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eNourishes and supports a supple 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\"\u003eBetaine\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSupports moisture levels and helps strengthen the skin barrier.\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\"\u003eHyaluronic Acid\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eVisibly plumps the skin and gives an immediate dewy effect.\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=\"Complete your routine\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your day cream with these essentials for a complete SKINLY hydration routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/3-in-1-eye-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003e3-in-1 Eye Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/vitamin-c-serum-1\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eVitamin C Serum\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/hydrating-serum-1\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eHydrating Serum\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\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 skin type is this cream best for?\u003c\/summary\u003e\n        \u003cp\u003eThis cream is specially developed for normal to dry skin and is ideal for anyone looking for a soft, effective and luxurious moisturising moment.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eDoes it feel heavy on the skin?\u003c\/summary\u003e\n        \u003cp\u003eNo, the fast-absorbing texture gives a dewy, plump appearance without a heavy effect.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n        \u003cp\u003eType — Moisturiser \/ Face-care. Skin type — Normal to dry. Needs — Hydration, nourishment and dewy glow.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n        \u003cp\u003eAloe Barbadensis (Aloe) Leaf Juice, Caprylic\/Capric Triglyceride, Simmondsia Chinensis (Jojoba) Seed Oil➀, Glycerin➁, Glyceryl Stearate Citrate, Pentylene Glycol, Cetearyl Alcohol, Betaine, Dicaprylyl Carbonate, Parfum, Palmitic Acid, Stearic Acid, Xanthan Gum, Bisabolol, Nasturtium Officinale (Watercress) Flower\/Leaf Extract➀, Rubus Fruticosus (Blackberry) Fruit Extract➀, Sorbus Aucuparia (Rowan) Fruit Extract➀, Ascorbyl Palmitate, Rubus Idaeus (Raspberry) Seed Oil➀, Tocopherol, Aqua, Hydrolyzed Hyaluronic Acid, Sodium Hyaluronate, Sodium Phytate, Potassium Hydroxide, Benzyl Salicylate➂, Limonene➂, Citral➂, Linalool➂\u003c\/p\u003e\n        \u003cp\u003e➀ Ingredients from organic farming · ➁ Made with organic ingredients · ➂ From natural essential oils\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 soft, dewy glow?\u003c\/h2\u003e\n    \u003cp\u003eGive normal to dry skin silky hydration, lasting comfort and a visibly radiant finish.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027357098321\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €33,95 →\u003c\/button\u003e\n    \u003c\/form\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\"\u003eTransparent ingredients\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\"\u003eMoisturising Day Cream\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€33,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027357098321\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n    \u003c\/form\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":53027357098321,"sku":"167374","price":33.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/B2phs7uH_jLNHn4xhxvngLVi345YcvVq.jpg?v=1771796845"},{"product_id":"oil-free-zinc-face-gel-for-men","title":"Oil-Free Zinc Face Gel for Men","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\u003eOil-Free Zinc Face Gel for Men — Hydration, Freshness \u0026amp; Balance | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Oil-Free Zinc Face Gel for Men hydrates, refreshes and supports skin balance. With Aloe, Zinc PCA, Hyaluronic Acid, Watercress and Betaine.\"\u003e\n\u003cmeta name=\"keywords\" content=\"oil-free face gel for men, zinc face gel, gel moisturiser, men skincare, oily skin men, aloe, zinc PCA, hyaluronic acid, SKINLY for men\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/btbee1i49fx70qrf-101843206481.shopifypreview.com\/products_preview?preview_key=f47672cec0b3cf9e5d5590473f1d48e2\"\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:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns: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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eOil-Free Zinc Face Gel for Men\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eMen Care — Gel Moisturiser\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eOil-Free Zinc Face Gel for Men\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eHydrate · Balance · Freshness\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€33,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A lightweight gel moisturiser that hydrates instantly and leaves the skin feeling fresh, supple and comfortable without a heavy or sticky finish. The fast-absorbing texture is ideal for men who want simple, effective and luxurious care in their daily 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\"\u003eInstant lightweight 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\"\u003eSupports 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\"\u003eFresh, non-sticky finish\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\"\u003eNormal to combination skin\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n        \u003cinput type=\"hidden\" name=\"id\" value=\"53027389931857\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €33,95 →\u003c\/button\u003e\n      \u003c\/form\u003e\n\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\"\u003eDermatologically tested\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-in-1 Formula\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne gel, three results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eFormulated to hydrate, refresh and support a balanced, youthful-looking complexion in one fast-absorbing gel moisturiser.\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\"\u003eAloe Juice, Hyaluronic Acid and Betaine help hydrate the skin and support a supple, comfortable feel.\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\"\u003eBalances\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eZinc PCA supports the skin’s natural balance and contributes to a fresh, clarified 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\"\u003eRefreshes\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eWatercress Extract helps refresh the skin and support protection against impurities.\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 fresh daily 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\u003eApply\u003c\/h3\u003e\n      \u003cp\u003eApply a small amount to cleansed 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\u003eCare\u003c\/h3\u003e\n      \u003cp\u003eMassage gently into the skin until the gel is fully 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\u003eRefresh\u003c\/h3\u003e\n      \u003cp\u003eThe skin feels instantly fresh, comfortable and well cared for, without a heavy finish.\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 Combine with Softening Beard Oil for a complete daily routine. For an extended men’s grooming ritual, add the 2-in-1 Hair \u0026amp; Body Wash.\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\"\u003eKey ingredients\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to hydrate, balance and leave the skin feeling soft, fresh and vital.\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\"\u003eAloe Juice\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eIntensely hydrates and immediately calms 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\"\u003eZinc PCA\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSupports skin balance and contributes to a fresh appearance.\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\"\u003eHyaluronic Acid\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eHelps retain moisture for a supple, comfortable feel.\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\"\u003eWatercress Extract\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eRefreshes and helps protect the skin against impurities.\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=\"Complete your routine\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your face gel with these essentials for a complete SKINLY men’s routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/softening-beard-oil\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoftening Beard Oil\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/2-in-1-hair-body-wash-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003e2-in-1 Hair \u0026amp; Body Wash for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/3-in-1-eye-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eAnti-Aging Eye Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\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 skin type is this face gel best for?\u003c\/summary\u003e\n        \u003cp\u003eThis gel moisturiser is specially developed for normal to combination or slightly oily skin, and is ideal for men who want to maintain a fresh, youthful-looking complexion.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eDoes it feel sticky or heavy?\u003c\/summary\u003e\n        \u003cp\u003eNo, the lightweight gel texture absorbs quickly and leaves the skin feeling fresh, supple and comfortable without a sticky or heavy finish.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n        \u003cp\u003eType — Gel Moisturiser \/ Face-care. Skin type — Normal to combination or slightly oily. Needs — Hydration, freshness and daily care.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n        \u003cp\u003eAloe Barbadensis (Aloe) Leaf Juice➀, Glycerin➁, Pentylene Glycol, Butylene Glycol, Betaine, Sclerotium Gum, Zinc PCA, Aqua, Propanediol, Parfum, Nasturtium Officinale (Watercress) Flower\/Leaf Extract➀, Sodium Phytate, Potassium Hydroxide, Sodium Hyaluronate, Rhamnose, Glucose, Glucuronic Acid, Limonene➂, Linalool➂, Geraniol➂, Citral➂\u003c\/p\u003e\n        \u003cp\u003e➀ Ingredients from organic farming · ➁ Made with organic ingredients · ➂ From natural essential oils\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 fresh, balanced skin?\u003c\/h2\u003e\n    \u003cp\u003eGive your skin lightweight hydration, daily comfort and a clean, non-sticky finish.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027389931857\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €33,95 →\u003c\/button\u003e\n    \u003c\/form\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\"\u003eTransparent ingredients\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\"\u003eOil-Free Zinc Face Gel for Men\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€33,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027389931857\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n    \u003c\/form\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":53027389931857,"sku":"167375","price":33.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Oil-free_zinc_face_gel.jpg?v=1778105463"},{"product_id":"hyaluronic-acid-face-cream-for-men","title":"Hyaluronic Acid Face Cream for Men","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\u003eHyaluronic Acid Face Cream for Men — Hydration, Comfort \u0026amp; After Shave Care | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Hyaluronic Acid Face Cream for Men hydrates, calms and comforts normal to dry skin. With Hyaluronic Acid, Aloe, Betaine, Jojoba Oil and Bisabolol.\"\u003e\n\u003cmeta name=\"keywords\" content=\"face cream for men, hyaluronic acid face cream, moisturiser for men, after shave care, dry skin men, aloe, jojoba oil, SKINLY for men\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/btbee1i49fx70qrf-101843206481.shopifypreview.com\/products_preview?preview_key=7afc1662b1b6bca0f01025a7f70a549e\"\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:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns: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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eHyaluronic Acid Face Cream for Men\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eMen Care — Face Cream\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eHyaluronic Acid Face Cream for Men\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eHydrate · Calm · Comfort\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.7\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€33,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A velvety-soft moisturiser that absorbs quickly and gives the skin immediate comfort with long-lasting hydration. The lightweight texture feels pleasant without a greasy or heavy layer, leaving the skin looking fresh, supple and well cared for. Ideal for daily use, as a stand-alone moisturiser or as part of a complete men’s 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\"\u003eLong-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\"\u003eCalms after shaving\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, non-greasy feel\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\"\u003eNormal to dry skin\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n        \u003cinput type=\"hidden\" name=\"id\" value=\"53027632611665\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €33,95 →\u003c\/button\u003e\n      \u003c\/form\u003e\n\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\"\u003eDermatologically tested\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-in-1 Formula\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne cream, three results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eFormulated to hydrate, calm and visibly refresh normal to dry skin in one lightweight daily moisturiser.\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\"\u003eMulti-molecular Hyaluronic Acid and Betaine intensely hydrate and support the skin’s natural moisture balance.\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\"\u003eCalms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eAloe Juice and Bisabolol help soothe the skin, reduce visible redness and support comfort after shaving.\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\"\u003eJojoba Oil nourishes the skin and helps keep it feeling supple, smooth and comfortable.\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 comfortable 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\u003eApply\u003c\/h3\u003e\n      \u003cp\u003eApply to cleansed skin in the morning and\/or evening.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eCare\u003c\/h3\u003e\n      \u003cp\u003eMassage gently into the skin until the cream is fully 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\u003eComfort\u003c\/h3\u003e\n      \u003cp\u003eThe skin feels instantly supple, comfortable and protected, without a heavy finish.\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 Combine with Softening Beard Oil, 2-in-1 Hair \u0026amp; Body Wash and Anti-Aging Eye Cream for a complete, refined men’s grooming 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\"\u003eKey ingredients\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to hydrate, calm and visibly refresh 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\"\u003eHyaluronic Acid\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eIntensely hydrates and supports 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\"\u003eAloe Juice\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSoftens and calms the skin, ideal after shaving.\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\"\u003eBetaine\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eHelps prevent dehydration and supports the skin barrier.\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\"\u003eJojoba Oil\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eNourishes and keeps the skin supple and comfortable.\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=\"Complete your routine\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your face cream with these essentials for a complete SKINLY men’s routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/softening-beard-oil\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoftening Beard Oil\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/2-in-1-hair-body-wash-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003e2-in-1 Hair \u0026amp; Body Wash for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/3-in-1-eye-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eAnti-Aging Eye Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\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 skin type is this face cream best for?\u003c\/summary\u003e\n        \u003cp\u003eThis moisturiser is specially developed for normal to dry skin and is especially suitable after shaving, when the skin needs calming and recovery.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eCan I use it morning and evening?\u003c\/summary\u003e\n        \u003cp\u003eYes, apply to cleansed skin in the morning and\/or evening as a daily moisturiser.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n        \u003cp\u003eType — Moisturiser \/ Face-care. Skin type — Normal to dry. Needs — Hydration, calming and after shave care.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n        \u003cp\u003eAloe Barbadensis (Aloe) Leaf Juice, Caprylic\/Capric Triglyceride, Simmondsia Chinensis (Jojoba) Seed Oil➀, Glycerin➁, Glyceryl Stearate Citrate, Pentylene Glycol, Cetearyl Alcohol, Betaine, Dicaprylyl Carbonate, Parfum, Palmitic Acid, Stearic Acid, Xanthan Gum, Bisabolol, Nasturtium Officinale (Watercress) Flower\/Leaf Extract➀, Rubus Fruticosus (Blackberry) Fruit Extract➀, Sorbus Aucuparia (Rowan) Fruit Extract➀, Ascorbyl Palmitate, Rubus Idaeus (Raspberry) Seed Oil➀, Tocopherol, Aqua, Hydrolyzed Hyaluronic Acid, Sodium Hyaluronate, Sodium Phytate, Potassium Hydroxide, Benzyl Salicylate➂, Limonene➂, Citral➂, Linalool➂\u003c\/p\u003e\n        \u003cp\u003e➀ Ingredients from organic farming · ➁ Made with organic ingredients · ➂ From natural essential oils\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 hydrated, comfortable skin?\u003c\/h2\u003e\n    \u003cp\u003eGive normal to dry skin lightweight care, lasting hydration and a calm, well-groomed finish.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027632611665\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €33,95 →\u003c\/button\u003e\n    \u003c\/form\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\"\u003eTransparent ingredients\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\"\u003eHyaluronic Acid Face Cream for Men\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€33,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027632611665\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n    \u003c\/form\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":53027632611665,"sku":"167407","price":33.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/keglZHiI-ODz6eqhg8YCFOyY_4NkaX9k.jpg?v=1770847304"},{"product_id":"2-in-1-hair-body-wash-for-men","title":"2-in-1 Hair \u0026 Body Wash for Men","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\u003e2-in-1 Hair \u0026amp; Body Wash for Men — Cleanse, Hydrate \u0026amp; Volume | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY 2-in-1 Hair \u0026amp; Body Wash for Men cleanses skin and hair in one step. With Betaine, Glycerin, Wheat Protein, Rose Water, Nettle and Quince Extract.\"\u003e\n\u003cmeta name=\"keywords\" content=\"2-in-1 hair body wash, men body wash, men shampoo, men cleanser, hydrating body wash, volumising hair wash, SKINLY for men\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/btbee1i49fx70qrf-101843206481.shopifypreview.com\/products_preview?preview_key=05cc5cf806eea323bc6e2cff28462fb7\"\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:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns: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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e2-in-1 Hair \u0026amp; Body Wash for Men\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eMen Care — Hair \u0026amp; Body Wash\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003e2-in-1 Hair \u0026amp; Body Wash for Men\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eCleanse · Hydrate · Volume\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€29,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A powerful, energising cleanser that purifies and cares for skin and hair in one simple step. The rich foam texture cleanses thoroughly without drying, while hydrating ingredients respect the natural balance. Designed for men who choose efficiency, comfort and a fresh, well-groomed appearance — every single 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\"\u003eCleanses skin and 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\"\u003eHydrates 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\"\u003eSupports fresh volume\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\"\u003eAll skin \u0026amp; hair types\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n        \u003cinput type=\"hidden\" name=\"id\" value=\"53027645129041\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €29,95 →\u003c\/button\u003e\n      \u003c\/form\u003e\n\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\"\u003eDermatologically tested\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-in-1 Formula\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne wash, three results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully selected combination of active ingredients that leaves skin and hair feeling fresh, strong and comfortable.\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\"\u003eA rich foam texture purifies skin and hair thoroughly while respecting the natural balance.\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\"\u003eBetaine and Glycerin help hydrate the skin, protect against dryness and maintain softness after cleansing.\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\"\u003eStrengthens\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eHydrolyzed Wheat Protein helps strengthen the hair and gives it a visibly fuller, more voluminous appearance.\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 fresh daily 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\u003eApply\u003c\/h3\u003e\n      \u003cp\u003eApply to wet skin and hair.\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\u003c\/h3\u003e\n      \u003cp\u003eMassage gently until a rich, refreshing foam develops and enjoy the energising scent.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eRinse\u003c\/h3\u003e\n      \u003cp\u003eRinse thoroughly and experience clean, hydrated skin and fresh, voluminous hair.\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 Combine with Hyaluronic Acid Face Cream, Oil-Free Zinc Face Gel and Anti-Aging Eye Cream for a complete, well-groomed men’s 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\"\u003eKey ingredients\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to cleanse, hydrate and leave skin and hair feeling fresh, strong and comfortable.\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\"\u003eBetaine\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eHelps hydrate the skin and supports the 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\"\u003eGlycerin\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eProtects against dryness and helps preserve softness.\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\"\u003eWheat Protein\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eStrengthens the hair and gives visibly more volume.\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\"\u003eRose Water\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eRefreshes and helps calm 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=\"Complete your routine\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your 2-in-1 wash with these essentials for a complete SKINLY men’s routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/hyaluronic-acid-face-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eHyaluronic Acid Face Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/oil-free-zinc-face-gel-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eOil-Free Zinc Face Gel for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/3-in-1-eye-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003e3-in-1 Eye Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\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\u003eCan I use this product on both hair and body?\u003c\/summary\u003e\n        \u003cp\u003eYes, this cleanser is designed as a 2-in-1 formula for both skin and hair.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs it suitable for daily use?\u003c\/summary\u003e\n        \u003cp\u003eYes, the formula cleanses thoroughly while helping to respect the skin’s natural balance, making it suitable for daily use.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n        \u003cp\u003eType — Hand, body and hair wash. Skin and hair type — Suitable for all skin and hair types. Needs — Cleansing, hydration and volume.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n        \u003cp\u003eAqua, Sodium Coco-Sulfate, Coco-Glucoside, Rosa Damascena (Rosa) Flower Water➀, Cocamidopropyl Betaine, Glycerin➁, Betaine, Glyceryl Oleate, Sodium Chloride, Citric Acid, Parfum, Benzyl Alcohol, Brassica Alcohol, Pyrus Cydonia (Quince) Fruit Extract➀, Urtica Dioica (Nettle) Leaf Extract➀, Hydrolyzed Wheat Protein, Sodium Benzoate, Brassicyl Isoleucinate Esylate, Potassium Sorbate, Limonene➂, Linalool➂\u003c\/p\u003e\n        \u003cp\u003e➀ Ingredients from organic farming · ➁ Made with organic ingredients · ➂ From natural essential oils\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 fresh skin and stronger-looking hair?\u003c\/h2\u003e\n    \u003cp\u003eCleanse, hydrate and refresh your daily routine with one powerful 2-in-1 formula.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027645129041\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €29,95 →\u003c\/button\u003e\n    \u003c\/form\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\"\u003eTransparent ingredients\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\"\u003e2-in-1 Hair \u0026amp; Body Wash for Men\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€29,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027645129041\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n    \u003c\/form\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":53027645129041,"sku":"167411","price":29.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/blySzPIezoCEdCo--qqX0sFph7FETiXK.jpg?v=1770847713"},{"product_id":"softening-beard-oil","title":"Softening Beard Oil for Men","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\u003eSoftening Beard Oil — Beard Care, Comfort \u0026amp; Control | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Softening Beard Oil softens, nourishes and helps control the beard. With Hemp Seed Oil, 1% CBD and Vitamin E for a refined grooming routine.\"\u003e\n\u003cmeta name=\"keywords\" content=\"beard oil, softening beard oil, grooming oil, hemp seed oil, CBD beard oil, vitamin E, beard care, SKINLY for men\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/btbee1i49fx70qrf-101843206481.shopifypreview.com\/products_preview?preview_key=225936aceb16e32c3dd73a22ec6bee2e\"\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:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns: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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eSoftening Beard Oil\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eGrooming — Beard Oil\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eSoftening Beard Oil\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eSoften · Control · Comfort\u003c\/p\u003e\n\n    \u003cdiv class=\"rat\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e5\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€29,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A premium beard oil designed for luxurious softness and optimal control. The lightweight, non-greasy texture absorbs quickly and cares for both beard hair and the skin underneath, without a heavy or overly shiny finish. The beard feels instantly softer, smoother and easier to style, with a subtly energising scent experience.\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\"\u003eSoftens beard hair instantly\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 skin comfort\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, non-greasy texture\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\"\u003eAll skin types \u0026amp; beard lengths\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n        \u003cinput type=\"hidden\" name=\"id\" value=\"53027653419345\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €29,95 →\u003c\/button\u003e\n      \u003c\/form\u003e\n\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\"\u003eDermatologically tested\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-in-1 Formula\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne oil, three results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully balanced formula that visibly softens, nourishes and helps shape the beard with a refined grooming finish.\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\"\u003eSoftens\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eHemp Seed Oil nourishes intensely and hydrates both beard hair and the skin underneath for a softer feel.\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\"\u003e1% Cannabidiol helps calm the skin and reduce the feeling of irritation beneath the beard.\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\"\u003eControls\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eVitamin E supports a healthy-looking finish while the lightweight texture helps keep the beard refined and manageable.\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 refined grooming 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\u003eApply\u003c\/h3\u003e\n      \u003cp\u003eApply a few drops into the palms of your hands and rub the oil between your hands.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eCare\u003c\/h3\u003e\n      \u003cp\u003eMassage evenly into the beard, from root to tip, to nourish the hair and skin underneath.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eStyle\u003c\/h3\u003e\n      \u003cp\u003eShape as desired. The beard feels instantly soft, controlled and professionally groomed.\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 Combine with Hyaluronic Acid Face Cream or Oil-Free Zinc Face Gel as a hydrating base, 2-in-1 Hair \u0026amp; Body Wash for cleansing and Anti-Aging Eye Cream for a complete, refined men’s 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\"\u003eKey ingredients\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to soften the beard, care for the skin and support a controlled, well-groomed finish.\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\"\u003eHemp Seed Oil\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eNourishes intensely and hydrates both beard and 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\"\u003e1% Cannabidiol\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCalms the skin and helps reduce irritation.\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 E\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSupports a healthy appearance and helps protect against external influences.\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\"\u003eLight Oil Texture\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eAbsorbs quickly without a heavy or 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=\"Complete your routine\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your beard oil with these essentials for a complete SKINLY men’s grooming routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/hyaluronic-acid-face-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eHyaluronic Acid Face Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/oil-free-zinc-face-gel-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eOil-Free Zinc Face Gel for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/2-in-1-hair-body-wash-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003e2-in-1 Hair \u0026amp; Body Wash for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\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 beard type is this oil suitable for?\u003c\/summary\u003e\n        \u003cp\u003eThis beard oil is suitable for all beard lengths and all skin types. It is ideal for men who want softness, control and a refined grooming experience.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eDoes it feel greasy?\u003c\/summary\u003e\n        \u003cp\u003eNo, the lightweight texture absorbs quickly and leaves the beard soft and controlled without a heavy or overly shiny finish.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n        \u003cp\u003eType — Facial Oil \/ Grooming Oil. Skin type — All skin types. Needs — Hydration, softness, styling and skin comfort.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n        \u003cp\u003eCannabis Sativa (Hemp) Seed Oil➀, Decyl Cocoate, Undecane, Tridecane, Cannabidiol – Derived From Extract Or Tincture Or Resin Of Cannabis, Tocopherol, Parfum, Limonene➁, Linalool➁, Citral➁\u003c\/p\u003e\n        \u003cp\u003e➀ Ingredients from organic farming · ➁ From natural essential oils\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 softer, controlled beard?\u003c\/h2\u003e\n    \u003cp\u003eGive your beard lightweight care, refined softness and a professionally groomed finish.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027653419345\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €29,95 →\u003c\/button\u003e\n    \u003c\/form\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\"\u003eTransparent ingredients\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\"\u003eSoftening Beard Oil\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€29,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027653419345\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n    \u003c\/form\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":53027653419345,"sku":"167414","price":29.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Yxiy86HsZTZrhg1X9mPsacfKA_vWqld7.jpg?v=1771796945"},{"product_id":"3-in-1-eye-cream-for-men","title":"3-in-1 Eye Cream for Men","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-Aging Eye Cream for Men — Dark Circles, Puffiness \u0026amp; Fine Lines | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Anti-Aging Eye Cream for Men hydrates, helps reduce dark circles and puffiness, and softens fine lines. With 1% CBD, Hyaluronic Acid, Aloe and Ginkgo.\"\u003e\n\u003cmeta name=\"keywords\" content=\"eye cream for men, anti-aging eye cream, dark circles men, puffiness, fine lines, CBD eye cream, hyaluronic acid, SKINLY for men\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/btbee1i49fx70qrf-101843206481.shopifypreview.com\/products_preview?preview_key=00ef762d9267b4004c1607a23d617db9\"\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:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns: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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eAnti-Aging Eye Cream for Men\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eMen Care — Eye Cream\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eAnti-Aging Eye Cream for Men\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eHydrate · Depuff · Smooth\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€29,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A multifunctional anti-aging eye cream for men that delivers triple care for a fresh, well-rested appearance. The lightweight, fast-absorbing texture intensely hydrates, helps visibly reduce dark circles and puffiness, and softens fine lines around the eyes. The delicate eye area feels instantly comfortable, smooth and cared for.\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 dark circles\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\"\u003eTargets puffiness\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 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\"\u003eAll skin types, incl. sensitive\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n        \u003cinput type=\"hidden\" name=\"id\" value=\"53027666755921\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €29,95 →\u003c\/button\u003e\n      \u003c\/form\u003e\n\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\"\u003eDermatologically tested\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-in-1 Formula\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne cream, three results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eFormulated to hydrate, calm and visibly refresh the eye contour in one lightweight, fast-absorbing formula.\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\"\u003eMulti-molecular Hyaluronic Acid, Sodium PCA and Aloe Juice intensely hydrate and help soften fine lines around the eyes.\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\"\u003eCalms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003e1% Cannabidiol helps calm the delicate skin and supports immediate comfort, especially around the sensitive eye area.\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\"\u003eRefreshes\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eGinkgo Leaf Extract and Hemp Seed Oil support the skin barrier and help protect against environmental stress.\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 fresh eye-care 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\u003eApply\u003c\/h3\u003e\n      \u003cp\u003eApply a small amount to cleansed skin around the eyes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eCare\u003c\/h3\u003e\n      \u003cp\u003eGently tap with your fingertips until the cream is fully 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\u003eRepeat daily\u003c\/h3\u003e\n      \u003cp\u003eUse morning and\/or evening. The eye contour looks instantly fresher, smoother and more youthful.\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 Combine with a hydrating face cream and a caring beard oil for a complete, refined men’s 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\"\u003eKey ingredients\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to hydrate, calm and visibly refresh the delicate eye contour.\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\"\u003e1% Cannabidiol\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCalms the sensitive eye area and supports immediate 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\"\u003eHyaluronic Acid\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eIntensely hydrates and helps soften 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\"\u003eGinkgo Leaf Extract\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eRich in antioxidants and helps protect against environmental stress.\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\"\u003eHemp Seed Oil\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eNourishes and supports the skin barrier.\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=\"Complete your routine\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your eye cream with these essentials for a complete SKINLY men’s routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/hyaluronic-acid-face-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eHyaluronic Acid Face Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/oil-free-zinc-face-gel-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eOil-Free Zinc Face Gel for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/softening-beard-oil\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoftening Beard Oil\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\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\u003eIs this eye cream suitable for sensitive skin?\u003c\/summary\u003e\n        \u003cp\u003eYes, it is developed for all skin types, including sensitive skin, and is especially suitable for signs of tiredness and ageing around the eyes.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eCan I use it morning and evening?\u003c\/summary\u003e\n        \u003cp\u003eYes, gently tap a small amount around the eye area every morning and\/or evening after cleansing.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n        \u003cp\u003eType — Eye Cream \/ Face-care. Skin type — All skin types, including sensitive skin. Needs — Anti-aging, hydration, reduction of dark circles and puffiness.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n        \u003cp\u003eAloe Barbadensis (Aloe) Leaf Juice➀, Glycerin➁, Cannabis Sativa (Hemp) Seed Oil➀, Glyceryl Stearate Citrate, Pentylene Glycol, Cetearyl Alcohol, Coco-Caprylate, Dicaprylyl Carbonate, Sodium PCA, Cannabidiol - Derived From Extract Or Tincture Or Resin Of Cannabis, Octyldodecanol, Irvingia Gabonensis (Wild Mango) Kernel Butter, Cellulose, Parfum, Caprylic\/Capric Triglyceride, Palmitic Acid, Stearic Acid, Xanthan Gum, Hydrogenated Coco-Glycerides, Tocopherol, Ascorbyl Palmitate, Aqua, Sodium Phytate, Vitis Vinifera (Grape) Leaf Extract➀, Hydrolyzed Hyaluronic Acid, Sodium Hyaluronate, Aesculus Hippocastanum (Horse Chestnut) Seed Extract➀, Potassium Hydroxide, Ginkgo Biloba (Ginkgo) Leaf Extract, Limonene➂, Linalool➂, Geraniol➂, Citral➂\u003c\/p\u003e\n        \u003cp\u003e➀ Ingredients from organic farming · ➁ Made with organic ingredients · ➂ From natural essential oils\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 fresher eye contour?\u003c\/h2\u003e\n    \u003cp\u003eGive tired-looking eyes hydration, comfort and a smoother, more well-rested appearance.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027666755921\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €29,95 →\u003c\/button\u003e\n    \u003c\/form\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\"\u003eTransparent ingredients\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-Aging Eye Cream for Men\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€29,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53027666755921\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n    \u003c\/form\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":53027666755921,"sku":"167416","price":29.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/eYpC8vZc63XFw47QIfp9n_v-PPceYU-p.jpg?v=1775507431"},{"product_id":"vitamin-c-serum-1","title":"Vitamin C Serum for Men","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"SKINLY Vitamin C Energy Booster brightens, helps reduce dark spots and protects against external stressors. With 2% Natural Vitamin C, Ferulic Acid and Sea Buckthorn Oil.\"\u003e \u003cmeta name=\"keywords\" content=\"vitamin c booster, vitamin c serum, dark spots, glowing skin, ascorbyl glucoside, ferulic acid, sea buckthorn oil, SKINLY skincare\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/byk4rkq92tq61wpf-101843206481.shopifypreview.com\/products_preview?preview_key=88e4743fb8aea7310fdfdf8061357e39\"\u003e \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\u003c\/p\u003e\n\u003cstyle\u003e\n:root{--t:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns:1fr}\n}\n\u003c\/style\u003e\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\u003c\/div\u003e\n\u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eVitamin C Energy Booster\u003c\/nav\u003e\u003c\/div\u003e\n\u003csection class=\"prod\"\u003e\n\u003cdiv class=\"det\"\u003e\n\u003cp class=\"det-cat\"\u003eFace Care — Booster Serum\u003c\/p\u003e\n\u003ch1 class=\"det-title\"\u003eVitamin C Energy Booster\u003c\/h1\u003e\n\u003cp class=\"det-tag\"\u003eBrighten · Protect · Glow\u003c\/p\u003e\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\u003cdiv class=\"pri\"\u003e\u003cspan class=\"pri-amt\"\u003e€32,95\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"det-desc\"\u003eA luxurious, lightweight booster designed to give the skin a powerful energy boost. This targeted formula combines three visible effects: it brightens the complexion, helps reduce the appearance of dark spots and protects against external stressors. Skin looks instantly fresher, more even and visibly radiant.\u003c\/p\u003e\n\u003cdiv class=\"bcs\"\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\"\u003eHelps reduce 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\"\u003eProtects against free radicals\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\"\u003eAll skin types\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta\"\u003e\n\u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n\u003cinput type=\"hidden\" value=\"53147386904913\"\u003e \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €32,95 →\u003c\/button\u003e\n\u003c\/form\u003e\n\u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003eDermatologically tested\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\u003csection class=\"thr reveal\"\u003e\n\u003cdiv class=\"thr-in\"\u003e\n\u003cdiv class=\"sh\"\u003e\n\u003cp class=\"sh-l\"\u003e3-in-1 Formula\u003c\/p\u003e\n\u003ch2 class=\"sh-t sh-tw\"\u003eOne booster, three results\u003c\/h2\u003e\n\u003cp class=\"sh-s sh-sw\"\u003eA carefully selected synergy of antioxidants, hydrating and nourishing ingredients that visibly brightens, protects and stimulates a healthy glow.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003e2% Natural Vitamin C helps brighten the skin and reduce the appearance of dark spots for a more even-looking glow.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003eFerulic Acid and Vitamin E help support firmness and protect the skin against oxidative stress and premature ageing.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003eSea Buckthorn Oil and botanical oils support the skin barrier and leave the skin feeling smooth, supple and nourished.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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 radiant energy ritual\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"htu-g\"\u003e\n\u003cdiv class=\"hs\"\u003e\n\u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eApply\u003c\/h3\u003e\n\u003cp\u003eApply a small amount to cleansed skin on the face and neck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hs\"\u003e\n\u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eActivate\u003c\/h3\u003e\n\u003cp\u003eMassage gently into the skin until fully absorbed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hs\"\u003e\n\u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eGlow\u003c\/h3\u003e\n\u003cp\u003eUse morning and\/or evening for a radiant, even and energised-looking complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"htu-note-w\"\u003e\n\u003cdiv class=\"htu-note\"\u003e\n\u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Combine with Vitamin C Serum and Hydrating Serum for optimal protection and a complete, luxurious anti-age routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ing-s reveal\"\u003e\n\u003cdiv class=\"ing-in\"\u003e\n\u003cdiv class=\"sh\"\u003e\n\u003cp class=\"sh-l\"\u003eKey ingredients\u003c\/p\u003e\n\u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n\u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to brighten, protect, hydrate and support a smoother, healthier-looking glow.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003e2% Natural Vitamin C\u003c\/h3\u003e\n\u003cp class=\"ing-d\"\u003eBrightens the skin and helps reduce dark spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-c\"\u003e\n\u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n\u003ch3 class=\"ing-nm\"\u003eFerulic Acid\u003c\/h3\u003e\n\u003cp class=\"ing-d\"\u003eSupports firmness and protects against free radicals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-c\"\u003e\n\u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n\u003ch3 class=\"ing-nm\"\u003eSea Buckthorn Oil\u003c\/h3\u003e\n\u003cp class=\"ing-d\"\u003eRich in antioxidants and nourishing fatty acids.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-c\"\u003e\n\u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n\u003ch3 class=\"ing-nm\"\u003eHyaluronic Acid\u003c\/h3\u003e\n\u003cp class=\"ing-d\"\u003eIntensely hydrates and visibly plumps the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cr-s reveal\" aria-label=\"Complete your routine\"\u003e\n\u003cdiv class=\"cr-in\"\u003e\n\u003cdiv class=\"sh\"\u003e\n\u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n\u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n\u003cp class=\"sh-s sh-sd\"\u003ePair your Vitamin C booster with these essentials for a complete SKINLY glow and anti-age routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cr-g\"\u003e\n\u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/moisturising-day-cream\" class=\"cr-c\"\u003e \u003cspan class=\"cr-nm\"\u003eMoisturising Day Cream For Men\u003c\/span\u003e \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/3-in-1-eye-cream-for-men\" class=\"cr-c\"\u003e \u003cspan class=\"cr-nm\"\u003e3-in-1 Eye Cream for Men\u003c\/span\u003e \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/anti-age-day-cream\" class=\"cr-c\"\u003e \u003cspan class=\"cr-nm\"\u003eanti-age-day-cream\u003c\/span\u003e \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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\u003cdiv class=\"faq-g\"\u003e\n\u003cdetails class=\"faq-i\"\u003e\n\u003csummary\u003eWhich skin type is this booster best for?\u003c\/summary\u003e\n\u003cp\u003eThis booster is suitable for all skin types and is ideal for skin that needs glow, anti-age support, hydration and help with visible dark spots.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-i\"\u003e\n\u003csummary\u003eCan I use it morning and evening?\u003c\/summary\u003e\n\u003cp\u003eYes, apply a small amount in the morning and\/or evening on cleansed skin. In the morning, always follow with SPF.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-i\"\u003e\n\u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n\u003cp\u003eType — Booster \/ Serum \/ Face-care. Skin type — All skin types. Skin needs — Glow, anti-age, dark spot care and hydration. Claims — Dermatologically tested, vegan, gluten-free and natural certified.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-i\"\u003e\n\u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n\u003cp\u003eAqua\/Water, Glycerin➁, Cetearyl Alcohol, Simmondsia Chinensis (Jojoba) Seed Oil➀, Pentylene Glycol, Butylene Glycol, Ascorbyl Glucoside, Glyceryl Stearate Citrate, Sodium PCA, Polyglyceryl-6 Stearate, Caprylic\/Capric Triglyceride, Ferulic Acid, Hippophae Rhamnoides (Sea Buckthorn) Fruit Oil➀, Tocopherol, Coco-Caprylate\/Caprate, Dicaprylyl Carbonate, Isoamyl Laurate, Triheptanoin, Potassium Hydroxide, Prunus Amygdalus Dulcis (Sweet Almond) Oil➀, Parfum\/Fragrance, Cellulose, Sodium Citrate, Xanthan Gum, Polyglyceryl-6 Behenate, Persea Gratissima (Avocado) Oil➀, Rosa Canina (Rosehip) Fruit Oil➀, Ascorbyl Palmitate, Ricinus Communis (Castor) Seed Oil➀, Hydrolyzed Hyaluronic Acid, Sodium Hyaluronate, Sodium Phytate, Citric Acid, Limonene➂, Citrus Aurantium Peel Oil, Geranyl Acetate➂, Citrus Limon Peel Oil, Linalool➂, Pinene➂, Geraniol➂, Pelargonium Graveolens Flower Oil, Citronellol➂, Vanillin, Beta-Caryophyllene➂, Carvone➂\u003c\/p\u003e\n\u003cp\u003e➀ Ingredients from organic farming · ➁ Made with organic ingredients · ➂ From natural essential oils\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fcta reveal\"\u003e\n\u003cdiv class=\"fcta-in\"\u003e\n\u003ch2\u003eReady for a brighter, energised glow?\u003c\/h2\u003e\n\u003cp\u003eGive your skin antioxidant protection, visible radiance and a smoother, more even-looking finish.\u003c\/p\u003e\n\u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n\u003cinput type=\"hidden\" value=\"53147386904913\"\u003e \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €32,95 →\u003c\/button\u003e\n\u003c\/form\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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\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\"\u003eTransparent ingredients\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"stk\"\u003e\n\u003cdiv class=\"stk-f\"\u003e\n\u003cdiv class=\"stk-inf\"\u003e\n\u003cspan class=\"stk-nm\"\u003eVitamin C Energy Booster\u003c\/span\u003e \u003cspan class=\"stk-pr\"\u003e€32,95\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n\u003cinput type=\"hidden\" value=\"53147386904913\"\u003e \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/form\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53147386904913,"sku":"171547","price":32.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Vitamin_C_Serum_with_Box_Brightening_Anti-Aging_Face_Serum_for_Radiant_Even_Skin.jpg?v=1773952251"},{"product_id":"hydrating-serum-1","title":"Hydrating Serum for Men","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 Serum — Hydration, Comfort \u0026amp; Glow | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Hydrating Serum intensely hydrates, calms and gives the skin a fresh, healthy glow. With Aloe, Hyaluronic Acid, Bisabolol, Cloudberry and Peony Extract.\"\u003e\n\u003cmeta name=\"keywords\" content=\"hydrating serum, face serum, hyaluronic acid serum, aloe serum, calming serum, glowing skin, SKINLY skincare\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/byk4rkq92tq61wpf-101843206481.shopifypreview.com\/products_preview?preview_key=cea8db72cef77697d636805b60831d9b\"\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:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns: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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eHydrating Serum\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eFace Care — Serum\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eHydrating Serum\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eHydrate · Calm · 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.9\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€32,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A luxurious, airy facial serum with a silky-soft feel on the skin. This refined formula combines three essential effects: intensive hydration, calming comfort and a fresh, healthy-looking glow. Skin feels instantly supple, comfortable and visibly hydrated.\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\"\u003eIntensely hydrates 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\"\u003eCalms and comforts\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 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\"\u003eAll skin types\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta\"\u003e\n      \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n        \u003cinput type=\"hidden\" name=\"id\" value=\"53147554283857\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €32,95 →\u003c\/button\u003e\n      \u003c\/form\u003e\n\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\"\u003eDermatologically tested\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-in-1 Formula\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne serum, three results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully selected synergy of hydrating, calming and nourishing ingredients that visibly softens the skin and stimulates a fresh 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\"\u003eAloe Juice and Hyaluronic Acid deliver deep, long-lasting hydration and help the skin feel smooth, fresh and replenished.\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\"\u003eCalms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eBisabolol helps calm the skin, reduce visible redness and provide immediate comfort.\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\"\u003eCloudberry and Peony Extract provide antioxidants and essential nutrients for a radiant, vital-looking 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 fresh 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\u003eApply\u003c\/h3\u003e\n      \u003cp\u003eApply a small amount 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\u003eHydrate\u003c\/h3\u003e\n      \u003cp\u003eMassage gently into the skin until fully 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\u003eRepeat daily\u003c\/h3\u003e\n      \u003cp\u003eUse morning and\/or evening for long-lasting fresh, supple and comfortable skin.\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 Combine with All-In-One Facial Oil and Moisturising Day Cream for extra comfort and a complete, luxurious hydration 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\"\u003eKey ingredients\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach ingredient is selected to hydrate, calm and support a smoother, healthier-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\"\u003eAloe Juice\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eIntensely hydrates and softens 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\"\u003eHyaluronic Acid\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eReplenishes the skin and supports lasting 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\"\u003eBisabolol\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCalms the skin and offers immediate 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\"\u003eCloudberry \u0026amp; Peony\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eRich in antioxidants for a fresh, even appearance.\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=\"Complete your routine\"\u003e\n  \u003cdiv class=\"cr-in\"\u003e\n    \u003cdiv class=\"sh\"\u003e\n      \u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your hydrating serum with these essentials for a complete SKINLY hydration routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/all-in-one-facial-oil-1\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eAll-In-One Facial Oil\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/moisturising-day-cream\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eMoisturising Day Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/hyaluronic-acid-face-cream-for-men\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eHyaluronic Acid Face Cream for Men\u003c\/span\u003e\n        \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e\n      \u003c\/a\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 skin type is this serum best for?\u003c\/summary\u003e\n        \u003cp\u003eThis serum is suitable for all skin types and is ideal for skin that needs hydration, calming comfort and a fresh, healthy-looking glow.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eCan I use it morning and evening?\u003c\/summary\u003e\n        \u003cp\u003eYes, apply a small amount in the morning and\/or evening on cleansed skin.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product details?\u003c\/summary\u003e\n        \u003cp\u003eType — Serum \/ Face-care. Skin type — All skin types. Skin needs — Hydration, calming and anti-age support.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the INCI list?\u003c\/summary\u003e\n        \u003cp\u003eAloe Barbadensis (Aloe) Leaf Juice➀, Simmondsia Chinensis (Jojoba) Seed Oil➀, Glycerin➁, Pentylene Glycol, Rosa Damascena (Rose) Flower Water➀, Polyglyceryl-6 Stearate, Cetearyl Alcohol, Isoamyl Laurate, Aqua, Betaine, Polyglyceryl-6 Behenate, Parfum, Cellulose, Caprylic\/Capric Triglyceride, Xanthan Gum, Bisabolol, Paeonia Lactiflora (Peony) Root Extract, Rubus Chamaemorus (Cloudberry) Fruit Extract➀, Ascorbyl Palmitate, Hydrolyzed Hyaluronic Acid, Sodium Hyaluronate, Sodium Phytate, Tocopherol, Benzyl Alcohol, Alteromonas Ferment Extract, Phenethyl Alcohol, CI 77491 (Iron Oxides)④, Sodium Benzoate, Potassium Sorbate, Potassium Hydroxide, Glycolipids, Limonene➂, Geraniol➂, Coumarin➂, Linalool➂\u003c\/p\u003e\n        \u003cp\u003e➀ Ingredients from organic farming · ➁ Made with organic ingredients · ➂ From natural essential oils · ④ Pure mineral pigments\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 hydrated, comfortable skin?\u003c\/h2\u003e\n    \u003cp\u003eGive your skin a silky-soft hydration boost, calming comfort and a fresh luminous finish.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53147554283857\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €32,95 →\u003c\/button\u003e\n    \u003c\/form\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\"\u003eTransparent ingredients\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 Serum\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€32,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53147554283857\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n    \u003c\/form\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":53147554283857,"sku":"171551","price":32.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Hydrating_Serum_with_Box_Deep_Moisture_Face_Serum_for_Glowing_Smooth_Healthy_Skin.jpg?v=1773951639"},{"product_id":"all-in-one-facial-oil-1","title":"All-In-One Facial Oil for Men","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003cmeta content=\"SKINLY All-in-One Facial Oil deeply nourishes, hydrates and gives dry or mature skin a healthy glow. With Jojoba, Avocado, Almond, Sea Buckthorn and Vitamin E.\" name=\"description\"\u003e \u003cmeta content=\"facial oil, All-in-One facial oil, dry skin oil, mature skin, glowing skin, jojoba oil, avocado oil, sea buckthorn oil, SKINLY skincare\" name=\"keywords\"\u003e \u003clink href=\"https:\/\/byk4rkq92tq61wpf-101843206481.shopifypreview.com\/products_preview?preview_key=2f489d71a100ec255200e751f4f59482\" rel=\"canonical\"\u003e \u003clink rel=\"stylesheet\" 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\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n:root{--t:#64ABE6;--tl:#8CC7F2;--td:#4F91C9;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(100,171,230,.18);--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{display:flex;align-items:center;gap:.5rem;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{\n  max-width:1300px;\n  margin:0 auto;\n  padding:1.5rem clamp(1.5rem,4vw,3rem) clamp(3rem,6vw,5rem);\n  position:relative;\n}\n.pbadge{\n  position:absolute;\n  top:1.5rem;\n  left:clamp(1.5rem,4vw,3rem);\n  background:#2C2321;\n  color:#D8B47A;\n  padding:6px 10px;\n  font-size:10px;\n  font-weight:600;\n  letter-spacing:.18em;\n  text-transform:uppercase;\n  z-index:20;\n}  \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;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(100,171,230,.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:520px;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: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(4,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(100,171,230,.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:1rem;margin-top:2rem}\n.cr-c{display:block;padding:1.8rem 1.5rem;border:1px solid var(--bd);text-decoration:none;transition:all .3s ease;background:#fff;border-radius:2px}\n.cr-c:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.05)}\n.cr-nm{display:block;font-size:.85rem;font-weight:600;color:var(--dk);margin-bottom:.4rem}\n.cr-cta{font-size:.75rem;color:var(--t)}\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,.55);margin-bottom:1.8rem}\n.fcta-btn{display:inline-flex;align-items:center;gap:.7rem;background:#fff;color:var(--td);padding:1.1rem 3rem;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;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:repeat(2,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}\n@media(max-width:480px){\n  .tb-g{grid-template-columns:repeat(2,1fr)}\n  .ing-g{grid-template-columns:1fr}\n}\n\u003c\/style\u003e\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\"\u003eCruelty-free \u0026amp; dermatologically tested\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\"\u003eCruelty-free \u0026amp; dermatologically tested\u003c\/div\u003e\n\u003cdiv class=\"ann-i\"\u003eSecure checkout · SSL encrypted\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc\" aria-label=\"Breadcrumb\"\u003e\u003cnav\u003e\u003ca href=\"\/\"\u003eHome\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003e\u003ca href=\"\/collections\/for-men\"\u003efor-men\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eAll-in-One Facial Oil\u003c\/nav\u003e\u003c\/div\u003e\n\u003csection class=\"prod\"\u003e\n\n\u003cspan class=\"pbadge\"\u003eFOR MEN\u003c\/span\u003e\n\n\u003cdiv class=\"det\"\u003e\n\u003cp class=\"det-cat\"\u003eFace Care — Facial Oil\u003c\/p\u003e\n\u003ch1 class=\"det-title\"\u003eAll-in-One Facial Oil\u003c\/h1\u003e\n\u003cp class=\"det-tag\"\u003eNourish · Comfort · Glow\u003c\/p\u003e\n\u003cdiv class=\"rat\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"rat-lbl\"\u003e\u003cstrong\u003e5\u003c\/strong\u003e\/5\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pri\"\u003e\u003cspan class=\"pri-amt\"\u003e€32,95\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"det-desc\"\u003eA luxurious, multifunctional facial oil designed to intensely hydrate the skin and instantly give it an energised, healthy-looking glow. The silky formula combines deep nourishment, lasting comfort and a natural radiance — leaving skin feeling softer, fuller and visibly more vital.\u003c\/p\u003e\n\u003cdiv class=\"bcs\"\u003e\n\u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eDeeply nourishes 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\"\u003ePromotes a healthy 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\"\u003eDry, mature \u0026amp; dehydrated skin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta\"\u003e\n\u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n\u003cinput type=\"hidden\" value=\"53159993213265\"\u003e \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €32,95 →\u003c\/button\u003e\n\u003c\/form\u003e\n\u003cdiv class=\"sec-a\"\u003eSecure checkout · SSL encrypted · Fast delivery\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003eDermatologically tested\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\u003csection class=\"thr reveal\"\u003e\n\u003cdiv class=\"thr-in\"\u003e\n\u003cdiv class=\"sh\"\u003e\n\u003cp class=\"sh-l\"\u003e3-in-1 Formula\u003c\/p\u003e\n\u003ch2 class=\"sh-t sh-tw\"\u003eOne oil, three results\u003c\/h2\u003e\n\u003cp class=\"sh-s sh-sw\"\u003eA carefully selected synergy of All-in-One and protective oils that intensely hydrate the skin and encourage a healthy, radiant glow.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003eJojoba, Avocado and Almond Oil help strengthen the skin barrier and prevent moisture loss.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003eSea Buckthorn and Raspberry Seed Oil are rich in antioxidants that help protect the skin against external stressors.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003eEvening Primrose Oil and Vitamin E support skin balance, elasticity and a visibly smoother, more radiant complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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 All-in-One glow ritual\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"htu-g\"\u003e\n\u003cdiv class=\"hs\"\u003e\n\u003cdiv class=\"hs-n\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eApply\u003c\/h3\u003e\n\u003cp\u003eApply a few drops to cleansed skin on the face and neck. Avoid direct contact with the eyes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hs\"\u003e\n\u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eNourish\u003c\/h3\u003e\n\u003cp\u003eMassage gently into the skin until fully absorbed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hs\"\u003e\n\u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eGlow\u003c\/h3\u003e\n\u003cp\u003eUse morning and\/or evening for visibly supple, comfortable and radiant-looking skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"htu-note-w\"\u003e\n\u003cdiv class=\"htu-note\"\u003e\n\u003cp\u003e\u003cstrong\u003ePro tip:\u003c\/strong\u003e Combine with Hydrating Serum and Moisturising Day Cream for a complete, luxurious skincare routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ing-s reveal\"\u003e\n\u003cdiv class=\"ing-in\"\u003e\n\u003cdiv class=\"sh\"\u003e\n\u003cp class=\"sh-l\"\u003eKey ingredients\u003c\/p\u003e\n\u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it work\u003c\/h2\u003e\n\u003cp class=\"sh-s sh-sd\"\u003eEach oil is selected to nourish, protect and support a smoother, healthier-looking glow.\u003c\/p\u003e\n\u003c\/div\u003e\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\"\u003eJojoba Oil\u003c\/h3\u003e\n\u003cp class=\"ing-d\"\u003eSupports the skin barrier and helps retain moisture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-c\"\u003e\n\u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n\u003ch3 class=\"ing-nm\"\u003eAvocado Oil\u003c\/h3\u003e\n\u003cp class=\"ing-d\"\u003eDeeply nourishes and softens dry skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-c\"\u003e\n\u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n\u003ch3 class=\"ing-nm\"\u003eSea Buckthorn Oil\u003c\/h3\u003e\n\u003cp class=\"ing-d\"\u003eRich in antioxidants and essential fatty acids.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-c\"\u003e\n\u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n\u003ch3 class=\"ing-nm\"\u003eVitamin E\u003c\/h3\u003e\n\u003cp class=\"ing-d\"\u003eHelps protect against premature skin ageing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cr-s reveal\" aria-label=\"Complete your routine\"\u003e\n\u003cdiv class=\"cr-in\"\u003e\n\u003cdiv class=\"sh\"\u003e\n\u003cp class=\"sh-l\"\u003eComplete your routine\u003c\/p\u003e\n\u003ch2 class=\"sh-t sh-td\"\u003eEnhance your results\u003c\/h2\u003e\n\u003cp class=\"sh-s sh-sd\"\u003ePair your facial oil with these essentials for a complete SKINLY All-in-One glow routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cr-g\"\u003e\n\u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/hydrating-serum-1\" class=\"cr-c\"\u003e \u003cspan class=\"cr-nm\"\u003eHydrating Serum for Men\u003c\/span\u003e \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/hyaluronic-acid-face-cream-for-men\" class=\"cr-c\"\u003e \u003cspan class=\"cr-nm\"\u003eHyaluronic Acid Face Cream for Men\u003c\/span\u003e \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/softening-beard-oil\" class=\"cr-c\"\u003e \u003cspan class=\"cr-nm\"\u003eSoftening Beard Oil\u003c\/span\u003e \u003cspan class=\"cr-cta\"\u003eView product →\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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\u003cdiv class=\"faq-g\"\u003e\n\u003cdetails class=\"faq-i\"\u003e\n\u003csummary\u003eWhich skin type is this facial oil best for?\u003c\/summary\u003e\n\u003cp\u003eIt is ideal for dry, mature and dehydrated skin that needs extra nourishment, comfort and radiance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-i\"\u003e\n\u003csummary\u003eCan I use it morning and evening?\u003c\/summary\u003e\n\u003cp\u003eYes, apply a few drops in the morning and\/or evening on cleansed skin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-i\"\u003e\n\u003csummary\u003eShould I use it before or after moisturiser?\u003c\/summary\u003e\n\u003cp\u003eUse it after your serum. You can apply it before or after cream depending on your preferred routine and skin comfort.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-i\"\u003e\n\u003csummary\u003eDoes it help with glow?\u003c\/summary\u003e\n\u003cp\u003eYes, the blend of All-in-One botanical oils helps leave the skin looking smoother, more supple and naturally radiant.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fcta reveal\"\u003e\n\u003cdiv class=\"fcta-in\"\u003e\n\u003ch2\u003eReady for a nourished, healthy glow?\u003c\/h2\u003e\n\u003cp\u003eGive dry or dehydrated skin silky comfort, deep nourishment and a luminous finish.\u003c\/p\u003e\n\u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n\u003cinput type=\"hidden\" value=\"53159993213265\"\u003e \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €32,95 →\u003c\/button\u003e\n\u003c\/form\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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\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\"\u003eTransparent ingredients\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"stk\"\u003e\n\u003cdiv class=\"stk-f\"\u003e\n\u003cdiv class=\"stk-inf\"\u003e\n\u003cspan class=\"stk-nm\"\u003eAll-in-One Facial Oil\u003c\/span\u003e \u003cspan class=\"stk-pr\"\u003e€32,95\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n\u003cinput type=\"hidden\" value=\"53159993213265\"\u003e \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e \u003cbutton class=\"stk-btn\" type=\"submit\"\u003eAdd to cart\u003c\/button\u003e\n\u003c\/form\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SKINLY","offers":[{"title":"Default","offer_id":53159993213265,"sku":"171797","price":32.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/All-in-One_Facial_Oil_for_Men_Hydrating_Nourishing_Face_Oil_for_Smooth_Healthy_Skin.jpg?v=1773780138"}],"url":"https:\/\/www.skinlyforyou.com\/collections\/for-men.oembed","provider":"SKINLYforyou","version":"1.0","type":"link"}