{"product_id":"scorched-playing-cards-by-joel-dickinson","title":"Scorched : Playing Cards by Joel Dickinson","description":"\u003c!-- =========================================================\n     SCORCHED: PLAYING CARDS\n     PRODUCT PAGE SALES CONTENT\n     Designed to sit beneath Shopify's existing product\n     title \/ price \/ Add to Cart \/ Buy Now area.\n========================================================= --\u003e\n\u003cstyle\u003e\n\n  #scorched-cards,\n  #scorched-cards * {\n    box-sizing: border-box;\n  }\n\n  #scorched-cards {\n    --bg: #070504;\n    --panel: #100b08;\n    --panel-light: #18100c;\n\n    --white: #fffaf6;\n    --cream: #eaded6;\n    --muted: #bbaa9f;\n    --muted-dark: #827168;\n\n    --orange: #ff6825;\n    --orange-bright: #ff8b4b;\n    --orange-hot: #ff3d00;\n    --peach: #ffc39d;\n\n    --max: 1120px;\n\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n\n    color: var(--white);\n\n    background:\n      radial-gradient(circle at 50% 0%, rgba(255,75,12,.13), transparent 28%),\n      radial-gradient(circle at 7% 37%, rgba(255,80,15,.04), transparent 28%),\n      radial-gradient(circle at 93% 70%, rgba(255,80,15,.04), transparent 30%),\n      #070504;\n\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Helvetica,\n      Arial,\n      sans-serif;\n\n    line-height: 1.65;\n  }\n\n  #scorched-cards h1,\n  #scorched-cards h2,\n  #scorched-cards h3,\n  #scorched-cards p {\n    margin-top: 0;\n  }\n\n  #scorched-cards strong {\n    color: #fff;\n    font-weight: 850;\n  }\n\n  #scorched-cards a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  #scorched-cards em {\n    color: var(--peach);\n  }\n\n  .scpc-wrap {\n    width: min(var(--max), calc(100% - 44px));\n    margin: 0 auto;\n  }\n\n  .scpc-section {\n    position: relative;\n    padding: 100px 0;\n  }\n\n  .scpc-divider {\n    width: min(var(--max), calc(100% - 44px));\n    height: 1px;\n    margin: 0 auto;\n\n    background:\n      linear-gradient(\n        90deg,\n        transparent,\n        rgba(255,104,37,.36),\n        rgba(255,255,255,.08),\n        rgba(255,104,37,.15),\n        transparent\n      );\n  }\n\n\n  \/* =========================================================\n     TYPOGRAPHY\n  ========================================================= *\/\n\n  .scpc-kicker {\n    margin-bottom: 17px !important;\n\n    color: var(--orange) !important;\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .22em;\n    text-transform: uppercase;\n  }\n\n  .scpc-heading {\n    margin-bottom: 0 !important;\n\n    color: #fff !important;\n\n    font-size: clamp(39px, 5.5vw, 72px);\n    line-height: .96;\n    letter-spacing: -.052em;\n    font-weight: 950;\n  }\n\n  .scpc-gradient {\n    background:\n      linear-gradient(\n        100deg,\n        #fff,\n        #ffd0b1 55%,\n        #ff7333\n      );\n\n    -webkit-background-clip: text;\n    background-clip: text;\n\n    color: transparent !important;\n  }\n\n  .scpc-copy {\n    color: var(--muted) !important;\n\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  .scpc-copy p {\n    margin-bottom: 23px !important;\n    color: var(--muted) !important;\n  }\n\n\n  \/* =========================================================\n     OPENING\n  ========================================================= *\/\n\n  .scpc-opening {\n    position: relative;\n\n    padding:\n      100px\n      0\n      105px;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 50% 18%,\n        rgba(255,77,10,.12),\n        transparent 36%\n      );\n  }\n\n  .scpc-opening-inner {\n    position: relative;\n    z-index: 2;\n  }\n\n  .scpc-system-pill {\n    display: inline-flex;\n\n    align-items: center;\n    gap: 9px;\n\n    margin-bottom: 27px;\n\n    padding: 9px 15px;\n\n    border: 1px solid rgba(255,103,36,.32);\n    border-radius: 999px;\n\n    color: #ffbd8d !important;\n\n    background:\n      rgba(255,84,15,.065);\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .18em;\n    text-transform: uppercase;\n  }\n\n  .scpc-system-pill::before {\n    content: \"\";\n\n    width: 7px;\n    height: 7px;\n\n    border-radius: 50%;\n\n    background: #ff6d27;\n\n    box-shadow:\n      0 0 8px #ff6d27,\n      0 0 19px rgba(255,89,20,.7);\n  }\n\n  .scpc-opening-title {\n    max-width: 900px;\n\n    margin: 0 auto !important;\n\n    color: #fff !important;\n\n    font-size: clamp(49px, 7vw, 94px);\n    line-height: .9;\n    letter-spacing: -.06em;\n    font-weight: 1000;\n  }\n\n  .scpc-opening-tagline {\n    margin:\n      24px\n      auto\n      0 !important;\n\n    color: var(--peach) !important;\n\n    font-size: clamp(22px, 2.8vw, 35px);\n    line-height: 1.2;\n    font-style: italic;\n  }\n\n  .scpc-opening-copy {\n    max-width: 760px;\n\n    margin:\n      29px\n      auto\n      0 !important;\n\n    color: #cdbfb6 !important;\n\n    font-size: clamp(18px, 1.8vw, 22px);\n    line-height: 1.68;\n  }\n\n\n  \/* =========================================================\n     MAIN IMAGE\n  ========================================================= *\/\n\n  .scpc-main-image {\n    max-width: 760px;\n\n    margin:\n      52px\n      auto\n      0;\n\n    padding: 8px;\n\n    border: 1px solid rgba(255,111,45,.23);\n    border-radius: 27px;\n\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,110,40,.08),\n        rgba(255,255,255,.02)\n      );\n\n    box-shadow:\n      0 40px 100px rgba(0,0,0,.42),\n      0 0 75px rgba(255,70,5,.065);\n  }\n\n  .scpc-main-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 19px;\n  }\n\n\n  \/* =========================================================\n     IMPACT\n  ========================================================= *\/\n\n  .scpc-impact {\n    max-width: 820px;\n\n    margin:\n      34px\n      auto;\n\n    padding:\n      27px\n      28px;\n\n    border:\n      1px solid\n      rgba(255,100,34,.16);\n\n    border-left:\n      3px solid\n      var(--orange);\n\n    border-radius:\n      0\n      20px\n      20px\n      0;\n\n    color: #fff5ef !important;\n\n    background:\n      linear-gradient(\n        90deg,\n        rgba(255,75,10,.07),\n        rgba(255,255,255,.01)\n      );\n\n    font-size: clamp(21px, 2.5vw, 31px);\n    line-height: 1.35;\n    letter-spacing: -.028em;\n    font-weight: 850;\n\n    text-align: left;\n  }\n\n\n  \/* =========================================================\n     METHOD \/ USE GRID\n  ========================================================= *\/\n\n  .scpc-methods {\n    display: grid;\n\n    grid-template-columns:\n      repeat(3, 1fr);\n\n    gap: 10px;\n\n    max-width: 830px;\n\n    margin:\n      37px\n      auto\n      0;\n  }\n\n  .scpc-method {\n    padding:\n      17px\n      16px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.07);\n\n    border-radius: 14px;\n\n    color: #d4c5bc !important;\n\n    background:\n      rgba(255,255,255,.022);\n\n    font-size: 13px;\n    font-weight: 750;\n\n    text-align: center;\n  }\n\n\n  \/* =========================================================\n     STORY CARD\n  ========================================================= *\/\n\n  .scpc-story-card {\n    max-width: 900px;\n\n    margin: 0 auto;\n\n    padding:\n      51px\n      50px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.085);\n\n    border-radius: 29px;\n\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255,89,17,.09),\n        transparent 37%\n      ),\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,.04),\n        rgba(255,255,255,.012)\n      );\n\n    box-shadow:\n      0 35px 90px\n      rgba(0,0,0,.22);\n  }\n\n  .scpc-story-card .scpc-copy {\n    max-width: 750px;\n    margin: 35px auto 0;\n  }\n\n\n  \/* =========================================================\n     CARD SUITS\n  ========================================================= *\/\n\n  .scpc-suits {\n    display: flex;\n\n    justify-content: center;\n    flex-wrap: wrap;\n\n    gap: 12px;\n\n    margin:\n      40px\n      0;\n  }\n\n  .scpc-suit {\n    display: grid;\n    place-items: center;\n\n    width: 78px;\n    height: 78px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.10);\n\n    border-radius: 18px;\n\n    color: #ffd2b5 !important;\n\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,.04),\n        rgba(255,78,10,.025)\n      );\n\n    font-size: 34px;\n    font-weight: 900;\n\n    box-shadow:\n      inset\n      0\n      1px\n      0\n      rgba(255,255,255,.04);\n  }\n\n\n  \/* =========================================================\n     REVEAL GRID\n  ========================================================= *\/\n\n  .scpc-reveal-grid {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, 1fr);\n\n    gap: 15px;\n\n    margin-top: 48px;\n  }\n\n  .scpc-card {\n    padding: 34px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.08);\n\n    border-radius: 22px;\n\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255,255,255,.035),\n        rgba(255,255,255,.012)\n      );\n  }\n\n  .scpc-card-number {\n    margin-bottom: 16px;\n\n    color: var(--orange) !important;\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .17em;\n    text-transform: uppercase;\n  }\n\n  .scpc-card h3 {\n    margin-bottom: 12px !important;\n\n    color: #fff !important;\n\n    font-size: 23px;\n    line-height: 1.14;\n    letter-spacing: -.035em;\n  }\n\n  .scpc-card p {\n    margin-bottom: 0 !important;\n\n    color: var(--muted) !important;\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n\n  \/* =========================================================\n     FEATURES\n  ========================================================= *\/\n\n  .scpc-features {\n    display: grid;\n\n    grid-template-columns:\n      repeat(2, 1fr);\n\n    gap: 12px;\n  }\n\n  .scpc-feature {\n    padding: 30px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.075);\n\n    border-radius: 20px;\n\n    background:\n      rgba(255,255,255,.018);\n  }\n\n  .scpc-feature-icon {\n    display: grid;\n    place-items: center;\n\n    width: 42px;\n    height: 42px;\n\n    margin-bottom: 19px;\n\n    border:\n      1px solid\n      rgba(255,103,36,.25);\n\n    border-radius: 13px;\n\n    color: var(--peach) !important;\n\n    background:\n      rgba(255,89,20,.055);\n\n    font-size: 18px;\n  }\n\n  .scpc-feature h3 {\n    margin-bottom: 9px !important;\n\n    color: #fff !important;\n\n    font-size: 20px;\n    letter-spacing: -.025em;\n  }\n\n  .scpc-feature p {\n    margin-bottom: 0 !important;\n\n    color: var(--muted) !important;\n\n    font-size: 14px;\n    line-height: 1.67;\n  }\n\n\n  \/* =========================================================\n     UNSPOKEN SECTION\n  ========================================================= *\/\n\n  .scpc-unspoken {\n    text-align: center;\n\n    background:\n      linear-gradient(\n        180deg,\n        transparent,\n        rgba(255,75,10,.03),\n        transparent\n      );\n  }\n\n  .scpc-unspoken-card {\n    max-width: 900px;\n\n    margin:\n      42px\n      auto\n      0;\n\n    padding:\n      45px\n      40px;\n\n    border:\n      1px solid\n      rgba(255,106,38,.18);\n\n    border-radius: 25px;\n\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(255,82,12,.10),\n        transparent 50%\n      ),\n      rgba(255,255,255,.018);\n  }\n\n  .scpc-unspoken-big {\n    margin-bottom: 0 !important;\n\n    color: #fff !important;\n\n    font-size: clamp(24px, 3vw, 38px);\n    line-height: 1.3;\n    letter-spacing: -.035em;\n    font-weight: 900;\n  }\n\n\n  \/* =========================================================\n     BUNDLE\n  ========================================================= *\/\n\n  .scpc-bundle {\n    position: relative;\n\n    padding:\n      125px\n      0\n      130px;\n  }\n\n  .scpc-bundle-card {\n    position: relative;\n\n    max-width: 1040px;\n\n    margin: 0 auto;\n\n    padding:\n      70px\n      55px;\n\n    border:\n      2px solid\n      rgba(255,113,47,.38);\n\n    border-radius: 35px;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 50% -10%,\n        rgba(255,107,42,.19),\n        transparent 42%\n      ),\n      linear-gradient(\n        145deg,\n        #170f0b,\n        #090706 75%\n      );\n\n    box-shadow:\n      0 50px 130px\n      rgba(0,0,0,.46),\n      0 0 90px\n      rgba(255,65,0,.075);\n  }\n\n  .scpc-bundle-badge {\n    display: inline-flex;\n\n    margin-bottom: 25px;\n\n    padding:\n      9px\n      14px;\n\n    border:\n      1px solid\n      rgba(255,106,38,.30);\n\n    border-radius: 999px;\n\n    color: #ffc092 !important;\n\n    background:\n      rgba(255,81,13,.08);\n\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: .16em;\n    text-transform: uppercase;\n  }\n\n  .scpc-bundle-title {\n    margin:\n      0\n      auto !important;\n\n    color: #fff !important;\n\n    font-size: clamp(46px, 6.6vw, 88px);\n    line-height: .91;\n    letter-spacing: -.06em;\n    font-weight: 1000;\n  }\n\n  .scpc-bundle-copy {\n    max-width: 700px;\n\n    margin:\n      27px\n      auto\n      0 !important;\n\n    color: #d1c2b9 !important;\n\n    font-size: clamp(17px, 1.8vw, 21px);\n    line-height: 1.62;\n  }\n\n  .scpc-bundle-image {\n    max-width: 700px;\n\n    margin:\n      42px\n      auto\n      36px;\n\n    padding: 8px;\n\n    border:\n      1px solid\n      rgba(255,111,45,.20);\n\n    border-radius: 24px;\n\n    background:\n      rgba(255,255,255,.02);\n  }\n\n  .scpc-bundle-image img {\n    display: block;\n\n    width: 100%;\n    height: auto;\n\n    border-radius: 17px;\n  }\n\n  .scpc-bundle-products {\n    display: grid;\n\n    grid-template-columns:\n      repeat(3,1fr);\n\n    gap: 10px;\n\n    max-width: 880px;\n\n    margin:\n      0\n      auto;\n  }\n\n  .scpc-bundle-product {\n    padding:\n      24px\n      17px;\n\n    border:\n      1px solid\n      rgba(255,255,255,.08);\n\n    border-radius: 17px;\n\n    background:\n      rgba(255,255,255,.022);\n  }\n\n  .scpc-bundle-product small {\n    display: block;\n\n    margin-bottom: 8px;\n\n    color: var(--orange) !important;\n\n    font-size: 9px;\n    font-weight: 900;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n  }\n\n  .scpc-bundle-product strong {\n    display: block;\n\n    color: #fff !important;\n\n    font-size: 17px;\n  }\n\n  .scpc-bundle-was {\n    margin-top: 47px;\n\n    color: #8b796e !important;\n\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .scpc-bundle-was s {\n    text-decoration-color: #bd502a;\n    text-decoration-thickness: 2px;\n  }\n\n  .scpc-bundle-price {\n    margin-top: 4px;\n\n    background:\n      linear-gradient(\n        135deg,\n        #fff7ef,\n        #ffc397 50%,\n        #ff6324\n      );\n\n    -webkit-background-clip: text;\n    background-clip: text;\n\n    color: transparent !important;\n\n    font-size: clamp(76px, 10vw, 130px);\n    line-height: .89;\n    letter-spacing: -.07em;\n    font-weight: 1000;\n  }\n\n  .scpc-save {\n    display: inline-block;\n\n    margin-top: 16px;\n\n    padding:\n      9px\n      14px;\n\n    border:\n      1px solid\n      rgba(255,103,37,.29);\n\n    border-radius: 999px;\n\n    color: #ffd2b4 !important;\n\n    background:\n      rgba(255,84,15,.08);\n\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .scpc-bundle-math {\n    max-width: 680px;\n\n    margin:\n      34px\n      auto\n      0;\n\n    padding:\n      24px\n      15px;\n\n    border-top:\n      1px solid\n      rgba(255,255,255,.08);\n\n    border-bottom:\n      1px solid\n      rgba(255,255,255,.08);\n\n    color: #cdbfb6 !important;\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .scpc-bundle-link {\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    min-height: 62px;\n\n    margin-top: 31px;\n\n    padding:\n      0\n      30px;\n\n    border-radius: 999px;\n\n    color: #150703 !important;\n\n    background:\n      linear-gradient(\n        135deg,\n        #ffdab7,\n        #ff954f 45%,\n        #ff4e16\n      );\n\n    box-shadow:\n      0 18px 50px\n      rgba(255,65,5,.25);\n\n    font-size: 12px;\n    font-weight: 950;\n    letter-spacing: .065em;\n    text-transform: uppercase;\n\n    transition:\n      transform .22s ease,\n      box-shadow .22s ease;\n  }\n\n  .scpc-bundle-link:hover {\n    transform: translateY(-2px);\n\n    box-shadow:\n      0 23px 65px\n      rgba(255,65,5,.35);\n  }\n\n\n  \/* =========================================================\n     FOOT\n  ========================================================= *\/\n\n  .scpc-end {\n    padding:\n      30px\n      20px\n      45px;\n\n    text-align: center;\n\n    color:\n      rgba(255,255,255,.24) !important;\n\n    font-size: 9px;\n    font-weight: 900;\n    letter-spacing: .22em;\n    text-transform: uppercase;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n\n  @media (max-width: 850px) {\n\n    .scpc-reveal-grid,\n    .scpc-features {\n      grid-template-columns: 1fr;\n    }\n\n    .scpc-bundle-products {\n      grid-template-columns: 1fr;\n    }\n\n  }\n\n  @media (max-width: 640px) {\n\n    .scpc-wrap {\n      width: calc(100% - 28px);\n    }\n\n    .scpc-section {\n      padding: 65px 0;\n    }\n\n    .scpc-opening {\n      padding:\n        68px\n        0\n        70px;\n    }\n\n    .scpc-opening-title {\n      font-size: 48px;\n    }\n\n    .scpc-main-image {\n      margin-top: 40px;\n      padding: 5px;\n      border-radius: 20px;\n    }\n\n    .scpc-main-image img {\n      border-radius: 15px;\n    }\n\n    .scpc-methods {\n      grid-template-columns: 1fr;\n    }\n\n    .scpc-story-card {\n      padding:\n        31px\n        23px;\n\n      border-radius: 22px;\n    }\n\n    .scpc-impact {\n      padding:\n        23px\n        18px;\n\n      font-size: 22px;\n    }\n\n    .scpc-card,\n    .scpc-feature {\n      padding: 25px;\n    }\n\n    .scpc-suit {\n      width: 60px;\n      height: 60px;\n      font-size: 28px;\n    }\n\n    .scpc-unspoken-card {\n      padding:\n        32px\n        22px;\n    }\n\n    .scpc-bundle {\n      padding:\n        78px\n        0\n        95px;\n    }\n\n    .scpc-bundle-card {\n      padding:\n        53px\n        21px;\n\n      border-radius: 27px;\n    }\n\n    .scpc-bundle-link {\n      width: 100%;\n\n      padding:\n        0\n        18px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\u003cdiv id=\"scorched-cards\"\u003e\n\u003c!-- =====================================================\n       OPENING\n  ====================================================== --\u003e\n\u003csection class=\"scpc-opening\"\u003e\n\u003cdiv class=\"scpc-wrap scpc-opening-inner\"\u003e\n\u003cdiv class=\"scpc-system-pill\"\u003eSCORCHED — Playing Cards\u003c\/div\u003e\n\u003ch2 class=\"scpc-opening-title\"\u003eTheir card.\u003cbr\u003e\u003cspan class=\"scpc-gradient\"\u003e Your fingertips. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"scpc-opening-copy\"\u003eReveal \u003cstrong\u003eany named or thought-of playing card\u003c\/strong\u003e as if it has been burnt directly into your fingertips.\u003c\/p\u003e\n\u003cdiv class=\"scpc-main-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0568\/3943\/8516\/files\/scorched-cards.png?v=1788530088\" alt=\"SCORCHED Playing Cards by Joel Dickinson\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"scpc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       THE PREMISE\n  ====================================================== --\u003e\n\u003cdiv style=\"padding: 56.25% 0 0 0; position: relative;\"\u003e\u003ciframe src=\"https:\/\/player.vimeo.com\/video\/1223983347?badge=0\u0026amp;autopause=0\u0026amp;player_id=0\u0026amp;app_id=58479\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" title=\"scorched\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cscript src=\"https:\/\/player.vimeo.com\/api\/player.js\"\u003e\u003c\/script\u003e\n\u003csection class=\"scpc-section\"\u003e\n\u003cdiv class=\"scpc-wrap\"\u003e\n\u003cp class=\"scpc-kicker\"\u003e \u003c\/p\u003e\n\u003cp class=\"scpc-kicker\"\u003eThe classic premise taken further\u003c\/p\u003e\n\u003ch2 class=\"scpc-heading\"\u003eAny playing card.\u003cbr\u003e\u003cspan class=\"scpc-gradient\"\u003e One impossible ending. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"scpc-copy\" style=\"max-width: 800px; margin: 30px auto 0; text-align: center;\"\u003e\n\u003cp\u003eThe blister effect has traditionally been associated with playing-card revelations.\u003c\/p\u003e\n\u003cp\u003eSCORCHED: Playing Cards takes that premise to its logical extreme.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-impact\"\u003eReveal any playing card named or thought of.\u003c\/div\u003e\n\u003cdiv class=\"scpc-suits\"\u003e\n\u003cspan class=\"scpc-suit\"\u003e♠\u003c\/span\u003e \u003cspan class=\"scpc-suit\"\u003e♥\u003c\/span\u003e \u003cspan class=\"scpc-suit\"\u003e♣\u003c\/span\u003e \u003cspan class=\"scpc-suit\"\u003e♦\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-copy\" style=\"max-width: 800px; margin: 0 auto; text-align: center;\"\u003e\n\u003cp\u003eTake the card routines you already perform and give them an entirely different final image.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0568\/3943\/8516\/files\/ks.png?v=1788541290\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       IMAGINE THIS\n  ====================================================== --\u003e\n\u003csection class=\"scpc-section\"\u003e\n\u003cdiv class=\"scpc-wrap\"\u003e\n\u003cdiv class=\"scpc-story-card\"\u003e\n\u003cp class=\"scpc-kicker\"\u003eImagine this\u003c\/p\u003e\n\u003ch2 class=\"scpc-heading\"\u003eThey think of a card.\u003cbr\u003e\u003cspan class=\"scpc-gradient\"\u003e You make it physical. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"scpc-copy\"\u003e\n\u003cp\u003eA participant thinks of a playing card.\u003c\/p\u003e\n\u003cp\u003eYou discover it using your preferred method.\u003c\/p\u003e\n\u003cp\u003ePerhaps you divine it.\u003c\/p\u003e\n\u003cp\u003ePerhaps they merely name it.\u003c\/p\u003e\n\u003cp\u003ePerhaps the card was never removed from the deck at all.\u003c\/p\u003e\n\u003cp\u003eAnd instead of simply naming their card...\u003c\/p\u003e\n\u003cdiv class=\"scpc-impact\"\u003eYou reveal their thought-of card burnt into your fingertips.\u003c\/div\u003e\n\u003cp\u003eThe card revelation itself can already feel impossible.\u003c\/p\u003e\n\u003cp\u003eSCORCHED gives you one more moment after that — something physical, visual and completely unexpected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"scpc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n       USE WHAT YOU ALREADY PERFORM\n  ====================================================== --\u003e\n\u003csection class=\"scpc-section\"\u003e\n\u003cdiv class=\"scpc-wrap\"\u003e\n\u003cp class=\"scpc-kicker\"\u003eIt works with your existing material\u003c\/p\u003e\n\u003ch2 class=\"scpc-heading\"\u003eYour method.\u003cbr\u003e\u003cspan class=\"scpc-gradient\"\u003e A completely new reveal. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"scpc-copy\" style=\"max-width: 800px; margin: 30px auto 0; text-align: center;\"\u003e\n\u003cp\u003eSCORCHED does not tell you how the card must be selected or how you have to discover it.\u003c\/p\u003e\n\u003cp\u003eOnce you know the card, SCORCHED can become the ending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-methods\"\u003e\n\u003cdiv class=\"scpc-method\"\u003eForce\u003c\/div\u003e\n\u003cdiv class=\"scpc-method\"\u003ePeek\u003c\/div\u003e\n\u003cdiv class=\"scpc-method\"\u003ePsychological Selection\u003c\/div\u003e\n\u003cdiv class=\"scpc-method\"\u003eCard Divination\u003c\/div\u003e\n\u003cdiv class=\"scpc-method\"\u003eThought-of Card Routine\u003c\/div\u003e\n\u003cdiv class=\"scpc-method\"\u003eYour Existing Method\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-impact\"\u003eIt doesn't need to become the trick. It becomes the impossible final moment of a trick you already perform.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SCORCHED IS THE REVEAL\n  ====================================================== --\u003e\n\u003csection class=\"scpc-section\"\u003e\n\u003cdiv class=\"scpc-wrap\"\u003e\n\u003cp class=\"scpc-kicker\"\u003eThis is the strength of SCORCHED\u003c\/p\u003e\n\u003ch2 class=\"scpc-heading\"\u003eDon't replace your routines.\u003cbr\u003e\u003cspan class=\"scpc-gradient\"\u003e Make them stronger. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"scpc-reveal-grid\"\u003e\n\u003carticle class=\"scpc-card\"\u003e\n\u003cdiv class=\"scpc-card-number\"\u003eYour routine\u003c\/div\u003e\n\u003ch3\u003ePerform the card material you already trust.\u003c\/h3\u003e\n\u003cp\u003eUse a force, a peek, a thought-of-card method, a psychological selection or virtually any routine in which you eventually know the card.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"scpc-card\"\u003e\n\u003cdiv class=\"scpc-card-number\"\u003eYour new ending\u003c\/div\u003e\n\u003ch3\u003eTurn the revelation into something physical.\u003c\/h3\u003e\n\u003cp\u003eInstead of stopping when the card is named, reveal that exact card as though it has physically burnt itself into your fingertips.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-impact\"\u003eThe audience thinks the mystery has already reached its conclusion. Then SCORCHED gives you somewhere else to go.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       UNSPOKEN\n  ====================================================== --\u003e\n\u003csection class=\"scpc-section scpc-unspoken\"\u003e\n\u003cdiv class=\"scpc-wrap\"\u003e\n\u003cp class=\"scpc-kicker\"\u003eTake it even further\u003c\/p\u003e\n\u003ch2 class=\"scpc-heading\"\u003eCombine it with\u003cbr\u003e\u003cspan class=\"scpc-gradient\"\u003e UnSpoken. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"scpc-unspoken-card\"\u003e\n\u003cp class=\"scpc-unspoken-big\"\u003eA participant merely thinks of a playing card.\u003c\/p\u003e\n\u003cdiv class=\"scpc-copy\" style=\"max-width: 720px; margin: 28px auto 0;\"\u003e\n\u003cp\u003eCombine \u003cstrong\u003eSCORCHED: Playing Cards\u003c\/strong\u003e with \u003cstrong\u003eUnSpoken\u003c\/strong\u003e from my book \u003cem\u003eUnforgettable\u003c\/em\u003e and you have an incredible combination of methods.\u003c\/p\u003e\n\u003cp\u003eThere is seemingly nothing to see, nothing to find and nothing you could possibly know.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-impact\"\u003eYet not only can you reveal the card they're thinking of — you can ultimately show that exact card burnt into your fingertips.\u003c\/div\u003e\n\u003cdiv class=\"scpc-copy\" style=\"max-width: 720px; margin: 0 auto;\"\u003e\n\u003cp\u003eTwo completely different impossibilities colliding in one routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       REAL WORLD PERFORMANCE\n  ====================================================== --\u003e\n\u003csection class=\"scpc-section\"\u003e\n\u003cdiv class=\"scpc-wrap\"\u003e\n\u003cp class=\"scpc-kicker\"\u003eDesigned for performers\u003c\/p\u003e\n\u003ch2 class=\"scpc-heading\"\u003eBuilt for\u003cbr\u003e\u003cspan class=\"scpc-gradient\"\u003e real-world performance. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"scpc-features\" style=\"margin-top: 50px;\"\u003e\n\u003carticle class=\"scpc-feature\"\u003e\n\u003cdiv class=\"scpc-feature-icon\"\u003e◆\u003c\/div\u003e\n\u003ch3\u003eSolid. Durable. Made to last.\u003c\/h3\u003e\n\u003cp\u003eSCORCHED: Playing Cards is constructed from solid, durable plastic and designed to withstand repeated real-world performance use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"scpc-feature\"\u003e\n\u003cdiv class=\"scpc-feature-icon\"\u003e⌁\u003c\/div\u003e\n\u003ch3\u003eHidden on your belt.\u003c\/h3\u003e\n\u003cp\u003eThe unit sits discreetly on your belt, concealed beneath your T-shirt, shirt, jacket or whatever you happen to be wearing.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"scpc-feature\"\u003e\n\u003cdiv class=\"scpc-feature-icon\"\u003e◎\u003c\/div\u003e\n\u003ch3\u003eDesigned to be used without looking.\u003c\/h3\u003e\n\u003cp\u003eEach reveal position incorporates a tactile locating point, allowing you to know exactly where your fingertip is positioned simply by touch.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"scpc-feature\"\u003e\n\u003cdiv class=\"scpc-feature-icon\"\u003e→\u003c\/div\u003e\n\u003ch3\u003eReach. Locate. Reveal.\u003c\/h3\u003e\n\u003cp\u003eNo looking down. No searching around. No hoping you've found the correct position. Locate what you need by touch and you're ready.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FULL BURN UPSELL\n  ====================================================== --\u003e\n\u003csection class=\"scpc-bundle\"\u003e\n\u003cdiv class=\"scpc-wrap\"\u003e\n\u003cdiv class=\"scpc-bundle-card\"\u003e\n\u003cdiv class=\"scpc-bundle-badge\"\u003eComplete Collection — Best Value\u003c\/div\u003e\n\u003ch2 class=\"scpc-bundle-title\"\u003eWant the entire\u003cbr\u003eSCORCHED range?\u003c\/h2\u003e\n\u003cp class=\"scpc-bundle-copy\"\u003eSCORCHED: Playing Cards is a complete standalone system. But if you can already see yourself using more than one version, you can own all three in \u003cstrong\u003eSCORCHED: The Full Burn.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"scpc-bundle-image\"\u003e\u003ca href=\"https:\/\/www.themiraclestudio.co.uk\/products\/scorched-the-full-burn\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0568\/3943\/8516\/files\/scorchedthefullburn.png?v=1788530393\" alt=\"SCORCHED The Full Burn\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"scpc-bundle-products\"\u003e\n\u003cdiv class=\"scpc-bundle-product\"\u003e\n\u003csmall\u003e System 01 \u003c\/small\u003e \u003cstrong\u003e Zodiac \u0026amp; Zener \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-bundle-product\"\u003e\n\u003csmall\u003e System 02 \u003c\/small\u003e \u003cstrong\u003e Alphabet \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-bundle-product\"\u003e\n\u003csmall\u003e System 03 \u003c\/small\u003e \u003cstrong\u003e Playing Cards \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-bundle-was\"\u003ePurchased individually: \u003cs\u003e£119.85\u003c\/s\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scpc-bundle-price\"\u003e£97.95\u003c\/div\u003e\n\u003cdiv class=\"scpc-save\"\u003eSave £21.90\u003c\/div\u003e\n\u003cdiv class=\"scpc-bundle-math\"\u003eIf you're considering two SCORCHED systems, you're already at \u003cstrong\u003e£79.90\u003c\/strong\u003e. \u003cbr\u003e\u003cbr\u003eFor just \u003cstrong\u003e£18.05 more\u003c\/strong\u003e, you can own the third system and have the entire SCORCHED range available whenever you perform.\u003c\/div\u003e\n\u003ca href=\"https:\/\/www.themiraclestudio.co.uk\/products\/scorched-the-full-burn\" class=\"scpc-bundle-link\"\u003e Explore SCORCHED: The Full Burn — £97.95 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"scpc-end\"\u003eSCORCHED — THE MIRACLE STUDIO\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Miracle Studio","offers":[{"title":"Default Title","offer_id":52793102860570,"sku":null,"price":39.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0568\/3943\/8516\/files\/scorched-cards.png?v=1788530088","url":"https:\/\/www.themiraclestudio.co.uk\/products\/scorched-playing-cards-by-joel-dickinson","provider":"Miracle Studio","version":"1.0","type":"link"}