{"title":"Home Fragrance","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eSKINLY — Home Fragrance\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\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: #2C2321;\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 {\n    min-height: 80vh;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    position: relative;\n  }\n\n  .hero-visual {\n    background: var(--skinly-taupe);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-visual::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse at 25% 15%, rgba(255,255,255,0.1) 0%, transparent 55%),\n      radial-gradient(ellipse at 75% 85%, rgba(0,0,0,0.12) 0%, transparent 50%);\n  }\n\n  .hero-visual-inner {\n    position: relative;\n    z-index: 1;\n    text-align: center;\n    animation: fadeUp 1.2s ease-out;\n  }\n\n  .hero-visual-icon {\n    width: 80px;\n    height: 80px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.08);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1.5rem;\n    color: rgba(255,255,255,0.7);\n  }\n\n  .hero-visual-inner h1 {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 600;\n    font-size: clamp(2rem, 4vw, 3rem);\n    color: white;\n    letter-spacing: 0.6em;\n    margin-left: 0.6em;\n    margin-bottom: 0.4em;\n  }\n\n  .hero-visual-inner .tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(1rem, 1.6vw, 1.3rem);\n    color: rgba(255,255,255,0.65);\n    font-weight: 300;\n    font-style: italic;\n    letter-spacing: 0.2em;\n  }\n\n  .hero-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: clamp(3rem, 6vw, 7rem);\n    position: relative;\n  }\n\n  .hero-content::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 1px;\n    height: 100%;\n    background: linear-gradient(to bottom, transparent, var(--skinly-taupe-light), transparent);\n  }\n\n  .hero-label {\n    font-size: 0.7rem;\n    font-weight: 600;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: var(--skinly-taupe);\n    margin-bottom: 2rem;\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    animation: fadeUp 1s ease-out 0.3s both;\n  }\n\n  .hero-label::before {\n    content: '';\n    width: 2.5rem;\n    height: 1px;\n    background: var(--skinly-taupe);\n  }\n\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2rem, 3.5vw, 2.8rem);\n    font-weight: 300;\n    line-height: 1.2;\n    color: var(--skinly-dark);\n    margin-bottom: 1.5rem;\n    animation: fadeUp 1s ease-out 0.5s both;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--skinly-taupe);\n  }\n\n  .hero-text {\n    font-size: 0.88rem;\n    line-height: 1.85;\n    color: var(--skinly-text-light);\n    font-weight: 300;\n    max-width: 420px;\n    animation: fadeUp 1s ease-out 0.7s both;\n  }\n\n  .stats-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: var(--skinly-cream);\n    border-bottom: 1px solid var(--skinly-border);\n  }\n\n  .stat {\n    padding: 2.5rem 1.5rem;\n    text-align: center;\n    position: relative;\n  }\n\n  .stat:not(:last-child)::after {\n    content: '';\n    position: absolute;\n    right: 0;\n    top: 50%;\n    transform: translateY(-50%);\n    height: 40%;\n    width: 1px;\n    background: var(--skinly-border);\n  }\n\n  .stat-icon {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: var(--skinly-warm-white);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 0.8rem;\n    color: var(--skinly-taupe);\n  }\n\n  .stat-label {\n    font-size: 0.68rem;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--skinly-text-light);\n  }\n\n  .intro {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 2rem);\n    text-align: center;\n  }\n\n  .intro p {\n    font-size: 0.9rem;\n    font-weight: 300;\n    line-height: 1.9;\n    color: var(--skinly-text-light);\n  }\n\n  .intro .highlight {\n    color: var(--skinly-taupe);\n    font-weight: 400;\n  }\n\n  .intro-line {\n    width: 50px;\n    height: 1px;\n    background: var(--skinly-taupe-light);\n    margin: 2.5rem auto 0;\n  }\n\n  .routine {\n    background: var(--skinly-cream);\n    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem);\n  }\n\n  .routine-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .section-header {\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n\n  .section-label {\n    font-size: 0.7rem;\n    font-weight: 600;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: var(--skinly-taupe);\n    margin-bottom: 1rem;\n  }\n\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(1.8rem, 3.5vw, 2.4rem);\n    font-weight: 300;\n    color: var(--skinly-dark);\n  }\n\n  .routine-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.2rem;\n  }\n\n  .routine-card {\n    background: var(--skinly-warm-white);\n    border: 1px solid var(--skinly-border);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    transition: all 0.4s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .routine-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 2px;\n    background: var(--skinly-taupe);\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n\n  .routine-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .routine-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 30px rgba(168, 144, 139, 0.12);\n  }\n\n  .routine-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 2rem;\n    font-weight: 300;\n    color: var(--skinly-taupe-light);\n    margin-bottom: 0.8rem;\n  }\n\n  .routine-name {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    color: var(--skinly-dark);\n    margin-bottom: 0.5rem;\n  }\n\n  .routine-desc {\n    font-size: 0.78rem;\n    font-weight: 300;\n    line-height: 1.7;\n    color: var(--skinly-text-light);\n  }\n\n  .benefits {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem);\n  }\n\n  .benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1.5rem;\n  }\n\n  .benefit-card {\n    display: flex;\n    align-items: start;\n    gap: 1.2rem;\n    padding: 2rem;\n    background: var(--skinly-cream);\n    transition: all 0.3s ease;\n  }\n\n  .benefit-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(168, 144, 139, 0.1);\n  }\n\n  .benefit-icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    background: var(--skinly-warm-white);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--skinly-taupe);\n    flex-shrink: 0;\n  }\n\n  .benefit-text h3 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.78rem;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    color: var(--skinly-dark);\n    margin-bottom: 0.4rem;\n  }\n\n  .benefit-text p {\n    font-size: 0.8rem;\n    font-weight: 300;\n    line-height: 1.7;\n    color: var(--skinly-text-light);\n  }\n\n  .promise {\n    background: var(--skinly-taupe);\n    padding: clamp(3.5rem, 7vw, 5rem) 2rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .promise::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.06) 0%, transparent 60%),\n      radial-gradient(ellipse at 80% 50%, rgba(0,0,0,0.08) 0%, transparent 50%);\n  }\n\n  .promise-inner {\n    position: relative;\n    z-index: 1;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  .promise-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(1.4rem, 2.5vw, 1.8rem);\n    font-weight: 300;\n    font-style: italic;\n    color: white;\n    line-height: 1.5;\n    margin-bottom: 1rem;\n  }\n\n  .promise-text {\n    font-size: 0.82rem;\n    font-weight: 300;\n    color: rgba(255,255,255,0.55);\n    line-height: 1.7;\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(15px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .reveal {\n    opacity: 0;\n    transform: translateY(15px);\n    transition: all 0.7s ease;\n  }\n\n  .reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\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.3em; margin-left: 0.3em; }\n    .stats-bar { grid-template-columns: repeat(2, 1fr); }\n    .stat:nth-child(2)::after { display: none; }\n    .routine-grid { grid-template-columns: repeat(2, 1fr); }\n    .benefits-grid { grid-template-columns: 1fr; }\n  }\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    .routine-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\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=\"M12 2C9 6 7 9 7 13a5 5 0 0 0 10 0c0-4-2-7-5-11z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 22v-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch1\u003eSKINLY\u003c\/h1\u003e\n      \u003cp class=\"tagline\"\u003eHome Fragrance\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cp class=\"hero-label\"\u003eCollection\u003c\/p\u003e\n    \u003ch2 class=\"hero-title\"\u003eWarmth, calm\u003cbr\u003e\u003cem\u003e\u0026amp; refined scent\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"hero-text\"\u003e\n      Bring warmth and tranquility into your home with the exclusive Skinlyforyou Home Fragrance collection. \n      Our luxury scented candles are carefully crafted to create a relaxing and elegant atmosphere in every room.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\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=\"M12 2C9 6 7 9 7 13a5 5 0 0 0 10 0c0-4-2-7-5-11z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"stat-label\"\u003eLong-lasting scent\u003c\/p\u003e\n  \u003c\/div\u003e\n\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\n        \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"stat-label\"\u003eClean burn\u003c\/p\u003e\n  \u003c\/div\u003e\n\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\"\u003eElegant design\u003c\/p\u003e\n  \u003c\/div\u003e\n\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 12v10H4V12\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M2 7h20v5H2z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 22V7\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"stat-label\"\u003ePerfect gift\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"intro reveal\"\u003e\n  \u003cp\u003e\n    With refined scents and high-quality ingredients, our candles deliver a \n    \u003cspan class=\"highlight\"\u003elong-lasting, even burn and a subtle, sophisticated fragrance experience\u003c\/span\u003e. \n    Perfect for a relaxing evening, a self-care moment or as an elegant gift.\n  \u003c\/p\u003e\n  \u003cdiv class=\"intro-line\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"routine reveal\"\u003e\n  \u003cdiv class=\"routine-inner\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n      \u003cp class=\"section-label\"\u003eYour home ritual\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eLuxury fragrance in four moments\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"routine-grid\"\u003e\n      \u003cdiv class=\"routine-card\"\u003e\n        \u003cdiv class=\"routine-num\"\u003e01\u003c\/div\u003e\n        \u003ch3 class=\"routine-name\"\u003eLight\u003c\/h3\u003e\n        \u003cp class=\"routine-desc\"\u003eLight the candle and allow the room to slowly fill with a refined, elegant scent.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"routine-card\"\u003e\n        \u003cdiv class=\"routine-num\"\u003e02\u003c\/div\u003e\n        \u003ch3 class=\"routine-name\"\u003eUnwind\u003c\/h3\u003e\n        \u003cp class=\"routine-desc\"\u003eCreate a calm atmosphere for relaxation, self-care or a quiet evening at home.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"routine-card\"\u003e\n        \u003cdiv class=\"routine-num\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"routine-name\"\u003eStyle\u003c\/h3\u003e\n        \u003cp class=\"routine-desc\"\u003eAdd an elegant design accent that blends beautifully into any interior.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"routine-card\"\u003e\n        \u003cdiv class=\"routine-num\"\u003e04\u003c\/div\u003e\n        \u003ch3 class=\"routine-name\"\u003eGift\u003c\/h3\u003e\n        \u003cp class=\"routine-desc\"\u003eA stylish and exclusive gift for someone who appreciates luxury, scent and atmosphere.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\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\"\u003eWhat Home Fragrance brings to your space\u003c\/h2\u003e\n  \u003c\/div\u003e\n\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 2C9 6 7 9 7 13a5 5 0 0 0 10 0c0-4-2-7-5-11z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-text\"\u003e\n        \u003ch3\u003eLuxury scented candles with long-lasting fragrance\u003c\/h3\u003e\n        \u003cp\u003eRefined scents that remain subtly present and create a warm, relaxing atmosphere.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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          \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-text\"\u003e\n        \u003ch3\u003eEven and clean burn\u003c\/h3\u003e\n        \u003cp\u003eHigh-quality composition for a calm, even and long-lasting burn experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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          \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      \u003cdiv class=\"benefit-text\"\u003e\n        \u003ch3\u003eStylish design for every interior\u003c\/h3\u003e\n        \u003cp\u003eElegant candles that add both fragrance and visual refinement to your space.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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=\"M20 12v10H4V12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M2 7h20v5H2z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 22V7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-text\"\u003e\n        \u003ch3\u003ePerfect for relaxation or as an exclusive gift\u003c\/h3\u003e\n        \u003cp\u003eIdeal for a self-care moment, a peaceful evening at home or as a luxurious present.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"promise reveal\"\u003e\n  \u003cdiv class=\"promise-inner\"\u003e\n    \u003cp class=\"promise-title\"\u003e\n      Create a warm, refined atmosphere with Skinlyforyou Home Fragrance — luxury candles for calm, comfort and elegant living.\n    \u003c\/p\u003e\n    \u003cp class=\"promise-text\"\u003eLuxury home fragrance, made beautifully simple.\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) {\n        entry.target.classList.add('visible');\n      }\n    });\n  }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n  document.querySelectorAll('.reveal').forEach(function(el) {\n    observer.observe(el);\n  });\n\u003c\/script\u003e\n\u003c\/body\u003e","products":[{"product_id":"soy-wax-candle-lavender","title":"Soy Wax Candle, Lavender","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\u003eSoy Wax Candle, Lavender — Calming, Serene \u0026amp; Hand-Poured | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Soy Wax Candle, Lavender is a hand-poured candle with a subtle calming lavender scent. Made with natural soy wax and cotton wick.\"\u003e\n\u003cmeta name=\"keywords\" content=\"soy wax candle, lavender candle, hand poured candle, luxury candle, wellness candle, calming candle, aromatherapy candle, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/mgax2xiv1n8ara0v-101843206481.shopifypreview.com\/products_preview?preview_key=1827587c148ad189e79085b9219c442a\"\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:#A8908B;--tl:#C4ADA9;--td:#8B736F;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(168,144,139,.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(168,144,139,.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(168,144,139,.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=\"https:\/\/www.skinlyforyou.com\/collections\/home-fragrance\"\u003eHome Fragrance\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eSoy Wax Candle, Lavender\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eHome Fragrance — Soy Candle\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eSoy Wax Candle, Lavender\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eCalming · Serene · Timeless\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€28,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A refined, hand-poured lavender candle designed to enrich every wellness and self-care routine with a calming sensory experience. Its subtle fragrance and soft glow instantly create a serene atmosphere, perfect for skincare rituals, bath moments or quiet relaxation.\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\"\u003eHand-poured soy wax candle\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\"\u003eNatural lavender fragrance\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eIdeal for calm self-care rituals\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\"\u003eVegan, gluten-free \u0026amp; nut-free\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=\"53050395263313\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €28,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\"\u003eHand-poured\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eNatural soy wax\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eVegan formula\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 Experience\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne candle, three sensations\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully balanced fragrance composition that brings together calm, comfort and serenity.\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\"\u003eCalms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eThe classic lavender fragrance supports relaxation and helps soften stressful moments.\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\"\u003eIts light, natural aroma creates harmony without feeling overpowering, ideal for refined wellness rituals.\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\"\u003eElevates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eThe minimalist white and transparent glass holder fits beautifully into luxury spa, bathroom or interior settings.\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 calming lavender 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\u003ePlace\u003c\/h3\u003e\n      \u003cp\u003ePlace the candle on a stable, heat-resistant surface before lighting.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eLight\u003c\/h3\u003e\n      \u003cp\u003eLight the cotton wick and allow the natural soy wax to melt evenly.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eUnwind\u003c\/h3\u003e\n      \u003cp\u003eLet the soft lavender fragrance fill the room and create a calm, harmonious self-care atmosphere.\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 other soy wax candles from the collection and experience the scent of Heather and Wild Flower.\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 elements\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it special\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach element is selected to create a clean, elegant and calming lavender fragrance experience.\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\"\u003eNatural Soy Wax\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSupports a clean, even and refined burn.\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\"\u003eCotton Wick\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCreates a stable, calm flame for a soothing ritual.\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\"\u003eHand-Poured\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCrafted with artisanal quality and attention to detail.\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\"\u003eLavender Scent\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSubtle, calming and timeless with a serene character.\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 ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance the atmosphere\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your Lavender candle with other SKINLY scent experiences for a refined home and wellness ritual.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/soy-wax-candle-heather\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Heather\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\/soy-wax-candle-wild-flower\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Wild Flower\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\/soy-wax-candle-moss\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Moss\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\u003eWhat does this candle smell like?\u003c\/summary\u003e\n        \u003cp\u003eIt has a classic, calming lavender fragrance that feels light, natural and serene without being overpowering.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the candle made from?\u003c\/summary\u003e\n        \u003cp\u003eThe candle is made with soy wax, a cotton wick and fragrance. It contains Parfum with Linalool, Limonene, Geraniol and Coumarin.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs this candle suitable for smaller rooms?\u003c\/summary\u003e\n        \u003cp\u003eYes, the subtle lavender scent is ideal for smaller, intimate spaces where relaxation and harmony are central.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product dimensions?\u003c\/summary\u003e\n        \u003cp\u003eThe candle has a height of 6.8 cm and a diameter of 5.8 cm.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady to create a serene atmosphere?\u003c\/h2\u003e\n    \u003cp\u003eBring calm, balance and quiet elegance into your self-care ritual with a hand-poured lavender candle.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53050395263313\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €28,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\"\u003eHand-poured quality\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\"\u003eNatural soy wax\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\"\u003eVegan formula\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\"\u003eSoy Wax Candle, Lavender\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€28,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53050395263313\"\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":53050395263313,"sku":"168017","price":28.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Soy_Wax_Candle_Lavender_Calming_Luxury_Scented_Candle_for_Relaxation_Ambiance.jpg?v=1773954219"},{"product_id":"soy-wax-candle-heather","title":"Soy Wax Candle, Heather","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\u003eSoy Wax Candle, Heather — Warm, Floral \u0026amp; Hand-Poured | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Soy Wax Candle, Heather is a hand-poured candle with a warm, honeyed floral scent. Made with natural soy wax, cotton wick and elegant heather notes.\"\u003e\n\u003cmeta name=\"keywords\" content=\"soy wax candle, heather candle, hand poured candle, luxury candle, floral candle, wellness candle, honey floral candle, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/mgax2xiv1n8ara0v-101843206481.shopifypreview.com\/products_preview?preview_key=70a3311dec1e583a7aabd3173777780b\"\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:#A8908B;--tl:#C4ADA9;--td:#8B736F;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(168,144,139,.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(168,144,139,.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(168,144,139,.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=\"https:\/\/www.skinlyforyou.com\/collections\/home-fragrance\"\u003eHome Fragrance\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eSoy Wax Candle, Heather\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eHome Fragrance — Soy Candle\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eSoy Wax Candle, Heather\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eWarm · Floral · Honeyed\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€28,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A luxurious, hand-poured scented candle designed to enrich wellness and bodycare rituals with a refined sensory dimension. Its warm floral fragrance and soft glow instantly create a calm, inviting atmosphere and make every self-care moment feel more complete.\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\"\u003eHand-poured soy wax candle\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\"\u003eWarm honeyed floral scent\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bci\"\u003e\n\u003cdiv class=\"bci-ic\"\u003e✓\u003c\/div\u003e\n\u003cspan class=\"bci-lb\"\u003eIdeal for intimate rituals\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\"\u003eVegan, gluten-free \u0026amp; nut-free\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=\"53050407387473\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €28,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\"\u003eHand-poured\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eNatural soy wax\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eVegan formula\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 Experience\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne candle, three sensations\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully balanced fragrance composition that brings together warmth, softness and natural elegance.\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\"\u003eWarms\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eInspired by blooming heather, the scent carries a soft honeyed floral warmth reminiscent of a sunlit summer forest.\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\"\u003eThe light floral sweetness creates a serene ambiance, ideal for smaller rooms and intimate moments of relaxation.\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\"\u003eElevates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eThe minimalist white and transparent glass holder adds timeless simplicity to any spa, salon or interior setting.\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 warm floral 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\u003ePlace\u003c\/h3\u003e\n      \u003cp\u003ePlace the candle on a stable, heat-resistant surface before lighting.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eLight\u003c\/h3\u003e\n      \u003cp\u003eLight the cotton wick and allow the natural soy wax to melt evenly.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eUnwind\u003c\/h3\u003e\n      \u003cp\u003eLet the warm floral fragrance fill the room and create a soothing ambiance during wellness or self-care rituals.\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 other soy wax candles from the collection and experience the scent of Lavender and Wild Flower.\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 elements\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it special\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach element is selected to create a clean, elegant and warmly floral fragrance experience.\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\"\u003eNatural Soy Wax\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSupports a clean, even and refined burn.\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\"\u003eCotton Wick\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCreates a stable, calm flame for a soothing ritual.\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\"\u003eHand-Poured\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCrafted with artisanal quality and a refined finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eHeather Scent\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSoft, floral and honeyed with a warm harmonious character.\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 ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance the atmosphere\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your Heather candle with other SKINLY scent experiences for a refined home and wellness ritual.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/soy-wax-candle-lavender\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Lavender\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\/soy-wax-candle-wild-flower\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Wild Flower\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\/soy-wax-candle-moss\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Moss\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\u003eWhat does this candle smell like?\u003c\/summary\u003e\n        \u003cp\u003eIt has a soft, floral and honeyed fragrance inspired by blooming heather, with a warm and naturally elegant character.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the candle made from?\u003c\/summary\u003e\n        \u003cp\u003eThe candle is made with soy wax, a cotton wick and fragrance. It contains Parfum with Benzyl Benzoate, Pelargonium Graveolens Flower Oil, Citrus Aurantium Dulcis Peel Oil, Eugenol, Citrus Aurantium Bergamia Peel Oil and Pogostemon Cablin Oil.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs this candle suitable for smaller rooms?\u003c\/summary\u003e\n        \u003cp\u003eYes, the light floral sweetness makes it especially suitable for smaller spaces and intimate relaxation moments.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product dimensions?\u003c\/summary\u003e\n        \u003cp\u003eThe candle has a height of 6.8 cm and a diameter of 5.8 cm.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady to warm your space?\u003c\/h2\u003e\n    \u003cp\u003eCreate a soft floral atmosphere with a hand-poured candle designed for calm, comfort and natural elegance.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53050407387473\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €28,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\"\u003eHand-poured quality\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\"\u003eNatural soy wax\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\"\u003eVegan formula\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\"\u003eSoy Wax Candle, Heather\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€28,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53050407387473\"\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":53050407387473,"sku":"168019","price":28.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Soy_Wax_Candle_Heather_Luxury_Scented_Candle_for_a_Warm_Relaxing_Atmosphere.jpg?v=1773954179"},{"product_id":"soy-wax-candle-wild-flower","title":"Soy Wax Candle, Wild Flower","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\u003eSoy Wax Candle, Wild Flower — Floral, Fresh \u0026amp; Hand-Poured | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Soy Wax Candle, Wild Flower is a hand-poured candle with a soft floral scent. Made with natural soy wax, cotton wick and fresh wild flower notes.\"\u003e\n\u003cmeta name=\"keywords\" content=\"soy wax candle, wild flower candle, hand poured candle, luxury candle, floral candle, wellness candle, aromatherapy candle, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/mgax2xiv1n8ara0v-101843206481.shopifypreview.com\/products_preview?preview_key=284ed6524b2732a41ee6e47579a29283\"\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:#A8908B;--tl:#C4ADA9;--td:#8B736F;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(168,144,139,.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(168,144,139,.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(168,144,139,.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=\"https:\/\/www.skinlyforyou.com\/collections\/home-fragrance\"\u003eHome Fragrance\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eSoy Wax Candle, Wild Flower\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eHome Fragrance — Soy Candle\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eSoy Wax Candle, Wild Flower\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eFloral · Fresh · Serene\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€28,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A refined, hand-poured scented candle designed to enrich wellness and bodycare rituals with a soft, sensory dimension. Its light floral fragrance and warm glow transform everyday self-care moments into calm, soothing rituals.\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\"\u003eHand-poured soy wax candle\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\"\u003eLight floral fragrance\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\"\u003ePerfect for smaller spaces\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\"\u003eVegan, gluten-free \u0026amp; nut-free\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=\"53050423574865\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €28,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\"\u003eHand-poured\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eNatural soy wax\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eVegan formula\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 Experience\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne candle, three sensations\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA carefully balanced fragrance composition that brings together freshness, softness and natural elegance.\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\"\u003eInspired by blooming meadows, the scent creates a gentle floral atmosphere with a fresh undertone.\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\"\u003eThe subtle fragrance intensity is ideal for smaller rooms, quiet moments and intimate self-care rituals.\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\"\u003eElevates\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eThe minimalist glass holder and soft candlelight add a stylish, atmosphere-enhancing detail to any space.\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 soft floral 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\u003ePlace\u003c\/h3\u003e\n      \u003cp\u003ePlace the candle on a stable, heat-resistant surface before lighting.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eLight\u003c\/h3\u003e\n      \u003cp\u003eLight the cotton wick and allow the natural soy wax to melt evenly.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eUnwind\u003c\/h3\u003e\n      \u003cp\u003eLet the soft floral aroma fill the room and create a serene wellness or self-care atmosphere.\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 other soy wax candles from the collection and experience the scent of Heather and Lavender.\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 elements\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it special\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach element is selected to create a clean, elegant and softly floral fragrance experience.\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\"\u003eNatural Soy Wax\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSupports a clean, even and refined burn.\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\"\u003eCotton Wick\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCreates a stable, calm flame for a soothing ritual.\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\"\u003eHand-Poured\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCrafted with artisanal quality and a refined finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ing-c\"\u003e\n        \u003cdiv class=\"ing-ic\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"ing-nm\"\u003eWild Flower Scent\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eLight, floral and fresh with a soft harmonious character.\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 ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance the atmosphere\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your Wild Flower candle with other SKINLY scent experiences for a refined home and wellness ritual.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/soy-wax-candle-heather\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Heather\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\/soy-wax-candle-lavender\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Lavender\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\/soy-wax-candle-moss\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Moss\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\u003eWhat does this candle smell like?\u003c\/summary\u003e\n        \u003cp\u003eIt has a soft floral fragrance inspired by blooming meadows, with a fresh undertone and a calm, inviting character.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the candle made from?\u003c\/summary\u003e\n        \u003cp\u003eThe candle is made with soy wax, a cotton wick and fragrance. It contains Parfum with Citronellol, Geranyl Acetate, Phenylethyl Alcohol, Benzyl Salicylate and Limonene.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs this candle suitable for small rooms?\u003c\/summary\u003e\n        \u003cp\u003eYes, the subtle fragrance intensity makes it especially suitable for smaller spaces and intimate relaxation moments.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat are the product dimensions?\u003c\/summary\u003e\n        \u003cp\u003eThe candle has a height of 6.8 cm and a diameter of 5.8 cm.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady to soften your space?\u003c\/h2\u003e\n    \u003cp\u003eCreate a serene floral atmosphere with a hand-poured candle designed for calm, comfort and quiet elegance.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53050423574865\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €28,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\"\u003eHand-poured quality\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\"\u003eNatural soy wax\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\"\u003eVegan formula\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\"\u003eSoy Wax Candle, Wild Flower\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€28,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53050423574865\"\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":53050423574865,"sku":"168021","price":28.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/C22m7ov30fwd9LYEiU9MMkr55g343Lfz.jpg?v=1771626320"},{"product_id":"soy-wax-candle-moss","title":"Soy Wax Candle, Moss","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\u003eSoy Wax Candle, Moss — Earthy, Calming \u0026amp; Hand-Poured | SKINLY\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"SKINLY Soy Wax Candle, Moss is a hand-poured candle with an earthy, calming scent. Made with natural soy wax, cotton wick and deep moss-wood notes.\"\u003e\n\u003cmeta name=\"keywords\" content=\"soy wax candle, moss candle, hand poured candle, luxury candle, aromatherapy candle, wellness candle, earthy candle, SKINLY\"\u003e\n\u003clink rel=\"canonical\" href=\"https:\/\/mgax2xiv1n8ara0v-101843206481.shopifypreview.com\/products_preview?preview_key=237147eef4346afcaa25f90dd4a9ee41\"\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:#A8908B;--tl:#C4ADA9;--td:#8B736F;--cream:#F7F3F0;--ww:#FDFBF9;--dk:#2C2321;--tx:#4A3F3D;--txl:#7A6E6C;--txr:#5C4F4D;--bd:rgba(168,144,139,.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(168,144,139,.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(168,144,139,.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=\"https:\/\/www.skinlyforyou.com\/collections\/home-fragrance\"\u003eHome Fragrance\u003c\/a\u003e\u003cspan\u003e\/\u003c\/span\u003eSoy Wax Candle, Moss\u003c\/nav\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"prod\"\u003e\n  \u003cdiv class=\"det\"\u003e\n    \u003cp class=\"det-cat\"\u003eHome Fragrance — Soy Candle\u003c\/p\u003e\n    \u003ch1 class=\"det-title\"\u003eSoy Wax Candle, Moss\u003c\/h1\u003e\n    \u003cp class=\"det-tag\"\u003eEarthy · Calming · Grounded\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.6\u003c\/strong\u003e\/5\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pri\"\u003e\n      \u003cspan class=\"pri-amt\"\u003e€28,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"det-desc\"\u003e\n      A refined, hand-poured scented candle designed to enrich wellness, bodycare and aromatherapy rituals with an earthy, calming dimension. Its deep natural fragrance brings balance and transforms everyday self-care moments into quiet, restorative rituals.\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\"\u003eHand-poured soy wax candle\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\"\u003eEarthy moss and wood notes\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\"\u003eCreates a calm atmosphere\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\"\u003eVegan, gluten-free \u0026amp; nut-free\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=\"53050766983505\"\u003e\n        \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n        \u003cbutton class=\"btn-c\" type=\"submit\"\u003eAdd to cart — €28,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\"\u003eHand-poured\u003c\/div\u003e\n      \u003cdiv class=\"mt-i\"\u003eNatural soy wax\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 Experience\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-tw\"\u003eOne candle, three sensations\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sw\"\u003eA harmonious scent profile where nature, calm and refinement come together.\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\"\u003eGrounds\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eInspired by a quiet green forest, the scent brings an earthy, grounded atmosphere into the room.\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\"\u003eSoft moss and woody undertones create a serene ambiance for relaxation, meditation or self-care.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tc\"\u003e\n        \u003cdiv class=\"tc-n\"\u003e03\u003c\/div\u003e\n        \u003ch3 class=\"tc-nm\"\u003eRefines\u003c\/h3\u003e\n        \u003cp class=\"tc-d\"\u003eThe minimalist glass holder and hand-poured finish bring timeless elegance to any wellness or interior setting.\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 calming candle 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\u003ePlace\u003c\/h3\u003e\n      \u003cp\u003ePlace the candle on a stable, heat-resistant surface before lighting.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eLight\u003c\/h3\u003e\n      \u003cp\u003eLight the cotton wick and allow the natural soy wax to melt evenly.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hs\"\u003e\n      \u003cdiv class=\"hs-n\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eUnwind\u003c\/h3\u003e\n      \u003cp\u003eLet the earthy aroma fill the room and create a calm, balanced self-care atmosphere.\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 other candle variants from the collection to discover layered scent experiences that subtly complement each other.\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 elements\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eWhat makes it special\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003eEach element is selected to create a clean, elegant and grounding fragrance experience.\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\"\u003eNatural Soy Wax\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eSupports a clean, even and long-lasting burn.\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\"\u003eCotton Wick\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCreates a stable, calm flame for a refined candle ritual.\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\"\u003eHand-Poured\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eCrafted with attention to detail and artisanal quality.\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\"\u003eMoss \u0026amp; Wood Notes\u003c\/h3\u003e\n        \u003cp class=\"ing-d\"\u003eDeep, calming and natural with a grounded character.\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 ritual\u003c\/p\u003e\n      \u003ch2 class=\"sh-t sh-td\"\u003eEnhance the atmosphere\u003c\/h2\u003e\n      \u003cp class=\"sh-s sh-sd\"\u003ePair your Moss candle with other SKINLY scent experiences for a refined home and wellness ritual.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cr-g\"\u003e\n      \u003ca href=\"https:\/\/www.skinlyforyou.com\/products\/soy-wax-candle-lavender\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Lavender\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\/soy-wax-candle-heather\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Heather\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\/soy-wax-candle-wild-flower\" class=\"cr-c\"\u003e\n        \u003cspan class=\"cr-nm\"\u003eSoy Wax Candle, Wild Flower\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\u003eWhat does this candle smell like?\u003c\/summary\u003e\n        \u003cp\u003eIt has a deep, earthy scent with moss-like and soft woody undertones, creating a calm and grounded atmosphere.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eWhat is the candle made from?\u003c\/summary\u003e\n        \u003cp\u003eThe candle is made with soy wax, a cotton wick and fragrance. It contains Parfum with Pogostemon Cablin Oil, Eugenol, Linalool, Beta-Caryophyllene, Geraniol, Benzyl Salicylate, Citronellol and Nerol.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs this candle suitable for wellness spaces?\u003c\/summary\u003e\n        \u003cp\u003eYes, the calm and natural scent makes it ideal for spa, salon, aromatherapy, meditation and self-care settings.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-i\"\u003e\n        \u003csummary\u003eIs the candle vegan?\u003c\/summary\u003e\n        \u003cp\u003eYes, this candle is vegan, gluten-free and nut-free.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"fcta reveal\"\u003e\n  \u003cdiv class=\"fcta-in\"\u003e\n    \u003ch2\u003eReady to create a calmer atmosphere?\u003c\/h2\u003e\n    \u003cp\u003eBring earthy warmth, quiet elegance and a restorative scent ritual into your space.\u003c\/p\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53050766983505\"\u003e\n      \u003cinput type=\"hidden\" name=\"quantity\" value=\"1\"\u003e\n      \u003cbutton class=\"fcta-btn\" type=\"submit\"\u003eAdd to cart — €28,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\"\u003eHand-poured quality\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\"\u003eNatural soy wax\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\"\u003eVegan formula\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\"\u003eSoy Wax Candle, Moss\u003c\/span\u003e\n      \u003cspan class=\"stk-pr\"\u003e€28,95\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n      \u003cinput type=\"hidden\" name=\"id\" value=\"53050766983505\"\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":53050766983505,"sku":"168052","price":28.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/4320\/6481\/files\/Soy_Wax_Candle_Moss_Luxury_Scented_Candle_for_Relaxing_Natural_Home_Fragrance.jpg?v=1773953347"}],"url":"https:\/\/www.skinlyforyou.com\/collections\/home-fragrance.oembed","provider":"SKINLYforyou","version":"1.0","type":"link"}