{"product_id":"independence-10-stacker","title":"Independence 10\" Stacker","description":"\u003cstyle\u003e\n    .independence-10-stacker {\n      --bg: #ffffff;\n      --text: #1f2937;\n      --muted: #6b7280;\n      --border: #e5e7eb;\n      --soft: #f8fafc;\n      --red: #c62828;\n      --blue: #1e3a8a;\n      --accent-soft: #eef2ff;\n      --shadow: 0 12px 32px rgba(0, 0, 0, 0.08);\n      --radius: 20px;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 24px;\n      background: var(--bg);\n      color: var(--text);\n      font-family: Arial, Helvetica, sans-serif;\n      box-sizing: border-box;\n    }\n\n    .independence-10-stacker * {\n      box-sizing: border-box;\n    }\n\n    .independence-10-stacker .hero {\n      display: grid;\n      grid-template-columns: 1.05fr 1fr;\n      gap: 28px;\n      align-items: center;\n      margin-bottom: 28px;\n    }\n\n    .independence-10-stacker .media-card,\n    .independence-10-stacker .content-card,\n    .independence-10-stacker .info-card,\n    .independence-10-stacker .gallery-card {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n    }\n\n    .independence-10-stacker .media-card {\n      padding: 18px;\n      overflow: hidden;\n      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);\n    }\n\n    .independence-10-stacker .main-image {\n      width: 100%;\n      display: block;\n      border-radius: 16px;\n      aspect-ratio: 1 \/ 1;\n      object-fit: cover;\n      background: var(--soft);\n    }\n\n    .independence-10-stacker .content-card {\n      padding: 30px;\n    }\n\n    .independence-10-stacker .eyebrow {\n      display: inline-block;\n      margin-bottom: 12px;\n      padding: 7px 12px;\n      border-radius: 999px;\n      background: var(--accent-soft);\n      color: var(--blue);\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n    }\n\n    .independence-10-stacker h1 {\n      margin: 0 0 12px;\n      font-size: clamp(28px, 4vw, 44px);\n      line-height: 1.08;\n      color: #111827;\n    }\n\n    .independence-10-stacker .subtitle {\n      margin: 0 0 18px;\n      font-size: 17px;\n      line-height: 1.7;\n      color: var(--muted);\n    }\n\n    .independence-10-stacker .sku {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 14px;\n      margin-bottom: 22px;\n      border-radius: 999px;\n      background: var(--soft);\n      border: 1px solid var(--border);\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .independence-10-stacker .intro {\n      margin: 0 0 22px;\n      font-size: 16px;\n      line-height: 1.8;\n    }\n\n    .independence-10-stacker .highlight-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .independence-10-stacker .highlight-grid li {\n      padding: 14px 16px;\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .independence-10-stacker .section-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 22px;\n      margin-bottom: 28px;\n    }\n\n    .independence-10-stacker .info-card {\n      padding: 24px;\n    }\n\n    .independence-10-stacker h2 {\n      margin: 0 0 14px;\n      font-size: 22px;\n      line-height: 1.2;\n      color: #111827;\n    }\n\n    .independence-10-stacker p,\n    .independence-10-stacker li {\n      font-size: 15px;\n      line-height: 1.75;\n    }\n\n    .independence-10-stacker ul.clean-list {\n      margin: 0;\n      padding-left: 18px;\n    }\n\n    .independence-10-stacker .specs {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: grid;\n      gap: 10px;\n    }\n\n    .independence-10-stacker .specs li {\n      padding: 12px 14px;\n      border-radius: 12px;\n      border: 1px solid var(--border);\n      background: var(--soft);\n    }\n\n    .independence-10-stacker .gallery-card {\n      padding: 20px;\n    }\n\n    .independence-10-stacker .gallery-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 16px;\n    }\n\n    .independence-10-stacker .gallery-grid img {\n      width: 100%;\n      display: block;\n      aspect-ratio: 1 \/ 1;\n      object-fit: cover;\n      border-radius: 14px;\n      border: 1px solid var(--border);\n      background: var(--soft);\n    }\n\n    .independence-10-stacker .note {\n      margin-top: 16px;\n      padding: 14px 16px;\n      border-radius: 14px;\n      background: #fff8f1;\n      border: 1px solid #f0dcc7;\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    @media (max-width: 920px) {\n      .independence-10-stacker .hero,\n      .independence-10-stacker .section-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .independence-10-stacker .gallery-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 640px) {\n      .independence-10-stacker {\n        padding: 16px;\n      }\n\n      .independence-10-stacker .content-card,\n      .independence-10-stacker .info-card,\n      .independence-10-stacker .media-card,\n      .independence-10-stacker .gallery-card {\n        padding: 16px;\n      }\n\n      .independence-10-stacker .highlight-grid,\n      .independence-10-stacker .gallery-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .independence-10-stacker h1 {\n        font-size: 30px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"independence-10-stacker\"\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"content-card\"\u003e\n\u003cspan class=\"eyebrow\"\u003eRiley Blake Precut\u003c\/span\u003e\n\u003ch1\u003eIndependence 10\" Stacker\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eA patriotic precut bundle filled with coordinated prints for quilting, sewing, and Americana-inspired creative projects.\u003c\/p\u003e\n\u003cdiv class=\"sku\"\u003eSKU: 10-17330-42\u003c\/div\u003e\n\u003cp class=\"intro\"\u003eThe Independence 10\" Stacker is a ready-to-use precut bundle from the Independence collection by The RBD Designers. It includes 42 pieces of 10\" x 10\" cotton fabric, giving you a convenient way to start quilts, table décor, seasonal sewing, and other coordinated patchwork projects with less prep work.\u003c\/p\u003e\n\u003cul class=\"highlight-grid\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eIncludes 42 precut squares\u003c\/strong\u003e for faster project prep\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e10\" x 10\" cuts\u003c\/strong\u003e ideal for quilts, runners, and décor\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% cotton fabric\u003c\/strong\u003e for quilting and sewing projects\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePatriotic collection styling\u003c\/strong\u003e perfect for Americana themes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-grid\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch2\u003eWhy You’ll Love It\u003c\/h2\u003e\n\u003cul class=\"clean-list\"\u003e\n\u003cli\u003ePrecut squares save time on measuring and cutting\u003c\/li\u003e\n\u003cli\u003eMakes it easy to coordinate multiple prints in one project\u003c\/li\u003e\n\u003cli\u003ePerfect for patriotic quilts, holiday décor, and seasonal gifts\u003c\/li\u003e\n\u003cli\u003eGreat for both confident beginners and experienced quilters\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch2\u003eFeatured Details\u003c\/h2\u003e\n\u003cul class=\"clean-list\"\u003e\n\u003cli\u003eFrom the Independence collection\u003c\/li\u003e\n\u003cli\u003eDesigned by The RBD Designers\u003c\/li\u003e\n\u003cli\u003eEach print is included 1–2 times in the bundle\u003c\/li\u003e\n\u003cli\u003eMachine wash cold and tumble dry low\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cul class=\"specs\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct Name:\u003c\/strong\u003e Independence 10\" Stacker\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eItem Number:\u003c\/strong\u003e 10-17330-42\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUPC:\u003c\/strong\u003e 889333467120\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric Content:\u003c\/strong\u003e 100% Cotton\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePiece Size:\u003c\/strong\u003e 10\" x 10\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePiece Count:\u003c\/strong\u003e 42 squares\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch2\u003eBest Uses\u003c\/h2\u003e\n\u003cp\u003eThis stacker is ideal for quilts, table runners, placemats, wall hangings, patriotic décor, and stash-friendly sewing projects. The precut format makes it easy to jump right into piecing without extra cutting time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-grid\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch2\u003eProject Inspiration\u003c\/h2\u003e\n\u003cul class=\"clean-list\"\u003e\n\u003cli\u003eCreate festive summer quilts and Americana home décor\u003c\/li\u003e\n\u003cli\u003eUse for patchwork pillows, toppers, and gift projects\u003c\/li\u003e\n\u003cli\u003eMix with solids for bold contrast and classic layouts\u003c\/li\u003e\n\u003cli\u003ePerfect for seasonal sewing rooms and patriotic displays\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch2\u003eWho It’s For\u003c\/h2\u003e\n\u003cp\u003eThis precut bundle is a great choice for quilters and sewists who want coordinated fabric without the guesswork. It is especially useful for makers who enjoy patriotic color stories and quick-start projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"RILEY BLAKE","offers":[{"title":"Default Title","offer_id":53963219304723,"sku":"10-17330-42","price":47.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/9559\/3235\/files\/10-17330-42.webp?v=1774048118","url":"https:\/\/authorizedvacandsew.com\/products\/independence-10-stacker","provider":"Authorized Vac and Sew","version":"1.0","type":"link"}