{"product_id":"mini-color-stack-challenge-travel-puzzle-game","title":"Mini Color Stack Challenge – Shake, Sort \u0026 Solve Travel Puzzle Game","description":"\u003cstyle type=\"text\/css\"\u003e\/* ==========================================================\n     MCSC - Mini Color Stack Challenge Travel Puzzle\n     Shopify White Theme \/ Mobile-First \/ Fully Scoped\n     ========================================================== *\/\n\n  #MCSC-wrapper {\n    --mcsc-blue: #73bde5;\n    --mcsc-purple: #a99ce9;\n    --mcsc-pink: #eca7c5;\n    --mcsc-yellow: #e6cc77;\n    --mcsc-title: #535f6b;\n    --mcsc-text: #6f7a84;\n    --mcsc-border: #e1e9ef;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 12px 0 20px;\n    color: var(--mcsc-text);\n    font-family: inherit;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  #MCSC-wrapper *,\n  #MCSC-wrapper *::before,\n  #MCSC-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  #MCSC-wrapper h3,\n  #MCSC-wrapper p {\n    padding: 0;\n  }\n\n  #MCSC-wrapper h3 {\n    margin: 0 0 15px;\n    color: var(--mcsc-title);\n    font-size: 1.35rem;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: -0.02em;\n  }\n\n  #MCSC-wrapper p {\n    margin: 0 0 16px;\n    color: var(--mcsc-text);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  #MCSC-wrapper .MCSC-accent {\n    font-weight: 800;\n    background: linear-gradient(\n      90deg,\n      #58a9d6 0%,\n      #9587dd 35%,\n      #d98eaf 67%,\n      #c9ad4f 100%\n    );\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    -webkit-text-fill-color: transparent;\n  }\n\n  \/* Hero *\/\n  #MCSC-wrapper .MCSC-banner {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 11px;\n    margin: 18px 0 20px;\n    padding: 19px 15px;\n    text-align: center;\n    border: 1px solid #e2e9ef;\n    border-radius: 18px;\n    background:\n      linear-gradient(\n        135deg,\n        #f3fbff 0%,\n        #f8f6ff 34%,\n        #fff6fa 67%,\n        #fffbed 100%\n      );\n    box-shadow: 0 8px 25px rgba(91, 111, 137, 0.07);\n  }\n\n  #MCSC-wrapper .MCSC-banner-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 56px;\n    height: 56px;\n    min-width: 56px;\n    border-radius: 17px;\n    background: rgba(255,255,255,0.92);\n    box-shadow: 0 5px 16px rgba(90, 109, 133, 0.08);\n  }\n\n  #MCSC-wrapper .MCSC-banner-icon svg {\n    width: 40px;\n    height: 40px;\n    display: block;\n  }\n\n  #MCSC-wrapper .MCSC-banner-text {\n    margin: 0 !important;\n    font-size: 13.5px;\n    line-height: 1.6;\n  }\n\n  #MCSC-wrapper .MCSC-banner-text strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--mcsc-title);\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  \/* Quick Strip *\/\n  #MCSC-wrapper .MCSC-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 7px;\n    margin: 0 0 20px;\n  }\n\n  #MCSC-wrapper .MCSC-strip-item {\n    padding: 9px 5px;\n    text-align: center;\n    border-radius: 11px;\n    border: 1px solid #e3e9ee;\n    background: linear-gradient(\n      135deg,\n      #f6fcff,\n      #faf8ff,\n      #fff9f4\n    );\n    color: #68747e;\n    font-size: 10.5px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  \/* Feature Grid *\/\n  #MCSC-wrapper .MCSC-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 9px;\n    margin: 20px 0;\n  }\n\n  #MCSC-wrapper .MCSC-card {\n    min-width: 0;\n    padding: 14px 11px;\n    border: 1px solid transparent;\n    border-radius: 15px;\n\n    background:\n      linear-gradient(#ffffff, #ffffff) padding-box,\n      linear-gradient(\n        135deg,\n        #d7ecf7,\n        #e8e4fa,\n        #f5dfeb,\n        #f0e6ba\n      ) border-box;\n\n    box-shadow: 0 5px 16px rgba(72, 88, 105, 0.05);\n\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  #MCSC-wrapper .MCSC-card:hover {\n    transform: translateY(-3px);\n\n    background:\n      linear-gradient(#ffffff, #ffffff) padding-box,\n      linear-gradient(\n        135deg,\n        #7dc5e8,\n        #aca0ec,\n        #e8a7c3,\n        #dcc56e\n      ) border-box;\n\n    box-shadow:\n      0 10px 26px rgba(91, 111, 135, 0.11),\n      0 0 18px rgba(169,156,233,0.08);\n  }\n\n  #MCSC-wrapper .MCSC-card-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 8px;\n    border-radius: 10px;\n    background: linear-gradient(\n      135deg,\n      #eef9ff,\n      #f5f2ff,\n      #fff4f8\n    );\n  }\n\n  #MCSC-wrapper .MCSC-card-icon svg {\n    display: block;\n    width: 22px;\n    height: 22px;\n  }\n\n  #MCSC-wrapper .MCSC-card-title {\n    display: block;\n    margin-bottom: 6px;\n    color: #5a6671;\n    font-size: 13.5px;\n    font-weight: 800;\n    line-height: 1.4;\n  }\n\n  #MCSC-wrapper .MCSC-card-text {\n    margin: 0 !important;\n    color: #7a858e;\n    font-size: 12.3px !important;\n    line-height: 1.55;\n  }\n\n  \/* How to Play *\/\n  #MCSC-wrapper .MCSC-how {\n    margin: 21px 0;\n    padding: 17px 15px;\n    border: 1px solid #e1e8ee;\n    border-radius: 16px;\n    background:\n      linear-gradient(\n        120deg,\n        #f5fbff 0%,\n        #f8f6ff 50%,\n        #fff9f5 100%\n      );\n  }\n\n  #MCSC-wrapper .MCSC-how-title {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 11px;\n    color: var(--mcsc-title);\n    font-size: 14.5px;\n    font-weight: 800;\n  }\n\n  #MCSC-wrapper .MCSC-how-title svg {\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n  }\n\n  #MCSC-wrapper .MCSC-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n\n  #MCSC-wrapper .MCSC-step:last-child {\n    margin-bottom: 0;\n  }\n\n  #MCSC-wrapper .MCSC-step-num {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    min-width: 24px;\n    border-radius: 50%;\n    background: linear-gradient(\n      135deg,\n      #dff2fb,\n      #e8e4f8,\n      #f6e2eb\n    );\n    color: #667d99;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  #MCSC-wrapper .MCSC-step-text {\n    padding-top: 1px;\n    color: #748089;\n    font-size: 12.5px;\n    line-height: 1.55;\n  }\n\n  \/* Specs *\/\n  #MCSC-wrapper .MCSC-specs {\n    margin: 20px 0;\n    padding: 16px 15px;\n    border: 1px solid #e2e9ee;\n    border-radius: 16px;\n    background: linear-gradient(\n      120deg,\n      #f7fcff,\n      #faf8ff\n    );\n  }\n\n  #MCSC-wrapper .MCSC-spec {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    padding: 7px 0;\n    border-bottom: 1px solid rgba(214, 225, 232, 0.7);\n    font-size: 12.5px;\n  }\n\n  #MCSC-wrapper .MCSC-spec:last-child {\n    border-bottom: 0;\n  }\n\n  #MCSC-wrapper .MCSC-spec strong {\n    color: #5b6872;\n    font-weight: 800;\n  }\n\n  #MCSC-wrapper .MCSC-spec span {\n    text-align: right;\n  }\n\n  \/* Tags *\/\n  #MCSC-wrapper .MCSC-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 20px 0 5px;\n  }\n\n  #MCSC-wrapper .MCSC-tag {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 7px 11px;\n    border: 1px solid #e1e8ed;\n    border-radius: 999px;\n    background:\n      linear-gradient(\n        120deg,\n        #f5fbff,\n        #faf8ff,\n        #fff8f4\n      );\n    color: #65727c;\n    font-size: 11.5px;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  #MCSC-wrapper .MCSC-slogan {\n    margin: 25px 0 0 !important;\n    padding-top: 18px;\n    border-top: 1px solid #e6ecef;\n    text-align: center;\n    color: #5a6671 !important;\n    font-size: 14.5px !important;\n    font-weight: 800;\n  }\n\n  @media (min-width: 601px) {\n\n    #MCSC-wrapper {\n      padding: 20px 0 28px;\n    }\n\n    #MCSC-wrapper h3 {\n      font-size: 1.65rem;\n    }\n\n    #MCSC-wrapper p {\n      font-size: 15px;\n    }\n\n    #MCSC-wrapper .MCSC-banner {\n      flex-direction: row;\n      text-align: left;\n      gap: 15px;\n      padding: 19px 20px;\n    }\n\n    #MCSC-wrapper .MCSC-strip-item {\n      padding: 10px;\n      font-size: 12px;\n    }\n\n    #MCSC-wrapper .MCSC-grid {\n      gap: 13px;\n    }\n\n    #MCSC-wrapper .MCSC-card {\n      padding: 18px;\n    }\n\n    #MCSC-wrapper .MCSC-card-title {\n      font-size: 15px;\n    }\n\n    #MCSC-wrapper .MCSC-card-text {\n      font-size: 13.5px !important;\n    }\n\n    #MCSC-wrapper .MCSC-how,\n    #MCSC-wrapper .MCSC-specs {\n      padding: 18px 20px;\n    }\n\n    #MCSC-wrapper .MCSC-step-text {\n      font-size: 13.5px;\n    }\n\n    #MCSC-wrapper .MCSC-tag {\n      padding: 8px 13px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"MCSC-wrapper\"\u003e\n\u003ch3\u003eShake It. Sort It. Solve It. Then Do It Again.\u003c\/h3\u003e\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"MCSC-banner\"\u003e\n\u003cspan class=\"MCSC-banner-icon\"\u003e \u003c!-- Stack Rings SVG --\u003e \u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 48 48\"\u003e \u003cellipse cx=\"24\" cy=\"13\" rx=\"10\" ry=\"4\" stroke=\"#73bde5\" stroke-width=\"2.2\"\u003e\u003c\/ellipse\u003e \u003cellipse cx=\"24\" cy=\"21\" rx=\"10\" ry=\"4\" stroke=\"#a99ce9\" stroke-width=\"2.2\"\u003e\u003c\/ellipse\u003e \u003cellipse cx=\"24\" cy=\"29\" rx=\"10\" ry=\"4\" stroke=\"#eca7c5\" stroke-width=\"2.2\"\u003e\u003c\/ellipse\u003e \u003cellipse cx=\"24\" cy=\"37\" rx=\"10\" ry=\"4\" stroke=\"#e6cc77\" stroke-width=\"2.2\"\u003e\u003c\/ellipse\u003e \u003c\/svg\u003e \u003c\/span\u003e\n\n\u003cp class=\"MCSC-banner-text\"\u003e\u003cstrong\u003e A Fresh Color Challenge Every Time You Shake \u003c\/strong\u003e Shake the travel case, create a new random stack, then sort the colors and race to solve the puzzle again.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\n\u003cdiv class=\"MCSC-strip\"\u003e\n\u003cdiv class=\"MCSC-strip-item\"\u003e40 Color Rings\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-strip-item\"\u003eSolo Challenge\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-strip-item\"\u003eTravel Friendly\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eSome puzzles lose their challenge once you know the answer. This one doesn't. The \u003cspan class=\"MCSC-accent\"\u003e Mini Color Stack Challenge \u003c\/span\u003e creates a fresh arrangement every time you shake the case, so each round starts with a new problem to solve.\u003c\/p\u003e\n\n\u003cp\u003eThe color-matching concept is easy to understand, but solving the stacks quickly keeps every round interesting. Challenge yourself to beat your previous time, hand it to a friend, or use it as a \u003cspan class=\"MCSC-accent\"\u003e quick screen-free brain break \u003c\/span\u003e at home or on the go.\u003c\/p\u003e\n\u003c!-- FEATURES --\u003e\n\n\u003cdiv class=\"MCSC-grid\"\u003e\n\u003cdiv class=\"MCSC-card\"\u003e\n\u003cspan class=\"MCSC-card-icon\"\u003e \u003c!-- Shake SVG --\u003e \u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e \u003crect height=\"14\" rx=\"3\" stroke=\"#73bde5\" stroke-width=\"1.7\" width=\"10\" x=\"7\" y=\"5\"\u003e\u003c\/rect\u003e \u003cpath d=\"M4 8L2 10L4 12M20 8L22 10L20 12\" stroke=\"#a99ce9\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"MCSC-card-title\"\u003e Shake to Reset \u003c\/span\u003e\n\n\u003cp class=\"MCSC-card-text\"\u003eEvery shake creates a new arrangement, so there is no single solution to memorize and no identical round to repeat.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-card\"\u003e\n\u003cspan class=\"MCSC-card-icon\"\u003e \u003c!-- Sort SVG --\u003e \u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e \u003ccircle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"#73bde5\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e \u003ccircle cx=\"17\" cy=\"7\" r=\"3\" stroke=\"#a99ce9\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e \u003ccircle cx=\"7\" cy=\"17\" r=\"3\" stroke=\"#eca7c5\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e \u003ccircle cx=\"17\" cy=\"17\" r=\"3\" stroke=\"#e6cc77\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"MCSC-card-title\"\u003e Simple Color-Matching Challenge \u003c\/span\u003e\n\n\u003cp class=\"MCSC-card-text\"\u003eSort and stack the colored rings into the correct order using an intuitive challenge that's easy to pick up and replay.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-card\"\u003e\n\u003cspan class=\"MCSC-card-icon\"\u003e \u003c!-- Timer SVG --\u003e \u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e \u003ccircle cx=\"12\" cy=\"13\" r=\"7\" stroke=\"#73bde5\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e \u003cpath d=\"M12 9V13L15 15\" stroke=\"#a99ce9\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.7\"\u003e\u003c\/path\u003e \u003cpath d=\"M9 3H15\" stroke=\"#eca7c5\" stroke-linecap=\"round\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"MCSC-card-title\"\u003e Beat Your Best Time \u003c\/span\u003e\n\n\u003cp class=\"MCSC-card-text\"\u003eThe puzzle works well as a solo challenge — solve it, reset it, and see if you can finish the next round faster.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-card\"\u003e\n\u003cspan class=\"MCSC-card-icon\"\u003e \u003c!-- Travel Case SVG --\u003e \u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e \u003crect height=\"12\" rx=\"3\" stroke=\"#73bde5\" stroke-width=\"1.7\" width=\"14\" x=\"5\" y=\"7\"\u003e\u003c\/rect\u003e \u003cpath d=\"M9 7V4H15V7\" stroke=\"#a99ce9\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e \u003cpath d=\"M8 13H16\" stroke=\"#e6cc77\" stroke-linecap=\"round\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"MCSC-card-title\"\u003e Compact Travel Game \u003c\/span\u003e\n\n\u003cp class=\"MCSC-card-text\"\u003eThe portable case keeps the challenge together for road trips, vacations, waiting rooms, restaurants and everyday downtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO PLAY --\u003e\n\n\u003cdiv class=\"MCSC-how\"\u003e\n\u003cdiv class=\"MCSC-how-title\"\u003e\n\u003csvg aria-hidden=\"true\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e \u003ccircle cx=\"6\" cy=\"12\" r=\"3\" stroke=\"#73bde5\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e \u003ccircle cx=\"18\" cy=\"6\" r=\"3\" stroke=\"#a99ce9\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e \u003ccircle cx=\"18\" cy=\"18\" r=\"3\" stroke=\"#eca7c5\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e \u003cpath d=\"M9 11L15 7M9 13L15 17\" stroke=\"#e6cc77\" stroke-linecap=\"round\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e \u003c\/svg\u003e How to Play\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-step\"\u003e\n\u003cspan class=\"MCSC-step-num\"\u003e1\u003c\/span\u003e\n\n\u003cdiv class=\"MCSC-step-text\"\u003eShake the case to mix the colored rings into a new arrangement.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-step\"\u003e\n\u003cspan class=\"MCSC-step-num\"\u003e2\u003c\/span\u003e\n\n\u003cdiv class=\"MCSC-step-text\"\u003eSort and rearrange the rings by color to complete the challenge.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-step\"\u003e\n\u003cspan class=\"MCSC-step-num\"\u003e3\u003c\/span\u003e\n\n\u003cdiv class=\"MCSC-step-text\"\u003eShake again to instantly reset the game and start a completely new round.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\n\u003cdiv class=\"MCSC-specs\"\u003e\n\u003cdiv class=\"MCSC-spec\"\u003e\n\u003cstrong\u003eGame Type\u003c\/strong\u003e \u003cspan\u003eSolo Color Sorting Puzzle\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-spec\"\u003e\n\u003cstrong\u003eIncluded Rings\u003c\/strong\u003e \u003cspan\u003e40\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-spec\"\u003e\n\u003cstrong\u003eIncluded Case\u003c\/strong\u003e \u003cspan\u003e1 Travel Case\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-spec\"\u003e\n\u003cstrong\u003eRecommended Age\u003c\/strong\u003e \u003cspan\u003e8+\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-spec\"\u003e\n\u003cstrong\u003ePlay Style\u003c\/strong\u003e \u003cspan\u003eShake, Sort \u0026amp; Solve\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"MCSC-spec\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003eHome \/ Travel \/ Screen-Free Play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TAGS --\u003e\n\n\u003cdiv class=\"MCSC-tags\"\u003e\n\u003cspan class=\"MCSC-tag\"\u003eColor Stack Game\u003c\/span\u003e \u003cspan class=\"MCSC-tag\"\u003eBrain Teaser\u003c\/span\u003e \u003cspan class=\"MCSC-tag\"\u003eSolo Game\u003c\/span\u003e \u003cspan class=\"MCSC-tag\"\u003eTravel Game\u003c\/span\u003e \u003cspan class=\"MCSC-tag\"\u003eScreen-Free Fun\u003c\/span\u003e \u003cspan class=\"MCSC-tag\"\u003eAges 8+\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"MCSC-slogan\"\u003eShake. Solve. Reset. There’s Always Another Round.\u003c\/p\u003e\n\u003c\/div\u003e\n","brand":"Elovna","offers":[{"title":"Default","offer_id":53973465727252,"sku":"260908-MNDD-Default","price":22.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1022\/6981\/3012\/files\/1e07876d29e0494397c685420d9f37ca_tplv-fhlh96nyum-crop-webp_2500_2500_e62c1a0f-bdf4-4ef4-ac25-2ea52620a1c5.webp?v=1788930840","url":"https:\/\/elovna.com\/products\/mini-color-stack-challenge-travel-puzzle-game","provider":"Elovna","version":"1.0","type":"link"}