{"product_id":"cobi-northrop-b-2-spirit-stealth-bomber-set-5916","title":"COBI Northrop B-2 Spirit Stealth Bomber: Set #5916","description":"\u003cstyle\u003e\n  .cobi-pdp-b2 {\n    --bg: #081013;\n    --card: rgba(255,255,255,0.05);\n    --line: rgba(255,255,255,0.11);\n    --text: #f4f2ec;\n    --muted: rgba(244,242,236,0.76);\n    --accent: #ffce1e;\n    --shadow: 0 20px 60px rgba(0,0,0,0.34);\n    --radius-xl: 28px;\n    --radius-lg: 22px;\n    --radius-md: 16px;\n    --max: 1240px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    background:\n      radial-gradient(circle at top right, rgba(255,206,30,0.08), transparent 24%),\n      radial-gradient(circle at left center, rgba(78,114,128,0.16), transparent 24%),\n      linear-gradient(180deg, #0f1d21 0%, #071014 100%);\n    border-radius: 24px;\n    padding: 28px 20px 36px;\n    overflow: hidden;\n    position: relative;\n    max-width: 100%;\n  }\n\n  .cobi-pdp-b2 * { box-sizing: border-box; }\n  .cobi-pdp-b2 img { max-width: 100%; display: block; }\n  .cobi-pdp-b2 a { color: inherit; text-decoration: none; }\n\n  .cobi-pdp-b2__inner {\n    width: min(100%, var(--max));\n    margin: 0 auto;\n  }\n\n  .cobi-pdp-b2__section { padding: 22px 0; }\n\n  .cobi-pdp-b2__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 14px;\n    border: 1px solid var(--line);\n    border-radius: 999px;\n    background: rgba(255,255,255,0.04);\n    color: var(--muted);\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .cobi-pdp-b2__eyebrow::before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--accent);\n    box-shadow: 0 0 0 6px rgba(255,206,30,0.12);\n  }\n\n  .cobi-pdp-b2__hero,\n  .cobi-pdp-b2__history,\n  .cobi-pdp-b2__cta,\n  .cobi-pdp-b2__spin-layout {\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);\n    gap: 22px;\n    align-items: stretch;\n  }\n\n  .cobi-pdp-b2__card,\n  .cobi-pdp-b2__hero-copy,\n  .cobi-pdp-b2__hero-visual,\n  .cobi-pdp-b2__feature,\n  .cobi-pdp-b2__history-copy,\n  .cobi-pdp-b2__history-visual,\n  .cobi-pdp-b2__spin,\n  .cobi-pdp-b2__faq-item,\n  .cobi-pdp-b2__cta-copy,\n  .cobi-pdp-b2__cta-visual {\n    border: 1px solid var(--line);\n    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));\n    border-radius: var(--radius-xl);\n    box-shadow: var(--shadow);\n    overflow: hidden;\n    min-width: 0;\n  }\n\n  .cobi-pdp-b2__hero-copy,\n  .cobi-pdp-b2__history-copy,\n  .cobi-pdp-b2__cta-copy,\n  .cobi-pdp-b2__spin {\n    padding: 30px;\n    position: relative;\n  }\n\n  .cobi-pdp-b2__hero-copy::after,\n  .cobi-pdp-b2__history-copy::after,\n  .cobi-pdp-b2__cta-copy::after {\n    content: \"\";\n    position: absolute;\n    right: -60px;\n    top: -60px;\n    width: 220px;\n    height: 220px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(255,206,30,0.16), transparent 68%);\n    pointer-events: none;\n  }\n\n  .cobi-pdp-b2__title {\n    margin: 18px 0 14px;\n    font-size: clamp(32px, 5vw, 64px);\n    line-height: 0.94;\n    letter-spacing: -0.045em;\n    text-transform: uppercase;\n    color: var(--text);\n  }\n\n  .cobi-pdp-b2__intro,\n  .cobi-pdp-b2__history-copy p,\n  .cobi-pdp-b2__cta-copy p,\n  .cobi-pdp-b2__spin-copy p {\n    margin: 0;\n    color: var(--muted);\n    line-height: 1.72;\n    font-size: 16px;\n    max-width: 62ch;\n  }\n\n  .cobi-pdp-b2__points {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .cobi-pdp-b2__point {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 14px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    background: rgba(255,255,255,0.035);\n    min-width: 0;\n  }\n\n  .cobi-pdp-b2__point-icon {\n    width: 54px;\n    height: 54px;\n    border-radius: 14px;\n    display: grid;\n    place-items: center;\n    background: rgba(255,206,30,0.12);\n    color: var(--accent);\n    font-weight: 700;\n    font-size: 16px;\n    flex: 0 0 auto;\n  }\n\n  .cobi-pdp-b2__point strong {\n    display: block;\n    font-size: 14px;\n    margin-bottom: 4px;\n    color: var(--text);\n  }\n\n  .cobi-pdp-b2__point span {\n    display: block;\n    font-size: 13px;\n    line-height: 1.5;\n    color: var(--muted);\n  }\n\n  .cobi-pdp-b2__hero-visual,\n  .cobi-pdp-b2__history-visual,\n  .cobi-pdp-b2__cta-visual {\n    min-height: 100%;\n    background: #0b1317;\n  }\n\n  .cobi-pdp-b2__hero-visual img,\n  .cobi-pdp-b2__history-visual img,\n  .cobi-pdp-b2__cta-visual img {\n    width: 100%;\n    height: 100%;\n    min-height: 460px;\n    object-fit: cover;\n  }\n\n  .cobi-pdp-b2__nav {\n    display: flex;\n    gap: 10px;\n    overflow-x: auto;\n    padding: 10px;\n    margin-top: 18px;\n    border-radius: 999px;\n    border: 1px solid var(--line);\n    background: rgba(10,16,12,0.82);\n    -ms-overflow-style: none;\n    scrollbar-width: none;\n  }\n  .cobi-pdp-b2__nav::-webkit-scrollbar { display: none; }\n\n  .cobi-pdp-b2__nav a {\n    flex: 0 0 auto;\n    padding: 12px 16px;\n    border-radius: 999px;\n    color: var(--muted);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));\n    text-decoration: none !important;\n  }\n\n  .cobi-pdp-b2__nav a.is-active,\n  .cobi-pdp-b2__nav a:hover {\n    background: rgba(255,255,255,0.1);\n    color: var(--text);\n  }\n\n  .cobi-pdp-b2__section-head {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 18px;\n    align-items: end;\n    margin-bottom: 18px;\n  }\n\n  .cobi-pdp-b2__section-head h3,\n  .cobi-pdp-b2__history-copy h3,\n  .cobi-pdp-b2__spin-copy h3,\n  .cobi-pdp-b2__cta-copy h3 {\n    margin: 10px 0 0;\n    font-size: clamp(28px, 4vw, 46px);\n    line-height: 1;\n    letter-spacing: -0.04em;\n    text-transform: uppercase;\n    color: var(--text);\n  }\n\n  .cobi-pdp-b2__section-head p {\n    margin: 0;\n    max-width: 60ch;\n    color: var(--muted);\n    line-height: 1.7;\n    font-size: 16px;\n  }\n\n  .cobi-pdp-b2__features {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .cobi-pdp-b2__feature img {\n    width: 100%;\n    aspect-ratio: 1.18 \/ 0.9;\n    object-fit: cover;\n    background: #11181b;\n  }\n\n  .cobi-pdp-b2__feature-copy { padding: 20px; }\n\n  .cobi-pdp-b2__kicker {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 10px;\n    border-radius: 999px;\n    background: rgba(255,206,30,0.12);\n    color: var(--accent);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .cobi-pdp-b2__feature-copy h4,\n  .cobi-pdp-b2__life-copy h4 {\n    margin: 0 0 10px;\n    font-size: 22px;\n    line-height: 1.08;\n    letter-spacing: -0.03em;\n    color: var(--text);\n  }\n\n  .cobi-pdp-b2__feature-copy p,\n  .cobi-pdp-b2__life-copy p {\n    margin: 0;\n    color: var(--muted);\n    line-height: 1.66;\n    font-size: 14px;\n  }\n\n  .cobi-pdp-b2__history-copy .cobi-pdp-b2__line,\n  .cobi-pdp-b2__cta-copy .cobi-pdp-b2__line {\n    width: 72px;\n    height: 4px;\n    border-radius: 999px;\n    background: linear-gradient(90deg, var(--accent), rgba(255,206,30,0.2));\n    margin: 0 0 18px;\n  }\n\n  .cobi-pdp-b2__history-copy p + p { margin-top: 14px; }\n\n  .cobi-pdp-b2__history-points {\n    list-style: none!important;\n    padding: 0;\n    margin: 18px 0 0;\n    display: grid;\n    gap: 10px;\n  }\n\n  .cobi-pdp-b2__history-points li {\n    position: relative;\n    padding-left: 28px;\n    color: var(--muted);\n    line-height: 1.66;\n    font-size: 14px;\n  }\n\n  .cobi-pdp-b2__history-points li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 8px;\n    width: 12px;\n    height: 12px;\n    border-radius: 50%;\n    background: var(--accent);\n    box-shadow: 0 0 0 6px rgba(255,206,30,0.12);\n  }\n\n  .cobi-pdp-b2__lifestyle {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .cobi-pdp-b2__life-card {\n    border: 1px solid var(--line);\n    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));\n    border-radius: var(--radius-xl);\n    box-shadow: var(--shadow);\n    overflow: hidden;\n    min-width: 0;\n  }\n\n  .cobi-pdp-b2__life-card img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    background: #11181b;\n  }\n\n  .cobi-pdp-b2__life-copy { padding: 20px; }\n\n  .cobi-pdp-b2__spin-copy { min-width: 0; }\n  .cobi-pdp-b2__spin-copy p { margin-top: 14px; }\n\n  .cobi-pdp-b2__spin-frame {\n    min-height: 370px;\n    border-radius: 24px;\n    overflow: hidden;\n    border: 1px solid var(--line);\n    background: radial-gradient(circle, rgba(255,255,255,0.05), rgba(255,255,255,0.01));\n    display: grid;\n    place-items: center;\n    padding: 0!important;\n    min-width: 0;\n    margin-bottom:0!important;\n  }\n\n  .cobi-pdp-b2__spin-frame iframe {\n        min-height: 370px;\n    width: 100%;\n    height: 100%;\n    border: 0;\n    border-radius: 18px;\n    background: #fff;\n    margin-bottom:0!important;\n  }\n\n  .cobi-pdp-b2__faq-list { display: grid; gap: 14px; }\n\n  .cobi-pdp-b2__faq-question {\n    width: 100%;\n    background: transparent;\n    border: 0;\n    color: var(--text);\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 22px 24px;\n    font-size: 18px;\n    font-weight: 700;\n    text-align: left;\n  }\n\n  .cobi-pdp-b2__faq-icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    display: grid;\n    place-items: center;\n    border: 1px solid var(--line);\n    flex: 0 0 auto;\n    transition: transform 0.2s ease;\n  }\n\n  .cobi-pdp-b2__faq-item.is-open .cobi-pdp-b2__faq-icon { transform: rotate(45deg); }\n\n  .cobi-pdp-b2__faq-answer-wrap {\n    display: none;\n    overflow: hidden;\n  }\n\n  .cobi-pdp-b2__faq-answer {\n    padding: 0 24px 22px;\n    color: var(--muted);\n    line-height: 1.7;\n    font-size: 15px;\n  }\n\n  .cobi-pdp-b2__actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .cobi-pdp-b2__btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 0 18px;\n    border-radius: 4px;\n    font-weight: 700;\n    letter-spacing: 0.01em;\n    cursor: pointer;\n    border: 1px solid transparent;\n    text-decoration: none !important;\n  }\n\n  .cobi-pdp-b2__btn--primary { background: #748e5e; color: white; }\n  .cobi-pdp-b2__btn--secondary { background: rgba(255,255,255,0.05); border-color: var(--line); color: var(--text); }\n\n  @media (max-width: 1180px) {\n    .cobi-pdp-b2__hero,\n    .cobi-pdp-b2__history,\n    .cobi-pdp-b2__cta,\n    .cobi-pdp-b2__spin-layout,\n    .cobi-pdp-b2__section-head {\n      grid-template-columns: 1fr;\n    }\n\n    .cobi-pdp-b2__features,\n    .cobi-pdp-b2__lifestyle {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .cobi-pdp-b2__hero-visual img,\n    .cobi-pdp-b2__history-visual img,\n    .cobi-pdp-b2__cta-visual img { min-height: 380px; }\n  }\n\n  @media (max-width: 760px) {\n    .cobi-pdp-b2 {\n      padding: 18px 12px 26px;\n      border-radius: 18px;\n    }\n\n    .cobi-pdp-b2__hero,\n    .cobi-pdp-b2__history,\n    .cobi-pdp-b2__cta,\n    .cobi-pdp-b2__spin-layout {\n      display: flex;\n      flex-direction: column;\n    }\n\n    .cobi-pdp-b2__hero-visual,\n    .cobi-pdp-b2__history-visual,\n    .cobi-pdp-b2__cta-visual,\n    .cobi-pdp-b2__spin-frame { order: 1; }\n\n    .cobi-pdp-b2__hero-copy,\n    .cobi-pdp-b2__history-copy,\n    .cobi-pdp-b2__cta-copy,\n    .cobi-pdp-b2__spin-copy { order: 2; }\n\n    .cobi-pdp-b2__hero-copy,\n    .cobi-pdp-b2__history-copy,\n    .cobi-pdp-b2__cta-copy,\n    .cobi-pdp-b2__spin { padding: 20px; }\n\n    .cobi-pdp-b2__title {\n      font-size: clamp(28px, 12vw, 42px);\n      max-width: none;\n    }\n\n    .cobi-pdp-b2__points,\n    .cobi-pdp-b2__features,\n    .cobi-pdp-b2__lifestyle { grid-template-columns: 1fr; }\n\n    .cobi-pdp-b2__point-icon {\n      width: 44px;\n      height: 44px;\n      font-size: 14px;\n    }\n\n    .cobi-pdp-b2__nav {\n      padding: 8px;\n      gap: 8px;\n      max-width: 80vw;\n    }\n\n    .cobi-pdp-b2__nav a {\n      padding: 10px 14px;\n      font-size: 12px;\n    }\n\n    .cobi-pdp-b2__hero-visual img,\n    .cobi-pdp-b2__history-visual img,\n    .cobi-pdp-b2__cta-visual img { min-height: 260px; }\n\n    .cobi-pdp-b2__spin-frame {\n      min-height: 230px;\n      \n    }\n\n    .cobi-pdp-b2__spin-frame iframe { min-height: 230px; }\n\n    .cobi-pdp-b2__feature-copy,\n    .cobi-pdp-b2__life-copy { padding: 18px; }\n\n    .cobi-pdp-b2__faq-question {\n      padding: 18px;\n      font-size: 16px;\n    }\n\n    .cobi-pdp-b2__faq-answer { padding: 0 18px 18px; }\n  }\n\n.cobi-pdp-b2__nav a {\n    margin-bottom: 0!important;\n}\n\nnav.cobi-pdp-b2__nav {\n    display: flex;\n    justify-content: space-evenly;\n}\n\n.cobi-pdp-b2__history-visual img {\n    margin-bottom: 0 !important;\n}\n\n.cobi-pdp-b2__history-visual {\n  position: relative;\n}\n\n.cobi-pdp-b2__history-visual img {\n  width: 100%;\n  display: block;\n  border-radius: 16px; \/* jeśli masz *\/\n}\n\n.cobi-pdp-b2__caption {\n    position: absolute;\n    bottom: 0px;\n    right: 25px;\n    font-size: 12px !important;\n    color: rgba(255, 255, 255, 0.8);\n    backdrop-filter: blur(4px);\n    margin-bottom: 0px !important;\n    border-radius: 25px;\n}\n  .cobi-pdp-b2__caption {\n  opacity: 0.7;\n  transition: opacity 0.2s ease;\n}\n\n.cobi-pdp-b2__history-visual:hover .cobi-pdp-b2__caption {\n  opacity: 1;\n}\n    \n\u003c\/style\u003e\n\n\u003cdiv class=\"cobi-pdp-b2\" id=\"cobi-pdp-b2\"\u003e\n  \u003cdiv class=\"cobi-pdp-b2__inner\"\u003e\n    \u003csection class=\"cobi-pdp-b2__section\" id=\"b2-overview\"\u003e\n      \u003cdiv class=\"cobi-pdp-b2__hero\"\u003e\n        \u003cdiv class=\"cobi-pdp-b2__hero-copy\"\u003e\n          \u003cspan class=\"cobi-pdp-b2__eyebrow\"\u003eArmed Forces Collection\u003c\/span\u003e\n          \u003ch2 class=\"cobi-pdp-b2__title\"\u003eNorthrop Grumman B-2 Spirit\u003c\/h2\u003e\n          \u003cp class=\"cobi-pdp-b2__intro\"\u003e\n            Build one of the most recognizable stealth aircraft ever created. The COBI B-2 Spirit captures the iconic flying wing silhouette, dark tactical presence, and collector appeal of a bomber that changed modern air power forever.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"cobi-pdp-b2__points\"\u003e\n            \u003cdiv class=\"cobi-pdp-b2__point\"\u003e\n              \u003cdiv class=\"cobi-pdp-b2__point-icon\"\u003e1109\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003ePrecision-built display model\u003c\/strong\u003e\n                \u003cspan\u003e1109 high-quality pieces recreate the clean geometry and distinctive proportions of the stealth bomber.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cobi-pdp-b2__point\"\u003e\n              \u003cdiv class=\"cobi-pdp-b2__point-icon\"\u003e1:100\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eCollector-friendly scale\u003c\/strong\u003e\n                \u003cspan\u003eLarge enough to make an impact on a shelf, while still practical for display in home or office spaces.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cobi-pdp-b2__point\"\u003e\n              \u003cdiv class=\"cobi-pdp-b2__point-icon\"\u003eNG\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eOfficially licensed\u003c\/strong\u003e\n                \u003cspan\u003eAn officially licensed Northrop Grumman model designed for aviation fans, military collectors, and builders.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cobi-pdp-b2__point\"\u003e\n              \u003cdiv class=\"cobi-pdp-b2__point-icon\"\u003eEU\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eMade in Europe\u003c\/strong\u003e\n                \u003cspan\u003eManufactured in the EU by COBI, with over 35 years of experience in high-quality construction sets.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cobi-pdp-b2__hero-visual\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-intro.jpg?v=1775134500\" alt=\"Northrop Grumman B-2 Spirit model hero image\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cnav class=\"cobi-pdp-b2__nav\"\u003e\n        \u003ca href=\"#b2-overview\" class=\"is-active\"\u003eOverview\u003c\/a\u003e\n        \u003ca href=\"#b2-details\"\u003eDetails\u003c\/a\u003e\n        \u003ca href=\"#b2-history\"\u003eHistory\u003c\/a\u003e\n        \u003ca href=\"#b2-lifestyle\"\u003eLifestyle\u003c\/a\u003e\n        \u003ca href=\"#b2-spin\"\u003e360°\u003c\/a\u003e\n        \u003ca href=\"#b2-faq\"\u003eFAQ\u003c\/a\u003e\n        \u003ca href=\"#b2-cta\"\u003eSummary\u003c\/a\u003e\n      \u003c\/nav\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"cobi-pdp-b2__section\" id=\"b2-details\"\u003e\n      \u003cdiv class=\"cobi-pdp-b2__section-head\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"cobi-pdp-b2__eyebrow\"\u003eDetails and figures\u003c\/span\u003e\n          \u003ch3\u003eShape, engineering, and collector value\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          From the characteristic flying wing to the opening bomb bay and display stand, this set is designed to feel like a premium aviation piece rather than just another model on a shelf.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cobi-pdp-b2__features\"\u003e\n        \u003carticle class=\"cobi-pdp-b2__feature\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-detail4.jpg?v=1775134500\" alt=\"B-2 model detail 1\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__feature-copy\"\u003e\n            \u003cspan class=\"cobi-pdp-b2__kicker\"\u003eDESIGN\u003c\/span\u003e\n            \u003ch4\u003eICONIC FLYING WING\u003c\/h4\u003e\n            \u003cp\u003eThe distinctive shape of the B-2 is recreated with clean lines and smooth surfaces, capturing the aircraft’s stealth profile in a form that stands out instantly.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"cobi-pdp-b2__feature\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-detail1.jpg?v=1775134501\" alt=\"B-2 model detail 2\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__feature-copy\"\u003e\n            \u003cspan class=\"cobi-pdp-b2__kicker\"\u003eDETAILS\u003c\/span\u003e\n            \u003ch4\u003eHIDDEN INTERIOR FEATURES\u003c\/h4\u003e\n            \u003cp\u003eLift the panels to reveal a detailed bomb bay, adding depth and realism that goes beyond the outer shape.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"cobi-pdp-b2__feature\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-detail6.jpg?v=1775134500\" alt=\"B-2 model detail 3\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__feature-copy\"\u003e\n            \u003cspan class=\"cobi-pdp-b2__kicker\"\u003eDISPLAY\u003c\/span\u003e\n            \u003ch4\u003eBUILT TO BE SHOWN\u003c\/h4\u003e\n            \u003cp\u003eMounted on a display stand, the model becomes a clean, striking centerpiece designed to be seen, not stored away.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"cobi-pdp-b2__feature\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-detail3.jpg?v=1775134500\" alt=\"B-2 model detail 4\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__feature-copy\"\u003e\n            \u003cspan class=\"cobi-pdp-b2__kicker\"\u003eENGINEERING\u003c\/span\u003e\n            \u003ch4\u003ePRECISION-BUILT SURFACES\u003c\/h4\u003e\n            \u003cp\u003eCustom elements and carefully matched angles create smooth transitions and sharp geometry that standard builds can’t achieve.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"cobi-pdp-b2__feature\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-detail2.jpg?v=1775134500\" alt=\"B-2 model detail 5\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__feature-copy\"\u003e\n            \u003cspan class=\"cobi-pdp-b2__kicker\"\u003eREALISM\u003c\/span\u003e\n            \u003ch4\u003eFULL PAYLOAD DETAIL\u003c\/h4\u003e\n            \u003cp\u003eInside the bomb bay, the full payload setup adds an extra layer of authenticity for fans of modern aviation.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"cobi-pdp-b2__feature\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-detail5.jpg?v=1775134500\" alt=\"B-2 model detail 6\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__feature-copy\"\u003e\n            \u003cspan class=\"cobi-pdp-b2__kicker\"\u003eCOLLECTOR VALUE\u003c\/span\u003e\n            \u003ch4\u003eFINISHED WITH A NAMEPLATE\u003c\/h4\u003e\n            \u003cp\u003eA printed nameplate completes the model, giving it a refined, collector-grade look straight out of the box.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"cobi-pdp-b2__section\" id=\"b2-history\"\u003e\n      \u003cdiv class=\"cobi-pdp-b2__history\"\u003e\n        \u003cdiv class=\"cobi-pdp-b2__history-copy\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__line\"\u003e\u003c\/div\u003e\n          \u003cspan class=\"cobi-pdp-b2__eyebrow\"\u003eHistorical background\u003c\/span\u003e\n          \u003ch3\u003eThe birth of the world’s most mysterious bomber\u003c\/h3\u003e\n          \u003cp\u003eThe Northrop Grumman B-2 Spirit is an American stealth strategic bomber developed in response to increasingly advanced Soviet radar systems. Work on the program began in 1981, and the aircraft’s first flight took place in 1989.\u003c\/p\u003e\n          \u003cp\u003eMore than 130 aircraft were originally planned, but the end of the Cold War and enormous production costs reduced the fleet to just 21 units. With a price tag exceeding $2 billion per aircraft, the B-2 became the most expensive aircraft in history.\u003c\/p\u003e\n          \u003cp\u003eThanks to stealth technology and global range, the B-2 has remained a key part of American strategic deterrence for decades, taking part in operations from Kosovo and Afghanistan to Iraq and beyond.\u003c\/p\u003e\n\n          \u003cul class=\"cobi-pdp-b2__history-points\"\u003e\n            \u003cli\u003eStrategic stealth bomber in iconic flying wing configuration.\u003c\/li\u003e\n            \u003cli\u003eFirst flight in 1989 after the program began in 1981.\u003c\/li\u003e\n            \u003cli\u003eOnly 21 aircraft produced despite much larger original plans.\u003c\/li\u003e\n            \u003cli\u003eStill one of the most recognizable symbols of modern air dominance.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\u003cdiv class=\"cobi-pdp-b2__history-visual\"\u003e\n  \u003cimg src=\"https:\/\/media.defense.gov\/2024\/Sep\/20\/2003550553\/-1\/-1\/1\/240910-F-JB191-9215.JPG\" alt=\"Real Northrop Grumman B-2 Spirit aircraft image\"\u003e\n\n  \u003cdiv class=\"cobi-pdp-b2__caption\"\u003e\n    U.S. Air Force photo (Public Domain)\n  \u003c\/div\u003e\n\u003c\/div\u003e\n        \n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"cobi-pdp-b2__section\" id=\"b2-lifestyle\"\u003e\n      \u003cdiv class=\"cobi-pdp-b2__section-head\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"cobi-pdp-b2__eyebrow\"\u003eBUILT TO BE SEEN\u003c\/span\u003e\n          \u003ch3\u003eImagine it in your setup\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eMore than a model — this is a piece designed to live on your desk, shelf, or display setup. See how it looks, feels, and fits into your everyday space.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cobi-pdp-b2__lifestyle\"\u003e\n        \u003carticle class=\"cobi-pdp-b2__life-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-lifestyle1.jpg?v=1775134500\" alt=\"B-2 lifestyle shelf placeholder\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__life-copy\"\u003e\n            \u003ch4\u003eA PRESENCE THAT STANDS OUT\u003c\/h4\u003e\n            \u003cp\u003eThe wide flying wing silhouette and deep black finish create a bold visual that instantly draws attention in any setup.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"cobi-pdp-b2__life-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-lifestyle2.jpg?v=1775134500\" alt=\"B-2 person holding model placeholder\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__life-copy\"\u003e\n            \u003ch4\u003eREAL SCALE, REAL IMPACT\u003c\/h4\u003e\n            \u003cp\u003eHeld in hand, the size and proportions become clear — large enough to impress, compact enough to display effortlessly.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"cobi-pdp-b2__life-card\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-lifestyle3.jpg?v=1775134501\" alt=\"B-2 build process placeholder\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__life-copy\"\u003e\n            \u003ch4\u003eFROM BUILD TO DISPLAY\u003c\/h4\u003e\n            \u003cp\u003eEnjoy the process, then turn it into a centerpiece. Designed to look just as good on a stand as it does during the build.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"cobi-pdp-b2__section\" id=\"b2-spin\"\u003e\n      \u003cdiv class=\"cobi-pdp-b2__spin\"\u003e\n        \u003cdiv class=\"cobi-pdp-b2__spin-layout\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__spin-copy\"\u003e\n            \u003cspan class=\"cobi-pdp-b2__eyebrow\"\u003e360° view\u003c\/span\u003e\n            \u003ch3\u003eRotate the B-2 in real time\u003c\/h3\u003e\n            \u003cp\u003eExplore the flying wing profile, surface geometry, and overall proportions from every angle. This is the fastest way to understand what makes the model feel so distinctive once it is built.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cobi-pdp-b2__spin-frame\"\u003e\n            \u003ciframe src=\"https:\/\/jkoltunowicz.sirv.com\/Spins\/Northrop%20B-2%20Spirit%205916\/Northrop%20B-2%20Spirit%205916.spin\" width=\"100%\" height=\"100%\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"cobi-pdp-b2__section\" id=\"b2-faq\"\u003e\n      \u003cdiv class=\"cobi-pdp-b2__section-head\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"cobi-pdp-b2__eyebrow\"\u003eFAQ\u003c\/span\u003e\n          \u003ch3\u003eHelpful questions before purchase\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cobi-pdp-b2__faq-list\"\u003e\n        \u003cdiv class=\"cobi-pdp-b2__faq-item is-open\"\u003e\n          \u003cbutton class=\"cobi-pdp-b2__faq-question\" type=\"button\" aria-expanded=\"true\"\u003e\n            \u003cspan\u003eIs this set mainly for play or for display?\u003c\/span\u003e\n            \u003cspan class=\"cobi-pdp-b2__faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"cobi-pdp-b2__faq-answer-wrap\"\u003e\u003cdiv class=\"cobi-pdp-b2__faq-answer\"\u003eIt does both, but its strongest appeal is clearly display and collecting. The silhouette, scale, stand, and official license make it especially attractive as a finished shelf model.\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cobi-pdp-b2__faq-item\"\u003e\n          \u003cbutton class=\"cobi-pdp-b2__faq-question\" type=\"button\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhat movable elements does the model include?\u003c\/span\u003e\n            \u003cspan class=\"cobi-pdp-b2__faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"cobi-pdp-b2__faq-answer-wrap\"\u003e\u003cdiv class=\"cobi-pdp-b2__faq-answer\"\u003eThe model includes an opening cockpit, opening bomb bay with 8 Mark 82 bombs, and movable landing gear with rubber tires.\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cobi-pdp-b2__faq-item\"\u003e\n          \u003cbutton class=\"cobi-pdp-b2__faq-question\" type=\"button\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eIs the build approachable for less experienced builders?\u003c\/span\u003e\n            \u003cspan class=\"cobi-pdp-b2__faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"cobi-pdp-b2__faq-answer-wrap\"\u003e\u003cdiv class=\"cobi-pdp-b2__faq-answer\"\u003eYes. Even though it is a substantial model with 1109 pieces, the instructions are clear and icon-based, making the build manageable and enjoyable.\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cobi-pdp-b2__faq-item\"\u003e\n          \u003cbutton class=\"cobi-pdp-b2__faq-question\" type=\"button\" aria-expanded=\"false\"\u003e\n            \u003cspan\u003eWhy is the B-2 such an iconic aircraft?\u003c\/span\u003e\n            \u003cspan class=\"cobi-pdp-b2__faq-icon\"\u003e+\u003c\/span\u003e\n          \u003c\/button\u003e\n          \u003cdiv class=\"cobi-pdp-b2__faq-answer-wrap\"\u003e\u003cdiv class=\"cobi-pdp-b2__faq-answer\"\u003eIts stealth profile, flying wing design, global strike capability, and extremely limited production numbers made it one of the most famous bombers ever created.\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"cobi-pdp-b2__section\" id=\"b2-cta\"\u003e\n      \u003cdiv class=\"cobi-pdp-b2__cta\"\u003e\n        \u003cdiv class=\"cobi-pdp-b2__cta-copy\"\u003e\n          \u003cdiv class=\"cobi-pdp-b2__line\"\u003e\u003c\/div\u003e\n          \u003cspan class=\"cobi-pdp-b2__eyebrow\"\u003eReady to Build?\u003c\/span\u003e\n          \u003ch3\u003eBuild a stealth legend for your shelf\u003c\/h3\u003e\n          \u003cp\u003eThe COBI Northrop Grumman B-2 Spirit combines engineering fascination, military aviation history, and premium display value in one striking model. Build your own symbol of silent power and technological dominance.\u003c\/p\u003e\n          \u003cdiv class=\"cobi-pdp-b2__actions\"\u003e\n            \u003ca class=\"cobi-pdp-b2__btn cobi-pdp-b2__btn--primary\" href=\"#b2-overview\"\u003eBack to top\u003c\/a\u003e\n            \u003ca class=\"cobi-pdp-b2__btn cobi-pdp-b2__btn--secondary\" href=\"#b2-spin\"\u003eSee 360° view\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cobi-pdp-b2__cta-visual\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/b2-outro.jpg?v=1775134906\" alt=\"Northrop Grumman B-2 Spirit CTA  image\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function () {\n    var root = document.getElementById('cobi-pdp-b2');\n    if (!root) return;\n\n    var faqItems = root.querySelectorAll('.cobi-pdp-b2__faq-item');\n\n    function openFaq(item) {\n      var button = item.querySelector('.cobi-pdp-b2__faq-question');\n      var wrap = item.querySelector('.cobi-pdp-b2__faq-answer-wrap');\n      if (!button || !wrap) return;\n\n      item.classList.add('is-open');\n      button.setAttribute('aria-expanded', 'true');\n      wrap.style.display = 'block';\n      wrap.style.height = '0px';\n      wrap.style.opacity = '0';\n      wrap.style.transition = 'height 320ms ease, opacity 220ms ease';\n\n      var targetHeight = wrap.scrollHeight;\n      requestAnimationFrame(function () {\n        wrap.style.height = targetHeight + 'px';\n        wrap.style.opacity = '1';\n      });\n\n      setTimeout(function () {\n        if (item.classList.contains('is-open')) {\n          wrap.style.height = 'auto';\n        }\n      }, 340);\n    }\n\n    function closeFaq(item) {\n      var button = item.querySelector('.cobi-pdp-b2__faq-question');\n      var wrap = item.querySelector('.cobi-pdp-b2__faq-answer-wrap');\n      if (!button || !wrap) return;\n\n      item.classList.remove('is-open');\n      button.setAttribute('aria-expanded', 'false');\n\n      var currentHeight = wrap.scrollHeight;\n      wrap.style.height = currentHeight + 'px';\n      wrap.style.opacity = '1';\n      wrap.style.transition = 'height 320ms ease, opacity 180ms ease';\n\n      requestAnimationFrame(function () {\n        wrap.style.height = '0px';\n        wrap.style.opacity = '0';\n      });\n\n      setTimeout(function () {\n        if (!item.classList.contains('is-open')) {\n          wrap.style.display = 'none';\n          wrap.style.height = '0px';\n        }\n      }, 340);\n    }\n\n    faqItems.forEach(function (item) {\n      var button = item.querySelector('.cobi-pdp-b2__faq-question');\n      var wrap = item.querySelector('.cobi-pdp-b2__faq-answer-wrap');\n      if (!button || !wrap) return;\n\n      if (item.classList.contains('is-open')) {\n        wrap.style.display = 'block';\n        wrap.style.height = 'auto';\n        wrap.style.opacity = '1';\n      } else {\n        wrap.style.display = 'none';\n        wrap.style.height = '0px';\n        wrap.style.opacity = '0';\n      }\n\n      button.addEventListener('click', function () {\n        var isOpen = item.classList.contains('is-open');\n        faqItems.forEach(function (faq) {\n          if (faq !== item) closeFaq(faq);\n        });\n        if (isOpen) {\n          closeFaq(item);\n        } else {\n          openFaq(item);\n        }\n      });\n    });\n\n    window.addEventListener('resize', function () {\n      faqItems.forEach(function (item) {\n        if (item.classList.contains('is-open')) {\n          var wrap = item.querySelector('.cobi-pdp-b2__faq-answer-wrap');\n          if (wrap) {\n            wrap.style.height = 'auto';\n          }\n        }\n      });\n    });\n\n    var navLinks = root.querySelectorAll('.cobi-pdp-b2__nav a');\n    var sections = [];\n    navLinks.forEach(function (link) {\n      var target = root.querySelector(link.getAttribute('href'));\n      if (target) sections.push(target);\n    });\n\n    function setActiveNav() {\n      var scrollY = window.scrollY + 140;\n      var activeId = sections.length ? sections[0].id : '';\n      sections.forEach(function (section) {\n        if (section.getBoundingClientRect().top + window.scrollY \u003c= scrollY) {\n          activeId = section.id;\n        }\n      });\n      navLinks.forEach(function (link) {\n        link.classList.toggle('is-active', link.getAttribute('href') === '#' + activeId);\n      });\n    }\n\n    window.addEventListener('scroll', setActiveNav, { passive: true });\n    setActiveNav();\n  })();\n\u003c\/script\u003e\n","brand":"Cobi","offers":[{"title":"Default Title","offer_id":52694538092887,"sku":"COBI-5916","price":119.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0941\/2119\/7911\/files\/5916-box-front.png?v=1770011043","url":"https:\/\/cobi.com\/products\/cobi-northrop-b-2-spirit-stealth-bomber-set-5916","provider":"COBI Official Store","version":"1.0","type":"link"}