{"product_id":"rainbow-edition-two","title":"Rainbow: Edition Two","description":"\u003cstyle\u003e\n  .rainbow-two {\n    position: relative;\n    overflow: hidden;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 26px;\n    box-sizing: border-box;\n    color: #fff;\n    font-family: Arial, sans-serif;\n    background:\n      radial-gradient(circle at 96% 22%, rgba(255, 192, 112, .75), transparent 23%),\n      radial-gradient(circle at 5% 85%, rgba(255, 166, 199, .65), transparent 30%),\n      linear-gradient(145deg, #263d79 4%, #192d64 48%, #374b85 76%, #b778a6 100%);\n    border: 2px solid #e8eaf7;\n    border-radius: 18px;\n  }\n\n  .rainbow-two * { box-sizing: border-box; }\n\n  .rainbow-two .star {\n    position: absolute;\n    z-index: 0;\n    color: #ffe18c;\n    line-height: 1;\n    text-shadow: 0 0 12px #fff4c1, 0 0 24px #ffd567;\n    animation: rainbow-two-float 4s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  .rainbow-two .s1 { top: 80px; left: 6%; font-size: 36px; }\n  .rainbow-two .s2 { top: 175px; right: 7%; font-size: 24px; animation-delay: -1.2s; }\n  .rainbow-two .s3 { top: 42%; left: 3%; font-size: 20px; animation-delay: -2.4s; }\n  .rainbow-two .s4 { bottom: 85px; right: 5%; font-size: 34px; animation-delay: -1.8s; }\n\n  .rainbow-two .cloud {\n    position: absolute;\n    z-index: 0;\n    bottom: -65px;\n    width: 55%;\n    height: 155px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, .58);\n    filter: blur(18px);\n    pointer-events: none;\n  }\n\n  .rainbow-two .cloud.left { left: -12%; }\n  .rainbow-two .cloud.right {\n    right: -12%;\n    bottom: -82px;\n    background: rgba(255, 183, 211, .65);\n  }\n\n  .rainbow-two .content { position: relative; z-index: 1; }\n\n  .rainbow-two .top {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 12px;\n  }\n\n  .rainbow-two .logo {\n    color: white;\n    font-family: Arial, sans-serif;\n    font-size: 13px;\n    font-weight: 900;\n    line-height: .9;\n    text-align: center;\n    letter-spacing: -1px;\n    transform: rotate(-5deg);\n    text-shadow:\n      -2px -2px #202553, 2px -2px #202553,\n      -2px 2px #202553, 2px 2px #202553,\n      0 4px #202553;\n  }\n\n  .rainbow-two .logo strong {\n    display: block;\n    font-size: 23px;\n    letter-spacing: -2px;\n  }\n\n  .rainbow-two .panel {\n    margin-top: 25px;\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, .85);\n    border-radius: 16px;\n    background: rgba(117, 139, 190, .72);\n    box-shadow: 0 10px 35px rgba(12, 20, 58, .22);\n    text-align: center;\n  }\n\n  .rainbow-two h2 {\n    margin: 0 0 8px;\n    color: #ffe0eb;\n    font-family: Georgia, serif;\n    font-size: clamp(29px, 5vw, 48px);\n    font-weight: normal;\n  }\n\n  .rainbow-two p {\n    margin: 0 auto;\n    max-width: 650px;\n    line-height: 1.5;\n  }\n\n  .rainbow-two .rarities {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin: 24px 0;\n  }\n\n  .rainbow-two .rarity {\n    min-width: 105px;\n    padding: 8px 10px;\n    border-radius: 12px;\n    background: #283e81;\n    border: 1px solid #d6dcfa;\n  }\n\n  .rainbow-two .rarity b {\n    display: block;\n    color: #fff;\n    font-size: 19px;\n    text-shadow: 2px 2px #e6aa73;\n  }\n\n  .rainbow-two .rarity span {\n    display: block;\n    margin-top: 3px;\n    color: #ffe49e;\n    font-size: 11px;\n    font-weight: bold;\n  }\n\n  .rainbow-two .distribution {\n    max-width: 650px;\n    margin: 0 auto;\n    overflow: hidden;\n    border: 1px solid #fff;\n    border-radius: 14px;\n    background: rgba(63, 91, 157, .88);\n  }\n\n  .rainbow-two .distribution h3 {\n    margin: 0;\n    padding: 12px;\n    font-size: 16px;\n    letter-spacing: 1px;\n  }\n\n  .rainbow-two table {\n    width: 100%;\n    border-collapse: collapse;\n    color: #fff;\n    font-size: 13px;\n  }\n\n  .rainbow-two th,\n  .rainbow-two td {\n    padding: 11px;\n    border-top: 1px solid rgba(255, 255, 255, .75);\n  }\n\n  .rainbow-two th:first-child,\n  .rainbow-two td:first-child {\n    text-align: left;\n  }\n\n  .rainbow-two th:last-child,\n  .rainbow-two td:last-child {\n    width: 110px;\n    border-left: 1px solid rgba(255, 255, 255, .75);\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .rainbow-two .pack-count {\n    margin: 22px 0 10px;\n    color: #ffe0eb;\n    font-size: 23px;\n    font-weight: bold;\n  }\n\n  .rainbow-two .note { font-size: 12px; }\n\n  @keyframes rainbow-two-float {\n    0%, 100% { transform: translateY(0) scale(1); opacity: .8; }\n    50% { transform: translateY(-9px) scale(1.16); opacity: 1; }\n  }\n\n  @media (max-width: 600px) {\n    .rainbow-two { padding: 15px; }\n    .rainbow-two .panel { padding: 17px 12px; }\n    .rainbow-two .rarity { min-width: 83px; }\n    .rainbow-two .pack-count { font-size: 19px; }\n    .rainbow-two th, .rainbow-two td { padding: 9px 6px; font-size: 11px; }\n    .rainbow-two th:last-child, .rainbow-two td:last-child { width: 82px; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .rainbow-two .star { animation: none; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rainbow-two\"\u003e\n\u003cspan class=\"star s1\"\u003e★︎\u003c\/span\u003e \u003cspan class=\"star s2\"\u003e★︎\u003c\/span\u003e \u003cspan class=\"star s3\"\u003e★︎\u003c\/span\u003e \u003cspan class=\"star s4\"\u003e★︎\u003c\/span\u003e\n\u003cdiv class=\"cloud left\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"cloud right\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"top\"\u003e\n\u003cstrong style=\"font-size: 19px; letter-spacing: -1px;\"\u003eKAYOU\u003c\/strong\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003ch2\u003eProduct Information\u003c\/h2\u003e\n\u003cp\u003eThis product has a total of \u003cstrong\u003e170 types of cards\u003c\/strong\u003e that are divided into \u003cstrong\u003e11 rarities.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"rarities\"\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eXR\u003c\/b\u003e\u003cspan\u003e8 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eUSR\u003c\/b\u003e\u003cspan\u003e8 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eUR\u003c\/b\u003e\u003cspan\u003e19 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eTGR\u003c\/b\u003e\u003cspan\u003e8 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eTR\u003c\/b\u003e\u003cspan\u003e12 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eFR\u003c\/b\u003e\u003cspan\u003e18 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eSSR\u003c\/b\u003e\u003cspan\u003e15 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eGT\u003c\/b\u003e\u003cspan\u003e20 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eSR\u003c\/b\u003e\u003cspan\u003e14 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eR\u003c\/b\u003e\u003cspan\u003e30 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity\"\u003e\n\u003cb\u003eBASE\u003c\/b\u003e\u003cspan\u003e18 TYPES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"distribution\"\u003e\n\u003ch3\u003e★ Card distribution probability ★\u003c\/h3\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eTypes in a single pack\u003c\/th\u003e\n\u003cth\u003eProduction ratio\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e1BASE+1ST+1TR\/TGR\u003cbr\u003e+1SR+1FR\u003c\/td\u003e\n\u003ctd\u003e9:20\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e1BASE+1ST+1TR\/TGR\u003cbr\u003e+1R+1SSR\/UR\/USR\/XR\u003c\/td\u003e\n\u003ctd\u003e11:20\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-count\"\u003e5 cards per pack \/ 20 packs per box\u003c\/div\u003e\n\u003cp class=\"note\"\u003eThe distribution probabilities for different types of cards are based on the total production quantity. The products are randomly packaged, and there is a chance of receiving duplicate cards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"StonesTradingCo","offers":[{"title":"Default Title","offer_id":54603630346524,"sku":null,"price":39.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/5336\/1948\/files\/rainbow2andstuff.png?v=1790198358","url":"https:\/\/stonestradingco.com\/products\/rainbow-edition-two","provider":"StonesTradingCo","version":"1.0","type":"link"}