{"title":"demo","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e \u003cmeta name=\"description\" content=\"Shop the Jimothy the Raccoon collection from Print Your Wear.\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --mint: #a9fdea;\n      --mint-light: #a8fce9;\n      --mint-soft: #aafdea;\n      --navy: #063450;\n      --navy-dark: #05334f;\n      --white: #fff;\n      --page: min(100% - 40px, 1440px);\n    }\n    * { box-sizing: border-box; }\n    html { scroll-behavior: smooth; }\n    body { margin: 0; background: var(--mint); color: var(--navy); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }\n    img { max-width: 100%; }\n    h1, h2, h3, p { margin: 0; }\n    h1, h2, h3 { letter-spacing: 0; line-height: 1.08; }\n    h1 { font-size: clamp(2.3rem, 8vw, 4.6rem); }\n    h2 { font-size: clamp(1.85rem, 4vw, 3rem); }\n    h3 { font-size: 1rem; line-height: 1.35; }\n    a { color: inherit; }\n    button, select { font: inherit; }\n    a:focus-visible, button:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--navy-dark); outline-offset: 3px; }\n    .shell { margin-inline: auto; width: var(--page); }\n    .kicker { font-size: .78rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 12px; text-transform: uppercase; }\n    .button {\n      align-items: center;\n      background: var(--navy);\n      border: 2px solid var(--navy);\n      border-radius: 6px;\n      color: var(--mint);\n      display: inline-flex;\n      font-weight: 800;\n      gap: 12px;\n      justify-content: center;\n      min-height: 48px;\n      padding: 12px 22px;\n      text-decoration: none;\n      transition: background-color .2s ease, transform .2s ease;\n    }\n    .button:hover { background: var(--navy-dark); transform: translateY(-2px); }\n\n    .hero { position: relative; }\n    .hero picture { display: block; }\n    .hero__image { aspect-ratio: 1756 \/ 896; display: block; height: auto; object-fit: cover; width: 100%; }\n    .hero__desktop-cta {\n      align-items: center;\n      background: var(--navy);\n      border: 2px solid var(--navy-dark);\n      border-radius: 8px;\n      color: var(--mint);\n      display: flex;\n      font-size: clamp(.8rem, 1.7vw, 1.8rem);\n      font-weight: 900;\n      gap: 8%;\n      height: 8.4%;\n      justify-content: center;\n      left: 3.35%;\n      min-height: 44px;\n      position: absolute;\n      text-decoration: none;\n      top: 70.5%;\n      transition: background-color .2s ease, transform .2s ease;\n      width: 21.1%;\n    }\n    .hero__desktop-cta:hover { background: var(--navy-dark); transform: translateY(-2px); }\n    .hero__mobile-copy {\n      clip: rect(0 0 0 0);\n      clip-path: inset(50%);\n      height: 1px;\n      overflow: hidden;\n      position: absolute;\n      white-space: nowrap;\n      width: 1px;\n    }\n    .hero__mobile-copy .button { display: none; }\n    .hero__tagline { font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 800; line-height: 1.2; margin-top: 20px; max-width: 28ch; }\n    .hero__support { font-size: 1.08rem; margin: 12px 0 26px; max-width: 52ch; }\n\n    .intro { align-items: center; display: grid; gap: clamp(34px, 8vw, 110px); grid-template-columns: minmax(180px, .5fr) minmax(0, 1.5fr); padding-block: clamp(70px, 9vw, 118px); }\n    .intro__logo { align-items: center; display: flex; justify-content: center; }\n    .intro__logo img { height: auto; max-height: 220px; object-fit: contain; width: min(100%, 220px); }\n    .intro__copy { max-width: 760px; }\n    .intro__copy \u003e p:last-child { font-size: clamp(1rem, 1.6vw, 1.2rem); margin-top: 22px; max-width: 62ch; }\n\n    .catalog { background: var(--white); padding-block: clamp(62px, 8vw, 108px); scroll-margin-top: 20px; }\n    .catalog__head { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 34px; }\n    .catalog__tools { display: flex; gap: 12px; }\n    .catalog__tools label { left: -9999px; position: absolute; }\n    .catalog__tools select {\n      background: var(--white);\n      border: 1px solid rgba(6,52,80,.38);\n      border-radius: 4px;\n      color: var(--navy);\n      min-height: 46px;\n      padding: 8px 34px 8px 12px;\n    }\n    .status { min-height: 28px; }\n    .grid { display: grid; gap: clamp(16px, 2vw, 28px); grid-template-columns: repeat(4, minmax(0, 1fr)); }\n    .product { min-width: 0; }\n    .product \u003e a { display: block; text-decoration: none; }\n    .product__media { aspect-ratio: 4 \/ 5; background: var(--mint-light); border-radius: 6px; overflow: hidden; position: relative; }\n    .product__image { display: block; height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }\n    .product \u003e a:hover .product__image { transform: scale(1.025); }\n    .product__badge { background: var(--navy); border-radius: 4px; color: var(--mint); font-size: .72rem; font-weight: 800; left: 10px; padding: 6px 8px; position: absolute; text-transform: uppercase; top: 10px; }\n    .product__info { padding: 14px 2px 4px; }\n    .product__info h3 { display: -webkit-box; min-height: 2.7em; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }\n    .product__price { align-items: baseline; display: flex; flex-wrap: wrap; font-size: .96rem; font-weight: 800; gap: 7px; margin-top: 8px; }\n    .product__price s { font-size: .82rem; font-weight: 400; opacity: .65; }\n    .load-more { display: flex; justify-content: center; margin-top: 48px; }\n    .load-more[hidden] { display: none; }\n    .empty { grid-column: 1 \/ -1; padding: 60px 0; text-align: center; }\n    .empty p { margin: 12px 0 24px; }\n\n    .made { background: var(--navy); color: var(--mint); }\n    .made__inner { display: grid; gap: clamp(34px, 8vw, 110px); grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); padding-block: clamp(72px, 9vw, 116px); }\n    .made__copy { font-size: clamp(1rem, 1.5vw, 1.15rem); max-width: 66ch; }\n    .made__copy p + p { margin-top: 14px; }\n    .policy-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; }\n    .policy-links a { font-weight: 800; text-underline-offset: 4px; }\n\n    .faq { display: grid; gap: clamp(36px, 8vw, 110px); grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); padding-block: clamp(72px, 9vw, 118px); }\n    .faq__head { position: sticky; top: 28px; }\n    .faq__list { border-top: 1px solid var(--navy); }\n    .faq details { border-bottom: 1px solid var(--navy); }\n    .faq summary { align-items: center; cursor: pointer; display: flex; font-weight: 800; gap: 20px; justify-content: space-between; list-style: none; min-height: 68px; padding: 16px 2px; }\n    .faq summary::-webkit-details-marker { display: none; }\n    .faq details[open] summary span:last-child { transform: rotate(45deg); }\n    .faq details p { max-width: 62ch; padding: 0 38px 24px 2px; }\n    .faq details a { text-underline-offset: 4px; }\n\n    .final { background: var(--mint-soft); border-top: 1px solid rgba(6,52,80,.2); }\n    .final__inner { align-items: end; display: flex; gap: 40px; justify-content: space-between; padding-block: clamp(64px, 8vw, 98px); }\n    .final__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; }\n    .text-link { align-items: center; display: inline-flex; font-weight: 800; min-height: 44px; text-underline-offset: 4px; }\n\n    @media (max-width: 1099px) { .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }\n    @media (max-width: 749px) {\n      :root { --page: min(100% - 28px, 1440px); }\n      .hero picture { aspect-ratio: 5 \/ 4; overflow: hidden; }\n      .hero__image { height: 100%; object-fit: cover; object-position: 70% center; width: 100%; }\n      .hero__desktop-cta { display: none; }\n      .hero__mobile-copy { clip: auto; clip-path: none; height: auto; overflow: visible; padding: 28px 16px 42px; position: static; white-space: normal; width: auto; }\n      .hero__mobile-copy .button { display: inline-flex; }\n      .hero__mobile-copy h1 { font-size: clamp(2.15rem, 11vw, 3.35rem); max-width: 11ch; }\n      .hero__tagline { font-size: 1.35rem; margin-top: 16px; }\n      .hero__support { margin: 10px 0 22px; }\n      .intro, .made__inner, .faq { grid-template-columns: 1fr; }\n      .intro { padding-block: 68px; }\n      .intro__logo { justify-content: flex-start; }\n      .intro__logo img { max-height: 140px; width: 160px; }\n      .catalog__head { align-items: flex-start; flex-direction: column; }\n      .catalog__tools { width: 100%; }\n      .catalog__tools select { min-width: 0; width: 50%; }\n      .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n      .product__info h3 { font-size: .9rem; }\n      .faq { gap: 34px; padding-block: 70px; }\n      .faq__head { position: static; }\n      .final__inner { align-items: flex-start; flex-direction: column; }\n    }\n    @media (max-width: 359px) {\n      .grid { grid-template-columns: 1fr; }\n      .catalog__tools { flex-direction: column; }\n      .catalog__tools select { width: 100%; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n      html { scroll-behavior: auto; }\n      *, *::before, *::after { transition-duration: .01ms !important; }\n    }\n  \u003c\/style\u003e\n\u003cmain id=\"JimothyLandingHtml\"\u003e\n\u003csection class=\"hero\"\u003e\u003cpicture\u003e \u003cimg class=\"hero__image\" width=\"1756\" height=\"896\" alt=\"\"\u003e \u003c\/picture\u003e \u003ca class=\"hero__desktop-cta\" href=\"#jimothy-products\"\u003e\u003cspan\u003eShop Jimothy\u003c\/span\u003e\u003cspan\u003e→\u003c\/span\u003e\u003c\/a\u003e\n\u003cdiv class=\"hero__mobile-copy\"\u003e\n\u003cp class=\"kicker\"\u003ePrint Your Wear\u003c\/p\u003e\n\u003ch1 id=\"jimothy-title\"\u003eJimothy the Raccoon\u003c\/h1\u003e\n\u003cp class=\"hero__tagline\"\u003eGood people support feral legends.\u003c\/p\u003e\n\u003cp class=\"hero__support\"\u003eWear the Seattle trash-panda legend on tees, hats, mugs, blankets and more.\u003c\/p\u003e\n\u003ca class=\"button\" href=\"#jimothy-products\"\u003eShop Jimothy \u003cspan\u003e→\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"intro shell\"\u003e\n\u003cdiv class=\"intro__logo\"\u003e\u003cimg width=\"2048\" height=\"2048\" alt=\"Print Your Wear\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro__copy\"\u003e\n\u003cp class=\"kicker\"\u003eSeattle's feral legend\u003c\/p\u003e\n\u003ch2 id=\"intro-title\"\u003eJimothy the Raccoon\u003c\/h2\u003e\n\u003cp\u003eJimothy is the playful Seattle trash-panda legend for people who appreciate a little weirdness. Find the character across wearable favorites, useful gifts and home accessories. Celebrating Jimothy does not represent a charitable contribution or wildlife partnership.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"jimothy-products\" class=\"catalog\"\u003e\n\u003cdiv class=\"shell\"\u003e\n\u003cdiv class=\"catalog__head\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"kicker\"\u003eFind your Jimothy\u003c\/p\u003e\n\u003ch2 id=\"catalog-title\"\u003eShop the collection\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"catalog__tools\"\u003e\n\u003clabel for=\"product-type\"\u003eProduct type\u003c\/label\u003e\u003cselect id=\"product-type\"\u003e\n\u003coption value=\"all\"\u003eAll products\u003c\/option\u003e\n\u003c\/select\u003e\u003clabel for=\"product-sort\"\u003eSort products\u003c\/label\u003e\u003cselect id=\"product-sort\"\u003e\n\u003coption value=\"featured\"\u003eFeatured\u003c\/option\u003e\n\u003coption value=\"price-ascending\"\u003ePrice: low to high\u003c\/option\u003e\n\u003coption value=\"price-descending\"\u003ePrice: high to low\u003c\/option\u003e\n\u003coption value=\"title-ascending\"\u003eAlphabetically: A-Z\u003c\/option\u003e\n\u003c\/select\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp id=\"product-status\" class=\"status\" role=\"status\"\u003eLoading current products...\u003c\/p\u003e\n\u003cdiv id=\"product-grid\" class=\"grid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"load-more\"\u003e\u003cbutton id=\"load-more\" class=\"button\" type=\"button\" hidden=\"\"\u003eLoad more\u003c\/button\u003e\u003c\/div\u003e\n\u003cnoscript\u003e\u003cdiv class=\"empty\"\u003e\n\u003ch3\u003eJavaScript is required to load current products.\u003c\/h3\u003e\n\u003cp\u003eOpen the live collection to continue shopping.\u003c\/p\u003e\n\u003ca class=\"button\" href=\"https:\/\/www.printyourwear.com\/collections\/jimothy-the-raccoon\"\u003eView the collection\u003c\/a\u003e\n\u003c\/div\u003e\u003c\/noscript\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"made\"\u003e\n\u003cdiv class=\"made__inner shell\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"kicker\"\u003eMade for your order\u003c\/p\u003e\n\u003ch2 id=\"made-title\"\u003ePrinted after you place your order.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"made__copy\"\u003e\n\u003cp\u003ePrint Your Wear uses a print-on-demand model. Each product is made specifically for the customer after an order is placed and may be fulfilled through international production partners.\u003c\/p\u003e\n\u003cp\u003eReview the current policies before ordering for destination-specific information.\u003c\/p\u003e\n\u003cdiv class=\"policy-links\"\u003e\n\u003ca href=\"https:\/\/www.printyourwear.com\/pages\/shipping-policy\"\u003eShipping policy →\u003c\/a\u003e\u003ca href=\"https:\/\/www.printyourwear.com\/pages\/return-policy\"\u003eReturn policy →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"faq shell\"\u003e\n\u003cdiv class=\"faq__head\"\u003e\n\u003cp class=\"kicker\"\u003eUseful details\u003c\/p\u003e\n\u003ch2 id=\"faq-title\"\u003eBefore you order\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan\u003eHow are Jimothy products made?\u003c\/span\u003e\u003cspan\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eProducts are printed on demand after an order is placed. Materials, sizing and options are listed on each product page.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan\u003eWhere do orders ship from?\u003c\/span\u003e\u003cspan\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eOrders may be dispatched through international production and fulfillment partners. \u003ca href=\"https:\/\/www.printyourwear.com\/pages\/shipping-policy\"\u003eRead the current shipping policy.\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan\u003eHow can I choose the right size?\u003c\/span\u003e\u003cspan\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eOpen the size guide on the product page and compare its measurements with a similar item you already own.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan\u003eWhat if there is a problem with my order?\u003c\/span\u003e\u003cspan\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003eContact support with your order number and a clear description of the issue. \u003ca href=\"https:\/\/www.printyourwear.com\/pages\/contact-us\"\u003eContact customer support.\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"final\"\u003e\n\u003cdiv class=\"final__inner shell\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"kicker\"\u003eStay weird\u003c\/p\u003e\n\u003ch2 id=\"final-title\"\u003eReady to join the feral legend?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"final__actions\"\u003e\n\u003ca class=\"button\" href=\"#jimothy-products\"\u003eExplore the collection \u003cspan\u003e↑\u003c\/span\u003e\u003c\/a\u003e\u003ca class=\"text-link\" href=\"https:\/\/www.printyourwear.com\/pages\/contact-us\"\u003eCustomer support\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e\n\u003cp\u003e \u003c\/p\u003e","products":[],"url":"https:\/\/printyourwear.com\/en-ca\/collections\/xxx.oembed","provider":"Print Your Wear","version":"1.0","type":"link"}