{"product_id":"whimsical-vintage-animal-figurine","title":"Whimsical Vintage Mouse \u0026 Cat Figurine","description":"\u003cstyle\u003e\n\/* =========================================================\n   WHIMSICAL VINTAGE MOUSE \u0026 CAT FIGURINE\n   Theme:\n   Vintage Folk Art × Farmhouse × Oddball Personality\n\n   Conversion Flow:\n   Personality Hook → Meet The Pair → Vintage Finish\n   → Home Styling → Character Details → Size\n   → Conversation Piece → Gift → Offer → FAQ → Final CTA\n\n   IMPORTANT:\n   - Images use verified Woverssy Shopify CDN\n   - width:100%; height:auto\n   - No fixed image height\n   - Mobile responsive\n========================================================= *\/\n\n#vintage-animal-page{\n    --olive:#777c39;\n    --olive-dark:#4f5426;\n    --olive-soft:#e8e6cf;\n\n    --rust:#b9582d;\n    --rust-dark:#7e371f;\n    --rust-soft:#f0d9cb;\n\n    --cream:#faf5ea;\n    --paper:#fffdf8;\n    --sand:#eee2d2;\n\n    --brown:#5b4435;\n    --brown-dark:#38291f;\n\n    --gold:#b89359;\n    --text:#4e443b;\n    --muted:#776d65;\n    --line:#ddd0be;\n\n    max-width:1060px;\n    margin:0 auto;\n    overflow:hidden;\n\n    background:#faf6ee;\n    color:var(--text);\n\n    font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Arial,\n        sans-serif;\n\n    line-height:1.7;\n}\n\n#vintage-animal-page *{\n    box-sizing:border-box;\n}\n\n#vintage-animal-page img{\n    display:block;\n    width:100%;\n    max-width:100%;\n    height:auto;\n}\n\n\n\/* =========================================================\n   GLOBAL\n========================================================= *\/\n\n.va-wrap{\n    width:calc(100% - 38px);\n    max-width:950px;\n    margin:0 auto;\n}\n\n.va-section{\n    padding:68px 0;\n}\n\n.va-center{\n    text-align:center;\n}\n\n.va-kicker{\n    display:inline-block;\n\n    margin-bottom:11px;\n    padding:7px 14px;\n\n    border-radius:999px;\n\n    background:var(--olive-dark);\n    color:#f3e7c8;\n\n    font-size:10px;\n    font-weight:900;\n\n    letter-spacing:.12em;\n    text-transform:uppercase;\n}\n\n.va-title{\n    max-width:870px;\n    margin:0 auto 16px;\n\n    color:var(--brown-dark);\n\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif;\n\n    font-size:clamp(35px,5.4vw,58px);\n\n    line-height:1.07;\n    letter-spacing:-.025em;\n}\n\n.va-title .olive{\n    color:var(--olive-dark);\n}\n\n.va-title .rust{\n    color:var(--rust);\n}\n\n.va-copy{\n    max-width:770px;\n    margin:0 auto;\n\n    color:var(--muted);\n\n    font-size:17px;\n    line-height:1.72;\n}\n\n.va-img{\n    display:block;\n\n    width:100%;\n    height:auto;\n\n    margin-top:31px;\n\n    border-radius:14px;\n\n    box-shadow:\n        0 18px 46px rgba(68,51,38,.15);\n}\n\n.va-btn{\n    display:flex;\n\n    align-items:center;\n    justify-content:center;\n\n    width:min(100%,560px);\n    min-height:61px;\n\n    margin:25px auto 0;\n    padding:15px 22px;\n\n    border-radius:8px;\n\n    background:\n        linear-gradient(\n            180deg,\n            #bd6035,\n            #913e23\n        );\n\n    color:#fff !important;\n\n    text-decoration:none;\n    text-align:center;\n\n    font-size:15px;\n    font-weight:900;\n\n    letter-spacing:.025em;\n\n    box-shadow:\n        0 11px 28px rgba(126,52,29,.22);\n\n    transition:.2s ease;\n}\n\n.va-btn:hover{\n    transform:translateY(-2px);\n    filter:brightness(1.05);\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.va-hero{\n    position:relative;\n\n    padding:57px 0 43px;\n\n    text-align:center;\n\n    background:\n        radial-gradient(\n            circle at 50% 0%,\n            rgba(183,146,88,.15),\n            transparent 38%\n        ),\n        linear-gradient(\n            180deg,\n            #fffdfa,\n            #efe4d6\n        );\n}\n\n.va-hero:after{\n    content:\"\";\n\n    position:absolute;\n    left:0;\n    right:0;\n    bottom:0;\n\n    height:5px;\n\n    background:\n        linear-gradient(\n            90deg,\n            #70783a,\n            #b95b31,\n            #b28d54,\n            #70783a\n        );\n}\n\n.va-hero .va-title{\n    font-size:clamp(42px,6.4vw,68px);\n}\n\n.va-hero-copy{\n    max-width:815px;\n    margin:0 auto;\n\n    color:#675d54;\n\n    font-size:18px;\n    line-height:1.72;\n}\n\n.va-price{\n    display:flex;\n\n    align-items:center;\n    justify-content:center;\n\n    flex-wrap:wrap;\n    gap:10px;\n\n    margin-top:19px;\n}\n\n.va-price strong{\n    color:var(--brown-dark);\n\n    font-size:32px;\n    font-weight:900;\n}\n\n.va-price del{\n    color:#a69b91;\n    font-size:14px;\n}\n\n.va-sale{\n    padding:6px 11px;\n\n    border-radius:5px;\n\n    background:var(--rust);\n\n    color:#fff;\n\n    font-size:10px;\n    font-weight:900;\n}\n\n\n\/* =========================================================\n   BENEFIT STRIP\n========================================================= *\/\n\n.va-benefits{\n    display:grid;\n\n    grid-template-columns:repeat(4,1fr);\n\n    margin-top:21px;\n\n    overflow:hidden;\n\n    border-radius:10px;\n\n    background:\n        linear-gradient(\n            145deg,\n            #666b35,\n            #474d26\n        );\n\n    box-shadow:\n        0 13px 31px rgba(61,60,36,.18);\n}\n\n.va-benefit{\n    padding:20px 9px;\n\n    color:#fff;\n    text-align:center;\n\n    border-right:\n        1px solid rgba(255,255,255,.1);\n}\n\n.va-benefit:last-child{\n    border-right:none;\n}\n\n.va-benefit span{\n    display:block;\n    margin-bottom:7px;\n\n    font-size:23px;\n}\n\n.va-benefit strong{\n    display:block;\n\n    font-size:11px;\n    line-height:1.35;\n}\n\n.va-benefit small{\n    display:block;\n\n    margin-top:4px;\n\n    color:#e0e2ce;\n\n    font-size:9px;\n    line-height:1.42;\n}\n\n\n\/* =========================================================\n   EMOTIONAL HOOK\n========================================================= *\/\n\n.va-story{\n    background:#faf7f0;\n}\n\n.va-big-line{\n    max-width:840px;\n    margin:0 auto;\n\n    color:#4b4037;\n\n    text-align:center;\n\n    font-family:\n        Georgia,\n        \"Times New Roman\",\n        serif;\n\n    font-size:clamp(27px,4vw,38px);\n\n    line-height:1.48;\n}\n\n.va-big-line strong{\n    color:var(--rust);\n}\n\n\n\/* =========================================================\n   CHARACTER CARDS\n========================================================= *\/\n\n.va-character-section{\n    background:\n        linear-gradient(\n            180deg,\n            #eee4d6,\n            #faf5ed\n        );\n}\n\n.va-character-grid{\n    display:grid;\n\n    grid-template-columns:repeat(2,1fr);\n\n    gap:14px;\n\n    margin-top:30px;\n}\n\n.va-character{\n    padding:27px 20px;\n\n    border:1px solid #d9c9b6;\n    border-radius:12px;\n\n    background:#fff;\n\n    text-align:left;\n\n    box-shadow:\n        0 9px 24px rgba(67,49,36,.06);\n}\n\n.va-character.mouse{\n    border-top:5px solid var(--olive);\n}\n\n.va-character.cat{\n    border-top:5px solid var(--rust);\n}\n\n.va-character-icon{\n    margin-bottom:8px;\n\n    font-size:30px;\n}\n\n.va-character h3{\n    margin:0 0 5px;\n\n    color:var(--brown-dark);\n\n    font-family:Georgia,serif;\n\n    font-size:25px;\n}\n\n.va-character strong{\n    display:block;\n\n    margin-bottom:9px;\n\n    color:#6e603f;\n\n    font-size:12px;\n}\n\n.va-character p{\n    margin:0;\n\n    color:#766b63;\n\n    font-size:13px;\n    line-height:1.62;\n}\n\n.va-trait{\n    display:inline-block;\n\n    margin-top:13px;\n    padding:6px 10px;\n\n    border-radius:999px;\n\n    background:#f1e9dc;\n\n    color:#735b43;\n\n    font-size:9px;\n    font-weight:900;\n\n    letter-spacing:.06em;\n}\n\n\n\/* =========================================================\n   DETAIL GRID\n========================================================= *\/\n\n.va-detail-grid{\n    display:grid;\n\n    grid-template-columns:repeat(4,1fr);\n\n    gap:10px;\n\n    margin-top:29px;\n}\n\n.va-detail{\n    padding:22px 11px;\n\n    border:1px solid #ddd0bf;\n    border-radius:9px;\n\n    background:#fff;\n\n    text-align:center;\n}\n\n.va-detail span{\n    display:block;\n\n    margin-bottom:7px;\n\n    font-size:25px;\n}\n\n.va-detail strong{\n    display:block;\n\n    color:var(--olive-dark);\n\n    font-size:12px;\n}\n\n.va-detail small{\n    display:block;\n\n    margin-top:5px;\n\n    color:#7b7169;\n\n    font-size:10px;\n    line-height:1.48;\n}\n\n\n\/* =========================================================\n   VINTAGE DARK\n========================================================= *\/\n\n.va-dark{\n    background:\n        radial-gradient(\n            circle at 50% 0%,\n            rgba(187,142,75,.16),\n            transparent 38%\n        ),\n        linear-gradient(\n            180deg,\n            #4b392d,\n            #30241d\n        );\n}\n\n.va-dark .va-title{\n    color:#fff7e7;\n}\n\n.va-dark .va-copy{\n    color:#dfd5ca;\n}\n\n.va-dark .va-kicker{\n    background:rgba(255,255,255,.09);\n    color:#efd5a0;\n}\n\n\n\/* =========================================================\n   STYLE TAGS\n========================================================= *\/\n\n.va-tags{\n    display:flex;\n\n    justify-content:center;\n    flex-wrap:wrap;\n\n    gap:9px;\n\n    margin-top:27px;\n}\n\n.va-tag{\n    padding:9px 14px;\n\n    border:1px solid #d8c8b5;\n    border-radius:999px;\n\n    background:#fff;\n\n    color:#5c5047;\n\n    font-size:11px;\n    font-weight:850;\n}\n\n\n\/* =========================================================\n   PLACEMENT GRID\n========================================================= *\/\n\n.va-placement{\n    background:#f2e8db;\n}\n\n.va-place-grid{\n    display:grid;\n\n    grid-template-columns:repeat(4,1fr);\n\n    gap:10px;\n\n    margin-top:28px;\n}\n\n.va-place{\n    padding:20px 9px;\n\n    border-radius:9px;\n\n    background:#fff;\n\n    border:1px solid #ded0bf;\n\n    text-align:center;\n}\n\n.va-place span{\n    display:block;\n\n    margin-bottom:6px;\n\n    font-size:24px;\n}\n\n.va-place strong{\n    display:block;\n\n    color:var(--brown-dark);\n\n    font-size:11px;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.va-size{\n    background:#fffaf3;\n}\n\n.va-size-grid{\n    display:grid;\n\n    grid-template-columns:repeat(2,1fr);\n\n    gap:12px;\n\n    margin-top:28px;\n}\n\n.va-size-card{\n    padding:24px 16px;\n\n    border:1px solid #ddd0be;\n    border-radius:10px;\n\n    background:#fff;\n\n    text-align:center;\n}\n\n.va-size-card span{\n    display:block;\n\n    margin-bottom:6px;\n\n    font-size:27px;\n}\n\n.va-size-card strong{\n    display:block;\n\n    color:var(--brown-dark);\n\n    font-size:14px;\n}\n\n.va-size-card small{\n    display:block;\n\n    margin-top:5px;\n\n    color:#7c7168;\n\n    font-size:10px;\n}\n\n\n\/* =========================================================\n   CONVERSATION PIECE\n========================================================= *\/\n\n.va-conversation{\n    background:\n        linear-gradient(\n            180deg,\n            #e9e8d4,\n            #f7f3e8\n        );\n}\n\n.va-callout{\n    margin-top:29px;\n\n    padding:31px 24px;\n\n    border-radius:12px;\n\n    background:\n        linear-gradient(\n            145deg,\n            #73773e,\n            #53572c\n        );\n\n    color:#fff;\n\n    text-align:center;\n}\n\n.va-callout strong{\n    display:block;\n\n    color:#f5e3ba;\n\n    font-family:Georgia,serif;\n\n    font-size:27px;\n    line-height:1.3;\n}\n\n.va-callout p{\n    max-width:700px;\n\n    margin:9px auto 0;\n\n    color:#e5e6d9;\n\n    font-size:13px;\n    line-height:1.65;\n}\n\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.va-gift{\n    background:\n        radial-gradient(\n            circle at 50% 0%,\n            rgba(187,145,80,.14),\n            transparent 38%\n        ),\n        #49362a;\n}\n\n.va-gift .va-title{\n    color:#fff7e8;\n}\n\n.va-gift .va-copy{\n    color:#ded4ca;\n}\n\n.va-gift .va-kicker{\n    background:rgba(255,255,255,.09);\n}\n\n.va-gift-grid{\n    display:grid;\n\n    grid-template-columns:repeat(4,1fr);\n\n    gap:10px;\n\n    margin-top:29px;\n}\n\n.va-gift-card{\n    padding:20px 10px;\n\n    border-radius:9px;\n\n    background:rgba(255,255,255,.07);\n\n    color:#fff;\n\n    text-align:center;\n}\n\n.va-gift-card span{\n    display:block;\n\n    margin-bottom:7px;\n\n    font-size:24px;\n}\n\n.va-gift-card strong{\n    display:block;\n\n    font-size:11px;\n}\n\n.va-gift-card small{\n    display:block;\n\n    margin-top:5px;\n\n    color:#ddd1c6;\n\n    font-size:9px;\n}\n\n\n\/* =========================================================\n   OFFER\n========================================================= *\/\n\n.va-bundles{\n    display:grid;\n\n    grid-template-columns:repeat(4,1fr);\n\n    gap:11px;\n\n    margin-top:30px;\n}\n\n.va-bundle{\n    position:relative;\n\n    padding:24px 9px 19px;\n\n    border:1px solid #ddcfbd;\n    border-radius:10px;\n\n    background:#fff;\n\n    text-align:center;\n}\n\n.va-bundle.best{\n    border:2px solid var(--olive-dark);\n    background:#f2f3e8;\n}\n\n.va-bundle-label{\n    position:absolute;\n\n    top:-12px;\n    left:50%;\n\n    transform:translateX(-50%);\n\n    padding:5px 9px;\n\n    border-radius:999px;\n\n    background:var(--rust);\n\n    color:#fff;\n\n    white-space:nowrap;\n\n    font-size:9px;\n    font-weight:900;\n}\n\n.va-bundle small{\n    display:block;\n\n    margin-bottom:5px;\n\n    color:#777;\n\n    font-weight:850;\n}\n\n.va-bundle strong{\n    display:block;\n\n    color:var(--brown-dark);\n\n    font-size:20px;\n}\n\n.va-bundle del{\n    display:block;\n\n    margin-top:4px;\n\n    color:#aaa;\n\n    font-size:11px;\n}\n\n.va-bundle span{\n    display:block;\n\n    margin-top:5px;\n\n    color:var(--rust);\n\n    font-size:10px;\n    font-weight:900;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.va-faq-section{\n    background:#efe5d8;\n}\n\n.va-faq{\n    margin-top:28px;\n}\n\n.va-faq details{\n    margin-bottom:9px;\n\n    overflow:hidden;\n\n    border:1px solid #ded0bd;\n    border-radius:9px;\n\n    background:#fff;\n}\n\n.va-faq summary{\n    cursor:pointer;\n\n    padding:18px 20px;\n\n    list-style:none;\n\n    color:var(--brown-dark);\n\n    font-size:14px;\n    font-weight:900;\n}\n\n.va-faq summary::-webkit-details-marker{\n    display:none;\n}\n\n.va-faq p{\n    margin:0;\n\n    padding:0 20px 19px;\n\n    color:#746961;\n\n    font-size:13px;\n    line-height:1.65;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.va-final{\n    padding:78px 0 88px;\n\n    background:\n        radial-gradient(\n            circle at 50% 0%,\n            rgba(187,136,67,.17),\n            transparent 38%\n        ),\n        #34271f;\n\n    text-align:center;\n}\n\n.va-final .va-title{\n    color:#fff7e7;\n}\n\n.va-final .va-copy{\n    color:#ddd3ca;\n}\n\n.va-final .va-price strong{\n    color:#fff;\n}\n\n.va-final .va-btn{\n    background:\n        linear-gradient(\n            180deg,\n            #c49350,\n            #9b6b34\n        );\n\n    color:#2e241c !important;\n}\n\n\n\/* =========================================================\n   MOBILE STICKY\n========================================================= *\/\n\n.va-sticky{\n    display:none;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media(max-width:760px){\n\n    .va-wrap{\n        width:calc(100% - 26px);\n    }\n\n    .va-section{\n        padding:48px 0;\n    }\n\n    .va-benefits,\n    .va-detail-grid,\n    .va-place-grid,\n    .va-gift-grid,\n    .va-bundles{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .va-character-grid,\n    .va-size-grid{\n        grid-template-columns:1fr;\n    }\n\n    .va-benefit:nth-child(2){\n        border-right:none;\n    }\n\n    .va-benefit:nth-child(-n+2){\n        border-bottom:\n            1px solid rgba(255,255,255,.1);\n    }\n\n    .va-img{\n        border-radius:11px;\n    }\n\n    .va-sticky{\n        display:flex;\n\n        position:fixed;\n\n        left:10px;\n        right:10px;\n        bottom:10px;\n\n        z-index:9999;\n\n        align-items:center;\n        justify-content:space-between;\n\n        gap:10px;\n\n        padding:10px 11px;\n\n        border-radius:10px;\n\n        background:#50552a;\n\n        box-shadow:\n            0 10px 30px rgba(0,0,0,.28);\n    }\n\n    .va-sticky div{\n        text-align:left;\n    }\n\n    .va-sticky small{\n        display:block;\n\n        color:#e2d5b5;\n\n        font-size:9px;\n    }\n\n    .va-sticky strong{\n        display:block;\n\n        color:#fff;\n\n        font-size:18px;\n    }\n\n    .va-sticky a{\n        padding:11px 14px;\n\n        border-radius:7px;\n\n        background:#ac512d;\n\n        color:#fff !important;\n\n        text-decoration:none;\n\n        font-size:11px;\n        font-weight:900;\n    }\n\n}\n\n@media(max-width:470px){\n\n    .va-bundles{\n        grid-template-columns:1fr;\n    }\n\n    .va-copy{\n        font-size:15px;\n    }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"vintage-animal-page\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n====================================================== --\u003e\n\n\u003csection class=\"va-hero\"\u003e\n\n    \u003cdiv class=\"va-wrap\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            🐭🐱 ODD LITTLE CHARACTERS FOR ORDINARY SPACES\n        \u003c\/span\u003e\n\n\n        \u003ch1 class=\"va-title\"\u003e\n\n            Your Shelf Doesn't Need\n\n            \u003cbr\u003e\n\n            More Décor.\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"rust\"\u003e\n                It Needs More Personality.\n            \u003c\/span\u003e\n\n        \u003c\/h1\u003e\n\n\n        \u003cp class=\"va-hero-copy\"\u003e\n\n            One suspicious little mouse\n            with his arms crossed.\n\n            One wonderfully judgmental cat\n            who looks like he's already heard enough.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            With exaggerated proportions,\n            awkward expressions\n            and a beautifully distressed vintage finish,\n            these odd little characters\n            turn an ordinary shelf\n            into something people actually notice.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"va-price\"\u003e\n\n            \u003cstrong\u003e\n                $31.99\n            \u003c\/strong\u003e\n\n            \u003cdel\u003e\n                $62.99\n            \u003c\/del\u003e\n\n            \u003cspan class=\"va-sale\"\u003e\n                SAVE 49%\n            \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003ca class=\"va-btn\" href=\"#vintage-animal-offer\"\u003e\n\n            🐭🐱 CHOOSE MY LITTLE TROUBLEMAKER →\n\n        \u003c\/a\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/6-32_e101d338-77fd-4f03-b106-cddd0d53c637.png?v=1788857427\u0026amp;width=1946\" alt=\"Whimsical vintage Mouse and Cat figurines displayed together\" loading=\"eager\"\u003e\n\n\n        \u003cdiv class=\"va-benefits\"\u003e\n\n\n            \u003cdiv class=\"va-benefit\"\u003e\n\n                \u003cspan\u003e😏\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    BIG PERSONALITY\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Expressions you notice immediately\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-benefit\"\u003e\n\n                \u003cspan\u003e🎨\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    VINTAGE FINISH\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Distressed texture with aged character\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-benefit\"\u003e\n\n                \u003cspan\u003e🏡\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    EASY TO STYLE\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Shelf · Mantel · Desk · Console\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-benefit\"\u003e\n\n                \u003cspan\u003e🎁\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    MEMORABLE GIFT\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    For animal lovers \u0026amp; quirky homes\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     PERSONALITY STORY\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-story\"\u003e\n\n    \u003cdiv class=\"va-wrap\"\u003e\n\n\n        \u003cdiv class=\"va-big-line\"\u003e\n\n            Some decorations sit quietly in the background.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            \u003cstrong\u003e\n                These two clearly have opinions.\n            \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cp class=\"va-copy\" style=\"margin-top:22px;\"\u003e\n\n            That's exactly what makes them memorable.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            The mouse's suspicious raised eyes,\n            crossed arms\n            and ridiculously long nose\n            look like he's waiting for an explanation.\n\n            The cat's sideways stare,\n            crooked teeth\n            and dramatically long neck\n            suggest he's already judging it.\n\n        \u003c\/p\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ChatGPT-Image-2026-9-3-17-50-58-_1_a864c805-df5e-4547-9b15-fbd6d3fd9189.png?v=1788857427\u0026amp;width=1946\" alt=\"Whimsical Mouse and Cat figurines full of personality\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     MEET THE CHARACTERS\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-character-section\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            MEET THE PAIR\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Two Animals.\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"rust\"\u003e\n                Two Very Different Attitudes.\n            \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            They work beautifully on their own,\n            but together they feel like\n            two characters caught\n            in the middle of a very strange conversation.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"va-character-grid\"\u003e\n\n\n            \u003cdiv class=\"va-character mouse\"\u003e\n\n                \u003cdiv class=\"va-character-icon\"\u003e\n                    🐭\n                \u003c\/div\u003e\n\n                \u003ch3\u003e\n                    The Suspicious Mouse\n                \u003c\/h3\u003e\n\n                \u003cstrong\u003e\n                    CURIOUS · AWKWARD · SLIGHTLY CONCERNED\n                \u003c\/strong\u003e\n\n                \u003cp\u003e\n                    Oversized ears,\n                    a comically long nose,\n                    crossed little arms\n                    and eyes looking upward\n                    give this olive-green mouse\n                    an instantly recognizable personality.\n                \u003c\/p\u003e\n\n                \u003cspan class=\"va-trait\"\u003e\n                    “I'M NOT SAYING ANYTHING... YET.”\n                \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-character cat\"\u003e\n\n                \u003cdiv class=\"va-character-icon\"\u003e\n                    🐱\n                \u003c\/div\u003e\n\n                \u003ch3\u003e\n                    The Judgmental Cat\n                \u003c\/h3\u003e\n\n                \u003cstrong\u003e\n                    DRAMATIC · SKEPTICAL · COMPLETELY UNIMPRESSED\n                \u003c\/strong\u003e\n\n                \u003cp\u003e\n                    A tall angular neck,\n                    sideways glance,\n                    tiny crooked teeth\n                    and curled tail\n                    turn this burnt-orange cat\n                    into the kind of character\n                    you can't walk past without looking twice.\n                \u003c\/p\u003e\n\n                \u003cspan class=\"va-trait\"\u003e\n                    “I'VE SEEN ENOUGH.”\n                \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/6-32_e101d338-77fd-4f03-b106-cddd0d53c637.png?v=1788857427\u0026amp;width=1946\" alt=\"Vintage Mouse and Cat decorative figurine pair\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     VINTAGE FINISH\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-dark\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            MADE TO LOOK LIKE A LITTLE VINTAGE FIND\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Not Shiny.\n\n            Not Perfect.\n\n            \u003cbr\u003e\n\n            Exactly The Point.\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            The intentionally aged surface\n            gives each piece\n            the warm character\n            of something discovered\n            in a favorite antique shop\n            rather than something\n            pulled from a generic décor aisle.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            Muted olive green,\n            warm burnt orange\n            and distressed texture\n            make the pair especially easy\n            to mix with wood,\n            books,\n            pottery\n            and natural home accents.\n\n        \u003c\/p\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ChatGPT-Image-2026-9-3-17-50-58-_2_e0014dde-a5b9-4be9-9107-01aa941f629d.png?v=1788857427\u0026amp;width=1946\" alt=\"Vintage distressed finish on Mouse and Cat figurines\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     DETAILS\n====================================================== --\u003e\n\n\u003csection class=\"va-section\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            THE WEIRDER THE DETAIL, THE BETTER\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Every Awkward Detail\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"olive\"\u003e\n                Adds More Character.\n            \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n\n        \u003cdiv class=\"va-detail-grid\"\u003e\n\n\n            \u003cdiv class=\"va-detail\"\u003e\n\n                \u003cspan\u003e👀\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    SIDE-EYE EXPRESSIONS\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Their eyes do half the storytelling.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-detail\"\u003e\n\n                \u003cspan\u003e🐭\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    OVERSIZED FEATURES\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Long noses, big ears and exaggerated proportions.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-detail\"\u003e\n\n                \u003cspan\u003e🖌️\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    DISTRESSED TEXTURE\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    An intentionally aged, hand-finished look.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-detail\"\u003e\n\n                \u003cspan\u003e🦷\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    QUIRKY LITTLE TEETH\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Tiny details make the expressions even funnier.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-detail\"\u003e\n\n                \u003cspan\u003e🧡\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    BURNT ORANGE CAT\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Warm enough to blend beautifully with wood.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-detail\"\u003e\n\n                \u003cspan\u003e🌿\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    OLIVE GREEN MOUSE\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Muted color adds vintage farmhouse character.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-detail\"\u003e\n\n                \u003cspan\u003e〰️\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    CURLING TAILS\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Sculpted silhouettes look interesting from every angle.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-detail\"\u003e\n\n                \u003cspan\u003e🎭\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    TRUE CHARACTER DESIGN\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    More personality than ordinary realistic animal décor.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     EASY TO STYLE\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-placement\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            A LITTLE PERSONALITY GOES ALMOST ANYWHERE\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Easy To Style.\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"rust\"\u003e\n                Hard To Ignore.\n            \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            Their compact footprint\n            makes them easy to place\n            without having to redesign the room around them.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            Add one to an empty corner\n            or put the pair together\n            and let their expressions\n            create the conversation.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"va-place-grid\"\u003e\n\n\n            \u003cdiv class=\"va-place\"\u003e\n\n                \u003cspan\u003e📚\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    BOOKSHELF\n                \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-place\"\u003e\n\n                \u003cspan\u003e🔥\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    MANTEL\n                \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-place\"\u003e\n\n                \u003cspan\u003e🖥️\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    OFFICE DESK\n                \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-place\"\u003e\n\n                \u003cspan\u003e🚪\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    ENTRYWAY\n                \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-place\"\u003e\n\n                \u003cspan\u003e🏡\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    CONSOLE TABLE\n                \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-place\"\u003e\n\n                \u003cspan\u003e🍽️\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    KITCHEN SHELF\n                \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-place\"\u003e\n\n                \u003cspan\u003e🛋️\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    SIDE TABLE\n                \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-place\"\u003e\n\n                \u003cspan\u003e🌿\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    PLANT DISPLAY\n                \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ChatGPT-Image-2026-9-3-17-50-59-_3_41e210cc-b28a-4910-a669-1963c5bd48b8.png?v=1788857427\u0026amp;width=1946\" alt=\"Mouse and Cat vintage figurines used as easy-to-style home accents\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     REAL HOME\n====================================================== --\u003e\n\n\u003csection class=\"va-section\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            SEE THEM WHERE THEY BELONG\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Vintage Character\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"olive\"\u003e\n                Without The Antique-Shop Hunt.\n            \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            Warm wood,\n            old books,\n            neutral pottery\n            and classic framed artwork\n            bring out the pair's\n            worn-in vintage character.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            Their unusual silhouettes\n            give quiet spaces\n            just enough humor\n            without making the room feel childish.\n\n        \u003c\/p\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/5-37.png?v=1788857427\u0026amp;width=1946\" alt=\"Whimsical Mouse and Cat displayed on vintage console table\" loading=\"lazy\"\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/4-31_cc18b9cc-02b0-421d-b889-832ebec40974.png?v=1788857427\u0026amp;width=1946\" alt=\"Vintage animal figurines on cozy side table\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     SIZE\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-size\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            COMPACT ENOUGH FOR REAL HOMES\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Small Footprint.\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"rust\"\u003e\n                Plenty Of Presence.\n            \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            Designed to stand out\n            without taking over your shelf,\n            desk\n            or tabletop.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"va-size-grid\"\u003e\n\n\n            \u003cdiv class=\"va-size-card\"\u003e\n\n                \u003cspan\u003e🐭\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    MOUSE\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Approx. 14 × 8 × 16 cm\n                    \u003cbr\u003e\n                    5.5 × 3.1 × 6.3 in\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-size-card\"\u003e\n\n                \u003cspan\u003e🐱\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    CAT\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Approx. 14 × 7 × 17 cm\n                    \u003cbr\u003e\n                    5.5 × 2.8 × 6.7 in\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ChatGPT-Image-2026-9-3-17-51-00-_6_cb3a9bc1-6971-4054-9fb5-c1a5d224aeca.png?v=1788857427\u0026amp;width=1946\" alt=\"Mouse and Cat figurine size chart\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     INDIVIDUAL CHARACTERS\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-story\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            GOOD TOGETHER · GREAT ON THEIR OWN\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Pick Your Personality.\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"olive\"\u003e\n                Or Let Them Judge The Room Together.\n            \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            The mouse brings nervous,\n            suspicious little energy.\n\n            The cat brings pure\n            unimpressed confidence.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            Choose the character\n            that feels most like your home,\n            or pair them together\n            for the full odd-couple effect.\n\n        \u003c\/p\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/39da2e7d-b7d8-44f2-b23f-83d70be0acf0_6fa2a88f-7216-476f-a689-40e884faa398.png?v=1788857427\u0026amp;width=1946\" alt=\"Whimsical vintage green mouse figurine\" loading=\"lazy\"\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/aaa69f4e-e1ba-4123-89ea-c5f8bd764125_345df415-6ad0-410c-88c7-f1acd5960558.png?v=1788857427\u0026amp;width=1946\" alt=\"Whimsical burnt orange vintage cat figurine\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     CONVERSATION PIECE\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-conversation\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            THE KIND OF DÉCOR PEOPLE ASK ABOUT\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            “Where Did You Find\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"rust\"\u003e\n                Those Two?”\n            \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            Most decorative animals\n            are designed to blend in.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            These two are designed\n            to make people stop,\n            smile\n            and look again.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"va-callout\"\u003e\n\n            \u003cstrong\u003e\n                Décor With A Sense Of Humor.\n            \u003c\/strong\u003e\n\n            \u003cp\u003e\n                The strange expressions,\n                unusual proportions\n                and awkward little relationship\n                make the pair feel more like\n                two characters living in your home\n                than ordinary animal statues.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ChatGPT-Image-2026-9-3-17-51-00-_5_35da7161-294b-4884-9395-b9b9231191d3.png?v=1788857427\u0026amp;width=1946\" alt=\"Mouse and Cat figurines as a fun conversation piece\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     GIFT\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-gift\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            FOR PEOPLE WHO LIKE THEIR DÉCOR A LITTLE WEIRD\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Not Another Generic Animal Gift.\n\n            \u003cbr\u003e\n\n            Something With An Actual Personality.\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            A fun choice\n            for cat lovers,\n            animal lovers,\n            vintage décor fans\n            and the person\n            whose home is always filled\n            with interesting little finds.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"va-gift-grid\"\u003e\n\n\n            \u003cdiv class=\"va-gift-card\"\u003e\n\n                \u003cspan\u003e🐱\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    CAT LOVERS\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Especially those who appreciate a little attitude.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-gift-card\"\u003e\n\n                \u003cspan\u003e🐭\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    ANIMAL COLLECTORS\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Something far less ordinary than realistic figurines.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-gift-card\"\u003e\n\n                \u003cspan\u003e🏡\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    VINTAGE HOME FANS\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    Muted colors pair naturally with rustic interiors.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-gift-card\"\u003e\n\n                \u003cspan\u003e🎁\u003c\/span\u003e\n\n                \u003cstrong\u003e\n                    HARD-TO-BUY-FOR PEOPLE\n                \u003c\/strong\u003e\n\n                \u003csmall\u003e\n                    The kind of unexpected gift they'll remember.\n                \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n\n        \u003cimg class=\"va-img\" src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/6-32_e101d338-77fd-4f03-b106-cddd0d53c637.png?v=1788857427\u0026amp;width=1946\" alt=\"Whimsical Vintage Mouse and Cat figurine gift set\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     OFFER\n====================================================== --\u003e\n\n\u003csection id=\"vintage-animal-offer\" class=\"va-section\"\u003e\n\n    \u003cdiv class=\"va-wrap va-center\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            BUY MORE · SAVE MORE\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            Choose One Character.\n\n            \u003cbr\u003e\n\n            \u003cspan class=\"rust\"\u003e\n                Or Give Them Some Company.\n            \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            Start with your favorite\n            or mix Mouse and Cat styles\n            to create your own\n            wonderfully awkward little collection.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"va-bundles\"\u003e\n\n\n            \u003cdiv class=\"va-bundle\"\u003e\n\n                \u003csmall\u003e\n                    BUY 1\n                \u003c\/small\u003e\n\n                \u003cstrong\u003e\n                    $31.99\n                \u003c\/strong\u003e\n\n                \u003cdel\u003e\n                    $62.99\n                \u003c\/del\u003e\n\n                \u003cspan\u003e\n                    CHOOSE YOUR STYLE\n                \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-bundle best\"\u003e\n\n                \u003cdiv class=\"va-bundle-label\"\u003e\n                    MOST POPULAR\n                \u003c\/div\u003e\n\n                \u003csmall\u003e\n                    BUY 2 · 10% OFF\n                \u003c\/small\u003e\n\n                \u003cstrong\u003e\n                    $57.58\n                \u003c\/strong\u003e\n\n                \u003cdel\u003e\n                    $125.98\n                \u003c\/del\u003e\n\n                \u003cspan\u003e\n                    SAVE MORE\n                \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-bundle\"\u003e\n\n                \u003csmall\u003e\n                    BUY 3 · 15% OFF\n                \u003c\/small\u003e\n\n                \u003cstrong\u003e\n                    $81.57\n                \u003c\/strong\u003e\n\n                \u003cdel\u003e\n                    $188.97\n                \u003c\/del\u003e\n\n                \u003cspan\u003e\n                    15% OFF\n                \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"va-bundle\"\u003e\n\n                \u003csmall\u003e\n                    BUY 4 · 20% OFF\n                \u003c\/small\u003e\n\n                \u003cstrong\u003e\n                    $102.37\n                \u003c\/strong\u003e\n\n                \u003cdel\u003e\n                    $251.96\n                \u003c\/del\u003e\n\n                \u003cspan\u003e\n                    MOST VALUE\n                \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n\n        \u003ca class=\"va-btn\" href=\"\/products\/whimsical-vintage-animal-figurine\"\u003e\n\n            🐭🐱 CHOOSE MY VINTAGE CHARACTER →\n\n        \u003c\/a\u003e\n\n\n        \u003cp style=\"\n                margin-top:14px;\n                color:#797068;\n                font-size:11px;\n            \"\u003e\n\n            🌎 Worldwide Shipping\n              •  \n            🚚 Free Shipping Over $69.99\n              •  \n            ✅ 90-Day Free Returns\n\n        \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     FAQ\n====================================================== --\u003e\n\n\u003csection class=\"va-section va-faq-section\"\u003e\n\n    \u003cdiv class=\"va-wrap\"\u003e\n\n        \u003cdiv class=\"va-center\"\u003e\n\n            \u003cspan class=\"va-kicker\"\u003e\n                QUICK QUESTIONS\n            \u003c\/span\u003e\n\n\n            \u003ch2 class=\"va-title\"\u003e\n                Before They Move Onto Your Shelf.\n            \u003c\/h2\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"va-faq\"\u003e\n\n\n            \u003cdetails\u003e\n\n                \u003csummary\u003e\n                    What styles are available?\n                \u003c\/summary\u003e\n\n                \u003cp\u003e\n                    The collection includes\n                    the olive-green Mouse\n                    and burnt-orange Cat designs.\n                    You can choose the character\n                    that best suits your space\n                    or purchase multiple styles.\n                \u003c\/p\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails\u003e\n\n                \u003csummary\u003e\n                    What are the figurines made from?\n                \u003c\/summary\u003e\n\n                \u003cp\u003e\n                    The figurines are made from resin,\n                    allowing the exaggerated faces,\n                    ears,\n                    paws,\n                    tails\n                    and other sculpted details\n                    to remain clearly defined.\n                \u003c\/p\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails\u003e\n\n                \u003csummary\u003e\n                    Is the aged surface intentional?\n                \u003c\/summary\u003e\n\n                \u003cp\u003e\n                    Yes.\n                    The textured,\n                    distressed finish\n                    is an intentional part\n                    of the vintage-inspired design\n                    and gives each character\n                    its worn-in decorative appearance.\n                \u003c\/p\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails\u003e\n\n                \u003csummary\u003e\n                    How large is the Mouse?\n                \u003c\/summary\u003e\n\n                \u003cp\u003e\n                    The Mouse measures approximately\n                    14 × 8 × 16 cm,\n                    or about\n                    5.5 × 3.1 × 6.3 inches.\n                \u003c\/p\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails\u003e\n\n                \u003csummary\u003e\n                    How large is the Cat?\n                \u003c\/summary\u003e\n\n                \u003cp\u003e\n                    The Cat measures approximately\n                    14 × 7 × 17 cm,\n                    or about\n                    5.5 × 2.8 × 6.7 inches.\n                \u003c\/p\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails\u003e\n\n                \u003csummary\u003e\n                    Where can I display them?\n                \u003c\/summary\u003e\n\n                \u003cp\u003e\n                    They are intended for indoor decorative use\n                    and work especially well\n                    on bookshelves,\n                    fireplace mantels,\n                    office desks,\n                    console tables,\n                    kitchen shelves,\n                    side tables\n                    and entryway furniture.\n                \u003c\/p\u003e\n\n            \u003c\/details\u003e\n\n\n            \u003cdetails\u003e\n\n                \u003csummary\u003e\n                    What decorating styles do they suit?\n                \u003c\/summary\u003e\n\n                \u003cp\u003e\n                    Their muted olive,\n                    burnt orange\n                    and distressed finish\n                    pair especially well\n                    with rustic,\n                    farmhouse,\n                    vintage,\n                    eclectic\n                    and casual home interiors.\n                \u003c\/p\u003e\n\n            \u003c\/details\u003e\n\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     FINAL CTA\n====================================================== --\u003e\n\n\u003csection class=\"va-final\"\u003e\n\n    \u003cdiv class=\"va-wrap\"\u003e\n\n        \u003cspan class=\"va-kicker\"\u003e\n            🐭🐱 LET YOUR DÉCOR HAVE A LITTLE ATTITUDE\n        \u003c\/span\u003e\n\n\n        \u003ch2 class=\"va-title\"\u003e\n\n            One Looks Suspicious.\n\n            \u003cbr\u003e\n\n            One Looks Judgmental.\n\n            \u003cbr\u003e\n\n            Somehow They Belong Together.\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"va-copy\"\u003e\n\n            Vintage texture.\n\n            Odd proportions.\n\n            Completely unnecessary amounts of personality.\n\n            \u003cbr\u003e\u003cbr\u003e\n\n            Choose your favorite\n            and give that empty corner\n            something worth looking at.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"va-price\"\u003e\n\n            \u003cstrong\u003e\n                $31.99\n            \u003c\/strong\u003e\n\n            \u003cdel\u003e\n                $62.99\n            \u003c\/del\u003e\n\n            \u003cspan class=\"va-sale\"\u003e\n                SAVE 49%\n            \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003ca class=\"va-btn\" href=\"\/products\/whimsical-vintage-animal-figurine\"\u003e\n\n            🐾 BRING HOME MY LITTLE WEIRDO →\n\n        \u003c\/a\u003e\n\n\n        \u003cp style=\"\n                margin-top:15px;\n                color:#d6cbc2;\n                font-size:11px;\n            \"\u003e\n\n            🌎 Worldwide Shipping\n              •  \n            🚚 Free Shipping Over $69.99\n              •  \n            ✅ 90-Day Free Returns\n\n        \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- ======================================================\n     MOBILE STICKY CTA\n====================================================== --\u003e\n\n\u003cdiv class=\"va-sticky\"\u003e\n\n    \u003cdiv\u003e\n\n        \u003csmall\u003e\n            WHIMSICAL VINTAGE ANIMALS\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n            $31.99\n        \u003c\/strong\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ca href=\"\/products\/whimsical-vintage-animal-figurine\"\u003e\n\n        CHOOSE MINE 🐾\n\n    \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"YW","offers":[{"title":"🐭Mouse","offer_id":67504275619885,"sku":"SZ06522609044283-老鼠","price":31.99,"currency_code":"USD","in_stock":true},{"title":"🐱Cat","offer_id":67504275652653,"sku":"SZ06522609044283-猫","price":31.99,"currency_code":"USD","in_stock":true},{"title":"🐭🐱 Complete Cat \u0026 Mouse Set – 2 PCS \u0026 Free Shipping","offer_id":67504275685421,"sku":"SZ06522609044283-老鼠+SZ06522609044283-猫","price":54.56,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/6-32_e101d338-77fd-4f03-b106-cddd0d53c637.png?v=1788857427","url":"https:\/\/woverssy.com\/products\/whimsical-vintage-animal-figurine","provider":"woverssy","version":"1.0","type":"link"}