{"title":"Die Cut Stickers","description":"\u003cstyle\u003e\n\/* Global smooth scroll for anchor jumps within the page *\/\nhtml{scroll-behavior:smooth;}\n\/* Override the theme's 66.67% width cap on the collection hero description *\/\n.collection-hero__description:has(.ap-coll){max-width:100% !important;width:100% !important;}\n\/* Hide the theme's auto-generated H1 when the ap-coll component renders its own title.\n   Uses visually-hidden pattern so the H1 stays in the DOM for SEO + screen readers. *\/\n.collection-hero__text-wrapper:has(.ap-coll) .collection-hero__title{\n  position:absolute !important;\n  width:1px !important;\n  height:1px !important;\n  padding:0 !important;\n  margin:-1px !important;\n  overflow:hidden !important;\n  clip:rect(0,0,0,0) !important;\n  white-space:nowrap !important;\n  border:0 !important;\n}\n\/* Give product card anchor targets breathing room below a sticky header *\/\n[id^=\"CardLink-template\"]{scroll-margin-top:100px;}\n.ap-coll{\n  \/* Refined neutral palette. Color variables inherit from theme section\n     settings via --theme-ap-* (set in sections\/main-collection-banner.liquid)\n     with baked-in fallbacks if the theme file hasn't been updated.\n     Contrast ratios verified against defaults:\n     - #14213d on #fafafa: 13.4:1  (AAA body + large)\n     - #4a5568 on #fafafa: 8.5:1   (AAA body)\n     - #b4361c on #fafafa: 5.7:1   (AA body, AAA large) *\/\n  --ap-paper:var(--theme-ap-paper, #fafafa);\n  --ap-paper-2:#f1f2f4;\n  --ap-line:#e5e7eb;\n  --ap-line-strong:#d1d5db;\n  --ap-ink:var(--theme-ap-ink, #14213d);\n  --ap-mute:var(--theme-ap-mute, #4a5568);\n  --ap-brick:var(--theme-ap-brick, #b4361c);\n  --ap-brick-dark:#8f2a12;\n  --ap-hl:var(--theme-ap-highlight, #fef3c7);\n  --ap-serif: ui-serif, Georgia, \"Iowan Old Style\", \"Apple Garamond\", \"Palatino Linotype\", serif;\n  --ap-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  display:block;\n  width:100%;\n  max-width:100%;\n  \/* Bottom margin matches the Dawn theme grid vertical spacing variable\n     with a fallback to 2rem so the intro card shares vertical rhythm with\n     the product grid below it. *\/\n  margin:0 0 var(--grid-desktop-vertical-spacing, 2rem);\n  \/* Dynamic padding scales smoothly 20px -\u003e 36px based on viewport *\/\n  padding:clamp(20px, 3vw, 32px) clamp(18px, 3.5vw, 36px);\n  background:var(--ap-paper);\n  border:1px solid var(--ap-line-strong);\n  border-radius:8px;\n  box-shadow:0 4px 14px rgba(20,33,61,0.06), 0 1px 3px rgba(20,33,61,0.04);\n  font-family:var(--ap-sans);\n  color:var(--ap-ink);\n  text-align:left;\n  box-sizing:border-box;\n  position:relative;\n  overflow:hidden;\n}\n.ap-coll *{box-sizing:border-box;}\n.ap-coll::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  right:0;\n  height:3px;\n  background:var(--ap-ink);\n}\n.ap-coll__head{\n  display:flex;\n  flex-direction:column;\n  align-items:flex-start;\n  gap:6px;\n  margin:0 0 20px;\n  padding-bottom:18px;\n  border-bottom:1px solid var(--ap-line);\n  text-align:left;\n}\n.ap-coll__kicker{\n  font-family:var(--ap-sans);\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:0.14em;\n  text-transform:uppercase;\n  color:var(--ap-brick);\n  margin:0;\n  line-height:1.3;\n  text-align:left;\n}\n.ap-coll__kicker span{\n  color:var(--ap-mute);\n  font-weight:500;\n  letter-spacing:0.08em;\n  margin-left:6px;\n  padding-left:8px;\n  border-left:1px solid var(--ap-line-strong);\n}\n.ap-coll__title{\n  font-family:var(--ap-serif);\n  font-size:26px;\n  font-weight:700;\n  letter-spacing:-0.015em;\n  color:var(--ap-ink);\n  margin:0;\n  line-height:1.15;\n  text-align:left;\n}\n.ap-coll__chips{\n  display:flex;\n  flex-wrap:wrap;\n  align-items:flex-start;\n  justify-content:flex-start;\n  gap:10px;\n  \/* Explicit list reset to strip any theme-inherited padding\/margin *\/\n  margin:0 0 22px 0;\n  padding:0;\n  padding-inline-start:0;\n  list-style:none;\n}\n.ap-coll__chips li{\n  display:inline-flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:8px;\n  min-height:32px;\n  padding:8px 14px;\n  margin:0;\n  background:var(--ap-paper-2);\n  border:1px solid var(--ap-line);\n  border-radius:999px;\n  font-size:13px;\n  font-weight:600;\n  line-height:1.3;\n  color:var(--ap-ink);\n  letter-spacing:0.01em;\n  text-align:left;\n}\n\/* Custom list marker: CSS-drawn check icon, brick colored, inside the pill *\/\n.ap-coll__chips li::before{\n  content:\"\";\n  display:inline-block;\n  width:7px;\n  height:11px;\n  border-right:2px solid var(--ap-brick);\n  border-bottom:2px solid var(--ap-brick);\n  transform:rotate(45deg) translate(-1px, -1px);\n  flex-shrink:0;\n  margin:0;\n}\n.ap-coll__chips li b{\n  font-weight:700;\n  color:inherit;\n}\n.ap-coll__body{\n  display:grid;\n  grid-template-columns:1fr;\n  justify-content:start;\n  justify-items:start;\n  align-items:start;\n  gap:22px 36px;\n  margin:0;\n}\n.ap-coll__lede{\n  font-family:var(--ap-serif);\n  font-size:17px;\n  line-height:1.55;\n  font-weight:400;\n  color:var(--ap-ink);\n  margin:0 0 4px 0;\n  max-width:68ch;\n  letter-spacing:-0.005em;\n  text-align:left;\n}\n.ap-coll__lede .ap-mark{\n  \/* No visual treatment; element kept for semantic\/structural consistency *\/\n  background:none;\n  padding:0;\n  color:inherit;\n}\n.ap-coll__detail{\n  font-family:var(--ap-sans);\n  font-size:14px;\n  line-height:1.6;\n  font-weight:400;\n  color:var(--ap-mute);\n  margin:0;\n  max-width:72ch;\n  text-align:left;\n}\n.ap-coll__detail strong{color:var(--ap-ink);font-weight:600;}\n.ap-coll__foot{\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:16px;\n  margin:22px 0 0 0;\n  padding-top:18px;\n  padding-left:0;\n  border-top:1px solid var(--ap-line);\n  flex-wrap:wrap;\n  text-align:left;\n}\n.ap-coll__cta{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  min-height:46px;\n  padding:13px 22px;\n  background:var(--ap-ink);\n  color:var(--ap-paper);\n  font-family:var(--ap-sans);\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:0.06em;\n  text-transform:uppercase;\n  text-decoration:none;\n  border-radius:6px;\n  border:0;\n  box-shadow:0 1px 2px rgba(20,33,61,0.18), 0 2px 6px rgba(20,33,61,0.08);\n  transition:background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;\n  position:relative;\n  overflow:hidden;\n}\n.ap-coll__cta:hover{\n  background:var(--ap-brick);\n  transform:translateY(-2px);\n  box-shadow:0 6px 16px rgba(180,54,28,0.28), 0 2px 4px rgba(180,54,28,0.15);\n}\n.ap-coll__cta:active{\n  transform:translateY(-1px);\n  box-shadow:0 3px 10px rgba(180,54,28,0.22), 0 1px 2px rgba(180,54,28,0.12);\n}\n.ap-coll__cta:focus-visible{\n  outline:2px solid var(--ap-brick);\n  outline-offset:3px;\n}\n.ap-coll__cta .ap-arrow{\n  display:inline-block;\n  font-weight:700;\n  font-size:15px;\n  line-height:1;\n  transform:translateY(-0.5px);\n  transition:transform 0.2s ease;\n}\n.ap-coll__cta:hover .ap-arrow{transform:translate(3px,-0.5px);}\n.ap-coll__note{\n  font-family:var(--ap-sans);\n  font-size:12.5px;\n  color:var(--ap-mute);\n  line-height:1.55;\n  font-weight:400;\n  margin:0;\n  flex:1 1 260px;\n  min-width:0;\n}\n.ap-coll__note a{color:var(--ap-ink);font-weight:500;text-decoration:underline;text-decoration-color:var(--ap-brick);text-underline-offset:2px;}\n.ap-coll__note a:hover{color:var(--ap-brick);}\n@media (min-width:720px){\n  .ap-coll__head{gap:8px;margin-bottom:24px;padding-bottom:22px;}\n  .ap-coll__title{font-size:clamp(24px, 2.4vw, 30px);}\n  .ap-coll__chips{gap:10px;}\n  .ap-coll__body{grid-template-columns:1.35fr 1fr;gap:12px 36px;}\n  .ap-coll__lede{font-size:18px;line-height:1.55;}\n  .ap-coll__detail{font-size:14.5px;}\n  .ap-coll__foot{margin-top:26px;padding-top:20px;}\n}\n@media (min-width:1024px){\n  .ap-coll__title{font-size:clamp(26px, 2.2vw, 32px);}\n}\n\/* Mobile: flex-wrap handles layout naturally. Reset any inherited ul padding. *\/\n@media (max-width:767px){\n  .ap-coll__chips{\n    padding:0 !important;\n    padding-inline-start:0 !important;\n    margin-left:0 !important;\n    list-style:none !important;\n    gap:8px;\n  }\n  .ap-coll__chips li{\n    margin:0 !important;\n  }\n  .ap-coll__body{grid-template-columns:1fr;}\n}\n@media (max-width:479px){\n  .ap-coll{border-radius:6px;}\n  .ap-coll__head{margin-bottom:16px;padding-bottom:14px;}\n  .ap-coll__kicker{font-size:10px;letter-spacing:0.12em;}\n  .ap-coll__kicker span{letter-spacing:0.06em;}\n  .ap-coll__title{font-size:22px;}\n  .ap-coll__lede{font-size:16px;line-height:1.6;}\n  .ap-coll__detail{font-size:13.5px;}\n  .ap-coll__body{gap:18px 0;}\n  .ap-coll__chips{gap:7px;}\n  .ap-coll__chips li{font-size:12px;padding:7px 12px;min-height:30px;}\n  .ap-coll__foot{gap:14px;}\n  .ap-coll__cta{padding:12px 18px;font-size:12.5px;}\n}\n\/* Anchor link styling inside chips *\/\n.ap-coll__chips li a{\n  color:inherit;\n  text-decoration:none;\n  font-weight:600;\n  transition:color 0.15s ease;\n}\n.ap-coll__chips li a:hover,\n.ap-coll__chips li a:focus-visible{color:var(--ap-brick);}\n.ap-coll__chips li a:focus-visible{outline:2px solid var(--ap-brick);outline-offset:4px;border-radius:2px;}\n\/* Micro-interaction: subtle slide on chip anchor hover (no pill to lift) *\/\n.ap-coll__chips li:has(a){\n  transition:transform 0.2s ease;\n  cursor:pointer;\n}\n.ap-coll__chips li:has(a:hover),\n.ap-coll__chips li:has(a:focus-visible){\n  transform:translateX(4px);\n}\n\/* Progressive disclosure: details wrapper for collapsible detail text *\/\n.ap-coll__disclose{\n  margin:0;\n  padding:0;\n  border:0;\n}\n.ap-coll__disclose-btn{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  cursor:pointer;\n  font-family:var(--ap-sans);\n  font-size:12px;\n  font-weight:700;\n  color:var(--ap-brick);\n  text-transform:uppercase;\n  letter-spacing:0.1em;\n  padding:8px 2px;\n  list-style:none;\n  user-select:none;\n  min-height:44px;\n}\n.ap-coll__disclose-btn::-webkit-details-marker{display:none;}\n.ap-coll__disclose-btn::marker{content:\"\";}\n.ap-coll__disclose-btn::after{\n  content:\"\";\n  width:8px;\n  height:8px;\n  border-right:2px solid var(--ap-brick);\n  border-bottom:2px solid var(--ap-brick);\n  transform:rotate(45deg);\n  margin-top:-3px;\n  transition:transform 0.25s ease, margin-top 0.25s ease;\n}\n.ap-coll__disclose[open] .ap-coll__disclose-btn::after{\n  transform:rotate(-135deg);\n  margin-top:2px;\n}\n.ap-coll__disclose[open] .ap-coll__disclose-btn{margin-bottom:8px;}\n.ap-coll__disclose-btn:focus-visible{outline:2px solid var(--ap-brick);outline-offset:3px;border-radius:2px;}\n\/* On desktop (\u003e=768px) force open and hide the toggle. A small script also\n   adds the open attribute for browsers that need it. *\/\n@media (min-width:768px){\n  .ap-coll__disclose \u003e summary{display:none;}\n  .ap-coll__disclose \u003e *:not(summary){display:block !important;}\n}\n\/* Print styles: strip decorative chrome, force all content visible *\/\n@media print{\n  html{scroll-behavior:auto;}\n  .ap-coll{\n    background:#fff !important;\n    box-shadow:none !important;\n    border-radius:0 !important;\n    border:1px solid #000 !important;\n    padding:16px 20px !important;\n    break-inside:avoid;\n    page-break-inside:avoid;\n    color:#000 !important;\n  }\n  .ap-coll::before{display:none !important;}\n  .ap-coll__title,\n  .ap-coll__kicker,\n  .ap-coll__lede,\n  .ap-coll__detail,\n  .ap-coll__note{color:#000 !important;}\n  .ap-coll__kicker{color:#000 !important;}\n  .ap-coll__chips li{\n    background:#fff !important;\n    box-shadow:none !important;\n    border:1px solid #000 !important;\n    color:#000 !important;\n    transform:none !important;\n  }\n  .ap-coll__chips li::before{\n    border-color:#000 !important;\n  }\n  .ap-coll__chips li a{color:#000 !important;text-decoration:underline !important;}\n  .ap-coll__cta{\n    background:#fff !important;\n    color:#000 !important;\n    border:2px solid #000 !important;\n    box-shadow:none !important;\n    transform:none !important;\n  }\n  .ap-coll__lede .ap-mark{background:none !important;}\n  \/* Force details open when printing so all content is visible *\/\n  .ap-coll__disclose \u003e summary{display:none !important;}\n  .ap-coll__disclose \u003e *:not(summary){display:block !important;}\n}\n\/* Dark mode: invert palette, verified WCAG AA+ contrast throughout.\n   Contrast ratios in dark mode:\n   - #e5e7eb on #0f172a: 14.1:1 (AAA body + large)\n   - #94a3b8 on #0f172a: 7.3:1  (AAA body)\n   - #f87171 on #0f172a: 6.0:1  (AA body, AAA large)\n   - #0f172a on #e5e7eb: 14.1:1 (AAA, CTA text on button) *\/\n@media (prefers-color-scheme:dark){\n  .ap-coll{\n    --ap-paper:#0f172a;\n    --ap-paper-2:#1e293b;\n    --ap-line:#334155;\n    --ap-line-strong:#475569;\n    --ap-ink:#e5e7eb;\n    --ap-mute:#94a3b8;\n    --ap-brick:#f87171;\n    --ap-hl:rgba(254,243,199,0.22);\n    box-shadow:0 4px 14px rgba(0,0,0,0.45), 0 1px 3px rgba(0,0,0,0.25);\n  }\n  .ap-coll::before{background:var(--ap-line-strong);}\n  .ap-coll__cta{\n    background:#e5e7eb;\n    color:#0f172a;\n    border:0;\n    box-shadow:0 1px 2px rgba(0,0,0,0.4), 0 2px 6px rgba(0,0,0,0.25);\n  }\n  .ap-coll__cta:hover{\n    background:var(--ap-brick);\n    color:#0f172a;\n    box-shadow:0 6px 16px rgba(248,113,113,0.35), 0 2px 4px rgba(248,113,113,0.2);\n  }\n  .ap-coll__detail strong{color:var(--ap-ink);}\n}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  \/\/ Progressive disclosure: auto-open details on desktop viewports\n  var disclose = document.querySelector('.ap-coll__disclose');\n  if (disclose) {\n    var mq = window.matchMedia('(min-width: 768px)');\n    var applyOpen = function(e){ if (e.matches) disclose.setAttribute('open', ''); };\n    applyOpen(mq);\n    if (mq.addEventListener) mq.addEventListener('change', applyOpen);\n  }\n  \/\/ Keyboard accessibility: shift focus to target after smooth scroll\n  var chipLinks = document.querySelectorAll('.ap-coll__chips a[href^=\"#\"]');\n  chipLinks.forEach(function(link){\n    link.addEventListener('click', function(){\n      var id = link.getAttribute('href').slice(1);\n      var target = document.getElementById(id);\n      if (!target) return;\n      var container = target.closest('li') || target;\n      if (!container.hasAttribute('tabindex')) container.setAttribute('tabindex', '-1');\n      \/\/ Wait for smooth scroll to complete (approximately) then focus\n      setTimeout(function(){ container.focus({preventScroll: true}); }, 650);\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003csection class=\"ap-coll\" aria-labelledby=\"ap-coll-title\"\u003e\n  \u003cdiv class=\"ap-coll__head\"\u003e\n    \u003cp class=\"ap-coll__kicker\"\u003eCustom Vinyl Stickers \u003cspan\u003eAny Shape\u003c\/span\u003e\u003c\/p\u003e\n    \u003ch2 class=\"ap-coll__title\" id=\"ap-coll-title\"\u003eCustom Die Cut Stickers\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cul class=\"ap-coll__chips\" aria-label=\"Product features\"\u003e\n    \u003cli\u003eAny shape you design\u003c\/li\u003e\n    \u003cli\u003eStandard or holographic\u003c\/li\u003e\n    \u003cli\u003eCustom sized to your art\u003c\/li\u003e\n    \u003cli\u003eSmall to bulk orders\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cdiv class=\"ap-coll__body\"\u003e\n    \u003cp class=\"ap-coll__lede\"\u003eDie cut stickers are custom-shaped vinyl stickers cut to the exact outline of your design. Send me your logo, label, or artwork and I'll cut the sticker to its shape at whatever size you need. Perfect for small business branding, product packaging, event giveaways, trade show handouts, and any custom merch use case.\u003c\/p\u003e\n    \u003cdetails class=\"ap-coll__disclose\"\u003e\n      \u003csummary class=\"ap-coll__disclose-btn\"\u003eRead more\u003c\/summary\u003e\n      \u003cp class=\"ap-coll__detail\"\u003eThe size you select applies to the longest dimension of your design. If your logo is wider than it is tall, that width becomes the selected size. Matte laminated vinyl for durability, available in standard and holographic finishes. Small enough to order for a single event, bulk-friendly pricing at higher quantities. Common uses: laptop decals, packaging seals, giveaway stickers, photo booth branding, and branded merch.\u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ap-coll__foot\"\u003e\n    \u003ca class=\"ap-coll__cta\" href=\"\/pages\/faq\"\u003eRead the FAQ \u003cspan class=\"ap-arrow\"\u003e›\u003c\/span\u003e\u003c\/a\u003e\n    \u003cp class=\"ap-coll__note\"\u003eQuestions about sizing, file formats, or bulk pricing? See the \u003ca href=\"\/pages\/faq\"\u003eFAQ\u003c\/a\u003e or email me at \u003ca href=\"mailto:sales@actualprints.com\"\u003esales@actualprints.com\u003c\/a\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"die-cut-stickers","title":"Custom Die Cut Stickers","description":"\u003cdiv style=\"background:#f4f6f8; border-left:4px solid #2c5282; padding:12px 16px; margin:0 0 16px 0; font-size:14px;\"\u003e\n  \u003cstrong\u003eHow ordering works:\u003c\/strong\u003e Upload your logo on this page before adding to cart. After checkout, I'll send a digital proof by email for your approval. Nothing goes to print until you approve the proof.\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eThe size you select will apply to the longest dimension of your logo. For example, if your logo is wider than it is tall and you select a size of 3\"x3\", the width of your logo will be 3 inches, and the height will adjust proportionally to maintain the logo's aspect ratio.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003ePermanent adhesive die cut stickers are an excellent way to promote your brand and get your message out there. These stickers are made from high-quality vinyl material and are printed using state-of-the-art printing techniques to ensure that your branding looks crisp and vibrant. The permanent adhesive backing ensures that these stickers will stay in place, even when exposed to weather or rough handling.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-stringify-type=\"paragraph-break\" class=\"c-mrkdwn__br\" aria-label=\"\" data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003eDie cut stickers are a versatile marketing tool that can be used in a variety of applications. They can be affixed to a range of surfaces, including cars, windows, walls, and more. Whether you want to promote your business, support a cause, or simply express yourself, these stickers are the perfect choice.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-stringify-type=\"paragraph-break\" class=\"c-mrkdwn__br\" aria-label=\"\" data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003eIn addition to being durable and long-lasting, these stickers are also easy to apply. Simply peel off the backing and stick them wherever you want to make an impact. Whether you want to spread your message far and wide or just want to add a personal touch to your belongings, these permanent adhesive die cut stickers are the way to go.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Actual Prints","offers":[{"title":"2\" x 2\" \/ 50 \/ Standard Vinyl","offer_id":41480913682491,"sku":"CUST-DC-2x2-Q50-STD","price":30.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 50 \/ Holographic","offer_id":41480913715259,"sku":"100","price":85.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 100 \/ Standard Vinyl","offer_id":41480913748027,"sku":"CUST-DC-2x2-Q100-STD","price":55.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 100 \/ Holographic","offer_id":41480913780795,"sku":"160","price":106.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 200 \/ Standard Vinyl","offer_id":41480913813563,"sku":"","price":106.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 200 \/ Holographic","offer_id":41480913846331,"sku":"325","price":138.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 300 \/ Standard Vinyl","offer_id":41480913879099,"sku":"","price":130.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 300 \/ Holographic","offer_id":41480913911867,"sku":"","price":170.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 500 \/ Standard Vinyl","offer_id":41480913944635,"sku":"","price":180.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 500 \/ Holographic","offer_id":41480913977403,"sku":"","price":223.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 1000 \/ Standard Vinyl","offer_id":41480914010171,"sku":"","price":286.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 1000 \/ Holographic","offer_id":41480914042939,"sku":"","price":345.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 2500 \/ Standard Vinyl","offer_id":41480914075707,"sku":"","price":504.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 2500 \/ Holographic","offer_id":41480914108475,"sku":"","price":657.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 5000 \/ Standard Vinyl","offer_id":41480914141243,"sku":"","price":795.0,"currency_code":"USD","in_stock":true},{"title":"2\" x 2\" \/ 5000 \/ Holographic","offer_id":41480914174011,"sku":"","price":1145.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 50 \/ Standard Vinyl","offer_id":41480914206779,"sku":"","price":36.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 50 \/ Holographic","offer_id":41480914239547,"sku":"","price":101.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 100 \/ Standard Vinyl","offer_id":41480914272315,"sku":"","price":71.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 100 \/ Holographic","offer_id":41480914305083,"sku":"","price":138.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 200 \/ Standard Vinyl","offer_id":41480914337851,"sku":"","price":134.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 200 \/ Holographic","offer_id":41480914370619,"sku":"","price":196.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 300 \/ Standard Vinyl","offer_id":41480914403387,"sku":"","price":169.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 300 \/ Holographic","offer_id":41480914436155,"sku":"","price":249.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 500 \/ Standard Vinyl","offer_id":41480914468923,"sku":"","price":228.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 500 \/ Holographic","offer_id":41480914501691,"sku":"","price":350.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 1000 \/ Standard Vinyl","offer_id":41480914534459,"sku":"","price":360.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 1000 \/ Holographic","offer_id":41480914567227,"sku":"","price":567.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 2500 \/ Standard Vinyl","offer_id":41480914599995,"sku":"","price":663.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 2500 \/ Holographic","offer_id":41480914632763,"sku":"","price":1193.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 5000 \/ Standard Vinyl","offer_id":41480914665531,"sku":"","price":1060.0,"currency_code":"USD","in_stock":true},{"title":"3\" x 3\" \/ 5000 \/ Holographic","offer_id":41480914698299,"sku":"","price":2290.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 50 \/ Standard Vinyl","offer_id":41480914731067,"sku":"CUST-DC-4x4-Q50-STD","price":56.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 50 \/ Holographic","offer_id":41480914763835,"sku":"","price":127.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 100 \/ Standard Vinyl","offer_id":41480914796603,"sku":"","price":106.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 100 \/ Holographic","offer_id":41480914829371,"sku":"","price":180.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 200 \/ Standard Vinyl","offer_id":41480914862139,"sku":"","price":201.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 200 \/ Holographic","offer_id":41480914894907,"sku":"","price":270.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 300 \/ Standard Vinyl","offer_id":41480914927675,"sku":"","price":251.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 300 \/ Holographic","offer_id":41480914960443,"sku":"","price":355.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 500 \/ Standard Vinyl","offer_id":41480914993211,"sku":"","price":345.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 500 \/ Holographic","offer_id":41480915025979,"sku":"","price":504.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 1000 \/ Standard Vinyl","offer_id":41480915058747,"sku":"","price":541.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 1000 \/ Holographic","offer_id":41480915091515,"sku":"","price":848.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 2500 \/ Standard Vinyl","offer_id":41480915124283,"sku":"","price":981.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 2500 \/ Holographic","offer_id":41480915157051,"sku":"","price":1998.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 5000 \/ Standard Vinyl","offer_id":41480915189819,"sku":"","price":1537.0,"currency_code":"USD","in_stock":true},{"title":"4\" x 4\" \/ 5000 \/ Holographic","offer_id":41480915222587,"sku":"","price":3901.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 50 \/ Standard Vinyl","offer_id":41480915255355,"sku":"","price":67.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 50 \/ Holographic","offer_id":41480915288123,"sku":"","price":154.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 100 \/ Standard Vinyl","offer_id":41480915320891,"sku":"","price":126.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 100 \/ Holographic","offer_id":41480915353659,"sku":"","price":228.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 200 \/ Standard Vinyl","offer_id":41480915386427,"sku":"","price":240.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 200 \/ Holographic","offer_id":41480915419195,"sku":"","price":355.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 300 \/ Standard Vinyl","offer_id":41480915451963,"sku":"","price":299.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 300 \/ Holographic","offer_id":41480915484731,"sku":"","price":472.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 500 \/ Standard Vinyl","offer_id":41480915517499,"sku":"","price":413.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 500 \/ Holographic","offer_id":41480915550267,"sku":"","price":689.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 1000 \/ Standard Vinyl","offer_id":41480915583035,"sku":"","price":647.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 1000 \/ Holographic","offer_id":41480915615803,"sku":"","price":1261.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 2500 \/ Standard Vinyl","offer_id":41480915648571,"sku":"","price":1166.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 2500 \/ Holographic","offer_id":41480915681339,"sku":"","price":3032.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 5000 \/ Standard Vinyl","offer_id":41480915714107,"sku":"","price":1855.0,"currency_code":"USD","in_stock":true},{"title":"5\" x 5\" \/ 5000 \/ Holographic","offer_id":41480915746875,"sku":"","price":5973.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/0477\/3691\/products\/custom-die-cut-stickers-200671.png?v=1745296338"}],"url":"https:\/\/actualprints.com\/collections\/die-cut-stickers.oembed","provider":"Actual Prints","version":"1.0","type":"link"}