{"product_id":"halloween-potion-style-whiskey-bottle","title":"💥LAST DAY 50% OFF-🥃Halloween Potion-Style Whiskey Bottle","description":"\u003cstyle\u003e\n\/* =========================================================\n   GOTHIC HALLOWEEN POTION BOTTLE\n   COMPLETE SHOPIFY LANDING PAGE\n\n   Midnight Black × Blood Crimson × Antique Bronze × Haunted Purple\n   Desktop + Mobile\n   Image First \/ Text Below\n========================================================= *\/\n\n.gpb-page,\n.gpb-page *{\n  box-sizing:border-box;\n}\n\n.gpb-page{\n  --black:#171316;\n  --black-2:#241b22;\n  --black-3:#30232d;\n\n  --red:#8e2032;\n  --red-2:#b32b40;\n  --red-dark:#53111d;\n\n  --purple:#4d334f;\n  --purple-2:#6b496d;\n\n  --bronze:#ad7a47;\n  --bronze-light:#d3aa73;\n\n  --cream:#fbf5ee;\n  --cream-2:#f2e8dd;\n\n  --ink:#31282d;\n  --body:#71656c;\n  --line:#e2d5d9;\n\n  width:100%;\n  max-width:1100px;\n\n  margin:0 auto!important;\n  padding:14px!important;\n\n  background:\n    radial-gradient(\n      circle at 95% 2%,\n      rgba(142,32,50,.08),\n      transparent 25%\n    ),\n    radial-gradient(\n      circle at 4% 35%,\n      rgba(77,51,79,.08),\n      transparent 28%\n    ),\n    linear-gradient(\n      180deg,\n      #fff 0%,\n      #f7f0ea 100%\n    );\n\n  color:var(--ink);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  font-size:16px;\n  line-height:1.7;\n\n  overflow:visible!important;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.gpb-page h1,\n.gpb-page h2,\n.gpb-page h3,\n.gpb-page p{\n  margin-top:0;\n}\n\n.gpb-page strong{\n  font-weight:850;\n}\n\n.gpb-page a{\n  text-decoration:none;\n}\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.gpb-page img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  clip-path:none!important;\n  mask:none!important;\n  -webkit-mask:none!important;\n}\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes gpbReveal{\n  from{\n    opacity:0;\n    transform:translateY(24px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n@keyframes gpbFloat{\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-2deg);\n  }\n\n  50%{\n    transform:\n      translateY(-7px)\n      rotate(2deg);\n  }\n}\n\n@keyframes gpbGlow{\n  0%,100%{\n    box-shadow:\n      0 13px 30px\n      rgba(37,20,29,.13);\n  }\n\n  50%{\n    box-shadow:\n      0 18px 46px\n      rgba(142,32,50,.23),\n      0 0 32px\n      rgba(179,43,64,.17);\n  }\n}\n\n@keyframes gpbPotionGlow{\n  0%,100%{\n    box-shadow:\n      0 0 0\n      rgba(179,43,64,0);\n\n    text-shadow:\n      0 0 0\n      rgba(179,43,64,0);\n  }\n\n  50%{\n    box-shadow:\n      0 0 30px\n      rgba(179,43,64,.18);\n\n    text-shadow:\n      0 0 14px\n      rgba(221,84,104,.35);\n  }\n}\n\n@keyframes gpbBat{\n  0%,100%{\n    transform:\n      translate(0,0)\n      rotate(-7deg);\n  }\n\n  30%{\n    transform:\n      translate(8px,-7px)\n      rotate(4deg);\n  }\n\n  65%{\n    transform:\n      translate(-5px,-12px)\n      rotate(-2deg);\n  }\n}\n\n@keyframes gpbTwinkle{\n  0%,100%{\n    opacity:.2;\n    transform:\n      scale(.8)\n      rotate(-4deg);\n  }\n\n  50%{\n    opacity:.95;\n    transform:\n      scale(1.14)\n      rotate(4deg);\n  }\n}\n\n@keyframes gpbShine{\n  0%{\n    left:-65%;\n  }\n\n  55%,\n  100%{\n    left:145%;\n  }\n}\n\n@keyframes gpbBubble{\n  0%{\n    opacity:0;\n    transform:\n      translateY(10px)\n      scale(.6);\n  }\n\n  30%{\n    opacity:.55;\n  }\n\n  100%{\n    opacity:0;\n    transform:\n      translateY(-55px)\n      scale(1.15);\n  }\n}\n\n@keyframes gpbPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 10px 25px\n      rgba(126,25,43,.26);\n  }\n\n  50%{\n    transform:scale(1.025);\n\n    box-shadow:\n      0 16px 42px\n      rgba(126,25,43,.48);\n  }\n}\n\n.gpb-reveal{\n  opacity:1;\n  transform:none;\n}\n\n@supports(animation-timeline:view()){\n\n  .gpb-reveal{\n    animation:\n      gpbReveal\n      .82s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 28%;\n  }\n}\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.gpb-eyebrow{\n  margin:\n    0 0\n    9px!important;\n\n  color:#996b49;\n\n  text-align:center;\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:1.55px;\n\n  text-transform:uppercase;\n}\n\n.gpb-section{\n  margin-top:18px;\n\n  padding:\n    28px 25px\n    33px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:20px;\n\n  background:#fff;\n\n  box-shadow:\n    0 7px 22px\n    rgba(50,34,43,.05);\n}\n\n.gpb-section.soft{\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf7,\n      #f2e8e5\n    );\n}\n\n.gpb-image{\n  margin-bottom:24px;\n}\n\n.gpb-image img{\n  border-radius:16px!important;\n\n  animation:\n    gpbGlow\n    4.4s\n    ease-in-out\n    infinite;\n}\n\n.gpb-section h2{\n  max-width:830px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--red-dark);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n\n  line-height:1.22;\n}\n\n.gpb-lead{\n  max-width:790px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  text-align:center;\n\n  font-size:16px;\n\n  line-height:1.76;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.gpb-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    28px 27px\n    36px;\n\n  border:\n    1px solid\n    #d9c9cf;\n\n  border-top:\n    5px solid\n    var(--red);\n\n  border-radius:24px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(179,43,64,.11),\n      transparent 37%\n    ),\n    radial-gradient(\n      circle at 8% 90%,\n      rgba(77,51,79,.09),\n      transparent 31%\n    ),\n    linear-gradient(\n      180deg,\n      #fffdfc,\n      #f3e9e7\n    );\n\n  text-align:center;\n\n  box-shadow:\n    0 13px 34px\n    rgba(49,26,37,.08);\n}\n\n.gpb-hero:before{\n  content:\"🦇\";\n\n  position:absolute;\n\n  right:-12px;\n  top:-32px;\n\n  opacity:.06;\n\n  font-size:180px;\n\n  animation:\n    gpbBat\n    5s\n    ease-in-out\n    infinite;\n}\n\n.gpb-hero:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:5%;\n  top:30px;\n\n  color:var(--red-2);\n\n  font-size:34px;\n\n  animation:\n    gpbTwinkle\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n.gpb-hero \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.gpb-hero-media{\n  margin-bottom:27px;\n}\n\n.gpb-hero-media img{\n  border-radius:18px!important;\n\n  animation:\n    gpbGlow\n    4.2s\n    ease-in-out\n    infinite;\n}\n\n.gpb-mark{\n  display:grid;\n\n  place-items:center;\n\n  width:68px;\n  height:68px;\n\n  margin:\n    0 auto\n    12px;\n\n  border:\n    1px solid\n    #d4b18a;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff,\n      #efe3df\n    );\n\n  font-size:31px;\n\n  box-shadow:\n    0 8px 20px\n    rgba(69,37,50,.09);\n\n  animation:\n    gpbFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.gpb-hero h1{\n  max-width:900px;\n\n  margin:\n    0 auto\n    15px!important;\n\n  color:var(--black-2);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:42px;\n\n  line-height:1.12;\n\n  letter-spacing:-.025em;\n}\n\n.gpb-hero h1 span{\n  color:var(--red);\n}\n\n.gpb-hero-text{\n  max-width:830px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  font-size:16.5px;\n\n  line-height:1.78;\n}\n\n.gpb-chips{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.gpb-chip{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #dbc6cc;\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.90);\n\n  color:#684c59;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n.gpb-hero-line{\n  max-width:760px;\n\n  margin:\n    20px auto\n    0!important;\n\n  padding-top:18px;\n\n  border-top:\n    1px solid\n    #dbcdd1;\n\n  color:#563b47!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:19px!important;\n\n  font-style:italic;\n}\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.gpb-quick{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:11px;\n\n  margin-top:18px;\n}\n\n.gpb-quick-card{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    19px 11px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:16px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .3s ease,\n    border-color .3s ease,\n    box-shadow .3s ease;\n}\n\n.gpb-quick-card:hover{\n  transform:translateY(-5px);\n\n  border-color:#cfa8b3;\n\n  box-shadow:\n    0 12px 27px\n    rgba(67,37,48,.11);\n}\n\n.gpb-quick-card:after{\n  content:\"\";\n\n  position:absolute;\n\n  top:-35%;\n  left:-60%;\n\n  width:30%;\n  height:170%;\n\n  transform:rotate(17deg);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.95),\n      transparent\n    );\n\n  animation:\n    gpbShine\n    7s\n    ease-in-out\n    infinite;\n}\n\n.gpb-quick-card \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.gpb-quick-icon{\n  margin-bottom:6px;\n\n  font-size:28px;\n\n  animation:\n    gpbFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.gpb-quick-card strong{\n  display:block;\n\n  color:#49373f;\n\n  font-size:14px;\n}\n\n.gpb-quick-card span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#786a70;\n\n  font-size:12px;\n\n  line-height:1.45;\n}\n\n\/* =========================================================\n   HAUNTED CASTLE SECTION\n========================================================= *\/\n\n.gpb-dark{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 50% 15%,\n      rgba(179,43,64,.18),\n      transparent 36%\n    ),\n    radial-gradient(\n      circle at 90% 15%,\n      rgba(99,67,102,.25),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      #251a21,\n      #120f12\n    );\n\n  color:#fff;\n\n  box-shadow:\n    0 12px 31px\n    rgba(28,15,22,.18);\n}\n\n.gpb-dark:after{\n  content:\"🏰\";\n\n  position:absolute;\n\n  right:-22px;\n  bottom:-58px;\n\n  opacity:.04;\n\n  font-size:175px;\n}\n\n.gpb-dark \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.gpb-dark .gpb-eyebrow{\n  color:#ddb58d!important;\n}\n\n.gpb-dark h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.gpb-dark p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#eee8eb!important;\n\n  text-align:center;\n\n  line-height:1.74;\n}\n\n.gpb-dark-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(5,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.gpb-dark-card{\n  padding:\n    17px 8px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.12);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.055);\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    background .28s ease;\n}\n\n.gpb-dark-card:hover{\n  transform:translateY(-4px);\n\n  background:\n    rgba(255,255,255,.09);\n}\n\n.gpb-dark-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:24px;\n\n  animation:\n    gpbFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.gpb-dark-card strong{\n  display:block;\n\n  color:#f1d2b0!important;\n\n  font-size:11.5px;\n}\n\n\/* =========================================================\n   CENTERPIECE\n========================================================= *\/\n\n.gpb-center{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 25px\n    34px;\n\n  border:\n    1px solid\n    #dac7cc;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(142,32,50,.09),\n      transparent 29%\n    ),\n    radial-gradient(\n      circle at 50% 100%,\n      rgba(173,122,71,.13),\n      transparent 38%\n    ),\n    linear-gradient(\n      145deg,\n      #fffdfb,\n      #f2e7e5\n    );\n}\n\n.gpb-center:before{\n  content:\"🕯️\";\n\n  position:absolute;\n\n  left:-20px;\n  bottom:-58px;\n\n  opacity:.065;\n\n  font-size:165px;\n\n  animation:\n    gpbFloat\n    4.2s\n    ease-in-out\n    infinite;\n}\n\n.gpb-center \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.gpb-center h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--red-dark);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.gpb-center p{\n  max-width:790px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  text-align:center;\n\n  line-height:1.75;\n}\n\n.gpb-place-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(5,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.gpb-place{\n  padding:\n    17px 8px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:12px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.gpb-place:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 9px 21px\n    rgba(70,40,51,.09);\n}\n\n.gpb-place i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    gpbFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.gpb-place strong{\n  display:block;\n\n  color:#59434d;\n\n  font-size:11.5px;\n}\n\n\/* =========================================================\n   LIGHT SECTION\n========================================================= *\/\n\n.gpb-light{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 50% 70%,\n      rgba(177,31,55,.28),\n      transparent 34%\n    ),\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(141,83,125,.17),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      #2a1820,\n      #120d11\n    );\n\n  color:#fff;\n}\n\n.gpb-light:before{\n  content:\"\";\n\n  position:absolute;\n\n  left:50%;\n  bottom:-160px;\n\n  width:300px;\n  height:300px;\n\n  transform:translateX(-50%);\n\n  border-radius:50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(194,41,66,.30),\n      transparent 68%\n    );\n\n  animation:\n    gpbPotionGlow\n    4s\n    ease-in-out\n    infinite;\n}\n\n.gpb-light:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:4%;\n  top:22px;\n\n  color:#df687b;\n\n  font-size:34px;\n\n  animation:\n    gpbTwinkle\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n.gpb-light \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.gpb-light .gpb-eyebrow{\n  color:#ddb38d!important;\n}\n\n.gpb-light h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.gpb-light p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#eee8eb!important;\n\n  text-align:center;\n\n  line-height:1.74;\n}\n\n.gpb-bubbles{\n  display:flex;\n  justify-content:center;\n\n  gap:15px;\n\n  margin-top:20px;\n}\n\n.gpb-bubble{\n  width:10px;\n  height:10px;\n\n  border-radius:50%;\n\n  background:\n    rgba(216,72,94,.72);\n\n  box-shadow:\n    0 0 12px\n    rgba(216,72,94,.45);\n\n  animation:\n    gpbBubble\n    3.5s\n    ease-in\n    infinite;\n}\n\n.gpb-bubble:nth-child(2){\n  width:7px;\n  height:7px;\n\n  animation-delay:.8s;\n}\n\n.gpb-bubble:nth-child(3){\n  width:12px;\n  height:12px;\n\n  animation-delay:1.5s;\n}\n\n.gpb-bubble:nth-child(4){\n  width:8px;\n  height:8px;\n\n  animation-delay:2.1s;\n}\n\n\/* =========================================================\n   GOTHIC DETAILS\n========================================================= *\/\n\n.gpb-detail-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.gpb-detail{\n  padding:18px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease,\n    border-color .28s ease;\n}\n\n.gpb-detail:hover{\n  transform:translateY(-4px);\n\n  border-color:#cda8b1;\n\n  box-shadow:\n    0 9px 22px\n    rgba(70,40,51,.09);\n}\n\n.gpb-detail i{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-style:normal;\n\n  font-size:27px;\n\n  animation:\n    gpbFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.gpb-detail strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#8b3042;\n\n  font-size:14px;\n}\n\n.gpb-detail span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:13px;\n\n  line-height:1.56;\n}\n\n\/* =========================================================\n   PARTY\n========================================================= *\/\n\n.gpb-party{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 10% 90%,\n      rgba(163,108,63,.17),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      #4c334e,\n      #251a29\n    );\n\n  color:#fff;\n}\n\n.gpb-party:after{\n  content:\"🎃\";\n\n  position:absolute;\n\n  right:-20px;\n  bottom:-55px;\n\n  opacity:.045;\n\n  font-size:155px;\n}\n\n.gpb-party \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.gpb-party .gpb-eyebrow{\n  color:#e2be97!important;\n}\n\n.gpb-party h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.gpb-party p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#f0eaf1!important;\n\n  text-align:center;\n\n  line-height:1.74;\n}\n\n.gpb-party-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.gpb-party-card{\n  padding:\n    17px 9px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.gpb-party-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    gpbFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.gpb-party-card strong{\n  display:block;\n\n  color:#fff!important;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.gpb-gift{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(173,122,71,.18),\n      transparent 29%\n    ),\n    linear-gradient(\n      145deg,\n      #721c2d,\n      #371119\n    );\n}\n\n.gpb-gift:after{\n  content:\"🎁\";\n\n  position:absolute;\n\n  right:-19px;\n  bottom:-53px;\n\n  opacity:.055;\n\n  font-size:150px;\n}\n\n.gpb-gift \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.gpb-gift .gpb-eyebrow{\n  color:#e0bb93!important;\n}\n\n.gpb-gift h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.gpb-gift p{\n  max-width:760px;\n\n  margin:\n    0 auto!important;\n\n  color:#f4e9ec!important;\n\n  text-align:center;\n\n  line-height:1.74;\n}\n\n.gpb-gift-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(5,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.gpb-gift-card{\n  padding:\n    17px 8px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.gpb-gift-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:24px;\n\n  animation:\n    gpbFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.gpb-gift-card strong{\n  display:block;\n\n  color:#fff!important;\n\n  font-size:11.5px;\n}\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.gpb-spec{\n  margin-top:18px;\n\n  padding:\n    28px 23px\n    31px;\n\n  border-radius:19px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #2e232c,\n      #151115\n    );\n}\n\n.gpb-spec h2{\n  margin:\n    0 0\n    19px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.gpb-spec-box{\n  overflow:hidden;\n\n  max-width:850px;\n\n  margin:0 auto;\n\n  border:\n    1px solid\n    rgba(255,255,255,.13);\n\n  border-radius:14px;\n}\n\n.gpb-spec-row{\n  display:grid;\n\n  grid-template-columns:\n    215px 1fr;\n\n  border-bottom:\n    1px solid\n    rgba(255,255,255,.11);\n}\n\n.gpb-spec-row:last-child{\n  border-bottom:0;\n}\n\n.gpb-spec-key{\n  padding:\n    13px 15px;\n\n  background:\n    rgba(255,255,255,.06);\n\n  color:#dda97d!important;\n\n  font-weight:850;\n}\n\n.gpb-spec-value{\n  padding:\n    13px 15px;\n\n  color:#f2edf0!important;\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.gpb-faq{\n  margin-top:18px;\n\n  padding:\n    30px 23px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:#fff;\n}\n\n.gpb-faq h2{\n  margin:\n    0 0\n    18px!important;\n\n  color:var(--red-dark);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.gpb-faq details{\n  margin-bottom:9px;\n\n  border:\n    1px solid\n    #e4d4d9;\n\n  border-radius:12px;\n\n  background:#fff9f8;\n\n  overflow:hidden;\n}\n\n.gpb-faq details:last-child{\n  margin-bottom:0;\n}\n\n.gpb-faq summary{\n  position:relative;\n\n  padding:\n    15px 42px\n    15px 15px;\n\n  color:#493840;\n\n  font-size:14px;\n\n  font-weight:850;\n\n  cursor:pointer;\n\n  list-style:none;\n}\n\n.gpb-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.gpb-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:var(--red);\n\n  font-size:21px;\n}\n\n.gpb-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.gpb-faq-answer{\n  padding:\n    0 15px\n    15px;\n\n  color:var(--body);\n\n  font-size:13.5px;\n\n  line-height:1.62;\n}\n\n\/* =========================================================\n   PACKAGE\n========================================================= *\/\n\n.gpb-package{\n  margin-top:18px;\n\n  padding:\n    29px 23px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf7,\n      #f2e8e5\n    );\n\n  text-align:center;\n}\n\n.gpb-package-icon{\n  width:50px;\n  height:50px;\n\n  margin:\n    0 auto\n    9px;\n\n  display:grid;\n  place-items:center;\n\n  border-radius:50%;\n\n  background:#fff;\n\n  font-size:25px;\n\n  box-shadow:\n    0 7px 18px\n    rgba(55,34,44,.09);\n\n  animation:\n    gpbFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.gpb-package h2{\n  margin:\n    0 0\n    16px!important;\n\n  color:var(--red-dark);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.gpb-package-row{\n  max-width:760px;\n\n  margin:0 auto;\n\n  padding:\n    14px 16px;\n\n  border:\n    1px solid\n    #dfcfd3;\n\n  border-radius:12px;\n\n  background:#fff;\n\n  color:#57454d;\n\n  font-size:14px;\n\n  font-weight:800;\n}\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.gpb-trust{\n  margin-top:18px;\n\n  padding:\n    29px 22px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.gpb-trust h2{\n  margin:\n    0 0\n    11px!important;\n\n  color:var(--red-dark);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n}\n\n.gpb-trust-box{\n  max-width:820px;\n\n  margin:0 auto;\n\n  padding:\n    23px 20px;\n\n  border:\n    1px solid\n    #e3d3d7;\n\n  border-radius:14px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf7,\n      #f3eae7\n    );\n}\n\n.gpb-trust-box h3{\n  margin:\n    0 0\n    7px!important;\n\n  color:#49363f;\n\n  font-size:19px;\n}\n\n.gpb-trust-box p{\n  max-width:680px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  font-size:13.5px;\n\n  line-height:1.6;\n}\n\n.gpb-trust-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:9px;\n\n  margin-top:18px;\n}\n\n.gpb-trust-grid div{\n  padding:\n    13px 7px;\n\n  border:\n    1px solid\n    #e7dadd;\n\n  border-radius:10px;\n\n  background:#fff;\n\n  color:#51454a;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n.gpb-trust-media{\n  margin-top:15px;\n}\n\n.gpb-trust-media img{\n  border-radius:14px!important;\n}\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.gpb-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    28px 24px\n    42px;\n\n  border-radius:\n    20px 20px\n    0 0;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(190,48,70,.23),\n      transparent 35%\n    ),\n    radial-gradient(\n      circle at 10% 100%,\n      rgba(111,72,111,.20),\n      transparent 34%\n    ),\n    linear-gradient(\n      145deg,\n      #30141c,\n      #120c10\n    );\n}\n\n.gpb-final:before{\n  content:\"🦇\";\n\n  position:absolute;\n\n  left:-25px;\n  bottom:-64px;\n\n  opacity:.045;\n\n  font-size:180px;\n\n  animation:\n    gpbBat\n    5s\n    ease-in-out\n    infinite;\n}\n\n.gpb-final:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:5%;\n  top:27px;\n\n  color:#e05f76;\n\n  font-size:34px;\n\n  opacity:.55;\n\n  animation:\n    gpbTwinkle\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.gpb-final \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.gpb-final .gpb-eyebrow{\n  color:#dfb38d!important;\n}\n\n.gpb-final h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:34px;\n\n  line-height:1.2;\n}\n\n.gpb-final p{\n  max-width:750px;\n\n  margin:\n    0 auto!important;\n\n  color:#f1e9ed!important;\n\n  font-size:16px;\n\n  line-height:1.72;\n}\n\n.gpb-final-line{\n  margin-top:18px!important;\n\n  color:#e8b07d!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:20px!important;\n\n  font-style:italic;\n}\n\n.gpb-final-points{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.gpb-final-point{\n  padding:\n    8px 11px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.21);\n\n  border-radius:999px;\n\n  color:#fff!important;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n.gpb-cta{\n  display:block;\n\n  width:min(100%,540px);\n\n  margin:\n    24px auto\n    0;\n\n  padding:\n    16px 20px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.16);\n\n  border-radius:9px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ad243b,\n      #681828\n    );\n\n  color:#fff!important;\n\n  font-size:15px;\n\n  font-weight:900;\n\n  letter-spacing:.2px;\n\n  animation:\n    gpbPulse\n    2.8s\n    ease-in-out\n    infinite;\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .gpb-page{\n    padding:8px!important;\n    font-size:15px;\n  }\n\n  .gpb-hero{\n    padding:\n      18px 15px\n      25px;\n\n    border-radius:16px;\n  }\n\n  .gpb-hero h1{\n    font-size:30px;\n  }\n\n  .gpb-hero-text{\n    font-size:15px;\n  }\n\n  .gpb-quick{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .gpb-section,\n  .gpb-center{\n    padding:\n      20px 15px\n      26px;\n  }\n\n  .gpb-section h2,\n  .gpb-center h2{\n    font-size:26px;\n  }\n\n  .gpb-dark,\n  .gpb-light,\n  .gpb-party,\n  .gpb-gift{\n    padding:\n      20px 15px\n      27px;\n  }\n\n  .gpb-dark h2,\n  .gpb-light h2,\n  .gpb-party h2,\n  .gpb-gift h2{\n    font-size:26px;\n  }\n\n  .gpb-dark-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .gpb-place-grid,\n  .gpb-gift-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .gpb-detail-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .gpb-party-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .gpb-spec-row{\n    grid-template-columns:1fr;\n  }\n\n  .gpb-spec-key{\n    padding-bottom:7px;\n  }\n\n  .gpb-spec-value{\n    padding-top:7px;\n  }\n\n  .gpb-trust-grid{\n    grid-template-columns:1fr;\n  }\n\n  .gpb-final{\n    padding:\n      20px 15px\n      32px;\n  }\n\n  .gpb-final h2{\n    font-size:27px;\n  }\n}\n\n@media(max-width:430px){\n\n  .gpb-quick,\n  .gpb-dark-grid,\n  .gpb-place-grid,\n  .gpb-detail-grid,\n  .gpb-party-grid,\n  .gpb-gift-grid{\n    grid-template-columns:1fr;\n  }\n\n  .gpb-chip{\n    width:100%;\n  }\n}\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .gpb-page *,\n  .gpb-page *::before,\n  .gpb-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n  .gpb-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n}\n\n\/* =========================================================\n   BOTTOM\n========================================================= *\/\n\n.gpb-page{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n.gpb-page \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"gpb-page\" id=\"gpb-top\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"gpb-hero\"\u003e\n\u003cdiv class=\"gpb-mark\"\u003e🦇\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eGOTHIC • HALLOWEEN • DARK FANTASY • HOME BAR\u003c\/p\u003e\n\u003ch1\u003eTurn an Ordinary Pour Into \u003cspan\u003ea Halloween Potion.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"gpb-hero-text\"\u003eCastle silhouettes, fluttering bats and ornate Gothic details transform this dramatic glass bottle into more than a simple container. Add your preferred drink and suddenly the entire setup feels like something pulled from a \u003cstrong\u003ehaunted castle or dark fantasy apothecary.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"gpb-chips\"\u003e\n\u003cspan class=\"gpb-chip\"\u003e 🏰 Gothic Castle Design \u003c\/span\u003e \u003cspan class=\"gpb-chip\"\u003e 🦇 Bat Details \u003c\/span\u003e \u003cspan class=\"gpb-chip\"\u003e 🍷 Dramatic Bottle Display \u003c\/span\u003e \u003cspan class=\"gpb-chip\"\u003e 🎃 Halloween Centerpiece \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"gpb-hero-line\"\u003eThe drink may be familiar. The bottle changes the whole mood.\u003c\/p\u003e\n\u003cp class=\"gpb-hero-line\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/dcd43f32399f221415663046a5654bd1_692c3ce3-5b07-4d29-9b3f-6fcb96c91491.gif?v=1790060185\" alt=\"Gothic Halloween Potion Style Bottle\" loading=\"eager\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK VALUE\n===================================================== --\u003e\n\u003csection class=\"gpb-quick gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-quick-card\"\u003e\n\u003cdiv class=\"gpb-quick-icon\"\u003e🏰\u003c\/div\u003e\n\u003cstrong\u003e Haunted Castle Look \u003c\/strong\u003e \u003cspan\u003e A dark architectural silhouette gives the bottle instant atmosphere. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-quick-card\"\u003e\n\u003cdiv class=\"gpb-quick-icon\"\u003e🦇\u003c\/div\u003e\n\u003cstrong\u003e Gothic Details \u003c\/strong\u003e \u003cspan\u003e Bats and ornate decorative elements add dark fantasy character. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-quick-card\"\u003e\n\u003cdiv class=\"gpb-quick-icon\"\u003e🔥\u003c\/div\u003e\n\u003cstrong\u003e Dramatic in Low Light \u003c\/strong\u003e \u003cspan\u003e Dark surroundings and warm lighting enhance the crimson-toned display. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-quick-card\"\u003e\n\u003cdiv class=\"gpb-quick-icon\"\u003e🎃\u003c\/div\u003e\n\u003cstrong\u003e Halloween Focal Point \u003c\/strong\u003e \u003cspan\u003e Designed to stand out on bars, tables, shelves and seasonal displays. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     HAUNTED CASTLE DESIGN\n===================================================== --\u003e\n\u003csection class=\"gpb-dark gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/2_49d7b37e-62f9-45bb-8adb-f96cbd2deaa4.png?v=1790061554\" alt=\"Gothic haunted castle potion bottle details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eSTRAIGHT OUT OF A HAUNTED CASTLE\u003c\/p\u003e\n\u003ch2\u003e🦇 The Bottle Is Part of the Halloween Story\u003c\/h2\u003e\n\u003cp\u003eThe Gothic silhouette and dark decorative details make the bottle feel less like ordinary barware and more like an object from a mysterious fantasy world.\u003c\/p\u003e\n\u003cdiv class=\"gpb-dark-grid\"\u003e\n\u003cdiv class=\"gpb-dark-card\"\u003e\n\u003ci\u003e🏰\u003c\/i\u003e \u003cstrong\u003eCastle Silhouette\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-dark-card\"\u003e\n\u003ci\u003e🦇\u003c\/i\u003e \u003cstrong\u003eBat Details\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-dark-card\"\u003e\n\u003ci\u003e🖤\u003c\/i\u003e \u003cstrong\u003eDark Vintage Mood\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-dark-card\"\u003e\n\u003ci\u003e✨\u003c\/i\u003e \u003cstrong\u003eOrnate Patterns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-dark-card\"\u003e\n\u003ci\u003e🍷\u003c\/i\u003e \u003cstrong\u003eCrimson Potion Look\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CENTERPIECE\n===================================================== --\u003e\n\u003csection class=\"gpb-center gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/5_04b89a23-e72b-440e-9b4c-05990118d19c.png?v=1790061555\" alt=\"Gothic Halloween potion bottle centerpiece\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eDON'T HIDE IT IN THE CABINET\u003c\/p\u003e\n\u003ch2\u003e🍷 A Bottle Designed to Become Part of the Display\u003c\/h2\u003e\n\u003cp\u003ePlace it where guests can actually see it. Its dramatic silhouette and dark-fantasy styling turn an ordinary bottle area into part of the Halloween setup.\u003c\/p\u003e\n\u003cdiv class=\"gpb-place-grid\"\u003e\n\u003cdiv class=\"gpb-place\"\u003e\n\u003ci\u003e🍸\u003c\/i\u003e \u003cstrong\u003eHome Bar\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-place\"\u003e\n\u003ci\u003e🏰\u003c\/i\u003e \u003cstrong\u003eGothic Room\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-place\"\u003e\n\u003ci\u003e🎃\u003c\/i\u003e \u003cstrong\u003eParty Table\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-place\"\u003e\n\u003ci\u003e🕯️\u003c\/i\u003e \u003cstrong\u003eSeasonal Display\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-place\"\u003e\n\u003ci\u003e📚\u003c\/i\u003e \u003cstrong\u003eCollector Shelf\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     LIGHT \u0026 SHADOW\n===================================================== --\u003e\n\u003csection class=\"gpb-light gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/3_7f671825-ccab-4109-b3bc-8418b4b89b7e.png?v=1790061555\" alt=\"Gothic bottle under dramatic Halloween lighting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eWHEN THE LIGHTS GO LOW\u003c\/p\u003e\n\u003ch2\u003e🔥 The Crimson Tone Starts Looking Like a Potion\u003c\/h2\u003e\n\u003cp\u003eAgainst candlelight or dim Halloween lighting, red-toned liquid inside the transparent bottle creates a much more dramatic visual effect, helping the bottle feel like a mysterious elixir rather than ordinary barware.\u003c\/p\u003e\n\u003cdiv class=\"gpb-bubbles\"\u003e\n\u003cspan class=\"gpb-bubble\"\u003e\u003c\/span\u003e \u003cspan class=\"gpb-bubble\"\u003e\u003c\/span\u003e \u003cspan class=\"gpb-bubble\"\u003e\u003c\/span\u003e \u003cspan class=\"gpb-bubble\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GOTHIC DETAIL\n===================================================== --\u003e\n\u003csection class=\"gpb-section soft gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/7_f19e174e-2d16-41b1-b707-1e9382c748be.png?v=1790061555\" alt=\"Ornate Gothic Halloween bottle detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eLOOK CLOSER\u003c\/p\u003e\n\u003ch2\u003e🖤 More Detail Than an Ordinary Bottle Needs — And That's the Point\u003c\/h2\u003e\n\u003cp class=\"gpb-lead\"\u003eThe shaped silhouette, Gothic imagery and decorative patterns give the bottle enough personality to work as a display piece even before it becomes part of the Halloween table.\u003c\/p\u003e\n\u003cdiv class=\"gpb-detail-grid\"\u003e\n\u003cdiv class=\"gpb-detail\"\u003e\n\u003ci\u003e🏰\u003c\/i\u003e \u003cstrong\u003e Gothic Architecture \u003c\/strong\u003e \u003cspan\u003e Castle-inspired shapes immediately create a dark fantasy mood. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-detail\"\u003e\n\u003ci\u003e🦇\u003c\/i\u003e \u003cstrong\u003e Bat Motifs \u003c\/strong\u003e \u003cspan\u003e A classic Halloween detail that reinforces the haunted aesthetic. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-detail\"\u003e\n\u003ci\u003e✨\u003c\/i\u003e \u003cstrong\u003e Decorative Patterns \u003c\/strong\u003e \u003cspan\u003e Ornate surface details make the bottle feel more collectible. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-detail\"\u003e\n\u003ci\u003e🖤\u003c\/i\u003e \u003cstrong\u003e Vintage Dark Style \u003c\/strong\u003e \u003cspan\u003e A dramatic look suited to Gothic, fantasy and Halloween displays. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PARTY\n===================================================== --\u003e\n\u003csection class=\"gpb-party gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/4_8b35737a-c489-48e6-9637-3e60c169ceee.png?v=1790061554\" alt=\"Gothic bottle styled for a Halloween party\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eBUILD THE WHOLE HALLOWEEN SCENE AROUND IT\u003c\/p\u003e\n\u003ch2\u003e🎃 One Small Detail Can Change the Entire Bar Setup\u003c\/h2\u003e\n\u003cp\u003eSurround it with pumpkins, candles, cobweb-inspired décor or other Gothic accents and the bottle becomes part of a much more immersive Halloween display.\u003c\/p\u003e\n\u003cdiv class=\"gpb-party-grid\"\u003e\n\u003cdiv class=\"gpb-party-card\"\u003e\n\u003ci\u003e🍷\u003c\/i\u003e \u003cstrong\u003eSpirit Display\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-party-card\"\u003e\n\u003ci\u003e🍹\u003c\/i\u003e \u003cstrong\u003eThemed Drinks\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-party-card\"\u003e\n\u003ci\u003e🕸️\u003c\/i\u003e \u003cstrong\u003eBar Cart Styling\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-party-card\"\u003e\n\u003ci\u003e🎃\u003c\/i\u003e \u003cstrong\u003ePumpkin \u0026amp; Candle Setup\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GIFT\n===================================================== --\u003e\n\u003csection class=\"gpb-gift gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/6_81619622-66c5-4097-826b-9e05abbb5050.png?v=1790061555\" alt=\"Gothic Halloween potion bottle gift\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eFOR SOMEONE WHO LIKES THINGS A LITTLE DARKER\u003c\/p\u003e\n\u003ch2\u003e🎁 A Halloween Gift That Doesn't Look Like Everything Else\u003c\/h2\u003e\n\u003cp\u003eFor someone who enjoys Gothic rooms, dark fantasy collectibles or elaborate Halloween displays, this offers more personality than another ordinary seasonal decoration.\u003c\/p\u003e\n\u003cdiv class=\"gpb-gift-grid\"\u003e\n\u003cdiv class=\"gpb-gift-card\"\u003e\n\u003ci\u003e🎃\u003c\/i\u003e \u003cstrong\u003eHalloween Fans\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-gift-card\"\u003e\n\u003ci\u003e🍷\u003c\/i\u003e \u003cstrong\u003eHome Bar Owners\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-gift-card\"\u003e\n\u003ci\u003e🏰\u003c\/i\u003e \u003cstrong\u003eGothic Decor Fans\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-gift-card\"\u003e\n\u003ci\u003e🎭\u003c\/i\u003e \u003cstrong\u003eFantasy Collectors\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-gift-card\"\u003e\n\u003ci\u003e🕯️\u003c\/i\u003e \u003cstrong\u003eParty Hosts\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CORE BENEFITS\n===================================================== --\u003e\n\u003csection class=\"gpb-section gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_7167ab4e-af7b-49bb-8888-863cbbf6de43.png?v=1790061554\" alt=\"Gothic Halloween potion bottle display\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eWHY IT STANDS OUT\u003c\/p\u003e\n\u003ch2\u003e🕯️ A Bottle With More Personality Than the Shelf Around It\u003c\/h2\u003e\n\u003cp class=\"gpb-lead\"\u003eIt combines a functional bottle format with enough Gothic character to work naturally as Halloween décor, bar styling or a collectible dark-fantasy accent.\u003c\/p\u003e\n\u003cdiv class=\"gpb-detail-grid\"\u003e\n\u003cdiv class=\"gpb-detail\"\u003e\n\u003ci\u003e🦇\u003c\/i\u003e \u003cstrong\u003e Gothic Halloween Look \u003c\/strong\u003e \u003cspan\u003e Haunted-castle and bat imagery create an immediately recognizable theme. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-detail\"\u003e\n\u003ci\u003e🍷\u003c\/i\u003e \u003cstrong\u003e Versatile Display \u003c\/strong\u003e \u003cspan\u003e Use it as part of a home bar, party setup or decorative shelf arrangement. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-detail\"\u003e\n\u003ci\u003e✨\u003c\/i\u003e \u003cstrong\u003e Eye-Catching Shape \u003c\/strong\u003e \u003cspan\u003e Its silhouette and details help it stand apart from conventional bottles. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-detail\"\u003e\n\u003ci\u003e🖤\u003c\/i\u003e \u003cstrong\u003e Collectible Style \u003c\/strong\u003e \u003cspan\u003e A dark vintage-inspired look for Gothic and fantasy-oriented spaces. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PRODUCT INFO\n===================================================== --\u003e\n\u003csection class=\"gpb-spec gpb-reveal\"\u003e\n\u003ch2\u003e📋 Product Information\u003c\/h2\u003e\n\u003cdiv class=\"gpb-spec-box\"\u003e\n\u003cdiv class=\"gpb-spec-row\"\u003e\n\u003cdiv class=\"gpb-spec-key\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-value\"\u003eHalloween Potion-Style Bottle \/ Glass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-row\"\u003e\n\u003cdiv class=\"gpb-spec-key\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-value\"\u003eGlass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-row\"\u003e\n\u003cdiv class=\"gpb-spec-key\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-value\"\u003eGothic Halloween · Dark Fantasy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-row\"\u003e\n\u003cdiv class=\"gpb-spec-key\"\u003eSuggested Use\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-value\"\u003eDecorative Bottle · Home Bar Display · Party Décor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-row\"\u003e\n\u003cdiv class=\"gpb-spec-key\"\u003eOccasions\u003c\/div\u003e\n\u003cdiv class=\"gpb-spec-value\"\u003eHalloween · Parties · Home Bars · Gifting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n========================================================= --\u003e\n\u003csection class=\"gpb-faq gpb-reveal\"\u003e\n\u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat style is the bottle?\u003c\/summary\u003e\n\u003cdiv class=\"gpb-faq-answer\"\u003eThe supplied product description presents it as a Gothic Halloween and dark-fantasy-inspired bottle featuring haunted-castle, bat and ornate decorative imagery.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I display it?\u003c\/summary\u003e\n\u003cdiv class=\"gpb-faq-answer\"\u003eSuggested display areas include a home bar, Halloween party table, Gothic room, bar cart, decorative shelf or seasonal display.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat material is listed?\u003c\/summary\u003e\n\u003cdiv class=\"gpb-faq-answer\"\u003eThe supplied product information lists glass as the material.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used as Halloween décor even when not serving drinks?\u003c\/summary\u003e\n\u003cdiv class=\"gpb-faq-answer\"\u003eYes. Its castle silhouette, bats and dark decorative styling allow it to work visually as part of a Halloween or Gothic display.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho might enjoy this as a gift?\u003c\/summary\u003e\n\u003cdiv class=\"gpb-faq-answer\"\u003eIt is especially suited to people who enjoy Halloween, Gothic décor, fantasy collectibles, elaborate home-bar styling or themed party displays.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL IMAGE \/ CTA\n========================================================= --\u003e\n\u003csection class=\"gpb-final gpb-reveal\"\u003e\n\u003cdiv class=\"gpb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/9_87a28565-b85f-42cf-857a-28a711161bbe.png?v=1790061554\" alt=\"Gothic potion bottle Halloween atmosphere\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003eDARK FANTASY • GOTHIC DETAILS • HALLOWEEN ATMOSPHERE\u003c\/p\u003e\n\u003ch2\u003e🦇 Make the Bottle Part of the Halloween Magic\u003c\/h2\u003e\n\u003cp\u003eOrdinary bottles disappear into the background. This one is designed to become part of the scene, adding Gothic character to your bar, shelf or Halloween display before the party even begins.\u003c\/p\u003e\n\u003cp class=\"gpb-final-line\"\u003eYour favorite pour. A much darker presentation.\u003c\/p\u003e\n\u003cdiv class=\"gpb-final-points\"\u003e\n\u003cspan class=\"gpb-final-point\"\u003e ✓ Gothic Castle Design \u003c\/span\u003e \u003cspan class=\"gpb-final-point\"\u003e ✓ Bat Details \u003c\/span\u003e \u003cspan class=\"gpb-final-point\"\u003e ✓ Halloween Display Piece \u003c\/span\u003e \u003cspan class=\"gpb-final-point\"\u003e ✓ Dark Fantasy Style \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"gpb-cta\" href=\"#gpb-top\"\u003e 🦇 ADD A LITTLE DARK MAGIC \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- =====================================================\n     PACKAGE\n========================================================= --\u003e\n\u003csection class=\"gpb-package gpb-reveal\" id=\"gpb-package\"\u003e\n\u003cdiv class=\"gpb-package-icon\"\u003e📦\u003c\/div\u003e\n\u003cp class=\"gpb-eyebrow\"\u003ePACKAGE INCLUDES\u003c\/p\u003e\n\u003ch2\u003eWhat's in Your Order\u003c\/h2\u003e\n\u003cdiv class=\"gpb-package-row\"\u003e✓ Halloween Potion-Style Bottle \/ Glass × 1 \/ 2 \/ 3 \/ 4\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GUARANTEE\n========================================================= --\u003e\n\u003csection class=\"gpb-trust gpb-reveal\"\u003e\n\u003ch2\u003e30-Day Money-Back Guarantee\u003c\/h2\u003e\n\u003cdiv class=\"gpb-trust-box\"\u003e\n\u003ch3\u003eYour Order Is Backed by Our Store Policy\u003c\/h3\u003e\n\u003cp\u003eContact customer support within 30 days of receiving your order to request an eligible refund according to the store policy.\u003c\/p\u003e\n\u003cdiv class=\"gpb-trust-grid\"\u003e\n\u003cdiv\u003e🔒 Secure Checkout\u003c\/div\u003e\n\u003cdiv\u003e🏆 Quality-Checked Products\u003c\/div\u003e\n\u003cdiv\u003e🤝 Customer Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gpb-trust-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/ChatGPT_Image_2026_6_2_16_55_25_9.png?v=1780390725\" alt=\"Secure checkout and customer satisfaction badges\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"🥃Wine Bottle","offer_id":57492994490534,"sku":"SZ06732609226186-杯子","price":19.99,"currency_code":"USD","in_stock":true},{"title":"🍾Wine Glass","offer_id":57492994523302,"sku":"SZ06732609226186-瓶子","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🍻Wine Glass+Wine Bottle","offer_id":57492994556070,"sku":"SZ06732609226186-瓶子+SZ06732609226186-杯子","price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/1_7167ab4e-af7b-49bb-8888-863cbbf6de43.png?v=1790061554","url":"https:\/\/getvyxor.com\/products\/halloween-potion-style-whiskey-bottle","provider":"getvyxor","version":"1.0","type":"link"}