{"product_id":"pastel-party-hat-and-scarf","title":"Pastel Party Hat and Scarf","description":"\u003cstyle\u003e\n  .pphs-page{\n    font-family:Arial,Helvetica,sans-serif;\n    color:#29252b;\n    background:linear-gradient(180deg,#fff 0%,#fff9fc 100%);\n    line-height:1.6;\n    overflow:hidden;\n  }\n\n  .pphs-hero{\n    text-align:center;\n    padding:58px 22px 52px;\n    background:radial-gradient(circle at top,#f9e5f3 0%,#fff5fa 45%,#fff 82%);\n    border-radius:24px;\n    margin-bottom:28px;\n    animation:pphsFade 1s ease;\n  }\n\n  .pphs-tag{\n    display:inline-block;\n    padding:7px 16px;\n    border-radius:30px;\n    background:#f5dfed;\n    color:#85536f;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n    margin-bottom:16px;\n  }\n\n  .pphs-hero h1{\n    font-size:38px;\n    line-height:1.15;\n    margin:0 0 14px;\n    color:#2c2630;\n    letter-spacing:-.8px;\n  }\n\n  .pphs-hero p{\n    max-width:700px;\n    margin:0 auto;\n    font-size:17px;\n    color:#706873;\n  }\n\n  .pphs-sparkles{\n    margin-top:20px;\n    font-size:20px;\n    letter-spacing:8px;\n    animation:pphsFloat 3s ease-in-out infinite;\n  }\n\n  .pphs-section{\n    max-width:1050px;\n    margin:0 auto;\n    padding:42px 20px;\n  }\n\n  .pphs-intro{\n    text-align:center;\n    max-width:770px;\n    margin:0 auto 38px;\n  }\n\n  .pphs-intro h2,\n  .pphs-title{\n    font-size:29px;\n    line-height:1.2;\n    margin:0 0 12px;\n    color:#2d2730;\n  }\n\n  .pphs-intro p{\n    margin:0;\n    color:#716a72;\n    font-size:16px;\n  }\n\n  .pphs-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n  }\n\n  .pphs-card{\n    background:#fff;\n    border:1px solid #eadde6;\n    border-radius:18px;\n    padding:24px 20px;\n    box-shadow:0 8px 25px rgba(90,60,80,.07);\n    transition:transform .3s ease,box-shadow .3s ease;\n    animation:pphsUp .8s ease both;\n  }\n\n  .pphs-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 14px 30px rgba(90,60,80,.13);\n  }\n\n  .pphs-icon{\n    width:44px;\n    height:44px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:14px;\n    background:#faedf5;\n    font-size:21px;\n    margin-bottom:15px;\n  }\n\n  .pphs-card h3{\n    margin:0 0 7px;\n    font-size:17px;\n    color:#302933;\n  }\n\n  .pphs-card p{\n    margin:0;\n    color:#706970;\n    font-size:14px;\n  }\n\n  .pphs-feature{\n    max-width:1000px;\n    margin:18px auto 40px;\n    padding:42px 25px;\n    text-align:center;\n    background:linear-gradient(135deg,#fcebf5,#fff);\n    border:1px solid #ead8e4;\n    border-radius:24px;\n    box-shadow:0 12px 35px rgba(90,60,80,.08);\n    position:relative;\n    overflow:hidden;\n  }\n\n  .pphs-feature:before{\n    content:\"🎀  ✦  🎀\";\n    position:absolute;\n    top:15px;\n    right:22px;\n    font-size:17px;\n    opacity:.55;\n  }\n\n  .pphs-feature:after{\n    content:\"✦\";\n    position:absolute;\n    bottom:17px;\n    left:28px;\n    font-size:20px;\n    opacity:.4;\n  }\n\n  .pphs-feature span{\n    display:inline-block;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    color:#95617f;\n    margin-bottom:10px;\n  }\n\n  .pphs-feature h2{\n    margin:0 0 10px;\n    font-size:28px;\n    color:#2d2530;\n  }\n\n  .pphs-feature p{\n    max-width:680px;\n    margin:0 auto;\n    color:#716872;\n  }\n\n  .pphs-details{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:25px;\n  }\n\n  .pphs-detail{\n    background:#fff;\n    border:1px solid #eadde6;\n    border-radius:18px;\n    padding:24px;\n  }\n\n  .pphs-detail strong{\n    display:block;\n    color:#925d7b;\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:1px;\n    margin-bottom:5px;\n  }\n\n  .pphs-detail p{\n    margin:0;\n    color:#665f68;\n    font-size:15px;\n  }\n\n  .pphs-steps{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:28px;\n  }\n\n  .pphs-step{\n    text-align:center;\n    padding:25px 18px;\n    background:#fffafe;\n    border-radius:18px;\n    border:1px solid #eadde6;\n  }\n\n  .pphs-number{\n    width:42px;\n    height:42px;\n    margin:0 auto 13px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:50%;\n    background:#d99abb;\n    color:#fff;\n    font-weight:700;\n  }\n\n  .pphs-step h3{\n    margin:0 0 6px;\n    font-size:16px;\n  }\n\n  .pphs-step p{\n    margin:0;\n    color:#6d6670;\n    font-size:14px;\n  }\n\n  .pphs-care{\n    background:#fff;\n    border:1px solid #eadde6;\n    border-radius:20px;\n    padding:28px;\n    margin-top:25px;\n  }\n\n  .pphs-care ul{\n    margin:14px 0 0;\n    padding-left:20px;\n    color:#665f68;\n  }\n\n  .pphs-safety{\n    margin-top:25px;\n    padding:20px;\n    border-radius:16px;\n    background:#fdf0f7;\n    border-left:4px solid #d99abb;\n    color:#665f68;\n    font-size:14px;\n  }\n\n  .pphs-final{\n    text-align:center;\n    padding:48px 20px 58px;\n    margin-top:20px;\n    background:linear-gradient(135deg,#f8e5f1,#fff);\n    border-radius:24px;\n  }\n\n  .pphs-final h2{\n    margin:0 0 9px;\n    font-size:30px;\n    color:#2d2530;\n  }\n\n  .pphs-final p{\n    margin:0;\n    color:#6e6670;\n  }\n\n  @keyframes pphsFade{\n    from{opacity:0;transform:translateY(12px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes pphsUp{\n    from{opacity:0;transform:translateY(18px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes pphsFloat{\n    0%,100%{transform:translateY(0)}\n    50%{transform:translateY(-5px)}\n  }\n\n  @media(max-width:700px){\n    .pphs-hero{\n      padding:42px 18px 38px;\n      border-radius:18px;\n    }\n\n    .pphs-hero h1{\n      font-size:29px;\n    }\n\n    .pphs-hero p{\n      font-size:15px;\n    }\n\n    .pphs-section{\n      padding:32px 15px;\n    }\n\n    .pphs-intro h2,\n    .pphs-title{\n      font-size:25px;\n    }\n\n    .pphs-grid,\n    .pphs-details,\n    .pphs-steps{\n      grid-template-columns:1fr;\n    }\n\n    .pphs-feature{\n      margin:10px 15px 30px;\n      padding:34px 20px;\n      border-radius:19px;\n    }\n\n    .pphs-feature h2{\n      font-size:24px;\n    }\n\n    .pphs-final{\n      border-radius:18px;\n      padding:40px 18px 45px;\n    }\n\n    .pphs-final h2{\n      font-size:26px;\n    }\n  }\n\n  \/* OMG FIND — TRUST \/ QUALITY *\/\n  .pphs-trust{max-width:1050px;margin:0 auto 8px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}\n  .pphs-trust-item{padding:20px 14px;text-align:center;border-radius:17px;background:#fff;border:1px solid #eadde6;box-shadow:0 8px 22px rgba(90,60,80,.06);transition:.3s ease}\n  .pphs-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(90,60,80,.12)}\n  .pphs-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#faedf5;font-size:21px}\n  .pphs-trust-item strong{display:block;color:#302933;font-size:14px;margin-bottom:4px}\n  .pphs-trust-item span{display:block;color:#706970;font-size:12px;line-height:1.5}\n\n  .pphs-quality{background:#fff;border:1px solid #eadde6;border-radius:22px;padding:32px 28px;box-shadow:0 10px 30px rgba(90,60,80,.06)}\n  .pphs-quality-story{padding:27px 25px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#7d4e69,#d99abb);color:#fff}\n  .pphs-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n  .pphs-quality-story p{margin:0;color:rgba(255,255,255,.9);font-size:14px}\n  .pphs-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .pphs-quality-card{padding:22px;border-radius:17px;background:#fff9fc;border:1px solid #eadde6;border-left:4px solid #d99abb}\n  .pphs-quality-card strong{display:block;color:#302933;margin-bottom:6px;font-size:15px}\n  .pphs-quality-card span{display:block;color:#706970;font-size:13px}\n\n  .pphs-customer-trust{max-width:1000px;margin:10px auto 40px;padding:40px 28px;border-radius:24px;background:linear-gradient(135deg,#684458,#a96f90);color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 38px rgba(90,60,80,.18)}\n  .pphs-customer-trust:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f0bcd8,#fff,#f0bcd8)}\n  .pphs-trust-label{display:block;text-align:center;color:#ffe5f3;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n  .pphs-customer-trust h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n  .pphs-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.86);font-size:14px}\n  .pphs-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .pphs-customer-card{padding:23px;border-radius:17px;background:#fff;color:#302933}\n  .pphs-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#faedf5;font-size:21px;margin-bottom:11px}\n  .pphs-customer-card h3{margin:0 0 6px;color:#302933;font-size:16px}\n  .pphs-customer-card p{margin:0;color:#706970;font-size:13px}\n  .pphs-order-promise{display:flex;align-items:center;gap:17px;margin-top:16px;padding:22px;border-radius:17px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.2)}\n  .pphs-order-promise-icon{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;font-size:23px}\n  .pphs-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n  .pphs-order-promise span{display:block;color:rgba(255,255,255,.86);font-size:13px}\n\n  @media(max-width:700px){\n    .pphs-trust{grid-template-columns:repeat(2,1fr);padding:0 15px}\n    .pphs-quality-grid,.pphs-customer-grid{grid-template-columns:1fr}\n    .pphs-quality,.pphs-customer-trust{padding:28px 18px}\n    .pphs-customer-trust{margin-left:15px;margin-right:15px}\n    .pphs-order-promise{flex-direction:column;text-align:center}\n  }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"pphs-page\"\u003e\n\n  \u003cdiv class=\"pphs-hero\"\u003e\n    \u003cdiv class=\"pphs-tag\"\u003ePastel • Festive • Photo-Ready\u003c\/div\u003e\n    \u003ch1\u003ePastel Party Hat \u0026amp; Scarf 🎀\u003c\/h1\u003e\n    \u003cp\u003eA sweet little celebration set designed to give your pet an extra dose of charm for birthdays, holidays and special moments.\u003c\/p\u003e\n    \u003cdiv class=\"pphs-sparkles\"\u003e🎀 ✦ ✨\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pphs-trust\"\u003e\n    \u003cdiv class=\"pphs-trust-item\"\u003e\n\u003cdiv class=\"pphs-trust-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003e2-Piece Party Set\u003c\/strong\u003e\u003cspan\u003eIncludes the pastel crochet cone hat and matching ruffled scarf described on the page.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pphs-trust-item\"\u003e\n\u003cdiv class=\"pphs-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003ePet Comfort First\u003c\/strong\u003e\u003cspan\u003eMade for short, supervised dress-up moments with comfort in mind.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pphs-trust-item\"\u003e\n\u003cdiv class=\"pphs-trust-icon\"\u003e📸\u003c\/div\u003e\n\u003cstrong\u003ePhoto-Ready Style\u003c\/strong\u003e\u003cspan\u003eA coordinated pastel look for birthdays, holidays and special photos.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pphs-trust-item\"\u003e\n\u003cdiv class=\"pphs-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about the set or your order? OMG Find is here to help.\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pphs-section\"\u003e\n\n\n\u003cdiv class=\"pphs-intro\"\u003e\n  \u003ch2\u003eParty Mode: Activated 🎉\u003c\/h2\u003e\n  \u003cp\u003e\n    Make their next celebration even more memorable with this adorable pastel accessory set.\n    Featuring a soft crochet cone hat with a pom-pom top and a matching ruffled scarf finished with a cute bow.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pphs-grid\"\u003e\n\n  \u003cdiv class=\"pphs-card\"\u003e\n    \u003cdiv class=\"pphs-icon\"\u003e🎉\u003c\/div\u003e\n    \u003ch3\u003ePerfect For Celebrations\u003c\/h3\u003e\n    \u003cp\u003eIdeal for birthdays, holidays, special occasions and memorable pet photos.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-card\"\u003e\n    \u003cdiv class=\"pphs-icon\"\u003e🧶\u003c\/div\u003e\n    \u003ch3\u003eSoft Crochet Hat\u003c\/h3\u003e\n    \u003cp\u003eThe cone-shaped crochet hat adds a cosy, handmade-inspired touch.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-card\"\u003e\n    \u003cdiv class=\"pphs-icon\"\u003e✨\u003c\/div\u003e\n    \u003ch3\u003eCute Pom-Pom Top\u003c\/h3\u003e\n    \u003cp\u003eA playful pom-pom detail gives the hat its extra festive personality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-card\"\u003e\n    \u003cdiv class=\"pphs-icon\"\u003e🎀\u003c\/div\u003e\n    \u003ch3\u003eMatching Scarf\u003c\/h3\u003e\n    \u003cp\u003eThe ruffled pastel scarf completes the look with a charming bow detail.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-card\"\u003e\n    \u003cdiv class=\"pphs-icon\"\u003e☁️\u003c\/div\u003e\n    \u003ch3\u003eLightweight Feel\u003c\/h3\u003e\n    \u003cp\u003eAn easy accessory set for short, supervised moments of festive fun.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-card\"\u003e\n    \u003cdiv class=\"pphs-icon\"\u003e📸\u003c\/div\u003e\n    \u003ch3\u003ePhoto-Ready Style\u003c\/h3\u003e\n    \u003cp\u003ePerfect for creating adorable birthday portraits and celebration memories.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-feature\"\u003e\n    \u003cspan\u003eSweet • Soft • Celebration Ready\u003c\/span\u003e\n    \u003ch2\u003eEvery Party Needs A Little Extra Cuteness 🎀\u003c\/h2\u003e\n    \u003cp\u003e\n      Add a sprinkle of pastel charm to their special day and make those celebration photos even more unforgettable.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-section\"\u003e\n\n\n\u003ch2 class=\"pphs-title\"\u003eThe Complete Party Look ✨\u003c\/h2\u003e\n\n\u003cdiv class=\"pphs-details\"\u003e\n\n  \u003cdiv class=\"pphs-detail\"\u003e\n    \u003cstrong\u003eHat\u003c\/strong\u003e\n    \u003cp\u003eSoft crochet cone design finished with a playful pom-pom on top.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-detail\"\u003e\n    \u003cstrong\u003eScarf\u003c\/strong\u003e\n    \u003cp\u003eMatching ruffled pastel scarf with a decorative bow detail.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-detail\"\u003e\n    \u003cstrong\u003eStyle\u003c\/strong\u003e\n    \u003cp\u003eSoft pastel colours designed for a sweet and festive appearance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-detail\"\u003e\n    \u003cstrong\u003eOccasions\u003c\/strong\u003e\n    \u003cp\u003eBirthdays, holidays, parties, special occasions and photoshoots.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \n  \u003cdiv class=\"pphs-section\"\u003e\n    \u003cdiv class=\"pphs-intro\"\u003e\n      \u003ch2\u003eDesigned For Sweet Celebrations — With Comfort In Mind 🎀\u003c\/h2\u003e\n      \u003cp\u003eA cute costume set should still give you clear information about what you're ordering and how to introduce each piece safely.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pphs-quality\"\u003e\n      \u003cdiv class=\"pphs-quality-story\"\u003e\n        \u003ch3\u003eTwo Pieces. One Adorable Party Look.\u003c\/h3\u003e\n        \u003cp\u003eThis set pairs a soft crochet cone hat with a matching ruffled pastel scarf and decorative bow. Introduce each piece gradually and keep dress-up sessions short and supervised so your pet can enjoy the celebration at their own pace.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pphs-quality-grid\"\u003e\n        \u003cdiv class=\"pphs-quality-card\"\u003e\n\u003cstrong\u003e🧶 Crochet Hat Design\u003c\/strong\u003e\u003cspan\u003eThe cone-shaped crochet hat gives the set its handmade-inspired party look, finished with a playful pom-pom detail.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"pphs-quality-card\"\u003e\n\u003cstrong\u003e🎀 Matching Ruffled Scarf\u003c\/strong\u003e\u003cspan\u003eThe coordinating scarf completes the pastel look with soft-looking ruffles and a decorative bow detail.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"pphs-quality-card\"\u003e\n\u003cstrong\u003e☁️ Lightweight Dress-Up\u003c\/strong\u003e\u003cspan\u003eDesigned for short costume moments rather than extended or unattended wear.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"pphs-quality-card\"\u003e\n\u003cstrong\u003e🐾 Supervised Pet Wear\u003c\/strong\u003e\u003cspan\u003eCheck the scarf is not too tight, introduce the pieces gradually and remove them if your pet becomes uncomfortable.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cdiv class=\"pphs-section\"\u003e\n\n\n\u003cdiv class=\"pphs-intro\"\u003e\n  \u003ch2\u003eStyle Them In 3 Easy Steps\u003c\/h2\u003e\n  \u003cp\u003eKeep the experience relaxed and let your pet enjoy the celebration at their own pace.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pphs-steps\"\u003e\n\n  \u003cdiv class=\"pphs-step\"\u003e\n    \u003cdiv class=\"pphs-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003ePlace\u003c\/h3\u003e\n    \u003cp\u003eGently place the hat on your pet and make sure it sits comfortably.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-step\"\u003e\n    \u003cdiv class=\"pphs-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eStyle\u003c\/h3\u003e\n    \u003cp\u003eAdd the matching ruffled scarf and adjust it gently for a neat look.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-step\"\u003e\n    \u003cdiv class=\"pphs-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eCelebrate\u003c\/h3\u003e\n    \u003cp\u003eGrab the camera and capture their adorable party transformation! 📸\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pphs-section\"\u003e\n\n\n\u003cdiv class=\"pphs-feature\"\u003e\n  \u003cspan\u003ePastel Party Vibes\u003c\/span\u003e\n  \u003ch2\u003eToo Cute Not To Photograph 🎀✨\u003c\/h2\u003e\n  \u003cp\u003e\n    Whether it's their birthday, a festive gathering or simply an excuse for cute photos, this little set brings the celebration to them.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pphs-safety\"\u003e\n  \u003cstrong\u003e🐾 Pet Safety Note\u003c\/strong\u003e\u003cbr\u003e\n  This is a costume accessory intended for supervised use. Introduce the set gradually and remove it if your pet shows signs of discomfort, stress or irritation. Make sure the scarf is not too tight and keep all accessories away from chewing or ingestion. Never leave your pet unattended while wearing the set.\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pphs-customer-trust\"\u003e\n    \u003cspan class=\"pphs-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"pphs-customer-intro\"\u003eBuying a pet costume online can come with questions. That's why we provide clear set information, wearing guidance and support to help you make an informed choice.\u003c\/p\u003e\n\n    \u003cdiv class=\"pphs-customer-grid\"\u003e\n      \u003cdiv class=\"pphs-customer-card\"\u003e\n\u003cdiv class=\"pphs-customer-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eWhat's Included Is Clear\u003c\/h3\u003e\n\u003cp\u003eThe product page explains the pastel crochet cone hat and matching ruffled scarf so you know what makes up the party set.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pphs-customer-card\"\u003e\n\u003cdiv class=\"pphs-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n\u003cp\u003eWe include supervised-use guidance and recommend introducing each accessory gradually while checking your pet's comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pphs-customer-card\"\u003e\n\u003cdiv class=\"pphs-customer-icon\"\u003e🎀\u003c\/div\u003e\n\u003ch3\u003eClear Styling Guidance\u003c\/h3\u003e\n\u003cp\u003eThe three-step wearing guide shows how to place the hat, add the scarf and keep the experience relaxed.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pphs-customer-card\"\u003e\n\u003cdiv class=\"pphs-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the costume set or your order? Contact OMG Find and we'll help with the information you need.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pphs-order-promise\"\u003e\n      \u003cdiv class=\"pphs-order-promise-icon\"\u003e💗\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your costume set arrives damaged or clearly isn't what was shown on the product page, contact us and we'll help resolve the issue in line with our store policies.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pphs-final\"\u003e\n    \u003ch2\u003eSmall Accessories. Big Celebration. 🎉\u003c\/h2\u003e\n    \u003cp\u003eBecause every special moment deserves a little pastel magic. 🎀✨\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Default Title","offer_id":46575037350051,"sku":"Pastel Party Hat and Scarf","price":350.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/Pastel_party_Hat_and_Scarf.png?v=1788425654","url":"https:\/\/omgfind.store\/products\/pastel-party-hat-and-scarf","provider":"OMG Find","version":"1.0","type":"link"}