{"id":336,"date":"2026-06-27T10:16:51","date_gmt":"2026-06-27T10:16:51","guid":{"rendered":"https:\/\/decortips.online\/?page_id=336"},"modified":"2026-06-29T16:09:44","modified_gmt":"2026-06-29T16:09:44","slug":"glow-skin","status":"publish","type":"page","link":"https:\/\/decortips.online\/index.php\/glow-skin\/","title":{"rendered":"Glow Skin"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>GlowLux \u2013 Skincare That Loves You Back<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=DM+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n    :root {\n      --rose:    #C97B84;\n      --blush:   #F2D0D7;\n      --cream:   #FDF6F0;\n      --taupe:   #8B6F6F;\n      --dark:    #2C1F1F;\n      --gold:    #C4965A;\n      --white:   #FFFFFF;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'DM Sans', sans-serif;\n      background: var(--cream);\n      color: var(--dark);\n      overflow-x: hidden;\n    }\n\n    \n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      min-height: 100vh;\n      display: grid; grid-template-columns: 1fr 1fr;\n      \n    }\n    .hero-left {\n      display: flex; flex-direction: column;\n      justify-content: center;\n      padding: 80px 60px 80px 80px;\n    }\n    .hero-eyebrow {\n      font-size: 0.78rem; letter-spacing: 3px;\n      text-transform: uppercase; color: var(--gold);\n      margin-bottom: 20px;\n    }\n    .hero-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 4.2rem; line-height: 1.1;\n      font-weight: 300; color: var(--dark);\n      margin-bottom: 24px;\n    }\n    .hero-title em { color: var(--rose); font-style: italic; }\n    .hero-sub {\n      font-size: 1rem; color: var(--taupe);\n      line-height: 1.75; max-width: 420px;\n      margin-bottom: 40px;\n    }\n    .hero-cta {\n      display: flex; gap: 16px; align-items: center;\n    }\n    .btn-primary {\n      background: var(--rose); color: #fff;\n      padding: 15px 36px; border-radius: 50px;\n      font-size: 0.9rem; font-weight: 500;\n      letter-spacing: 0.8px; border: none;\n      cursor: pointer; transition: all 0.3s;\n      text-decoration: none; display: inline-block;\n    }\n    .btn-primary:hover { background: var(--dark); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(201,123,132,0.35); }\n    .btn-outline {\n      background: transparent; color: var(--rose);\n      padding: 15px 36px; border-radius: 50px;\n      font-size: 0.9rem; font-weight: 500;\n      letter-spacing: 0.8px; border: 2px solid var(--rose);\n      cursor: pointer; transition: all 0.3s;\n      text-decoration: none; display: inline-block;\n    }\n    .btn-outline:hover { background: var(--rose); color: #fff; }\n    .hero-stats {\n      display: flex; gap: 40px; margin-top: 60px;\n      padding-top: 40px; border-top: 1px solid rgba(201,123,132,0.2);\n    }\n    .stat-num {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 2.4rem; font-weight: 600; color: var(--rose);\n    }\n    .stat-label { font-size: 0.78rem; color: var(--taupe); letter-spacing: 1px; }\n\n    .hero-right {\n      position: relative; overflow: hidden;\n      background: linear-gradient(135deg, #F2D0D7 0%, #FDF6F0 100%);\n    }\n    .hero-img-main {\n      width: 100%; height: 100%;\n      object-fit: cover; opacity: 0.92;\n    }\n    .hero-badge {\n      position: absolute; bottom: 50px; left: -30px;\n      background: #fff; border-radius: 20px;\n      padding: 18px 22px; box-shadow: 0 20px 50px rgba(0,0,0,0.12);\n      display: flex; gap: 14px; align-items: center; min-width: 200px;\n    }\n    .badge-icon { font-size: 2rem; }\n    .badge-text-top { font-size: 0.72rem; color: var(--taupe); }\n    .badge-text-bot { font-size: 0.9rem; font-weight: 600; color: var(--dark); }\n\n    \/* \u2500\u2500 MARQUEE \u2500\u2500 *\/\n    .marquee-wrap {\n      background: var(--rose); padding: 14px 0; overflow: hidden;\n      display: flex; white-space: nowrap;\n    }\n    .marquee-inner {\n      display: flex; gap: 60px;\n      animation: marquee 18s linear infinite;\n    }\n    .marquee-inner span {\n      font-size: 0.78rem; color: #fff;\n      letter-spacing: 2.5px; text-transform: uppercase;\n    }\n    .marquee-dot { color: rgba(255,255,255,0.5); }\n    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n\n    \/* \u2500\u2500 SECTION HEADER \u2500\u2500 *\/\n    .section-eyebrow {\n      font-size: 0.75rem; letter-spacing: 3px;\n      text-transform: uppercase; color: var(--gold);\n      text-align: center; margin-bottom: 14px;\n    }\n    .section-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 2.8rem; font-weight: 300;\n      text-align: center; color: var(--dark);\n      margin-bottom: 16px; line-height: 1.2;\n    }\n    .section-title em { color: var(--rose); font-style: italic; }\n    .section-sub {\n      text-align: center; color: var(--taupe);\n      font-size: 0.95rem; max-width: 500px;\n      margin: 0 auto 60px; line-height: 1.7;\n    }\n\n    \/* \u2500\u2500 PRODUCTS \u2500\u2500 *\/\n    .products { padding: 100px 80px; }\n    .products-grid {\n      display: grid; grid-template-columns: repeat(4, 1fr);\n      gap: 30px;\n    }\n    .product-card {\n      background: #fff; border-radius: 24px;\n      overflow: hidden; transition: transform 0.4s, box-shadow 0.4s;\n      cursor: pointer;\n    }\n    .product-card:hover { transform: translateY(-10px); box-shadow: 0 30px 60px rgba(201,123,132,0.18); }\n    .product-img-wrap {\n      position: relative; overflow: hidden;\n      aspect-ratio: 4\/5; background: var(--blush);\n    }\n    .product-img-wrap img {\n      width: 100%; height: 100%; object-fit: cover;\n      transition: transform 0.5s;\n    }\n    .product-card:hover .product-img-wrap img { transform: scale(1.07); }\n    .product-tag {\n      position: absolute; top: 14px; left: 14px;\n      background: var(--rose); color: #fff;\n      font-size: 0.68rem; font-weight: 500;\n      letter-spacing: 1px; text-transform: uppercase;\n      padding: 5px 12px; border-radius: 50px;\n    }\n    .product-fav {\n      position: absolute; top: 14px; right: 14px;\n      width: 36px; height: 36px; background: #fff;\n      border-radius: 50%; display: flex;\n      align-items: center; justify-content: center;\n      font-size: 1rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n    .product-info { padding: 20px; }\n    .product-brand { font-size: 0.7rem; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 5px; }\n    .product-name { font-size: 1rem; font-weight: 500; margin-bottom: 8px; color: var(--dark); }\n    .product-desc { font-size: 0.8rem; color: var(--taupe); line-height: 1.6; margin-bottom: 14px; }\n    .product-footer { display: flex; justify-content: space-between; align-items: center; }\n    .product-price { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--rose); }\n    .product-add {\n      width: 36px; height: 36px; background: var(--rose);\n      border: none; border-radius: 50%; color: #fff;\n      font-size: 1.3rem; cursor: pointer;\n      transition: background 0.3s; display: flex;\n      align-items: center; justify-content: center;\n      text-decoration: none;\n    }\n    .product-add:hover { background: var(--dark); }\n\n    \/* \u2500\u2500 VIDEO \u2500\u2500 *\/\n    .video-section {\n      padding: 100px 80px;\n      background: linear-gradient(135deg, #2C1F1F 0%, #4A2F2F 100%);\n      display: grid; grid-template-columns: 1fr 1fr;\n      gap: 80px; align-items: center;\n    }\n    .video-left { color: #fff; }\n    .video-eyebrow { font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }\n    .video-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 3rem; font-weight: 300; line-height: 1.2;\n      margin-bottom: 20px;\n    }\n    .video-title em { color: var(--rose); font-style: italic; }\n    .video-desc { color: rgba(255,255,255,0.7); font-size: 0.95rem; line-height: 1.8; margin-bottom: 36px; }\n    .video-steps { display: flex; flex-direction: column; gap: 18px; }\n    .step {\n      display: flex; gap: 16px; align-items: flex-start;\n    }\n    .step-num {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.8rem; color: var(--rose);\n      font-weight: 600; line-height: 1; min-width: 32px;\n    }\n    .step-text strong { display: block; font-size: 0.9rem; color: #fff; margin-bottom: 3px; }\n    .step-text span { font-size: 0.82rem; color: rgba(255,255,255,0.6); }\n\n    .video-right { position: relative; }\n    .video-container {\n      border-radius: 24px; overflow: hidden;\n      position: relative; box-shadow: 0 40px 80px rgba(0,0,0,0.4);\n    }\n    .video-container video {\n      width: 100%; display: block;\n      aspect-ratio: 9\/16; object-fit: cover; max-height: 560px;\n    }\n    .video-overlay {\n      position: absolute; inset: 0;\n      background: linear-gradient(to top, rgba(44,31,31,0.5) 0%, transparent 50%);\n      display: flex; align-items: center; justify-content: center;\n    }\n    .play-btn {\n      width: 72px; height: 72px;\n      background: rgba(255,255,255,0.95);\n      border-radius: 50%; display: flex;\n      align-items: center; justify-content: center;\n      cursor: pointer; transition: transform 0.3s;\n      box-shadow: 0 10px 40px rgba(0,0,0,0.3);\n      font-size: 1.6rem; padding-left: 6px;\n    }\n    .play-btn:hover { transform: scale(1.1); }\n    .video-label {\n      position: absolute; bottom: 20px; left: 20px;\n      color: #fff; font-size: 0.8rem;\n    }\n    .video-label strong { display: block; font-size: 0.95rem; }\n\n    \/* \u2500\u2500 WOMEN \/ MODELS \u2500\u2500 *\/\n    .models-section { padding: 100px 80px; background: var(--blush); }\n    .models-grid {\n      display: grid; grid-template-columns: repeat(3, 1fr);\n      gap: 24px; margin-top: 60px;\n    }\n    .model-card { position: relative; border-radius: 24px; overflow: hidden; cursor: pointer; display: block; }\n    .model-card img {\n      width: 100%; display: block; height: 500px;\n      object-fit: cover; object-position: center top;\n      transition: transform 0.5s;\n    }\n    .model-card:hover img { transform: scale(1.06); }\n    .model-overlay {\n      position: absolute; inset: 0;\n      background: linear-gradient(to top, rgba(44,31,31,0.75) 0%, transparent 55%);\n      display: flex; flex-direction: column;\n      justify-content: flex-end; padding: 28px;\n    }\n    .model-name {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.5rem; color: #fff; font-weight: 400;\n      margin-bottom: 5px;\n    }\n    .model-tag { font-size: 0.75rem; color: var(--blush); letter-spacing: 1px; }\n    .model-card:nth-child(1) { grid-row: 1 \/ 2; }\n\n    \/* \u2500\u2500 INGREDIENTS \u2500\u2500 *\/\n    .ingredients { padding: 100px 80px; }\n    .ing-grid {\n      display: grid; grid-template-columns: repeat(3, 1fr);\n      gap: 30px; margin-top: 60px;\n    }\n    .ing-card {\n      border: 1px solid rgba(201,123,132,0.2);\n      border-radius: 20px; padding: 36px 30px;\n      transition: all 0.4s;\n    }\n    .ing-card:hover {\n      border-color: var(--rose);\n      background: #fff; box-shadow: 0 20px 50px rgba(201,123,132,0.12);\n      transform: translateY(-6px);\n    }\n    .ing-icon { font-size: 2.4rem; margin-bottom: 18px; }\n    .ing-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; margin-bottom: 12px; color: var(--dark); }\n    .ing-text { font-size: 0.88rem; color: var(--taupe); line-height: 1.75; }\n\n    \/* \u2500\u2500 TESTIMONIALS \u2500\u2500 *\/\n    .testimonials { padding: 100px 80px; background: var(--dark); }\n    .testimonials .section-title, .testimonials .section-eyebrow { color: #fff; }\n    .testimonials .section-sub { color: rgba(255,255,255,0.6); }\n    .test-grid {\n      display: grid; grid-template-columns: repeat(3, 1fr);\n      gap: 28px;\n    }\n    .test-card {\n      background: rgba(255,255,255,0.06);\n      border: 1px solid rgba(255,255,255,0.1);\n      border-radius: 20px; padding: 32px;\n      transition: all 0.3s;\n    }\n    .test-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }\n    .test-stars { color: var(--gold); font-size: 1rem; letter-spacing: 3px; margin-bottom: 18px; }\n    .test-text { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: #fff; line-height: 1.7; font-style: italic; margin-bottom: 24px; }\n    .test-author { display: flex; align-items: center; gap: 12px; }\n    .test-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--rose); }\n    .test-name { font-size: 0.88rem; font-weight: 500; color: #fff; }\n    .test-loc { font-size: 0.75rem; color: rgba(255,255,255,0.5); }\n\n    \/* \u2500\u2500 NEWSLETTER \u2500\u2500 *\/\n    .newsletter {\n      padding: 100px 80px;\n      background: linear-gradient(135deg, var(--blush) 0%, #FDF6F0 100%);\n      text-align: center;\n    }\n    .newsletter-box {\n      max-width: 560px; margin: 0 auto;\n    }\n    .newsletter-form {\n      display: flex; gap: 12px; margin-top: 36px;\n    }\n    .newsletter-form input {\n      flex: 1; padding: 15px 22px;\n      border: 1px solid rgba(201,123,132,0.3);\n      border-radius: 50px; font-size: 0.9rem;\n      background: #fff; outline: none;\n      color: var(--dark); font-family: 'DM Sans', sans-serif;\n    }\n    .newsletter-form input:focus { border-color: var(--rose); }\n    .newsletter-form button {\n      background: var(--rose); color: #fff;\n      border: none; padding: 15px 30px;\n      border-radius: 50px; font-size: 0.88rem;\n      font-weight: 500; cursor: pointer;\n      white-space: nowrap; transition: all 0.3s;\n    }\n    .newsletter-form button:hover { background: var(--dark); }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      background: var(--dark); color: rgba(255,255,255,0.7);\n      padding: 60px 80px 30px;\n    }\n    .footer-top {\n      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;\n      gap: 60px; padding-bottom: 40px;\n      border-bottom: 1px solid rgba(255,255,255,0.1);\n    }\n    .footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--rose); margin-bottom: 14px; }\n    .footer-tagline { font-size: 0.85rem; line-height: 1.7; max-width: 260px; }\n    .footer-col h4 { font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 20px; }\n    .footer-col a { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.6); text-decoration: none; margin-bottom: 10px; transition: color 0.3s; }\n    .footer-col a:hover { color: var(--rose); }\n    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; font-size: 0.78rem; }\n    .footer-socials { display: flex; gap: 14px; }\n    .social-btn {\n      width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2);\n      border-radius: 50%; display: flex; align-items: center;\n      justify-content: center; color: rgba(255,255,255,0.7);\n      text-decoration: none; font-size: 0.85rem;\n      transition: all 0.3s;\n    }\n    .social-btn:hover { background: var(--rose); border-color: var(--rose); color: #fff; }\n\n    \/* \u2500\u2500 SCROLL REVEAL \u2500\u2500 *\/\n    .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }\n    .reveal.visible { opacity: 1; transform: none; }\n\n    @media (max-width: 900px) {\n      nav { padding: 14px 20px; }\n      .nav-links { display: none; }\n      .hero { grid-template-columns: 1fr; }\n      .hero-right { height: 50vh; }\n      .hero-left { padding: 60px 20px 40px; }\n      .hero-title { font-size: 2.8rem; }\n      .products { padding: 60px 20px; }\n      .products-grid { grid-template-columns: repeat(2, 1fr); }\n      .video-section { grid-template-columns: 1fr; padding: 60px 20px; gap: 40px; }\n      .models-section { padding: 60px 20px; }\n      .models-grid { grid-template-columns: 1fr 1fr; gap: 14px; }\n      .models-grid .model-card:nth-child(1) { grid-column: 1 \/ -1; }\n      .ingredients { padding: 60px 20px; }\n      .ing-grid { grid-template-columns: 1fr; }\n      .testimonials { padding: 60px 20px; }\n      .test-grid { grid-template-columns: 1fr; }\n      .newsletter { padding: 60px 20px; }\n      .newsletter-form { flex-direction: column; }\n      footer { padding: 40px 20px 20px; }\n      .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-left reveal\">\n    <p class=\"hero-eyebrow\">\u2726 Premium Skincare 2025<\/p>\n    <h1 class=\"hero-title\">\n      Your Skin<br>\n      Deserves<br>\n      <em>Pure Glow<\/em>\n    <\/h1>\n    <p class=\"hero-sub\">\n      Clinically proven formulas crafted from nature&#8217;s finest botanicals. \n      Reveal radiant, youthful skin with every drop \u2014 because you deserve nothing less.\n    <\/p>\n    <div class=\"hero-cta\">\n      <a href=\"https:\/\/decortips.online\/\" target=\"_blank\" class=\"btn-primary\">Explore Collection<\/a>\n      <a href=\"https:\/\/decortips.online\/index.php\/blogs\/\" target=\"_blank\" class=\"btn-outline\">Watch Routine<\/a>\n    <\/div>\n    <div class=\"hero-stats\">\n      <div>\n        <div class=\"stat-num\">50K+<\/div>\n        <div class=\"stat-label\">Happy Customers<\/div>\n      <\/div>\n      <div>\n        <div class=\"stat-num\">100%<\/div>\n        <div class=\"stat-label\">Natural Ingredients<\/div>\n      <\/div>\n      <div>\n        <div class=\"stat-num\">4.9\u2605<\/div>\n        <div class=\"stat-label\">Average Rating<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"hero-right\">\n    <img decoding=\"async\" class=\"hero-img-main\"\n      src=\"https:\/\/images.unsplash.com\/photo-1571781926291-c477ebfd024b?w=900&#038;h=900&#038;auto=format&#038;fit=crop&#038;q=80\"\n      alt=\"Beautiful woman with glowing skin\"\/>\n    <div class=\"hero-badge\">\n      <div class=\"badge-icon\">\ud83c\udf3f<\/div>\n      <div>\n        <div class=\"badge-text-top\">Certified<\/div>\n        <div class=\"badge-text-bot\">100% Organic<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- MARQUEE -->\n<a href=\"https:\/\/decortips.online\/index.php\/blogs\/\" target=\"_blank\" style=\"text-decoration:none;display:block;\"><div class=\"marquee-wrap\">\n  <div class=\"marquee-inner\" id=\"marqueeInner\">\n    <span>Natural Botanicals<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Dermatologist Tested<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Cruelty Free<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Vegan Formula<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Sustainable Packaging<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Clinically Proven<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Natural Botanicals<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Dermatologist Tested<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Cruelty Free<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Vegan Formula<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Sustainable Packaging<\/span><span class=\"marquee-dot\">\u2726<\/span>\n    <span>Clinically Proven<\/span><span class=\"marquee-dot\">\u2726<\/span>\n  <\/div>\n<\/div><\/a>\n\n<!-- PRODUCTS -->\n<section class=\"products\" id=\"products\">\n  <p class=\"section-eyebrow reveal\">\u2726 Our Collection<\/p>\n  <h2 class=\"section-title reveal\">Bestselling <em>Products<\/em><\/h2>\n  <p class=\"section-sub reveal\">Handpicked formulas loved by thousands of women worldwide<\/p>\n\n  <div class=\"products-grid\">\n\n    <div class=\"product-card reveal\">\n      <div class=\"product-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1617897903246-719242758050?w=500&#038;h=600&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"Rose Face Serum\"\/>\n        <span class=\"product-tag\">Bestseller<\/span>\n        <span class=\"product-fav\">\u2661<\/span>\n      <\/div>\n      <div class=\"product-info\">\n        <div class=\"product-brand\">GlowLux<\/div>\n        <div class=\"product-name\">Rose Glow Serum<\/div>\n        <div class=\"product-desc\">Brightens skin tone with pure rose hip oil &#038; Vitamin C<\/div>\n        <div class=\"product-footer\">\n          <span class=\"product-price\">$38<\/span>\n          <a href=\"https:\/\/decortips.online\/\" target=\"_blank\" class=\"product-add\">+<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"product-card reveal\">\n      <div class=\"product-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1556228578-8c89e6adf883?w=500&#038;h=600&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"Vitamin C Moisturizer\"\/>\n        <span class=\"product-tag\">New<\/span>\n        <span class=\"product-fav\">\u2661<\/span>\n      <\/div>\n      <div class=\"product-info\">\n        <div class=\"product-brand\">GlowLux<\/div>\n        <div class=\"product-name\">Vitamin C Moisturizer<\/div>\n        <div class=\"product-desc\">Deep hydration with hyaluronic acid &#038; niacinamide<\/div>\n        <div class=\"product-footer\">\n          <span class=\"product-price\">$45<\/span>\n          <a href=\"https:\/\/decortips.online\/\" target=\"_blank\" class=\"product-add\">+<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"product-card reveal\">\n      <div class=\"product-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1598452963314-b09f397a5c48?w=500&#038;h=600&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"Night Repair Cream\"\/>\n        <span class=\"product-tag\">Top Rated<\/span>\n        <span class=\"product-fav\">\u2661<\/span>\n      <\/div>\n      <div class=\"product-info\">\n        <div class=\"product-brand\">GlowLux<\/div>\n        <div class=\"product-name\">Night Repair Cream<\/div>\n        <div class=\"product-desc\">Repairs and renews skin overnight with retinol &#038; peptides<\/div>\n        <div class=\"product-footer\">\n          <span class=\"product-price\">$52<\/span>\n          <a href=\"https:\/\/decortips.online\/\" target=\"_blank\" class=\"product-add\">+<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"product-card reveal\">\n      <div class=\"product-img-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1631390169100-a3975a1a3b34?w=500&#038;h=600&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"Gentle Face Wash\"\/>\n        <span class=\"product-tag\">Fan Fave<\/span>\n        <span class=\"product-fav\">\u2661<\/span>\n      <\/div>\n      <div class=\"product-info\">\n        <div class=\"product-brand\">GlowLux<\/div>\n        <div class=\"product-name\">Petal Soft Cleanser<\/div>\n        <div class=\"product-desc\">Gentle foam cleanser with aloe vera &#038; chamomile extract<\/div>\n        <div class=\"product-footer\">\n          <span class=\"product-price\">$28<\/span>\n          <a href=\"https:\/\/decortips.online\/\" target=\"_blank\" class=\"product-add\">+<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- VIDEO SECTION -->\n<section class=\"video-section\" id=\"routine\">\n  <div class=\"video-left reveal\">\n    <p class=\"video-eyebrow\">\u2726 Your Daily Ritual<\/p>\n    <h2 class=\"video-title\">See the <em>Magic<\/em> in Action<\/h2>\n    <p class=\"video-desc\">\n      Watch our skincare experts demonstrate a complete morning routine using \n      GlowLux products. Simple steps, extraordinary results.\n    <\/p>\n    <div class=\"video-steps\">\n      <div class=\"step\">\n        <div class=\"step-num\">01<\/div>\n        <div class=\"step-text\">\n          <strong>Cleanse<\/strong>\n          <span>Remove impurities with Petal Soft Cleanser<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">02<\/div>\n        <div class=\"step-text\">\n          <strong>Treat<\/strong>\n          <span>Apply Rose Glow Serum to damp skin<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">03<\/div>\n        <div class=\"step-text\">\n          <strong>Moisturize<\/strong>\n          <span>Seal with Vitamin C Moisturizer for all-day glow<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">04<\/div>\n        <div class=\"step-text\">\n          <strong>Protect<\/strong>\n          <span>Finish with SPF protection every morning<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div style=\"margin-top:32px;\">\n      <a href=\"https:\/\/decortips.online\/index.php\/blogs\/\" target=\"_blank\" \n         style=\"display:inline-block;background:var(--rose);color:#fff;padding:13px 30px;border-radius:50px;font-size:0.88rem;font-weight:500;letter-spacing:0.8px;text-decoration:none;transition:all 0.3s;\">\n        \ud83d\udcd6 Read Skincare Blog Tips \u2192\n      <\/a>\n    <\/div>\n  <\/div>\n  <div class=\"video-right reveal\">\n    <div class=\"video-container\" id=\"videoContainer\" style=\"border-radius:24px;overflow:hidden;position:relative;box-shadow:0 40px 80px rgba(0,0,0,0.4);\">\n      <video id=\"skinVideo\" autoplay muted loop playsinline\n        style=\"width:100%;display:block;max-height:560px;object-fit:cover;\"\n        poster=\"https:\/\/images.unsplash.com\/photo-1570168007204-dfb528c6958f?w=600&#038;auto=format&#038;fit=crop&#038;q=80\">\n        <source src=\"https:\/\/videos.pexels.com\/video-files\/3993218\/3993218-uhd_2560_1440_25fps.mp4\" type=\"video\/mp4\"\/>\n      <\/video>\n      <div id=\"videoOverlay\" onclick=\"toggleVid()\" style=\"position:absolute;inset:0;display:flex;align-items:center;justify-content:center;cursor:pointer;\">\n        <div id=\"playBtn\" style=\"width:72px;height:72px;background:rgba(255,255,255,0.92);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;padding-left:5px;opacity:0;transition:opacity 0.3s;box-shadow:0 8px 30px rgba(0,0,0,0.25);\">\u25b6<\/div>\n      <\/div>\n      <div style=\"position:absolute;bottom:20px;left:20px;color:#fff;\">\n        <span style=\"font-size:0.8rem;display:block;\">Morning Skincare Routine<\/span>\n        <strong style=\"font-size:0.95rem;\">3 Minutes to Glowing Skin \u2728<\/strong>\n      <\/div>\n    <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- MODELS \/ WOMEN SECTION -->\n<section class=\"models-section\" id=\"models\">\n  <p class=\"section-eyebrow reveal\">\u2726 Real Women, Real Results<\/p>\n  <h2 class=\"section-title reveal\">Glowing Skin <em>Stories<\/em><\/h2>\n  <p class=\"section-sub reveal\">From all skin types, tones, and ages \u2014 GlowLux works for every woman<\/p>\n\n  <div style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;\">\n\n    <a href=\"https:\/\/decortips.online\/index.php\/blogs\/\" target=\"_blank\"\n       style=\"text-decoration:none;display:block;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.15);\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1616683693504-3ea7e9ad6fec?w=600&#038;h=550&#038;auto=format&#038;fit=crop&#038;q=80\"\n           style=\"width:100%;height:420px;object-fit:cover;object-position:center;display:block;transition:transform 0.5s;\"\n           onmouseover=\"this.style.transform='scale(1.06)'\" onmouseout=\"this.style.transform='scale(1)'\"\n           alt=\"Woman glowing skin serum\"\/>\n      <div style=\"position:absolute;inset:0;background:linear-gradient(to top,rgba(44,31,31,0.8) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;\">\n        <div style=\"font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:#fff;font-weight:400;margin-bottom:5px;\">Ayesha R.<\/div>\n        <div style=\"font-size:0.75rem;color:#F2D0D7;letter-spacing:1px;\">\u2726 Dry Skin Transformed<\/div>\n      <\/div>\n    <\/a>\n\n    <a href=\"https:\/\/decortips.online\/index.php\/blogs\/\" target=\"_blank\"\n       style=\"text-decoration:none;display:block;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.15);\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1512290923902-8a9f81dc236c?w=600&#038;h=550&#038;auto=format&#038;fit=crop&#038;q=80\"\n           style=\"width:100%;height:420px;object-fit:cover;object-position:center top;display:block;transition:transform 0.5s;\"\n           onmouseover=\"this.style.transform='scale(1.06)'\" onmouseout=\"this.style.transform='scale(1)'\"\n           alt=\"Woman face mask skincare\"\/>\n      <div style=\"position:absolute;inset:0;background:linear-gradient(to top,rgba(44,31,31,0.8) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;\">\n        <div style=\"font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:#fff;font-weight:400;margin-bottom:5px;\">Zara K.<\/div>\n        <div style=\"font-size:0.75rem;color:#F2D0D7;letter-spacing:1px;\">\u2726 Acne-Prone to Clear<\/div>\n      <\/div>\n    <\/a>\n\n    <a href=\"https:\/\/decortips.online\/index.php\/blogs\/\" target=\"_blank\"\n       style=\"text-decoration:none;display:block;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.15);\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1598440947619-2c35fc9aa908?w=600&#038;h=550&#038;auto=format&#038;fit=crop&#038;q=80\"\n           style=\"width:100%;height:420px;object-fit:cover;object-position:center top;display:block;transition:transform 0.5s;\"\n           onmouseover=\"this.style.transform='scale(1.06)'\" onmouseout=\"this.style.transform='scale(1)'\"\n           alt=\"Woman moisturizer anti-aging\"\/>\n      <div style=\"position:absolute;inset:0;background:linear-gradient(to top,rgba(44,31,31,0.8) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;\">\n        <div style=\"font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:#fff;font-weight:400;margin-bottom:5px;\">Sana M.<\/div>\n        <div style=\"font-size:0.75rem;color:#F2D0D7;letter-spacing:1px;\">\u2726 Anti-Aging Journey<\/div>\n      <\/div>\n    <\/a>\n\n  <\/div>\n<\/section>\n\n<section class=\"ingredients\" id=\"ingredients\">\n  <p class=\"section-eyebrow reveal\">\u2726 What&#8217;s Inside<\/p>\n  <h2 class=\"section-title reveal\">The <em>Power<\/em> of Nature<\/h2>\n  <p class=\"section-sub reveal\">Every ingredient is ethically sourced and clinically validated<\/p>\n\n  <div class=\"ing-grid\">\n    <div class=\"ing-card reveal\">\n      <div class=\"ing-icon\">\ud83c\udf39<\/div>\n      <div class=\"ing-title\">Rose Hip Oil<\/div>\n      <div class=\"ing-text\">Rich in Vitamin A &#038; C, rosehip oil reduces dark spots, fine lines and deeply nourishes to restore a luminous, youthful glow.<\/div>\n    <\/div>\n    <div class=\"ing-card reveal\">\n      <div class=\"ing-icon\">\ud83d\udca7<\/div>\n      <div class=\"ing-title\">Hyaluronic Acid<\/div>\n      <div class=\"ing-text\">Holds 1000x its weight in water. Plumps the skin from within, reducing the appearance of fine lines and keeping skin supple all day.<\/div>\n    <\/div>\n    <div class=\"ing-card reveal\">\n      <div class=\"ing-icon\">\u2728<\/div>\n      <div class=\"ing-title\">Vitamin C Complex<\/div>\n      <div class=\"ing-text\">A powerful antioxidant that brightens uneven skin tone, fades hyperpigmentation and shields skin from environmental damage.<\/div>\n    <\/div>\n    <div class=\"ing-card reveal\">\n      <div class=\"ing-icon\">\ud83c\udf3f<\/div>\n      <div class=\"ing-title\">Aloe Vera<\/div>\n      <div class=\"ing-text\">Soothes sensitive and irritated skin with anti-inflammatory properties. A timeless botanical for calm, hydrated skin.<\/div>\n    <\/div>\n    <div class=\"ing-card reveal\">\n      <div class=\"ing-icon\">\ud83e\uddea<\/div>\n      <div class=\"ing-title\">Niacinamide<\/div>\n      <div class=\"ing-text\">Minimizes pores, controls oil, and strengthens the skin barrier. A multi-tasking ingredient loved by dermatologists worldwide.<\/div>\n    <\/div>\n    <div class=\"ing-card reveal\">\n      <div class=\"ing-icon\">\ud83c\udf38<\/div>\n      <div class=\"ing-title\">Chamomile Extract<\/div>\n      <div class=\"ing-text\">Gently calms redness and irritation while delivering antioxidants that protect skin from daily stressors and pollution.<\/div>\n    <\/div>\n  <\/div>\n  <div style=\"text-align:center;margin-top:50px;\">\n    <a href=\"https:\/\/decortips.online\/index.php\/blogs\/\" target=\"_blank\"\n       style=\"display:inline-block;background:transparent;color:var(--rose);padding:14px 38px;border-radius:50px;font-size:0.9rem;font-weight:500;letter-spacing:0.8px;border:2px solid var(--rose);text-decoration:none;transition:all 0.3s;\"\n       onmouseover=\"this.style.background='var(--rose)';this.style.color='#fff'\"\n       onmouseout=\"this.style.background='transparent';this.style.color='var(--rose)'\">\n      \ud83c\udf3f Explore All Skincare Blog Tips \u2192\n    <\/a>\n  <\/div>\n<\/section>\n\n<!-- TESTIMONIALS -->\n<section class=\"testimonials\" id=\"reviews\">\n  <p class=\"section-eyebrow reveal\">\u2726 What They Say<\/p>\n  <h2 class=\"section-title reveal\">Women <em>Love<\/em> GlowLux<\/h2>\n  <p class=\"section-sub reveal\">Join thousands of happy customers sharing their glow journey<\/p>\n\n  <div class=\"test-grid\">\n    <div class=\"test-card reveal\">\n      <div class=\"test-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <p class=\"test-text\">&#8220;My skin has never looked this radiant. The Rose Glow Serum is pure magic \u2014 my friends keep asking what I&#8217;ve changed!&#8221;<\/p>\n      <div class=\"test-author\">\n        <img decoding=\"async\" class=\"test-avatar\" src=\"https:\/\/images.unsplash.com\/photo-1567532939604-b6b5b0db2604?w=100&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"Fatima\"\/>\n        <div>\n          <div class=\"test-name\">Fatima A.<\/div>\n          <div class=\"test-loc\">Lahore, Pakistan<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"test-card reveal\">\n      <div class=\"test-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <p class=\"test-text\">&#8220;I struggled with dry skin for years. After 3 weeks with GlowLux Vitamin C Moisturizer, my skin is soft and glowing every morning!&#8221;<\/p>\n      <div class=\"test-author\">\n        <img decoding=\"async\" class=\"test-avatar\" src=\"https:\/\/images.unsplash.com\/photo-1531746020798-e6953c6e8e04?w=100&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"Sara\"\/>\n        <div>\n          <div class=\"test-name\">Sara K.<\/div>\n          <div class=\"test-loc\">Dubai, UAE<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"test-card reveal\">\n      <div class=\"test-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <p class=\"test-text\">&#8220;The Night Repair Cream is incredible. I wake up with the smoothest skin and my fine lines have visibly reduced. Worth every penny!&#8221;<\/p>\n      <div class=\"test-author\">\n        <img decoding=\"async\" class=\"test-avatar\" src=\"https:\/\/images.unsplash.com\/photo-1544717297-fa95b6ee9643?w=100&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"Amna\"\/>\n        <div>\n          <div class=\"test-name\">Amna R.<\/div>\n          <div class=\"test-loc\">Karachi, Pakistan<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- NEWSLETTER -->\n<section class=\"newsletter\">\n  <div class=\"newsletter-box reveal\">\n    <p class=\"section-eyebrow\">\u2726 Join the Glow Family<\/p>\n    <h2 class=\"section-title\">Get 15% Off <em>Your First Order<\/em><\/h2>\n    <p class=\"section-sub\">Subscribe for exclusive skincare tips, new arrivals, and special offers delivered to your inbox.<\/p>\n    <div class=\"newsletter-form\">\n      <input type=\"email\" placeholder=\"Enter your email address\"\/>\n      <button onclick=\"window.open('https:\/\/decortips.online\/index.php\/blogs\/','_blank')\">Subscribe &#038; Save<\/button>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<script>\n  function toggleVid() {\n    var v = document.getElementById('skinVideo');\n    var btn = document.getElementById('playBtn');\n    if (v.paused) { v.play(); btn.style.opacity = '0'; }\n    else { v.pause(); btn.style.opacity = '1'; }\n  }\n  document.getElementById('videoOverlay').addEventListener('mouseenter', function() {\n    var v = document.getElementById('skinVideo');\n    if (!v.paused) document.getElementById('playBtn').style.opacity = '0.6';\n  });\n  document.getElementById('videoOverlay').addEventListener('mouseleave', function() {\n    var v = document.getElementById('skinVideo');\n    if (!v.paused) document.getElementById('playBtn').style.opacity = '0';\n  });\n\n  \/\/ Scroll reveal\n  const reveals = document.querySelectorAll('.reveal');\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach((e, i) => {\n      if (e.isIntersecting) {\n        setTimeout(() => e.target.classList.add('visible'), i * 80);\n      }\n    });\n  }, { threshold: 0.1 });\n  reveals.forEach(el => observer.observe(el));\n\n\n  \/\/ Wishlist toggle\n  document.querySelectorAll('.product-fav').forEach(btn => {\n    btn.addEventListener('click', () => {\n      btn.textContent = btn.textContent === '\u2661' ? '\u2665' : '\u2661';\n      btn.style.color = btn.textContent === '\u2665' ? '#C97B84' : '';\n    });\n  });\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>GlowLux \u2013 Skincare That Loves You Back \u2726 Premium Skincare 2025 Your Skin Deserves Pure Glow Clinically proven formulas crafted from nature&#8217;s finest botanicals. Reveal radiant, youthful skin with every drop \u2014 because you deserve nothing less. Explore Collection Watch Routine 50K+ Happy Customers 100% Natural Ingredients 4.9\u2605 Average Rating \ud83c\udf3f Certified 100% Organic Natural [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-336","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/decortips.online\/index.php\/wp-json\/wp\/v2\/pages\/336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/decortips.online\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/decortips.online\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/decortips.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/decortips.online\/index.php\/wp-json\/wp\/v2\/comments?post=336"}],"version-history":[{"count":3,"href":"https:\/\/decortips.online\/index.php\/wp-json\/wp\/v2\/pages\/336\/revisions"}],"predecessor-version":[{"id":345,"href":"https:\/\/decortips.online\/index.php\/wp-json\/wp\/v2\/pages\/336\/revisions\/345"}],"wp:attachment":[{"href":"https:\/\/decortips.online\/index.php\/wp-json\/wp\/v2\/media?parent=336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}