{"product_id":"professional-premium-slant-board","title":"Slant Board System","description":"\u003cstyle\u003e\n  \/* Container shrunk down to 320px for a much more compact fit *\/\n  .dr-v2-container { display: grid; gap: 20px; max-width: 320px; margin: 30px auto; font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif; }\n  .dr-v2-card { background: #fbfbfb; border-radius: 16px; padding: 24px; position: relative; height: 220px; box-shadow: 0 4px 15px rgba(0,0,0,0.04); overflow: hidden; border: 2px solid #0F2942; }\n  .dr-v2-title { font-size: 10px; font-weight: 800; color: #888; letter-spacing: 1.2px; text-transform: uppercase; z-index: 10; position: relative; }\n\n  \/* Anti-Sanitizer Class *\/\n  .dr-v2-shape { font-size: 0 !important; line-height: 0 !important; color: transparent !important; display: block !important; }\n\n  \/* --- BOARD 5-ANGLE ANIMATION (Scaled Down) --- *\/\n  .dr-v2-board-box { position: absolute; bottom: 40px; left: 24px; width: 150px; height: 100px; }\n  .dr-v2-base { position: absolute; bottom: 0; left: 0; width: 100%; height: 10px; background: #dfb282; border-radius: 5px; border: 1px solid rgba(0,0,0,0.05); box-sizing: border-box; }\n  .dr-v2-foot { position: absolute; bottom: -4px; width: 18px; height: 4px; background: #333; border-radius: 0 0 3px 3px; }\n  .dr-v2-foot.left { left: 15%; } .dr-v2-foot.right { right: 15%; }\n  \n  .dr-v2-top { \n    position: absolute; bottom: 10px; left: 0; width: 100%; height: 10px; \n    background: #dfb282; border-radius: 5px; border: 1px solid rgba(0,0,0,0.05); box-sizing: border-box; \n    transform-origin: 5px 5px; \/* Adjusted hinge point for new size *\/\n    animation: drAngles 15s infinite ease-in-out; \n  }\n  .dr-v2-grip { position: absolute; top: -2px; left: 4%; width: 92%; height: 2px; background: #222; border-radius: 2px 2px 0 0; }\n\n  \/* --- DYNAMIC TEXT (Scaled Down) --- *\/\n  .dr-v2-text-box { position: absolute; top: 40px; right: 24px; width: 130px; height: 60px; }\n  .dr-v2-step { position: absolute; top: 0; right: 0; text-align: right; opacity: 0; width: 100%; }\n  .dr-v2-num { font-size: 28px; font-weight: 800; color: #0F2942; line-height: 1; margin-bottom: 4px; }\n  .dr-v2-sub { font-size: 11px; font-weight: 600; color: #333; }\n\n  .dr-v2-step.s1 { animation: drT1 15s infinite; }\n  .dr-v2-step.s2 { animation: drT2 15s infinite; }\n  .dr-v2-step.s3 { animation: drT3 15s infinite; }\n  .dr-v2-step.s4 { animation: drT4 15s infinite; }\n  .dr-v2-step.s5 { animation: drT5 15s infinite; }\n\n  @keyframes drAngles {\n    0%, 15% { transform: rotate(-20deg); }\n    20%, 35% { transform: rotate(-30deg); }\n    40%, 55% { transform: rotate(-35deg); }\n    60%, 75% { transform: rotate(-40deg); }\n    80%, 95% { transform: rotate(-45deg); }\n    100% { transform: rotate(-20deg); }\n  }\n  \n  @keyframes drT1 { 0%, 15% { opacity: 1; transform: translateY(0); } 18%, 100% { opacity: 0; transform: translateY(-5px); } }\n  @keyframes drT2 { 0%, 17% { opacity: 0; transform: translateY(5px); } 20%, 35% { opacity: 1; transform: translateY(0); } 38%, 100% { opacity: 0; transform: translateY(-5px); } }\n  @keyframes drT3 { 0%, 37% { opacity: 0; transform: translateY(5px); } 40%, 55% { opacity: 1; transform: translateY(0); } 58%, 100% { opacity: 0; transform: translateY(-5px); } }\n  @keyframes drT4 { 0%, 57% { opacity: 0; transform: translateY(5px); } 60%, 75% { opacity: 1; transform: translateY(0); } 78%, 100% { opacity: 0; transform: translateY(-5px); } }\n  @keyframes drT5 { 0%, 77% { opacity: 0; transform: translateY(5px); } 80%, 95% { opacity: 1; transform: translateY(0); } 98%, 100% { opacity: 0; transform: translateY(-5px); } }\n\n  \/* --- 13-LAYER EXPANDING ANIMATION --- *\/\n  .dr-v2-ply-box { position: absolute; top: 50%; left: 60%; transform: translate(-50%, -50%); width: 110px; }\n  \n  \/* The Flex Stack allows us to animate the space between the layers *\/\n  .dr-v2-ply-stack { \n    display: flex; \n    flex-direction: column; \n    gap: 0px; \n    animation: drExpandLayers 6s infinite ease-in-out;\n    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.08));\n  }\n  \n  .dr-v2-ply-grip { height: 4px; background: #222; border-radius: 2px 2px 0 0; width: 100%; }\n  .dr-v2-ply-w { height: 2px; width: 100%; }\n  \n  \/* Alternating the wood grain colors for the 13 layers *\/\n  .dr-v2-ply-w:nth-child(odd) { background: #c38c58; }\n  .dr-v2-ply-w:nth-child(even) { background: #e4c29d; }\n  .dr-v2-ply-w:last-child { border-radius: 0 0 2px 2px; }\n\n  \/* The magic expansion animation *\/\n  @keyframes drExpandLayers {\n    0%, 15% { gap: 0px; }\n    45%, 55% { gap: 5px; } \/* Layers pull apart here *\/\n    85%, 100% { gap: 0px; }\n  }\n  \n  .dr-v2-callout { position: absolute; top: 50%; right: 110%; transform: translateY(-50%); display: flex; align-items: center; gap: 8px; width: max-content; }\n  .dr-v2-callout span { font-size: 10px; font-weight: 800; color: #0F2942; text-transform: uppercase; letter-spacing: 0.5px; }\n  .dr-v2-callout-line { width: 20px; height: 2px; background: #0F2942; position: relative; }\n  .dr-v2-callout-line::after { content: ''; position: absolute; right: -3px; top: -2px; width: 6px; height: 6px; border-radius: 50%; background: #0F2942; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dr-v2-container\"\u003e\n  \n  \u003c!-- CARD 1: 5-Step Adjustability --\u003e\n  \u003cdiv class=\"dr-v2-card\"\u003e\n    \u003cdiv class=\"dr-v2-title\"\u003e5 Level Adjustability\u003c\/div\u003e\n    \n    \u003cdiv class=\"dr-v2-text-box\"\u003e\n      \u003cdiv class=\"dr-v2-step s1\"\u003e\n\u003cdiv class=\"dr-v2-num\"\u003e20°\u003c\/div\u003e\n\u003cdiv class=\"dr-v2-sub\"\u003eGentle Stretch\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dr-v2-step s2\"\u003e\n\u003cdiv class=\"dr-v2-num\"\u003e30°\u003c\/div\u003e\n\u003cdiv class=\"dr-v2-sub\"\u003eBeginner Stretch\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dr-v2-step s3\"\u003e\n\u003cdiv class=\"dr-v2-num\"\u003e35°\u003c\/div\u003e\n\u003cdiv class=\"dr-v2-sub\"\u003eIntermediate\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dr-v2-step s4\"\u003e\n\u003cdiv class=\"dr-v2-num\"\u003e40°\u003c\/div\u003e\n\u003cdiv class=\"dr-v2-sub\"\u003eAdvanced\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dr-v2-step s5\"\u003e\n\u003cdiv class=\"dr-v2-num\"\u003e45°\u003c\/div\u003e\n\u003cdiv class=\"dr-v2-sub\"\u003eMaximum Mobility\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"dr-v2-board-box\"\u003e\n      \u003cdiv class=\"dr-v2-top dr-v2-shape\"\u003e \u003cdiv class=\"dr-v2-grip dr-v2-shape\"\u003e \u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"dr-v2-base dr-v2-shape\"\u003e \u003c\/div\u003e\n      \u003cdiv class=\"dr-v2-foot left dr-v2-shape\"\u003e \u003c\/div\u003e\n      \u003cdiv class=\"dr-v2-foot right dr-v2-shape\"\u003e \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARD 2: 13-Layer Construction --\u003e\n  \u003cdiv class=\"dr-v2-card\"\u003e\n    \u003cdiv class=\"dr-v2-title\"\u003ePremium Construction\u003c\/div\u003e\n    \n    \u003cdiv class=\"dr-v2-ply-box\"\u003e\n      \u003cdiv class=\"dr-v2-callout\"\u003e\n        \u003cspan\u003e13 Layers\u003c\/span\u003e\n        \u003cdiv class=\"dr-v2-callout-line dr-v2-shape\"\u003e \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- The Expanding Stack --\u003e\n      \u003cdiv class=\"dr-v2-ply-stack\"\u003e\n        \u003cdiv class=\"dr-v2-ply-grip dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003c!-- 13 Independent Wood Layers --\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n        \u003cdiv class=\"dr-v2-ply-w dr-v2-shape\"\u003e \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"DeepReach","offers":[{"title":"Default Title","offer_id":52578483306838,"sku":"DR-SB-WDN-01-X","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/7083\/5030\/files\/ChatGPT_Image_Jun_22_2026_09_25_24_AM.png?v=1782116829","url":"https:\/\/deepreach.fit\/products\/professional-premium-slant-board","provider":"DeepReach","version":"1.0","type":"link"}