{"product_id":"ghost-face-3-wick-candle-holder-gothic-horror-decor-for-halloween-horror-lovers","title":"⏳ Last day 50% OFF– 👻 Ghost Face 3-Wick Candle Holder","description":"\u003cstyle\u003e \/* ==========================================================    GHOST FACE CANDLE HOLDER    CINEMATIC HORROR PRODUCT PAGE     3 COLORS:    BLACK \/ RED \/ PINK     Theme:    Charcoal Black    Blood Red    Dusty Pink    Candle Amber ========================================================== *\/  .gfc-page, .gfc-page *, .gfc-page *::before, .gfc-page *::after{   box-sizing:border-box; }  .gfc-page{   --black:#0c0a0b;   --black2:#171214;   --black3:#241a1e;    --wine:#692737;   --red:#a52d3c;   --red2:#c94a57;    --pink:#d99aae;   --pink2:#f0c4d1;    --amber:#d49146;   --amber2:#f0c27a;   --amber3:#ffe1a4;    --cream:#fbf5ef;   --cream2:#f2e8e1;    --white:#ffffff;    --text:#2d2729;   --muted:#756d70;   --border:#e6dbd8;    position:relative;    display:block;   clear:both;    isolation:isolate;    width:100%;   max-width:1120px;    margin:30px auto 0;   padding:0;    overflow:hidden;    color:var(--text);   background:#fff;    font-family:     -apple-system,     BlinkMacSystemFont,     'Segoe UI',     Roboto,     Helvetica,     Arial,     sans-serif;    line-height:1.68;    container-type:inline-size;   container-name:ghostcandle; }  .gfc-page img{   display:block;    width:100% !important;   max-width:100% !important;   height:auto !important;    margin:0 !important;    border:0; }  .gfc-page h1, .gfc-page h2, .gfc-page h3, .gfc-page p, .gfc-page ul{   margin-top:0; }  .gfc-page h1, .gfc-page h2, .gfc-page h3{   line-height:1.12; }  .gfc-page h1, .gfc-page h2{   font-family:     Georgia,     'Times New Roman',     serif; }   \/* ==========================================================    ANIMATIONS ========================================================== *\/  @keyframes gfcFog{    0%{     transform:       translate3d(-4%,0,0)       scale(1);     opacity:.25;   }    50%{     transform:       translate3d(3%,-2%,0)       scale(1.06);     opacity:.48;   }    100%{     transform:       translate3d(-2%,1%,0)       scale(1.02);     opacity:.28;   }  }  @keyframes gfcGlow{    0%,   100%{     box-shadow:       0 25px 58px rgba(0,0,0,.4),       0 0 0 rgba(221,151,73,0);   }    50%{     box-shadow:       0 28px 64px rgba(0,0,0,.46),       0 0 38px rgba(221,151,73,.22);   }  }  @keyframes gfcTextGlow{    0%,   100%{     text-shadow:       0 0 4px rgba(240,194,122,.05);   }    50%{     text-shadow:       0 0 18px rgba(240,194,122,.4),       0 0 32px rgba(165,45,60,.14);   }  }  @keyframes gfcFloat{    0%,   100%{     transform:translateY(0);   }    50%{     transform:translateY(-5px);   }  }  @keyframes gfcPulse{    0%,   100%{     transform:scale(1);     opacity:.7;   }    50%{     transform:scale(1.08);     opacity:1;   }  }  @keyframes gfcShine{    0%{     transform:       translateX(-170%)       skewX(-20deg);   }    58%,   100%{     transform:       translateX(280%)       skewX(-20deg);   }  }  @keyframes gfcParticles{    from{     background-position:       0 0,       40px 70px;   }    to{     background-position:       0 180px,       80px 250px;   }  }   \/* ==========================================================    COMMON ========================================================== *\/  .gfc-section{   position:relative;    width:100%;    padding:62px 24px; }  .gfc-center{   text-align:center; }  .gfc-kicker{   display:inline-flex;    margin-bottom:13px;   padding:7px 14px;    align-items:center;   justify-content:center;    border:     1px solid rgba(165,45,60,.24);    border-radius:999px;    color:var(--wine);    background:     rgba(217,154,174,.10);    font-size:12px;   font-weight:900;   letter-spacing:1.3px;   text-transform:uppercase; }  .gfc-title{   max-width:850px;    margin-right:auto;   margin-bottom:18px;   margin-left:auto;    color:#231d1f;    font-size:     clamp(31px,5vw,49px);    font-weight:700;   letter-spacing:-.8px; }  .gfc-subtitle{   max-width:760px;    margin-right:auto;   margin-bottom:28px;   margin-left:auto;    color:var(--muted);    font-size:17px;   line-height:1.75; }  .gfc-red{   color:var(--red); }  .gfc-pink{   color:#bd718a; }  .gfc-amber{   color:var(--amber); }  .gfc-soft{   background:     linear-gradient(       135deg,       #fbf6f2,       #f2e9e4     ); }   \/* ==========================================================    HERO ========================================================== *\/  .gfc-hero{   position:relative;    display:grid;    grid-template-columns:     minmax(0,.9fr)     minmax(0,1.1fr);    min-height:640px;    overflow:hidden;    color:#fff;    background:     radial-gradient(       circle at 12% 10%,       rgba(165,45,60,.22),       transparent 30%     ),     radial-gradient(       circle at 90% 80%,       rgba(217,154,174,.13),       transparent 27%     ),     linear-gradient(       145deg,       #090708,       #1b1115     ); }   \/* FOG *\/  .gfc-hero::before{   position:absolute;    inset:-20%;    z-index:1;    pointer-events:none;    content:'';    background:     radial-gradient(       ellipse at 20% 30%,       rgba(255,255,255,.07),       transparent 34%     ),     radial-gradient(       ellipse at 70% 60%,       rgba(217,154,174,.06),       transparent 38%     ),     radial-gradient(       ellipse at 40% 80%,       rgba(240,194,122,.05),       transparent 30%     );    filter:blur(22px);    animation:     gfcFog     10s     ease-in-out     infinite; }   \/* PARTICLES *\/  .gfc-hero::after{   position:absolute;    inset:0;    z-index:1;    pointer-events:none;    content:'';    opacity:.25;    background-image:      radial-gradient(       circle,       rgba(255,255,255,.85)       0 1px,       transparent 1.5px     ),      radial-gradient(       circle,       rgba(240,194,122,.7)       0 1px,       transparent 1.5px     );    background-size:     75px 75px,     120px 120px;    animation:     gfcParticles     18s     linear     infinite; }  .gfc-hero-copy{   position:relative;   z-index:3;    display:flex;    padding:64px 42px;    flex-direction:column;   justify-content:center; }  .gfc-hero-kicker{   display:inline-flex;    width:fit-content;    margin-bottom:17px;   padding:8px 14px;    border:     1px solid rgba(240,194,122,.3);    border-radius:999px;    color:#e9c893;    background:     rgba(255,255,255,.04);    font-size:12px;   font-weight:900; }  .gfc-main-title{   margin-bottom:20px;    color:#fff;    font-size:     clamp(40px,6vw,66px);    letter-spacing:-1.4px; }  .gfc-main-title span{   display:block;    color:var(--amber2);    animation:     gfcTextGlow     3.2s     ease-in-out     infinite; }  .gfc-hero-sub{   max-width:620px;    margin-bottom:20px;    color:#dfd4d8;    font-size:18px;   line-height:1.72; }  .gfc-hero-line{   margin-bottom:0;    color:#e6a8b8;    font-size:14px;   font-weight:900; }  .gfc-hero-image{   position:relative;   z-index:2;    min-width:0;    overflow:hidden; }  .gfc-hero-image img{   width:100%;   height:100% !important;   min-height:640px;    object-fit:cover;    animation:     gfcGlow     4.4s     ease-in-out     infinite; }   \/* ==========================================================    QUICK FACTS ========================================================== *\/  .gfc-facts-wrap{   padding:24px 16px;    background:#120d0f; }  .gfc-facts{   display:grid;    grid-template-columns:     repeat(4,minmax(0,1fr));    max-width:930px;    margin:0 auto; }  .gfc-fact{   padding:14px 10px;    color:#fff;    text-align:center;    border-right:     1px solid rgba(255,255,255,.12); }  .gfc-fact:last-child{   border-right:0; }  .gfc-fact strong{   display:block;    color:#f1c987;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:18px; }  .gfc-fact span{   display:block;    margin-top:4px;    color:#cfc2c6;    font-size:12px; }   \/* ==========================================================    SPLIT ========================================================== *\/  .gfc-split{   display:grid;    grid-template-columns:     minmax(0,1fr);    gap:34px;    align-items:center; }  .gfc-split \u003e *{   min-width:0; }  .gfc-copy p{   margin-bottom:16px;    color:var(--muted);    font-size:16px;   line-height:1.75; }  .gfc-image-card{   position:relative;    width:100%;   max-width:560px;    margin:0 auto;    overflow:hidden;    border:     1px solid #d9cbc7;    border-radius:18px;    background:#151012;    box-shadow:     0 20px 46px rgba(40,24,30,.15);    transition:     transform .3s ease,     box-shadow .3s ease; }  .gfc-image-card:hover{   transform:     translateY(-5px);    box-shadow:     0 26px 56px rgba(40,24,30,.22),     0 0 25px rgba(165,45,60,.08); }  .gfc-image-card img{   aspect-ratio:1\/1;    object-fit:cover; }   \/* ==========================================================    COLOR SECTION ========================================================== *\/  .gfc-color-grid{   display:grid;    grid-template-columns:     repeat(3,minmax(0,1fr));    gap:16px;    margin-top:30px; }  .gfc-color-card{   position:relative;    overflow:hidden;    padding:25px 20px;    border-radius:16px;    background:#fff;    box-shadow:     0 10px 28px rgba(36,24,29,.06);    border:     1px solid var(--border);    transition:     transform .28s ease,     box-shadow .28s ease; }  .gfc-color-card:hover{   transform:     translateY(-6px);    box-shadow:     0 18px 38px rgba(36,24,29,.12); }  .gfc-color-top{   width:42px;   height:42px;    margin-bottom:17px;    border-radius:50%;    box-shadow:     0 0 0 6px rgba(0,0,0,.025);    animation:     gfcPulse     3.5s     ease-in-out     infinite; }  .gfc-color-black{   background:#121212; }  .gfc-color-red{   background:#ad2e3f; }  .gfc-color-pink{   background:#dfa0b6; }  .gfc-color-card h3{   margin-bottom:8px;    color:#2b2326;    font-size:20px; }  .gfc-color-card p{   margin-bottom:0;    color:var(--muted);    font-size:14px; }   \/* ==========================================================    DARK SECTION ========================================================== *\/  .gfc-dark{   position:relative;    overflow:hidden;    color:#fff;    background:     radial-gradient(       circle at 88% 12%,       rgba(165,45,60,.17),       transparent 30%     ),     radial-gradient(       circle at 12% 84%,       rgba(240,194,122,.08),       transparent 27%     ),     linear-gradient(       145deg,       #080708,       #1b1115     ); }  .gfc-dark::before{   position:absolute;    inset:0;    pointer-events:none;    content:'';    opacity:.18;    background-image:     radial-gradient(       circle,       rgba(255,255,255,.82)       0 1px,       transparent 1.5px     );    background-size:     70px 70px; }  .gfc-dark \u003e *{   position:relative;   z-index:2; }  .gfc-dark .gfc-title{   color:#fff; }  .gfc-dark .gfc-copy p{   color:#d8cdd1; }  .gfc-dark .gfc-kicker{   color:#e5a2b6;    border-color:     rgba(229,162,182,.2);    background:     rgba(229,162,182,.06); }   \/* ==========================================================    DETAIL LIST ========================================================== *\/  .gfc-detail-list{   display:grid;    gap:11px;    margin-top:22px; }  .gfc-detail-item{   display:flex;    gap:12px;    padding:14px 15px;    border-radius:12px;    background:#f8f1ee;    color:#4a4144;    font-size:14px; }  .gfc-detail-item .gfc-detail-icon{   font-size:21px; }  .gfc-detail-item strong{   display:block;    margin-bottom:2px;    color:#2c2326; }   \/* ==========================================================    BENEFIT CARDS ========================================================== *\/  .gfc-benefit-grid{   display:grid;    grid-template-columns:     repeat(2,minmax(0,1fr));    gap:15px;    margin-top:30px; }  .gfc-card{   padding:23px 20px;    border:     1px solid var(--border);    border-radius:15px;    background:#fff;    box-shadow:     0 8px 24px rgba(50,31,38,.04);    transition:     transform .28s ease,     box-shadow .28s ease; }  .gfc-card:hover{   transform:     translateY(-5px);    box-shadow:     0 16px 34px rgba(50,31,38,.10); }  .gfc-card-icon{   margin-bottom:10px;    font-size:27px;    animation:     gfcFloat     3.6s     ease-in-out     infinite; }  .gfc-card:nth-child(2) .gfc-card-icon{   animation-delay:.8s; }  .gfc-card:nth-child(3) .gfc-card-icon{   animation-delay:1.6s; }  .gfc-card:nth-child(4) .gfc-card-icon{   animation-delay:2.4s; }  .gfc-card h3{   margin-bottom:8px;    color:#34272b;    font-size:18px; }  .gfc-card p{   margin-bottom:0;    color:var(--muted);    font-size:14px; }   \/* ==========================================================    CANDLE BOX ========================================================== *\/  .gfc-candle-box{   max-width:820px;    margin:30px auto 0;   padding:28px 24px;    border:     1px solid rgba(240,194,122,.28);    border-radius:17px;    color:#fff;    background:     radial-gradient(       circle at 80% 20%,       rgba(240,194,122,.12),       transparent 30%     ),     linear-gradient(       135deg,       #1a1014,       #3c1f28     );    box-shadow:     0 16px 35px rgba(43,22,30,.16);    text-align:left; }  .gfc-candle-box h3{   margin-bottom:8px;    color:#f2cf95;    font-size:21px; }  .gfc-candle-box p{   margin-bottom:0;    color:#ddcfd4; }   \/* ==========================================================    SCENES ========================================================== *\/  .gfc-scene-grid{   display:grid;    grid-template-columns:     repeat(3,minmax(0,1fr));    gap:15px;    margin-top:29px; }  .gfc-scene-card{   padding:22px 18px;    border:     1px solid var(--border);    border-radius:15px;    background:#fff;    transition:     transform .28s ease,     box-shadow .28s ease; }  .gfc-scene-card:hover{   transform:     translateY(-5px);    box-shadow:     0 15px 32px rgba(52,32,39,.09); }  .gfc-scene-icon{   margin-bottom:9px;    font-size:28px; }  .gfc-scene-card h3{   margin-bottom:8px;    color:#33262b;    font-size:18px; }  .gfc-scene-card p{   margin-bottom:0;    color:var(--muted);    font-size:14px; }   \/* ==========================================================    QUOTE ========================================================== *\/  .gfc-quote{   margin-top:23px;   padding:20px;    border-left:     4px solid var(--amber);    border-radius:     0 12px 12px 0;    background:     rgba(255,255,255,.06);    color:#f4dcb5;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:20px;   font-style:italic; }   \/* ==========================================================    SHOWCASE ========================================================== *\/  .gfc-showcase{   position:relative;    max-width:820px;    margin:31px auto 0;    overflow:hidden;    border-radius:18px;    box-shadow:     0 22px 50px rgba(34,22,27,.17); }  .gfc-showcase::after{   position:absolute;    top:-15%;   bottom:-15%;   left:-28%;    width:16%;    pointer-events:none;    content:'';    background:     linear-gradient(       90deg,       transparent,       rgba(255,231,183,.45),       transparent     );    transform:     skewX(-12deg);    animation:     gfcShine     6.5s     ease-in-out     infinite; }   \/* ==========================================================    SPECS ========================================================== *\/  .gfc-specs{   max-width:880px;    margin:30px auto 0;    overflow:hidden;    border:     1px solid var(--border);    border-radius:15px;    background:#fff; }  .gfc-spec-row{   display:grid;    grid-template-columns:     175px minmax(0,1fr);    border-bottom:     1px solid var(--border); }  .gfc-spec-row:last-child{   border-bottom:0; }  .gfc-spec-label, .gfc-spec-value{   padding:14px 15px;    font-size:14px; }  .gfc-spec-label{   color:var(--wine);    background:#f7efed;    font-weight:900; }   \/* ==========================================================    FAQ ========================================================== *\/  .gfc-faq{   max-width:820px;    margin:29px auto 0; }  .gfc-page details{   margin-bottom:11px;    overflow:hidden;    border:     1px solid var(--border);    border-radius:13px;    background:#fff;    transition:     transform .25s ease,     box-shadow .25s ease; }  .gfc-page details:hover{   transform:     translateY(-2px);    box-shadow:     0 8px 20px rgba(52,32,39,.06); }  .gfc-page summary{   position:relative;    display:block;    padding:     18px 49px 18px 18px;    color:#35282c;    cursor:pointer;    font-size:15px;   font-weight:900;    list-style:none; }  .gfc-page summary::-webkit-details-marker{   display:none; }  .gfc-page summary::after{   position:absolute;    top:50%;   right:18px;    color:var(--wine);    content:'+';    font-size:25px;    transform:     translateY(-50%); }  .gfc-page details[open] summary::after{   content:'−'; }  .gfc-faq-answer{   padding:     0 18px 18px;    color:var(--muted);    font-size:14px;   line-height:1.7; }   \/* ==========================================================    FINAL ========================================================== *\/  .gfc-final{   position:relative;    padding:     72px 24px;    overflow:hidden;    color:#fff;    text-align:center;    background:     radial-gradient(       circle at 50% 0%,       rgba(165,45,60,.24),       transparent 36%     ),     radial-gradient(       circle at 82% 82%,       rgba(240,194,122,.08),       transparent 30%     ),     linear-gradient(       145deg,       #080708,       #211117     ); }  .gfc-final::before{   position:absolute;    inset:0;    pointer-events:none;    content:'';    opacity:.2;    background-image:      radial-gradient(       circle,       rgba(255,255,255,.85)       0 1px,       transparent 1.5px     ),      radial-gradient(       circle,       rgba(240,194,122,.72)       0 1px,       transparent 1.5px     );    background-size:     78px 78px,     130px 130px;    animation:     gfcParticles     20s     linear     infinite; }  .gfc-final \u003e *{   position:relative;   z-index:2; }  .gfc-final h2{   max-width:820px;    margin:0 auto 17px;    color:#fff;    font-size:     clamp(32px,5vw,50px); }  .gfc-final h2 span{   color:var(--amber2);    animation:     gfcTextGlow     3s     ease-in-out     infinite; }  .gfc-final p{   max-width:700px;    margin:0 auto 24px;    color:#d9cfd2;    font-size:17px; }  .gfc-final-line{   position:relative;    display:inline-block;    padding:13px 22px;    overflow:hidden;    border:     1px solid rgba(255,255,255,.17);    border-radius:999px;    background:     rgba(255,255,255,.06);    color:#fff;    font-size:15px;   font-weight:900; }  .gfc-final-line::after{   position:absolute;    top:-30%;   left:-45%;    width:38%;   height:160%;    pointer-events:none;    content:'';    background:     linear-gradient(       90deg,       transparent,       rgba(255,255,255,.45),       transparent     );    animation:     gfcShine     4.5s     ease-in-out     infinite; }   \/* ==========================================================    RESPONSIVE ========================================================== *\/  @container ghostcandle (min-width:700px){    .gfc-section{     padding:       72px 44px;   }    .gfc-split{     grid-template-columns:       repeat(2,minmax(0,1fr));      gap:50px;   }  }  @container ghostcandle (min-width:950px){    .gfc-section{     padding:       80px 60px;   }    .gfc-copy p{     font-size:17px;   }  }   \/* ==========================================================    MOBILE ========================================================== *\/  @media(max-width:760px){    .gfc-hero{     grid-template-columns:1fr;      min-height:0;   }    .gfc-hero-copy{     padding:       43px 21px 33px;   }    .gfc-main-title{     font-size:40px;   }    .gfc-hero-image img{     min-height:auto;      aspect-ratio:1\/1;   }    .gfc-facts{     grid-template-columns:       repeat(2,minmax(0,1fr));   }    .gfc-fact:nth-child(2){     border-right:0;   }    .gfc-fact:nth-child(-n+2){     border-bottom:       1px solid rgba(255,255,255,.12);   }    .gfc-color-grid,   .gfc-scene-grid{     grid-template-columns:1fr;   }    .gfc-benefit-grid{     grid-template-columns:1fr;   }    .gfc-spec-row{     grid-template-columns:       125px minmax(0,1fr);   }  }  @media(max-width:480px){    .gfc-page{     margin-top:20px;   }    .gfc-section{     padding:       44px 18px;   }    .gfc-main-title{     font-size:35px;   }    .gfc-title{     font-size:30px;   }    .gfc-subtitle,   .gfc-hero-sub{     font-size:16px;   }    .gfc-hero::before{     opacity:.7;   }    .gfc-image-card:hover,   .gfc-color-card:hover,   .gfc-card:hover,   .gfc-scene-card:hover,   .gfc-page details:hover{     transform:none;   }  }   \/* ==========================================================    REDUCED MOTION ========================================================== *\/  @media(prefers-reduced-motion:reduce){    .gfc-page *,   .gfc-page *::before,   .gfc-page *::after{     animation-duration:.01ms !important;     animation-iteration-count:1 !important;   }  } \u003c\/style\u003e   \u003cdiv class=\"gfc-page\"\u003e   \u003c!-- =====================================================      HERO ===================================================== --\u003e  \u003csection class=\"gfc-hero\"\u003e    \u003cdiv class=\"gfc-hero-copy\"\u003e      \u003cspan class=\"gfc-hero-kicker\"\u003e       👻 HORROR MEETS CANDLELIGHT     \u003c\/span\u003e      \u003ch1 class=\"gfc-main-title\"\u003e       Ghost Face       \u003cspan\u003eCandle Holder\u003c\/span\u003e     \u003c\/h1\u003e      \u003cp class=\"gfc-hero-sub\"\u003e       Give your favorite candle a haunting new home. A ghostly masked figure,       flowing robe and raised candle platform turn ordinary candlelight into       a dramatic little horror scene.     \u003c\/p\u003e      \u003cp class=\"gfc-hero-line\"\u003e       🖤 Black • ❤️ Red • 🩷 Pink • 🕯️ Designed for 3-Wick Candles     \u003c\/p\u003e    \u003c\/div\u003e     \u003cdiv class=\"gfc-hero-image\"\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0671\/8996\/4899\/files\/01_ef5cb63b-1f0c-40f0-a3a5-5ce9a3e65a99.png?v=1787811133\" alt=\"Ghost Face Candle Holder\" loading=\"eager\"\u003e    \u003c\/div\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      QUICK FACTS ===================================================== --\u003e  \u003csection class=\"gfc-facts-wrap\"\u003e    \u003cdiv class=\"gfc-facts\"\u003e       \u003cdiv class=\"gfc-fact\"\u003e        \u003cstrong\u003e         3 Colors       \u003c\/strong\u003e        \u003cspan\u003e         Black · Red · Pink       \u003c\/span\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-fact\"\u003e        \u003cstrong\u003e         3-Wick       \u003c\/strong\u003e        \u003cspan\u003e         Candle Format       \u003c\/span\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-fact\"\u003e        \u003cstrong\u003e         Sculptural       \u003c\/strong\u003e        \u003cspan\u003e         Horror Design       \u003c\/span\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-fact\"\u003e        \u003cstrong\u003e         Halloween       \u003c\/strong\u003e        \u003cspan\u003e         Statement Décor       \u003c\/span\u003e      \u003c\/div\u003e     \u003c\/div\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      COLOR INTRO ===================================================== --\u003e  \u003csection class=\"gfc-section gfc-soft\"\u003e    \u003cdiv class=\"gfc-split\"\u003e       \u003cdiv class=\"gfc-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0671\/8996\/4899\/files\/02_a170f96c-249c-4b93-bb9d-ae0b4c83ac52.png?v=1787811132\" alt=\"Ghost Face Candle Holder three colors\" loading=\"lazy\"\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-copy\"\u003e        \u003cspan class=\"gfc-kicker\"\u003e         Choose Your Ghost       \u003c\/span\u003e        \u003ch2 class=\"gfc-title\"\u003e         Three Colors.         \u003cspan class=\"gfc-red\"\u003e           Three Different Moods.         \u003c\/span\u003e       \u003c\/h2\u003e        \u003cp\u003e         Go classic and sinister with black, bold and dramatic with red,         or give your spooky décor a playful twist with pink.       \u003c\/p\u003e        \u003cp\u003e         Every version keeps the same eerie masked expression and flowing         sculpted silhouette — only the personality changes.       \u003c\/p\u003e      \u003c\/div\u003e     \u003c\/div\u003e     \u003cdiv class=\"gfc-color-grid\"\u003e       \u003cdiv class=\"gfc-color-card\"\u003e        \u003cdiv class=\"gfc-color-top gfc-color-black\"\u003e\u003c\/div\u003e        \u003ch3\u003e         🖤 Black       \u003c\/h3\u003e        \u003cp\u003e         Gothic, cinematic and easy to pair with classic black-and-orange         Halloween décor.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-color-card\"\u003e        \u003cdiv class=\"gfc-color-top gfc-color-red\"\u003e\u003c\/div\u003e        \u003ch3\u003e         ❤️ Red       \u003c\/h3\u003e        \u003cp\u003e         Bold, fiery and attention-grabbing for a louder horror-inspired setup.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-color-card\"\u003e        \u003cdiv class=\"gfc-color-top gfc-color-pink\"\u003e\u003c\/div\u003e        \u003ch3\u003e         🩷 Pink       \u003c\/h3\u003e        \u003cp\u003e         Creepy meets cute — ideal for pink Halloween, pastel goth and         unconventional spooky décor.       \u003c\/p\u003e      \u003c\/div\u003e     \u003c\/div\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      EMOTIONAL HOOK ===================================================== --\u003e  \u003csection class=\"gfc-section gfc-center\"\u003e    \u003cspan class=\"gfc-kicker\"\u003e     Not Just Another Candle Holder   \u003c\/span\u003e    \u003ch2 class=\"gfc-title\"\u003e     Turn an Ordinary Candle Into     \u003cspan class=\"gfc-red\"\u003e       a Tiny Horror Scene     \u003c\/span\u003e   \u003c\/h2\u003e    \u003cp class=\"gfc-subtitle\"\u003e     Ordinary candle holders disappear into the background. This one becomes     part of the display — adding height, shadow and character around the     candle itself.   \u003c\/p\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      BLACK \/ CINEMATIC ===================================================== --\u003e  \u003csection class=\"gfc-section gfc-dark\"\u003e    \u003cdiv class=\"gfc-split\"\u003e       \u003cdiv class=\"gfc-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0671\/8996\/4899\/files\/03_d16ca9c8-002b-407e-b125-514be32bd0b4.png?v=1787811133\" alt=\"Black Ghost Face Candle Holder\" loading=\"lazy\"\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-copy\"\u003e        \u003cspan class=\"gfc-kicker\"\u003e         Classic Horror Energy       \u003c\/span\u003e        \u003ch2 class=\"gfc-title\"\u003e         🖤 Black — Dark, Dramatic \u0026amp; Timeless       \u003c\/h2\u003e        \u003cp\u003e         The black version delivers the strongest traditional horror look.         Its dark robe makes the pale ghostly face stand out while warm         candlelight creates dramatic contrast above.       \u003c\/p\u003e        \u003cp\u003e         Pair it with pumpkins, skulls, gothic books, ravens, dark frames         or cobwebs to create a display that feels much more cinematic.       \u003c\/p\u003e         \u003cdiv class=\"gfc-quote\"\u003e         “Part candle holder. Part sculpture. Part tiny horror scene.”       \u003c\/div\u003e      \u003c\/div\u003e     \u003c\/div\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      DETAIL CLOSE-UP ===================================================== --\u003e  \u003csection class=\"gfc-section\"\u003e    \u003cdiv class=\"gfc-split\"\u003e       \u003cdiv class=\"gfc-copy\"\u003e        \u003cspan class=\"gfc-kicker\"\u003e         Sculptural Detail       \u003c\/span\u003e        \u003ch2 class=\"gfc-title\"\u003e         Creepy From Far Away.         \u003cspan class=\"gfc-red\"\u003e           Even Better Up Close.         \u003c\/span\u003e       \u003c\/h2\u003e        \u003cp\u003e         The visual impact comes from the combination of the elongated         ghostly expression, deep robe folds and the raised candle platform.       \u003c\/p\u003e        \u003cp\u003e         The vertical shape helps the holder feel more like a small display         sculpture than an ordinary tabletop accessory.       \u003c\/p\u003e         \u003cdiv class=\"gfc-detail-list\"\u003e           \u003cdiv class=\"gfc-detail-item\"\u003e            \u003cspan class=\"gfc-detail-icon\"\u003e             👻           \u003c\/span\u003e            \u003cdiv\u003e             \u003cstrong\u003eGhostly Face\u003c\/strong\u003e             High-contrast mask detail immediately catches the eye.           \u003c\/div\u003e          \u003c\/div\u003e           \u003cdiv class=\"gfc-detail-item\"\u003e            \u003cspan class=\"gfc-detail-icon\"\u003e             🖤           \u003c\/span\u003e            \u003cdiv\u003e             \u003cstrong\u003eFlowing Robe Texture\u003c\/strong\u003e             Sculpted folds create depth and strong shadow.           \u003c\/div\u003e          \u003c\/div\u003e           \u003cdiv class=\"gfc-detail-item\"\u003e            \u003cspan class=\"gfc-detail-icon\"\u003e             🕯️           \u003c\/span\u003e            \u003cdiv\u003e             \u003cstrong\u003eRaised Candle Platform\u003c\/strong\u003e             Keeps the candle visually integrated into the sculpture.           \u003c\/div\u003e          \u003c\/div\u003e         \u003c\/div\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0671\/8996\/4899\/files\/05_53df9db3-671e-46cf-bfb4-7a4c5a6af244.png?v=1787811132\" alt=\"Ghost Face Candle Holder sculptural details\" loading=\"lazy\"\u003e      \u003c\/div\u003e     \u003c\/div\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      BENEFITS ===================================================== --\u003e  \u003csection class=\"gfc-section gfc-soft gfc-center\"\u003e    \u003cspan class=\"gfc-kicker\"\u003e     Why Horror Fans Love It   \u003c\/span\u003e    \u003ch2 class=\"gfc-title\"\u003e     Dark Décor That     \u003cspan class=\"gfc-red\"\u003e       Actually Does Something     \u003c\/span\u003e   \u003c\/h2\u003e     \u003cdiv class=\"gfc-benefit-grid\"\u003e       \u003cdiv class=\"gfc-card\"\u003e        \u003cdiv class=\"gfc-card-icon\"\u003e         🕯️       \u003c\/div\u003e        \u003ch3\u003e         Made for 3-Wick Candles       \u003c\/h3\u003e        \u003cp\u003e         Designed around standard 3-wick candle formats so your favorite         fragrance becomes part of the display.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-card\"\u003e        \u003cdiv class=\"gfc-card-icon\"\u003e         👻       \u003c\/div\u003e        \u003ch3\u003e         Instant Horror Atmosphere       \u003c\/h3\u003e        \u003cp\u003e         Add one piece and instantly give shelves, mantels and spooky corners         more personality.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-card\"\u003e        \u003cdiv class=\"gfc-card-icon\"\u003e         🎨       \u003c\/div\u003e        \u003ch3\u003e         Three Color Personalities       \u003c\/h3\u003e        \u003cp\u003e         Black for gothic drama, red for bold horror, or pink for creepy-cute style.       \u003c\/p\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-card\"\u003e        \u003cdiv class=\"gfc-card-icon\"\u003e         🎁       \u003c\/div\u003e        \u003ch3\u003e         A Gift They Remember       \u003c\/h3\u003e        \u003cp\u003e         A more unusual choice than another horror poster, mug or basic         Halloween accessory.       \u003c\/p\u003e      \u003c\/div\u003e     \u003c\/div\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      THREE COLORS SHOWCASE ===================================================== --\u003e  \u003csection class=\"gfc-section gfc-center\"\u003e    \u003cspan class=\"gfc-kicker\"\u003e     Same Face. Different Energy.   \u003c\/span\u003e    \u003ch2 class=\"gfc-title\"\u003e     Choose the One That Matches     \u003cspan class=\"gfc-pink\"\u003e       Your Dark Side     \u003c\/span\u003e   \u003c\/h2\u003e    \u003cp class=\"gfc-subtitle\"\u003e     The same eerie design can feel gothic, aggressive or playful depending     on the color you bring into the room.   \u003c\/p\u003e     \u003cdiv class=\"gfc-showcase\"\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0671\/8996\/4899\/files\/04_0cd364aa-54bc-478e-b05b-e4af5c655e25.png?v=1787811133\" alt=\"Black red and pink Ghost Face Candle Holders\" loading=\"lazy\"\u003e    \u003c\/div\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      GIFT ===================================================== --\u003e  \u003csection class=\"gfc-section gfc-dark\"\u003e    \u003cdiv class=\"gfc-split\"\u003e       \u003cdiv class=\"gfc-image-card\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0671\/8996\/4899\/files\/06_4ede6f71-039f-4a89-9acf-4ac802a37140.png?v=1787811133\" alt=\"Ghost Face Candle Holder horror gift\" loading=\"lazy\"\u003e      \u003c\/div\u003e       \u003cdiv class=\"gfc-copy\"\u003e        \u003cspan class=\"gfc-kicker\"\u003e         🎁 A Gift With Horror Personality       \u003c\/span\u003e        \u003ch2 class=\"gfc-title\"\u003e         For the Horror Fan Who Already Has Everything       \u003c\/h2\u003e        \u003cp\u003e         Posters? Probably already has them.       \u003c\/p\u003e        \u003cp\u003e         Horror shirts? Maybe a whole drawer.       \u003c\/p\u003e        \u003cp\u003e         This combines a collectible-style horror look with something that         can actually become part of their room, shelf or Halloween setup.       \u003c\/p\u003e        \u003cp\u003e         A memorable choice for Halloween, birthdays, housewarmings,         Christmas or simply surprising someone who lives for spooky season.       \u003c\/p\u003e         \u003cdiv class=\"gfc-quote\"\u003e         The kind of gift that gets an immediate:         “Where did you get that?”       \u003c\/div\u003e      \u003c\/div\u003e     \u003c\/div\u003e  \u003c\/section\u003e   \u003c!-- =====================================================      SCENE USES ===================================================== --\u003e  \u003csection class=\"gfc-section gfc-soft gfc-center\"\u003e    \u003cspan class=\"gfc-kicker\"\u003e     Style the Horror Your Way   \u003c\/span\u003e    \u003ch2 class=\"gfc-tit\"\u003e\u003c\/h2\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Black","offer_id":57196627624102,"sku":"YML2608272204-黑色鬼脸烛台","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":57196627656870,"sku":"YML2608272204-红色鬼脸烛台","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":57196627689638,"sku":"YML2608272204-粉色鬼脸烛台","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/01_4268cf7a-1cc7-4cd8-8cca-3025eb4aa2a6.png?v=1787821042","url":"https:\/\/getvyxor.com\/products\/ghost-face-3-wick-candle-holder-gothic-horror-decor-for-halloween-horror-lovers","provider":"getvyxor","version":"1.0","type":"link"}