{"product_id":"son-chasers-red-5","title":"SON CHASERS # | RED 5","description":"\u003cstyle\u003e   \/* =========================================================      SHORTBOX COMICS – PRODUCT INFORMATION      Complete responsive Shopify block      ========================================================= *\/   .sbc-product-info {     --sbc-red: #c92532;     --sbc-red-dark: #a91e29;     --sbc-black: #171717;     --sbc-text: #333333;     --sbc-muted: #6b6b6b;     --sbc-light: #f7f7f6;     --sbc-soft: #f3f1ed;     --sbc-border: #dedede;     --sbc-white: #ffffff;     width: 100%;     margin: 18px 0 0;     color: var(--sbc-text);     font-family: inherit;     box-sizing: border-box;   }   .sbc-product-info *,   .sbc-product-info *::before,   .sbc-product-info *::after {     box-sizing: border-box;   }   \/* =========================================================      BENEFITS      ========================================================= *\/   .sbc-benefits {     position: relative;     margin: 0 0 12px;     padding: 18px;     overflow: hidden;     background: var(--sbc-white);     border: 1px solid var(--sbc-border);     border-top: 4px solid var(--sbc-red);     border-radius: 5px;   }   .sbc-benefits::after {     content: \"\";     position: absolute;     right: -46px;     bottom: -58px;     width: 130px;     height: 130px;     border: 18px solid rgba(201, 37, 50, 0.035);     border-radius: 50%;     pointer-events: none;   }   .sbc-benefits-title {     position: relative;     z-index: 1;     margin: 0 0 14px;     color: var(--sbc-black);     font-family: inherit;     font-size: clamp(18px, 4vw, 22px);     font-weight: 850;     line-height: 1.15;   }   .sbc-benefits-list {     position: relative;     z-index: 1;     display: grid;     grid-template-columns: repeat(2, minmax(0, 1fr));     gap: 10px 16px;     margin: 0;     padding: 0;     list-style: none;   }   .sbc-benefits-list li {     display: flex;     min-width: 0;     align-items: flex-start;     gap: 8px;     margin: 0;     color: var(--sbc-text);     font-size: 12px;     font-weight: 700;     line-height: 1.35;   }   .sbc-check {     display: inline-flex;     flex: 0 0 18px;     width: 18px;     height: 18px;     align-items: center;     justify-content: center;     margin-top: 0;     background: var(--sbc-red);     border-radius: 50%;     color: var(--sbc-white);     font-size: 11px;     font-weight: 900;     line-height: 1;   }   \/* Featured grading benefit *\/   .sbc-benefit-featured {     grid-column: 1 \/ -1;     margin-bottom: 2px !important;     padding-bottom: 12px;     border-bottom: 1px solid var(--sbc-border);   }   .sbc-benefit-link {     display: flex;     width: 100%;     align-items: flex-start;     gap: 8px;     color: inherit;     text-decoration: none;   }   .sbc-benefit-link:hover .sbc-benefit-copy strong {     color: var(--sbc-red);   }   .sbc-benefit-link:hover .sbc-benefit-copy small {     text-decoration: underline;   }   .sbc-benefit-link:focus-visible {     border-radius: 3px;     outline: 3px solid rgba(201, 37, 50, 0.22);     outline-offset: 3px;   }   .sbc-benefit-copy {     display: flex;     flex-direction: column;     gap: 2px;   }   .sbc-benefit-copy strong {     color: var(--sbc-black);     font-size: 13px;     font-weight: 850;     line-height: 1.25;     transition: color 0.18s ease;   }   .sbc-benefit-copy small {     color: var(--sbc-red);     font-size: 11px;     font-weight: 750;     line-height: 1.3;   }   \/* =========================================================      ACCORDIONS      ========================================================= *\/   .sbc-accordion-list {     display: grid;     gap: 7px;   }   .sbc-accordion-list details {     margin: 0;     overflow: hidden;     background: var(--sbc-white);     border: 1px solid var(--sbc-border);     border-radius: 4px;   }   .sbc-accordion-list details[open] {     border-color: #c9c9c9;   }   .sbc-accordion-list summary {     position: relative;     display: flex;     min-height: 50px;     align-items: center;     gap: 10px;     padding: 12px 42px 12px 13px;     background: var(--sbc-white);     color: var(--sbc-black);     cursor: pointer;     list-style: none;     font-family: inherit;     font-size: 12px;     font-weight: 850;     line-height: 1.25;     letter-spacing: 0.015em;     text-transform: uppercase;     transition:       background-color 0.18s ease,       color 0.18s ease;   }   .sbc-accordion-list summary::-webkit-details-marker {     display: none;   }   .sbc-accordion-list summary:hover {     background: var(--sbc-light);   }   .sbc-accordion-list summary:focus-visible {     outline: 3px solid rgba(201, 37, 50, 0.22);     outline-offset: -3px;   }   .sbc-accordion-list summary::after {     content: \"+\";     position: absolute;     top: 50%;     right: 14px;     color: var(--sbc-red);     font-size: 21px;     font-weight: 500;     line-height: 1;     transform: translateY(-52%);   }   .sbc-accordion-list details[open] summary {     background: var(--sbc-light);     color: var(--sbc-red);     border-bottom: 1px solid var(--sbc-border);   }   .sbc-accordion-list details[open] summary::after {     content: \"−\";   }   .sbc-accordion-icon {     display: inline-flex;     flex: 0 0 24px;     width: 24px;     height: 24px;     align-items: center;     justify-content: center;     background: var(--sbc-soft);     border-radius: 50%;     color: var(--sbc-black);   }   .sbc-accordion-icon svg {     width: 13px;     height: 13px;     fill: none;     stroke: currentColor;     stroke-width: 1.8;     stroke-linecap: round;     stroke-linejoin: round;   }   .sbc-accordion-content {     padding: 14px;     background: var(--sbc-white);     color: var(--sbc-text);     font-size: 13px;     line-height: 1.58;   }   .sbc-accordion-content p {     margin: 0 0 10px;   }   .sbc-accordion-content p:last-child {     margin-bottom: 0;   }   .sbc-accordion-content ul {     margin: 8px 0 10px;     padding: 0;     list-style: none;   }   .sbc-accordion-content li {     position: relative;     margin: 0 0 6px;     padding-left: 15px;   }   .sbc-accordion-content li::before {     content: \"\";     position: absolute;     top: 0.65em;     left: 1px;     width: 5px;     height: 5px;     background: var(--sbc-red);     border-radius: 50%;     transform: translateY(-50%);   }   .sbc-accordion-content strong {     color: var(--sbc-black);     font-weight: 800;   }   .sbc-accordion-content a {     color: var(--sbc-red);     font-weight: 800;     text-decoration: underline;     text-decoration-thickness: 1px;     text-underline-offset: 3px;   }   .sbc-accordion-content a:hover {     color: var(--sbc-red-dark);   }   .sbc-code {     display: inline-block;     margin: 1px 2px;     padding: 3px 7px;     background: var(--sbc-black);     border-radius: 3px;     color: var(--sbc-white);     font-size: 11px;     font-weight: 850;     letter-spacing: 0.04em;   }   \/* =========================================================      MOBILE      ========================================================= *\/   @media screen and (max-width: 749px) {     .sbc-product-info {       margin-top: 16px;     }     .sbc-benefits {       padding: 15px 14px;     }     .sbc-benefits-title {       margin-bottom: 12px;       font-size: 18px;     }     .sbc-benefits-list {       gap: 9px 10px;     }     .sbc-benefits-list li {       gap: 7px;       font-size: 11px;     }     .sbc-check {       flex-basis: 17px;       width: 17px;       height: 17px;       font-size: 10px;     }     .sbc-benefit-featured {       padding-bottom: 10px;     }     .sbc-benefit-copy strong {       font-size: 12px;     }     .sbc-benefit-copy small {       font-size: 10px;     }     .sbc-accordion-list summary {       min-height: 50px;       padding: 12px 39px 12px 12px;       font-size: 11px;     }     .sbc-accordion-content {       padding: 13px;       font-size: 13px;     }   }   @media screen and (max-width: 359px) {     .sbc-benefits-list {       grid-template-columns: 1fr;     }     .sbc-benefit-featured {       grid-column: auto;     }   }   @media (prefers-reduced-motion: reduce) {     .sbc-accordion-list summary,     .sbc-benefit-copy strong {       transition: none;     }   } \u003c\/style\u003e \u003cdiv class=\"sbc-product-info\"\u003e \u003c!-- BENEFITS --\u003e \u003csection aria-labelledby=\"sbc-benefits-title\" class=\"sbc-benefits\"\u003e \u003ch2 id=\"sbc-benefits-title\" class=\"sbc-benefits-title\"\u003eWhy Collectors Choose Shortbox\u003c\/h2\u003e \u003cul class=\"sbc-benefits-list\"\u003e \u003cli class=\"sbc-benefit-featured\"\u003e\u003ca href=\"https:\/\/www.shortboxcomics.nl\/pages\/comic-grading-guide\" class=\"sbc-benefit-link\"\u003e \u003cspan aria-hidden=\"true\" class=\"sbc-check\"\u003e✓\u003c\/span\u003e \u003cspan class=\"sbc-benefit-copy\"\u003e \u003cstrong\u003eBuy with confidence\u003c\/strong\u003e \u003csmall\u003eLearn about our comic grading standards →\u003c\/small\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"sbc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eAlways bagged \u0026amp; boarded\u003c\/span\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"sbc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eStack orders \u0026amp; save on shipping\u003c\/span\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"sbc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eOrder now, pay at month end\u003c\/span\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"sbc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEarn ShortBucks rewards\u003c\/span\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"sbc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eJoin our collector community\u003c\/span\u003e \u003c\/li\u003e \u003c\/ul\u003e \u003c\/section\u003e \u003c!-- INFORMATION ACCORDIONS --\u003e \u003cdiv class=\"sbc-accordion-list\"\u003e \u003cdetails\u003e \u003csummary\u003e\u003cspan aria-hidden=\"true\" class=\"sbc-accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e             \u003cpath d=\"M3 7h11v10H3z\"\u003e\u003c\/path\u003e             \u003cpath d=\"M14 10h4l3 3v4h-7z\"\u003e\u003c\/path\u003e             \u003ccircle r=\"2\" cy=\"18\" cx=\"7\"\u003e\u003c\/circle\u003e             \u003ccircle r=\"2\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e           \u003c\/svg\u003e \u003c\/span\u003e Shipping \u0026amp; delivery\u003c\/summary\u003e \u003cdiv class=\"sbc-accordion-content\"\u003e \u003cp\u003eEvery order is carefully packed and shipped from the Netherlands.\u003c\/p\u003e \u003cul\u003e \u003cli\u003e1–6 comics: \u003cstrong\u003e€5.50\u003c\/strong\u003e \u003c\/li\u003e \u003cli\u003e7 or more comics: \u003cstrong\u003e€7.50\u003c\/strong\u003e \u003c\/li\u003e \u003cli\u003eShipping to Belgium: \u003cstrong\u003e€9.50\u003c\/strong\u003e \u003c\/li\u003e \u003cli\u003eWorldwide shipping is available\u003c\/li\u003e \u003c\/ul\u003e \u003cp\u003eEstimated delivery within the Netherlands: \u003cstrong\u003e2–5 business days\u003c\/strong\u003e.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e\u003cspan aria-hidden=\"true\" class=\"sbc-accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e             \u003cpath d=\"M4 7h16v12H4z\"\u003e\u003c\/path\u003e             \u003cpath d=\"M7 7V4h10v3\"\u003e\u003c\/path\u003e             \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e           \u003c\/svg\u003e \u003c\/span\u003e Stack \u0026amp; ship later\u003c\/summary\u003e \u003cdiv class=\"sbc-accordion-content\"\u003e \u003cp\u003eCombine multiple orders and save on shipping by selecting \u003cstrong\u003eStack in Comic Shop Locker\u003c\/strong\u003e during checkout.\u003c\/p\u003e \u003cp\u003eWe safely store your comics until you are ready to have your complete stack shipped together.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e\u003cspan aria-hidden=\"true\" class=\"sbc-accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e             \u003crect rx=\"2\" height=\"14\" width=\"18\" y=\"5\" x=\"3\"\u003e\u003c\/rect\u003e             \u003cpath d=\"M3 10h18\"\u003e\u003c\/path\u003e             \u003cpath d=\"M7 15h3\"\u003e\u003c\/path\u003e           \u003c\/svg\u003e \u003c\/span\u003e Order now \u0026amp; pay later\u003c\/summary\u003e \u003cdiv class=\"sbc-accordion-content\"\u003e \u003cp\u003eEnter code \u003cspan class=\"sbc-code\"\u003eCLAIMCOMIC\u003c\/span\u003e during checkout.\u003c\/p\u003e \u003cp\u003eSelect \u003cstrong\u003eStack in Comic Shop Locker\u003c\/strong\u003e or \u003cstrong\u003eStore Pickup\u003c\/strong\u003e. Your webshop order will then be added to your monthly comic invoice.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e\u003cspan aria-hidden=\"true\" class=\"sbc-accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e             \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e             \u003cpath d=\"M8 9h8\"\u003e\u003c\/path\u003e             \u003cpath d=\"M8 13h5\"\u003e\u003c\/path\u003e             \u003cpath d=\"M8 17h3\"\u003e\u003c\/path\u003e           \u003c\/svg\u003e \u003c\/span\u003e Condition \u0026amp; grading\u003c\/summary\u003e \u003cdiv class=\"sbc-accordion-content\"\u003e \u003cp\u003eEvery pre-owned comic is individually inspected and assigned a condition grade by Shortbox Comics.\u003c\/p\u003e \u003cp\u003eThe grade shown on the product page represents the condition of the copy you will receive.\u003c\/p\u003e \u003cp\u003e\u003ca href=\"https:\/\/www.shortboxcomics.nl\/pages\/comic-grading-guide\"\u003e View our complete comic grading guide → \u003c\/a\u003e\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e\u003cspan aria-hidden=\"true\" class=\"sbc-accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e             \u003cpath d=\"M12 3l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-2.5-4.6 2.5.9-5.2-3.8-3.7 5.2-.8z\"\u003e\u003c\/path\u003e           \u003c\/svg\u003e \u003c\/span\u003e Earn ShortBucks\u003c\/summary\u003e \u003cdiv class=\"sbc-accordion-content\"\u003e \u003cp\u003eEvery euro you spend earns you \u003cstrong\u003e20 ShortBucks\u003c\/strong\u003e.\u003c\/p\u003e \u003cp\u003eRedeem your ShortBucks for discounts, rewards and free shipping.\u003c\/p\u003e \u003cp\u003eOpen the rewards programme through the gift icon in the bottom-left corner of the webshop.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e\u003cspan aria-hidden=\"true\" class=\"sbc-accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e             \u003cpath d=\"M4 19h16\"\u003e\u003c\/path\u003e             \u003cpath d=\"M6 16l4-5 3 3 5-7\"\u003e\u003c\/path\u003e             \u003cpath d=\"M15 7h3v3\"\u003e\u003c\/path\u003e           \u003c\/svg\u003e \u003c\/span\u003e Pre-order upcoming comics\u003c\/summary\u003e \u003cdiv class=\"sbc-accordion-content\"\u003e \u003cp\u003eSecure upcoming releases through \u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.preordercomics.nl\" target=\"_blank\"\u003e PreorderComics.nl \u003c\/a\u003e.\u003c\/p\u003e \u003cp\u003eTrack your favourite series, compare covers and order comics months before release.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003e\u003cspan aria-hidden=\"true\" class=\"sbc-accordion-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e             \u003cpath d=\"M4 5h16v11H8l-4 3z\"\u003e\u003c\/path\u003e             \u003cpath d=\"M8 9h8\"\u003e\u003c\/path\u003e             \u003cpath d=\"M8 12h5\"\u003e\u003c\/path\u003e           \u003c\/svg\u003e \u003c\/span\u003e Join OUR WHATSAPP Claim Club AND COMMUNITY\u003c\/summary\u003e \u003cdiv class=\"sbc-accordion-content\"\u003e \u003cp\u003eClaim Club members receive access to weekly comic drops, limited variants, sales and special offers.\u003c\/p\u003e \u003cp\u003e\u003ca rel=\"noopener\" href=\"https:\/\/chat.whatsapp.com\/BQMhwpypNXk783dFdVWo0H\" target=\"_blank\"\u003e Join the Shortbox Claim Club \u003c\/a\u003e\u003ca rel=\"noopener noreferrer\" href=\"https:\/\/chat.whatsapp.com\/BQMhwpypNXk783dFdVWo0H\" target=\"_blank\"\u003e→ \u003c\/a\u003e\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"Red 5","offers":[{"title":"Default Title","offer_id":58101804695883,"sku":"CLZ1122012","price":5.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0261\/8399\/1342\/files\/a7_1122012_2_SonChasers.jpg?v=1786453202","url":"https:\/\/www.shortboxcomics.nl\/products\/son-chasers-red-5","provider":"Shortbox Comics","version":"1.0","type":"link"}