{"product_id":"delverique™-stack-balance-challenge","title":"Delverique™ Stack Balance Challenge","description":"\u003cstyle\u003e\n  .dv-stack-page {\n    --dv-black: #111111;\n    --dv-gray: #666666;\n    --dv-light: #f5f5f3;\n    --dv-line: #e6e6e3;\n    --dv-orange: #ff5a00;\n    --dv-white: #ffffff;\n\n    max-width: 1000px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--dv-black);\n    line-height: 1.55;\n  }\n\n  .dv-stack-page * {\n    box-sizing: border-box;\n  }\n\n  .dv-stack-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .dv-section {\n    padding: 64px 24px;\n  }\n\n  .dv-eyebrow {\n    margin: 0 0 12px;\n    font-size: 12px;\n    letter-spacing: 2.8px;\n    text-transform: uppercase;\n    color: #777;\n  }\n\n  .dv-title {\n    margin: 0;\n    font-size: clamp(42px, 7vw, 78px);\n    line-height: .95;\n    letter-spacing: -3px;\n    font-weight: 700;\n  }\n\n  .dv-orange {\n    color: var(--dv-orange);\n  }\n\n  .dv-subtitle {\n    max-width: 700px;\n    margin: 22px 0 0;\n    font-size: 18px;\n    color: var(--dv-gray);\n  }\n\n  .dv-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 28px;\n  }\n\n  .dv-pill {\n    padding: 9px 15px;\n    border: 1px solid var(--dv-line);\n    border-radius: 999px;\n    background: white;\n    font-size: 13px;\n  }\n\n  .dv-ticker {\n    overflow: hidden;\n    white-space: nowrap;\n    border-top: 1px solid var(--dv-line);\n    border-bottom: 1px solid var(--dv-line);\n    padding: 16px 0;\n    background: #fafafa;\n  }\n\n  .dv-ticker-inner {\n    display: inline-block;\n    min-width: 100%;\n    text-align: center;\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .dv-dot {\n    color: var(--dv-orange);\n    padding: 0 12px;\n  }\n\n  .dv-image-wrap {\n    overflow: hidden;\n    border-radius: 20px;\n    background: #efefed;\n  }\n\n  .dv-image-wrap img {\n    transition: transform .65s ease;\n  }\n\n  .dv-image-wrap:hover img {\n    transform: scale(1.018);\n  }\n\n  .dv-big-statement {\n    margin: 0 0 22px;\n    font-size: clamp(35px, 6vw, 65px);\n    line-height: 1;\n    letter-spacing: -2px;\n  }\n\n  .dv-bento {\n    display: grid;\n    grid-template-columns: 1.1fr .9fr;\n    gap: 12px;\n    margin-top: 34px;\n  }\n\n  .dv-card {\n    min-height: 210px;\n    padding: 28px;\n    border-radius: 20px;\n    background: var(--dv-light);\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n\n  .dv-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 35px rgba(0,0,0,.06);\n  }\n\n  .dv-card-dark {\n    background: var(--dv-black);\n    color: white;\n  }\n\n  .dv-card-orange {\n    background: var(--dv-orange);\n    color: white;\n  }\n\n  .dv-number {\n    font-size: 12px;\n    letter-spacing: 2px;\n    opacity: .65;\n  }\n\n  .dv-card h3 {\n    margin: 35px 0 8px;\n    font-size: 25px;\n    line-height: 1.05;\n    letter-spacing: -.6px;\n  }\n\n  .dv-card p {\n    margin: 0;\n    font-size: 15px;\n    opacity: .74;\n  }\n\n  .dv-quote {\n    padding: 75px 24px;\n    background: #0e0e0e;\n    color: white;\n    text-align: center;\n  }\n\n  .dv-quote p {\n    max-width: 800px;\n    margin: 0 auto;\n    font-size: clamp(34px, 5vw, 60px);\n    line-height: 1.04;\n    letter-spacing: -1.7px;\n  }\n\n  .dv-quote small {\n    display: block;\n    margin-top: 25px;\n    color: #999;\n    font-size: 11px;\n    letter-spacing: 2.2px;\n  }\n\n  .dv-steps {\n    margin-top: 35px;\n  }\n\n  .dv-step {\n    display: grid;\n    grid-template-columns: 52px 1fr;\n    gap: 14px;\n    padding: 21px 0;\n    border-bottom: 1px solid var(--dv-line);\n  }\n\n  .dv-step-num {\n    width: 39px;\n    height: 39px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--dv-orange);\n    color: white;\n    font-weight: 700;\n  }\n\n  .dv-step h4 {\n    margin: 0 0 5px;\n    font-size: 18px;\n  }\n\n  .dv-step p {\n    margin: 0;\n    color: var(--dv-gray);\n    font-size: 15px;\n  }\n\n  .dv-three {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  .dv-mini {\n    padding: 23px;\n    border: 1px solid var(--dv-line);\n    border-radius: 18px;\n    background: white;\n  }\n\n  .dv-mini strong {\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .dv-mini span {\n    color: var(--dv-gray);\n    font-size: 14px;\n  }\n\n  .dv-levels {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-top: 32px;\n  }\n\n  .dv-level {\n    padding: 24px 18px;\n    border-radius: 18px;\n    background: #f6f6f4;\n    border: 1px solid var(--dv-line);\n    min-height: 190px;\n  }\n\n  .dv-level-num {\n    color: var(--dv-orange);\n    font-size: 13px;\n    letter-spacing: 2px;\n    margin-bottom: 28px;\n  }\n\n  .dv-level h3 {\n    margin: 0 0 7px;\n    font-size: 21px;\n  }\n\n  .dv-level p {\n    margin: 0;\n    color: var(--dv-gray);\n    font-size: 14px;\n  }\n\n  .dv-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-top: 30px;\n  }\n\n  .dv-use {\n    padding: 22px 14px;\n    border: 1px solid var(--dv-line);\n    border-radius: 16px;\n    text-align: center;\n    background: white;\n  }\n\n  .dv-use-icon {\n    margin-bottom: 9px;\n    font-size: 25px;\n  }\n\n  .dv-use strong {\n    display: block;\n    font-size: 14px;\n  }\n\n  .dv-use span {\n    display: block;\n    margin-top: 3px;\n    color: #777;\n    font-size: 12px;\n  }\n\n  .dv-specs {\n    margin-top: 30px;\n    padding: 28px;\n    border-radius: 20px;\n    background: var(--dv-light);\n  }\n\n  .dv-spec-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 13px 0;\n    border-bottom: 1px solid #ddd;\n    font-size: 14px;\n  }\n\n  .dv-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .dv-spec-row span:last-child {\n    color: #666;\n    text-align: right;\n  }\n\n  .dv-accordion {\n    margin-top: 30px;\n    border-top: 1px solid var(--dv-line);\n  }\n\n  .dv-accordion details {\n    border-bottom: 1px solid var(--dv-line);\n  }\n\n  .dv-accordion summary {\n    position: relative;\n    padding: 21px 40px 21px 2px;\n    list-style: none;\n    cursor: pointer;\n    font-size: 17px;\n    font-weight: 600;\n  }\n\n  .dv-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .dv-accordion summary:after {\n    content: \"+\";\n    position: absolute;\n    top: 16px;\n    right: 4px;\n    font-size: 27px;\n    font-weight: 300;\n  }\n\n  .dv-accordion details[open] summary:after {\n    content: \"−\";\n  }\n\n  .dv-accordion details p {\n    margin: 0;\n    padding: 0 35px 22px 2px;\n    color: var(--dv-gray);\n    font-size: 15px;\n  }\n\n  .dv-brand {\n    padding: 75px 24px;\n    background: #0e0e0e;\n    color: white;\n  }\n\n  .dv-brand-inner {\n    max-width: 760px;\n    margin: auto;\n  }\n\n  .dv-brand h2 {\n    margin: 0 0 25px;\n    font-size: clamp(40px, 6vw, 66px);\n    line-height: 1;\n    letter-spacing: -2px;\n  }\n\n  .dv-brand p {\n    max-width: 650px;\n    color: #c7c7c7;\n    font-size: 17px;\n  }\n\n  .dv-tagline {\n    margin-top: 42px;\n    padding-top: 28px;\n    border-top: 1px solid #333;\n    font-size: 20px;\n    font-style: italic;\n  }\n\n  @media (max-width: 700px) {\n    .dv-section {\n      padding: 48px 18px;\n    }\n\n    .dv-bento,\n    .dv-three {\n      grid-template-columns: 1fr;\n    }\n\n    .dv-levels,\n    .dv-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .dv-card {\n      min-height: 170px;\n    }\n\n    .dv-spec-row {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"dv-stack-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      DELVERIQUE™ \/ OBJECT 005\n    \u003c\/p\u003e\n\n    \u003ch1 class=\"dv-title\"\u003e\n      Meet\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eStack.\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Nine weighted balance blocks.\n      No magnets. No fixed solution.\n      Just patience, precision and the question:\n      how high can you go?\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dv-pill-row\"\u003e\n      \u003cspan class=\"dv-pill\"\u003e9 Balance Blocks\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003eOff-Center Weight\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003eScreen-Free Challenge\u003c\/span\u003e\n      \u003cspan class=\"dv-pill\"\u003eEndless Combinations\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TICKER --\u003e\n  \u003cdiv class=\"dv-ticker\"\u003e\n    \u003cdiv class=\"dv-ticker-inner\"\u003e\n      BALANCE\n      \u003cspan class=\"dv-dot\"\u003e●\u003c\/span\u003e\n      BUILD\n      \u003cspan class=\"dv-dot\"\u003e●\u003c\/span\u003e\n      ADJUST\n      \u003cspan class=\"dv-dot\"\u003e●\u003c\/span\u003e\n      RISK\n      \u003cspan class=\"dv-dot\"\u003e●\u003c\/span\u003e\n      REPEAT\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 01 --\u003e\n  \u003cdiv class=\"dv-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_04_07_13PM_6.png?v=1789718886\" alt=\"Delverique™ Stack balance challenge product advantages\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- CORE BENEFITS --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      LOOKS SIMPLE \/ FEELS DIFFERENT\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Looks impossible.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eStands anyway.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Each Stack block hides an intentionally shifted center of gravity.\n      The shape gives you one expectation.\n      The weight gives you another.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-bento\"\u003e\n\n      \u003cdiv class=\"dv-card dv-card-dark\"\u003e\n\n        \u003cdiv class=\"dv-number\"\u003e\n          01 \/ WEIGHT\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          The center isn't centered.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Off-center internal weighting changes how every block\n          wants to sit, tilt and balance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card\"\u003e\n\n        \u003cdiv class=\"dv-number\"\u003e\n          02 \/ DISCOVER\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Find the sweet spot.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Pick up a block, rotate it and learn where\n          its real balance point lives.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card\"\u003e\n\n        \u003cdiv class=\"dv-number\"\u003e\n          03 \/ BUILD\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Every piece changes the next.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          As the stack grows, every new block changes\n          the balance equation underneath it.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-card dv-card-orange\"\u003e\n\n        \u003cdiv class=\"dv-number\"\u003e\n          04 \/ RISK\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          One more?\u003cbr\u003e\n          Always one more.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The challenge gets better exactly when\n          the tower starts looking impossible.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- STATEMENT --\u003e\n  \u003cdiv class=\"dv-quote\"\u003e\n\n    \u003cp\u003e\n      The block doesn't tell you\u003cbr\u003e\n      where it wants to stand.\n      \u003cspan class=\"dv-orange\"\u003eYou find out.\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      WEIGHT \/ PATIENCE \/ PRECISION\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 02 --\u003e\n  \u003cdiv class=\"dv-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_04_07_12PM_5.png?v=1789718886\" alt=\"How Delverique™ Stack works and challenge levels\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW TO PLAY --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      PICK \/ TEST \/ BALANCE \/ BUILD\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Easy to start.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eHard to master.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-steps\"\u003e\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003ePick a block.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Start with any of the nine pieces.\n            There is no correct first move.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eTest the weight.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Rotate the block in your hand and feel\n            where its off-center weight pulls.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eFind the balance point.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Place it carefully and make tiny adjustments\n            until the block settles.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-step\"\u003e\n\n        \u003cdiv class=\"dv-step-num\"\u003e\n          4\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch4\u003eAdd another.\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Build higher, take more risk and discover\n            how far your stack can go.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dv-three\"\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003eAsymmetric Weight\u003c\/strong\u003e\n        \u003cspan\u003e\n          Each block reacts differently depending on orientation.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003eNo Magnets\u003c\/strong\u003e\n        \u003cspan\u003e\n          The challenge comes from real balance, not hidden attraction.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-mini\"\u003e\n        \u003cstrong\u003eNo Single Solution\u003c\/strong\u003e\n        \u003cspan\u003e\n          Change the order and the challenge changes with it.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CHALLENGE LEVELS --\u003e\n  \u003csection class=\"dv-section\" style=\"padding-top:15px;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      HOW FAR CAN YOU GO?\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Choose your\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003echallenge.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-levels\"\u003e\n\n      \u003cdiv class=\"dv-level\"\u003e\n        \u003cdiv class=\"dv-level-num\"\u003e\n          LEVEL 01\n        \u003c\/div\u003e\n        \u003ch3\u003eEasy\u003c\/h3\u003e\n        \u003cp\u003e\n          Stack 3 blocks and learn how the weights behave.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-level\"\u003e\n        \u003cdiv class=\"dv-level-num\"\u003e\n          LEVEL 02\n        \u003c\/div\u003e\n        \u003ch3\u003eTricky\u003c\/h3\u003e\n        \u003cp\u003e\n          Stack 5 and start planning several moves ahead.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-level\"\u003e\n        \u003cdiv class=\"dv-level-num\"\u003e\n          LEVEL 03\n        \u003c\/div\u003e\n        \u003ch3\u003eUnstable\u003c\/h3\u003e\n        \u003cp\u003e\n          Reach 7 while managing multiple shifted centers of gravity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dv-level\"\u003e\n        \u003cdiv class=\"dv-level-num\"\u003e\n          LEVEL 04\n        \u003c\/div\u003e\n        \u003ch3\u003eNearly Impossible\u003c\/h3\u003e\n        \u003cp\u003e\n          All 9 blocks. One tower. No excuses.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SECOND STATEMENT --\u003e\n  \u003cdiv class=\"dv-quote\"\u003e\n\n    \u003cp\u003e\n      No score.\u003cbr\u003e\n      No screen.\u003cbr\u003e\n      Just\n      \u003cspan class=\"dv-orange\"\u003eone more block.\u003c\/span\u003e\n    \u003c\/p\u003e\n\n    \u003csmall\u003e\n      BUILD SOMETHING THAT SHOULDN'T STAND\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 03 --\u003e\n  \u003cdiv class=\"dv-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_04_07_13PM_7.png?v=1789718886\" alt=\"Delverique™ Stack everyday use specifications and brand philosophy\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- EVERYDAY --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      MORE THAN A DESK OBJECT\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Play it alone.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eChallenge someone else.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"dv-subtitle\"\u003e\n      Stack can be a quiet desk challenge,\n      a conversation starter, a friendly competition\n      or simply something beautiful to leave within reach.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"dv-use-grid\"\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◌\u003c\/div\u003e\n        \u003cstrong\u003eDesk Break\u003c\/strong\u003e\n        \u003cspan\u003eReset between tasks\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◎\u003c\/div\u003e\n        \u003cstrong\u003eThinking\u003c\/strong\u003e\n        \u003cspan\u003eSlow down and build\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e◇\u003c\/div\u003e\n        \u003cstrong\u003eSocial\u003c\/strong\u003e\n        \u003cspan\u003eChallenge your friends\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-use\"\u003e\n        \u003cdiv class=\"dv-use-icon\"\u003e□\u003c\/div\u003e\n        \u003cstrong\u003eGift It\u003c\/strong\u003e\n        \u003cspan\u003eFor curious minds\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS --\u003e\n  \u003csection class=\"dv-section\" style=\"padding-top:15px;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      OBJECT 005 \/ DETAILS\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Nine blocks.\u003cbr\u003e\n      \u003cspan class=\"dv-orange\"\u003eEndless possibilities.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-specs\"\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eProduct\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Delverique™ Stack Balance Challenge\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003ePieces\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          9 Individually Weighted Balance Blocks\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eCore Interaction\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Balance \/ Stack \/ Challenge\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eBalance System\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Off-Center Weighted Design\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003eStyle\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Gunmetal + Brushed Metal Details\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003ePower\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          None Required\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"dv-spec-row\"\u003e\n        \u003cspan\u003e\n          \u003cstrong\u003ePlay Style\u003c\/strong\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003e\n          Solo \/ Social \/ Open-Ended\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"dv-section\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      TAP TO EXPLORE\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"dv-big-statement\"\u003e\n      Still curious?\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"dv-accordion\"\u003e\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What exactly is Stack?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Stack is a balance challenge made from nine individually\n          weighted blocks. Each block has a shifted center of gravity,\n          making it behave differently depending on how you position it.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Are the blocks magnetic?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. The challenge is based on real weight distribution,\n          contact points and balance rather than magnets.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is there a correct way to stack them?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Stack is intentionally open-ended.\n          Change the order, angle and contact points to create\n          completely different structures.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can two people play?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. Take turns adding one block at a time,\n          race to recreate the same structure or challenge\n          each other to build the tallest stable tower.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is Stack a puzzle?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Not in the traditional sense.\n          There is no single final answer.\n          The challenge comes from experimenting with weight,\n          orientation and balance.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How is Stack different from the other Delverique™ objects?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Every Delverique™ object explores a different physical interaction.\n          Loop focuses on flipping, Shift on sliding, Drop on gravity,\n          Orbit on rolling momentum, and Stack on balance and construction.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BRAND PHILOSOPHY --\u003e\n  \u003csection class=\"dv-brand\"\u003e\n\n    \u003cdiv class=\"dv-brand-inner\"\u003e\n\n      \u003cp class=\"dv-eyebrow\" style=\"color:#777;\"\u003e\n        DELVERIQUE™\n      \u003c\/p\u003e\n\n      \u003ch2\u003e\n        Play isn't childish.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        We believe adults never stop needing play.\n        We simply start expecting more from the objects around us.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Delverique™ takes simple physical actions —\n        flipping, sliding, falling, rolling and balancing —\n        and turns them into modern objects made for\n        curious hands and busy minds.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        No endless feeds.\n        No notifications.\n        No instructions telling you what to think.\n        Just something real to explore.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dv-tagline\"\u003e\n        Toys for your hands, not your age.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"dv-section\" style=\"text-align:center;\"\u003e\n\n    \u003cp class=\"dv-eyebrow\"\u003e\n      OBJECT 005\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"\n      margin:0 0 16px;\n      font-size:clamp(38px,6vw,66px);\n      line-height:1;\n      letter-spacing:-2px;\"\u003e\n      Delverique™ Stack\n    \u003c\/h2\u003e\n\n    \u003cp style=\"margin:0;color:#777;\"\u003e\n      Balance it. Build it. Risk one more.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Delverique™","offers":[{"title":"Default Title","offer_id":52899310108901,"sku":"Delverique005*1","price":69.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0846\/2457\/2645\/files\/ChatGPTImageSep18_2026_04_07_10PM_1.png?v=1789718886","url":"https:\/\/delverique.com\/products\/delverique%e2%84%a2-stack-balance-challenge","provider":"Delverique™","version":"1.0","type":"link"}