{"product_id":"okiepaw-christmas-bowling-pin-dog-toy-set-red-green-2-pack","title":"OkiePaw Christmas Bowling Pin Dog Toy Set – Red \u0026 Green 2-Pack","description":"\u003cstyle\u003e\n  .osp-holiday-dog-toy {\n    --orange: #f16522;\n    --orange-dark: #c94d10;\n    --navy: #17324a;\n    --navy-light: #24506f;\n    --blue: #25677f;\n    --text: #374151;\n    --muted: #64748b;\n    --cream: #fff8f3;\n    --light: #f8fafc;\n    --border: #e2e8f0;\n    --white: #ffffff;\n    --green: #18794e;\n\n    max-width: 120rem;\n    margin: 0 auto;\n    padding: 2.4rem 2.4rem 6rem;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.72;\n  }\n\n  .osp-holiday-dog-toy * {\n    box-sizing: border-box;\n  }\n\n  .osp-holiday-dog-toy h2,\n  .osp-holiday-dog-toy h3 {\n    margin-top: 0;\n    color: var(--navy);\n    line-height: 1.2;\n  }\n\n  .osp-holiday-dog-toy h2 {\n    margin-bottom: 1.8rem;\n    font-size: clamp(2.8rem, 4vw, 4.4rem);\n    letter-spacing: -0.025em;\n  }\n\n  .osp-holiday-dog-toy h3 {\n    margin-bottom: 1rem;\n    font-size: 2rem;\n  }\n\n  .osp-holiday-dog-toy p {\n    margin: 0 0 1.8rem;\n  }\n\n  .osp-holiday-dog-hero {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(4.2rem, 7vw, 7rem);\n    border-radius: 2.8rem;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(255,255,255,0.18),\n        transparent 34%\n      ),\n      linear-gradient(\n        135deg,\n        #17324a 0%,\n        #24506f 58%,\n        #2d748a 100%\n      );\n    color: var(--white);\n    box-shadow: 0 2.2rem 5.2rem rgba(15,23,42,0.14);\n  }\n\n  .osp-holiday-dog-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -8rem;\n    bottom: -12rem;\n    width: 34rem;\n    height: 34rem;\n    border: 4.4rem solid rgba(255,255,255,0.09);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .osp-holiday-dog-eyebrow {\n    position: relative;\n    z-index: 2;\n    display: inline-block;\n    margin-bottom: 1.4rem;\n    padding: 0.8rem 1.5rem;\n    border: 1px solid rgba(255,255,255,0.68);\n    border-radius: 999px;\n    background: rgba(0,0,0,0.12);\n    color: #ffffff !important;\n    font-size: 1.2rem;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .osp-holiday-dog-hero h2,\n  .osp-holiday-dog-hero p {\n    position: relative;\n    z-index: 2;\n    max-width: 92rem;\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .osp-holiday-dog-hero h2 {\n    margin: 0 0 1.8rem;\n    font-size: clamp(3.5rem, 5vw, 6rem);\n    font-weight: 900;\n    line-height: 1.08;\n    letter-spacing: -0.04em;\n  }\n\n  .osp-holiday-dog-hero p {\n    margin-bottom: 0;\n    font-size: clamp(1.7rem, 2vw, 2.1rem);\n    font-weight: 600;\n    line-height: 1.55;\n  }\n\n  .osp-holiday-dog-summary {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0,1fr));\n    gap: 1.8rem;\n    margin-top: 2.8rem;\n  }\n\n  .osp-holiday-dog-summary-card {\n    padding: 2.5rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--white);\n    box-shadow: 0 1rem 2.6rem rgba(15,23,42,0.05);\n  }\n\n  .osp-holiday-dog-summary-card strong {\n    display: block;\n    margin-bottom: 0.7rem;\n    color: var(--orange-dark);\n    font-size: 1.9rem;\n  }\n\n  .osp-holiday-dog-summary-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .osp-holiday-dog-section {\n    margin-top: 5.8rem;\n  }\n\n  .osp-holiday-dog-intro {\n    max-width: 96rem;\n    font-size: 1.7rem;\n  }\n\n  .osp-holiday-dog-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0,1fr));\n    gap: 1.8rem;\n    margin-top: 2.6rem;\n  }\n\n  .osp-holiday-dog-feature-card {\n    padding: 2.6rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--light);\n  }\n\n  .osp-holiday-dog-feature-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-holiday-dog-feature-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .osp-holiday-dog-highlight {\n    margin-top: 2.8rem;\n    padding: 2.7rem 2.9rem;\n    border-left: 6px solid var(--orange);\n    border-radius: 1.8rem;\n    background: var(--cream);\n  }\n\n  .osp-holiday-dog-highlight p:last-child {\n    margin-bottom: 0;\n  }\n\n  .osp-holiday-dog-checklist {\n    display: grid;\n    grid-template-columns: repeat(2,minmax(0,1fr));\n    gap: 1.2rem;\n    margin: 2.4rem 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .osp-holiday-dog-checklist li {\n    position: relative;\n    padding: 1.5rem 1.6rem 1.5rem 4.2rem;\n    border: 1px solid var(--border);\n    border-radius: 1.4rem;\n    background: var(--white);\n  }\n\n  .osp-holiday-dog-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 1.6rem;\n    color: var(--green);\n    font-weight: 900;\n  }\n\n  .osp-holiday-dog-spec-box {\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    gap: 2.8rem;\n    padding: clamp(3rem,5vw,4.6rem);\n    border-radius: 2.5rem;\n    background: var(--navy);\n    color: #ffffff;\n  }\n\n  .osp-holiday-dog-spec-box h2,\n  .osp-holiday-dog-spec-box p {\n    color: #ffffff !important;\n  }\n\n  .osp-holiday-dog-spec-card {\n    padding: 2.7rem;\n    border-radius: 2rem;\n    background: var(--white);\n    color: var(--text);\n  }\n\n  .osp-holiday-dog-spec-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-holiday-dog-spec-card ul {\n    margin-bottom: 0;\n    padding-left: 2.2rem;\n  }\n\n  .osp-holiday-dog-faq {\n    margin-top: 2.4rem;\n  }\n\n  .osp-holiday-dog-faq details {\n    margin-bottom: 1.3rem;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 1.6rem;\n    background: var(--white);\n  }\n\n  .osp-holiday-dog-faq summary {\n    position: relative;\n    padding: 2rem 5.2rem 2rem 2.2rem;\n    color: var(--navy);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .osp-holiday-dog-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .osp-holiday-dog-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 2.2rem;\n    transform: translateY(-50%);\n    color: var(--orange);\n    font-size: 2.4rem;\n    font-weight: 900;\n  }\n\n  .osp-holiday-dog-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .osp-holiday-dog-faq-answer {\n    padding: 0 2.2rem 2rem;\n  }\n\n  .osp-holiday-dog-final {\n    margin-top: 5.8rem;\n    padding: clamp(3.6rem,6vw,5.5rem);\n    border-radius: 2.8rem;\n    background: linear-gradient(135deg,#d9470d 0%,#f16522 100%);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .osp-holiday-dog-final h2,\n  .osp-holiday-dog-final p {\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .osp-holiday-dog-final p {\n    max-width: 78rem;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .osp-holiday-dog-note {\n    margin-top: 2rem;\n    color: var(--muted);\n    font-size: 1.4rem;\n  }\n\n  @media screen and (max-width: 980px) {\n    .osp-holiday-dog-summary {\n      grid-template-columns: repeat(2,minmax(0,1fr));\n    }\n\n    .osp-holiday-dog-spec-box {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 760px) {\n    .osp-holiday-dog-feature-grid,\n    .osp-holiday-dog-checklist {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 700px) {\n    .osp-holiday-dog-toy {\n      padding-right: 1.4rem;\n      padding-left: 1.4rem;\n    }\n\n    .osp-holiday-dog-hero {\n      padding: 3.6rem 2.4rem 4.8rem;\n      border-radius: 2.2rem;\n    }\n\n    .osp-holiday-dog-summary {\n      grid-template-columns: 1fr;\n    }\n\n    .osp-holiday-dog-section {\n      margin-top: 4.6rem;\n    }\n  }\n\u003c\/style\u003e\n\u003carticle class=\"osp-holiday-dog-toy\"\u003e\n\u003csection class=\"osp-holiday-dog-hero\"\u003e\u003cspan class=\"osp-holiday-dog-eyebrow\"\u003e 2-Piece Set • Red \u0026amp; Green • Holiday Dog Toys \u003c\/span\u003e\n\u003ch2\u003eOkiePaw Christmas Bowling Pin Dog Toy Set\u003c\/h2\u003e\n\u003cp\u003eBring some holiday color to playtime with a festive 2-piece dog toy set featuring one red and one green bowling-pin-shaped toy with raised paw-print details.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"osp-holiday-dog-summary\"\u003e\n\u003carticle class=\"osp-holiday-dog-summary-card\"\u003e\u003cstrong\u003e2-Piece Set\u003c\/strong\u003e\n\u003cp\u003eEvery set includes one red toy and one green toy.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-holiday-dog-summary-card\"\u003e\u003cstrong\u003eHoliday Colors\u003c\/strong\u003e\n\u003cp\u003eClassic red and green make this set an easy Christmas-season dog gift.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-holiday-dog-summary-card\"\u003e\u003cstrong\u003eRaised Paw Details\u003c\/strong\u003e\n\u003cp\u003ePaw-print accents add texture and a playful pet-themed look.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-holiday-dog-summary-card\"\u003e\u003cstrong\u003eCompact Size\u003c\/strong\u003e\n\u003cp\u003eEach toy measures approximately 5.7 inches tall and 2.4 inches wide.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003csection class=\"osp-holiday-dog-section\"\u003e\n\u003ch2\u003eA Festive Pair for Holiday Playtime\u003c\/h2\u003e\n\u003cdiv class=\"osp-holiday-dog-intro\"\u003e\n\u003cp\u003eThe OkiePaw Christmas Bowling Pin Dog Toy Set gives your dog two colorful toys in one festive package.\u003c\/p\u003e\n\u003cp\u003eEach set includes one bright red toy and one green toy, so there is no need to choose a color. The bowling-pin-inspired shape is finished with raised paw-print details for a fun pet-themed look.\u003c\/p\u003e\n\u003cp\u003eThe compact size makes the set easy to wrap, add to a stocking, include in a holiday pet gift basket or keep around for everyday supervised play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osp-holiday-dog-highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eWhat's included:\u003c\/strong\u003e One red dog toy + one green dog toy. This listing is for a complete 2-piece set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-holiday-dog-section\"\u003e\n\u003ch2\u003eWhy We Like This Holiday Set\u003c\/h2\u003e\n\u003cdiv class=\"osp-holiday-dog-feature-grid\"\u003e\n\u003carticle class=\"osp-holiday-dog-feature-card\"\u003e\n\u003ch3\u003eRed + Green Together\u003c\/h3\u003e\n\u003cp\u003eEvery order includes both classic Christmas colors, making the set immediately gift-ready for the holiday season.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-holiday-dog-feature-card\"\u003e\n\u003ch3\u003eFun Bowling Pin Shape\u003c\/h3\u003e\n\u003cp\u003eThe tapered bowling-pin-style shape gives the toys a different look from a basic ball or bone.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-holiday-dog-feature-card\"\u003e\n\u003ch3\u003ePaw-Print Texture\u003c\/h3\u003e\n\u003cp\u003eRaised paw-print details wrap around the toy for an extra playful pet-inspired finish.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-holiday-dog-section\"\u003e\n\u003ch2\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"osp-holiday-dog-checklist\"\u003e\n\u003cli\u003eSet includes 2 dog toys\u003c\/li\u003e\n\u003cli\u003eIncludes 1 red and 1 green toy\u003c\/li\u003e\n\u003cli\u003eBowling-pin-inspired shape\u003c\/li\u003e\n\u003cli\u003eRaised paw-print details\u003c\/li\u003e\n\u003cli\u003eApproximately 5.71 inches tall\u003c\/li\u003e\n\u003cli\u003eApproximately 2.36 inches wide\u003c\/li\u003e\n\u003cli\u003eGreat Christmas stocking stuffer\u003c\/li\u003e\n\u003cli\u003eFun addition to holiday pet gift baskets\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-holiday-dog-section\"\u003e\n\u003cdiv class=\"osp-holiday-dog-spec-box\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eCompact Holiday Dog Toys\u003c\/h2\u003e\n\u003cp\u003eEach toy measures approximately 14.5 cm tall by 6 cm wide, which converts to about 5.71 inches tall by 2.36 inches wide.\u003c\/p\u003e\n\u003cp\u003eThe size makes them easy to store, wrap and include with other Christmas pet gifts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003caside class=\"osp-holiday-dog-spec-card\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuantity:\u003c\/strong\u003e 2 toys per set\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColors:\u003c\/strong\u003e 1 Red + 1 Green\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeight:\u003c\/strong\u003e Approx. 5.71 in. \/ 14.5 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWidth:\u003c\/strong\u003e Approx. 2.36 in. \/ 6 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eShape:\u003c\/strong\u003e Bowling pin inspired\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDetail:\u003c\/strong\u003e Raised paw-print accents\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-holiday-dog-section\"\u003e\n\u003ch2\u003ePerfect for Holiday Dog Gifts\u003c\/h2\u003e\n\u003cul class=\"osp-holiday-dog-checklist\"\u003e\n\u003cli\u003eChristmas stockings for dogs\u003c\/li\u003e\n\u003cli\u003eHoliday pet gift baskets\u003c\/li\u003e\n\u003cli\u003eDog Christmas presents\u003c\/li\u003e\n\u003cli\u003ePet boutique holiday displays\u003c\/li\u003e\n\u003cli\u003eSecret Santa gifts for dog owners\u003c\/li\u003e\n\u003cli\u003eChristmas morning playtime\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-holiday-dog-section\"\u003e\n\u003ch2\u003eChristmas Dog Toy Set FAQs\u003c\/h2\u003e\n\u003cdiv class=\"osp-holiday-dog-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow many toys are included?\u003c\/summary\u003e\n\u003cdiv class=\"osp-holiday-dog-faq-answer\"\u003e\n\u003cp\u003eEach set includes two toys total: one red toy and one green toy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I choose two of the same color?\u003c\/summary\u003e\n\u003cdiv class=\"osp-holiday-dog-faq-answer\"\u003e\n\u003cp\u003eNo. This listing is sold as a red-and-green pair with one of each color.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is each toy?\u003c\/summary\u003e\n\u003cdiv class=\"osp-holiday-dog-faq-answer\"\u003e\n\u003cp\u003eEach toy measures approximately 5.71 inches tall by 2.36 inches wide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these intended as Christmas toys?\u003c\/summary\u003e\n\u003cdiv class=\"osp-holiday-dog-faq-answer\"\u003e\n\u003cp\u003eThe red-and-green combination makes them especially fun for Christmas and holiday gifting, but they can be used for supervised play year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould dogs be supervised while playing?\u003c\/summary\u003e\n\u003cdiv class=\"osp-holiday-dog-faq-answer\"\u003e\n\u003cp\u003eYes. Always supervise your dog during play. Inspect toys regularly and discontinue use if they become damaged or pieces begin to separate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-holiday-dog-final\"\u003e\n\u003ch2\u003eTwo Toys. Two Christmas Colors.\u003c\/h2\u003e\n\u003cp\u003eGive your dog a festive red-and-green pair for Christmas morning, holiday gifting or seasonal playtime.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cp class=\"osp-holiday-dog-note\"\u003eNo dog toy is indestructible. Always supervise pets during play and inspect toys regularly. Remove and replace the toy if damaged.\u003c\/p\u003e\n\u003c\/article\u003e","brand":"Okie Soft Play Store","offers":[{"title":"Default Title","offer_id":52247370400032,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0842\/8414\/5952\/files\/Main_01.jpg?v=1787687515","url":"https:\/\/softplaystore.com\/products\/okiepaw-christmas-bowling-pin-dog-toy-set-red-green-2-pack","provider":"Okie Soft Play Store","version":"1.0","type":"link"}