{"product_id":"🔥spooky-sips-ghost-drink-sleeve","title":"🔥Spooky Sips Ghost Drink Sleeve","description":"\u003cstyle\u003e \/* =========================================================    GLOBAL    SPOOKY SIPS GHOST DRINK SLEEVE ========================================================= *\/ .gs-page, .gs-page *{   box-sizing:border-box; }  .gs-page{   --gs-black:#19171b;   --gs-purple:#5b278c;   --gs-purple-dark:#442067;   --gs-orange:#f18419;   --gs-orange-dark:#cf650d;   --gs-cream:#fff8ec;   --gs-cream2:#fff3df;   --gs-soft:#f7ecff;   --gs-text:#62584f;   --gs-muted:#8d8177;   --gs-border:#eadbc8;   --gs-white:#ffffff;    width:100%;   max-width:600px;   margin:0 auto;   padding:0;   overflow:hidden;   background:transparent;   color:var(--gs-text);   font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;   line-height:1.6; }  .gs-page img{   display:block;   width:100%;   max-width:100%;   height:auto;   margin:0;   border:0; }  .gs-page h1, .gs-page h2, .gs-page h3, .gs-page p{   margin-top:0; }  .gs-page a{   color:inherit;   text-decoration:none; }   \/* =========================================================    GLOBAL TEXT ========================================================= *\/ .gs-section{   padding:30px 22px;   background:transparent; }  .gs-center{   text-align:center; }  .gs-eyebrow{   display:inline-block;   margin-bottom:10px;   padding:7px 13px;   border:1px solid #e6cba8;   border-radius:999px;   background:var(--gs-cream2);   color:var(--gs-orange-dark);   font-size:11px;   line-height:1;   font-weight:800;   letter-spacing:1px;   text-transform:uppercase; }  .gs-title{   max-width:550px;   margin:0 auto 12px;   color:var(--gs-black);   font-size:38px;   line-height:1.07;   font-weight:900;   letter-spacing:-.8px; }  .gs-heading{   margin:0 0 11px;   color:var(--gs-black);   font-size:28px;   line-height:1.16;   font-weight:850; }  .gs-copy{   margin:0;   background:transparent !important;   color:var(--gs-text);   font-size:16px;   line-height:1.62; }  .gs-copy strong{   color:var(--gs-black); }  .gs-purple{   color:var(--gs-purple);   font-weight:800; }  .gs-orange{   color:var(--gs-orange-dark);   font-weight:800; }   \/* =========================================================    HERO ========================================================= *\/ .gs-hero{   padding:36px 22px 30px;   background:     radial-gradient(circle at 50% 15%,#fffdf8 0%,#fff8eb 55%,#fff0db 100%);   text-align:center; }  .gs-hero .gs-copy{   max-width:515px;   margin:0 auto; }  .gs-hero-line{   width:58px;   height:3px;   margin:18px auto 0;   border-radius:999px;   background:var(--gs-orange); }   \/* =========================================================    QUICK BENEFITS ========================================================= *\/ .gs-quick{   display:grid;   grid-template-columns:repeat(4,1fr);   gap:8px;   margin-top:22px; }  .gs-quick-card{   padding:13px 5px;   border:1px solid var(--gs-border);   border-radius:13px;   background:rgba(255,255,255,.9);   text-align:center; }  .gs-icon{   display:flex;   align-items:center;   justify-content:center;   width:39px;   height:39px;   margin:0 auto 8px;   border:1px solid #e5c8a0;   border-radius:50%;   background:var(--gs-cream);   color:var(--gs-orange-dark); }  .gs-icon svg{   display:block;   width:22px;   height:22px; }  .gs-quick-card strong{   display:block;   color:var(--gs-black);   font-size:12px;   line-height:1.35; }   \/* =========================================================    IMAGE ========================================================= *\/ .gs-image{   width:100%;   margin:0; }  .gs-image img{   width:100%;   height:auto; }   \/* =========================================================    FEATURE CARDS ========================================================= *\/ .gs-grid{   display:grid;   grid-template-columns:repeat(2,1fr);   gap:11px;   margin-top:20px; }  .gs-card{   padding:18px 15px;   border:1px solid var(--gs-border);   border-radius:15px;   background:linear-gradient(     145deg,     #fffdfa 0%,     #fff3df 100%   ); }  .gs-card-icon{   display:flex;   align-items:center;   justify-content:center;   width:42px;   height:42px;   margin-bottom:10px;   border:1px solid #e6c79e;   border-radius:50%;   background:#fff;   color:var(--gs-orange-dark); }  .gs-card-icon svg{   display:block;   width:23px;   height:23px; }  .gs-card h3{   margin:0 0 5px;   color:var(--gs-black);   font-size:16px;   line-height:1.3; }  .gs-card p{   margin:0;   background:transparent;   color:var(--gs-text);   font-size:13px;   line-height:1.5; }   \/* =========================================================    SIZE GUIDE ========================================================= *\/ .gs-size-grid{   display:grid;   grid-template-columns:repeat(2,1fr);   gap:10px;   margin-top:20px; }  .gs-size{   padding:16px 12px;   border:1px solid var(--gs-border);   border-radius:14px;   background:var(--gs-cream);   text-align:center; }  .gs-size strong{   display:block;   margin-bottom:4px;   color:var(--gs-purple);   font-size:20px;   line-height:1.15; }  .gs-size span{   display:block;   color:var(--gs-black);   font-size:13px;   font-weight:700; }  .gs-size small{   display:block;   margin-top:3px;   color:var(--gs-muted);   font-size:11px; }   \/* =========================================================    COLORS ========================================================= *\/ .gs-colors{   display:grid;   grid-template-columns:repeat(4,1fr);   gap:8px;   margin-top:18px; }  .gs-color{   padding:13px 6px;   border:1px solid var(--gs-border);   border-radius:12px;   background:#fff;   text-align:center; }  .gs-color-dot{   width:34px;   height:34px;   margin:0 auto 7px;   border:1px solid rgba(0,0,0,.12);   border-radius:50%; }  .gs-white-dot{   background:#f8f5ea; }  .gs-pink-dot{   background:#efbdc9; }  .gs-gray-dot{   background:#c9c9c4; }  .gs-black-dot{   background:#171717; }  .gs-color strong{   color:var(--gs-black);   font-size:12px; }   \/* =========================================================    HOW IT WORKS ========================================================= *\/ .gs-steps{   display:grid;   grid-template-columns:repeat(3,1fr);   gap:10px;   margin-top:20px; }  .gs-step{   padding:16px 11px;   border:1px solid var(--gs-border);   border-radius:14px;   background:var(--gs-cream);   text-align:center; }  .gs-step-num{   display:flex;   align-items:center;   justify-content:center;   width:34px;   height:34px;   margin:0 auto 9px;   border-radius:50%;   background:var(--gs-purple);   color:#fff;   font-size:14px;   font-weight:800; }  .gs-step strong{   display:block;   margin-bottom:4px;   color:var(--gs-black);   font-size:14px; }  .gs-step p{   margin:0;   color:var(--gs-text);   font-size:12px;   line-height:1.45; }   \/* =========================================================    LIFESTYLE STRIP ========================================================= *\/ .gs-lifestyle{   margin:8px 18px 30px;   padding:25px 19px;   border-radius:18px;   background:linear-gradient(     135deg,     #281a31 0%,     #5a287c 100%   );   color:#fff; }  .gs-lifestyle .gs-eyebrow{   border-color:rgba(255,255,255,.24);   background:rgba(255,255,255,.1);   color:#ffd39a; }  .gs-lifestyle h2{   margin:0 0 8px;   color:#fff;   font-size:27px;   line-height:1.15;   font-weight:850; }  .gs-lifestyle \u003e p{   margin:0;   color:#eee5f3;   font-size:14px; }  .gs-use-grid{   display:grid;   grid-template-columns:repeat(3,1fr);   gap:8px;   margin-top:17px; }  .gs-use{   padding:12px 7px;   border:1px solid rgba(255,255,255,.18);   border-radius:11px;   background:rgba(255,255,255,.09);   color:#fff;   text-align:center;   font-size:12px;   line-height:1.35;   font-weight:700; }   \/* =========================================================    SPECS ========================================================= *\/ .gs-specs{   overflow:hidden;   margin-top:18px;   border:1px solid var(--gs-border);   border-radius:14px;   background:var(--gs-cream); }  .gs-spec{   display:grid;   grid-template-columns:145px 1fr;   gap:12px;   padding:12px 14px;   border-bottom:1px solid var(--gs-border); }  .gs-spec:last-child{   border-bottom:none; }  .gs-spec strong{   color:var(--gs-purple-dark);   font-size:13px; }  .gs-spec span{   color:var(--gs-text);   font-size:13px; }   \/* =========================================================    NOTICE ========================================================= *\/ .gs-note{   margin-top:15px;   padding:13px 15px;   border-left:3px solid var(--gs-orange);   border-radius:0 10px 10px 0;   background:var(--gs-cream2);   color:var(--gs-text);   font-size:13px; }   \/* =========================================================    FAQ ========================================================= *\/ .gs-faq details{   margin-bottom:9px;   border:1px solid var(--gs-border);   border-radius:12px;   background:var(--gs-cream);   overflow:hidden; }  .gs-faq details:last-child{   margin-bottom:0; }  .gs-faq summary{   position:relative;   display:block;   padding:15px 44px 15px 15px;   cursor:pointer;   list-style:none;   color:var(--gs-black);   font-size:14px;   font-weight:750; }  .gs-faq summary::-webkit-details-marker{   display:none; }  .gs-faq summary:after{   content:'+';   position:absolute;   right:15px;   top:50%;   transform:translateY(-50%);   color:var(--gs-purple);   font-size:21px; }  .gs-faq details[open] summary:after{   content:'−'; }  .gs-faq p{   margin:0;   padding:0 15px 15px;   background:transparent;   color:var(--gs-text);   font-size:13px;   line-height:1.55; }   \/* =========================================================    SECURE CHECKOUT ========================================================= *\/ .gs-secure{   padding:27px 18px;   border-top:1px solid var(--gs-border);   background:#fff9ef;   text-align:center; }  .gs-lock{   display:flex;   align-items:center;   justify-content:center;   width:44px;   height:44px;   margin:0 auto 9px;   border-radius:50%;   background:var(--gs-soft);   color:var(--gs-purple); }  .gs-lock svg{   display:block;   width:22px;   height:22px; }  .gs-secure h3{   margin:0 0 5px;   color:var(--gs-black);   font-size:17px; }  .gs-secure p{   max-width:420px;   margin:0 auto 14px;   color:var(--gs-muted);   font-size:12px; }  .gs-payment-row{   display:flex;   justify-content:center;   flex-wrap:wrap;   gap:7px; }  .gs-payment{   min-width:67px;   padding:7px 9px;   border:1px solid #e5ded5;   border-radius:6px;   background:#fff;   color:#302d30;   font-size:11px;   font-weight:800; }   \/* =========================================================    BOTTOM CTA ========================================================= *\/ .gs-bottom-cta{   display:block;   width:100%;   padding:20px 18px;   background:linear-gradient(     135deg,     #432061 0%,     #692d96 55%,     #f18419 140%   );   color:#fff !important;   text-align:center; }  .gs-cta-row{   display:flex;   align-items:center;   justify-content:center;   gap:11px; }  .gs-cta-icon{   display:flex;   align-items:center;   justify-content:center;   width:38px;   height:38px;   border-radius:50%;   background:#fff;   color:var(--gs-purple);   animation:gs-bounce 1.6s ease-in-out infinite; }  .gs-cta-icon svg{   width:21px;   height:21px; }  .gs-bottom-cta strong{   display:block;   color:#fff;   font-size:18px;   line-height:1.2; }  .gs-bottom-cta small{   display:block;   margin-top:4px;   color:#f7eafe;   font-size:12px; }  @keyframes gs-bounce{   0%,100%{transform:translateY(0);}   50%{transform:translateY(-4px);} }   \/* =========================================================    MOBILE ========================================================= *\/ @media(max-width:480px){    .gs-section{     padding:25px 17px;   }    .gs-hero{     padding:30px 17px 25px;   }    .gs-title{     font-size:32px;   }    .gs-heading{     font-size:24px;   }    .gs-copy{     font-size:15px;   }    .gs-quick{     grid-template-columns:repeat(2,1fr);   }    .gs-grid{     grid-template-columns:1fr;   }    .gs-steps{     grid-template-columns:1fr;   }    .gs-use-grid{     grid-template-columns:1fr;   }    .gs-spec{     grid-template-columns:1fr;     gap:2px;   }  } \u003c\/style\u003e \u003cdiv class=\"gs-page\"\u003e \u003c!-- =========================================================      HERO ========================================================= --\u003e \u003csection class=\"gs-hero\"\u003e\u003cspan class=\"gs-eyebrow\"\u003e Halloween Drink Accessory \u003c\/span\u003e \u003ch1 class=\"gs-title\"\u003eSpooky Sips\u003cbr\u003eGhost Drink Sleeve\u003c\/h1\u003e \u003cp class=\"gs-copy\"\u003eTurn your everyday can or cup into a Halloween centerpiece with a \u003cstrong\u003eghost-shaped drink sleeve and removable witch hat\u003c\/strong\u003e. Cute enough for party décor, practical enough to enjoy with your favorite drink.\u003c\/p\u003e \u003cdiv class=\"gs-hero-line\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cdiv class=\"gs-quick\"\u003e \u003cdiv class=\"gs-quick-card\"\u003e \u003cdiv class=\"gs-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e           \u003cpath d=\"M7 19V9a5 5 0 0 1 10 0v10l-2-2-2 2-2-2-2 2-2-2Z\"\u003e\u003c\/path\u003e           \u003ccircle cx=\"10\" cy=\"11\" r=\".6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e           \u003ccircle cx=\"14\" cy=\"11\" r=\".6\" fill=\"currentColor\"\u003e\u003c\/circle\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003cstrong\u003e 2-Piece\u003cbr\u003eDesign \u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"gs-quick-card\"\u003e \u003cdiv class=\"gs-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e           \u003cpath d=\"M8 3h8\"\u003e\u003c\/path\u003e           \u003cpath d=\"M15 3l-2 8\"\u003e\u003c\/path\u003e           \u003cpath d=\"M6 8h11l-1 12H7L6 8Z\"\u003e\u003c\/path\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003cstrong\u003e Straw-Ready\u003cbr\u003eHat \u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"gs-quick-card\"\u003e \u003cdiv class=\"gs-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e           \u003crect x=\"4\" y=\"7\" width=\"5\" height=\"11\" rx=\"1\"\u003e\u003c\/rect\u003e           \u003crect x=\"11\" y=\"4\" width=\"4\" height=\"14\" rx=\"1\"\u003e\u003c\/rect\u003e           \u003crect x=\"17\" y=\"9\" width=\"3\" height=\"9\" rx=\"1\"\u003e\u003c\/rect\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003cstrong\u003e 4 Size\u003cbr\u003eOptions \u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"gs-quick-card\"\u003e \u003cdiv class=\"gs-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e           \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e           \u003ccircle cx=\"9\" cy=\"9\" r=\"1\"\u003e\u003c\/circle\u003e           \u003ccircle cx=\"15\" cy=\"8\" r=\"1\"\u003e\u003c\/circle\u003e           \u003ccircle cx=\"8\" cy=\"14\" r=\"1\"\u003e\u003c\/circle\u003e           \u003ccircle cx=\"14\" cy=\"15\" r=\"1\"\u003e\u003c\/circle\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003cstrong\u003e 4 Fun\u003cbr\u003eColors \u003c\/strong\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================      IMAGE 01      spooky_sips_ghost_drink_sleeve.png ========================================================= --\u003e \u003cdiv class=\"gs-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_9_18_08_39_1.png?v=1788948599\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- =========================================================      TWO PIECE DESIGN ========================================================= --\u003e \u003csection class=\"gs-section\"\u003e \u003cdiv class=\"gs-center\"\u003e \u003cspan class=\"gs-eyebrow\"\u003e Cute + Clever Design \u003c\/span\u003e \u003ch2 class=\"gs-heading\"\u003eA Ghost Body Below.\u003cbr\u003eA Witch Hat on Top.\u003c\/h2\u003e \u003cp class=\"gs-copy\"\u003eUnlike a simple drink cover, this Halloween accessory uses a \u003cstrong\u003eseparate ghost body sleeve and removable witch hat\u003c\/strong\u003e so your drink keeps the full spooky character from top to bottom.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gs-grid\"\u003e \u003cdiv class=\"gs-card\"\u003e \u003cdiv class=\"gs-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e           \u003cpath d=\"M7 19V9a5 5 0 0 1 10 0v10l-2-2-2 2-2-2-2 2-2-2Z\"\u003e\u003c\/path\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003ch3\u003eGhost Body Sleeve\u003c\/h3\u003e \u003cp\u003eSlides around a compatible drink container and instantly transforms it into an adorable ghost.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gs-card\"\u003e \u003cdiv class=\"gs-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e           \u003cpath d=\"M5 15h14\"\u003e\u003c\/path\u003e           \u003cpath d=\"M8 15c1-3 2-6 4-10 2 2 3 5 4 10\"\u003e\u003c\/path\u003e           \u003cpath d=\"M12 5l4 2\"\u003e\u003c\/path\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003ch3\u003eRemovable Witch Hat\u003c\/h3\u003e \u003cp\u003eThe black witch hat completes the Halloween look and can be positioned separately from the body.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gs-card\"\u003e \u003cdiv class=\"gs-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e           \u003cpath d=\"M8 3h8\"\u003e\u003c\/path\u003e           \u003cpath d=\"M15 3l-3 16\"\u003e\u003c\/path\u003e           \u003cpath d=\"M7 9h10\"\u003e\u003c\/path\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003ch3\u003eBuilt-In Straw Opening\u003c\/h3\u003e \u003cp\u003eA dedicated opening in the hat lets a straw pass through without ruining the witch-hat silhouette.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gs-card\"\u003e \u003cdiv class=\"gs-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e           \u003cpath d=\"M5 8h14\"\u003e\u003c\/path\u003e           \u003cpath d=\"M7 8v11h10V8\"\u003e\u003c\/path\u003e           \u003cpath d=\"M9 5h6\"\u003e\u003c\/path\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003ch3\u003eReusable Seasonal Accessory\u003c\/h3\u003e \u003cp\u003eBring the Halloween look back for parties, movie nights, gatherings and seasonal drink displays.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================      IMAGE 02      halloween_ghost_drink_sleeve_infographic.png ========================================================= --\u003e \u003cdiv class=\"gs-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_9_18_08_55_2_1.png?v=1788948599\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- =========================================================      SIZE GUIDE ========================================================= --\u003e \u003csection class=\"gs-section\"\u003e \u003cdiv class=\"gs-center\"\u003e \u003cspan class=\"gs-eyebrow\"\u003e Choose Your Fit \u003c\/span\u003e \u003ch2 class=\"gs-heading\"\u003e4 Sizes for Popular Drink Styles\u003c\/h2\u003e \u003cp class=\"gs-copy\"\u003ePick the version that best matches the capacity and shape of the can or cup you plan to decorate.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gs-size-grid\"\u003e \u003cdiv class=\"gs-size\"\u003e \u003cstrong\u003e8.4 oz\u003c\/strong\u003e \u003cspan\u003eMini Can Size\u003c\/span\u003e \u003csmall\u003eCompact beverage containers\u003c\/small\u003e \u003c\/div\u003e \u003cdiv class=\"gs-size\"\u003e \u003cstrong\u003e12 oz Slim\u003c\/strong\u003e \u003cspan\u003eTall Slim Size\u003c\/span\u003e \u003csmall\u003eFor slim-style cans\u003c\/small\u003e \u003c\/div\u003e \u003cdiv class=\"gs-size\"\u003e \u003cstrong\u003e12 oz Standard\u003c\/strong\u003e \u003cspan\u003eClassic Can Size\u003c\/span\u003e \u003csmall\u003eFor standard-style cans\u003c\/small\u003e \u003c\/div\u003e \u003cdiv class=\"gs-size\"\u003e \u003cstrong\u003e16 oz\u003c\/strong\u003e \u003cspan\u003eLarger Drink Size\u003c\/span\u003e \u003csmall\u003eFor larger compatible cups\u003c\/small\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"gs-note\"\u003e \u003cstrong\u003eFit Note:\u003c\/strong\u003e Container dimensions can vary by brand even when the listed capacity is the same. Check your drink container shape before selecting a size.\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================      IMAGE 03      4_size_options_spooky_drink_sleeves.png ========================================================= --\u003e \u003cdiv class=\"gs-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_9_18_08_58_3_1.png?v=1788948599\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- =========================================================      COLORS ========================================================= --\u003e \u003csection class=\"gs-section\"\u003e \u003cdiv class=\"gs-center\"\u003e \u003cspan class=\"gs-eyebrow\"\u003e Pick Your Ghost \u003c\/span\u003e \u003ch2 class=\"gs-heading\"\u003e4 Spooky-Cute Colors\u003c\/h2\u003e \u003cp class=\"gs-copy\"\u003eKeep it classic in white or build a colorful Halloween drink table with pink, gray and black.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gs-colors\"\u003e \u003cdiv class=\"gs-color\"\u003e \u003cdiv class=\"gs-color-dot gs-white-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cstrong\u003eWhite\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"gs-color\"\u003e \u003cdiv class=\"gs-color-dot gs-pink-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cstrong\u003ePink\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"gs-color\"\u003e \u003cdiv class=\"gs-color-dot gs-gray-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cstrong\u003eGray\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"gs-color\"\u003e \u003cdiv class=\"gs-color-dot gs-black-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cstrong\u003eBlack\u003c\/strong\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"gs-note\"\u003eBody color varies by selected option. The witch-hat design retains its signature black finish with purple band.\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================      IMAGE 04      spooky_cute_ghost_tumbler_collection.png ========================================================= --\u003e \u003cdiv class=\"gs-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_9_18_09_00_4_1.png?v=1788948599\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- =========================================================      HOW TO USE ========================================================= --\u003e \u003csection class=\"gs-section\"\u003e \u003cdiv class=\"gs-center\"\u003e \u003cspan class=\"gs-eyebrow\"\u003e Easy Setup \u003c\/span\u003e \u003ch2 class=\"gs-heading\"\u003eDress Up Your Drink in Seconds\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv class=\"gs-steps\"\u003e \u003cdiv class=\"gs-step\"\u003e \u003cdiv class=\"gs-step-num\"\u003e1\u003c\/div\u003e \u003cstrong\u003e Choose Your Drink \u003c\/strong\u003e \u003cp\u003eStart with a compatible can or cup that matches your selected sleeve size.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gs-step\"\u003e \u003cdiv class=\"gs-step-num\"\u003e2\u003c\/div\u003e \u003cstrong\u003e Add the Ghost Body \u003c\/strong\u003e \u003cp\u003ePlace the beverage container securely inside the ghost sleeve.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gs-step\"\u003e \u003cdiv class=\"gs-step-num\"\u003e3\u003c\/div\u003e \u003cstrong\u003e Top with the Hat \u003c\/strong\u003e \u003cp\u003ePosition the witch hat and guide your straw through the straw-ready opening.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================      IMAGE 05      cute_ghost_tumbler_cover_feature_guide.png ========================================================= --\u003e \u003cdiv class=\"gs-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_9_18_09_01_5_1.png?v=1788948598\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- =========================================================      HALLOWEEN LIFESTYLE ========================================================= --\u003e \u003csection class=\"gs-lifestyle\"\u003e\u003cspan class=\"gs-eyebrow\"\u003e Made for Halloween Moments \u003c\/span\u003e \u003ch2\u003ePart Drink Accessory.\u003cbr\u003ePart Party Decoration.\u003c\/h2\u003e \u003cp\u003eSet them on the drink table, use them for Halloween movie night or give one as a playful seasonal gift.\u003c\/p\u003e \u003cdiv class=\"gs-use-grid\"\u003e \u003cdiv class=\"gs-use\"\u003e🎃 Halloween Parties\u003c\/div\u003e \u003cdiv class=\"gs-use\"\u003e👻 Drink Table Décor\u003c\/div\u003e \u003cdiv class=\"gs-use\"\u003e🎁 Seasonal Gifts\u003c\/div\u003e \u003cdiv class=\"gs-use\"\u003e🍿 Movie Nights\u003c\/div\u003e \u003cdiv class=\"gs-use\"\u003e🥤 Soda \u0026amp; Iced Drinks\u003c\/div\u003e \u003cdiv class=\"gs-use\"\u003e🍂 Fall Gatherings\u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================      IMAGE 06      cozy_halloween_ghost_drink_sleeves.png ========================================================= --\u003e \u003cdiv class=\"gs-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_9_18_09_03_6_1.png?v=1788948599\" alt=\"\"\u003e\u003c\/div\u003e \u003c!-- =========================================================      PRODUCT DETAILS ========================================================= --\u003e \u003csection class=\"gs-section\"\u003e\u003cspan class=\"gs-eyebrow\"\u003e Product Details \u003c\/span\u003e \u003ch2 class=\"gs-heading\"\u003eEverything You Need to Choose Yours\u003c\/h2\u003e \u003cdiv class=\"gs-specs\"\u003e \u003cdiv class=\"gs-spec\"\u003e \u003cstrong\u003eProduct Type\u003c\/strong\u003e \u003cspan\u003eDecorative Ghost Drink Sleeve\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"gs-spec\"\u003e \u003cstrong\u003eDesign\u003c\/strong\u003e \u003cspan\u003eGhost Body + Removable Witch Hat\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"gs-spec\"\u003e \u003cstrong\u003eHat Feature\u003c\/strong\u003e \u003cspan\u003eBuilt-in straw opening\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"gs-spec\"\u003e \u003cstrong\u003eSize Options\u003c\/strong\u003e \u003cspan\u003e8.4 oz \/ 12 oz Slim \/ 12 oz Standard \/ 16 oz\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"gs-spec\"\u003e \u003cstrong\u003eColor Options\u003c\/strong\u003e \u003cspan\u003eWhite \/ Pink \/ Gray \/ Black\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"gs-spec\"\u003e \u003cstrong\u003eUse\u003c\/strong\u003e \u003cspan\u003e Halloween drinks, party tables, seasonal décor and gifting \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"gs-note\"\u003e \u003cstrong\u003ePlease Note:\u003c\/strong\u003e This product is a decorative sleeve\/accessory and is not itself a drinking vessel. Beverage can, cup and straw are shown for demonstration unless otherwise stated in your selected option.\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================      FAQ ========================================================= --\u003e \u003csection class=\"gs-section gs-faq\"\u003e \u003cdiv class=\"gs-center\"\u003e \u003cspan class=\"gs-eyebrow\"\u003e Questions? \u003c\/span\u003e \u003ch2 class=\"gs-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e \u003c\/div\u003e \u003cdetails\u003e \u003csummary\u003eIs this a cup or a drink sleeve?\u003c\/summary\u003e \u003cp\u003eIt is a decorative drink sleeve\/accessory. Place a compatible beverage can or cup inside the ghost body and add the witch hat above it.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eAre the ghost body and witch hat separate?\u003c\/summary\u003e \u003cp\u003eYes. The product uses a two-piece design with a ghost body and a separate witch hat.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan I use a straw with the witch hat?\u003c\/summary\u003e \u003cp\u003eYes. The witch hat includes a dedicated opening designed to allow a straw to pass through.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e \u003cp\u003eChoose from 8.4 oz, 12 oz Slim, 12 oz Standard or 16 oz according to your beverage container. Because container shapes vary between brands, compare the style of your drink before selecting.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhat colors are available?\u003c\/summary\u003e \u003cp\u003eThe ghost body is available in White, Pink, Gray and Black.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan I use it with hot and cold drinks?\u003c\/summary\u003e \u003cp\u003eIt can be used as a decorative sleeve around compatible beverage containers. When using hot beverages, always follow the safety instructions for your actual cup or drink container.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eIs the drink included?\u003c\/summary\u003e \u003cp\u003eNo. Beverage containers, drinks and straws shown in lifestyle images are for demonstration unless your selected listing specifically states otherwise.\u003c\/p\u003e \u003c\/details\u003e \u003c\/section\u003e \u003c!-- =========================================================      SECURE CHECKOUT ========================================================= --\u003e \u003csection class=\"gs-secure\"\u003e \u003cdiv class=\"gs-lock\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" preserveaspectratio=\"xMidYMid meet\"\u003e        \u003crect x=\"5\" y=\"10\" width=\"14\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e       \u003cpath d=\"M8 10V7a4 4 0 0 1 8 0v3\"\u003e\u003c\/path\u003e       \u003cpath d=\"M12 14v2\"\u003e\u003c\/path\u003e      \u003c\/svg\u003e\u003c\/div\u003e \u003ch3\u003eGuaranteed Safe \u0026amp; Secure Checkout\u003c\/h3\u003e \u003cp\u003eYour payment information is securely processed through supported checkout providers.\u003c\/p\u003e \u003cdiv class=\"gs-payment-row\"\u003e \u003cspan class=\"gs-payment\"\u003e PayPal \u003c\/span\u003e \u003cspan class=\"gs-payment\"\u003e VISA \u003c\/span\u003e \u003cspan class=\"gs-payment\"\u003e Mastercard \u003c\/span\u003e \u003cspan class=\"gs-payment\"\u003e Apple Pay \u003c\/span\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================================================      BOTTOM CTA ========================================================= --\u003e\u003ca href=\"#MainProduct-{{%20section.id%20}}\" class=\"gs-bottom-cta\"\u003e \u003cdiv class=\"gs-cta-row\"\u003e \u003cdiv class=\"gs-cta-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" preserveaspectratio=\"xMidYMid meet\"\u003e          \u003ccircle cx=\"9\" cy=\"20\" r=\"1\"\u003e\u003c\/circle\u003e         \u003ccircle cx=\"18\" cy=\"20\" r=\"1\"\u003e\u003c\/circle\u003e          \u003cpath d=\"M3 4h2l2.4 10.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L21 8H7\"\u003e\u003c\/path\u003e        \u003c\/svg\u003e\u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e Pick Your Spooky Sip \u003c\/strong\u003e \u003csmall\u003e Choose your size \u0026amp; color ↑ \u003c\/small\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/a\u003e \u003c\/div\u003e","brand":"krystal","offers":[{"title":"White \/ 8.4oz","offer_id":64569328370033,"sku":"NC02102608081535-白色-8oz","price":22.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 12oz Slim","offer_id":64569328402801,"sku":"NC02102608081535-白色-12oz细长","price":23.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 12oz Standard","offer_id":64569328435569,"sku":"NC02102608081535-白色-12oz标准","price":23.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 16oz","offer_id":64569328468337,"sku":"NC02102608081535-白色-16oz","price":24.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 8.4oz","offer_id":64569328501105,"sku":"NC02102608081535-粉色-8oz","price":22.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 12oz Slim","offer_id":64569328533873,"sku":"NC02102608081535-粉色-12oz细长","price":23.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 12oz Standard","offer_id":64569328566641,"sku":"NC02102608081535-粉色-12oz标准","price":23.98,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 16oz","offer_id":64569328599409,"sku":"NC02102608081535-粉色-16oz","price":24.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 8.4oz","offer_id":64569328632177,"sku":"NC02102608081535-黑色-8oz","price":22.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 12oz Slim","offer_id":64569328664945,"sku":"NC02102608081535-黑色-12oz细长","price":23.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 12oz Standard","offer_id":64569328697713,"sku":"NC02102608081535-黑色-12oz标准","price":23.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 16oz","offer_id":64569328730481,"sku":"NC02102608081535-黑色-16oz","price":24.98,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 8.4oz","offer_id":64569328763249,"sku":"NC02102608081535-灰色-8oz","price":22.98,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 12oz Slim","offer_id":64569328796017,"sku":"NC02102608081535-灰色-12oz细长","price":23.98,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 12oz Standard","offer_id":64569328828785,"sku":"NC02102608081535-灰色-12oz标准","price":23.98,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 16oz","offer_id":64569328861553,"sku":"NC02102608081535-灰色-16oz","price":24.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/ChatGPTImage2026_9_9_18_08_39_1.png?v=1789023556","url":"https:\/\/viqzes.com\/products\/%f0%9f%94%a5spooky-sips-ghost-drink-sleeve","provider":"viqzes","version":"1.0","type":"link"}