{"title":"Pet Accessories","description":"\u003cp\u003e\u003cspan\u003eCozy beds, fun costumes, grooming tools \u0026amp; more - everything your pet needs to look and feel their best. Quality you can trust, prices you’ll love. Fast delivery across SA.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"pet-cowboy-costume-set-red-paisley-bandana","title":"Pet Cowboy Costume Set - Red Paisley Bandana","description":"\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Rye\u0026amp;family=Fredoka:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\n  :root{\n    --parchment:#f2e2c4;\n    --parchment-deep:#e8d3a8;\n    --leather:#5b3624;\n    --leather-deep:#3c2115;\n    --saddle:#8a5a35;\n    --paisley-red:#a83232;\n    --paisley-red-deep:#7c2222;\n    --star-gold:#d9a441;\n    --star-gold-bright:#f0c66a;\n    --ink:#2b1810;\n    --rope:#c9a876;\n  }\n\n  *{margin:0;padding:0;box-sizing:border-box;}\n\n  html{scroll-behavior:smooth;}\n\n  .cwb-page{\n    font-family:'Fredoka', sans-serif;\n    background:\n      radial-gradient(ellipse at 50% -10%, #4a2c1c 0%, transparent 55%),\n      linear-gradient(180deg, var(--leather-deep) 0%, #2a170f 100%) !important;\n    color:var(--parchment) !important;\n    overflow-x:hidden;\n    border-radius:16px;\n    isolation:isolate;\n  }\n\n  @media (prefers-reduced-motion: reduce){\n    *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important;}\n  }\n\n  a:focus-visible, button:focus-visible{outline:3px solid var(--star-gold-bright); outline-offset:3px;}\n\n  .cwb-rye{font-family:'Rye', serif;}\n\n  .cwb-grain{\n    position:fixed; inset:0; pointer-events:none; z-index:1; opacity:0.05;\n    background-image:radial-gradient(circle, #fff 1px, transparent 1px);\n    background-size:3px 3px;\n  }\n\n  .cwb-stitch-line{\n    border:none;\n    border-top:2px dashed rgba(217,164,65,0.35);\n    margin:0;\n  }\n\n  .cwb-hero{\n    position:relative;\n    min-height:100svh;\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    justify-content:center;\n    text-align:center;\n    padding:5rem 1.5rem 4rem;\n    overflow:hidden;\n  }\n\n  .cwb-hero-sky{\n    position:absolute; inset:0;\n    background:\n      radial-gradient(circle at 50% 28%, rgba(240,198,106,0.16) 0%, transparent 42%);\n    z-index:0;\n  }\n\n  .cwb-twinkle{\n    position:absolute;\n    color:var(--star-gold-bright);\n    animation:twinkle 3.2s ease-in-out infinite;\n    z-index:0;\n    filter:drop-shadow(0 0 6px rgba(240,198,106,0.7));\n  }\n  @keyframes twinkle{\n    0%,100%{opacity:0.25; transform:scale(0.85);}\n    50%{opacity:1; transform:scale(1.05);}\n  }\n\n  .cwb-badge-wrap{\n    position:relative;\n    width:168px; height:168px;\n    display:flex; align-items:center; justify-content:center;\n    margin-bottom:1.6rem;\n    opacity:0;\n    animation:badgeIn 1.1s cubic-bezier(.2,.9,.25,1) 0.15s forwards;\n  }\n  @keyframes badgeIn{\n    0%{opacity:0; transform:scale(0.4) rotate(-25deg);}\n    100%{opacity:1; transform:scale(1) rotate(0deg);}\n  }\n\n  .cwb-badge-glow{\n    position:absolute; inset:-30px;\n    border-radius:50%;\n    background:radial-gradient(circle, rgba(240,198,106,0.55) 0%, rgba(240,198,106,0) 68%);\n    animation:pulseGlow 2.6s ease-in-out infinite;\n  }\n  @keyframes pulseGlow{\n    0%,100%{opacity:0.55; transform:scale(0.92);}\n    50%{opacity:1; transform:scale(1.08);}\n  }\n\n  .cwb-badge-star{\n    position:relative; z-index:2;\n    width:140px; height:140px;\n    filter:drop-shadow(0 0 14px rgba(240,198,106,0.8));\n  }\n\n  .cwb-eyebrow{\n    font-size:0.95rem;\n    letter-spacing:0.02em;\n    color:var(--rope);\n    opacity:0;\n    animation:fadeUp 0.8s ease 0.5s forwards;\n  }\n\n  h1.cwb-headline{\n    font-family:'Rye', serif;\n    font-size:clamp(2.6rem, 7vw, 5rem);\n    line-height:1.08;\n    color:var(--parchment);\n    text-shadow:\n      0 0 18px rgba(240,198,106,0.45),\n      0 4px 0 rgba(0,0,0,0.35);\n    margin:0.6rem 0 1rem;\n    opacity:0;\n    animation:fadeUp 0.9s ease 0.65s forwards;\n    max-width:16ch;\n  }\n\n  .cwb-headline-glow{\n    color:var(--star-gold-bright);\n  }\n\n  .cwb-subhead{\n    max-width:46ch;\n    font-size:1.15rem;\n    line-height:1.6;\n    color:#e9d9bd;\n    opacity:0;\n    animation:fadeUp 0.9s ease 0.85s forwards;\n  }\n\n  @keyframes fadeUp{\n    0%{opacity:0; transform:translateY(18px);}\n    100%{opacity:1; transform:translateY(0);}\n  }\n\n  .cwb-scroll-cue{\n    margin-top:3.4rem;\n    font-size:0.85rem;\n    color:rgba(242,226,196,0.55);\n    opacity:0;\n    animation:fadeUp 0.9s ease 1.25s forwards, bob 2.4s ease-in-out 2.2s infinite;\n  }\n  @keyframes bob{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(6px);}\n  }\n\n  .cwb-page section{\n    position:relative;\n    z-index:2;\n    max-width:1080px;\n    margin:0 auto;\n    padding:5rem 1.5rem;\n  }\n\n  .cwb-section-tag{\n    font-family:'Rye', serif;\n    font-size:1.05rem;\n    color:var(--star-gold-bright);\n  }\n\n  .cwb-section-title{\n    font-family:'Rye', serif;\n    font-size:clamp(1.9rem, 4vw, 2.8rem);\n    margin:0.5rem 0 1.2rem;\n    line-height:1.15;\n    color:var(--parchment);\n  }\n\n  .cwb-section-lede{\n    max-width:62ch;\n    font-size:1.05rem;\n    line-height:1.65;\n    color:#e2d0b2;\n  }\n\n  .cwb-feature-grid{\n    margin-top:3rem;\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:1.5px;\n    background:rgba(242,226,196,0.14);\n    border:1.5px solid rgba(242,226,196,0.14);\n  }\n  @media (max-width:760px){\n    .cwb-feature-grid{grid-template-columns:repeat(2, 1fr);}\n  }\n  @media (max-width:480px){\n    .cwb-feature-grid{grid-template-columns:1fr;}\n  }\n\n  .cwb-feature{\n    background:#341d13;\n    padding:2.4rem 1.8rem;\n    display:flex;\n    flex-direction:column;\n    gap:0.7rem;\n    transition:background 0.25s ease;\n  }\n  .cwb-feature:hover{background:#402515;}\n\n  .cwb-feature-icon{\n    font-size:1.9rem;\n    filter:drop-shadow(0 0 8px rgba(240,198,106,0.35));\n  }\n\n  .cwb-feature h3{\n    font-family:'Rye', serif;\n    font-weight:400;\n    font-size:1.25rem;\n    color:var(--star-gold-bright);\n  }\n\n  .cwb-feature p{\n    font-size:0.95rem;\n    line-height:1.55;\n    color:#d8c4a4;\n  }\n\n  .cwb-spotlight{\n    background:linear-gradient(180deg, rgba(168,50,50,0.12), transparent);\n    border-top:2px dashed rgba(217,164,65,0.3);\n    border-bottom:2px dashed rgba(217,164,65,0.3);\n  }\n\n  .cwb-spot-list{\n    margin-top:2.6rem;\n    display:flex;\n    flex-direction:column;\n    gap:0;\n  }\n\n  .cwb-spot-item{\n    display:grid;\n    grid-template-columns:60px 1fr;\n    gap:1.2rem;\n    align-items:start;\n    padding:1.3rem 0;\n    border-bottom:1px solid rgba(242,226,196,0.15);\n  }\n  .cwb-spot-item:last-child{border-bottom:none;}\n\n  .cwb-spot-icon{\n    font-size:1.9rem;\n    text-align:center;\n  }\n\n  .cwb-spot-item h4{\n    font-family:'Rye', serif;\n    font-weight:400;\n    font-size:1.15rem;\n    color:var(--parchment);\n    margin-bottom:0.3rem;\n  }\n\n  .cwb-spot-item p{\n    font-size:0.95rem;\n    color:#d8c4a4;\n    line-height:1.5;\n  }\n\n  .cwb-mood-strip{\n    margin-top:2.6rem;\n    font-family:'Rye', serif;\n    font-size:1.05rem;\n    color:var(--star-gold-bright);\n    text-align:center;\n    letter-spacing:0.01em;\n  }\n\n  .cwb-steps{\n    margin-top:3rem;\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:2rem;\n  }\n  @media (max-width:760px){\n    .cwb-steps{grid-template-columns:1fr;}\n  }\n\n  .cwb-step{\n    position:relative;\n    padding:2rem 1.6rem 1.8rem;\n    border:1.5px solid rgba(217,164,65,0.3);\n    border-radius:10px;\n    background:rgba(90,54,36,0.25);\n  }\n\n  .cwb-step-num{\n    position:absolute;\n    top:-18px; left:1.6rem;\n    width:36px; height:36px;\n    border-radius:50%;\n    background:var(--star-gold);\n    color:var(--ink);\n    font-family:'Rye', serif;\n    font-size:1.05rem;\n    display:flex; align-items:center; justify-content:center;\n    box-shadow:0 0 12px rgba(240,198,106,0.6);\n  }\n\n  .cwb-step h4{\n    font-family:'Rye', serif;\n    font-weight:400;\n    font-size:1.2rem;\n    color:var(--star-gold-bright);\n    margin:0.6rem 0 0.5rem;\n  }\n\n  .cwb-step p{\n    font-size:0.95rem;\n    line-height:1.55;\n    color:#d8c4a4;\n  }\n\n  .cwb-banner{\n    text-align:center;\n    background:radial-gradient(ellipse at 50% 0%, rgba(168,50,50,0.2), transparent 70%);\n  }\n  .cwb-banner .cwb-section-title{\n    max-width:20ch;\n    margin-left:auto;\n    margin-right:auto;\n  }\n\n  .cwb-care-columns{\n    margin-top:2.6rem;\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:2.5rem;\n  }\n  @media (max-width:760px){\n    .cwb-care-columns{grid-template-columns:1fr;}\n  }\n\n  .cwb-care-columns ul{\n    list-style:none;\n    display:flex;\n    flex-direction:column;\n    gap:0.9rem;\n  }\n  .cwb-care-columns li{\n    padding-left:1.6rem;\n    position:relative;\n    font-size:0.97rem;\n    line-height:1.55;\n    color:#e2d0b2;\n  }\n  .cwb-care-columns li::before{\n    content:\"—\";\n    position:absolute; left:0; top:0;\n    color:var(--star-gold);\n  }\n\n  .cwb-notice{\n    margin-top:1rem;\n    padding:1.4rem 1.6rem;\n    border-left:3px solid var(--star-gold);\n    background:rgba(217,164,65,0.08);\n    border-radius:0 8px 8px 0;\n    font-size:0.93rem;\n    line-height:1.6;\n    color:#e6d6ba;\n  }\n  .cwb-notice strong{color:var(--star-gold-bright); font-weight:600;}\n\n  .cwb-finale{\n    text-align:center;\n    padding-bottom:6rem;\n  }\n\n  .cwb-finale .cwb-rye-big{\n    font-family:'Rye', serif;\n    font-size:clamp(2.2rem, 6vw, 3.6rem);\n    color:var(--star-gold-bright);\n    text-shadow:0 0 22px rgba(240,198,106,0.5);\n    line-height:1.15;\n  }\n\n  .cwb-finale p{\n    margin-top:1rem;\n    font-size:1.1rem;\n    color:#e2d0b2;\n  }\n\n\n\/* =========================================================\n   OMG FIND — COWBOY TRUST \/ CUSTOMER CONFIDENCE\n========================================================= *\/\n.cwb-trust-strip{\n  max-width:1080px;margin:0 auto;padding:1.4rem 1.5rem 3rem;\n  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;\n  position:relative;z-index:2;\n}\n.cwb-trust-card{\n  padding:1.35rem 1rem;text-align:center;\n  background:#341d13;border:1px solid rgba(217,164,65,.30);\n  border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.16);\n  transition:transform .25s ease,background .25s ease;\n}\n.cwb-trust-card:hover{transform:translateY(-4px);background:#402515}\n.cwb-trust-icon{\n  width:46px;height:46px;margin:0 auto .7rem;border-radius:50%;\n  display:flex;align-items:center;justify-content:center;\n  background:rgba(217,164,65,.12);font-size:1.35rem;\n}\n.cwb-trust-card strong{\n  display:block;font-family:'Rye',serif;font-weight:400;\n  color:var(--star-gold-bright);font-size:.98rem;margin-bottom:.35rem;\n}\n.cwb-trust-card span{display:block;color:#d8c4a4;font-size:.82rem;line-height:1.5}\n\n.cwb-quality-wrap{\n  margin-top:2.7rem;padding:2rem;border:1.5px solid rgba(217,164,65,.28);\n  border-radius:10px;background:rgba(90,54,36,.22);\n}\n.cwb-quality-story{\n  padding:1.7rem;border-radius:9px;\n  background:linear-gradient(135deg,var(--leather-deep),var(--paisley-red-deep));\n  border:1px solid rgba(217,164,65,.22);margin-bottom:1rem;\n}\n.cwb-quality-story h3{\n  font-family:'Rye',serif;font-weight:400;color:var(--star-gold-bright);\n  font-size:1.35rem;margin-bottom:.55rem;\n}\n.cwb-quality-story p{color:#e2d0b2;line-height:1.6}\n.cwb-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}\n.cwb-quality-card{\n  padding:1.35rem;background:#341d13;border:1px solid rgba(242,226,196,.14);\n  border-left:3px solid var(--star-gold);border-radius:8px;\n}\n.cwb-quality-card strong{\n  display:block;color:var(--star-gold-bright);margin-bottom:.4rem;font-size:.98rem;\n}\n.cwb-quality-card span{display:block;color:#d8c4a4;font-size:.9rem;line-height:1.55}\n\n.cwb-customer-trust{\n  max-width:1080px;margin:0 auto;padding:5rem 1.5rem;position:relative;z-index:2;\n}\n.cwb-customer-box{\n  padding:2.5rem;border-radius:12px;\n  background:linear-gradient(135deg,#2a170f,#4a291a);\n  border:1.5px solid rgba(217,164,65,.35);\n  box-shadow:0 16px 40px rgba(0,0,0,.22);\n  position:relative;overflow:hidden;\n}\n.cwb-customer-box:before{\n  content:\"\";position:absolute;top:0;left:0;right:0;height:4px;\n  background:linear-gradient(90deg,var(--paisley-red),var(--star-gold-bright),var(--paisley-red));\n}\n.cwb-customer-label{\n  display:block;text-align:center;font-family:'Rye',serif;\n  color:var(--star-gold-bright);font-size:.95rem;margin-bottom:.5rem;\n}\n.cwb-customer-box h2{\n  font-family:'Rye',serif;text-align:center;color:var(--parchment);\n  font-size:clamp(1.8rem,4vw,2.6rem);font-weight:400;margin-bottom:.7rem;\n}\n.cwb-customer-intro{\n  max-width:680px;margin:0 auto 2rem;text-align:center;color:#d8c4a4;line-height:1.6;\n}\n.cwb-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}\n.cwb-customer-card{\n  padding:1.4rem;border-radius:9px;background:#341d13;\n  border:1px solid rgba(242,226,196,.14);\n}\n.cwb-customer-card h3{\n  font-family:'Rye',serif;font-weight:400;color:var(--star-gold-bright);\n  font-size:1.05rem;margin:.55rem 0 .35rem;\n}\n.cwb-customer-card p{color:#d8c4a4;font-size:.9rem;line-height:1.55}\n.cwb-customer-icon{font-size:1.45rem}\n.cwb-order-promise{\n  margin-top:1rem;padding:1.4rem 1.5rem;border-radius:9px;\n  display:flex;align-items:center;gap:1rem;\n  background:rgba(217,164,65,.08);border:1px solid rgba(217,164,65,.22);\n}\n.cwb-order-promise-icon{font-size:1.6rem;flex-shrink:0}\n.cwb-order-promise strong{display:block;color:var(--star-gold-bright);margin-bottom:.25rem}\n.cwb-order-promise span{display:block;color:#e2d0b2;font-size:.9rem;line-height:1.5}\n\n@media(max-width:760px){\n  .cwb-trust-strip{grid-template-columns:repeat(2,1fr)}\n  .cwb-quality-grid,.cwb-customer-grid{grid-template-columns:1fr}\n  .cwb-quality-wrap,.cwb-customer-box{padding:1.5rem}\n  .cwb-order-promise{flex-direction:column;text-align:center}\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"cwb-page\"\u003e\n\n\u003cdiv class=\"cwb-grain\"\u003e\u003c\/div\u003e\n\n\u003csection class=\"cwb-hero\"\u003e\n  \u003cdiv class=\"cwb-hero-sky\"\u003e\u003c\/div\u003e\n  \u003csvg class=\"cwb-twinkle\" style=\"top:12%; left:18%; width:18px;\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 0l2.5 8.5L23 11l-8.5 2.5L12 22l-2.5-8.5L1 11l8.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003csvg class=\"cwb-twinkle\" style=\"top:22%; left:78%; width:14px; animation-delay:0.6s;\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 0l2.5 8.5L23 11l-8.5 2.5L12 22l-2.5-8.5L1 11l8.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003csvg class=\"cwb-twinkle\" style=\"top:65%; left:10%; width:12px; animation-delay:1.2s;\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 0l2.5 8.5L23 11l-8.5 2.5L12 22l-2.5-8.5L1 11l8.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003csvg class=\"cwb-twinkle\" style=\"top:70%; left:85%; width:16px; animation-delay:1.8s;\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 0l2.5 8.5L23 11l-8.5 2.5L12 22l-2.5-8.5L1 11l8.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\n  \u003cdiv class=\"cwb-badge-wrap\" aria-hidden=\"true\"\u003e\n    \u003cdiv class=\"cwb-badge-glow\"\u003e\u003c\/div\u003e\n    \u003csvg class=\"cwb-badge-star\" viewbox=\"0 0 200 200\"\u003e\n      \u003cdefs\u003e\n        \u003clineargradient id=\"starGrad\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\"\u003e\n          \u003cstop offset=\"0%\" stop-color=\"#f0c66a\"\u003e\u003c\/stop\u003e\n          \u003cstop offset=\"100%\" stop-color=\"#c98a2e\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n      \u003c\/defs\u003e\n      \u003ccircle cx=\"100\" cy=\"100\" r=\"94\" fill=\"none\" stroke=\"url(#starGrad)\" stroke-width=\"4\"\u003e\u003c\/circle\u003e\n      \u003ccircle cx=\"100\" cy=\"100\" r=\"80\" fill=\"none\" stroke=\"url(#starGrad)\" stroke-width=\"1.5\" stroke-dasharray=\"4 6\"\u003e\u003c\/circle\u003e\n      \u003cpath d=\"M100 30 L112 78 L162 78 L122 106 L136 154 L100 124 L64 154 L78 106 L38 78 L88 78 Z\" fill=\"url(#starGrad)\" stroke=\"#5b3624\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"100\" y=\"106\" text-anchor=\"middle\" font-family=\"Rye, serif\" font-size=\"17\" fill=\"#3c2115\"\u003eSHERIFF\u003c\/text\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"cwb-eyebrow\"\u003eWestern · Funny · Photo-Ready\u003c\/p\u003e\n  \u003ch1 class=\"cwb-headline\"\u003ePet Cowboy\u003cbr\u003e\u003cspan class=\"cwb-headline-glow\"\u003eCostume Set\u003c\/span\u003e 🤠\u003c\/h1\u003e\n  \u003cp class=\"cwb-subhead\"\u003eYeehaw! Turn your furry friend into the cutest little cowboy in town — a complete western-inspired costume set built for unforgettable photos.\u003c\/p\u003e\n\n  \u003cp class=\"cwb-scroll-cue\"\u003e↓ There's a new sheriff in town\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"cwb-stitch-line\"\u003e\n\n\n\u003cdiv class=\"cwb-trust-strip\"\u003e\n  \u003cdiv class=\"cwb-trust-card\"\u003e\n    \u003cdiv class=\"cwb-trust-icon\"\u003e🤠\u003c\/div\u003e\n    \u003cstrong\u003e3-Piece Costume Set\u003c\/strong\u003e\n    \u003cspan\u003eIncludes the western-inspired bandana, cowboy hat and round sunglasses shown on the page.\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"cwb-trust-card\"\u003e\n    \u003cdiv class=\"cwb-trust-icon\"\u003e🐾\u003c\/div\u003e\n    \u003cstrong\u003ePet Comfort First\u003c\/strong\u003e\n    \u003cspan\u003eDesigned for supervised dress-up with comfort and appropriate fit in mind.\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"cwb-trust-card\"\u003e\n    \u003cdiv class=\"cwb-trust-icon\"\u003e📸\u003c\/div\u003e\n    \u003cstrong\u003ePhoto-Ready Set\u003c\/strong\u003e\n    \u003cspan\u003eA complete coordinated look for costume days, celebrations and memorable photos.\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"cwb-trust-card\"\u003e\n    \u003cdiv class=\"cwb-trust-icon\"\u003e💬\u003c\/div\u003e\n    \u003cstrong\u003eCustomer Support\u003c\/strong\u003e\n    \u003cspan\u003eQuestions about the costume or your order? OMG Find is here to help.\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003csection\u003e\n  \u003cp class=\"cwb-section-tag\"\u003eThere's A New Sheriff In Town\u003c\/p\u003e\n  \u003ch2 class=\"cwb-section-title\"\u003eClassic Western Charm, One Good Boy At A Time\u003c\/h2\u003e\n  \u003cp class=\"cwb-section-lede\"\u003eBring classic western charm to your cat or dog with a red paisley bandana, brown cowboy hat and round sunglasses. Easy to put together and made for unforgettable photos, themed parties and plenty of personality.\u003c\/p\u003e\n\n  \u003cdiv class=\"cwb-feature-grid\"\u003e\n    \u003cdiv class=\"cwb-feature\"\u003e\n      \u003cspan class=\"cwb-feature-icon\"\u003e🤠\u003c\/span\u003e\n      \u003ch3\u003eComplete Cowboy Look\u003c\/h3\u003e\n      \u003cp\u003eBandana, cowboy hat and round sunglasses come together for one unforgettable outfit.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-feature\"\u003e\n      \u003cspan class=\"cwb-feature-icon\"\u003e🌵\u003c\/span\u003e\n      \u003ch3\u003eWestern-Inspired Style\u003c\/h3\u003e\n      \u003cp\u003eClassic cowboy details give your pet a fun little Wild West makeover.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-feature\"\u003e\n      \u003cspan class=\"cwb-feature-icon\"\u003e⭐\u003c\/span\u003e\n      \u003ch3\u003eStand-Out Style\u003c\/h3\u003e\n      \u003cp\u003eA playful costume designed to make your pet the star of the show.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-feature\"\u003e\n      \u003cspan class=\"cwb-feature-icon\"\u003e🧣\u003c\/span\u003e\n      \u003ch3\u003eRed Paisley Bandana\u003c\/h3\u003e\n      \u003cp\u003eThe statement piece that brings the whole western look together.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-feature\"\u003e\n      \u003cspan class=\"cwb-feature-icon\"\u003e🕶️\u003c\/span\u003e\n      \u003ch3\u003eRound Sunglasses\u003c\/h3\u003e\n      \u003cp\u003eAdd an extra dose of attitude to your pet's cowboy character.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-feature\"\u003e\n      \u003cspan class=\"cwb-feature-icon\"\u003e📸\u003c\/span\u003e\n      \u003ch3\u003ePerfect For Photos\u003c\/h3\u003e\n      \u003cp\u003eMade for costume days, themed parties, holidays and social media moments.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cwb-spotlight\"\u003e\n  \u003cp class=\"cwb-section-tag\"\u003eWild West Style\u003c\/p\u003e\n  \u003ch2 class=\"cwb-section-title\"\u003eHowdy, Partner! 🤠\u003c\/h2\u003e\n  \u003cp class=\"cwb-section-lede\"\u003eSaddle up for some serious cuteness. Whether your pet is posing for the camera, joining a themed celebration or simply having a little fun at home, this western costume gives them instant cowboy character.\u003c\/p\u003e\n\n  \u003cp class=\"cwb-section-tag\" style=\"margin-top:2.6rem; display:block;\"\u003eThe Full Cowboy Look ⭐\u003c\/p\u003e\n\n  \u003cdiv class=\"cwb-spot-list\"\u003e\n    \u003cdiv class=\"cwb-spot-item\"\u003e\n      \u003cspan class=\"cwb-spot-icon\"\u003e🧣\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRed Paisley Bandana\u003c\/h4\u003e\n        \u003cp\u003eA classic western-inspired paisley print that adds the perfect pop of red.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-spot-item\"\u003e\n      \u003cspan class=\"cwb-spot-icon\"\u003e🤠\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eBrown Cowboy Hat\u003c\/h4\u003e\n        \u003cp\u003eThe signature finishing touch for your pet's Wild West transformation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-spot-item\"\u003e\n      \u003cspan class=\"cwb-spot-icon\"\u003e🕶️\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eRound Sunglasses\u003c\/h4\u003e\n        \u003cp\u003eAdd a little extra attitude and personality to the cowboy look.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-spot-item\"\u003e\n      \u003cspan class=\"cwb-spot-icon\"\u003e🐾\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eVersatile Pet Style\u003c\/h4\u003e\n        \u003cp\u003eSuitable for fun dress-up moments with cats and dogs when appropriately fitted.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"cwb-mood-strip\"\u003eRed Paisley • Brown • Cowboy Charm • Photo-Ready 🤠\u003c\/p\u003e\n\u003c\/section\u003e\n\n\n\u003csection\u003e\n  \u003cp class=\"cwb-section-tag\"\u003eQuality \u0026amp; Comfort\u003c\/p\u003e\n  \u003ch2 class=\"cwb-section-title\"\u003eA Complete Look, Clearly Explained ⭐\u003c\/h2\u003e\n  \u003cp class=\"cwb-section-lede\"\u003eA fun costume should still give you enough information to know what you're ordering and how to introduce each piece safely.\u003c\/p\u003e\n\n  \u003cdiv class=\"cwb-quality-wrap\"\u003e\n    \u003cdiv class=\"cwb-quality-story\"\u003e\n      \u003ch3\u003eThree Pieces. One Cowboy Transformation.\u003c\/h3\u003e\n      \u003cp\u003eThe set combines a red paisley bandana, brown cowboy hat and round sunglasses for a coordinated western-inspired look. Each piece can be introduced gradually so your pet has time to get comfortable before the full costume comes together.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cwb-quality-grid\"\u003e\n      \u003cdiv class=\"cwb-quality-card\"\u003e\n        \u003cstrong\u003e🧣 Coordinated Bandana\u003c\/strong\u003e\n        \u003cspan\u003eThe red paisley bandana creates the recognisable western accent and can be introduced before the other costume pieces.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cwb-quality-card\"\u003e\n        \u003cstrong\u003e🤠 Signature Cowboy Hat\u003c\/strong\u003e\n        \u003cspan\u003eThe brown cowboy hat completes the sheriff look. Make sure it sits comfortably and does not interfere with your pet's ears or movement.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cwb-quality-card\"\u003e\n        \u003cstrong\u003e🕶️ Optional Sunglasses\u003c\/strong\u003e\n        \u003cspan\u003eAdd the round sunglasses only when your pet is comfortable with them and they do not interfere with vision or cause irritation.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cwb-quality-card\"\u003e\n        \u003cstrong\u003e🐾 Supervised Costume Wear\u003c\/strong\u003e\n        \u003cspan\u003eIntroduce pieces gradually, check comfort throughout wear and remove any accessory if your pet becomes stressed or uncomfortable.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003csection\u003e\n  \u003cp class=\"cwb-section-tag\"\u003eEasy To Style\u003c\/p\u003e\n  \u003ch2 class=\"cwb-section-title\"\u003eThree Steps To Sheriff Status 🤠\u003c\/h2\u003e\n\n  \u003cdiv class=\"cwb-steps\"\u003e\n    \u003cdiv class=\"cwb-step\"\u003e\n      \u003cspan class=\"cwb-step-num\"\u003e1\u003c\/span\u003e\n      \u003ch4\u003eBandana\u003c\/h4\u003e\n      \u003cp\u003ePlace the red paisley bandana comfortably around your pet.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-step\"\u003e\n      \u003cspan class=\"cwb-step-num\"\u003e2\u003c\/span\u003e\n      \u003ch4\u003eHat\u003c\/h4\u003e\n      \u003cp\u003eGently place the cowboy hat and make sure it sits comfortably.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwb-step\"\u003e\n      \u003cspan class=\"cwb-step-num\"\u003e3\u003c\/span\u003e\n      \u003ch4\u003ePose\u003c\/h4\u003e\n      \u003cp\u003eAdd the sunglasses when appropriate and get ready for the photos.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"cwb-banner\"\u003e\n  \u003cp class=\"cwb-section-tag\"\u003ePartner In Crime\u003c\/p\u003e\n  \u003ch2 class=\"cwb-section-title\"\u003eEvery Sheriff Needs A Good Sidekick ⭐\u003c\/h2\u003e\n  \u003cp class=\"cwb-section-lede\" style=\"margin:0 auto;\"\u003eFrom funny family photos to costume parties and special occasions, this little western set turns ordinary moments into something worth remembering.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n  \u003cp class=\"cwb-section-tag\"\u003eCare \u0026amp; Handling\u003c\/p\u003e\n  \u003ch2 class=\"cwb-section-title\"\u003eKeep Your Cowboy Gear Looking Good ✨\u003c\/h2\u003e\n\n  \u003cdiv class=\"cwb-care-columns\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eHandle the costume pieces gently.\u003c\/li\u003e\n      \u003cli\u003eFollow the care instructions provided with the individual pieces where applicable.\u003c\/li\u003e\n      \u003cli\u003eKeep costume accessories clean and dry between uses.\u003c\/li\u003e\n      \u003cli\u003eStore in a cool, dry place when not in use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"cwb-notice\"\u003e\n        \u003cstrong\u003e🐾 Pet Safety —\u003c\/strong\u003e Introduce costume pieces gradually and always supervise your pet while wearing them. Make sure accessories fit comfortably and do not restrict breathing, movement, vision or hearing. Remove the costume if your pet shows signs of stress, discomfort or irritation. Do not allow your pet to chew or ingest any costume pieces.\n      \u003c\/div\u003e\n      \u003cdiv class=\"cwb-notice\" style=\"margin-top:1rem;\"\u003e\n        \u003cstrong\u003e📸 Costume Tip —\u003c\/strong\u003e Some pets may need time to become comfortable wearing accessories. Start with one piece at a time and reward calm behaviour to help make the experience more enjoyable.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"cwb-customer-trust\"\u003e\n  \u003cdiv class=\"cwb-customer-box\"\u003e\n    \u003cspan class=\"cwb-customer-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"cwb-customer-intro\"\u003eBuying a pet costume online can come with questions. That's why we provide clear set information, wearing guidance, care advice and support to help you make an informed choice.\u003c\/p\u003e\n\n    \u003cdiv class=\"cwb-customer-grid\"\u003e\n      \u003cdiv class=\"cwb-customer-card\"\u003e\n        \u003cdiv class=\"cwb-customer-icon\"\u003e📦\u003c\/div\u003e\n        \u003ch3\u003eWhat's Included Is Clear\u003c\/h3\u003e\n        \u003cp\u003eThe product page explains the three-piece cowboy look — bandana, cowboy hat and round sunglasses — so you know what makes up the set.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cwb-customer-card\"\u003e\n        \u003cdiv class=\"cwb-customer-icon\"\u003e🐾\u003c\/div\u003e\n        \u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n        \u003cp\u003eWe include supervised-use guidance and recommend introducing costume pieces gradually while checking your pet's comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cwb-customer-card\"\u003e\n        \u003cdiv class=\"cwb-customer-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n        \u003cp\u003eHandle pieces gently, keep them clean and dry between uses, and follow any care instructions supplied with individual pieces.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cwb-customer-card\"\u003e\n        \u003cdiv class=\"cwb-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=\"cwb-order-promise\"\u003e\n      \u003cdiv class=\"cwb-order-promise-icon\"\u003e⭐\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\n        \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\u003c\/div\u003e\n\n\n\u003csection class=\"cwb-finale\"\u003e\n  \u003cp class=\"cwb-rye-big\"\u003eYeehaw! There's A New\u003cbr\u003eSheriff In Town. 🤠\u003c\/p\u003e\n  \u003cp\u003eBig western energy. Tiny cowboy. ⭐\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Brown","offer_id":48080452681891,"sku":"Red Paisley Bandana","price":399.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/Pet_Cowboy_Costume_Set_Brown_Cowboy_Hat_Round_Sunglasses_Red_Paisley_Bandana.jpg?v=1788428058"},{"product_id":"twin-tail-dog-wig","title":"Twin-Tail Dog Wig","description":"\u003cstyle\u003e\n  .ttdw-page{\n    font-family:Arial,Helvetica,sans-serif;\n    color:#252b2d;\n    background:linear-gradient(180deg,#fff 0%,#f5ffff 100%);\n    line-height:1.6;\n    overflow:hidden;\n  }\n\n  .ttdw-hero{\n    text-align:center;\n    padding:58px 22px 52px;\n    background:radial-gradient(circle at top,#d9fbf8 0%,#effdfc 45%,#fff 82%);\n    border-radius:24px;\n    margin-bottom:28px;\n    animation:ttdwFade 1s ease;\n  }\n\n  .ttdw-tag{\n    display:inline-block;\n    padding:7px 16px;\n    border-radius:30px;\n    background:#d8f5f3;\n    color:#177b7b;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n    margin-bottom:16px;\n  }\n\n  .ttdw-hero h1{\n    font-size:38px;\n    line-height:1.15;\n    margin:0 0 14px;\n    color:#202a2d;\n    letter-spacing:-.8px;\n  }\n\n  .ttdw-hero p{\n    max-width:720px;\n    margin:0 auto;\n    font-size:17px;\n    color:#637073;\n  }\n\n  .ttdw-sparkles{\n    margin-top:20px;\n    font-size:20px;\n    letter-spacing:8px;\n    animation:ttdwFloat 3s ease-in-out infinite;\n  }\n\n  .ttdw-section{\n    max-width:1050px;\n    margin:0 auto;\n    padding:42px 20px;\n  }\n\n  .ttdw-intro{\n    text-align:center;\n    max-width:780px;\n    margin:0 auto 38px;\n  }\n\n  .ttdw-intro h2,\n  .ttdw-title{\n    font-size:29px;\n    line-height:1.2;\n    margin:0 0 12px;\n    color:#253033;\n  }\n\n  .ttdw-intro p{\n    margin:0;\n    color:#687376;\n    font-size:16px;\n  }\n\n  .ttdw-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n  }\n\n  .ttdw-card{\n    background:#fff;\n    border:1px solid #dceaea;\n    border-radius:18px;\n    padding:24px 20px;\n    box-shadow:0 8px 25px rgba(35,110,110,.07);\n    transition:transform .3s ease,box-shadow .3s ease;\n    animation:ttdwUp .8s ease both;\n  }\n\n  .ttdw-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 14px 30px rgba(35,110,110,.13);\n  }\n\n  .ttdw-icon{\n    width:44px;\n    height:44px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:14px;\n    background:#e8fafa;\n    font-size:21px;\n    margin-bottom:15px;\n  }\n\n  .ttdw-card h3{\n    margin:0 0 7px;\n    font-size:17px;\n    color:#283234;\n  }\n\n  .ttdw-card p{\n    margin:0;\n    color:#6c7678;\n    font-size:14px;\n  }\n\n  .ttdw-feature{\n    max-width:1000px;\n    margin:18px auto 40px;\n    padding:42px 25px;\n    text-align:center;\n    background:linear-gradient(135deg,#e7faf8,#fff);\n    border:1px solid #d3ecea;\n    border-radius:24px;\n    box-shadow:0 12px 35px rgba(35,110,110,.08);\n    position:relative;\n    overflow:hidden;\n  }\n\n  .ttdw-feature:before{\n    content:\"🎀  ✦  ✨\";\n    position:absolute;\n    top:15px;\n    right:22px;\n    font-size:17px;\n    opacity:.55;\n  }\n\n  .ttdw-feature:after{\n    content:\"✦\";\n    position:absolute;\n    bottom:17px;\n    left:28px;\n    font-size:20px;\n    opacity:.4;\n  }\n\n  .ttdw-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:#218181;\n    margin-bottom:10px;\n  }\n\n  .ttdw-feature h2{\n    margin:0 0 10px;\n    font-size:28px;\n    color:#243033;\n  }\n\n  .ttdw-feature p{\n    max-width:700px;\n    margin:0 auto;\n    color:#687376;\n  }\n\n  .ttdw-details{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:25px;\n  }\n\n  .ttdw-detail{\n    background:#fff;\n    border:1px solid #dceaea;\n    border-radius:18px;\n    padding:24px;\n  }\n\n  .ttdw-detail strong{\n    display:block;\n    color:#218181;\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:1px;\n    margin-bottom:5px;\n  }\n\n  .ttdw-detail p{\n    margin:0;\n    color:#667174;\n    font-size:15px;\n  }\n\n  .ttdw-steps{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:28px;\n  }\n\n  .ttdw-step{\n    text-align:center;\n    padding:25px 18px;\n    background:#f9ffff;\n    border-radius:18px;\n    border:1px solid #dceaea;\n  }\n\n  .ttdw-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:#27a5a5;\n    color:#fff;\n    font-weight:700;\n  }\n\n  .ttdw-step h3{\n    margin:0 0 6px;\n    font-size:16px;\n  }\n\n  .ttdw-step p{\n    margin:0;\n    color:#697477;\n    font-size:14px;\n  }\n\n  .ttdw-care{\n    background:#fff;\n    border:1px solid #dceaea;\n    border-radius:20px;\n    padding:28px;\n    margin-top:25px;\n  }\n\n  .ttdw-care ul{\n    margin:14px 0 0;\n    padding-left:20px;\n    color:#667174;\n  }\n\n  .ttdw-note{\n    margin-top:25px;\n    padding:20px;\n    border-radius:16px;\n    background:#eafaf8;\n    border-left:4px solid #27a5a5;\n    color:#5f6d6f;\n    font-size:14px;\n  }\n\n  .ttdw-final{\n    text-align:center;\n    padding:48px 20px 58px;\n    margin-top:20px;\n    background:linear-gradient(135deg,#daf7f4,#fff);\n    border-radius:24px;\n  }\n\n  .ttdw-final h2{\n    margin:0 0 9px;\n    font-size:30px;\n    color:#253033;\n  }\n\n  .ttdw-final p{\n    margin:0;\n    color:#687376;\n  }\n\n  @keyframes ttdwFade{\n    from{opacity:0;transform:translateY(12px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes ttdwUp{\n    from{opacity:0;transform:translateY(18px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes ttdwFloat{\n    0%,100%{transform:translateY(0)}\n    50%{transform:translateY(-5px)}\n  }\n\n  @media(max-width:700px){\n    .ttdw-hero{\n      padding:42px 18px 38px;\n      border-radius:18px;\n    }\n\n    .ttdw-hero h1{\n      font-size:29px;\n    }\n\n    .ttdw-hero p{\n      font-size:15px;\n    }\n\n    .ttdw-section{\n      padding:32px 15px;\n    }\n\n    .ttdw-intro h2,\n    .ttdw-title{\n      font-size:25px;\n    }\n\n    .ttdw-grid,\n    .ttdw-details,\n    .ttdw-steps{\n      grid-template-columns:1fr;\n    }\n\n    .ttdw-feature{\n      margin:10px 15px 30px;\n      padding:34px 20px;\n      border-radius:19px;\n    }\n\n    .ttdw-feature h2{\n      font-size:24px;\n    }\n\n    .ttdw-final{\n      border-radius:18px;\n      padding:40px 18px 45px;\n    }\n\n    .ttdw-final h2{\n      font-size:26px;\n    }\n  }\n\n  \/* =========================================================\n     OMG FIND — TRUST \/ QUALITY\n  ========================================================= *\/\n  .ttdw-trust{\n    max-width:1050px;margin:0 auto 10px;padding:0 20px;\n    display:grid;grid-template-columns:repeat(4,1fr);gap:12px;\n  }\n  .ttdw-trust-item{\n    background:#fff;border:1px solid #dceaea;border-radius:17px;\n    padding:20px 14px;text-align:center;\n    box-shadow:0 8px 22px rgba(35,110,110,.06);\n    transition:transform .3s ease,box-shadow .3s ease;\n  }\n  .ttdw-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(35,110,110,.12)}\n  .ttdw-trust-icon{\n    width:46px;height:46px;margin:0 auto 10px;border-radius:50%;\n    display:flex;align-items:center;justify-content:center;\n    background:#e8fafa;font-size:21px;\n  }\n  .ttdw-trust-item strong{display:block;color:#253033;font-size:14px;margin-bottom:4px}\n  .ttdw-trust-item span{display:block;color:#687376;font-size:12px;line-height:1.5}\n\n  .ttdw-quality{\n    background:#fff;border:1px solid #dceaea;border-radius:22px;\n    padding:32px 28px;box-shadow:0 10px 30px rgba(35,110,110,.06);\n  }\n  .ttdw-quality-story{\n    padding:27px 25px;margin-bottom:16px;border-radius:18px;\n    background:linear-gradient(135deg,#253033,#218181);color:#fff;\n  }\n  .ttdw-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n  .ttdw-quality-story p{margin:0;color:rgba(255,255,255,.86);font-size:14px}\n  .ttdw-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .ttdw-quality-card{\n    padding:22px;border-radius:17px;background:#f9ffff;\n    border:1px solid #dceaea;border-left:4px solid #27a5a5;\n  }\n  .ttdw-quality-card strong{display:block;color:#253033;margin-bottom:6px;font-size:15px}\n  .ttdw-quality-card span{display:block;color:#687376;font-size:13px}\n\n  .ttdw-customer-trust{\n    max-width:1000px;margin:10px auto 40px;padding:40px 28px;\n    border-radius:24px;background:linear-gradient(135deg,#253033,#218181);\n    color:#fff;position:relative;overflow:hidden;\n    box-shadow:0 15px 38px rgba(35,110,110,.16);\n  }\n  .ttdw-customer-trust:before{\n    content:\"\";position:absolute;top:0;left:0;right:0;height:4px;\n    background:linear-gradient(90deg,#72d8d3,#fff,#72d8d3);\n  }\n  .ttdw-trust-label{\n    display:block;text-align:center;color:#c9f3f0;font-size:11px;\n    font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px;\n  }\n  .ttdw-customer-trust h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n  .ttdw-customer-intro{\n    max-width:700px;margin:0 auto 28px;text-align:center;\n    color:rgba(255,255,255,.80);font-size:14px;\n  }\n  .ttdw-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .ttdw-customer-card{padding:23px;border-radius:17px;background:#fff;color:#253033}\n  .ttdw-customer-icon{\n    width:45px;height:45px;display:flex;align-items:center;justify-content:center;\n    border-radius:50%;background:#e8fafa;font-size:21px;margin-bottom:11px;\n  }\n  .ttdw-customer-card h3{margin:0 0 6px;color:#253033;font-size:16px}\n  .ttdw-customer-card p{margin:0;color:#687376;font-size:13px}\n  .ttdw-order-promise{\n    display:flex;align-items:center;gap:17px;margin-top:16px;padding:22px;\n    border-radius:17px;background:rgba(255,255,255,.10);\n    border:1px solid rgba(255,255,255,.17);\n  }\n  .ttdw-order-promise-icon{\n    width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;\n    justify-content:center;border-radius:50%;background:#fff;font-size:23px;\n  }\n  .ttdw-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n  .ttdw-order-promise span{display:block;color:rgba(255,255,255,.80);font-size:13px}\n\n  @media(max-width:700px){\n    .ttdw-trust{grid-template-columns:repeat(2,1fr);padding:0 15px}\n    .ttdw-quality-grid,.ttdw-customer-grid{grid-template-columns:1fr}\n    .ttdw-quality,.ttdw-customer-trust{padding:28px 18px}\n    .ttdw-customer-trust{margin-left:15px;margin-right:15px}\n    .ttdw-order-promise{flex-direction:column;text-align:center}\n  }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"ttdw-page\"\u003e\n\n  \u003cdiv class=\"ttdw-hero\"\u003e\n    \u003cdiv class=\"ttdw-tag\"\u003eCute • Colourful • Photo-Ready\u003c\/div\u003e\n    \u003ch1\u003eTwin-Tail Dog Wig 🎀\u003c\/h1\u003e\n    \u003cp\u003e\n      Give your pup an adorable anime-inspired makeover with vibrant turquoise twin tails and a playful bow accent.\n    \u003c\/p\u003e\n    \u003cdiv class=\"ttdw-sparkles\"\u003e🎀 ✦ ✨\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- TRUST BADGES --\u003e\n  \u003cdiv class=\"ttdw-trust\"\u003e\n    \u003cdiv class=\"ttdw-trust-item\"\u003e\n      \u003cdiv class=\"ttdw-trust-icon\"\u003e🐾\u003c\/div\u003e\n      \u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\n      \u003cspan\u003eDesigned to sit gently on your pet's head during supervised wear.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ttdw-trust-item\"\u003e\n      \u003cdiv class=\"ttdw-trust-icon\"\u003e🎀\u003c\/div\u003e\n      \u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\n      \u003cspan\u003eElastic rope helps you adjust the wig for a more comfortable fit.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ttdw-trust-item\"\u003e\n      \u003cdiv class=\"ttdw-trust-icon\"\u003e🪶\u003c\/div\u003e\n      \u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\n      \u003cspan\u003eLightweight construction without unnecessary bulk on your pet's head.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ttdw-trust-item\"\u003e\n      \u003cdiv class=\"ttdw-trust-icon\"\u003e💬\u003c\/div\u003e\n      \u003cstrong\u003eCustomer Support\u003c\/strong\u003e\n      \u003cspan\u003eQuestions about the wig 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=\"ttdw-section\"\u003e\n\n\n\u003cdiv class=\"ttdw-intro\"\u003e\n  \u003ch2\u003eTwo Tails. One Unforgettable Look. 💙\u003c\/h2\u003e\n  \u003cp\u003e\n    Ready for a seriously cute transformation? This colourful twin-tail wig adds instant personality to your pup and is perfect for parties, costume days, photoshoots and content that gets attention.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ttdw-grid\"\u003e\n\n  \u003cdiv class=\"ttdw-card\"\u003e\n    \u003cdiv class=\"ttdw-icon\"\u003e💙\u003c\/div\u003e\n    \u003ch3\u003eVibrant Turquoise\u003c\/h3\u003e\n    \u003cp\u003eBright turquoise fibres create a bold and playful statement look.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-card\"\u003e\n    \u003cdiv class=\"ttdw-icon\"\u003e🎀\u003c\/div\u003e\n    \u003ch3\u003eAdorable Twin Tails\u003c\/h3\u003e\n    \u003cp\u003eLong twin-tail styling gives your pup a fun anime-inspired makeover.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-card\"\u003e\n    \u003cdiv class=\"ttdw-icon\"\u003e✨\u003c\/div\u003e\n    \u003ch3\u003eBow Accent\u003c\/h3\u003e\n    \u003cp\u003eA cute bow detail adds an extra touch of personality to the look.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-card\"\u003e\n    \u003cdiv class=\"ttdw-icon\"\u003e📸\u003c\/div\u003e\n    \u003ch3\u003eMade For Photos\u003c\/h3\u003e\n    \u003cp\u003ePerfect for costume photos, social media content and special moments.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-card\"\u003e\n    \u003cdiv class=\"ttdw-icon\"\u003e🔗\u003c\/div\u003e\n    \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n    \u003cp\u003eThe elastic rope allows you to adjust the wig for a more secure fit.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-card\"\u003e\n    \u003cdiv class=\"ttdw-icon\"\u003e🐾\u003c\/div\u003e\n    \u003ch3\u003eSoft Inner Net\u003c\/h3\u003e\n    \u003cp\u003eDesigned to sit comfortably on your pet's head during supervised wear.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-feature\"\u003e\n    \u003cspan\u003eAnime-Inspired • Playful • Unforgettable\u003c\/span\u003e\n    \u003ch2\u003eMain Character Energy: Activated 🎀\u003c\/h2\u003e\n    \u003cp\u003e\n      Turquoise twin tails, a cute bow and a whole lot of personality — this is the kind of look made to steal the spotlight.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-section\"\u003e\n\n\n\u003ch2 class=\"ttdw-title\"\u003eProduct Details\u003c\/h2\u003e\n\n\u003cdiv class=\"ttdw-details\"\u003e\n\n  \u003cdiv class=\"ttdw-detail\"\u003e\n    \u003cstrong\u003eMaterial\u003c\/strong\u003e\n    \u003cp\u003eHigh-temperature resistant fibre\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-detail\"\u003e\n    \u003cstrong\u003eWeight\u003c\/strong\u003e\n    \u003cp\u003eApproximately 40g\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-detail\"\u003e\n    \u003cstrong\u003eStyle\u003c\/strong\u003e\n    \u003cp\u003eVibrant turquoise twin-tail design with bow accent\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-detail\"\u003e\n    \u003cstrong\u003eFit\u003c\/strong\u003e\n    \u003cp\u003eElastic rope with soft inner net for an adjustable fit\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \n  \u003c!-- QUALITY \u0026 COMFORT --\u003e\n  \u003cdiv class=\"ttdw-section\"\u003e\n    \u003cdiv class=\"ttdw-intro\"\u003e\n      \u003ch2\u003eDesigned For The Look — With Comfort In Mind\u003c\/h2\u003e\n      \u003cp\u003eA dramatic costume transformation can still be lightweight, adjustable and clearly explained.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ttdw-quality\"\u003e\n      \u003cdiv class=\"ttdw-quality-story\"\u003e\n        \u003ch3\u003eMore Than Just A Cute Wig\u003c\/h3\u003e\n        \u003cp\u003e\n          This Twin-Tail Dog Wig combines a vibrant turquoise costume look with\n          an approximately 40g construction, soft inner net and adjustable elastic\n          rope. The aim is an eye-catching transformation without unnecessary bulk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ttdw-quality-grid\"\u003e\n        \u003cdiv class=\"ttdw-quality-card\"\u003e\n          \u003cstrong\u003e🐾 Soft Inner Net\u003c\/strong\u003e\n          \u003cspan\u003eThe inner net provides a softer surface where the wig sits against your pet's head.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ttdw-quality-card\"\u003e\n          \u003cstrong\u003e🎀 Adjustable Elastic Rope\u003c\/strong\u003e\n          \u003cspan\u003eThe elastic rope allows you to adjust the fit rather than relying on a completely fixed fit. Never overtighten it.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ttdw-quality-card\"\u003e\n          \u003cstrong\u003e🪶 Lightweight Construction\u003c\/strong\u003e\n          \u003cspan\u003eAt approximately 40g, the wig creates a noticeable costume look without unnecessary weight.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ttdw-quality-card\"\u003e\n          \u003cstrong\u003e🧼 Reusable Costume Accessory\u003c\/strong\u003e\n          \u003cspan\u003eGentle handling, hand washing and natural air drying can help maintain the fibres and twin-tail shape between uses.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cdiv class=\"ttdw-section\"\u003e\n\n\n\u003cdiv class=\"ttdw-intro\"\u003e\n  \u003ch2\u003eGet The Look In 3 Easy Steps\u003c\/h2\u003e\n  \u003cp\u003e\n    Keep the experience relaxed and let your pup enjoy their colourful transformation at their own pace.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ttdw-steps\"\u003e\n\n  \u003cdiv class=\"ttdw-step\"\u003e\n    \u003cdiv class=\"ttdw-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003ePlace\u003c\/h3\u003e\n    \u003cp\u003eGently place the wig over your pet's head.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-step\"\u003e\n    \u003cdiv class=\"ttdw-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eAdjust\u003c\/h3\u003e\n    \u003cp\u003eUse the elastic rope to create a comfortable, secure fit.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-step\"\u003e\n    \u003cdiv class=\"ttdw-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eStrike A Pose\u003c\/h3\u003e\n    \u003cp\u003eGrab the camera and capture their new look! 📸\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ttdw-section\"\u003e\n\n\n\u003cdiv class=\"ttdw-feature\"\u003e\n  \u003cspan\u003eWarning: Serious Cuteness\u003c\/span\u003e\n  \u003ch2\u003eToo Cute To Scroll Past 💙✨\u003c\/h2\u003e\n  \u003cp\u003e\n    Whether it's a costume party or just another day of making your followers laugh, this twin-tail transformation brings instant personality.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ttdw-care\"\u003e\n  \u003ch2 class=\"ttdw-title\"\u003eCare Instructions\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eHand wash gently with warm water.\u003c\/li\u003e\n    \u003cli\u003eAir dry naturally.\u003c\/li\u003e\n    \u003cli\u003eAvoid high heat.\u003c\/li\u003e\n    \u003cli\u003eDo not machine wash or tumble dry.\u003c\/li\u003e\n    \u003cli\u003eHandle the fibres and twin tails gently to help maintain their shape.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ttdw-note\"\u003e\n  \u003cstrong\u003e🐾 Pet Safety Note\u003c\/strong\u003e\u003cbr\u003e\n  This is a costume accessory intended for supervised use. Introduce the wig gradually and remove it if your pet shows signs of discomfort, stress or irritation. Keep the wig and elastic rope away from chewing or ingestion. Never leave your pet unattended while wearing it.\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SHOP WITH CONFIDENCE --\u003e\n  \u003cdiv class=\"ttdw-customer-trust\"\u003e\n    \u003cspan class=\"ttdw-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"ttdw-customer-intro\"\u003e\n      Buying a pet costume online can come with questions. That's why we provide\n      clear product information, fit guidance, care instructions and support to\n      help you make an informed choice.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ttdw-customer-grid\"\u003e\n      \u003cdiv class=\"ttdw-customer-card\"\u003e\n        \u003cdiv class=\"ttdw-customer-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n        \u003cp\u003eWe explain the material, approximate weight, adjustable design and inner construction so you know more about what you're ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ttdw-customer-card\"\u003e\n        \u003cdiv class=\"ttdw-customer-icon\"\u003e🐾\u003c\/div\u003e\n        \u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n        \u003cp\u003eWe provide wearing and safety guidance because costume time should only continue while your pet remains comfortable and supervised.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ttdw-customer-card\"\u003e\n        \u003cdiv class=\"ttdw-customer-icon\"\u003e🧼\u003c\/div\u003e\n        \u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n        \u003cp\u003eYou'll know how to gently wash, dry and handle the wig to help maintain the fibres and twin-tail appearance between uses.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ttdw-customer-card\"\u003e\n        \u003cdiv class=\"ttdw-customer-icon\"\u003e💬\u003c\/div\u003e\n        \u003ch3\u003eCustomer Support\u003c\/h3\u003e\n        \u003cp\u003eHave a question about the wig, fit 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=\"ttdw-order-promise\"\u003e\n      \u003cdiv class=\"ttdw-order-promise-icon\"\u003e💙\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\n        \u003cspan\u003eIf your wig 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=\"ttdw-final\"\u003e\n    \u003ch2\u003eTwo Tails. Big Personality. 🎀\u003c\/h2\u003e\n    \u003cp\u003eGive your pup their moment in the spotlight. 💙🐾\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Find","offers":[{"title":"Turquoise","offer_id":48058050085027,"sku":"Tail Dog Wig","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/Twin-tail-turquoise-wig.png?v=1788119846"},{"product_id":"cow-print-bucket-hat-for-cats","title":"Cow Print Bucket Hat for Cats","description":"\u003cdiv style=\"font-family:Arial,Helvetica,sans-serif;color:#292521;background:#fff;line-height:1.6;overflow:hidden;\"\u003e\n\n\u003cstyle\u003e\n.cow-hat-wrap{max-width:1000px;margin:auto;}\n\n.cow-hat-hero{\npadding:55px 25px;\ntext-align:center;\nbackground:linear-gradient(135deg,#faf5ef,#ffffff,#f6eee5);\nborder-radius:22px;\nmargin-bottom:28px;\nanimation:cowFade .8s ease;\nposition:relative;\noverflow:hidden;\n}\n\n.cow-hat-hero:after{\ncontent:\"🐄\";\nposition:absolute;\nright:18px;\nbottom:-8px;\nfont-size:62px;\nopacity:.10;\ntransform:rotate(5deg);\n}\n\n.cow-hat-tag{\ndisplay:inline-block;\npadding:7px 16px;\nborder-radius:30px;\nbackground:#e9d5c0;\ncolor:#624630;\nfont-size:12px;\nfont-weight:700;\nletter-spacing:1.5px;\ntext-transform:uppercase;\n}\n\n.cow-hat-hero h1{\nfont-size:38px;\nline-height:1.15;\nmargin:18px 0 12px;\ncolor:#292521;\nfont-weight:800;\n}\n\n.cow-hat-hero p{\nmax-width:720px;\nmargin:auto;\ncolor:#68615b;\nfont-size:17px;\n}\n\n.cow-hat-sub{\nmargin-top:20px;\nfont-weight:700;\ncolor:#805b3e;\nletter-spacing:.5px;\n}\n\n\/* TRUST STRIP *\/\n\n.cow-hat-trust{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:14px;\nmargin-bottom:28px;\n}\n\n.cow-hat-trust-item{\ndisplay:flex;\nalign-items:flex-start;\ngap:12px;\npadding:19px 18px;\nborder-radius:16px;\nbackground:#fcfaf8;\nborder:1px solid #eadfd4;\n}\n\n.cow-hat-trust-item span{\nfont-size:22px;\nline-height:1.2;\nflex-shrink:0;\n}\n\n.cow-hat-trust-item strong{\ndisplay:block;\nfont-size:14px;\ncolor:#342b25;\nmargin-bottom:2px;\n}\n\n.cow-hat-trust-item em{\nfont-style:normal;\nfont-size:13px;\ncolor:#756f68;\nline-height:1.5;\n}\n\n.cow-hat-section{\npadding:38px 22px;\n}\n\n.cow-hat-title{\ntext-align:center;\nfont-size:28px;\ncolor:#292521;\nmargin:0 0 10px;\nfont-weight:800;\n}\n\n.cow-hat-intro{\ntext-align:center;\nmax-width:700px;\nmargin:0 auto 28px;\ncolor:#6b655f;\n}\n\n.cow-hat-grid{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:16px;\n}\n\n.cow-hat-card{\npadding:25px 20px;\nbackground:#fcfaf8;\nborder:1px solid #eadfd4;\nborder-radius:18px;\ntext-align:center;\ntransition:all .3s ease;\nanimation:cowFade 1s ease;\n}\n\n.cow-hat-card:hover{\ntransform:translateY(-6px);\nbox-shadow:0 12px 30px rgba(91,63,42,.10);\n}\n\n.cow-hat-icon{\nfont-size:29px;\nmargin-bottom:10px;\n}\n\n.cow-hat-card h3{\nmargin:5px 0 8px;\nfont-size:17px;\ncolor:#342b25;\n}\n\n.cow-hat-card p{\nfont-size:14px;\ncolor:#706a64;\nmargin:0;\n}\n\n\n\/* FEATURE *\/\n\n.cow-hat-feature{\nmargin:15px 0;\npadding:42px 28px;\nborder-radius:22px;\nbackground:linear-gradient(135deg,#f2e2d2,#fbf5ef,#ffffff);\ncolor:#292521;\ntext-align:center;\nposition:relative;\noverflow:hidden;\nborder:1px solid #e4d2c1;\nbox-shadow:0 8px 25px rgba(80,55,35,.05);\nanimation:featureCow .8s ease;\n}\n\n.cow-hat-feature:before{\ncontent:\"🐄\";\nposition:absolute;\nleft:24px;\ntop:16px;\nfont-size:40px;\nopacity:.12;\ntransform:rotate(-8deg);\n}\n\n.cow-hat-feature:after{\ncontent:\"🐄\";\nposition:absolute;\nright:24px;\nbottom:-10px;\nfont-size:65px;\nopacity:.09;\ntransform:rotate(8deg);\n}\n\n.cow-hat-feature-badge{\ndisplay:inline-block;\nmargin-bottom:14px;\npadding:6px 14px;\nborder-radius:30px;\nbackground:#8a6245;\ncolor:#fff;\nfont-size:11px;\nfont-weight:700;\nletter-spacing:1.5px;\ntext-transform:uppercase;\nposition:relative;\nz-index:1;\n}\n\n.cow-hat-feature h2{\nfont-size:30px;\nmargin:0 0 10px;\ncolor:#292521;\nfont-weight:800;\nposition:relative;\nz-index:1;\n}\n\n.cow-hat-feature p{\nmax-width:680px;\nmargin:auto;\ncolor:#625b55;\nfont-size:16px;\nposition:relative;\nz-index:1;\n}\n\n\n\/* COW BANNER *\/\n\n.cow-hat-baby{\nmargin:20px auto;\npadding:22px;\nborder-radius:18px;\nbackground:#fffaf5;\nborder:1px dashed #d9c2ae;\ntext-align:center;\n}\n\n.cow-hat-baby-cows{\nfont-size:27px;\nletter-spacing:10px;\nmargin-bottom:7px;\n}\n\n.cow-hat-baby p{\nmargin:0;\nfont-size:13px;\ncolor:#756b63;\n}\n\n\n\/* QUALITY \u0026 CONSTRUCTION *\/\n\n.cow-hat-quality-wrap{\npadding:32px 28px;\nborder-radius:20px;\nbackground:#fcfaf8;\nborder:1px solid #eadfd4;\nborder-top:3px solid #8a6245;\n}\n\n.cow-hat-why{\npadding:26px 24px;\nborder-radius:16px;\nbackground:#fffaf5;\nborder:1px solid #e7d9cc;\nmargin-bottom:20px;\n}\n\n.cow-hat-why h3{\nfont-size:19px;\nmargin:0 0 11px;\ncolor:#342b25;\n}\n\n.cow-hat-why p{\nmargin:0 0 11px;\ncolor:#5f574f;\nfont-size:14.5px;\nmax-width:780px;\n}\n\n.cow-hat-why p:last-child{\nmargin-bottom:0;\n}\n\n.cow-hat-quality-grid{\ndisplay:grid;\ngrid-template-columns:repeat(2,1fr);\ngap:14px;\nmargin-bottom:20px;\n}\n\n.cow-hat-qitem{\nposition:relative;\npadding:20px 20px 20px 22px;\nborder-radius:14px;\nbackground:#fff;\nborder-left:3px solid #8a6245;\nborder-top:1px solid #eadfd4;\nborder-right:1px solid #eadfd4;\nborder-bottom:1px solid #eadfd4;\n}\n\n.cow-hat-qitem strong{\ndisplay:block;\nfont-size:15.5px;\ncolor:#342b25;\nmargin-bottom:5px;\n}\n\n.cow-hat-qitem span{\ncolor:#6c6661;\nfont-size:13px;\n}\n\n.cow-hat-promise{\ndisplay:flex;\nalign-items:center;\ngap:18px;\npadding:22px 24px;\nborder-radius:16px;\nbackground:#f2e2d2;\nborder:1px solid #e4d2c1;\n}\n\n.cow-hat-promise-mark{\nflex-shrink:0;\nwidth:48px;\nheight:48px;\nborder-radius:50%;\ndisplay:flex;\nalign-items:center;\njustify-content:center;\nfont-size:22px;\nbackground:#fff;\nborder:1px solid #d9c2ae;\n}\n\n.cow-hat-promise h3{\nmargin:0 0 4px;\nfont-size:16.5px;\ncolor:#292521;\n}\n\n.cow-hat-promise p{\nmargin:0;\ncolor:#5f574f;\nfont-size:13.5px;\n}\n\n\n\/* SIZES *\/\n\n.cow-hat-sizes{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:14px;\nmargin-top:25px;\n}\n\n.cow-hat-size{\nborder:1px solid #e2d8ce;\nborder-radius:16px;\npadding:22px;\ntext-align:center;\nbackground:#fff;\ntransition:.3s;\n}\n\n.cow-hat-size:hover{\ntransform:scale(1.03);\nbox-shadow:0 8px 20px rgba(0,0,0,.07);\n}\n\n.cow-hat-size strong{\ndisplay:block;\nfont-size:22px;\ncolor:#332a24;\n}\n\n.cow-hat-size span{\nfont-size:14px;\ncolor:#706a65;\n}\n\n\n\/* MATERIAL *\/\n\n.cow-hat-material{\ndisplay:grid;\ngrid-template-columns:1fr 1fr;\ngap:18px;\nmargin-top:25px;\n}\n\n.cow-hat-info{\npadding:27px;\nborder-radius:18px;\nbackground:#faf6f1;\nborder:1px solid #e7d9cc;\n}\n\n.cow-hat-info h3{\nmargin:0 0 8px;\ncolor:#342b25;\nfont-size:19px;\n}\n\n.cow-hat-info p{\nmargin:0;\ncolor:#68615b;\nfont-size:14px;\n}\n\n\n\/* STEPS *\/\n\n.cow-hat-steps{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:15px;\nmargin-top:25px;\n}\n\n.cow-hat-step{\npadding:24px;\ntext-align:center;\nborder-radius:17px;\nbackground:#fff;\nborder:1px solid #e5e0dc;\ntransition:.3s;\n}\n\n.cow-hat-step:hover{\ntransform:translateY(-4px);\nbox-shadow:0 8px 20px rgba(0,0,0,.07);\n}\n\n.cow-hat-number{\nwidth:36px;\nheight:36px;\nborder-radius:50%;\nbackground:#8a6245;\ncolor:#fff;\ndisplay:flex;\nalign-items:center;\njustify-content:center;\nmargin:0 auto 12px;\nfont-weight:800;\n}\n\n.cow-hat-step strong{\ncolor:#302923;\n}\n\n.cow-hat-step p{\nfont-size:14px;\ncolor:#6c6661;\n}\n\n\n\/* NOTE *\/\n\n.cow-hat-note{\nmargin-top:25px;\npadding:18px 20px;\nborder-radius:14px;\nbackground:#faf6f1;\nborder:1px solid #e4d8cc;\ncolor:#5f574f;\nfont-size:13px;\n}\n\n\n\/* FINAL *\/\n\n.cow-hat-final{\ntext-align:center;\npadding:48px 25px;\nbackground:linear-gradient(135deg,#f1e1d2,#ffffff);\nborder-radius:22px;\nmargin-top:28px;\nborder:1px solid #e3d2c1;\nposition:relative;\noverflow:hidden;\n}\n\n.cow-hat-final:after{\ncontent:\"🐄\";\nposition:absolute;\nright:25px;\nbottom:-12px;\nfont-size:68px;\nopacity:.09;\n}\n\n.cow-hat-final h2{\nfont-size:30px;\ncolor:#292521;\nmargin:0 0 10px;\n}\n\n.cow-hat-final p{\nmax-width:650px;\nmargin:auto;\ncolor:#68615c;\n}\n\n\n\/* ANIMATIONS *\/\n\n@keyframes cowFade{\nfrom{\nopacity:0;\ntransform:translateY(18px);\n}\nto{\nopacity:1;\ntransform:translateY(0);\n}\n}\n\n@keyframes featureCow{\nfrom{\nopacity:0;\ntransform:translateY(15px);\n}\nto{\nopacity:1;\ntransform:translateY(0);\n}\n}\n\n\n\/* MOBILE *\/\n\n@media(max-width:700px){\n\n.cow-hat-hero h1{\nfont-size:29px;\n}\n\n.cow-hat-hero{\npadding:40px 18px;\n}\n\n.cow-hat-grid,\n.cow-hat-sizes,\n.cow-hat-steps,\n.cow-hat-material,\n.cow-hat-trust,\n.cow-hat-quality-grid{\ngrid-template-columns:1fr;\n}\n\n.cow-hat-trust{\ngap:10px;\nmargin-bottom:22px;\n}\n\n.cow-hat-section{\npadding:30px 12px;\n}\n\n.cow-hat-title{\nfont-size:24px;\n}\n\n.cow-hat-feature{\npadding:35px 20px;\n}\n\n.cow-hat-feature h2,\n.cow-hat-final h2{\nfont-size:25px;\n}\n\n.cow-hat-feature p{\nfont-size:14px;\n}\n\n.cow-hat-baby-cows{\nfont-size:22px;\nletter-spacing:6px;\n}\n\n.cow-hat-quality-wrap{\npadding:24px 18px;\n}\n\n.cow-hat-promise{\nflex-direction:column;\ntext-align:center;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cow-hat-wrap\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"cow-hat-hero\"\u003e\n\n\u003cspan class=\"cow-hat-tag\"\u003e\nPlayful • Cute • Moo-velous\n\u003c\/span\u003e\n\n\u003ch1\u003e\nCow Print Bucket Hat for Cats 🐾\n\u003c\/h1\u003e\n\n\u003cp\u003e\nMoo-ve over boring pet hats! Give your furry friend a playful farmyard-inspired look with this brown-and-white cow print bucket hat, perfect for photos, costume days and sunny adventures.\n\u003c\/p\u003e\n\n\u003cdiv class=\"cow-hat-sub\"\u003e\nClassic cow print. Big personality.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- TRUST STRIP --\u003e\n\n\u003cdiv class=\"cow-hat-trust\"\u003e\n\n\u003cdiv class=\"cow-hat-trust-item\"\u003e\n\u003cspan\u003e🧵\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eStitched brim\u003c\/strong\u003e\n\u003cem\u003eTopstitched so the brim holds its shape instead of drooping.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-trust-item\"\u003e\n\u003cspan\u003e💧\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWashes clean\u003c\/strong\u003e\n\u003cem\u003eHand wash, air dry, wear again — the print doesn't run.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-trust-item\"\u003e\n\u003cspan\u003e🐾\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFit sorted\u003c\/strong\u003e\n\u003cem\u003eWrong size? Message us and we'll help you swap it.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"cow-hat-section\"\u003e\n\n\u003ch2 class=\"cow-hat-title\"\u003e\nWhy They'll Steal The Spotlight\n\u003c\/h2\u003e\n\n\u003cp class=\"cow-hat-intro\"\u003e\nA lightweight pet accessory combining a fun statement print with an adjustable fit for stylish outdoor moments.\n\u003c\/p\u003e\n\n\u003cdiv class=\"cow-hat-grid\"\u003e\n\n\u003cdiv class=\"cow-hat-card\"\u003e\n\n\u003cdiv class=\"cow-hat-icon\"\u003e🐄\u003c\/div\u003e\n\n\u003ch3\u003e\nMoo-velous Cow Print\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe classic brown-and-white pattern gives your pet an instantly playful farmyard-inspired look.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-card\"\u003e\n\n\u003cdiv class=\"cow-hat-icon\"\u003e☀️\u003c\/div\u003e\n\n\u003ch3\u003e\nFull-Coverage Brim\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe wide brim provides additional coverage around the eyes, ears and face during outdoor adventures.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-card\"\u003e\n\n\u003cdiv class=\"cow-hat-icon\"\u003e🎀\u003c\/div\u003e\n\n\u003ch3\u003e\nAdjustable Fit\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe flexible drawstring helps you adjust the hat for a more secure fit when properly positioned.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-card\"\u003e\n\n\u003cdiv class=\"cow-hat-icon\"\u003e🌬️\u003c\/div\u003e\n\n\u003ch3\u003e\nLightweight Fabric\n\u003c\/h3\u003e\n\n\u003cp\u003e\nMade from lightweight polyester for a comfortable feel during short periods of wear.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-card\"\u003e\n\n\u003cdiv class=\"cow-hat-icon\"\u003e📸\u003c\/div\u003e\n\n\u003ch3\u003e\nPhoto-Ready Style\n\u003c\/h3\u003e\n\n\u003cp\u003e\nPerfect for themed photos, costume days, parties or capturing your cat's unique personality.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-card\"\u003e\n\n\u003cdiv class=\"cow-hat-icon\"\u003e🐾\u003c\/div\u003e\n\n\u003ch3\u003e\nFun For More Pets\n\u003c\/h3\u003e\n\n\u003cp\u003e\nSuitable for cats, small to medium dogs and other appropriately sized small pets.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BABY COW ACCENT --\u003e\n\n\u003cdiv class=\"cow-hat-baby\"\u003e\n\n\u003cdiv class=\"cow-hat-baby-cows\"\u003e\n🐄 🐮 🐄\n\u003c\/div\u003e\n\n\u003cp\u003e\n\u003cstrong\u003eA little farmyard fun for your furry friend.\u003c\/strong\u003e\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURE --\u003e\n\n\u003cdiv class=\"cow-hat-feature\"\u003e\n\n\u003cspan class=\"cow-hat-feature-badge\"\u003e\nFarmyard Style\n\u003c\/span\u003e\n\n\u003ch2\u003e\nMoo-ve Over Boring Pet Hats 🐄\n\u003c\/h2\u003e\n\n\u003cp\u003e\nTurn an ordinary outing into a photo-worthy moment with a playful cow print that brings personality wherever your pet goes.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUALITY \u0026 CONSTRUCTION --\u003e\n\n\u003cdiv class=\"cow-hat-section\"\u003e\n\n\u003ch2 class=\"cow-hat-title\"\u003e\nMade To Survive More Than One Photo\n\u003c\/h2\u003e\n\n\u003cp class=\"cow-hat-intro\"\u003e\nNovelty doesn't have to mean disposable. Here's what's actually holding this hat together.\n\u003c\/p\u003e\n\n\u003cdiv class=\"cow-hat-quality-wrap\"\u003e\n\n\u003cdiv class=\"cow-hat-why\"\u003e\n\n\u003ch3\u003e\nWhy polyester, and not cotton\n\u003c\/h3\u003e\n\n\u003cp\u003e\nCotton looks like the premium choice on a label, but on a pet it's the wrong tool. It soaks up drool, rain and garden puddles, stays damp against fur, and sags out of shape the moment it gets heavy. A hat that has gone limp isn't cute, and a damp hat sitting on a cat isn't comfortable either.\n\u003c\/p\u003e\n\n\u003cp\u003e\nLightweight polyester was chosen because it does the opposite: it sheds water rather than drinking it, dries fast, and springs back to its shape after being sat on, chewed near, or shoved in a drawer between photo days. It's also light enough that a small pet barely registers the weight — which matters far more than fibre snobbery when the wearer is a cat with opinions.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe print is dyed into the fabric rather than pressed on top, so it won't peel, crack or flake away at the fold lines the way a heat-transferred pattern does.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-quality-grid\"\u003e\n\n\u003cdiv class=\"cow-hat-qitem\"\u003e\n\u003cstrong\u003eTopstitched brim\u003c\/strong\u003e\n\u003cspan\u003eThe brim is stitched around its full edge rather than glued, so the circle holds its shape instead of curling upward after a few wears — the first thing to go wrong on a cheap novelty hat.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-qitem\"\u003e\n\u003cstrong\u003eReinforced drawstring channel\u003c\/strong\u003e\n\u003cspan\u003eThe drawstring runs through a stitched channel around the brim rather than a single loose loop, so it distributes tension evenly instead of pulling out at one point.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-qitem\"\u003e\n\u003cstrong\u003eToggle that holds\u003c\/strong\u003e\n\u003cspan\u003eThe drawstring toggle grips where you set it, so the fit stays put through a walk instead of slowly working loose.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-qitem\"\u003e\n\u003cstrong\u003eWash and wear again\u003c\/strong\u003e\n\u003cspan\u003eHand wash in cold water, air dry, and it goes back in the drawer ready for the next occasion — no shrinking, no colour bleed, no warped brim.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-promise\"\u003e\n\n\u003cdiv class=\"cow-hat-promise-mark\"\u003e🐾\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ch3\u003eThe OMG Finds happy pet promise\u003c\/h3\u003e\n\u003cp\u003eIf the hat arrives damaged, or it clearly isn't what the photos showed, message us and we'll sort it out. We'd rather fix it than have you stuck with something you're unhappy with.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- SIZING --\u003e\n\n\u003cdiv class=\"cow-hat-section\"\u003e\n\n\u003ch2 class=\"cow-hat-title\"\u003e\nFind Their Perfect Fit\n\u003c\/h2\u003e\n\n\u003cp class=\"cow-hat-intro\"\u003e\nAvailable in three sizes. Check your pet's measurements against the size guide before ordering.\n\u003c\/p\u003e\n\n\u003cdiv class=\"cow-hat-sizes\"\u003e\n\n\u003cdiv class=\"cow-hat-size\"\u003e\n\n\u003cstrong\u003e\nSmall\n\u003c\/strong\u003e\n\n\u003cspan\u003e\n28cm\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-size\"\u003e\n\n\u003cstrong\u003e\nMedium\n\u003c\/strong\u003e\n\n\u003cspan\u003e\n35cm\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-size\"\u003e\n\n\u003cstrong\u003e\nLarge\n\u003c\/strong\u003e\n\n\u003cspan\u003e\n42cm\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-note\"\u003e\n\n\u003cstrong\u003e📏 Sizing tip:\u003c\/strong\u003e\nMeasure your pet carefully before purchasing and select the closest suitable size. Adjust the drawstring so the hat sits securely without being too tight.\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-note\"\u003e\n\n\u003cstrong\u003e🐾 Not sure which size?\u003c\/strong\u003e\nSend us your pet's head measurement before you order and we'll tell you which one to pick. If it still lands wrong, message us and we'll help you sort out a swap — nobody should be stuck with a hat that slides down over their pet's eyes.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- MATERIAL --\u003e\n\n\u003cdiv class=\"cow-hat-section\"\u003e\n\n\u003ch2 class=\"cow-hat-title\"\u003e\nLightweight \u0026amp; Easy To Wear\n\u003c\/h2\u003e\n\n\u003cdiv class=\"cow-hat-material\"\u003e\n\n\u003cdiv class=\"cow-hat-info\"\u003e\n\n\u003ch3\u003e\nLightweight Polyester\n\u003c\/h3\u003e\n\n\u003cp\u003e\nQuick-drying, water-shedding and shape-holding — chosen because it stays light and stays put on a moving pet, rather than sagging the way a heavier natural fabric would.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-info\"\u003e\n\n\u003ch3\u003e\nFlexible Drawstring\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe adjustable drawstring allows you to customise the fit and helps keep the hat positioned when correctly fitted.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- HOW TO WEAR --\u003e\n\n\u003cdiv class=\"cow-hat-section\"\u003e\n\n\u003ch2 class=\"cow-hat-title\"\u003e\nEasy To Wear\n\u003c\/h2\u003e\n\n\u003cp class=\"cow-hat-intro\"\u003e\nIntroduce the hat gradually and keep wearing sessions comfortable for your pet.\n\u003c\/p\u003e\n\n\u003cdiv class=\"cow-hat-steps\"\u003e\n\n\u003cdiv class=\"cow-hat-step\"\u003e\n\n\u003cdiv class=\"cow-hat-number\"\u003e\n1\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nChoose Their Size\n\u003c\/strong\u003e\n\n\u003cp\u003e\nMeasure your pet and select the most suitable size.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-step\"\u003e\n\n\u003cdiv class=\"cow-hat-number\"\u003e\n2\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nAdjust The Drawstring\n\u003c\/strong\u003e\n\n\u003cp\u003e\nSecure the hat comfortably without making the drawstring too tight.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-step\"\u003e\n\n\u003cdiv class=\"cow-hat-number\"\u003e\n3\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nCapture The Moment\n\u003c\/strong\u003e\n\n\u003cp\u003e\nLet their personality shine and snap some unforgettable photos.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-note\"\u003e\n\n\u003cstrong\u003e🐾 Pet safety:\u003c\/strong\u003e\nAlways supervise your pet while wearing the hat. Remove it if your pet shows signs of discomfort, distress or overheating. This is a pet accessory and should not replace normal supervision or appropriate sun protection.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CARE --\u003e\n\n\u003cdiv class=\"cow-hat-section\"\u003e\n\n\u003ch2 class=\"cow-hat-title\"\u003e\nKeep It Looking Fresh\n\u003c\/h2\u003e\n\n\u003cdiv class=\"cow-hat-material\"\u003e\n\n\u003cdiv class=\"cow-hat-info\"\u003e\n\n\u003ch3\u003e\n🧼 Hand Wash\n\u003c\/h3\u003e\n\n\u003cp\u003e\nHand wash in cold water using mild soap. The colour is dyed through, so it won't bleed onto your hands or fade after a clean.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-hat-info\"\u003e\n\n\u003ch3\u003e\n🌬️ Air Dry\n\u003c\/h3\u003e\n\n\u003cp\u003e\nAir dry only. Do not machine wash or tumble dry, as heat may warp the shape of the brim.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FINAL --\u003e\n\n\u003cdiv class=\"cow-hat-final\"\u003e\n\n\u003ch2\u003e\nSmall Hat. Big Moo-d. 🐄\n\u003c\/h2\u003e\n\n\u003cp\u003e\nGive your furry friend a fun new look with the Cow Print Bucket Hat — because ordinary pet accessories are simply too boring.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Brown \/ Small - 28cm","offer_id":46537372926115,"sku":"Bucket Hat for Cats","price":250.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown \/ Medium - 35cm","offer_id":48043813830819,"sku":"Bucket Hat for Cats","price":260.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown \/ Large - 42cm","offer_id":48043813863587,"sku":"Bucket Hat for Cats","price":270.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/cow-print-bucket-hat.jpg?v=1788857466"},{"product_id":"pet-fur-keepsake-keychain","title":"Pet Fur Keepsake Keychain","description":"\u003cdiv class=\"omg-fur-keepsake\"\u003e\n\n\u003cdiv class=\"omg-fk-dog-rain\" aria-hidden=\"true\"\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐶\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐕\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐶\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐕\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐶\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐕\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐶\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐕\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐶\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐕\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐶\u003c\/span\u003e\n  \u003cspan class=\"omg-fk-falling-dog\"\u003e🐕\u003c\/span\u003e\n\u003c\/div\u003e\n\n\n\u003cstyle\u003e\n.omg-fur-keepsake {\n--black: #18181a;\n--charcoal: #29292d;\n--cream: #f7f4ef;\n--soft: #f5f5f3;\n--white: #ffffff;\n--gold: #b99a68;\n--gold-light: #eadcc3;\n--text: #303034;\n--muted: #737378;\n\nfont-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\nmax-width: 950px;\nmargin: 0 auto;\ncolor: var(--text);\noverflow: hidden;\n}\n\n\/* =========================\nHERO\n========================= *\/\n\n.omg-fk-hero {\nposition: relative;\noverflow: hidden;\npadding: 65px 25px;\ntext-align: center;\nborder-radius: 30px;\n\nbackground:\nradial-gradient(circle at 15% 20%, rgba(255,255,255,.95), transparent 28%),\nradial-gradient(circle at 85% 75%, rgba(185,154,104,.16), transparent 35%),\nlinear-gradient(145deg, #ffffff 0%, #f1eee8 100%);\n\nborder: 1px solid rgba(0,0,0,.06);\nbox-shadow: 0 25px 70px rgba(0,0,0,.09);\n\nanimation: fkFade 1s ease forwards;\n}\n\n.omg-fk-hero:before,\n.omg-fk-hero:after {\ncontent: \"\";\nposition: absolute;\nborder-radius: 50%;\nborder: 1px solid rgba(185,154,104,.18);\npointer-events: none;\n}\n\n.omg-fk-hero:before {\nwidth: 270px;\nheight: 270px;\ntop: -155px;\nright: -100px;\n}\n\n.omg-fk-hero:after {\nwidth: 180px;\nheight: 180px;\nbottom: -110px;\nleft: -70px;\n}\n\n.omg-fk-symbol {\nfont-size: 45px;\nmargin-bottom: 15px;\nanimation: fkFloat 3.5s ease-in-out infinite;\n}\n\n.omg-fk-label {\ndisplay: inline-block;\nmargin-bottom: 13px;\nfont-size: 10px;\nletter-spacing: 3px;\ntext-transform: uppercase;\nfont-weight: 700;\ncolor: var(--gold);\n}\n\n.omg-fk-hero h2 {\nmargin: 0 auto 18px;\nmax-width: 730px;\nfont-size: clamp(32px, 6vw, 54px);\nline-height: 1.04;\nletter-spacing: -1.5px;\ncolor: var(--black);\n}\n\n.omg-fk-hero h2 span {\nfont-weight: 400;\n}\n\n.omg-fk-hero p {\nmax-width: 660px;\nmargin: 0 auto;\ncolor: var(--muted);\nfont-size: 16px;\nline-height: 1.8;\n}\n\n.omg-fk-pill {\ndisplay: inline-flex;\nalign-items: center;\ngap: 8px;\nmargin-top: 27px;\npadding: 11px 19px;\nborder-radius: 50px;\nbackground: rgba(255,255,255,.85);\nborder: 1px solid rgba(0,0,0,.07);\nfont-size: 12px;\nfont-weight: 700;\nbox-shadow: 0 8px 25px rgba(0,0,0,.05);\n}\n\n\/* =========================\nTRUST BADGES\n========================= *\/\n\n.omg-fk-trust {\ndisplay: flex;\nflex-wrap: wrap;\njustify-content: center;\ngap: 12px;\nmargin-top: 30px;\npadding: 22px 18px;\nborder-radius: 20px;\nbackground: var(--white);\nborder: 1px solid rgba(0,0,0,.06);\nbox-shadow: 0 10px 30px rgba(0,0,0,.05);\n}\n\n.omg-fk-trust-item {\ndisplay: flex;\nalign-items: center;\ngap: 7px;\npadding: 9px 15px;\nborder-radius: 50px;\nbackground: var(--cream);\nfont-size: 12px;\nfont-weight: 700;\ncolor: var(--text);\nwhite-space: nowrap;\n}\n\n.omg-fk-trust-item span.omg-fk-trust-icon {\nfont-size: 14px;\n}\n\n@media (max-width: 650px) {\n.omg-fk-trust {\ngap: 9px;\npadding: 18px 14px;\n}\n\n.omg-fk-trust-item {\nfont-size: 11px;\npadding: 8px 12px;\n}\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.omg-fk-section {\npadding: 55px 20px 5px;\ntext-align: center;\n}\n\n.omg-fk-section h3 {\nmargin: 0 0 12px;\nfont-size: 29px;\nletter-spacing: -.5px;\ncolor: var(--black);\n}\n\n.omg-fk-intro {\nmax-width: 670px;\nmargin: 0 auto 30px;\ncolor: var(--muted);\nline-height: 1.75;\nfont-size: 14px;\n}\n\n\/* =========================\nBENEFITS\n========================= *\/\n\n.omg-fk-benefits {\ndisplay: grid;\ngrid-template-columns: repeat(2, 1fr);\ngap: 16px;\nmargin-top: 25px;\n}\n\n.omg-fk-benefit {\npadding: 28px 22px;\ntext-align: left;\nbackground: var(--white);\nborder: 1px solid rgba(0,0,0,.065);\nborder-radius: 22px;\nbox-shadow: 0 10px 35px rgba(0,0,0,.055);\ntransition: all .35s ease;\nanimation: fkCard .8s ease both;\n}\n\n.omg-fk-benefit:nth-child(2) {\nanimation-delay: .1s;\n}\n\n.omg-fk-benefit:nth-child(3) {\nanimation-delay: .2s;\n}\n\n.omg-fk-benefit:nth-child(4) {\nanimation-delay: .3s;\n}\n\n.omg-fk-benefit:hover {\ntransform: translateY(-7px);\nbox-shadow: 0 20px 45px rgba(0,0,0,.10);\n}\n\n.omg-fk-icon {\nwidth: 45px;\nheight: 45px;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nmargin-bottom: 17px;\nborder-radius: 50%;\nbackground: var(--cream);\nfont-size: 21px;\n}\n\n.omg-fk-benefit strong {\ndisplay: block;\nmargin-bottom: 7px;\ncolor: var(--black);\nfont-size: 16px;\n}\n\n.omg-fk-benefit p {\nmargin: 0;\ncolor: var(--muted);\nfont-size: 13px;\nline-height: 1.65;\n}\n\n\/* =========================\nEMOTIONAL FEATURE\n========================= *\/\n\n.omg-fk-memory {\nposition: relative;\nmargin-top: 48px;\npadding: 45px 25px;\nborder-radius: 28px;\nbackground:\nradial-gradient(circle at 50% 0%, rgba(255,255,255,.08), transparent 35%),\nlinear-gradient(145deg,#19191b,#2b2b2f);\ncolor: white;\ntext-align: center;\nbox-shadow: 0 25px 60px rgba(0,0,0,.15);\n}\n\n.omg-fk-memory-symbol {\nfont-size: 38px;\nmargin-bottom: 15px;\nanimation: fkHeart 2.5s ease-in-out infinite;\n}\n\n.omg-fk-memory h3 {\ncolor: white;\nmargin-bottom: 13px;\n}\n\n.omg-fk-memory p {\nmax-width: 650px;\nmargin: auto;\ncolor: #c2c2c7;\nfont-size: 14px;\nline-height: 1.8;\n}\n\n\/* =========================\nHOW IT WORKS\n========================= *\/\n\n.omg-fk-how {\ndisplay: grid;\ngrid-template-columns: repeat(3, 1fr);\ngap: 15px;\nmargin-top: 28px;\n}\n\n.omg-fk-how-card {\npadding: 28px 18px;\nborder-radius: 21px;\nbackground: linear-gradient(145deg,#fafafa,#f1eee8);\nborder: 1px solid rgba(0,0,0,.05);\ntransition: transform .3s ease, box-shadow .3s ease;\n}\n\n.omg-fk-how-card:hover {\ntransform: translateY(-6px);\nbox-shadow: 0 18px 35px rgba(0,0,0,.08);\n}\n\n.omg-fk-number {\nwidth: 40px;\nheight: 40px;\nmargin: 0 auto 15px;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nborder-radius: 50%;\nbackground: linear-gradient(145deg,#d9c29b,#ad8c58);\ncolor: #18181a;\nfont-weight: 800;\nfont-size: 12px;\n}\n\n.omg-fk-how-card strong {\ndisplay: block;\ncolor: var(--black);\nmargin-bottom: 8px;\n}\n\n.omg-fk-how-card span {\ncolor: var(--muted);\nfont-size: 12px;\nline-height: 1.6;\n}\n\n\/* =========================\nEVERYDAY USE\n========================= *\/\n\n.omg-fk-use {\ndisplay: grid;\ngrid-template-columns: repeat(3, 1fr);\ngap: 14px;\nmargin-top: 28px;\n}\n\n.omg-fk-use-card {\npadding: 25px 15px;\nbackground: white;\nborder-radius: 20px;\nborder: 1px solid rgba(0,0,0,.06);\nbox-shadow: 0 8px 25px rgba(0,0,0,.04);\n}\n\n.omg-fk-use-icon {\nfont-size: 29px;\nmargin-bottom: 10px;\n}\n\n.omg-fk-use-card strong {\ndisplay: block;\nmargin-bottom: 7px;\nfont-size: 14px;\n}\n\n.omg-fk-use-card span {\ncolor: var(--muted);\nfont-size: 12px;\nline-height: 1.55;\n}\n\n\/* =========================\nGIFT SECTION\n========================= *\/\n\n.omg-fk-gift {\nmargin-top: 50px;\npadding: 40px 22px;\nborder-radius: 24px;\nbackground:\nradial-gradient(circle at 90% 20%, rgba(255,255,255,.7), transparent 25%),\nlinear-gradient(135deg,#f5efe5,#faf9f6);\nborder: 1px solid rgba(185,154,104,.18);\ntext-align: center;\n}\n\n.omg-fk-gift h3 {\nmargin-bottom: 10px;\n}\n\n.omg-fk-gift p {\nmax-width: 650px;\nmargin: auto;\ncolor: var(--muted);\nfont-size: 14px;\nline-height: 1.75;\n}\n\n.omg-fk-gift-badge {\ndisplay: inline-block;\nmargin-top: 20px;\npadding: 10px 17px;\nborder-radius: 50px;\nbackground: white;\nborder: 1px solid rgba(0,0,0,.06);\nfont-size: 12px;\nfont-weight: 700;\n}\n\n\/* =========================\nCLOSING\n========================= *\/\n\n.omg-fk-closing {\npadding: 55px 20px 10px;\ntext-align: center;\n}\n\n.omg-fk-closing h3 {\nfont-size: 27px;\ncolor: var(--black);\nmargin-bottom: 10px;\n}\n\n.omg-fk-closing p {\nmax-width: 650px;\nmargin: auto;\ncolor: var(--muted);\nfont-size: 14px;\nline-height: 1.8;\n}\n\n\/* =========================\nNOTE\n========================= *\/\n\n.omg-fk-note {\nmargin-top: 35px;\npadding: 18px;\nborder-radius: 15px;\nbackground: #f7f7f7;\ncolor: #777;\nfont-size: 11px;\nline-height: 1.65;\ntext-align: center;\n}\n\n\/* =========================\nANIMATIONS\n========================= *\/\n\n@keyframes fkFade {\nfrom {\nopacity: 0;\ntransform: translateY(20px);\n}\n\nto {\nopacity: 1;\ntransform: translateY(0);\n}\n}\n\n@keyframes fkFloat {\n0%,100% {\ntransform: translateY(0);\n}\n\n50% {\ntransform: translateY(-8px);\n}\n}\n\n@keyframes fkHeart {\n0%,100% {\ntransform: scale(1);\n}\n\n50% {\ntransform: scale(1.08);\n}\n}\n\n@keyframes fkCard {\nfrom {\nopacity: 0;\ntransform: translateY(18px);\n}\n\nto {\nopacity: 1;\ntransform: translateY(0);\n}\n}\n\n\/* =========================\nMOBILE\n========================= *\/\n\n@media (max-width: 650px) {\n\n.omg-fk-hero {\npadding: 48px 20px;\nborder-radius: 23px;\n}\n\n.omg-fk-hero h2 {\nletter-spacing: -.8px;\n}\n\n.omg-fk-benefits {\ngrid-template-columns: 1fr;\n}\n\n.omg-fk-how {\ngrid-template-columns: 1fr;\n}\n\n.omg-fk-use {\ngrid-template-columns: 1fr;\n}\n\n.omg-fk-section {\npadding-top: 42px;\n}\n\n.omg-fk-memory {\npadding: 38px 19px;\n}\n}\n\n\/* =========================\n   3-SECOND FALLING DOG INTRO\n========================= *\/\n.omg-fk-dog-rain{\nposition:fixed;\ninset:0;\noverflow:hidden;\npointer-events:none;\nz-index:99999;\nanimation:fkDogLayerHide .25s ease 3s forwards;\n}\n\n.omg-fk-falling-dog{\nposition:absolute;\ntop:-70px;\nfont-size:28px;\nopacity:0;\nfilter:drop-shadow(0 5px 5px rgba(0,0,0,.10));\nanimation:fkDogFall 3s ease-in forwards;\n}\n\n.omg-fk-falling-dog:nth-child(1){left:4%;font-size:25px;animation-delay:0s}\n.omg-fk-falling-dog:nth-child(2){left:14%;font-size:32px;animation-delay:.18s}\n.omg-fk-falling-dog:nth-child(3){left:25%;font-size:23px;animation-delay:.38s}\n.omg-fk-falling-dog:nth-child(4){left:37%;font-size:30px;animation-delay:.08s}\n.omg-fk-falling-dog:nth-child(5){left:49%;font-size:24px;animation-delay:.5s}\n.omg-fk-falling-dog:nth-child(6){left:61%;font-size:34px;animation-delay:.25s}\n.omg-fk-falling-dog:nth-child(7){left:72%;font-size:25px;animation-delay:.6s}\n.omg-fk-falling-dog:nth-child(8){left:82%;font-size:31px;animation-delay:.12s}\n.omg-fk-falling-dog:nth-child(9){left:91%;font-size:23px;animation-delay:.42s}\n.omg-fk-falling-dog:nth-child(10){left:56%;font-size:21px;animation-delay:.75s}\n.omg-fk-falling-dog:nth-child(11){left:31%;font-size:20px;animation-delay:.85s}\n.omg-fk-falling-dog:nth-child(12){left:68%;font-size:22px;animation-delay:.95s}\n\n@keyframes fkDogFall{\n0%{\ntransform:translate3d(0,-60px,0) rotate(-18deg);\nopacity:0;\n}\n8%{opacity:.9}\n45%{\ntransform:translate3d(20px,48vh,0) rotate(12deg);\nopacity:.85;\n}\n85%{opacity:.72}\n100%{\ntransform:translate3d(-14px,110vh,0) rotate(-10deg);\nopacity:0;\n}\n}\n\n@keyframes fkDogLayerHide{\nto{opacity:0;visibility:hidden}\n}\n\n@media(prefers-reduced-motion:reduce){\n.omg-fk-dog-rain{display:none}\n}\n\n\u003c\/style\u003e\n\n\u003c!-- =========================\nHERO\n========================= --\u003e\n\n\u003cdiv class=\"omg-fk-hero\"\u003e\n\n\u003cdiv class=\"omg-fk-symbol\"\u003e🐾\u003c\/div\u003e\n\n\u003cdiv class=\"omg-fk-label\"\u003e\nA Keepsake You'll Carry Forever\n\u003c\/div\u003e\n\n\u003ch2\u003e\nKeep A Little Piece\n\u003cbr\u003e\u003cspan\u003eOf Your Best Friend\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp\u003e\nKeep a meaningful piece of your pet close wherever\nlife takes you. This unique dog-shaped keepsake\nkeychain holds a small clipping of your pet's fur\ninside a clear charm — creating a personal accessory\nthat's truly one-of-a-kind.\n\u003c\/p\u003e\n\n\u003cdiv class=\"omg-fk-pill\"\u003e\n✦ Personal • Meaningful • One-of-a-Kind\n\u003c\/div\u003e\n\n\u003cdiv class=\"omg-fk-trust\"\u003e\n\u003cdiv class=\"omg-fk-trust-item\"\u003e\n\u003cspan class=\"omg-fk-trust-icon\"\u003e🔒\u003c\/span\u003e Secure Checkout\u003c\/div\u003e\n\u003cdiv class=\"omg-fk-trust-item\"\u003e\n\u003cspan class=\"omg-fk-trust-icon\"\u003e🐾\u003c\/span\u003e Fits Any Pet\u003c\/div\u003e\n\u003cdiv class=\"omg-fk-trust-item\"\u003e\n\u003cspan class=\"omg-fk-trust-icon\"\u003e⭐\u003c\/span\u003e 5\/5 Rating\u003c\/div\u003e\n\u003cdiv class=\"omg-fk-trust-item\"\u003e\n\u003cspan class=\"omg-fk-trust-icon\"\u003e↩️\u003c\/span\u003e Easy 30-Day Returns\u003c\/div\u003e\n\u003cdiv class=\"omg-fk-trust-item\"\u003e\n\u003cspan class=\"omg-fk-trust-icon\"\u003e📦\u003c\/span\u003e Fast Shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================\nBENEFITS\n========================= --\u003e\n\n\u003cdiv class=\"omg-fk-section\"\u003e\n\n\u003ch3\u003eMore Than Just A Keychain\u003c\/h3\u003e\n\n\u003cp class=\"omg-fk-intro\"\u003e\nA small keepsake with a big meaning — designed\nfor pet lovers who want to keep their furry\ncompanion a little closer.\n\u003c\/p\u003e\n\n\u003cdiv class=\"omg-fk-benefits\"\u003e\n\n\u003cdiv class=\"omg-fk-benefit\"\u003e\n\n\u003cdiv class=\"omg-fk-icon\"\u003e🐾\u003c\/div\u003e\n\n\u003cstrong\u003eA Personal Keepsake\u003c\/strong\u003e\n\n\u003cp\u003e\nHold onto a tiny piece of your pet and create\na keepsake that belongs uniquely to you.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"omg-fk-benefit\"\u003e\n\n\u003cdiv class=\"omg-fk-icon\"\u003e❤️\u003c\/div\u003e\n\n\u003cstrong\u003eKeep Them Close\u003c\/strong\u003e\n\n\u003cp\u003e\nCarry a meaningful reminder of your pet with\nyou wherever you go.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"omg-fk-benefit\"\u003e\n\n\u003cdiv class=\"omg-fk-icon\"\u003e✨\u003c\/div\u003e\n\n\u003cstrong\u003eOne-of-a-Kind\u003c\/strong\u003e\n\n\u003cp\u003e\nNo two keepsakes are exactly alike because\nevery pet and every piece of fur is unique.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"omg-fk-benefit\"\u003e\n\n\u003cdiv class=\"omg-fk-icon\"\u003e🔑\u003c\/div\u003e\n\n\u003cstrong\u003eMade To Carry\u003c\/strong\u003e\n\n\u003cp\u003e\nAttach it to your keys, handbag, backpack or\nanything you carry with you every day.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================\nEMOTIONAL SECTION\n========================= --\u003e\n\n\u003cdiv class=\"omg-fk-memory\"\u003e\n\n\u003cdiv class=\"omg-fk-memory-symbol\"\u003e♡\u003c\/div\u003e\n\n\u003ch3\u003eA Little Reminder. A Lifetime Of Memories.\u003c\/h3\u003e\n\n\u003cp\u003e\nPets become part of our families, our routines and\nour happiest memories. This keepsake gives you a\nsimple way to carry a small reminder of that special\nbond with you.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================\nHOW IT WORKS\n========================= --\u003e\n\n\u003cdiv class=\"omg-fk-section\"\u003e\n\n\u003ch3\u003eHow It Works\u003c\/h3\u003e\n\n\u003cp class=\"omg-fk-intro\"\u003e\nCreating your personal keepsake is simple.\n\u003c\/p\u003e\n\n\u003cdiv class=\"omg-fk-how\"\u003e\n\n\u003cdiv class=\"omg-fk-how-card\"\u003e\n\n\u003cdiv class=\"omg-fk-number\"\u003e01\u003c\/div\u003e\n\n\u003cstrong\u003eCollect A Small Clipping\u003c\/strong\u003e\n\n\u003cspan\u003e\nTake a small clipping of fur from your pet.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"omg-fk-how-card\"\u003e\n\n\u003cdiv class=\"omg-fk-number\"\u003e02\u003c\/div\u003e\n\n\u003cstrong\u003ePlace It Inside\u003c\/strong\u003e\n\n\u003cspan\u003e\nCarefully place the fur inside the clear\ndog-shaped keepsake charm.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"omg-fk-how-card\"\u003e\n\n\u003cdiv class=\"omg-fk-number\"\u003e03\u003c\/div\u003e\n\n\u003cstrong\u003eCarry The Memory\u003c\/strong\u003e\n\n\u003cspan\u003e\nAttach your keepsake to your keys, bag or\nfavourite everyday accessory.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================\nUSES\n========================= --\u003e\n\n\u003cdiv class=\"omg-fk-section\"\u003e\n\n\u003ch3\u003eTake It Wherever You Go\u003c\/h3\u003e\n\n\u003cp class=\"omg-fk-intro\"\u003e\nSmall enough to go anywhere, meaningful enough\nto become something you'll treasure.\n\u003c\/p\u003e\n\n\u003cdiv class=\"omg-fk-use\"\u003e\n\n\u003cdiv class=\"omg-fk-use-card\"\u003e\n\n\u003cdiv class=\"omg-fk-use-icon\"\u003e🔑\u003c\/div\u003e\n\n\u003cstrong\u003eKeys\u003c\/strong\u003e\n\n\u003cspan\u003e\nAdd a personal touch to your everyday keys.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"omg-fk-use-card\"\u003e\n\n\u003cdiv class=\"omg-fk-use-icon\"\u003e👜\u003c\/div\u003e\n\n\u003cstrong\u003eBag\u003c\/strong\u003e\n\n\u003cspan\u003e\nClip it onto your handbag, backpack or purse.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"omg-fk-use-card\"\u003e\n\n\u003cdiv class=\"omg-fk-use-icon\"\u003e🎒\u003c\/div\u003e\n\n\u003cstrong\u003eEveryday Carry\u003c\/strong\u003e\n\n\u003cspan\u003e\nKeep your special keepsake close wherever\nyour day takes you.\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================\nMEMORIAL \/ GIFT\n========================= --\u003e\n\n\u003cdiv class=\"omg-fk-gift\"\u003e\n\n\u003ch3\u003eA Thoughtful Gift For A Pet Lover\u003c\/h3\u003e\n\n\u003cp\u003e\nGive someone a meaningful way to celebrate their\nbeloved companion. It's especially thoughtful for\nbirthdays, adoption anniversaries, memorials or\nsimply as a heartfelt surprise for someone who\nloves their pet deeply.\n\u003c\/p\u003e\n\n\u003cdiv class=\"omg-fk-gift-badge\"\u003e\n🎁 Meaningful • Personal • Heartfelt\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================\nCLOSING\n========================= --\u003e\n\n\u003cdiv class=\"omg-fk-closing\"\u003e\n\n\u003ch3\u003eBecause Some Bonds Deserve To Be Carried.\u003c\/h3\u003e\n\n\u003cp\u003e\nCute, stylish and deeply personal — your Pet Fur\nKeepsake Keychain turns a tiny piece of your pet\ninto something you can keep close every day.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================\nNOTE\n========================= --\u003e\n\n\u003cdiv class=\"omg-fk-note\"\u003e\n\n\u003cstrong\u003eCare:\u003c\/strong\u003e\nHandle the keepsake carefully and keep away from\nexcessive moisture, heat and harsh chemicals.\nThe charm is designed as a keepsake for a small\nclipping of pet fur and is not intended as a toy\nfor pets or children.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Dog \/ Clear","offer_id":48044992397475,"sku":"Fur Keepsake Keychain","price":179.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/Dog_shaped_Fur_Keepsake_keychain.png?v=1788366665"},{"product_id":"pink-blue-wig-for-dogs","title":"Pink \u0026 Blue Wig for Dogs","description":"\u003cstyle\u003e\n\/* =========================================================\n   OMG FIND — PINK \u0026 BLUE WIG FOR DOGS\n   PREMIUM PINK \/ BLUE TRUST-FOCUSED PRODUCT PAGE\n========================================================= *\/\n\n.pbw-page{\n  --pink:#d95c96;\n  --pink-soft:#ffe3f0;\n  --pink-pale:#fff4f9;\n  --blue:#6779d9;\n  --blue-soft:#e6e2ff;\n  --purple:#775786;\n  --purple-dark:#513c61;\n  --text:#27272c;\n  --muted:#69656e;\n  --white:#ffffff;\n  --soft:#faf8fc;\n  --border:#e9dfea;\n\n  font-family:Arial,Helvetica,sans-serif;\n  color:var(--text);\n  background:linear-gradient(180deg,#fff 0%,#faf8fc 100%);\n  line-height:1.6;\n  max-width:1050px;\n  margin:0 auto;\n  overflow:hidden;\n  position:relative;\n}\n\n.pbw-page *,\n.pbw-page *::before,\n.pbw-page *::after{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.pbw-hero{\n  text-align:center;\n  padding:58px 22px 52px;\n  background:\n    radial-gradient(circle at top,#eee1ff 0%,#fff1f8 42%,#fff 78%);\n  border-radius:24px;\n  margin-bottom:18px;\n  animation:pbwFade 1s ease;\n  border:1px solid rgba(119,87,134,.08);\n  position:relative;\n  overflow:hidden;\n}\n\n.pbw-hero::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  right:0;\n  height:4px;\n  background:linear-gradient(\n    90deg,\n    var(--pink),\n    var(--blue),\n    var(--pink)\n  );\n}\n\n.pbw-hero::after{\n  content:\"✦\";\n  position:absolute;\n  right:30px;\n  bottom:15px;\n  font-size:65px;\n  color:var(--blue);\n  opacity:.055;\n  pointer-events:none;\n}\n\n.pbw-tag{\n  display:inline-block;\n  padding:7px 16px;\n  border-radius:30px;\n  background:linear-gradient(90deg,#ffe3f0,#e6e2ff);\n  color:#76518c;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.4px;\n  text-transform:uppercase;\n  margin-bottom:16px;\n}\n\n.pbw-hero h1{\n  font-size:38px;\n  line-height:1.15;\n  margin:0 0 14px;\n  color:#17171c;\n  letter-spacing:-.8px;\n}\n\n.pbw-hero p{\n  max-width:700px;\n  margin:0 auto;\n  font-size:17px;\n  color:#66636d;\n}\n\n.pbw-sparkles{\n  margin-top:20px;\n  font-size:20px;\n  letter-spacing:7px;\n  animation:pbwFloat 3s ease-in-out infinite;\n}\n\n\n\/* =========================================================\n   TOP TRUST BADGES\n========================================================= *\/\n\n.pbw-trust{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n  margin:0 20px 22px;\n}\n\n.pbw-trust-item{\n  text-align:center;\n  padding:20px 13px;\n  border-radius:17px;\n  background:#fff;\n  border:1px solid var(--border);\n  box-shadow:0 7px 20px rgba(100,70,120,.05);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.pbw-trust-item:hover{\n  transform:translateY(-5px);\n  box-shadow:0 13px 28px rgba(100,70,120,.11);\n}\n\n.pbw-trust-icon{\n  width:46px;\n  height:46px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 10px;\n  border-radius:50%;\n  background:linear-gradient(135deg,#ffe3f0,#e6e2ff);\n  font-size:21px;\n}\n\n.pbw-trust-item strong{\n  display:block;\n  color:#28242c;\n  font-size:14px;\n  margin-bottom:4px;\n}\n\n.pbw-trust-item span{\n  display:block;\n  color:#716b75;\n  font-size:12px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   GENERAL\n========================================================= *\/\n\n.pbw-section{\n  max-width:1050px;\n  margin:0 auto;\n  padding:42px 20px;\n}\n\n.pbw-intro{\n  text-align:center;\n  max-width:770px;\n  margin:0 auto 38px;\n}\n\n.pbw-intro h2,\n.pbw-title{\n  font-size:29px;\n  line-height:1.2;\n  margin:0 0 12px;\n  color:#19191e;\n}\n\n.pbw-intro p{\n  margin:0;\n  color:#6b6871;\n  font-size:16px;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.pbw-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n}\n\n.pbw-card{\n  background:#fff;\n  border:1px solid #e9dfea;\n  border-radius:18px;\n  padding:24px 20px;\n  box-shadow:0 8px 25px rgba(100,70,120,.07);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n  animation:pbwUp .8s ease both;\n}\n\n.pbw-card:hover{\n  transform:translateY(-5px);\n  box-shadow:0 14px 30px rgba(100,70,120,.13);\n}\n\n.pbw-icon{\n  width:44px;\n  height:44px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:14px;\n  background:linear-gradient(135deg,#fff0f7,#eeeaff);\n  font-size:21px;\n  margin-bottom:15px;\n}\n\n.pbw-card h3{\n  margin:0 0 7px;\n  font-size:17px;\n  color:#202026;\n}\n\n.pbw-card p{\n  margin:0;\n  color:#6d6972;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   FEATURE\n========================================================= *\/\n\n.pbw-feature{\n  max-width:1000px;\n  margin:18px auto 40px;\n  padding:42px 25px;\n  text-align:center;\n  background:linear-gradient(135deg,#fff0f7 0%,#f1efff 100%);\n  border:1px solid #eadcf0;\n  border-radius:24px;\n  box-shadow:0 12px 35px rgba(100,70,120,.08);\n  position:relative;\n  overflow:hidden;\n}\n\n.pbw-feature:before{\n  content:\"💗  ✨  💙\";\n  position:absolute;\n  top:15px;\n  right:22px;\n  font-size:17px;\n  opacity:.65;\n}\n\n.pbw-feature:after{\n  content:\"✦\";\n  position:absolute;\n  bottom:17px;\n  left:28px;\n  font-size:20px;\n  opacity:.4;\n}\n\n.pbw-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:#775786;\n  margin-bottom:10px;\n}\n\n.pbw-feature h2{\n  margin:0 0 10px;\n  font-size:28px;\n  color:#19191e;\n}\n\n.pbw-feature p{\n  max-width:680px;\n  margin:0 auto;\n  color:#68646e;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.pbw-details{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:15px;\n  margin-top:25px;\n}\n\n.pbw-detail{\n  background:#fff;\n  border:1px solid #e5e1e8;\n  border-radius:18px;\n  padding:23px 17px;\n  text-align:center;\n  transition:.3s ease;\n}\n\n.pbw-detail:hover{\n  transform:translateY(-4px);\n  box-shadow:0 10px 25px rgba(100,70,120,.08);\n}\n\n.pbw-detail strong{\n  display:block;\n  color:#775786;\n  font-size:12px;\n  text-transform:uppercase;\n  letter-spacing:1px;\n  margin-bottom:6px;\n}\n\n.pbw-detail p{\n  margin:0;\n  color:#626069;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   QUALITY \/ COMFORT\n========================================================= *\/\n\n.pbw-quality{\n  margin-top:25px;\n  padding:32px 28px;\n  background:#fff;\n  border:1px solid #e5e1e8;\n  border-radius:22px;\n  box-shadow:0 10px 30px rgba(100,70,120,.05);\n}\n\n.pbw-quality-story{\n  padding:27px 25px;\n  margin-bottom:17px;\n  border-radius:18px;\n  background:linear-gradient(135deg,#76518c,#596ac5);\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n}\n\n.pbw-quality-story::after{\n  content:\"💗\";\n  position:absolute;\n  right:20px;\n  bottom:-18px;\n  font-size:75px;\n  opacity:.09;\n}\n\n.pbw-quality-story h3{\n  margin:0 0 9px;\n  color:#fff;\n  font-size:20px;\n}\n\n.pbw-quality-story p{\n  max-width:760px;\n  margin:0;\n  color:rgba(255,255,255,.87);\n  font-size:14px;\n  position:relative;\n  z-index:1;\n}\n\n.pbw-quality-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n}\n\n.pbw-quality-card{\n  padding:22px;\n  border-radius:17px;\n  background:linear-gradient(135deg,#fff8fb,#f7f5ff);\n  border:1px solid #eadfea;\n  border-left:4px solid var(--pink);\n  transition:.3s ease;\n}\n\n.pbw-quality-card:nth-child(2){\n  border-left-color:var(--blue);\n}\n\n.pbw-quality-card:nth-child(3){\n  border-left-color:#9b72b0;\n}\n\n.pbw-quality-card:nth-child(4){\n  border-left-color:#e48bad;\n}\n\n.pbw-quality-card:hover{\n  transform:translateY(-4px);\n  box-shadow:0 10px 25px rgba(100,70,120,.08);\n}\n\n.pbw-quality-card strong{\n  display:block;\n  color:#28242c;\n  margin-bottom:6px;\n  font-size:15px;\n}\n\n.pbw-quality-card span{\n  display:block;\n  color:#6b6871;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   SIZE GUIDE\n========================================================= *\/\n\n.pbw-size{\n  margin-top:25px;\n  padding:30px 27px;\n  background:#fff;\n  border:1px solid #e5e1e8;\n  border-radius:20px;\n  text-align:center;\n}\n\n.pbw-size \u003e p{\n  max-width:680px;\n  margin:0 auto;\n  color:#6b6871;\n}\n\n.pbw-size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:15px;\n  margin-top:20px;\n}\n\n.pbw-size-item{\n  padding:20px 15px;\n  border-radius:16px;\n  background:linear-gradient(135deg,#fff4f9,#f4f2ff);\n  border:1px solid #eadfea;\n}\n\n.pbw-size-item strong{\n  display:block;\n  font-size:18px;\n  color:#28242c;\n  margin-bottom:4px;\n}\n\n.pbw-size-item span{\n  color:#716b75;\n  font-size:14px;\n}\n\n.pbw-fit-help{\n  max-width:720px;\n  margin:18px auto 0;\n  padding:17px 19px;\n  border-radius:14px;\n  background:#faf7fc;\n  border:1px solid #eadfea;\n  color:#656069;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   HOW TO WEAR\n========================================================= *\/\n\n.pbw-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin-top:28px;\n}\n\n.pbw-step{\n  text-align:center;\n  padding:25px 18px;\n  background:#fbf9fc;\n  border-radius:18px;\n  border:1px solid #e5e1e8;\n  transition:.3s ease;\n}\n\n.pbw-step:hover{\n  transform:translateY(-4px);\n  box-shadow:0 10px 25px rgba(100,70,120,.07);\n}\n\n.pbw-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:linear-gradient(135deg,#d95c96,#6779d9);\n  color:#fff;\n  font-weight:700;\n}\n\n.pbw-step h3{\n  margin:0 0 6px;\n  font-size:16px;\n}\n\n.pbw-step p{\n  margin:0;\n  color:#6b6871;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.pbw-care{\n  background:#fff;\n  border:1px solid #e5e1e8;\n  border-radius:20px;\n  padding:28px;\n  margin-top:25px;\n}\n\n.pbw-care ul{\n  margin:14px 0 0;\n  padding-left:20px;\n  color:#626069;\n}\n\n.pbw-care li{\n  margin-bottom:6px;\n}\n\n\n\/* =========================================================\n   SAFETY\n========================================================= *\/\n\n.pbw-safety{\n  margin-top:25px;\n  padding:21px;\n  border-radius:16px;\n  background:linear-gradient(135deg,#faf5fa,#f4f5fc);\n  border-left:4px solid #7b6b91;\n  color:#626069;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   SHOP WITH CONFIDENCE\n========================================================= *\/\n\n.pbw-customer-trust{\n  margin:40px 20px;\n  padding:40px 28px;\n  border-radius:24px;\n  background:linear-gradient(135deg,#4e365c,#4656a0);\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n  box-shadow:0 15px 38px rgba(87,65,130,.16);\n}\n\n.pbw-customer-trust::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  right:0;\n  height:4px;\n  background:linear-gradient(\n    90deg,\n    #ff9dc7,\n    #9ba8ff,\n    #ff9dc7\n  );\n}\n\n.pbw-customer-trust::after{\n  content:\"✨\";\n  position:absolute;\n  right:-5px;\n  bottom:-35px;\n  font-size:125px;\n  opacity:.055;\n  pointer-events:none;\n}\n\n.pbw-trust-label{\n  display:block;\n  text-align:center;\n  font-size:11px;\n  font-weight:800;\n  letter-spacing:1.7px;\n  text-transform:uppercase;\n  color:#f1ddec;\n  margin-bottom:7px;\n}\n\n.pbw-customer-trust h2{\n  text-align:center;\n  margin:0 0 9px;\n  color:#fff;\n  font-size:30px;\n  position:relative;\n  z-index:1;\n}\n\n.pbw-customer-intro{\n  max-width:700px;\n  margin:0 auto 28px;\n  text-align:center;\n  color:rgba(255,255,255,.79);\n  font-size:14px;\n  position:relative;\n  z-index:1;\n}\n\n.pbw-customer-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n  position:relative;\n  z-index:1;\n}\n\n.pbw-customer-card{\n  padding:23px;\n  border-radius:17px;\n  background:#fff;\n  color:#27272c;\n  transition:.3s ease;\n}\n\n.pbw-customer-card:hover{\n  transform:translateY(-5px);\n}\n\n.pbw-customer-icon{\n  width:45px;\n  height:45px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  background:linear-gradient(135deg,#ffe5f1,#e9e6ff);\n  font-size:21px;\n  margin-bottom:11px;\n}\n\n.pbw-customer-card h3{\n  margin:0 0 6px;\n  color:#28242c;\n  font-size:16px;\n}\n\n.pbw-customer-card p{\n  margin:0;\n  color:#6b6871;\n  font-size:13px;\n}\n\n.pbw-order-promise{\n  display:flex;\n  align-items:center;\n  gap:17px;\n  margin-top:16px;\n  padding:22px;\n  border-radius:17px;\n  background:rgba(255,255,255,.10);\n  border:1px solid rgba(255,255,255,.17);\n  position:relative;\n  z-index:1;\n}\n\n.pbw-order-promise-icon{\n  width:50px;\n  height:50px;\n  flex-shrink:0;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  background:#fff;\n  font-size:23px;\n}\n\n.pbw-order-promise strong{\n  display:block;\n  color:#fff;\n  font-size:15px;\n  margin-bottom:4px;\n}\n\n.pbw-order-promise span{\n  display:block;\n  color:rgba(255,255,255,.78);\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.pbw-final{\n  text-align:center;\n  padding:48px 20px 58px;\n  margin-top:20px;\n  background:linear-gradient(135deg,#ffeaf5,#eeecff);\n  border-radius:24px;\n  border:1px solid #eadfea;\n}\n\n.pbw-final h2{\n  margin:0 0 9px;\n  font-size:30px;\n  color:#17171c;\n}\n\n.pbw-final p{\n  margin:0;\n  color:#69656e;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes pbwFade{\n  from{\n    opacity:0;\n    transform:translateY(12px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes pbwUp{\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes pbwFloat{\n  0%,100%{\n    transform:translateY(0);\n  }\n  50%{\n    transform:translateY(-5px);\n  }\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:700px){\n\n  .pbw-hero{\n    padding:42px 18px 38px;\n    border-radius:18px;\n  }\n\n  .pbw-hero h1{\n    font-size:29px;\n  }\n\n  .pbw-hero p{\n    font-size:15px;\n  }\n\n  .pbw-trust{\n    grid-template-columns:repeat(2,1fr);\n    margin:0 15px 15px;\n    gap:10px;\n  }\n\n  .pbw-section{\n    padding:32px 15px;\n  }\n\n  .pbw-intro h2,\n  .pbw-title{\n    font-size:25px;\n  }\n\n  .pbw-grid{\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n  }\n\n  .pbw-details{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .pbw-quality-grid,\n  .pbw-steps,\n  .pbw-size-grid,\n  .pbw-customer-grid{\n    grid-template-columns:1fr;\n  }\n\n  .pbw-quality{\n    padding:24px 17px;\n  }\n\n  .pbw-feature{\n    margin:10px 15px 30px;\n    padding:34px 20px;\n    border-radius:19px;\n  }\n\n  .pbw-feature h2{\n    font-size:24px;\n  }\n\n  .pbw-customer-trust{\n    margin:30px 15px;\n    padding:34px 17px;\n  }\n\n  .pbw-customer-trust h2{\n    font-size:25px;\n  }\n\n  .pbw-order-promise{\n    flex-direction:column;\n    text-align:center;\n  }\n\n  .pbw-final{\n    border-radius:18px;\n    padding:40px 18px 45px;\n  }\n\n  .pbw-final h2{\n    font-size:26px;\n  }\n}\n\n\n@media(max-width:430px){\n\n  .pbw-grid{\n    grid-template-columns:1fr;\n  }\n\n  .pbw-details{\n    grid-template-columns:1fr;\n  }\n\n  .pbw-trust-item{\n    padding:17px 9px;\n  }\n\n  .pbw-trust-item strong{\n    font-size:13px;\n  }\n\n  .pbw-trust-item span{\n    font-size:11px;\n  }\n}\n\n\n@media(prefers-reduced-motion:reduce){\n\n  .pbw-page *,\n  .pbw-page *::before,\n  .pbw-page *::after{\n    animation-duration:.01ms !important;\n    animation-iteration-count:1 !important;\n    transition-duration:.01ms !important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"pbw-page\"\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-hero\"\u003e\n\n  \u003cdiv class=\"pbw-tag\"\u003e\n    Colourful • Playful • Photo-Ready\n  \u003c\/div\u003e\n\n  \u003ch1\u003e\n    Pink \u0026amp; Blue Wig for Dogs 💗💙\n  \u003c\/h1\u003e\n\n  \u003cp\u003e\n    Double the colour. Double the fun! Give your pup a bold\n    two-tone makeover with vibrant pink and blue layered fibres\n    made for unforgettable moments.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"pbw-sparkles\"\u003e\n    💗 ✨ 💙\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     TOP TRUST BADGES\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-trust\"\u003e\n\n\n  \u003cdiv class=\"pbw-trust-item\"\u003e\n\n    \u003cdiv class=\"pbw-trust-icon\"\u003e\n      🐾\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e\n      Soft Inner Net\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Designed to sit gently on your pet's head during\n      supervised wear.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-trust-item\"\u003e\n\n    \u003cdiv class=\"pbw-trust-icon\"\u003e\n      🎀\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e\n      Adjustable Fit\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Elastic rope lets you adjust the wig for a more\n      comfortable, secure fit.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-trust-item\"\u003e\n\n    \u003cdiv class=\"pbw-trust-icon\"\u003e\n      🪶\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e\n      Approx. 40g\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Lightweight construction without unnecessary bulk\n      on your pet's head.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-trust-item\"\u003e\n\n    \u003cdiv class=\"pbw-trust-icon\"\u003e\n      📏\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e\n      Clear Size Info\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Measurements are provided so you can check\n      suitability before ordering.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     INTRO + BENEFITS\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-section\"\u003e\n\n\n  \u003cdiv class=\"pbw-intro\"\u003e\n\n    \u003ch2\u003e\n      Two Colours. One Unforgettable Look. 💗💙\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Make your pup the centre of attention with this playful\n      pink and blue wig. The layered fibres create a fun,\n      colourful look that's perfect for parties, festivals,\n      costume days and photoshoots.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-grid\"\u003e\n\n\n    \u003cdiv class=\"pbw-card\"\u003e\n\n      \u003cdiv class=\"pbw-icon\"\u003e\n        💗\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Vibrant Pink \u0026amp; Blue\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        A colourful two-tone design creates a bold look\n        that stands out instantly.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-card\"\u003e\n\n      \u003cdiv class=\"pbw-icon\"\u003e\n        ✨\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Layered Fibres\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Soft layered strands create playful volume and\n        a fun finished look.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-card\"\u003e\n\n      \u003cdiv class=\"pbw-icon\"\u003e\n        🎉\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Party Ready\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Perfect for birthdays, festivals, celebrations\n        and costume days.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-card\"\u003e\n\n      \u003cdiv class=\"pbw-icon\"\u003e\n        📸\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Made For Photos\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Turn everyday moments into colourful photos\n        worth sharing.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-card\"\u003e\n\n      \u003cdiv class=\"pbw-icon\"\u003e\n        🎀\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Adjustable Fit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The elastic rope lets you adjust the wig for a\n        more secure fit during supervised wear.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-card\"\u003e\n\n      \u003cdiv class=\"pbw-icon\"\u003e\n        🐾\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Soft Inner Net\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The soft inner net is designed to sit gently\n        on your pet's head.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     FEATURE\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-feature\"\u003e\n\n  \u003cspan\u003e\n    Pink • Blue • Maximum Personality\n  \u003c\/span\u003e\n\n  \u003ch2\u003e\n    Double The Colour. Double The Fun. 💗💙\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Why settle for one colour? This vibrant two-tone wig\n    brings playful energy to every costume party,\n    festival and photoshoot.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     PRODUCT DETAILS\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-section\"\u003e\n\n  \u003cdiv class=\"pbw-intro\"\u003e\n\n    \u003ch2\u003e\n      Know Exactly What You're Ordering\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Clear product information helps you understand the\n      material, weight, design and fit before you buy.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-details\"\u003e\n\n\n    \u003cdiv class=\"pbw-detail\"\u003e\n\n      \u003cstrong\u003e\n        Material\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        High-temperature resistant fibre\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-detail\"\u003e\n\n      \u003cstrong\u003e\n        Weight\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Approximately 40g\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-detail\"\u003e\n\n      \u003cstrong\u003e\n        Design\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Layered pink and blue fibres\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-detail\"\u003e\n\n      \u003cstrong\u003e\n        Fit\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Adjustable elastic rope with soft inner net\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     QUALITY \u0026 COMFORT\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-section\"\u003e\n\n\n  \u003cdiv class=\"pbw-intro\"\u003e\n\n    \u003ch2\u003e\n      Designed For The Look — With Comfort In Mind\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      A pet costume should be fun, but your pet's comfort\n      still comes first.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-quality\"\u003e\n\n\n    \u003cdiv class=\"pbw-quality-story\"\u003e\n\n      \u003ch3\u003e\n        More Than Just A Colourful Wig\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        This wig combines layered pink and blue fibres with\n        a lightweight design, soft inner net and adjustable\n        elastic rope. The result is a dramatic costume look\n        designed for short, comfortable and supervised wear.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-quality-grid\"\u003e\n\n\n      \u003cdiv class=\"pbw-quality-card\"\u003e\n\n        \u003cstrong\u003e\n          🐾 Soft Inner Net\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The inner net provides a softer surface where\n          the wig sits against your pet's head.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pbw-quality-card\"\u003e\n\n        \u003cstrong\u003e\n          🎀 Adjustable Elastic Rope\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The elastic rope allows you to adjust the fit\n          rather than relying on a completely fixed size.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pbw-quality-card\"\u003e\n\n        \u003cstrong\u003e\n          🪶 Lightweight Construction\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          At approximately 40g, the wig creates a big\n          visual transformation without unnecessary weight.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pbw-quality-card\"\u003e\n\n        \u003cstrong\u003e\n          🧼 Reusable Costume Accessory\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Gentle handling, hand washing and natural air\n          drying can help maintain the fibres and overall\n          appearance between costume days.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     SIZE GUIDE\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-section\"\u003e\n\n  \u003cdiv class=\"pbw-size\"\u003e\n\n    \u003ch2 class=\"pbw-title\"\u003e\n      Size Guide 📏\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Designed with small to medium breeds in mind.\n      Please compare the measurements with your pet\n      before ordering.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pbw-size-grid\"\u003e\n\n\n      \u003cdiv class=\"pbw-size-item\"\u003e\n\n        \u003cstrong\u003e\n          Inner Mesh\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Approx. 8cm diameter\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pbw-size-item\"\u003e\n\n        \u003cstrong\u003e\n          Hair Length\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Approx. 12–13cm\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pbw-size-item\"\u003e\n\n        \u003cstrong\u003e\n          Recommended\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Most small to medium breeds\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-fit-help\"\u003e\n\n      \u003cstrong\u003e\n        🐾 Need help checking the fit?\n      \u003c\/strong\u003e\n\n      \u003cbr\u003e\n\n      Compare your pet's measurements with the approximately\n      8cm inner mesh diameter before ordering. If you're unsure\n      how to interpret the measurements, contact OMG Find and\n      we'll help you understand the product sizing.\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     HOW TO WEAR\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-section\"\u003e\n\n\n  \u003cdiv class=\"pbw-intro\"\u003e\n\n    \u003ch2\u003e\n      Get The Look In 3 Easy Steps\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Keep it simple, keep it fun and introduce costume\n      accessories gradually.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-steps\"\u003e\n\n\n    \u003cdiv class=\"pbw-step\"\u003e\n\n      \u003cdiv class=\"pbw-number\"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Place\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Gently place the wig over your pet's head.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-step\"\u003e\n\n      \u003cdiv class=\"pbw-number\"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Adjust\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use the elastic rope to create a comfortable,\n        secure fit without overtightening.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-step\"\u003e\n\n      \u003cdiv class=\"pbw-number\"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Strike A Pose\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Grab the camera and capture their colourful\n        new look! 📸\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     FUN FEATURE\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-feature\"\u003e\n\n  \u003cspan\u003e\n    Warning: Main Character Energy\n  \u003c\/span\u003e\n\n  \u003ch2\u003e\n    Too Much Colour To Ignore. 💗💙✨\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    From party guest to instant photo star, this playful\n    wig gives your pup a look that's impossible to miss.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     CARE\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-section\"\u003e\n\n\n  \u003cdiv class=\"pbw-care\"\u003e\n\n    \u003ch2 class=\"pbw-title\"\u003e\n      Care Instructions\n    \u003c\/h2\u003e\n\n    \u003cul\u003e\n\n      \u003cli\u003e\n        Hand wash gently with warm water.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Air dry naturally.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Avoid high heat.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Do not machine wash or tumble dry.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Handle the fibres gently to help maintain\n        their appearance.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-safety\"\u003e\n\n    \u003cstrong\u003e\n      🐾 Pet Safety Note\n    \u003c\/strong\u003e\n\n    \u003cbr\u003e\n\n    This is a costume accessory intended for supervised use.\n    Introduce the wig gradually and remove it if your pet shows\n    signs of discomfort, stress or irritation. Keep the wig\n    and elastic rope away from chewing or ingestion. Never\n    leave your pet unattended while wearing it.\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     CUSTOMER TRUST\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-customer-trust\"\u003e\n\n\n  \u003cspan class=\"pbw-trust-label\"\u003e\n    THE OMG FIND PROMISE\n  \u003c\/span\u003e\n\n\n  \u003ch2\u003e\n    Shop With Confidence 🛡️\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"pbw-customer-intro\"\u003e\n    Buying a pet costume online can come with questions.\n    That's why we provide clear measurements, product\n    information, care guidance and support to help you\n    make an informed choice.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"pbw-customer-grid\"\u003e\n\n\n    \u003cdiv class=\"pbw-customer-card\"\u003e\n\n      \u003cdiv class=\"pbw-customer-icon\"\u003e\n        📏\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Clear Measurements\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        We provide the approximate inner mesh diameter,\n        hair length and product weight so you can check\n        the details before ordering.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-customer-card\"\u003e\n\n      \u003cdiv class=\"pbw-customer-icon\"\u003e\n        🐾\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Pet Comfort First\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        We provide clear wearing and safety guidance because\n        costume time should only continue while your pet\n        remains comfortable and supervised.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-customer-card\"\u003e\n\n      \u003cdiv class=\"pbw-customer-icon\"\u003e\n        🧼\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Clear Care Guidance\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        You'll know how to gently wash, dry and handle\n        the fibres to help maintain the wig's appearance\n        between uses.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pbw-customer-card\"\u003e\n\n      \u003cdiv class=\"pbw-customer-icon\"\u003e\n        💬\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Customer Support\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Have a question about measurements, the wig or your\n        order? Contact OMG Find and we'll help with the\n        information you need.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pbw-order-promise\"\u003e\n\n    \u003cdiv class=\"pbw-order-promise-icon\"\u003e\n      💗\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n\n      \u003cstrong\u003e\n        Your order matters to us.\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        If your wig arrives damaged or clearly isn't what\n        was shown on the product page, contact us and we'll\n        help resolve the issue in line with our store policies.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     FINAL\n========================================================= --\u003e\n\n\u003cdiv class=\"pbw-final\"\u003e\n\n  \u003ch2\u003e\n    Pink. Blue. Pure Personality. 💗💙\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Two colours, one seriously unforgettable pup. ✨🐾\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Pink","offer_id":48042819190947,"sku":"Blue Wig for Dogs","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/pink-blue-wig-for-dogs.jpg?v=1788605670"},{"product_id":"yellow-duck-hat-for-cats-dogs","title":"Yellow Duck Hat for Cats \u0026 Dogs","description":"\u003cdiv class=\"omg-duck-hat-page\"\u003e\n\n\u003cstyle\u003e\n\/* ========== BASE ========== *\/\n.omg-duck-hat-page{--sun:#ffd447;--sun-light:#ffe98a;--sun-pale:#fff5c9;--gold:#e4ae24;--gold-dark:#9b7610;--cream:#fffaf0;--cream-2:#fff6dc;--cream-3:#fff2c9;--white:#fff;--charcoal:#22201c;--text:#34312c;--muted:#6b6862;--glass:rgba(255,255,255,.62);--glass-strong:rgba(255,255,255,.78);position:relative;max-width:1000px;margin:0 auto;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;line-height:1.6;overflow:hidden;background:radial-gradient(circle at 12% 8%,rgba(255,214,75,.18),transparent 24%),radial-gradient(circle at 88% 30%,rgba(255,231,139,.20),transparent 28%),radial-gradient(circle at 50% 100%,rgba(255,203,57,.14),transparent 35%),linear-gradient(145deg,#fffaf0 0%,#fff7df 42%,#fff2c9 100%);border-radius:30px;box-shadow:0 30px 90px rgba(154,119,28,.12)}\n\n.omg-duck-hat-page:before{content:\"\";position:absolute;width:420px;height:420px;top:-220px;left:-170px;border-radius:50%;background:radial-gradient(circle,rgba(255,218,91,.18),transparent 70%);filter:blur(18px);pointer-events:none;animation:sunshineFloat 8s ease-in-out infinite;z-index:0}\n.omg-duck-hat-page:after{content:\"\";position:absolute;width:350px;height:350px;right:-180px;bottom:10%;border-radius:50%;background:radial-gradient(circle,rgba(255,215,76,.13),transparent 70%);filter:blur(20px);pointer-events:none;animation:sunshineFloatReverse 10s ease-in-out infinite;z-index:0}\n\n@keyframes sunshineFloat{\n0%,100%{transform:translate(0,0) scale(1);opacity:.65}\n50%{transform:translate(25px,18px) scale(1.08);opacity:1}\n}\n\n@keyframes sunshineFloatReverse{\n0%,100%{transform:translate(0,0) scale(1);opacity:.5}\n50%{transform:translate(-20px,-15px) scale(1.1);opacity:.85}\n}\n\n.omg-duck-hat-page \u003e *{position:relative;z-index:1}\n\n\n\/* ========== HERO ========== *\/\n.duck-hat-wrap{max-width:1000px;margin:auto}\n\n.duck-hat-hero{\npadding:65px 25px;\ntext-align:center;\nbackground:\nradial-gradient(circle at 50% 45%,rgba(255,255,255,.95),transparent 42%),\nradial-gradient(circle at 50% 100%,rgba(255,208,60,.18),transparent 48%),\nlinear-gradient(135deg,#fffdf5,#fff7dc,#fff0c1);\nborder-radius:26px;\nmargin-bottom:28px;\nanimation:duckHeroFade 1s ease forwards;\nposition:relative;\noverflow:hidden;\nborder:1px solid rgba(227,174,36,.20);\nbox-shadow:0 25px 70px rgba(146,111,23,.10),inset 0 1px 0 rgba(255,255,255,.9)\n}\n\n.duck-hat-hero:before{\ncontent:\"\";\nposition:absolute;\nwidth:330px;\nheight:330px;\nborder-radius:50%;\ntop:-205px;\nright:-115px;\nborder:1px solid rgba(255,207,61,.35);\nbox-shadow:0 0 60px rgba(255,210,66,.10);\nanimation:duckOrbit 8s ease-in-out infinite;\npointer-events:none\n}\n\n.duck-hat-hero:after{\ncontent:\"🦆\";\nposition:absolute;\nright:20px;\nbottom:-8px;\nfont-size:65px;\nopacity:.12;\ntransform:rotate(10deg);\nfilter:drop-shadow(0 0 12px rgba(255,200,60,.55));\nanimation:duckWaddle 4s ease-in-out infinite;\npointer-events:none\n}\n\n.duck-hat-tag{\ndisplay:inline-block;\npadding:7px 16px;\nborder-radius:30px;\nbackground:linear-gradient(135deg,#fff2a8,#ffe16a);\ncolor:#705c00;\nfont-size:12px;\nfont-weight:800;\nletter-spacing:1.5px;\ntext-transform:uppercase;\nposition:relative;\noverflow:hidden;\nborder:1px solid rgba(220,171,35,.28);\nbox-shadow:0 0 16px rgba(255,200,60,.45),inset 0 1px 0 rgba(255,255,255,.75);\ntransition:transform .3s ease,box-shadow .3s ease\n}\n\n.duck-hat-tag:hover{\ntransform:scale(1.03);\nbox-shadow:0 0 22px rgba(255,200,60,.65),inset 0 1px 0 rgba(255,255,255,.9)\n}\n\n.duck-hat-tag:after{\ncontent:\"\";\nposition:absolute;\ntop:0;\nleft:-120%;\nwidth:55%;\nheight:100%;\nbackground:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);\ntransform:skewX(-20deg);\nanimation:sunnyShimmer 4.5s ease-in-out infinite;\npointer-events:none\n}\n\n@keyframes sunnyShimmer{\n0%,55%{left:-120%}\n78%,100%{left:140%}\n}\n\n.duck-hat-hero h1{\nfont-size:38px;\nline-height:1.15;\nmargin:18px 0 12px;\ncolor:var(--charcoal);\nfont-weight:800;\nletter-spacing:-1px;\ntext-shadow:0 5px 25px rgba(112,84,15,.08)\n}\n\n.duck-hat-hero p{\nmax-width:700px;\nmargin:auto;\ncolor:var(--muted);\nfont-size:17px\n}\n\n.duck-hat-sub{\nmargin-top:20px;\nfont-weight:800;\ncolor:#927900;\nletter-spacing:.5px;\ntext-shadow:0 0 12px rgba(255,200,60,.25)\n}\n\n\n\/* ========== TRUST STRIP ========== *\/\n.duck-hat-trust{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:14px;\nmargin:0 0 28px\n}\n\n.duck-hat-trust-item{\ndisplay:flex;\nalign-items:flex-start;\ngap:11px;\npadding:17px 18px;\nborder-radius:16px;\nbackground:linear-gradient(145deg,rgba(255,255,255,.80),rgba(255,249,226,.60));\nborder:1px solid rgba(225,181,54,.24);\nbox-shadow:0 10px 26px rgba(100,85,10,.05),inset 0 1px 0 rgba(255,255,255,.9);\nbackdrop-filter:blur(12px);\n-webkit-backdrop-filter:blur(12px)\n}\n\n.duck-hat-trust-item span{\nfont-size:21px;\nline-height:1.2;\nflex-shrink:0;\nfilter:drop-shadow(0 0 6px rgba(255,200,60,.35))\n}\n\n.duck-hat-trust-item strong{\ndisplay:block;\nfont-size:14px;\ncolor:#292929;\nmargin-bottom:2px\n}\n\n.duck-hat-trust-item em{\nfont-style:normal;\nfont-size:13px;\ncolor:#6f6f6f;\nline-height:1.5\n}\n\n\n\/* ========== SECTION ========== *\/\n.duck-hat-section{\npadding:48px 22px;\nanimation:duckSectionFade .9s ease both\n}\n\n.duck-hat-title{\ntext-align:center;\nfont-size:28px;\ncolor:var(--charcoal);\nmargin:0 0 10px;\nfont-weight:800;\nletter-spacing:-.5px\n}\n\n.duck-hat-intro{\ntext-align:center;\nmax-width:700px;\nmargin:0 auto 28px;\ncolor:var(--muted)\n}\n\n.duck-scroll-reveal{\nopacity:0;\ntransform:translateY(28px);\ntransition:opacity .8s ease,transform .8s cubic-bezier(.22,.61,.36,1)\n}\n\n.duck-scroll-reveal.duck-visible{\nopacity:1;\ntransform:translateY(0)\n}\n\n\n\/* ========== BENEFIT CARDS ========== *\/\n.duck-hat-grid{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:16px\n}\n\n.duck-hat-card{\npadding:27px 21px;\nbackground:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,249,226,.62));\nborder:1px solid rgba(225,181,54,.24);\nborder-radius:20px;\ntext-align:center;\nposition:relative;\noverflow:hidden;\nbox-shadow:0 12px 35px rgba(145,111,26,.07),inset 0 1px 0 rgba(255,255,255,.85);\nbackdrop-filter:blur(14px);\n-webkit-backdrop-filter:blur(14px);\ntransition:transform .35s ease,box-shadow .35s ease,border-color .35s ease\n}\n\n.duck-hat-card:before{\ncontent:\"\";\nposition:absolute;\ninset:0;\nborder-radius:inherit;\nbackground:linear-gradient(135deg,rgba(255,255,255,.35),transparent 50%);\npointer-events:none\n}\n\n.duck-hat-card:hover{\ntransform:translateY(-6px) scale(1.025);\nborder-color:rgba(255,200,60,.48);\nbox-shadow:0 20px 45px rgba(145,111,26,.12),0 0 26px rgba(255,200,60,.16),inset 0 1px 0 rgba(255,255,255,.95)\n}\n\n.duck-hat-icon{\nfont-size:29px;\nmargin-bottom:10px;\ndisplay:inline-block;\nfilter:drop-shadow(0 0 7px rgba(255,200,60,.38));\nanimation:duckWaddle 4.2s ease-in-out infinite\n}\n\n.duck-hat-card:nth-child(2) .duck-hat-icon{animation-delay:.4s}\n.duck-hat-card:nth-child(3) .duck-hat-icon{animation-delay:.8s}\n.duck-hat-card:nth-child(4) .duck-hat-icon{animation-delay:1.2s}\n.duck-hat-card:nth-child(5) .duck-hat-icon{animation-delay:1.6s}\n.duck-hat-card:nth-child(6) .duck-hat-icon{animation-delay:2s}\n\n@keyframes duckWaddle{\n0%,100%{transform:rotate(0deg) translateY(0)}\n20%{transform:rotate(-4deg) translateY(-2px)}\n40%{transform:rotate(4deg) translateY(-3px)}\n60%{transform:rotate(-2deg) translateY(0)}\n80%{transform:rotate(2deg) translateY(-1px)}\n}\n\n.duck-hat-card h3{\nmargin:5px 0 8px;\nfont-size:17px;\ncolor:#292929\n}\n\n.duck-hat-card p{\nfont-size:14px;\ncolor:#6b6b6b;\nmargin:0\n}\n\n\n\/* ========== QUALITY \/ CONSTRUCTION ========== *\/\n.duck-hat-quality{\ndisplay:grid;\ngrid-template-columns:repeat(2,1fr);\ngap:16px;\nmargin-top:26px\n}\n\n.duck-hat-qitem{\nposition:relative;\npadding:26px 24px 26px 27px;\nborder-radius:20px;\nbackground:linear-gradient(145deg,rgba(255,255,255,.80),rgba(255,249,226,.60));\nborder:1px solid rgba(225,181,54,.24);\nbox-shadow:0 12px 30px rgba(100,85,10,.06),inset 0 1px 0 rgba(255,255,255,.9);\nbackdrop-filter:blur(13px);\n-webkit-backdrop-filter:blur(13px);\noverflow:hidden;\ntransition:transform .35s ease,box-shadow .35s ease,border-color .35s ease\n}\n\n.duck-hat-qitem:before{\ncontent:\"\";\nposition:absolute;\nleft:0;\ntop:16px;\nbottom:16px;\nwidth:4px;\nborder-radius:0 4px 4px 0;\nbackground:linear-gradient(180deg,#ffe27a,#e4ae24);\nbox-shadow:0 0 12px rgba(255,200,60,.45)\n}\n\n.duck-hat-qitem:hover{\ntransform:translateY(-4px) scale(1.015);\nborder-color:rgba(255,200,60,.45);\nbox-shadow:0 18px 40px rgba(100,85,10,.09),0 0 24px rgba(255,200,60,.13)\n}\n\n.duck-hat-qitem h3{\nmargin:0 0 8px;\nfont-size:18px;\ncolor:#292929\n}\n\n.duck-hat-qitem p{\nmargin:0;\nfont-size:14px;\ncolor:#626262\n}\n\n.duck-hat-why{\nmargin-top:26px;\npadding:34px 30px;\nborder-radius:22px;\nbackground:radial-gradient(circle at 20% 0%,rgba(255,255,255,.92),transparent 55%),linear-gradient(135deg,#fffdf3,#fff7db);\nborder:1px solid rgba(224,176,38,.26);\nbox-shadow:0 15px 45px rgba(100,85,10,.07),inset 0 1px 0 rgba(255,255,255,.9);\nposition:relative;\noverflow:hidden\n}\n\n.duck-hat-why:after{\ncontent:\"🧵\";\nposition:absolute;\nright:24px;\nbottom:-10px;\nfont-size:60px;\nopacity:.10;\ntransform:rotate(9deg);\npointer-events:none\n}\n\n.duck-hat-why h3{\nmargin:0 0 12px;\nfont-size:21px;\ncolor:#222;\nposition:relative;\nz-index:1\n}\n\n.duck-hat-why p{\nmargin:0 0 12px;\ncolor:#5f5f5f;\nfont-size:15px;\nmax-width:760px;\nposition:relative;\nz-index:1\n}\n\n.duck-hat-why p:last-child{margin-bottom:0}\n\n.duck-hat-promise{\nmargin-top:26px;\ndisplay:flex;\nalign-items:center;\ngap:20px;\npadding:28px 30px;\nborder-radius:22px;\nbackground:linear-gradient(135deg,#fff6cc,#fffdf2);\nborder:1px solid rgba(224,176,38,.30);\nbox-shadow:0 15px 40px rgba(100,85,10,.08),inset 0 1px 0 rgba(255,255,255,.9)\n}\n\n.duck-hat-promise-mark{\nflex-shrink:0;\nwidth:58px;\nheight:58px;\nborder-radius:50%;\ndisplay:flex;\nalign-items:center;\njustify-content:center;\nfont-size:27px;\nbackground:radial-gradient(circle,#fff0a1 0%,#ffd447 52%,#e4ae24 100%);\nborder:1px solid rgba(255,225,117,.7);\nbox-shadow:0 0 18px rgba(255,200,60,.5),inset 0 1px 2px rgba(255,255,255,.7)\n}\n\n.duck-hat-promise h3{\nmargin:0 0 5px;\nfont-size:19px;\ncolor:#222\n}\n\n.duck-hat-promise p{\nmargin:0;\nfont-size:14px;\ncolor:#5f5f5f\n}\n\n\n\/* ========== FEATURE ========== *\/\n.duck-hat-feature{\nmargin:15px 0;\npadding:46px 28px;\nborder-radius:24px;\nbackground:radial-gradient(circle at 50% 50%,rgba(255,255,255,.9),transparent 45%),linear-gradient(135deg,#fff7c9,#fffdf1,#fff);\ncolor:#222;\ntext-align:center;\nposition:relative;\noverflow:hidden;\nborder:1px solid rgba(224,176,38,.26);\nbox-shadow:0 15px 45px rgba(100,85,10,.08),inset 0 1px 0 rgba(255,255,255,.9);\nanimation:featureDuck .9s ease;\ntransition:transform .35s ease,box-shadow .35s ease\n}\n\n.duck-hat-feature:hover{\ntransform:scale(1.015);\nbox-shadow:0 20px 55px rgba(100,85,10,.11),0 0 30px rgba(255,200,60,.14)\n}\n\n.duck-hat-feature:before{\ncontent:\"🦆\";\nposition:absolute;\nleft:22px;\ntop:18px;\nfont-size:38px;\nopacity:.12;\ntransform:rotate(-12deg);\nfilter:drop-shadow(0 0 10px rgba(255,200,60,.5));\nanimation:duckWaddle 4s ease-in-out infinite\n}\n\n.duck-hat-feature:after{\ncontent:\"🦆\";\nposition:absolute;\nright:25px;\nbottom:-8px;\nfont-size:65px;\nopacity:.10;\ntransform:rotate(12deg);\nfilter:drop-shadow(0 0 12px rgba(255,200,60,.5));\nanimation:duckWaddle 4.5s ease-in-out infinite\n}\n\n.duck-hat-feature-badge{\ndisplay:inline-block;\nmargin-bottom:14px;\npadding:6px 14px;\nborder-radius:30px;\nbackground:linear-gradient(135deg,#ffe982,#f5dc55);\ncolor:#5c4c00;\nfont-size:11px;\nfont-weight:800;\nletter-spacing:1.5px;\ntext-transform:uppercase;\nposition:relative;\nz-index:1;\noverflow:hidden;\nborder:1px solid rgba(213,165,30,.28);\nbox-shadow:0 0 16px rgba(255,200,60,.5),inset 0 1px 0 rgba(255,255,255,.8);\ntransition:transform .3s ease,box-shadow .3s ease\n}\n\n.duck-hat-feature-badge:hover{\ntransform:scale(1.03);\nbox-shadow:0 0 23px rgba(255,200,60,.7)\n}\n\n.duck-hat-feature h2{\nfont-size:30px;\nmargin:0 0 10px;\ncolor:#222;\nfont-weight:800;\nposition:relative;\nz-index:1\n}\n\n.duck-hat-feature p{\nmax-width:680px;\nmargin:auto;\ncolor:#5f5f5f;\nfont-size:16px;\nposition:relative;\nz-index:1\n}\n\n\n\/* ========== SIZES ========== *\/\n.duck-hat-sizes{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:14px;\nmargin-top:25px\n}\n\n.duck-hat-size{\nborder:1px solid rgba(221,189,91,.30);\nborder-radius:18px;\npadding:24px;\ntext-align:center;\nbackground:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,249,226,.60));\nbox-shadow:0 10px 28px rgba(100,85,10,.05),inset 0 1px 0 rgba(255,255,255,.9);\nbackdrop-filter:blur(12px);\n-webkit-backdrop-filter:blur(12px);\ntransition:transform .35s ease,box-shadow .35s ease,border-color .35s ease\n}\n\n.duck-hat-size:hover{\ntransform:scale(1.03) translateY(-4px);\nborder-color:rgba(255,200,60,.5);\nbox-shadow:0 15px 35px rgba(100,85,10,.09),0 0 22px rgba(255,200,60,.16)\n}\n\n.duck-hat-size strong{\ndisplay:block;\nfont-size:22px;\ncolor:#222;\nmargin-bottom:3px\n}\n\n.duck-hat-size span{\nfont-size:14px;\ncolor:#6c6c6c\n}\n\n\n\/* ========== MATERIAL ========== *\/\n.duck-hat-material{\ndisplay:grid;\ngrid-template-columns:1fr 1fr;\ngap:18px;\nmargin-top:25px\n}\n\n.duck-hat-info{\npadding:29px;\nborder-radius:20px;\nbackground:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,249,226,.60));\nborder:1px solid rgba(225,181,54,.24);\nbox-shadow:0 12px 30px rgba(100,85,10,.06),inset 0 1px 0 rgba(255,255,255,.9);\nbackdrop-filter:blur(13px);\n-webkit-backdrop-filter:blur(13px);\ntransition:transform .35s ease,box-shadow .35s ease,border-color .35s ease\n}\n\n.duck-hat-info:hover{\ntransform:translateY(-4px) scale(1.02);\nborder-color:rgba(255,200,60,.45);\nbox-shadow:0 18px 40px rgba(100,85,10,.09),0 0 24px rgba(255,200,60,.13)\n}\n\n.duck-hat-info h3{\nmargin:0 0 8px;\ncolor:#292929;\nfont-size:19px\n}\n\n.duck-hat-info p{\nmargin:0;\ncolor:#626262;\nfont-size:14px\n}\n\n\n\/* ========== STEPS ========== *\/\n.duck-hat-steps{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:15px;\nmargin-top:25px\n}\n\n.duck-hat-step{\npadding:26px 22px;\ntext-align:center;\nborder-radius:19px;\nbackground:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,249,226,.62));\nborder:1px solid rgba(225,181,54,.24);\nbox-shadow:0 10px 28px rgba(100,85,10,.06),inset 0 1px 0 rgba(255,255,255,.9);\nbackdrop-filter:blur(12px);\n-webkit-backdrop-filter:blur(12px);\ntransition:transform .35s ease,box-shadow .35s ease,border-color .35s ease\n}\n\n.duck-hat-step:hover{\ntransform:translateY(-5px) scale(1.02);\nborder-color:rgba(255,200,60,.5);\nbox-shadow:0 18px 40px rgba(100,85,10,.10),0 0 25px rgba(255,200,60,.16)\n}\n\n.duck-hat-number{\nwidth:38px;\nheight:38px;\nborder-radius:50%;\nbackground:radial-gradient(circle,#fff0a1 0%,#ffd447 52%,#e4ae24 100%);\ncolor:#4f4200;\ndisplay:flex;\nalign-items:center;\njustify-content:center;\nmargin:0 auto 12px;\nfont-weight:800;\nborder:1px solid rgba(255,225,117,.7);\nbox-shadow:0 0 16px rgba(255,200,60,.5),0 5px 16px rgba(184,138,22,.14),inset 0 1px 2px rgba(255,255,255,.7);\ntransition:transform .3s ease,box-shadow .3s ease\n}\n\n.duck-hat-step:hover .duck-hat-number{\ntransform:scale(1.08) rotate(-3deg);\nbox-shadow:0 0 24px rgba(255,200,60,.75),0 6px 20px rgba(184,138,22,.18)\n}\n\n.duck-hat-step strong{color:#222}\n\n.duck-hat-step p{\nfont-size:14px;\ncolor:#666\n}\n\n\n\/* ========== NOTE ========== *\/\n.duck-hat-note{\nmargin-top:25px;\npadding:19px 20px;\nborder-radius:15px;\nbackground:linear-gradient(135deg,rgba(255,249,218,.85),rgba(255,255,255,.65));\nborder:1px solid rgba(222,190,92,.25);\ncolor:#5d5740;\nfont-size:13px;\nbox-shadow:0 8px 25px rgba(100,85,10,.05),inset 0 1px 0 rgba(255,255,255,.85);\nbackdrop-filter:blur(10px);\n-webkit-backdrop-filter:blur(10px)\n}\n\n\n\/* ========== FINAL ========== *\/\n.duck-hat-final{\ntext-align:center;\npadding:52px 25px;\nbackground:radial-gradient(circle at 50% 50%,rgba(255,255,255,.9),transparent 48%),linear-gradient(135deg,#fff9d9,#fff,#fff3c9);\nborder-radius:24px;\nmargin-top:28px;\nborder:1px solid rgba(224,184,61,.25);\nposition:relative;\noverflow:hidden;\nbox-shadow:0 15px 45px rgba(100,85,10,.07)\n}\n\n.duck-hat-final:before{\ncontent:\"☀️\";\nposition:absolute;\nleft:22px;\ntop:15px;\nfont-size:34px;\nopacity:.14;\nfilter:drop-shadow(0 0 10px rgba(255,200,60,.5));\nanimation:sunFloat 4s ease-in-out infinite\n}\n\n.duck-hat-final:after{\ncontent:\"🦆\";\nposition:absolute;\nright:25px;\nbottom:-12px;\nfont-size:65px;\nopacity:.10;\nanimation:duckWaddle 4s ease-in-out infinite\n}\n\n.duck-hat-final h2{\nfont-size:30px;\ncolor:#222;\nmargin:0 0 10px;\nposition:relative;\nz-index:1\n}\n\n.duck-hat-final p{\nmax-width:650px;\nmargin:auto;\ncolor:#666;\nposition:relative;\nz-index:1\n}\n\n\n\/* ========== SHOPIFY GALLERY GLOW ========== *\/\n.omg-duck-hat-page ~ .product__media-wrapper,\n.omg-duck-hat-page .product__media-wrapper{\nposition:relative\n}\n\nbody:has(.omg-duck-hat-page) .product__media-wrapper{\nposition:relative;\nisolation:isolate\n}\n\nbody:has(.omg-duck-hat-page) .product__media-wrapper:before{\ncontent:\"\";\nposition:absolute;\nleft:50%;\ntop:50%;\nwidth:85%;\nheight:85%;\ntransform:translate(-50%,-50%);\nborder-radius:50%;\nbackground:radial-gradient(ellipse,rgba(255,211,71,.30) 0%,rgba(255,224,119,.18) 35%,rgba(255,241,187,.08) 55%,transparent 75%);\nfilter:blur(30px);\nz-index:-1;\npointer-events:none;\nanimation:gallerySunGlow 5s ease-in-out infinite\n}\n\nbody:has(.omg-duck-hat-page) .product__media-wrapper img{\nfilter:drop-shadow(0 18px 30px rgba(133,98,15,.12))\n}\n\n@keyframes gallerySunGlow{\n0%,100%{opacity:.65;transform:translate(-50%,-50%) scale(.94)}\n50%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}\n}\n\n\n\/* ========== URGENCY ========== *\/\nbody:has(.omg-duck-hat-page) .urgency-banner,\nbody:has(.omg-duck-hat-page) .urgency,\nbody:has(.omg-duck-hat-page) [class*=\"urgency\"],\nbody:has(.omg-duck-hat-page) [class*=\"stock-alert\"]{\nposition:relative\n}\n\nbody:has(.omg-duck-hat-page) .urgency-banner .red-dot,\nbody:has(.omg-duck-hat-page) .urgency-banner .dot,\nbody:has(.omg-duck-hat-page) .urgency .red-dot,\nbody:has(.omg-duck-hat-page) .urgency .dot,\nbody:has(.omg-duck-hat-page) [class*=\"urgency\"] .red-dot,\nbody:has(.omg-duck-hat-page) [class*=\"urgency\"] .dot{\ndisplay:inline-block;\nwidth:8px;\nheight:8px;\nborder-radius:50%;\nbackground:#ef4444;\nbox-shadow:0 0 7px rgba(239,68,68,.55);\nanimation:urgencyPulse 1.8s ease-in-out infinite\n}\n\n@keyframes urgencyPulse{\n0%,100%{transform:scale(1);box-shadow:0 0 6px rgba(239,68,68,.45)}\n50%{transform:scale(1.18);box-shadow:0 0 14px rgba(239,68,68,.75)}\n}\n\n\n\/* ========== ADD TO CART ========== *\/\nbody:has(.omg-duck-hat-page) button[name=\"add\"],\nbody:has(.omg-duck-hat-page) .product-form__submit,\nbody:has(.omg-duck-hat-page) .shopify-payment-button__button,\nbody:has(.omg-duck-hat-page) .shopify-payment-button__button--unbranded{\ntransition:transform .3s ease,box-shadow .3s ease,filter .3s ease;\nanimation:sunnyButtonGlow 3.5s ease-in-out infinite\n}\n\nbody:has(.omg-duck-hat-page) button[name=\"add\"]:hover,\nbody:has(.omg-duck-hat-page) .product-form__submit:hover,\nbody:has(.omg-duck-hat-page) .shopify-payment-button__button:hover,\nbody:has(.omg-duck-hat-page) .shopify-payment-button__button--unbranded:hover{\ntransform:scale(1.025);\nfilter:brightness(1.04);\nbox-shadow:0 8px 30px rgba(255,200,60,.25),0 0 28px rgba(255,200,60,.15)\n}\n\n@keyframes sunnyButtonGlow{\n0%,100%{box-shadow:0 5px 18px rgba(255,200,60,.08)}\n50%{box-shadow:0 8px 26px rgba(255,200,60,.22),0 0 22px rgba(255,200,60,.10)}\n}\n\n\n\/* ========== ANIMATIONS ========== *\/\n@keyframes duckHeroFade{\nfrom{opacity:0;transform:translateY(20px)}\nto{opacity:1;transform:translateY(0)}\n}\n\n@keyframes duckSectionFade{\nfrom{opacity:0;transform:translateY(18px)}\nto{opacity:1;transform:translateY(0)}\n}\n\n@keyframes featureDuck{\nfrom{opacity:0;transform:translateY(18px)}\nto{opacity:1;transform:translateY(0)}\n}\n\n@keyframes duckOrbit{\n0%,100%{transform:scale(1) rotate(0deg)}\n50%{transform:scale(1.05) rotate(6deg)}\n}\n\n@keyframes sunFloat{\n0%,100%{transform:translateY(0) rotate(0deg)}\n50%{transform:translateY(-5px) rotate(5deg)}\n}\n\n\n\/* ========== MOBILE ========== *\/\n@media(max-width:700px){\n\n.omg-duck-hat-page{border-radius:22px}\n\n.duck-hat-hero{\npadding:45px 18px;\nborder-radius:23px\n}\n\n.duck-hat-hero h1{\nfont-size:29px;\nletter-spacing:-.5px\n}\n\n.duck-hat-hero p{\nfont-size:15px;\nline-height:1.7\n}\n\n.duck-hat-hero:after{\nfont-size:48px;\nright:8px\n}\n\n.duck-hat-grid,\n.duck-hat-sizes,\n.duck-hat-steps,\n.duck-hat-material,\n.duck-hat-trust,\n.duck-hat-quality{\ngrid-template-columns:1fr\n}\n\n.duck-hat-trust{\ngap:10px;\nmargin-bottom:20px\n}\n\n.duck-hat-trust-item{\npadding:15px 16px\n}\n\n.duck-hat-section{\npadding:35px 12px\n}\n\n.duck-hat-title{\nfont-size:24px\n}\n\n.duck-hat-feature{\npadding:38px 20px;\nborder-radius:21px\n}\n\n.duck-hat-feature h2,\n.duck-hat-final h2{\nfont-size:25px\n}\n\n.duck-hat-feature p{\nfont-size:14px\n}\n\n.duck-hat-feature:before{\nleft:8px;\ntop:10px;\nfont-size:30px\n}\n\n.duck-hat-feature:after{\nright:5px;\nfont-size:48px\n}\n\n.duck-hat-card,\n.duck-hat-info,\n.duck-hat-step,\n.duck-hat-size{\npadding:24px 18px\n}\n\n.duck-hat-qitem{\npadding:24px 18px 24px 22px\n}\n\n.duck-hat-why{\npadding:26px 20px;\nborder-radius:20px\n}\n\n.duck-hat-why h3{\nfont-size:19px\n}\n\n.duck-hat-why p{\nfont-size:14px\n}\n\n.duck-hat-promise{\nflex-direction:column;\ntext-align:center;\ngap:14px;\npadding:26px 20px;\nborder-radius:20px\n}\n\n.duck-hat-final{\npadding:42px 20px;\nborder-radius:21px\n}\n\n.duck-hat-final:after{\nfont-size:48px;\nright:5px\n}\n\n}\n\n\n\/* ========== REDUCED MOTION ========== *\/\n@media(prefers-reduced-motion:reduce){\n.omg-duck-hat-page *,\n.omg-duck-hat-page *:before,\n.omg-duck-hat-page *:after{\nanimation-duration:.01ms !important;\nanimation-iteration-count:1 !important;\ntransition-duration:.01ms !important\n}\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"duck-hat-wrap\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"duck-hat-hero duck-scroll-reveal\"\u003e\n\n\u003cspan class=\"duck-hat-tag\"\u003e\nCute • Playful • Sunny\n\u003c\/span\u003e\n\n\u003ch1\u003e\nYellow Duck Hat for Cats \u0026amp; Dogs 🐾\n\u003c\/h1\u003e\n\n\u003cp\u003e\nBring a little sunshine to your cat or dog's look with this adorable yellow bucket hat featuring a playful all-over duck print. Perfect for photos, costume days and everyday personality — great for cats, small dogs and other small pets alike.\n\u003c\/p\u003e\n\n\u003cdiv class=\"duck-hat-sub\"\u003e\nA little yellow. A lot of cute.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"duck-hat-trust duck-scroll-reveal\"\u003e\n\n\u003cdiv class=\"duck-hat-trust-item\"\u003e\n\u003cspan\u003e🧵\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eStitched brim\u003c\/strong\u003e\n\u003cem\u003eTopstitched to help the brim maintain its shape through repeat wear.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-trust-item\"\u003e\n\u003cspan\u003e💧\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy-care design\u003c\/strong\u003e\n\u003cem\u003eDesigned for gentle hand washing, air drying and repeat wear.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-trust-item\"\u003e\n\u003cspan\u003e🐾\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFit sorted\u003c\/strong\u003e\n\u003cem\u003eWrong size? Message us and we'll help you sort out a suitable swap.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"duck-hat-section duck-scroll-reveal\"\u003e\n\n\u003ch2 class=\"duck-hat-title\"\u003e\nWhy They'll Love The Look\n\u003c\/h2\u003e\n\n\u003cp class=\"duck-hat-intro\"\u003e\nA lightweight pet accessory designed for cats and dogs, made to add playful style while keeping the fit adjustable and comfortable when properly worn.\n\u003c\/p\u003e\n\n\u003cdiv class=\"duck-hat-grid\"\u003e\n\n\u003cdiv class=\"duck-hat-card\"\u003e\n\u003cdiv class=\"duck-hat-icon\"\u003e🦆\u003c\/div\u003e\n\u003ch3\u003ePlayful Duck Print\u003c\/h3\u003e\n\u003cp\u003eThe cheerful yellow colour and adorable duck pattern make this hat an instant photo favourite for cats and dogs alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-card\"\u003e\n\u003cdiv class=\"duck-hat-icon\"\u003e☀️\u003c\/div\u003e\n\u003ch3\u003eWide Brim\u003c\/h3\u003e\n\u003cp\u003eThe wide brim provides additional coverage around the eyes, ears and face during outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-card\"\u003e\n\u003cdiv class=\"duck-hat-icon\"\u003e🎀\u003c\/div\u003e\n\u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n\u003cp\u003eThe chin strap and cord lock help keep the hat in position when correctly fitted, on both cats and dogs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-card\"\u003e\n\u003cdiv class=\"duck-hat-icon\"\u003e🌬️\u003c\/div\u003e\n\u003ch3\u003eLightweight Fabric\u003c\/h3\u003e\n\u003cp\u003eMade from lightweight polyester for a comfortable feel during short periods of wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-card\"\u003e\n\u003cdiv class=\"duck-hat-icon\"\u003e📸\u003c\/div\u003e\n\u003ch3\u003ePhoto-Ready\u003c\/h3\u003e\n\u003cp\u003ePerfect for costume photos, parties, special occasions or capturing your cat or dog's personality.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-card\"\u003e\n\u003cdiv class=\"duck-hat-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003eMultiple Sizes\u003c\/h3\u003e\n\u003cp\u003eAvailable in Small, Medium and Large to suit a range of cats, dogs and other small pets.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUALITY \u0026 CONSTRUCTION --\u003e\n\u003cdiv class=\"duck-hat-section duck-scroll-reveal\"\u003e\n\n\u003ch2 class=\"duck-hat-title\"\u003e\nMade To Survive More Than One Photo\n\u003c\/h2\u003e\n\n\u003cp class=\"duck-hat-intro\"\u003e\nNovelty doesn't have to mean disposable. Here's why the material and construction were chosen for a reusable pet accessory.\n\u003c\/p\u003e\n\n\u003cdiv class=\"duck-hat-why\"\u003e\n\n\u003ch3\u003eWhy lightweight polyester?\u003c\/h3\u003e\n\n\u003cp\u003e\nCotton can feel like the more premium choice on a label, but pet accessories have different practical demands. Natural fibres can absorb more moisture and may stay damp for longer, while a heavier wet fabric can also lose some of its structure.\n\u003c\/p\u003e\n\n\u003cp\u003e\nLightweight polyester was chosen because it absorbs less moisture than many natural fibres, can dry relatively quickly and helps the hat maintain its structured appearance. Its low weight also makes it a practical choice for a small accessory worn on a cat or dog's head.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe printed fabric also gives the hat its colourful all-over design without the raised feel that some surface-applied graphics can create.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-quality\"\u003e\n\n\u003cdiv class=\"duck-hat-qitem\"\u003e\n\u003ch3\u003eTopstitched brim\u003c\/h3\u003e\n\u003cp\u003e\nThe brim features visible stitching around its edge to help support its structure and maintain the rounded bucket-hat look through normal use.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-qitem\"\u003e\n\u003ch3\u003eSecure strap construction\u003c\/h3\u003e\n\u003cp\u003e\nThe chin strap is incorporated into the hat's construction to provide an adjustable way to help keep the accessory in position when correctly fitted.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-qitem\"\u003e\n\u003ch3\u003eAdjustable cord lock\u003c\/h3\u003e\n\u003cp\u003e\nThe cord lock allows you to adjust the chin strap to your pet rather than relying on a fixed fit. Always leave enough room for a comfortable fit and supervise your pet while the hat is being worn.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-qitem\"\u003e\n\u003ch3\u003eMade for repeat wear\u003c\/h3\u003e\n\u003cp\u003e\nGently hand wash in cold water and allow the hat to air dry naturally. Following the care instructions helps preserve the fabric, print and shape for future photo days and outings.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-promise\"\u003e\n\n\u003cdiv class=\"duck-hat-promise-mark\"\u003e\n🐾\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003e\nThe OMG Find Happy Pet Promise\n\u003c\/h3\u003e\n\n\u003cp\u003e\nIf the hat arrives damaged, or it clearly isn't what the product photos showed, message us and we'll help you sort it out in line with our store policies. We'd rather help resolve a problem than leave you unhappy with your purchase.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURE --\u003e\n\u003cdiv class=\"duck-hat-feature duck-scroll-reveal\"\u003e\n\n\u003cspan class=\"duck-hat-feature-badge\"\u003e\nA Little Sunshine\n\u003c\/span\u003e\n\n\u003ch2\u003e\nMake Every Photo A Little Cuter 🦆\n\u003c\/h2\u003e\n\n\u003cp\u003e\nFrom sunny-day adventures to hilarious photo sessions, this playful duck-print bucket hat adds a cheerful finishing touch to your cat or dog's look.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- SIZING --\u003e\n\u003cdiv class=\"duck-hat-section duck-scroll-reveal\"\u003e\n\n\u003ch2 class=\"duck-hat-title\"\u003e\nFind Their Perfect Fit\n\u003c\/h2\u003e\n\n\u003cp class=\"duck-hat-intro\"\u003e\nAvailable in three sizes, suitable for cats and dogs. Check your pet's measurements against the size guide before ordering.\n\u003c\/p\u003e\n\n\u003cdiv class=\"duck-hat-sizes\"\u003e\n\n\u003cdiv class=\"duck-hat-size\"\u003e\n\u003cstrong\u003eSmall\u003c\/strong\u003e\n\u003cspan\u003e28cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-size\"\u003e\n\u003cstrong\u003eMedium\u003c\/strong\u003e\n\u003cspan\u003e35cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"duck-hat-size\"\u003e\n\u003cstrong\u003eLarge\u003c\/strong\u003e\n\u003cspan\u003e42cm\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-note\"\u003e\n\n\u003cstrong\u003e📏 Sizing tip:\u003c\/strong\u003e\n\nMeasure your cat or dog carefully before purchasing and choose the closest suitable size. Adjust the chin strap so the hat feels secure without being too tight.\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-note\"\u003e\n\n\u003cstrong\u003e🐾 Not sure which size?\u003c\/strong\u003e\n\nSend us your pet's head measurement before you order and we'll tell you which one to pick. If it still lands wrong, message us and we'll help you sort out a swap — nobody should be stuck with a hat their cat can wear as a skirt.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- MATERIAL --\u003e\n\u003cdiv class=\"duck-hat-section duck-scroll-reveal\"\u003e\n\n\u003ch2 class=\"duck-hat-title\"\u003e\nLightweight \u0026amp; Easy To Wear\n\u003c\/h2\u003e\n\n\u003cdiv class=\"duck-hat-material\"\u003e\n\n\u003cdiv class=\"duck-hat-info\"\u003e\n\n\u003ch3\u003e\nLightweight Polyester\n\u003c\/h3\u003e\n\n\u003cp\u003e\nChosen for its lightweight feel, lower moisture absorption and ability to help maintain the hat's structured shape. It's a practical fabric choice for a small pet accessory that may be worn, stored, gently cleaned and worn again.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-info\"\u003e\n\n\u003ch3\u003e\nOpen-Top Design\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe open-top design leaves your pet's ears uncovered while wearing the accessory.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- HOW TO WEAR --\u003e\n\u003cdiv class=\"duck-hat-section duck-scroll-reveal\"\u003e\n\n\u003ch2 class=\"duck-hat-title\"\u003e\nEasy To Wear\n\u003c\/h2\u003e\n\n\u003cp class=\"duck-hat-intro\"\u003e\nIntroduce the hat gradually and keep wearing sessions comfortable for your cat or dog.\n\u003c\/p\u003e\n\n\u003cdiv class=\"duck-hat-steps\"\u003e\n\n\u003cdiv class=\"duck-hat-step\"\u003e\n\n\u003cdiv class=\"duck-hat-number\"\u003e\n1\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nChoose Their Size\n\u003c\/strong\u003e\n\n\u003cp\u003e\nMeasure your cat or dog and select the most suitable size.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-step\"\u003e\n\n\u003cdiv class=\"duck-hat-number\"\u003e\n2\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nAdjust The Strap\n\u003c\/strong\u003e\n\n\u003cp\u003e\nSecure the chin strap comfortably without making it too tight.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-step\"\u003e\n\n\u003cdiv class=\"duck-hat-number\"\u003e\n3\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nStrike A Pose\n\u003c\/strong\u003e\n\n\u003cp\u003e\nLet their personality shine and capture some adorable photos.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-note\"\u003e\n\n\u003cstrong\u003e🐾 Pet safety:\u003c\/strong\u003e\n\nAlways supervise your cat or dog while wearing the hat. Remove it if your pet shows signs of discomfort, distress or overheating. This is a pet accessory and should not replace normal supervision or appropriate sun protection.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"duck-hat-section duck-scroll-reveal\"\u003e\n\n\u003ch2 class=\"duck-hat-title\"\u003e\nKeep It Looking Fresh\n\u003c\/h2\u003e\n\n\u003cdiv class=\"duck-hat-material\"\u003e\n\n\u003cdiv class=\"duck-hat-info\"\u003e\n\n\u003ch3\u003e\n🧼 Hand Wash\n\u003c\/h3\u003e\n\n\u003cp\u003e\nHand wash gently in cold water using mild soap. Avoid harsh cleaning products and excessive rubbing to help preserve the fabric and printed design.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"duck-hat-info\"\u003e\n\n\u003ch3\u003e\n🌬️ Air Dry\n\u003c\/h3\u003e\n\n\u003cp\u003e\nAir dry naturally and reshape the brim gently if needed. Avoid machine washing and tumble drying, as excessive heat and agitation may affect the fabric or shape.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FINAL --\u003e\n\u003cdiv class=\"duck-hat-final duck-scroll-reveal\"\u003e\n\n\u003ch2\u003e\nSunny Style. Serious Cuteness. 🐾\n\u003c\/h2\u003e\n\n\u003cp\u003e\nGive your cat or dog a playful new look with the Yellow Duck Hat — because every pet deserves their own little moment in the spotlight.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function(){\n\n  var elements = document.querySelectorAll(\n    '.omg-duck-hat-page .duck-scroll-reveal'\n  );\n\n  if(!('IntersectionObserver' in window)){\n\n    elements.forEach(function(el){\n      el.classList.add('duck-visible');\n    });\n\n    return;\n  }\n\n  var observer = new IntersectionObserver(function(entries){\n\n    entries.forEach(function(entry){\n\n      if(entry.isIntersecting){\n\n        entry.target.classList.add('duck-visible');\n\n        observer.unobserve(entry.target);\n\n      }\n\n    });\n\n  },{\n    threshold:0.10,\n    rootMargin:'0px 0px -40px 0px'\n  });\n\n  elements.forEach(function(el){\n    observer.observe(el);\n  });\n\n})();\n\u003c\/script\u003e\n\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Small - 28cm","offer_id":48043506860195,"sku":"Cute Pet Costume Pet CostumeYellow Duck Hat for Cats","price":250.0,"currency_code":"ZAR","in_stock":true},{"title":"Medium - 35cm","offer_id":48043506892963,"sku":"Cute Pet Costume Pet CostumeYellow Duck Hat for Cats","price":260.0,"currency_code":"ZAR","in_stock":true},{"title":"Large - 42cm","offer_id":48043506925731,"sku":"Cute Pet Costume Pet CostumeYellow Duck Hat for Cats","price":270.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/yellow-duck-hat-cat.png?v=1788119338"},{"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"},{"product_id":"bloom-sip-pet-fountain-elevated-cat-and-dog-water-fountain","title":"Bloom Sip Pet Fountain","description":"\u003cstyle\u003e\n.bloom-sip-page {\n  font-family: Arial, Helvetica, sans-serif;\n  color: #1b1b1b;\n  background: #ffffff;\n  line-height: 1.65;\n  max-width: 1100px;\n  margin: 0 auto;\n  overflow: hidden;\n}\n\n.bloom-sip-page * {\n  box-sizing: border-box;\n}\n\n\/* HERO *\/\n.bs-hero {\n  position: relative;\n  text-align: center;\n  padding: 70px 25px 58px;\n  margin-bottom: 38px;\n  border-radius: 26px;\n  background: linear-gradient(135deg, #f3f9ff, #ffffff, #f8f4ff);\n  border: 1px solid #e5eaf1;\n  overflow: hidden;\n}\n\n.bs-flower {\n  position: absolute;\n  font-size: 25px;\n  opacity: .28;\n  animation: bsFloat 4s ease-in-out infinite;\n}\n\n.bs-flower.one {\n  top: 25px;\n  left: 9%;\n}\n\n.bs-flower.two {\n  bottom: 25px;\n  right: 10%;\n  font-size: 20px;\n  animation-delay: 1s;\n}\n\n.bs-flower.three {\n  top: 45%;\n  right: 4%;\n  font-size: 14px;\n  animation-delay: 2s;\n}\n\n.bs-flower.four {\n  bottom: 38%;\n  left: 4%;\n  font-size: 15px;\n  animation-delay: .6s;\n}\n\n.bs-tag {\n  display: inline-block;\n  padding: 8px 19px;\n  border-radius: 30px;\n  background: rgba(255,255,255,.85);\n  border: 1px solid #d9e1eb;\n  color: #58718c;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 20px;\n}\n\n.bs-hero h1 {\n  font-size: 43px;\n  line-height: 1.12;\n  letter-spacing: -1px;\n  margin: 0 0 15px;\n  font-weight: 800;\n}\n\n.bs-hero p {\n  max-width: 740px;\n  margin: auto;\n  color: #69727c;\n  font-size: 17px;\n}\n\n\/* INTRO *\/\n.bs-intro {\n  text-align: center;\n  padding: 5px 20px 40px;\n}\n\n.bs-intro h2 {\n  font-size: 29px;\n  margin: 0 0 10px;\n}\n\n.bs-intro p {\n  max-width: 770px;\n  margin: auto;\n  color: #707070;\n}\n\n\/* BENEFITS *\/\n.bs-benefits {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 45px;\n}\n\n.bs-card {\n  padding: 28px 20px;\n  text-align: center;\n  background: #fbfcfe;\n  border: 1px solid #e5e9ee;\n  border-radius: 19px;\n  transition: transform .3s ease, box-shadow .3s ease;\n}\n\n.bs-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 14px 30px rgba(45,65,90,.09);\n}\n\n.bs-icon {\n  font-size: 29px;\n  margin-bottom: 11px;\n}\n\n.bs-card h3 {\n  font-size: 16px;\n  margin: 0 0 7px;\n}\n\n.bs-card p {\n  font-size: 13px;\n  color: #747474;\n  margin: 0;\n}\n\n\/* FEATURE *\/\n.bs-feature {\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n  padding: 52px 30px;\n  margin-bottom: 48px;\n  border-radius: 25px;\n  background: linear-gradient(135deg, #eef8ff, #f8f3ff, #fff);\n  border: 1px solid #e0e6ee;\n}\n\n.bs-feature:before {\n  content: \"✿\";\n  position: absolute;\n  left: 7%;\n  bottom: -20px;\n  font-size: 100px;\n  opacity: .07;\n}\n\n.bs-feature:after {\n  content: \"✿\";\n  position: absolute;\n  right: 8%;\n  top: -25px;\n  font-size: 80px;\n  opacity: .06;\n}\n\n.bs-feature-badge {\n  display: inline-block;\n  padding: 7px 16px;\n  border-radius: 30px;\n  background: #ffffff;\n  border: 1px solid #dce2ea;\n  color: #5e7185;\n  font-size: 10px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 17px;\n}\n\n.bs-feature h2 {\n  font-size: 31px;\n  margin: 0 0 12px;\n}\n\n.bs-feature p {\n  max-width: 700px;\n  margin: auto;\n  color: #686f77;\n}\n\n\/* SECTION *\/\n.bs-section {\n  margin-bottom: 48px;\n}\n\n.bs-title {\n  text-align: center;\n  margin-bottom: 27px;\n}\n\n.bs-title span {\n  display: block;\n  font-size: 10px;\n  color: #718398;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 7px;\n}\n\n.bs-title h2 {\n  font-size: 28px;\n  margin: 0;\n}\n\n\/* PRODUCT HIGHLIGHTS *\/\n.bs-highlights {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 17px;\n}\n\n.bs-highlight {\n  padding: 28px;\n  border-radius: 19px;\n  background: #f8fafc;\n  border-left: 3px solid #7c9fc2;\n}\n\n.bs-highlight strong {\n  display: block;\n  margin-bottom: 6px;\n}\n\n.bs-highlight span {\n  color: #686868;\n  font-size: 14px;\n}\n\n\/* COLOURS *\/\n.bs-colours {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 15px;\n}\n\n.bs-colour {\n  padding: 25px 15px;\n  text-align: center;\n  border-radius: 18px;\n  border: 1px solid #e5e5e5;\n  background: #fff;\n  transition: transform .3s ease;\n}\n\n.bs-colour:hover {\n  transform: translateY(-5px);\n}\n\n.bs-colour-dot {\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  margin: 0 auto 12px;\n  border: 4px solid #fff;\n  box-shadow: 0 3px 12px rgba(0,0,0,.12);\n}\n\n.bs-blue .bs-colour-dot {\n  background: #8db9df;\n}\n\n.bs-purple .bs-colour-dot {\n  background: #ad91d0;\n}\n\n.bs-yellow .bs-colour-dot {\n  background: #f1d76b;\n}\n\n.bs-pink .bs-colour-dot {\n  background: #e9a5b9;\n}\n\n.bs-colour strong {\n  display: block;\n  font-size: 15px;\n}\n\n\/* HOW IT WORKS *\/\n.bs-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n\n.bs-step {\n  padding: 26px 20px;\n  border: 1px solid #e5e7ea;\n  border-radius: 18px;\n  background: #fff;\n}\n\n.bs-number {\n  width: 39px;\n  height: 39px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: #5f7f9d;\n  color: #fff;\n  font-weight: 700;\n  margin-bottom: 15px;\n}\n\n.bs-step h3 {\n  font-size: 16px;\n  margin: 0 0 7px;\n}\n\n.bs-step p {\n  margin: 0;\n  color: #707070;\n  font-size: 13px;\n}\n\n\/* CLEANING *\/\n.bs-clean {\n  padding: 35px;\n  border-radius: 22px;\n  background: linear-gradient(135deg, #f7fbff, #ffffff);\n  border: 1px solid #e1e8ef;\n}\n\n.bs-clean h2 {\n  margin-top: 0;\n  font-size: 25px;\n}\n\n.bs-clean p {\n  color: #686868;\n  margin: 7px 0;\n}\n\n\/* NOTE *\/\n.bs-note {\n  padding: 22px;\n  border-radius: 16px;\n  background: #fafafa;\n  border: 1px solid #e6e6e6;\n  color: #666;\n  font-size: 13px;\n  margin-bottom: 42px;\n}\n\n\/* FINAL *\/\n.bs-final {\n  text-align: center;\n  padding: 45px 20px 65px;\n}\n\n.bs-final h2 {\n  font-size: 33px;\n  margin: 0 0 10px;\n}\n\n.bs-final p {\n  color: #707070;\n  margin: 0;\n}\n\n\/* ANIMATION *\/\n@keyframes bsFloat {\n  0%,100% {\n    transform: translateY(0) rotate(0deg);\n  }\n  50% {\n    transform: translateY(-8px) rotate(5deg);\n  }\n}\n\n\/* MOBILE *\/\n@media(max-width:700px) {\n\n  .bs-hero {\n    padding: 50px 18px 42px;\n    border-radius: 19px;\n  }\n\n  .bs-hero h1 {\n    font-size: 31px;\n  }\n\n  .bs-hero p {\n    font-size: 15px;\n  }\n\n  .bs-benefits {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .bs-card:last-child {\n    grid-column: span 2;\n  }\n\n  .bs-feature {\n    padding: 40px 20px;\n    border-radius: 19px;\n  }\n\n  .bs-feature h2 {\n    font-size: 26px;\n  }\n\n  .bs-highlights,\n  .bs-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .bs-colours {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .bs-clean {\n    padding: 26px 20px;\n  }\n\n  .bs-final h2 {\n    font-size: 28px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bloom-sip-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"bs-hero\"\u003e\n\n```\n\u003cdiv class=\"bs-flower one\"\u003e✿\u003c\/div\u003e\n\u003cdiv class=\"bs-flower two\"\u003e🌸\u003c\/div\u003e\n\u003cdiv class=\"bs-flower three\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"bs-flower four\"\u003e✿\u003c\/div\u003e\n\n\u003cdiv class=\"bs-tag\"\u003eFresh • Stylish • Pet-Friendly\u003c\/div\u003e\n\n\u003ch1\u003eBloom Sip Pet Fountain 🌸\u003c\/h1\u003e\n\n\u003cp\u003e\n  A smarter-looking way to keep your pet's water flowing.\n  The Bloom Sip Pet Fountain combines a beautiful flower-shaped design\n  with circulating water to create a more inviting hydration station\n  for cats and dogs.\n\u003c\/p\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- INTRO --\u003e\n\n  \u003csection class=\"bs-intro\"\u003e\n\n```\n\u003ch2\u003eMake Every Sip A Little Better 💧\u003c\/h2\u003e\n\n\u003cp\u003e\n  Designed to fit beautifully into your home, the Bloom Sip features\n  a raised flower-shaped drinking area and circulating water that helps\n  keep the water moving throughout the day. It's practical for pets\n  and stylish enough to leave on display.\n\u003c\/p\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n\n  \u003csection class=\"bs-benefits\"\u003e\n\n```\n\u003cdiv class=\"bs-card\"\u003e\n  \u003cdiv class=\"bs-icon\"\u003e🌸\u003c\/div\u003e\n  \u003ch3\u003eFlower-Shaped Design\u003c\/h3\u003e\n  \u003cp\u003eA playful floral drinking area designed to make water more appealing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bs-card\"\u003e\n  \u003cdiv class=\"bs-icon\"\u003e💧\u003c\/div\u003e\n  \u003ch3\u003eCirculating Water\u003c\/h3\u003e\n  \u003cp\u003eContinuous circulation keeps the water moving throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bs-card\"\u003e\n  \u003cdiv class=\"bs-icon\"\u003e✨\u003c\/div\u003e\n  \u003ch3\u003eWater Filtration\u003c\/h3\u003e\n  \u003cp\u003eThe built-in filter helps keep circulating water cleaner and fresher.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bs-card\"\u003e\n  \u003cdiv class=\"bs-icon\"\u003e🐱\u003c\/div\u003e\n  \u003ch3\u003eCat \u0026amp; Dog Friendly\u003c\/h3\u003e\n  \u003cp\u003eA versatile hydration station suitable for cats and dogs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bs-card\"\u003e\n  \u003cdiv class=\"bs-icon\"\u003e🔇\u003c\/div\u003e\n  \u003ch3\u003eQuiet Operation\u003c\/h3\u003e\n  \u003cp\u003eDesigned to operate quietly without becoming a distraction in your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bs-card\"\u003e\n  \u003cdiv class=\"bs-icon\"\u003e🧼\u003c\/div\u003e\n  \u003ch3\u003eEasy To Clean\u003c\/h3\u003e\n  \u003cp\u003eDesigned to disassemble easily for regular cleaning and maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE --\u003e\n\n  \u003csection class=\"bs-feature\"\u003e\n\n```\n\u003cdiv class=\"bs-feature-badge\"\u003eDesigned For Happy Hydration\u003c\/div\u003e\n\n\u003ch2\u003eFresh Water. Beautiful Design. 🌸\u003c\/h2\u003e\n\n\u003cp\u003e\n  The Bloom Sip turns an everyday pet essential into a stylish part of\n  your home. Flowing water and a flower-shaped drinking area create a\n  fresh, inviting setup your furry companion can enjoy throughout the day.\n\u003c\/p\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- HIGHLIGHTS --\u003e\n\n  \u003csection class=\"bs-section\"\u003e\n\n```\n\u003cdiv class=\"bs-title\"\u003e\n  \u003cspan\u003eThoughtfully Designed\u003c\/span\u003e\n  \u003ch2\u003eWhy You'll Love Bloom Sip\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bs-highlights\"\u003e\n\n  \u003cdiv class=\"bs-highlight\"\u003e\n    \u003cstrong\u003eRaised Drinking Design\u003c\/strong\u003e\n    \u003cspan\u003e\n      The elevated design brings the drinking area higher than a standard\n      floor-level bowl and may be more comfortable for some pets.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-highlight\"\u003e\n    \u003cstrong\u003eMoving Water\u003c\/strong\u003e\n    \u003cspan\u003e\n      Water is continuously circulated, helping create a fresher,\n      more dynamic drinking experience.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-highlight\"\u003e\n    \u003cstrong\u003eHome-Friendly Appearance\u003c\/strong\u003e\n    \u003cspan\u003e\n      The clean flower-inspired shape looks more like a stylish pet\n      accessory than an ordinary water bowl.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-highlight\"\u003e\n    \u003cstrong\u003eEasy Maintenance\u003c\/strong\u003e\n    \u003cspan\u003e\n      The fountain can be disassembled, making regular cleaning and\n      maintenance simple.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- COLOURS --\u003e\n\n  \u003csection class=\"bs-section\"\u003e\n\n```\n\u003cdiv class=\"bs-title\"\u003e\n  \u003cspan\u003eChoose Your Favourite\u003c\/span\u003e\n  \u003ch2\u003eAvailable In Four Colours\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bs-colours\"\u003e\n\n  \u003cdiv class=\"bs-colour bs-blue\"\u003e\n    \u003cdiv class=\"bs-colour-dot\"\u003e\u003c\/div\u003e\n    \u003cstrong\u003eBlue\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-colour bs-purple\"\u003e\n    \u003cdiv class=\"bs-colour-dot\"\u003e\u003c\/div\u003e\n    \u003cstrong\u003ePurple\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-colour bs-yellow\"\u003e\n    \u003cdiv class=\"bs-colour-dot\"\u003e\u003c\/div\u003e\n    \u003cstrong\u003eYellow\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-colour bs-pink\"\u003e\n    \u003cdiv class=\"bs-colour-dot\"\u003e\u003c\/div\u003e\n    \u003cstrong\u003ePink\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n\n  \u003csection class=\"bs-section\"\u003e\n\n```\n\u003cdiv class=\"bs-title\"\u003e\n  \u003cspan\u003eSimple Daily Routine\u003c\/span\u003e\n  \u003ch2\u003eHow Bloom Sip Works\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bs-steps\"\u003e\n\n  \u003cdiv class=\"bs-step\"\u003e\n    \u003cdiv class=\"bs-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003eFill\u003c\/h3\u003e\n    \u003cp\u003eAdd clean drinking water to the fountain according to the product's recommended level.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-step\"\u003e\n    \u003cdiv class=\"bs-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eSwitch On\u003c\/h3\u003e\n    \u003cp\u003eActivate the fountain so the water can begin circulating.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-step\"\u003e\n    \u003cdiv class=\"bs-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eLet Them Sip\u003c\/h3\u003e\n    \u003cp\u003ePlace the fountain in a convenient location where your pet can access it comfortably.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bs-step\"\u003e\n    \u003cdiv class=\"bs-number\"\u003e4\u003c\/div\u003e\n    \u003ch3\u003eClean Regularly\u003c\/h3\u003e\n    \u003cp\u003eDisassemble and clean the fountain regularly to maintain a fresh drinking environment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- CLEANING --\u003e\n\n  \u003csection class=\"bs-clean\"\u003e\n\n```\n\u003ch2\u003eKeep It Fresh 🫧\u003c\/h2\u003e\n\n\u003cp\u003e\n  For the best everyday experience, refresh the water regularly and\n  clean the fountain according to the manufacturer's care instructions.\n\u003c\/p\u003e\n\n\u003cp\u003e\n  Remove the fountain from its power source before disassembling or cleaning.\n\u003c\/p\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- NOTE --\u003e\n\n  \u003cdiv class=\"bs-note\"\u003e\n\n```\n\u003cstrong\u003ePet Care Note:\u003c\/strong\u003e\nAlways provide your pet with access to clean drinking water. Monitor your\npet's drinking habits and keep the fountain clean. The raised design may\nbe more comfortable for some pets, but individual preferences can vary.\nReplace or clean filters as recommended by the manufacturer.\n```\n\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL --\u003e\n\n  \u003csection class=\"bs-final\"\u003e\n\n```\n\u003ch2\u003eLet Them Drink In Style. 🌸💧\u003c\/h2\u003e\n\n\u003cp\u003e\n  Fresh-flowing water meets beautiful design — welcome to Bloom Sip.\n\u003c\/p\u003e\n```\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"OMG Finds","offers":[{"title":"Blue","offer_id":48080900194467,"sku":"Bloom Sip Pet fountain","price":549.0,"currency_code":"ZAR","in_stock":true},{"title":"Purple","offer_id":48080900227235,"sku":"Bloom Sip Pet fountain","price":549.0,"currency_code":"ZAR","in_stock":true},{"title":"Yellow","offer_id":48080900260003,"sku":"Bloom Sip Pet fountain","price":549.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":48080900391075,"sku":"Bloom Sip Pet fountain","price":549.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/Bloom_Sip_Pet_fountain_-_Elevated_Cat_and_Dog_Water_fountain.jpg?v=1788432979"},{"product_id":"curly-orange-wig-for-dogs-funny-pet-costume-wig","title":"Curly Orange Wig for Dogs | Funny Pet Costume Wig","description":"\u003cstyle\u003e\n  .cow-page{\n    font-family:Arial,Helvetica,sans-serif;\n    color:#292421;\n    background:linear-gradient(180deg,#fff 0%,#fff8f2 100%);\n    line-height:1.6;\n    overflow:hidden;\n  }\n\n  .cow-hero{\n    text-align:center;\n    padding:58px 22px 52px;\n    background:radial-gradient(circle at top,#ffe1c7 0%,#fff5ed 45%,#fff 80%);\n    border-radius:24px;\n    margin-bottom:28px;\n    animation:cowFade 1s ease;\n  }\n\n  .cow-tag{\n    display:inline-block;\n    padding:7px 16px;\n    border-radius:30px;\n    background:#ffe4d0;\n    color:#9a481c;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n    margin-bottom:16px;\n  }\n\n  .cow-hero h1{\n    font-size:38px;\n    line-height:1.15;\n    margin:0 0 14px;\n    color:#251b16;\n    letter-spacing:-.8px;\n  }\n\n  .cow-hero p{\n    max-width:700px;\n    margin:0 auto;\n    font-size:17px;\n    color:#6d625c;\n  }\n\n  .cow-fire{\n    margin-top:20px;\n    font-size:21px;\n    letter-spacing:7px;\n    animation:cowFloat 3s ease-in-out infinite;\n  }\n\n  .cow-section{\n    max-width:1050px;\n    margin:0 auto;\n    padding:42px 20px;\n  }\n\n  .cow-intro{\n    text-align:center;\n    max-width:770px;\n    margin:0 auto 38px;\n  }\n\n  .cow-intro h2,\n  .cow-title{\n    font-size:29px;\n    line-height:1.2;\n    margin:0 0 12px;\n    color:#2b211c;\n  }\n\n  .cow-intro p{\n    margin:0;\n    color:#716761;\n    font-size:16px;\n  }\n\n  .cow-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n  }\n\n  .cow-card{\n    background:#fff;\n    border:1px solid #eadbd0;\n    border-radius:18px;\n    padding:24px 20px;\n    box-shadow:0 8px 25px rgba(90,55,30,.07);\n    transition:transform .3s ease,box-shadow .3s ease;\n    animation:cowUp .8s ease both;\n  }\n\n  .cow-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 14px 30px rgba(90,55,30,.13);\n  }\n\n  .cow-icon{\n    width:44px;\n    height:44px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:14px;\n    background:#fff0e5;\n    font-size:21px;\n    margin-bottom:15px;\n  }\n\n  .cow-card h3{\n    margin:0 0 7px;\n    font-size:17px;\n    color:#30231d;\n  }\n\n  .cow-card p{\n    margin:0;\n    color:#716862;\n    font-size:14px;\n  }\n\n  .cow-feature{\n    max-width:1000px;\n    margin:18px auto 40px;\n    padding:42px 25px;\n    text-align:center;\n    background:linear-gradient(135deg,#fff0e4,#fff);\n    border:1px solid #ead8c9;\n    border-radius:24px;\n    box-shadow:0 12px 35px rgba(90,55,30,.08);\n    position:relative;\n    overflow:hidden;\n  }\n\n  .cow-feature:before{\n    content:\"🔥  ✦  🔥\";\n    position:absolute;\n    top:15px;\n    right:22px;\n    font-size:17px;\n    opacity:.55;\n  }\n\n  .cow-feature:after{\n    content:\"✦\";\n    position:absolute;\n    bottom:17px;\n    left:28px;\n    font-size:20px;\n    opacity:.4;\n  }\n\n  .cow-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:#a35426;\n    margin-bottom:10px;\n  }\n\n  .cow-feature h2{\n    margin:0 0 10px;\n    font-size:28px;\n    color:#2b1d16;\n  }\n\n  .cow-feature p{\n    max-width:680px;\n    margin:0 auto;\n    color:#70635c;\n  }\n\n  .cow-details{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:25px;\n  }\n\n  .cow-detail{\n    background:#fff;\n    border:1px solid #eaded6;\n    border-radius:18px;\n    padding:24px;\n  }\n\n  .cow-detail strong{\n    display:block;\n    color:#9a4d22;\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:1px;\n    margin-bottom:5px;\n  }\n\n  .cow-detail p{\n    margin:0;\n    color:#665d58;\n    font-size:15px;\n  }\n\n  .cow-fit{\n    margin-top:25px;\n    padding:28px;\n    background:#fff;\n    border:1px solid #eaded6;\n    border-radius:20px;\n    text-align:center;\n  }\n\n  .cow-fit p{\n    margin:0;\n    color:#6c625c;\n  }\n\n  .cow-steps{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:28px;\n  }\n\n  .cow-step{\n    text-align:center;\n    padding:25px 18px;\n    background:#fffaf6;\n    border-radius:18px;\n    border:1px solid #eaded6;\n  }\n\n  .cow-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:#d96825;\n    color:#fff;\n    font-weight:700;\n  }\n\n  .cow-step h3{\n    margin:0 0 6px;\n    font-size:16px;\n  }\n\n  .cow-step p{\n    margin:0;\n    color:#6d625c;\n    font-size:14px;\n  }\n\n  .cow-care{\n    background:#fff;\n    border:1px solid #eaded6;\n    border-radius:20px;\n    padding:28px;\n    margin-top:25px;\n  }\n\n  .cow-care ul{\n    margin:14px 0 0;\n    padding-left:20px;\n    color:#665d58;\n  }\n\n  .cow-safety{\n    margin-top:25px;\n    padding:20px;\n    border-radius:16px;\n    background:#fff1e6;\n    border-left:4px solid #d96825;\n    color:#665d58;\n    font-size:14px;\n  }\n\n  .cow-final{\n    text-align:center;\n    padding:48px 20px 58px;\n    margin-top:20px;\n    background:linear-gradient(135deg,#ffe7d3,#fff);\n    border-radius:24px;\n  }\n\n  .cow-final h2{\n    margin:0 0 9px;\n    font-size:30px;\n    color:#2b1c15;\n  }\n\n  .cow-final p{\n    margin:0;\n    color:#6d625c;\n  }\n\n  @keyframes cowFade{\n    from{opacity:0;transform:translateY(12px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes cowUp{\n    from{opacity:0;transform:translateY(18px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes cowFloat{\n    0%,100%{transform:translateY(0)}\n    50%{transform:translateY(-5px)}\n  }\n\n  @media(max-width:700px){\n    .cow-hero{\n      padding:42px 18px 38px;\n      border-radius:18px;\n    }\n\n    .cow-hero h1{\n      font-size:29px;\n    }\n\n    .cow-hero p{\n      font-size:15px;\n    }\n\n    .cow-section{\n      padding:32px 15px;\n    }\n\n    .cow-intro h2,\n    .cow-title{\n      font-size:25px;\n    }\n\n    .cow-grid,\n    .cow-details,\n    .cow-steps{\n      grid-template-columns:1fr;\n    }\n\n    .cow-feature{\n      margin:10px 15px 30px;\n      padding:34px 20px;\n      border-radius:19px;\n    }\n\n    .cow-feature h2{\n      font-size:24px;\n    }\n\n    .cow-final{\n      border-radius:18px;\n      padding:40px 18px 45px;\n    }\n\n    .cow-final h2{\n      font-size:26px;\n    }\n  }\n\n  \/* =========================================================\n     OMG FIND — TRUST \/ QUALITY\n  ========================================================= *\/\n  .cow-trust{max-width:1050px;margin:0 auto 10px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}\n  .cow-trust-item{padding:20px 14px;text-align:center;border-radius:17px;background:#fff;border:1px solid #eadbd0;box-shadow:0 8px 22px rgba(90,55,30,.06);transition:.3s ease}\n  .cow-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(90,55,30,.12)}\n  .cow-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#fff0e5;font-size:21px}\n  .cow-trust-item strong{display:block;color:#30231d;font-size:14px;margin-bottom:4px}\n  .cow-trust-item span{display:block;color:#716862;font-size:12px;line-height:1.5}\n\n  .cow-quality{background:#fff;border:1px solid #eaded6;border-radius:22px;padding:32px 28px;box-shadow:0 10px 30px rgba(90,55,30,.06)}\n  .cow-quality-story{padding:27px 25px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#2b1d16,#b65220);color:#fff}\n  .cow-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n  .cow-quality-story p{margin:0;color:rgba(255,255,255,.86);font-size:14px}\n  .cow-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .cow-quality-card{padding:22px;border-radius:17px;background:#fffaf6;border:1px solid #eaded6;border-left:4px solid #d96825}\n  .cow-quality-card strong{display:block;color:#30231d;margin-bottom:6px;font-size:15px}\n  .cow-quality-card span{display:block;color:#716862;font-size:13px}\n\n  .cow-customer-trust{max-width:1000px;margin:10px auto 40px;padding:40px 28px;border-radius:24px;background:linear-gradient(135deg,#2b1d16,#a94d1f);color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 38px rgba(90,55,30,.18)}\n  .cow-customer-trust:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e9864e,#ffd1b5,#e9864e)}\n  .cow-trust-label{display:block;text-align:center;color:#ffd8c2;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n  .cow-customer-trust h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n  .cow-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.80);font-size:14px}\n  .cow-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .cow-customer-card{padding:23px;border-radius:17px;background:#fff;color:#30231d}\n  .cow-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff0e5;font-size:21px;margin-bottom:11px}\n  .cow-customer-card h3{margin:0 0 6px;color:#30231d;font-size:16px}\n  .cow-customer-card p{margin:0;color:#716862;font-size:13px}\n  .cow-order-promise{display:flex;align-items:center;gap:17px;margin-top:16px;padding:22px;border-radius:17px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.17)}\n  .cow-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  .cow-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n  .cow-order-promise span{display:block;color:rgba(255,255,255,.80);font-size:13px}\n\n  @media(max-width:700px){\n    .cow-trust{grid-template-columns:repeat(2,1fr);padding:0 15px}\n    .cow-quality-grid,.cow-customer-grid{grid-template-columns:1fr}\n    .cow-quality,.cow-customer-trust{padding:28px 18px}\n    .cow-customer-trust{margin-left:15px;margin-right:15px}\n    .cow-order-promise{flex-direction:column;text-align:center}\n  }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"cow-page\"\u003e\n\n  \u003cdiv class=\"cow-hero\"\u003e\n    \u003cdiv class=\"cow-tag\"\u003eFiery • Funny • Photo-Ready\u003c\/div\u003e\n    \u003ch1\u003eCurly Orange Wig for Dogs 🔥\u003c\/h1\u003e\n    \u003cp\u003eBring the fire with bright, bouncy orange curls that give your pup an unforgettable new personality.\u003c\/p\u003e\n    \u003cdiv class=\"cow-fire\"\u003e🔥 ✦ 🔥\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- TRUST BADGES --\u003e\n  \u003cdiv class=\"cow-trust\"\u003e\n    \u003cdiv class=\"cow-trust-item\"\u003e\n\u003cdiv class=\"cow-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\u003cspan\u003eDesigned to sit gently on your pet's head during supervised wear.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"cow-trust-item\"\u003e\n\u003cdiv class=\"cow-trust-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\u003cspan\u003eElastic rope helps you adjust the wig for a more comfortable fit.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"cow-trust-item\"\u003e\n\u003cdiv class=\"cow-trust-icon\"\u003e🪶\u003c\/div\u003e\n\u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\u003cspan\u003eLightweight construction without unnecessary bulk on your pet's head.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"cow-trust-item\"\u003e\n\u003cdiv class=\"cow-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about the wig 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=\"cow-section\"\u003e\n\n\n\u003cdiv class=\"cow-intro\"\u003e\n  \u003ch2\u003eNew Hair. New Personality. 🧡\u003c\/h2\u003e\n  \u003cp\u003e\n    Turn an ordinary day into a hilarious photo opportunity with this vibrant Curly Orange Wig.\n    Perfect for parties, holidays, costume days or simply giving everyone a reason to smile.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-grid\"\u003e\n\n  \u003cdiv class=\"cow-card\"\u003e\n    \u003cdiv class=\"cow-icon\"\u003e🧡\u003c\/div\u003e\n    \u003ch3\u003eVibrant Orange Curls\u003c\/h3\u003e\n    \u003cp\u003eBright, curly fibres create a bold look that's impossible to miss.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-card\"\u003e\n    \u003cdiv class=\"cow-icon\"\u003e🔥\u003c\/div\u003e\n    \u003ch3\u003eFiery New Look\u003c\/h3\u003e\n    \u003cp\u003eGive your pup a playful makeover with plenty of personality.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-card\"\u003e\n    \u003cdiv class=\"cow-icon\"\u003e🎉\u003c\/div\u003e\n    \u003ch3\u003eParty Ready\u003c\/h3\u003e\n    \u003cp\u003ePerfect for birthdays, holidays, costume days and themed events.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-card\"\u003e\n    \u003cdiv class=\"cow-icon\"\u003e📸\u003c\/div\u003e\n    \u003ch3\u003eMade For Photos\u003c\/h3\u003e\n    \u003cp\u003eCreate hilarious snapshots and unforgettable social media content.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-card\"\u003e\n    \u003cdiv class=\"cow-icon\"\u003e🔗\u003c\/div\u003e\n    \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n    \u003cp\u003eThe elastic rope allows you to adjust the wig for a more secure fit.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-card\"\u003e\n    \u003cdiv class=\"cow-icon\"\u003e🐾\u003c\/div\u003e\n    \u003ch3\u003eSoft Inner Net\u003c\/h3\u003e\n    \u003cp\u003eDesigned to sit comfortably on your pet's head during supervised wear.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-feature\"\u003e\n    \u003cspan\u003eOrange • Bold • Unforgettable\u003c\/span\u003e\n    \u003ch2\u003eFiery Hair. Don't Care. 🔥🧡\u003c\/h2\u003e\n    \u003cp\u003e\n      One little wig. One huge personality upgrade. Put it on, grab the camera and let your pup steal the spotlight.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-section\"\u003e\n\n\n\u003ch2 class=\"cow-title\"\u003eProduct Details\u003c\/h2\u003e\n\n\u003cdiv class=\"cow-details\"\u003e\n\n  \u003cdiv class=\"cow-detail\"\u003e\n    \u003cstrong\u003eMaterial\u003c\/strong\u003e\n    \u003cp\u003eHigh-temperature resistant fibre\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-detail\"\u003e\n    \u003cstrong\u003eWeight\u003c\/strong\u003e\n    \u003cp\u003eApproximately 40g\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-detail\"\u003e\n    \u003cstrong\u003eStyle\u003c\/strong\u003e\n    \u003cp\u003eBright, curly orange fibres\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-detail\"\u003e\n    \u003cstrong\u003eFit\u003c\/strong\u003e\n    \u003cp\u003eAdjustable elastic rope with soft inner net\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-fit\"\u003e\n  \u003ch2 class=\"cow-title\"\u003eSize \u0026amp; Fit 📏\u003c\/h2\u003e\n  \u003cp\u003eDesigned to fit most small to medium dog breeds. Please consider your dog's head size and proportions before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \n  \u003c!-- QUALITY \u0026 COMFORT --\u003e\n  \u003cdiv class=\"cow-section\"\u003e\n    \u003cdiv class=\"cow-intro\"\u003e\n      \u003ch2\u003eDesigned For The Look — With Comfort In Mind 🔥\u003c\/h2\u003e\n      \u003cp\u003eA bold costume transformation can still be lightweight, adjustable and clearly explained.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cow-quality\"\u003e\n      \u003cdiv class=\"cow-quality-story\"\u003e\n        \u003ch3\u003eMore Than Just A Funny Wig\u003c\/h3\u003e\n        \u003cp\u003eThis Curly Orange Wig combines bright curls with an approximately 40g construction, soft inner net and adjustable elastic rope. The aim is an eye-catching transformation without unnecessary bulk.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cow-quality-grid\"\u003e\n        \u003cdiv class=\"cow-quality-card\"\u003e\n\u003cstrong\u003e🐾 Soft Inner Net\u003c\/strong\u003e\u003cspan\u003eThe inner net provides a softer surface where the wig sits against your pet's head.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cow-quality-card\"\u003e\n\u003cstrong\u003e🎀 Adjustable Elastic Rope\u003c\/strong\u003e\u003cspan\u003eThe elastic rope allows you to adjust the fit rather than relying on a completely fixed fit. Never overtighten it.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cow-quality-card\"\u003e\n\u003cstrong\u003e🪶 Lightweight Construction\u003c\/strong\u003e\u003cspan\u003eAt approximately 40g, the wig creates a noticeable costume look without unnecessary weight.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cow-quality-card\"\u003e\n\u003cstrong\u003e🧼 Reusable Costume Accessory\u003c\/strong\u003e\u003cspan\u003eGentle handling, hand washing and natural air drying can help maintain the curls and overall appearance between uses.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cdiv class=\"cow-section\"\u003e\n\n\n\u003cdiv class=\"cow-intro\"\u003e\n  \u003ch2\u003eGet The Look In 3 Easy Steps\u003c\/h2\u003e\n  \u003cp\u003eKeep it simple, keep it fun and introduce costume accessories gradually.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-steps\"\u003e\n\n  \u003cdiv class=\"cow-step\"\u003e\n    \u003cdiv class=\"cow-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003ePlace\u003c\/h3\u003e\n    \u003cp\u003eGently place the wig over your pet's head.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-step\"\u003e\n    \u003cdiv class=\"cow-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eAdjust\u003c\/h3\u003e\n    \u003cp\u003eUse the elastic rope to create a comfortable, secure fit.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-step\"\u003e\n    \u003cdiv class=\"cow-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eOwn The Look\u003c\/h3\u003e\n    \u003cp\u003eGrab your camera and capture their fiery new style! 📸\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cow-section\"\u003e\n\n\n\u003cdiv class=\"cow-feature\"\u003e\n  \u003cspan\u003eMain Character Energy\u003c\/span\u003e\n  \u003ch2\u003eWarning: Too Much Orange Energy 🔥\u003c\/h2\u003e\n  \u003cp\u003e\n    Bright curls, big personality and absolutely no chance of being ignored. This is the wig for pups who were born for the spotlight.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-care\"\u003e\n  \u003ch2 class=\"cow-title\"\u003eCare Instructions\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eHand wash gently with warm water.\u003c\/li\u003e\n    \u003cli\u003eAir dry naturally.\u003c\/li\u003e\n    \u003cli\u003eAvoid high heat.\u003c\/li\u003e\n    \u003cli\u003eDo not machine wash or tumble dry.\u003c\/li\u003e\n    \u003cli\u003eHandle the curls gently to help maintain their shape.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cow-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 wig gradually and remove it if your pet shows signs of discomfort, stress or irritation. Keep the wig and elastic rope away from chewing or ingestion. Never leave your pet unattended while wearing it.\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SHOP WITH CONFIDENCE --\u003e\n  \u003cdiv class=\"cow-customer-trust\"\u003e\n    \u003cspan class=\"cow-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"cow-customer-intro\"\u003eBuying a pet costume online can come with questions. That's why we provide clear product information, fit guidance, care instructions and support to help you make an informed choice.\u003c\/p\u003e\n    \u003cdiv class=\"cow-customer-grid\"\u003e\n      \u003cdiv class=\"cow-customer-card\"\u003e\n\u003cdiv class=\"cow-customer-icon\"\u003e📋\u003c\/div\u003e\n\u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\u003cp\u003eWe explain the material, approximate weight, adjustable design and inner construction so you know more about what you're ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cow-customer-card\"\u003e\n\u003cdiv class=\"cow-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n\u003cp\u003eWe provide wearing and safety guidance because costume time should only continue while your pet remains comfortable and supervised.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cow-customer-card\"\u003e\n\u003cdiv class=\"cow-customer-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n\u003cp\u003eYou'll know how to gently wash, dry and handle the wig to help maintain the curls and overall appearance between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cow-customer-card\"\u003e\n\u003cdiv class=\"cow-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the wig, fit 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    \u003cdiv class=\"cow-order-promise\"\u003e\n      \u003cdiv class=\"cow-order-promise-icon\"\u003e🧡\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your wig 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=\"cow-final\"\u003e\n    \u003ch2\u003eBig Curls. Fiery Personality. 🔥\u003c\/h2\u003e\n    \u003cp\u003eBecause every pup deserves their moment in the spotlight. 🐾🧡\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Orange","offer_id":48042640900259,"sku":"Curly Orange Wig for Dogs - Funny Pet Costume Wig","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/curly-orange-wig-for-dogs.png?v=1788119296"},{"product_id":"ponytail-wig-for-dogs-for-noew","title":"Ponytail Wig for Dogs | Funny Pet Costume Wig","description":"\u003cstyle\u003e\n  .ptw-page{\n    font-family:Arial,Helvetica,sans-serif;\n    color:#25262a;\n    background:linear-gradient(180deg,#fff 0%,#f6f6f7 100%);\n    line-height:1.6;\n    overflow:hidden;\n  }\n\n  .ptw-hero{\n    text-align:center;\n    padding:58px 22px 52px;\n    background:radial-gradient(circle at top,#e1e1e4 0%,#f7f7f8 45%,#fff 78%);\n    border-radius:24px;\n    margin-bottom:28px;\n    animation:ptwFade 1s ease;\n  }\n\n  .ptw-tag{\n    display:inline-block;\n    padding:7px 16px;\n    border-radius:30px;\n    background:#ebebed;\n    color:#45464b;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n    margin-bottom:16px;\n  }\n\n  .ptw-hero h1{\n    font-size:38px;\n    line-height:1.15;\n    margin:0 0 14px;\n    color:#16171a;\n    letter-spacing:-.8px;\n  }\n\n  .ptw-hero p{\n    max-width:700px;\n    margin:0 auto;\n    font-size:17px;\n    color:#62646a;\n  }\n\n  .ptw-ribbon{\n    margin-top:20px;\n    font-size:21px;\n    letter-spacing:8px;\n    animation:ptwFloat 3s ease-in-out infinite;\n  }\n\n  .ptw-section{\n    max-width:1050px;\n    margin:0 auto;\n    padding:42px 20px;\n  }\n\n  .ptw-intro{\n    text-align:center;\n    max-width:770px;\n    margin:0 auto 38px;\n  }\n\n  .ptw-intro h2,\n  .ptw-title{\n    font-size:29px;\n    line-height:1.2;\n    margin:0 0 12px;\n    color:#191a1e;\n  }\n\n  .ptw-intro p{\n    margin:0;\n    color:#6a6c72;\n    font-size:16px;\n  }\n\n  .ptw-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n  }\n\n  .ptw-card{\n    background:#fff;\n    border:1px solid #dedfe2;\n    border-radius:18px;\n    padding:24px 20px;\n    box-shadow:0 8px 25px rgba(35,36,40,.07);\n    transition:transform .3s ease,box-shadow .3s ease;\n    animation:ptwUp .8s ease both;\n  }\n\n  .ptw-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 14px 30px rgba(35,36,40,.13);\n  }\n\n  .ptw-icon{\n    width:44px;\n    height:44px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:14px;\n    background:#f0f0f2;\n    font-size:21px;\n    margin-bottom:15px;\n  }\n\n  .ptw-card h3{\n    margin:0 0 7px;\n    font-size:17px;\n    color:#202125;\n  }\n\n  .ptw-card p{\n    margin:0;\n    color:#6c6e74;\n    font-size:14px;\n  }\n\n  .ptw-feature{\n    max-width:1000px;\n    margin:18px auto 40px;\n    padding:42px 25px;\n    text-align:center;\n    background:linear-gradient(135deg,#f0f0f2,#fff);\n    border:1px solid #dedfe2;\n    border-radius:24px;\n    box-shadow:0 12px 35px rgba(35,36,40,.08);\n    position:relative;\n    overflow:hidden;\n  }\n\n  .ptw-feature:before{\n    content:\"🎀  ✦  🎀\";\n    position:absolute;\n    top:15px;\n    right:22px;\n    font-size:17px;\n    opacity:.55;\n  }\n\n  .ptw-feature:after{\n    content:\"✦\";\n    position:absolute;\n    bottom:17px;\n    left:28px;\n    font-size:20px;\n    opacity:.4;\n  }\n\n  .ptw-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:#505258;\n    margin-bottom:10px;\n  }\n\n  .ptw-feature h2{\n    margin:0 0 10px;\n    font-size:28px;\n    color:#191a1e;\n  }\n\n  .ptw-feature p{\n    max-width:680px;\n    margin:0 auto;\n    color:#676970;\n  }\n\n  .ptw-details{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:25px;\n  }\n\n  .ptw-detail{\n    background:#fff;\n    border:1px solid #e0e1e4;\n    border-radius:18px;\n    padding:24px;\n  }\n\n  .ptw-detail strong{\n    display:block;\n    color:#4e5056;\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:1px;\n    margin-bottom:5px;\n  }\n\n  .ptw-detail p{\n    margin:0;\n    color:#63656b;\n    font-size:15px;\n  }\n\n  .ptw-size{\n    margin-top:25px;\n    padding:28px;\n    background:#fff;\n    border:1px solid #e0e1e4;\n    border-radius:20px;\n    text-align:center;\n  }\n\n  .ptw-size-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:15px;\n    margin-top:20px;\n  }\n\n  .ptw-size-item{\n    padding:20px 15px;\n    border-radius:16px;\n    background:#f7f7f8;\n    border:1px solid #e5e5e7;\n  }\n\n  .ptw-size-item strong{\n    display:block;\n    font-size:17px;\n    color:#292a2e;\n    margin-bottom:4px;\n  }\n\n  .ptw-size-item span{\n    color:#6d6f75;\n    font-size:14px;\n  }\n\n  .ptw-steps{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:28px;\n  }\n\n  .ptw-step{\n    text-align:center;\n    padding:25px 18px;\n    background:#fafafa;\n    border-radius:18px;\n    border:1px solid #e0e1e4;\n  }\n\n  .ptw-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:#3f4146;\n    color:#fff;\n    font-weight:700;\n  }\n\n  .ptw-step h3{\n    margin:0 0 6px;\n    font-size:16px;\n  }\n\n  .ptw-step p{\n    margin:0;\n    color:#6b6d72;\n    font-size:14px;\n  }\n\n  .ptw-care{\n    background:#fff;\n    border:1px solid #e0e1e4;\n    border-radius:20px;\n    padding:28px;\n    margin-top:25px;\n  }\n\n  .ptw-care ul{\n    margin:14px 0 0;\n    padding-left:20px;\n    color:#63656b;\n  }\n\n  .ptw-safety{\n    margin-top:25px;\n    padding:20px;\n    border-radius:16px;\n    background:#f1f1f3;\n    border-left:4px solid #55575c;\n    color:#606269;\n    font-size:14px;\n  }\n\n  .ptw-final{\n    text-align:center;\n    padding:48px 20px 58px;\n    margin-top:20px;\n    background:linear-gradient(135deg,#e9e9eb,#fff);\n    border-radius:24px;\n  }\n\n  .ptw-final h2{\n    margin:0 0 9px;\n    font-size:30px;\n    color:#17181b;\n  }\n\n  .ptw-final p{\n    margin:0;\n    color:#696b71;\n  }\n\n  @keyframes ptwFade{\n    from{opacity:0;transform:translateY(12px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes ptwUp{\n    from{opacity:0;transform:translateY(18px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes ptwFloat{\n    0%,100%{transform:translateY(0)}\n    50%{transform:translateY(-5px)}\n  }\n\n  @media(max-width:700px){\n    .ptw-hero{\n      padding:42px 18px 38px;\n      border-radius:18px;\n    }\n\n    .ptw-hero h1{\n      font-size:29px;\n    }\n\n    .ptw-hero p{\n      font-size:15px;\n    }\n\n    .ptw-section{\n      padding:32px 15px;\n    }\n\n    .ptw-intro h2,\n    .ptw-title{\n      font-size:25px;\n    }\n\n    .ptw-grid,\n    .ptw-details,\n    .ptw-steps,\n    .ptw-size-grid{\n      grid-template-columns:1fr;\n    }\n\n    .ptw-feature{\n      margin:10px 15px 30px;\n      padding:34px 20px;\n      border-radius:19px;\n    }\n\n    .ptw-feature h2{\n      font-size:24px;\n    }\n\n    .ptw-final{\n      border-radius:18px;\n      padding:40px 18px 45px;\n    }\n\n    .ptw-final h2{\n      font-size:26px;\n    }\n  }\n\n  \/* =========================================================\n     OMG FIND — TRUST \/ QUALITY\n  ========================================================= *\/\n  .ptw-trust{max-width:1050px;margin:0 auto 10px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}\n  .ptw-trust-item{padding:20px 14px;text-align:center;border-radius:17px;background:#fff;border:1px solid #dedfe2;box-shadow:0 8px 22px rgba(35,36,40,.06);transition:.3s ease}\n  .ptw-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(35,36,40,.12)}\n  .ptw-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#f0f0f2;font-size:21px}\n  .ptw-trust-item strong{display:block;color:#202125;font-size:14px;margin-bottom:4px}\n  .ptw-trust-item span{display:block;color:#6c6e74;font-size:12px;line-height:1.5}\n\n  .ptw-quality{background:#fff;border:1px solid #e0e1e4;border-radius:22px;padding:32px 28px;box-shadow:0 10px 30px rgba(35,36,40,.06)}\n  .ptw-quality-story{padding:27px 25px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#17181b,#4e5056);color:#fff}\n  .ptw-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n  .ptw-quality-story p{margin:0;color:rgba(255,255,255,.86);font-size:14px}\n  .ptw-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .ptw-quality-card{padding:22px;border-radius:17px;background:#fafafa;border:1px solid #e0e1e4;border-left:4px solid #55575c}\n  .ptw-quality-card strong{display:block;color:#202125;margin-bottom:6px;font-size:15px}\n  .ptw-quality-card span{display:block;color:#6c6e74;font-size:13px}\n\n  .ptw-customer-trust{max-width:1000px;margin:10px auto 40px;padding:40px 28px;border-radius:24px;background:linear-gradient(135deg,#17181b,#4e5056);color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 38px rgba(35,36,40,.18)}\n  .ptw-customer-trust:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8d8f95,#fff,#8d8f95)}\n  .ptw-trust-label{display:block;text-align:center;color:#dedfe2;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n  .ptw-customer-trust h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n  .ptw-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.80);font-size:14px}\n  .ptw-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .ptw-customer-card{padding:23px;border-radius:17px;background:#fff;color:#202125}\n  .ptw-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0f0f2;font-size:21px;margin-bottom:11px}\n  .ptw-customer-card h3{margin:0 0 6px;color:#202125;font-size:16px}\n  .ptw-customer-card p{margin:0;color:#6c6e74;font-size:13px}\n  .ptw-order-promise{display:flex;align-items:center;gap:17px;margin-top:16px;padding:22px;border-radius:17px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.17)}\n  .ptw-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  .ptw-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n  .ptw-order-promise span{display:block;color:rgba(255,255,255,.80);font-size:13px}\n\n  @media(max-width:700px){\n    .ptw-trust{grid-template-columns:repeat(2,1fr);padding:0 15px}\n    .ptw-quality-grid,.ptw-customer-grid{grid-template-columns:1fr}\n    .ptw-quality,.ptw-customer-trust{padding:28px 18px}\n    .ptw-customer-trust{margin-left:15px;margin-right:15px}\n    .ptw-order-promise{flex-direction:column;text-align:center}\n  }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"ptw-page\"\u003e\n\n  \u003cdiv class=\"ptw-hero\"\u003e\n    \u003cdiv class=\"ptw-tag\"\u003eFunny • Playful • Photo-Ready\u003c\/div\u003e\n    \u003ch1\u003ePonytail Wig for Dogs 🎀\u003c\/h1\u003e\n    \u003cp\u003eGive your pup an instantly recognisable new look with long black braided pigtails made for costume days, party photos and plenty of laughs.\u003c\/p\u003e\n    \u003cdiv class=\"ptw-ribbon\"\u003e🎀 ✦ 🎀\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- TRUST BADGES --\u003e\n  \u003cdiv class=\"ptw-trust\"\u003e\n    \u003cdiv class=\"ptw-trust-item\"\u003e\n\u003cdiv class=\"ptw-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\u003cspan\u003eDesigned to sit gently on your pet's head during supervised wear.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ptw-trust-item\"\u003e\n\u003cdiv class=\"ptw-trust-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\u003cspan\u003eElastic rope helps you adjust the wig for a more comfortable fit.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ptw-trust-item\"\u003e\n\u003cdiv class=\"ptw-trust-icon\"\u003e🪶\u003c\/div\u003e\n\u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\u003cspan\u003eLightweight construction without unnecessary bulk on your pet's head.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ptw-trust-item\"\u003e\n\u003cdiv class=\"ptw-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about the wig 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=\"ptw-section\"\u003e\n\n\n\u003cdiv class=\"ptw-intro\"\u003e\n  \u003ch2\u003eNew Hair. New Personality. 🖤\u003c\/h2\u003e\n  \u003cp\u003e\n    Transform your pup into the star of the show with this fun ponytail wig.\n    The long black braided pigtails create a playful, dramatic look that's perfect for celebrations and unforgettable photos.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ptw-grid\"\u003e\n\n  \u003cdiv class=\"ptw-card\"\u003e\n    \u003cdiv class=\"ptw-icon\"\u003e🎀\u003c\/div\u003e\n    \u003ch3\u003eLong Braided Pigtails\u003c\/h3\u003e\n    \u003cp\u003eA distinctive twin-ponytail design gives your pup an instantly recognisable new look.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-card\"\u003e\n    \u003cdiv class=\"ptw-icon\"\u003e🖤\u003c\/div\u003e\n    \u003ch3\u003eBold Black Style\u003c\/h3\u003e\n    \u003cp\u003eClassic black strands create a dramatic look that stands out in every photo.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-card\"\u003e\n    \u003cdiv class=\"ptw-icon\"\u003e🎉\u003c\/div\u003e\n    \u003ch3\u003eParty Ready\u003c\/h3\u003e\n    \u003cp\u003ePerfect for costume days, birthdays, themed parties and holiday celebrations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-card\"\u003e\n    \u003cdiv class=\"ptw-icon\"\u003e📸\u003c\/div\u003e\n    \u003ch3\u003eMade For Photos\u003c\/h3\u003e\n    \u003cp\u003eCreate hilarious snapshots and memorable social media content.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-card\"\u003e\n    \u003cdiv class=\"ptw-icon\"\u003e🔗\u003c\/div\u003e\n    \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n    \u003cp\u003eThe elastic rope allows you to adjust the wig for a more secure fit during supervised wear.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-card\"\u003e\n    \u003cdiv class=\"ptw-icon\"\u003e🐾\u003c\/div\u003e\n    \u003ch3\u003eSoft Inner Net\u003c\/h3\u003e\n    \u003cp\u003eThe soft inner net is designed to sit comfortably on your pet's head.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-feature\"\u003e\n    \u003cspan\u003eBig Hair • Big Personality\u003c\/span\u003e\n    \u003ch2\u003eWarning: Main Character Energy 🎀\u003c\/h2\u003e\n    \u003cp\u003e\n      One little wig can create one seriously unforgettable look. Put it on, grab the camera and let your pup steal the spotlight.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-section\"\u003e\n\n\n\u003ch2 class=\"ptw-title\"\u003eProduct Details\u003c\/h2\u003e\n\n\u003cdiv class=\"ptw-details\"\u003e\n\n  \u003cdiv class=\"ptw-detail\"\u003e\n    \u003cstrong\u003eMaterial\u003c\/strong\u003e\n    \u003cp\u003eHigh-temperature resistant fibre\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-detail\"\u003e\n    \u003cstrong\u003eWeight\u003c\/strong\u003e\n    \u003cp\u003eApproximately 40g\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-detail\"\u003e\n    \u003cstrong\u003eDesign\u003c\/strong\u003e\n    \u003cp\u003eLong black braided pigtails\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-detail\"\u003e\n    \u003cstrong\u003eFit\u003c\/strong\u003e\n    \u003cp\u003eAdjustable elastic rope with soft inner net\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ptw-size\"\u003e\n  \u003ch2 class=\"ptw-title\"\u003eSize \u0026amp; Fit 📏\u003c\/h2\u003e\n  \u003cp\u003eDesigned to fit most small to medium dog breeds. Please check your dog's proportions before ordering.\u003c\/p\u003e\n\n  \u003cdiv class=\"ptw-size-grid\"\u003e\n\n    \u003cdiv class=\"ptw-size-item\"\u003e\n      \u003cstrong\u003eRecommended Fit\u003c\/strong\u003e\n      \u003cspan\u003eMost small to medium breeds\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ptw-size-item\"\u003e\n      \u003cstrong\u003eAdjustment\u003c\/strong\u003e\n      \u003cspan\u003eElastic rope for a flexible fit\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \n  \u003c!-- QUALITY \u0026 COMFORT --\u003e\n  \u003cdiv class=\"ptw-section\"\u003e\n    \u003cdiv class=\"ptw-intro\"\u003e\n      \u003ch2\u003eDesigned For The Look — With Comfort In Mind 🎀\u003c\/h2\u003e\n      \u003cp\u003eA dramatic costume transformation can still be lightweight, adjustable and clearly explained.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ptw-quality\"\u003e\n      \u003cdiv class=\"ptw-quality-story\"\u003e\n        \u003ch3\u003eMore Than Just A Funny Wig\u003c\/h3\u003e\n        \u003cp\u003eThis Ponytail Wig combines long black braided pigtails with an approximately 40g construction, soft inner net and adjustable elastic rope. The aim is a bold transformation without unnecessary bulk.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ptw-quality-grid\"\u003e\n        \u003cdiv class=\"ptw-quality-card\"\u003e\n\u003cstrong\u003e🐾 Soft Inner Net\u003c\/strong\u003e\u003cspan\u003eThe inner net provides a softer surface where the wig sits against your pet's head.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ptw-quality-card\"\u003e\n\u003cstrong\u003e🎀 Adjustable Elastic Rope\u003c\/strong\u003e\u003cspan\u003eThe elastic rope allows you to adjust the fit rather than relying on a completely fixed fit. Never overtighten it.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ptw-quality-card\"\u003e\n\u003cstrong\u003e🪶 Lightweight Construction\u003c\/strong\u003e\u003cspan\u003eAt approximately 40g, the wig creates a noticeable costume look without unnecessary weight.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ptw-quality-card\"\u003e\n\u003cstrong\u003e🧼 Reusable Costume Accessory\u003c\/strong\u003e\u003cspan\u003eGentle handling, hand washing and natural air drying can help maintain the braids and overall appearance between uses.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cdiv class=\"ptw-section\"\u003e\n\n\n\u003cdiv class=\"ptw-intro\"\u003e\n  \u003ch2\u003eGet The Look In 3 Easy Steps\u003c\/h2\u003e\n  \u003cp\u003eKeep it simple, keep it fun and introduce costume accessories gradually.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ptw-steps\"\u003e\n\n  \u003cdiv class=\"ptw-step\"\u003e\n    \u003cdiv class=\"ptw-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003ePlace\u003c\/h3\u003e\n    \u003cp\u003eGently place the wig over your pet's head.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-step\"\u003e\n    \u003cdiv class=\"ptw-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eAdjust\u003c\/h3\u003e\n    \u003cp\u003eUse the elastic rope to create a comfortable, secure fit.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-step\"\u003e\n    \u003cdiv class=\"ptw-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eStrike A Pose\u003c\/h3\u003e\n    \u003cp\u003eGrab the camera and capture their fabulous new look! 📸\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ptw-section\"\u003e\n\n\n\u003cdiv class=\"ptw-feature\"\u003e\n  \u003cspan\u003eToo Much Style To Ignore\u003c\/span\u003e\n  \u003ch2\u003eWho Is This Stylish Little Diva? 🎀\u003c\/h2\u003e\n  \u003cp\u003e\n    From ordinary pup to instant character, this ponytail wig is made for the moments when your dog needs a little extra personality.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ptw-care\"\u003e\n  \u003ch2 class=\"ptw-title\"\u003eCare Instructions\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eHand wash gently with warm water.\u003c\/li\u003e\n    \u003cli\u003eAir dry naturally.\u003c\/li\u003e\n    \u003cli\u003eAvoid high heat.\u003c\/li\u003e\n    \u003cli\u003eDo not machine wash or tumble dry.\u003c\/li\u003e\n    \u003cli\u003eHandle the braids gently to help maintain their shape.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ptw-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 wig gradually and remove it if your pet shows signs of discomfort, stress or irritation. Keep the wig and elastic rope away from chewing or ingestion. Never leave your pet unattended while wearing it.\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SHOP WITH CONFIDENCE --\u003e\n  \u003cdiv class=\"ptw-customer-trust\"\u003e\n    \u003cspan class=\"ptw-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"ptw-customer-intro\"\u003eBuying a pet costume online can come with questions. That's why we provide clear product information, fit guidance, care instructions and support to help you make an informed choice.\u003c\/p\u003e\n    \u003cdiv class=\"ptw-customer-grid\"\u003e\n      \u003cdiv class=\"ptw-customer-card\"\u003e\n\u003cdiv class=\"ptw-customer-icon\"\u003e📋\u003c\/div\u003e\n\u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\u003cp\u003eWe explain the material, approximate weight, adjustable design and inner construction so you know more about what you're ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ptw-customer-card\"\u003e\n\u003cdiv class=\"ptw-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n\u003cp\u003eWe provide wearing and safety guidance because costume time should only continue while your pet remains comfortable and supervised.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ptw-customer-card\"\u003e\n\u003cdiv class=\"ptw-customer-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n\u003cp\u003eYou'll know how to gently wash, dry and handle the wig to help maintain the braids and overall appearance between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ptw-customer-card\"\u003e\n\u003cdiv class=\"ptw-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the wig, fit 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    \u003cdiv class=\"ptw-order-promise\"\u003e\n      \u003cdiv class=\"ptw-order-promise-icon\"\u003e🖤\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your wig 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=\"ptw-final\"\u003e\n    \u003ch2\u003eLong Braids. Big Personality. 🎀\u003c\/h2\u003e\n    \u003cp\u003eBecause sometimes your pup deserves a whole new look. 🐾✨\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Black","offer_id":48058438287523,"sku":"Ponytail Wig for Dogs","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/ponytail-wig-for-dogs.png?v=1788119260"},{"product_id":"grey-cat-harness-and-leash-set","title":"Grey Cat Harness and Leash Set | Adjustable Walking Harness","description":"\u003cstyle\u003e\n  .gch-page{\n    font-family:Arial,Helvetica,sans-serif;\n    color:#25282c;\n    background:linear-gradient(180deg,#fff 0%,#f5f6f7 100%);\n    line-height:1.6;\n    overflow:hidden;\n  }\n\n  .gch-hero{\n    text-align:center;\n    padding:58px 22px 52px;\n    background:radial-gradient(circle at top,#e4e7ea 0%,#f7f8f9 45%,#fff 78%);\n    border-radius:24px;\n    margin-bottom:28px;\n    animation:gchFade 1s ease;\n  }\n\n  .gch-tag{\n    display:inline-block;\n    padding:7px 16px;\n    border-radius:30px;\n    background:#e9ecef;\n    color:#59616a;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n    margin-bottom:16px;\n  }\n\n  .gch-hero h1{\n    font-size:38px;\n    line-height:1.15;\n    margin:0 0 14px;\n    color:#17191c;\n    letter-spacing:-.8px;\n  }\n\n  .gch-hero p{\n    max-width:680px;\n    margin:0 auto;\n    font-size:17px;\n    color:#626970;\n  }\n\n  .gch-paws{\n    margin-top:20px;\n    font-size:20px;\n    letter-spacing:7px;\n    animation:gchFloat 3s ease-in-out infinite;\n  }\n\n  .gch-section{\n    max-width:1050px;\n    margin:0 auto;\n    padding:42px 20px;\n  }\n\n  .gch-intro{\n    text-align:center;\n    max-width:760px;\n    margin:0 auto 38px;\n  }\n\n  .gch-intro h2,\n  .gch-title{\n    font-size:29px;\n    line-height:1.2;\n    margin:0 0 12px;\n    color:#191b1e;\n  }\n\n  .gch-intro p{\n    margin:0;\n    color:#6a7076;\n    font-size:16px;\n  }\n\n  .gch-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n  }\n\n  .gch-card{\n    background:#fff;\n    border:1px solid #dfe2e5;\n    border-radius:18px;\n    padding:24px 20px;\n    box-shadow:0 8px 25px rgba(50,55,60,.07);\n    transition:transform .3s ease,box-shadow .3s ease;\n    animation:gchUp .8s ease both;\n  }\n\n  .gch-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 14px 30px rgba(50,55,60,.13);\n  }\n\n  .gch-icon{\n    width:44px;\n    height:44px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:14px;\n    background:#f0f2f4;\n    font-size:21px;\n    margin-bottom:15px;\n  }\n\n  .gch-card h3{\n    margin:0 0 7px;\n    font-size:17px;\n    color:#202327;\n  }\n\n  .gch-card p{\n    margin:0;\n    color:#6c7278;\n    font-size:14px;\n  }\n\n  .gch-feature{\n    max-width:1000px;\n    margin:18px auto 40px;\n    padding:42px 25px;\n    text-align:center;\n    background:linear-gradient(135deg,#f1f3f5,#fff);\n    border:1px solid #dfe3e7;\n    border-radius:24px;\n    box-shadow:0 12px 35px rgba(50,55,60,.08);\n    position:relative;\n    overflow:hidden;\n  }\n\n  .gch-feature:before{\n    content:\"🐾  ✦  🐾\";\n    position:absolute;\n    top:15px;\n    right:22px;\n    font-size:16px;\n    opacity:.5;\n  }\n\n  .gch-feature:after{\n    content:\"✦\";\n    position:absolute;\n    bottom:17px;\n    left:28px;\n    font-size:20px;\n    opacity:.4;\n  }\n\n  .gch-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:#59616a;\n    margin-bottom:10px;\n  }\n\n  .gch-feature h2{\n    margin:0 0 10px;\n    font-size:28px;\n    color:#191b1e;\n  }\n\n  .gch-feature p{\n    max-width:670px;\n    margin:0 auto;\n    color:#676d73;\n  }\n\n  .gch-details{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:25px;\n  }\n\n  .gch-detail{\n    background:#fff;\n    border:1px solid #e1e4e7;\n    border-radius:18px;\n    padding:24px;\n  }\n\n  .gch-detail strong{\n    display:block;\n    color:#59616a;\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:1px;\n    margin-bottom:5px;\n  }\n\n  .gch-detail p{\n    margin:0;\n    color:#626970;\n    font-size:15px;\n  }\n\n  .gch-steps{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:28px;\n  }\n\n  .gch-step{\n    text-align:center;\n    padding:25px 18px;\n    background:#f8f9fa;\n    border-radius:18px;\n    border:1px solid #e1e4e7;\n  }\n\n  .gch-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:#626a72;\n    color:#fff;\n    font-weight:700;\n  }\n\n  .gch-step h3{\n    margin:0 0 6px;\n    font-size:16px;\n  }\n\n  .gch-step p{\n    margin:0;\n    color:#6b7278;\n    font-size:14px;\n  }\n\n  .gch-care{\n    background:#fff;\n    border:1px solid #e1e4e7;\n    border-radius:20px;\n    padding:28px;\n    margin-top:25px;\n  }\n\n  .gch-care ul{\n    margin:14px 0 0;\n    padding-left:20px;\n    color:#626970;\n  }\n\n  .gch-safety{\n    margin-top:25px;\n    padding:20px;\n    border-radius:16px;\n    background:#f1f3f5;\n    border-left:4px solid #68717a;\n    color:#60676e;\n    font-size:14px;\n  }\n\n  .gch-final{\n    text-align:center;\n    padding:48px 20px 58px;\n    margin-top:20px;\n    background:linear-gradient(135deg,#e9ecef,#fff);\n    border-radius:24px;\n  }\n\n  .gch-final h2{\n    margin:0 0 9px;\n    font-size:30px;\n    color:#17191c;\n  }\n\n  .gch-final p{\n    margin:0;\n    color:#6a7076;\n  }\n\n  @keyframes gchFade{\n    from{opacity:0;transform:translateY(12px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes gchUp{\n    from{opacity:0;transform:translateY(18px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes gchFloat{\n    0%,100%{transform:translateY(0)}\n    50%{transform:translateY(-5px)}\n  }\n\n  @media(max-width:700px){\n    .gch-hero{\n      padding:42px 18px 38px;\n      border-radius:18px;\n    }\n\n    .gch-hero h1{\n      font-size:29px;\n    }\n\n    .gch-hero p{\n      font-size:15px;\n    }\n\n    .gch-section{\n      padding:32px 15px;\n    }\n\n    .gch-intro h2,\n    .gch-title{\n      font-size:25px;\n    }\n\n    .gch-grid,\n    .gch-details,\n    .gch-steps{\n      grid-template-columns:1fr;\n    }\n\n    .gch-feature{\n      margin:10px 15px 30px;\n      padding:34px 20px;\n      border-radius:19px;\n    }\n\n    .gch-feature h2{\n      font-size:24px;\n    }\n\n    .gch-final{\n      border-radius:18px;\n      padding:40px 18px 45px;\n    }\n\n    .gch-final h2{\n      font-size:26px;\n    }\n  }\n\n\/* OMG FIND — GREY HARNESS TRUST \/ QUALITY *\/\n.gch-trust{max-width:1050px;margin:0 auto;padding:0 20px 35px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}\n.gch-trust-item{padding:20px 14px;text-align:center;background:#fff;border:1px solid #dfe2e5;border-radius:17px;box-shadow:0 8px 22px rgba(50,55,60,.07);transition:.3s ease}\n.gch-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(50,55,60,.13)}\n.gch-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#f0f2f4;font-size:21px}\n.gch-trust-item strong{display:block;color:#202327;font-size:14px;margin-bottom:4px}\n.gch-trust-item span{display:block;color:#6c7278;font-size:12px;line-height:1.5}\n\n.gch-quality{background:#fff;border:1px solid #dfe3e7;border-radius:22px;padding:32px 28px;box-shadow:0 10px 30px rgba(50,55,60,.07)}\n.gch-quality-story{padding:27px 25px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#444b52,#727b84);color:#fff}\n.gch-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n.gch-quality-story p{margin:0;color:rgba(255,255,255,.92);font-size:14px}\n.gch-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.gch-quality-card{padding:22px;border-radius:17px;background:#f8f9fa;border:1px solid #e1e4e7;border-left:4px solid #68717a}\n.gch-quality-card strong{display:block;color:#202327;margin-bottom:6px;font-size:15px}\n.gch-quality-card span{display:block;color:#626970;font-size:13px}\n\n.gch-customer{max-width:1000px;margin:10px auto 40px;padding:40px 28px;border-radius:24px;background:linear-gradient(135deg,#343a40,#626a72);color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 38px rgba(50,55,60,.2)}\n.gch-customer:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#9da4aa,#fff,#9da4aa)}\n.gch-trust-label{display:block;text-align:center;color:#e8ecef;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n.gch-customer h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n.gch-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.88);font-size:14px}\n.gch-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.gch-customer-card{padding:23px;border-radius:17px;background:#fff;color:#202327}\n.gch-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0f2f4;font-size:21px;margin-bottom:11px}\n.gch-customer-card h3{margin:0 0 6px;color:#202327;font-size:16px}\n.gch-customer-card p{margin:0;color:#6c7278;font-size:13px}\n.gch-order-promise{display:flex;align-items:center;gap:17px;margin-top:16px;padding:22px;border-radius:17px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22)}\n.gch-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.gch-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n.gch-order-promise span{display:block;color:rgba(255,255,255,.9);font-size:13px}\n\n@media(max-width:700px){\n .gch-trust{grid-template-columns:repeat(2,1fr);padding:0 15px 30px}\n .gch-quality-grid,.gch-customer-grid{grid-template-columns:1fr}\n .gch-quality,.gch-customer{padding:28px 18px}\n .gch-customer{margin-left:15px;margin-right:15px}\n .gch-order-promise{flex-direction:column;text-align:center}\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"gch-page\"\u003e\n\n  \u003cdiv class=\"gch-hero\"\u003e\n    \u003cdiv class=\"gch-tag\"\u003eStylish • Adjustable • Everyday Adventures\u003c\/div\u003e\n    \u003ch1\u003eGrey Cat Harness \u0026amp; Leash Set 🐾\u003c\/h1\u003e\n    \u003cp\u003eA stylish, practical set for little explorers — featuring adjustable straps, a soft padded design and a matching leash for supervised outdoor adventures.\u003c\/p\u003e\n    \u003cdiv class=\"gch-paws\"\u003e🐾 ✦ 🐾\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gch-trust\"\u003e\n    \u003cdiv class=\"gch-trust-item\"\u003e\n\u003cdiv class=\"gch-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003eHarness + Leash Set\u003c\/strong\u003e\u003cspan\u003eIncludes one adjustable grey cat harness and the matching leash described on the page.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gch-trust-item\"\u003e\n\u003cdiv class=\"gch-trust-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cstrong\u003eFully Adjustable\u003c\/strong\u003e\u003cspan\u003eAdjustable straps help create a closer, personalised fit when correctly sized.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gch-trust-item\"\u003e\n\u003cdiv class=\"gch-trust-icon\"\u003e🤍\u003c\/div\u003e\n\u003cstrong\u003eSoft Padded Design\u003c\/strong\u003e\u003cspan\u003eSoft polyester fabric with padding designed around the chest and shoulders.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gch-trust-item\"\u003e\n\u003cdiv class=\"gch-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about fit, sizing 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=\"gch-section\"\u003e\n\n\n\u003cdiv class=\"gch-intro\"\u003e\n  \u003ch2\u003eComfort Meets Everyday Style. 🐾\u003c\/h2\u003e\n  \u003cp\u003e\n    Designed with a soft polyester fabric and fully adjustable straps, this grey harness and matching leash set creates a comfortable, coordinated look for your cat.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gch-grid\"\u003e\n\n  \u003cdiv class=\"gch-card\"\u003e\n    \u003cdiv class=\"gch-icon\"\u003e🐾\u003c\/div\u003e\n    \u003ch3\u003eClassic Grey Design\u003c\/h3\u003e\n    \u003cp\u003eA clean, versatile grey finish that looks stylish wherever your cat goes.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-card\"\u003e\n    \u003cdiv class=\"gch-icon\"\u003e⚙️\u003c\/div\u003e\n    \u003ch3\u003eFully Adjustable\u003c\/h3\u003e\n    \u003cp\u003eAdjustable straps allow you to create a more personalised and secure fit.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-card\"\u003e\n    \u003cdiv class=\"gch-icon\"\u003e🤍\u003c\/div\u003e\n    \u003ch3\u003eSoft Padded Design\u003c\/h3\u003e\n    \u003cp\u003eSoft padding is designed to distribute pressure more comfortably around the chest and shoulders.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-card\"\u003e\n    \u003cdiv class=\"gch-icon\"\u003e🔗\u003c\/div\u003e\n    \u003ch3\u003eMatching Leash\u003c\/h3\u003e\n    \u003cp\u003eIncludes a matching leash so your cat is ready for supervised adventures.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-card\"\u003e\n    \u003cdiv class=\"gch-icon\"\u003e✨\u003c\/div\u003e\n    \u003ch3\u003eEscape-Resistant Fit\u003c\/h3\u003e\n    \u003cp\u003eThe adjustable design helps create a closer fit when correctly sized and fitted.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-card\"\u003e\n    \u003cdiv class=\"gch-icon\"\u003e🌿\u003c\/div\u003e\n    \u003ch3\u003eMade For Exploring\u003c\/h3\u003e\n    \u003cp\u003eGreat for supervised garden time, outdoor photos and exploring new surroundings.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-feature\"\u003e\n    \u003cspan\u003eClean • Comfortable • Practical\u003c\/span\u003e\n    \u003ch2\u003eAdventure In Effortless Style 🐾\u003c\/h2\u003e\n    \u003cp\u003e\n      Whether it's a little garden exploration or an outdoor photo moment, this matching set gives your cat a simple, stylish look with adjustability built in.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-section\"\u003e\n\n\n\u003ch2 class=\"gch-title\"\u003eProduct Details\u003c\/h2\u003e\n\n\u003cdiv class=\"gch-details\"\u003e\n\n  \u003cdiv class=\"gch-detail\"\u003e\n    \u003cstrong\u003eMaterial\u003c\/strong\u003e\n    \u003cp\u003eSoft polyester fabric\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-detail\"\u003e\n    \u003cstrong\u003eSet Includes\u003c\/strong\u003e\n    \u003cp\u003e1 adjustable cat harness + matching leash\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-detail\"\u003e\n    \u003cstrong\u003eFit\u003c\/strong\u003e\n    \u003cp\u003eFully adjustable straps for a personalised fit\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-detail\"\u003e\n    \u003cstrong\u003eAvailable Sizes\u003c\/strong\u003e\n    \u003cp\u003eSmall • Medium • Large\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \n  \u003cdiv class=\"gch-section\"\u003e\n    \u003cdiv class=\"gch-intro\"\u003e\n      \u003ch2\u003eDesigned For Exploring — With Fit \u0026amp; Comfort In Mind 🐾\u003c\/h2\u003e\n      \u003cp\u003eA walking set should be more than stylish. Clear fit guidance, regular checks and gradual introduction can help make supervised outdoor time more comfortable for your cat.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gch-quality\"\u003e\n      \u003cdiv class=\"gch-quality-story\"\u003e\n        \u003ch3\u003eClean Style. Adjustable Design.\u003c\/h3\u003e\n        \u003cp\u003eThis grey set combines soft polyester fabric, a padded harness design, fully adjustable straps and a matching leash. Before every adventure, check that the harness sits securely without being overly tight and inspect the straps, stitching and hardware.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gch-quality-grid\"\u003e\n        \u003cdiv class=\"gch-quality-card\"\u003e\n\u003cstrong\u003e🤍 Soft Padded Design\u003c\/strong\u003e\u003cspan\u003eThe padding is designed to distribute pressure more comfortably around the chest and shoulders.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"gch-quality-card\"\u003e\n\u003cstrong\u003e⚙️ Fully Adjustable Straps\u003c\/strong\u003e\u003cspan\u003eAdjust the straps evenly for your cat's proportions and recheck the fit before heading outside.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"gch-quality-card\"\u003e\n\u003cstrong\u003e🔗 Matching Leash Included\u003c\/strong\u003e\u003cspan\u003eThe matching leash completes the coordinated set for supervised walks and outdoor exploring.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"gch-quality-card\"\u003e\n\u003cstrong\u003e🔎 Check Before Every Use\u003c\/strong\u003e\u003cspan\u003eInspect straps, stitching and hardware regularly and discontinue use if any part becomes damaged.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cdiv class=\"gch-section\"\u003e\n\n\n\u003cdiv class=\"gch-intro\"\u003e\n  \u003ch2\u003eGet Ready To Explore 🐾\u003c\/h2\u003e\n  \u003cp\u003eTake a moment to ensure the harness is correctly fitted before heading outside.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gch-steps\"\u003e\n\n  \u003cdiv class=\"gch-step\"\u003e\n    \u003cdiv class=\"gch-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003eFit\u003c\/h3\u003e\n    \u003cp\u003ePlace the harness on your cat and adjust the straps evenly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-step\"\u003e\n    \u003cdiv class=\"gch-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eCheck\u003c\/h3\u003e\n    \u003cp\u003eMake sure the harness feels secure without being overly tight.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-step\"\u003e\n    \u003cdiv class=\"gch-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eExplore\u003c\/h3\u003e\n    \u003cp\u003eAttach the matching leash and enjoy a supervised adventure together.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gch-section\"\u003e\n\n\n\u003cdiv class=\"gch-feature\"\u003e\n  \u003cspan\u003eMade For Little Explorers\u003c\/span\u003e\n  \u003ch2\u003eSmall Cat. Big Adventure. ✦\u003c\/h2\u003e\n  \u003cp\u003e\n    A practical matching set that brings together a soft feel, adjustable fit and timeless grey style for supervised outdoor exploring.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gch-care\"\u003e\n  \u003ch2 class=\"gch-title\"\u003eMaterial \u0026amp; Care\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eMade from soft polyester fabric.\u003c\/li\u003e\n    \u003cli\u003eHand wash.\u003c\/li\u003e\n    \u003cli\u003eAir dry recommended.\u003c\/li\u003e\n    \u003cli\u003eAllow the set to dry completely before use.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gch-safety\"\u003e\n  \u003cstrong\u003e🐾 Pet Safety Note\u003c\/strong\u003e\u003cbr\u003e\n  Always check the harness fit before use and supervise your cat while wearing it. Introduce the harness gradually and allow your cat time to become comfortable with it. Never leave your cat unattended while wearing the harness or leash. Check the straps, stitching and hardware regularly for signs of wear, and discontinue use if damaged.\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gch-customer\"\u003e\n    \u003cspan class=\"gch-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"gch-customer-intro\"\u003eBuying a cat harness online can come with fit questions. That's why we provide clear product details, size options, fitting guidance, care information and support to help you make an informed choice.\u003c\/p\u003e\n    \u003cdiv class=\"gch-customer-grid\"\u003e\n      \u003cdiv class=\"gch-customer-card\"\u003e\n\u003cdiv class=\"gch-customer-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eWhat's Included Is Clear\u003c\/h3\u003e\n\u003cp\u003eThe set includes one adjustable grey cat harness and matching leash, with the material and design details explained on the page.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"gch-customer-card\"\u003e\n\u003cdiv class=\"gch-customer-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003eClear Size Options\u003c\/h3\u003e\n\u003cp\u003eThe supplied product information lists Small, Medium and Large. Check the available measurements carefully before choosing your size.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"gch-customer-card\"\u003e\n\u003cdiv class=\"gch-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003eFit \u0026amp; Safety Guidance\u003c\/h3\u003e\n\u003cp\u003eWe include fitting steps, supervised-use guidance and reminders to inspect the harness regularly before outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"gch-customer-card\"\u003e\n\u003cdiv class=\"gch-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the harness, sizing 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    \u003cdiv class=\"gch-order-promise\"\u003e\n      \u003cdiv class=\"gch-order-promise-icon\"\u003e🐾\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your harness 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=\"gch-final\"\u003e\n    \u003ch2\u003eClassic Grey. Ready To Explore. 🐾\u003c\/h2\u003e\n    \u003cp\u003eComfortable style for their next little adventure.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Small - 1.5kg to 3kg","offer_id":46622092787875,"sku":"Grey Cat Harness and Leash Set","price":220.0,"currency_code":"ZAR","in_stock":true},{"title":"Medium - 3kg to 4.5kg","offer_id":46622092820643,"sku":"Grey Cat Harness and Leash Set","price":239.0,"currency_code":"ZAR","in_stock":true},{"title":"Large - 5kg to 7.5kg","offer_id":46622092853411,"sku":"Grey Cat Harness and Leash Set","price":279.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/grey-cat-harness-leash-set.png?v=1788119201"},{"product_id":"pink-cat-harness-and-leash-set-adjustable-walking-harness","title":"Pink Cat Harness and Leash Set | Adjustable Walking Harness","description":"\u003cstyle\u003e\n  .pch-page{\n    font-family:Arial,Helvetica,sans-serif;\n    color:#25252a;\n    background:linear-gradient(180deg,#fff 0%,#fff7fa 100%);\n    line-height:1.6;\n    overflow:hidden;\n  }\n\n  .pch-hero{\n    text-align:center;\n    padding:58px 22px 52px;\n    background:radial-gradient(circle at top,#ffe4ed 0%,#fff8fb 45%,#fff 78%);\n    border-radius:24px;\n    margin-bottom:28px;\n    animation:pchFade 1s ease;\n  }\n\n  .pch-tag{\n    display:inline-block;\n    padding:7px 16px;\n    border-radius:30px;\n    background:#ffe9f0;\n    color:#c24f78;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n    margin-bottom:16px;\n  }\n\n  .pch-hero h1{\n    font-size:38px;\n    line-height:1.15;\n    margin:0 0 14px;\n    color:#17171b;\n    letter-spacing:-.8px;\n  }\n\n  .pch-hero p{\n    max-width:680px;\n    margin:0 auto;\n    font-size:17px;\n    color:#66616a;\n  }\n\n  .pch-paws{\n    margin-top:20px;\n    font-size:20px;\n    letter-spacing:7px;\n    animation:pchFloat 3s ease-in-out infinite;\n  }\n\n  .pch-section{\n    max-width:1050px;\n    margin:0 auto;\n    padding:42px 20px;\n  }\n\n  .pch-intro{\n    text-align:center;\n    max-width:760px;\n    margin:0 auto 38px;\n  }\n\n  .pch-intro h2,\n  .pch-title{\n    font-size:29px;\n    line-height:1.2;\n    margin:0 0 12px;\n    color:#19191d;\n  }\n\n  .pch-intro p{\n    margin:0;\n    color:#706b73;\n    font-size:16px;\n  }\n\n  .pch-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n  }\n\n  .pch-card{\n    background:#fff;\n    border:1px solid #f0dce4;\n    border-radius:18px;\n    padding:24px 20px;\n    box-shadow:0 8px 25px rgba(170,75,110,.07);\n    transition:transform .3s ease,box-shadow .3s ease;\n    animation:pchUp .8s ease both;\n  }\n\n  .pch-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 14px 30px rgba(170,75,110,.13);\n  }\n\n  .pch-icon{\n    width:44px;\n    height:44px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:14px;\n    background:#fff0f5;\n    font-size:21px;\n    margin-bottom:15px;\n  }\n\n  .pch-card h3{\n    margin:0 0 7px;\n    font-size:17px;\n    color:#202025;\n  }\n\n  .pch-card p{\n    margin:0;\n    color:#706b73;\n    font-size:14px;\n  }\n\n  .pch-feature{\n    max-width:1000px;\n    margin:18px auto 40px;\n    padding:42px 25px;\n    text-align:center;\n    background:linear-gradient(135deg,#fff0f5,#fff);\n    border:1px solid #f1d5e0;\n    border-radius:24px;\n    box-shadow:0 12px 35px rgba(170,75,110,.08);\n    position:relative;\n    overflow:hidden;\n  }\n\n  .pch-feature:before{\n    content:\"♡  🐾  ♡\";\n    position:absolute;\n    top:15px;\n    right:22px;\n    font-size:17px;\n    opacity:.65;\n  }\n\n  .pch-feature:after{\n    content:\"♡\";\n    position:absolute;\n    bottom:17px;\n    left:28px;\n    font-size:22px;\n    opacity:.45;\n  }\n\n  .pch-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:#c24f78;\n    margin-bottom:10px;\n  }\n\n  .pch-feature h2{\n    margin:0 0 10px;\n    font-size:28px;\n    color:#19191d;\n  }\n\n  .pch-feature p{\n    max-width:670px;\n    margin:0 auto;\n    color:#69636b;\n  }\n\n  .pch-details{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:25px;\n  }\n\n  .pch-detail{\n    background:#fff;\n    border:1px solid #eadfe4;\n    border-radius:18px;\n    padding:24px;\n  }\n\n  .pch-detail strong{\n    display:block;\n    color:#c24f78;\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:1px;\n    margin-bottom:5px;\n  }\n\n  .pch-detail p{\n    margin:0;\n    color:#625d65;\n    font-size:15px;\n  }\n\n  .pch-steps{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:28px;\n  }\n\n  .pch-step{\n    text-align:center;\n    padding:25px 18px;\n    background:#fff9fb;\n    border-radius:18px;\n    border:1px solid #f0dce4;\n  }\n\n  .pch-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:#d85c86;\n    color:#fff;\n    font-weight:700;\n  }\n\n  .pch-step h3{\n    margin:0 0 6px;\n    font-size:16px;\n  }\n\n  .pch-step p{\n    margin:0;\n    color:#6d6870;\n    font-size:14px;\n  }\n\n  .pch-care{\n    background:#fff;\n    border:1px solid #eadfe4;\n    border-radius:20px;\n    padding:28px;\n    margin-top:25px;\n  }\n\n  .pch-care ul{\n    margin:14px 0 0;\n    padding-left:20px;\n    color:#625d65;\n  }\n\n  .pch-safety{\n    margin-top:25px;\n    padding:20px;\n    border-radius:16px;\n    background:#fff5f8;\n    border-left:4px solid #d85c86;\n    color:#625d65;\n    font-size:14px;\n  }\n\n  .pch-final{\n    text-align:center;\n    padding:48px 20px 58px;\n    margin-top:20px;\n    background:linear-gradient(135deg,#ffeaf1,#fff);\n    border-radius:24px;\n  }\n\n  .pch-final h2{\n    margin:0 0 9px;\n    font-size:30px;\n    color:#17171b;\n  }\n\n  .pch-final p{\n    margin:0;\n    color:#6b656d;\n  }\n\n  @keyframes pchFade{\n    from{opacity:0;transform:translateY(12px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes pchUp{\n    from{opacity:0;transform:translateY(18px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes pchFloat{\n    0%,100%{transform:translateY(0)}\n    50%{transform:translateY(-5px)}\n  }\n\n  @media(max-width:700px){\n    .pch-hero{\n      padding:42px 18px 38px;\n      border-radius:18px;\n    }\n\n    .pch-hero h1{\n      font-size:29px;\n    }\n\n    .pch-hero p{\n      font-size:15px;\n    }\n\n    .pch-section{\n      padding:32px 15px;\n    }\n\n    .pch-intro h2,\n    .pch-title{\n      font-size:25px;\n    }\n\n    .pch-grid,\n    .pch-details,\n    .pch-steps{\n      grid-template-columns:1fr;\n    }\n\n    .pch-feature{\n      margin:10px 15px 30px;\n      padding:34px 20px;\n      border-radius:19px;\n    }\n\n    .pch-feature h2{\n      font-size:24px;\n    }\n\n    .pch-final{\n      border-radius:18px;\n      padding:40px 18px 45px;\n    }\n\n    .pch-final h2{\n      font-size:26px;\n    }\n  }\n\n\/* OMG FIND — PINK HARNESS TRUST \/ QUALITY *\/\n.pch-trust{max-width:1050px;margin:0 auto;padding:0 20px 35px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}\n.pch-trust-item{padding:20px 14px;text-align:center;background:#fff;border:1px solid #f0dce4;border-radius:17px;box-shadow:0 8px 22px rgba(170,75,110,.07);transition:.3s ease}\n.pch-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(170,75,110,.13)}\n.pch-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#fff0f5;font-size:21px}\n.pch-trust-item strong{display:block;color:#202025;font-size:14px;margin-bottom:4px}\n.pch-trust-item span{display:block;color:#706b73;font-size:12px;line-height:1.5}\n\n.pch-quality{background:#fff;border:1px solid #eadfe4;border-radius:22px;padding:32px 28px;box-shadow:0 10px 30px rgba(170,75,110,.07)}\n.pch-quality-story{padding:27px 25px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#a64268,#dc789a);color:#fff}\n.pch-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n.pch-quality-story p{margin:0;color:rgba(255,255,255,.92);font-size:14px}\n.pch-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.pch-quality-card{padding:22px;border-radius:17px;background:#fff9fb;border:1px solid #f0dce4;border-left:4px solid #d85c86}\n.pch-quality-card strong{display:block;color:#202025;margin-bottom:6px;font-size:15px}\n.pch-quality-card span{display:block;color:#6d6870;font-size:13px}\n\n.pch-customer-trust{max-width:1000px;margin:10px auto 40px;padding:40px 28px;border-radius:24px;background:linear-gradient(135deg,#8e3658,#c9577e);color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 38px rgba(170,75,110,.18)}\n.pch-customer-trust:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ffc6d9,#fff,#ffc6d9)}\n.pch-trust-label{display:block;text-align:center;color:#ffe4ee;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n.pch-customer-trust h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n.pch-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.88);font-size:14px}\n.pch-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.pch-customer-card{padding:23px;border-radius:17px;background:#fff;color:#202025}\n.pch-customer-card h3{margin:0 0 6px;color:#202025;font-size:16px}\n.pch-customer-card p{margin:0;color:#706b73;font-size:13px}\n.pch-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff0f5;font-size:21px;margin-bottom:11px}\n.pch-order-promise{display:flex;align-items:center;gap:17px;margin-top:16px;padding:22px;border-radius:17px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22)}\n.pch-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.pch-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n.pch-order-promise span{display:block;color:rgba(255,255,255,.9);font-size:13px}\n\n@media(max-width:700px){\n .pch-trust{grid-template-columns:repeat(2,1fr);padding:0 15px 30px}\n .pch-quality-grid,.pch-customer-grid{grid-template-columns:1fr}\n .pch-quality,.pch-customer-trust{padding:28px 18px}\n .pch-customer-trust{margin-left:15px;margin-right:15px}\n .pch-order-promise{flex-direction:column;text-align:center}\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"pch-page\"\u003e\n\n  \u003cdiv class=\"pch-hero\"\u003e\n    \u003cdiv class=\"pch-tag\"\u003eStylish • Adjustable • Everyday Adventures\u003c\/div\u003e\n    \u003ch1\u003ePink Cat Harness \u0026amp; Leash Set 🐾\u003c\/h1\u003e\n    \u003cp\u003ePretty in pink and ready to explore. A soft, adjustable harness paired with a matching leash for stylish supervised walks and outdoor adventures.\u003c\/p\u003e\n    \u003cdiv class=\"pch-paws\"\u003e♡ 🐾 ♡\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pch-trust\"\u003e\n    \u003cdiv class=\"pch-trust-item\"\u003e\n\u003cdiv class=\"pch-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003eHarness + Leash Set\u003c\/strong\u003e\u003cspan\u003eIncludes one adjustable cat harness and the matching leash described on the page.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pch-trust-item\"\u003e\n\u003cdiv class=\"pch-trust-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\u003cspan\u003eFully adjustable straps help you create a closer, personalised fit for your cat.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pch-trust-item\"\u003e\n\u003cdiv class=\"pch-trust-icon\"\u003e💗\u003c\/div\u003e\n\u003cstrong\u003eSoft Polyester\u003c\/strong\u003e\u003cspan\u003eSoft polyester fabric with a padded design around the chest and shoulders.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pch-trust-item\"\u003e\n\u003cdiv class=\"pch-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about fit, sizing 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=\"pch-section\"\u003e\n\n\n\u003cdiv class=\"pch-intro\"\u003e\n  \u003ch2\u003eWalk In Style. Explore Together. 💗\u003c\/h2\u003e\n  \u003cp\u003e\n    Designed with a soft polyester fabric and adjustable straps, this matching harness and leash set makes it easy to create a comfortable, coordinated look for your cat.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pch-grid\"\u003e\n\n  \u003cdiv class=\"pch-card\"\u003e\n    \u003cdiv class=\"pch-icon\"\u003e🎀\u003c\/div\u003e\n    \u003ch3\u003ePretty Pink Design\u003c\/h3\u003e\n    \u003cp\u003eA cute pink finish adds a stylish touch to your cat's outdoor look.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-card\"\u003e\n    \u003cdiv class=\"pch-icon\"\u003e🐾\u003c\/div\u003e\n    \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n    \u003cp\u003eAdjustable straps allow you to create a closer, more personalised fit.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-card\"\u003e\n    \u003cdiv class=\"pch-icon\"\u003e💗\u003c\/div\u003e\n    \u003ch3\u003eSoft \u0026amp; Padded\u003c\/h3\u003e\n    \u003cp\u003eThe soft padded design is made to distribute pressure more comfortably around the chest and shoulders.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-card\"\u003e\n    \u003cdiv class=\"pch-icon\"\u003e🔗\u003c\/div\u003e\n    \u003ch3\u003eMatching Leash\u003c\/h3\u003e\n    \u003cp\u003eIncludes a matching leash so your cat is ready for supervised outdoor adventures.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-card\"\u003e\n    \u003cdiv class=\"pch-icon\"\u003e✨\u003c\/div\u003e\n    \u003ch3\u003eSturdy Hardware\u003c\/h3\u003e\n    \u003cp\u003eDesigned with sturdy hardware for everyday use when properly fitted.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-card\"\u003e\n    \u003cdiv class=\"pch-icon\"\u003e🌸\u003c\/div\u003e\n    \u003ch3\u003eMade For Adventures\u003c\/h3\u003e\n    \u003cp\u003eGreat for supervised walks, garden time, outdoor photos and exploring new surroundings.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-feature\"\u003e\n    \u003cspan\u003ePretty • Practical • Pink\u003c\/span\u003e\n    \u003ch2\u003eAdventure Looks Better In Pink 🎀\u003c\/h2\u003e\n    \u003cp\u003e\n      From a little garden exploration to a photo-ready outdoor moment, this matching set gives your cat a cute coordinated look while keeping comfort and adjustability in mind.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-section\"\u003e\n\n\n\u003ch2 class=\"pch-title\"\u003eProduct Details\u003c\/h2\u003e\n\n\u003cdiv class=\"pch-details\"\u003e\n\n  \u003cdiv class=\"pch-detail\"\u003e\n    \u003cstrong\u003eMaterial\u003c\/strong\u003e\n    \u003cp\u003eSoft polyester fabric\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-detail\"\u003e\n    \u003cstrong\u003eSet Includes\u003c\/strong\u003e\n    \u003cp\u003e1 adjustable cat harness + matching leash\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-detail\"\u003e\n    \u003cstrong\u003eFit\u003c\/strong\u003e\n    \u003cp\u003eFully adjustable straps for a personalised fit\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-detail\"\u003e\n    \u003cstrong\u003eAvailable Sizes\u003c\/strong\u003e\n    \u003cp\u003eSmall • Medium • Large\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \n  \u003cdiv class=\"pch-section\"\u003e\n    \u003cdiv class=\"pch-intro\"\u003e\n      \u003ch2\u003eDesigned For Exploring — With Fit \u0026amp; Comfort In Mind 💗\u003c\/h2\u003e\n      \u003cp\u003eA walking set should be more than cute. Clear fit information, regular checks and gradual introduction can help make supervised outdoor time more comfortable for your cat.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pch-quality\"\u003e\n      \u003cdiv class=\"pch-quality-story\"\u003e\n        \u003ch3\u003ePretty, Practical \u0026amp; Adjustable\u003c\/h3\u003e\n        \u003cp\u003eThis matching set combines soft polyester fabric, a padded harness design, fully adjustable straps and a matching leash. Before every adventure, check that the harness is secure without being overly tight and inspect the straps, stitching and hardware.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pch-quality-grid\"\u003e\n        \u003cdiv class=\"pch-quality-card\"\u003e\n\u003cstrong\u003e💗 Soft \u0026amp; Padded Design\u003c\/strong\u003e\u003cspan\u003eThe padded construction is designed to distribute pressure more comfortably around the chest and shoulders.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"pch-quality-card\"\u003e\n\u003cstrong\u003e🎀 Fully Adjustable Straps\u003c\/strong\u003e\u003cspan\u003eAdjust the straps evenly for your cat's proportions and recheck the fit before heading outside.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"pch-quality-card\"\u003e\n\u003cstrong\u003e🔗 Matching Leash Included\u003c\/strong\u003e\u003cspan\u003eThe matching leash creates a coordinated set for supervised walks and outdoor exploring.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"pch-quality-card\"\u003e\n\u003cstrong\u003e🔎 Check Before Every Use\u003c\/strong\u003e\u003cspan\u003eInspect straps, stitching and hardware regularly and discontinue use if any part becomes damaged.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cdiv class=\"pch-section\"\u003e\n\n\n\u003cdiv class=\"pch-intro\"\u003e\n  \u003ch2\u003eGet Ready For The Walk 🐾\u003c\/h2\u003e\n  \u003cp\u003eTake a few moments to make sure the harness is fitted correctly before heading outside.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pch-steps\"\u003e\n\n  \u003cdiv class=\"pch-step\"\u003e\n    \u003cdiv class=\"pch-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003eFit\u003c\/h3\u003e\n    \u003cp\u003ePlace the harness on your cat and adjust the straps evenly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-step\"\u003e\n    \u003cdiv class=\"pch-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eCheck\u003c\/h3\u003e\n    \u003cp\u003eMake sure the harness feels secure without being overly tight.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-step\"\u003e\n    \u003cdiv class=\"pch-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eExplore\u003c\/h3\u003e\n    \u003cp\u003eAttach the matching leash and enjoy a supervised adventure together. 🌸\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pch-section\"\u003e\n\n\n\u003cdiv class=\"pch-feature\"\u003e\n  \u003cspan\u003eMade For Little Explorers\u003c\/span\u003e\n  \u003ch2\u003eSmall Cat. Big Adventure. 💗\u003c\/h2\u003e\n  \u003cp\u003e\n    A coordinated harness and leash set that combines playful pink style with an adjustable design made for supervised outdoor exploring.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pch-care\"\u003e\n  \u003ch2 class=\"pch-title\"\u003eMaterial \u0026amp; Care\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eMade from soft polyester fabric.\u003c\/li\u003e\n    \u003cli\u003eHand wash.\u003c\/li\u003e\n    \u003cli\u003eAir dry recommended.\u003c\/li\u003e\n    \u003cli\u003eAllow the set to dry completely before use.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pch-safety\"\u003e\n  \u003cstrong\u003e🐾 Pet Safety Note\u003c\/strong\u003e\u003cbr\u003e\n  Always check the harness fit before use and supervise your cat while wearing it. Introduce the harness gradually and allow your cat time to become comfortable with it. Never leave your cat unattended while wearing the harness or leash. Check straps, stitching and hardware regularly for signs of wear, and discontinue use if damaged.\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"pch-customer-trust\"\u003e\n    \u003cspan class=\"pch-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"pch-customer-intro\"\u003eBuying a cat harness online can come with fit questions. That's why we provide clear product details, size options, fitting guidance, care information and support to help you make an informed choice.\u003c\/p\u003e\n    \u003cdiv class=\"pch-customer-grid\"\u003e\n      \u003cdiv class=\"pch-customer-card\"\u003e\n\u003cdiv class=\"pch-customer-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eWhat's Included Is Clear\u003c\/h3\u003e\n\u003cp\u003eThe set includes one adjustable cat harness and matching leash, with the material and design details explained on the page.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pch-customer-card\"\u003e\n\u003cdiv class=\"pch-customer-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003eClear Size Options\u003c\/h3\u003e\n\u003cp\u003eThe supplied product information lists Small, Medium and Large. Check the available measurements carefully before choosing your size.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pch-customer-card\"\u003e\n\u003cdiv class=\"pch-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003eFit \u0026amp; Safety Guidance\u003c\/h3\u003e\n\u003cp\u003eWe include fitting steps, supervised-use guidance and reminders to inspect the harness regularly before outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pch-customer-card\"\u003e\n\u003cdiv class=\"pch-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the harness, sizing 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    \u003cdiv class=\"pch-order-promise\"\u003e\n      \u003cdiv class=\"pch-order-promise-icon\"\u003e💗\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your harness 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=\"pch-final\"\u003e\n    \u003ch2\u003ePretty In Pink. Ready To Explore. 💗\u003c\/h2\u003e\n    \u003cp\u003eBecause every little adventure deserves a cute outfit. 🐾🎀\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Small - 1.5kg to 3kg","offer_id":48043625676963,"sku":"Pink Cat Harness and Leash Set","price":220.0,"currency_code":"ZAR","in_stock":true},{"title":"Medium - 3kg to 4.4kg","offer_id":48043625709731,"sku":"Pink Cat Harness and Leash Set","price":239.0,"currency_code":"ZAR","in_stock":true},{"title":"Large - 5kg to 7.5kg","offer_id":48043625742499,"sku":"Pink Cat Harness and Leash Set","price":269.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/pink-cat-harness-leash-set.png?v=1788119127"},{"product_id":"duck-costume-with-leash-for-cats","title":"Duck Costume with Leash for Cats | Funny Pet Outfit","description":"\u003cstyle\u003e\n.duckcostume-wrap{\n  font-family:Arial,Helvetica,sans-serif;\n  color:#252525;\n  background:#fffdf8;\n  line-height:1.7;\n  max-width:1100px;\n  margin:auto;\n  overflow:hidden;\n}\n\n.duckcostume-hero{\n  position:relative;\n  text-align:center;\n  padding:70px 25px 60px;\n  background:linear-gradient(135deg,#fffdf5,#fff7c9,#fffdf8);\n  border-radius:24px;\n  margin-bottom:35px;\n  border:1px solid #f3df78;\n  box-shadow:0 12px 35px rgba(80,65,0,.08);\n}\n\n.duckcostume-hero:before,\n.duckcostume-hero:after{\n  content:\"🦆\";\n  position:absolute;\n  font-size:42px;\n  opacity:.18;\n  animation:duckFloat 4s ease-in-out infinite;\n}\n\n.duckcostume-hero:before{left:6%;top:22%;}\n.duckcostume-hero:after{right:7%;bottom:18%;animation-delay:1.5s;}\n\n.duckcostume-tag{\n  display:inline-block;\n  padding:7px 16px;\n  border-radius:30px;\n  background:#fff;\n  border:1px solid #e7cf55;\n  color:#8a7210;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.duckcostume-hero h1{\n  font-size:44px;\n  line-height:1.15;\n  margin:20px auto 15px;\n  max-width:800px;\n  color:#202020;\n}\n\n.duckcostume-hero p{\n  max-width:700px;\n  margin:auto;\n  font-size:18px;\n  color:#665f43;\n}\n\n.duckcostume-intro{\n  text-align:center;\n  padding:15px 25px 45px;\n}\n\n.duckcostume-intro h2{\n  font-size:30px;\n  margin-bottom:12px;\n  color:#222;\n}\n\n.duckcostume-intro p{\n  max-width:780px;\n  margin:auto;\n  color:#666;\n  font-size:16px;\n}\n\n.duckcostume-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  padding:0 20px 45px;\n}\n\n.duckcostume-card{\n  background:#fff;\n  border:1px solid #eee5bd;\n  border-radius:18px;\n  padding:25px 20px;\n  text-align:center;\n  box-shadow:0 8px 22px rgba(0,0,0,.05);\n  transition:transform .3s ease,box-shadow .3s ease;\n}\n\n.duckcostume-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 14px 30px rgba(0,0,0,.09);\n}\n\n.duckcostume-icon{\n  font-size:31px;\n  margin-bottom:10px;\n}\n\n.duckcostume-card h3{\n  font-size:17px;\n  margin:8px 0;\n  color:#222;\n}\n\n.duckcostume-card p{\n  font-size:14px;\n  color:#707070;\n  margin:0;\n}\n\n.duckcostume-feature{\n  margin:10px 20px 50px;\n  padding:48px 30px;\n  border-radius:24px;\n  text-align:center;\n  background:linear-gradient(135deg,#fffef8,#fff8cf);\n  border:1px solid #ead76b;\n  box-shadow:0 10px 30px rgba(80,65,0,.07);\n  position:relative;\n  overflow:hidden;\n}\n\n.duckcostume-feature:before{\n  content:\"🦆  🫧  🦆\";\n  display:block;\n  font-size:23px;\n  letter-spacing:9px;\n  margin-bottom:13px;\n  opacity:.65;\n}\n\n.duckcostume-feature .badge{\n  display:inline-block;\n  background:#fff;\n  padding:6px 14px;\n  border-radius:20px;\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:1px;\n  color:#927b15;\n  text-transform:uppercase;\n}\n\n.duckcostume-feature h2{\n  font-size:31px;\n  margin:16px 0 12px;\n  color:#242424;\n}\n\n.duckcostume-feature p{\n  max-width:700px;\n  margin:auto;\n  color:#625d45;\n  font-size:16px;\n}\n\n.duckcostume-section{\n  padding:10px 25px 45px;\n}\n\n.duckcostume-section h2{\n  text-align:center;\n  font-size:28px;\n  margin-bottom:28px;\n  color:#222;\n}\n\n.duckcostume-details{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:18px;\n  max-width:850px;\n  margin:auto;\n}\n\n.duckcostume-detail{\n  padding:23px;\n  background:#fff;\n  border-radius:16px;\n  border:1px solid #ececec;\n}\n\n.duckcostume-detail strong{\n  display:block;\n  margin-bottom:5px;\n  color:#292929;\n}\n\n.duckcostume-detail span{\n  color:#707070;\n  font-size:14px;\n}\n\n.duckcostume-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  max-width:900px;\n  margin:auto;\n}\n\n.duckcostume-step{\n  text-align:center;\n  padding:25px 18px;\n  background:#fff;\n  border-radius:18px;\n  border:1px solid #eee;\n}\n\n.duckcostume-number{\n  width:40px;\n  height:40px;\n  line-height:40px;\n  margin:0 auto 12px;\n  border-radius:50%;\n  background:#ffe66d;\n  color:#5d5010;\n  font-weight:800;\n}\n\n.duckcostume-care{\n  background:#fafafa;\n  border-radius:20px;\n  padding:30px;\n  max-width:850px;\n  margin:0 auto 35px;\n  border:1px solid #e9e9e9;\n}\n\n.duckcostume-care h3{\n  margin-top:0;\n  color:#222;\n}\n\n.duckcostume-care ul{\n  padding-left:20px;\n  margin-bottom:0;\n}\n\n.duckcostume-note{\n  max-width:850px;\n  margin:0 auto 45px;\n  padding:22px 25px;\n  border-left:4px solid #e5cb43;\n  background:#fffdf0;\n  border-radius:10px;\n  color:#5f5a42;\n  font-size:14px;\n}\n\n.duckcostume-final{\n  text-align:center;\n  margin:10px 20px 20px;\n  padding:50px 25px;\n  border-radius:24px;\n  background:linear-gradient(135deg,#fff9d7,#fffdf8);\n  border:1px solid #ead76b;\n}\n\n.duckcostume-final h2{\n  font-size:34px;\n  margin:0 0 10px;\n  color:#222;\n}\n\n.duckcostume-final p{\n  color:#6b654d;\n  margin:0;\n}\n\n@keyframes duckFloat{\n  0%,100%{transform:translateY(0) rotate(-3deg);}\n  50%{transform:translateY(-9px) rotate(3deg);}\n}\n\n@media(max-width:700px){\n  .duckcostume-hero{\n    padding:55px 18px 45px;\n  }\n\n  .duckcostume-hero h1{\n    font-size:32px;\n  }\n\n  .duckcostume-hero p{\n    font-size:16px;\n  }\n\n  .duckcostume-grid,\n  .duckcostume-details,\n  .duckcostume-steps{\n    grid-template-columns:1fr;\n  }\n\n  .duckcostume-feature{\n    margin:5px 15px 40px;\n    padding:38px 20px;\n  }\n\n  .duckcostume-feature h2{\n    font-size:26px;\n  }\n\n  .duckcostume-section{\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n  .duckcostume-final{\n    margin-left:15px;\n    margin-right:15px;\n  }\n\n  .duckcostume-final h2{\n    font-size:28px;\n  }\n}\n\n\/* OMG FIND — DUCK COSTUME TRUST \/ QUALITY *\/\n.duckcostume-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0 20px 45px}\n.duckcostume-trust-item{padding:20px 14px;text-align:center;background:#fff;border:1px solid #eee5bd;border-radius:17px;box-shadow:0 8px 22px rgba(80,65,0,.06);transition:.3s ease}\n.duckcostume-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(80,65,0,.11)}\n.duckcostume-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#fff8cf;font-size:21px}\n.duckcostume-trust-item strong{display:block;color:#252525;font-size:14px;margin-bottom:4px}\n.duckcostume-trust-item span{display:block;color:#707070;font-size:12px;line-height:1.5}\n\n.duckcostume-quality{max-width:900px;margin:auto;padding:32px 28px;border-radius:22px;background:#fff;border:1px solid #eee5bd;box-shadow:0 10px 30px rgba(80,65,0,.06)}\n.duckcostume-quality-story{padding:27px 25px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#8a7210,#d6b92e);color:#fff}\n.duckcostume-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n.duckcostume-quality-story p{margin:0;color:rgba(255,255,255,.92);font-size:14px}\n.duckcostume-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.duckcostume-quality-card{padding:22px;border-radius:17px;background:#fffdf0;border:1px solid #ead76b;border-left:4px solid #e5cb43}\n.duckcostume-quality-card strong{display:block;color:#292929;margin-bottom:6px;font-size:15px}\n.duckcostume-quality-card span{display:block;color:#6b654d;font-size:13px}\n\n.duckcostume-customer{max-width:1000px;margin:10px auto 40px;padding:40px 28px;border-radius:24px;background:linear-gradient(135deg,#6f5b0c,#b89b20);color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 38px rgba(80,65,0,.18)}\n.duckcostume-customer:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ffe66d,#fff,#ffe66d)}\n.duckcostume-trust-label{display:block;text-align:center;color:#fff3a8;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n.duckcostume-customer h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n.duckcostume-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.88);font-size:14px}\n.duckcostume-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.duckcostume-customer-card{padding:23px;border-radius:17px;background:#fff;color:#292929}\n.duckcostume-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff8cf;font-size:21px;margin-bottom:11px}\n.duckcostume-customer-card h3{margin:0 0 6px;color:#292929;font-size:16px}\n.duckcostume-customer-card p{margin:0;color:#707070;font-size:13px}\n.duckcostume-order-promise{display:flex;align-items:center;gap:17px;margin-top:16px;padding:22px;border-radius:17px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22)}\n.duckcostume-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.duckcostume-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n.duckcostume-order-promise span{display:block;color:rgba(255,255,255,.9);font-size:13px}\n\n@media(max-width:700px){\n  .duckcostume-trust{grid-template-columns:repeat(2,1fr);padding:0 15px 35px}\n  .duckcostume-quality-grid,.duckcostume-customer-grid{grid-template-columns:1fr}\n  .duckcostume-quality,.duckcostume-customer{padding:28px 18px}\n  .duckcostume-customer{margin-left:15px;margin-right:15px}\n  .duckcostume-order-promise{flex-direction:column;text-align:center}\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"duckcostume-wrap\"\u003e\n\n  \u003cdiv class=\"duckcostume-hero\"\u003e\n    \u003cspan class=\"duckcostume-tag\"\u003eFunny • Playful • Photo-Ready\u003c\/span\u003e\n    \u003ch1\u003eDuck Costume with Leash for Cats 🐥\u003c\/h1\u003e\n    \u003cp\u003eWaddle into cuteness with a fun duck-inspired outfit designed to turn your pet into the star of every photo.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"duckcostume-trust\"\u003e\n    \u003cdiv class=\"duckcostume-trust-item\"\u003e\n\u003cdiv class=\"duckcostume-trust-icon\"\u003e🦆\u003c\/div\u003e\n\u003cstrong\u003eHarness + Leash\u003c\/strong\u003e\u003cspan\u003eIncludes the duck-inspired costume harness and matching leash described on the page.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"duckcostume-trust-item\"\u003e\n\u003cdiv class=\"duckcostume-trust-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\u003cspan\u003eAdjustable straps help create a closer fit while allowing you to check your pet's comfort.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"duckcostume-trust-item\"\u003e\n\u003cdiv class=\"duckcostume-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003ePet Comfort First\u003c\/strong\u003e\u003cspan\u003eDesigned for supervised costume moments with gradual introduction and regular comfort checks.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"duckcostume-trust-item\"\u003e\n\u003cdiv class=\"duckcostume-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about the costume, sizing 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=\"duckcostume-intro\"\u003e\n    \u003ch2\u003eWaddle This Way… 🦆\u003c\/h2\u003e\n    \u003cp\u003e\n      Give your furry friend an instant dose of personality with this adorable Duck Costume.\n      Styled as a soft body harness with a matching leash, it's made for fun moments,\n      themed photos, costume parties and memorable adventures together.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"duckcostume-grid\"\u003e\n\n    \u003cdiv class=\"duckcostume-card\"\u003e\n      \u003cdiv class=\"duckcostume-icon\"\u003e🦆\u003c\/div\u003e\n      \u003ch3\u003eAdorable Duck Style\u003c\/h3\u003e\n      \u003cp\u003eA playful duck-inspired design that makes your pet impossible not to notice.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"duckcostume-card\"\u003e\n      \u003cdiv class=\"duckcostume-icon\"\u003e🎀\u003c\/div\u003e\n      \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n      \u003cp\u003eAdjustable straps help create a more secure and comfortable fit for your pet.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"duckcostume-card\"\u003e\n      \u003cdiv class=\"duckcostume-icon\"\u003e🪿\u003c\/div\u003e\n      \u003ch3\u003eFun For Small Pets\u003c\/h3\u003e\n      \u003cp\u003eDesigned with cats and small pets in mind for playful dressing-up moments.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"duckcostume-card\"\u003e\n      \u003cdiv class=\"duckcostume-icon\"\u003e🦆\u003c\/div\u003e\n      \u003ch3\u003eMatching Leash\u003c\/h3\u003e\n      \u003cp\u003eComplete the look with the included matching leash for an extra-cute finish.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"duckcostume-card\"\u003e\n      \u003cdiv class=\"duckcostume-icon\"\u003e📸\u003c\/div\u003e\n      \u003ch3\u003ePhoto-Ready\u003c\/h3\u003e\n      \u003cp\u003ePerfect for themed photoshoots, holidays, parties and social media moments.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"duckcostume-card\"\u003e\n      \u003cdiv class=\"duckcostume-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eInstant Personality\u003c\/h3\u003e\n      \u003cp\u003eA simple way to turn an ordinary day into a memorable one.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"duckcostume-feature\"\u003e\n    \u003cspan class=\"badge\"\u003eDuck Mode: Activated\u003c\/span\u003e\n    \u003ch2\u003eWho Ordered The Cutest Duck? 🦆\u003c\/h2\u003e\n    \u003cp\u003e\n      From funny photos to themed celebrations, this little duck outfit brings\n      big personality wherever your pet goes. Add a few quacks, a little attitude\n      and let the photos do the talking.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"duckcostume-section\"\u003e\n    \u003ch2\u003eMade For Fun-Filled Moments\u003c\/h2\u003e\n\n    \u003cdiv class=\"duckcostume-details\"\u003e\n\n      \u003cdiv class=\"duckcostume-detail\"\u003e\n        \u003cstrong\u003e🐥 Soft Body Harness Design\u003c\/strong\u003e\n        \u003cspan\u003eA playful costume-style harness designed to complete the duck look.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"duckcostume-detail\"\u003e\n        \u003cstrong\u003e🎀 Adjustable Straps\u003c\/strong\u003e\n        \u003cspan\u003eAdjust the straps for a closer, more secure fit around your pet.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"duckcostume-detail\"\u003e\n        \u003cstrong\u003e🦆 Matching Leash Included\u003c\/strong\u003e\n        \u003cspan\u003eThe matching leash completes the look and adds extra versatility.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"duckcostume-detail\"\u003e\n        \u003cstrong\u003e📸 Perfect For Photos\u003c\/strong\u003e\n        \u003cspan\u003eGreat for costume parties, holidays, outdoor photos and fun content.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \n  \u003cdiv class=\"duckcostume-section\"\u003e\n    \u003ch2\u003eDesigned For The Look — With Comfort In Mind 🦆\u003c\/h2\u003e\n    \u003cdiv class=\"duckcostume-quality\"\u003e\n      \u003cdiv class=\"duckcostume-quality-story\"\u003e\n        \u003ch3\u003eMore Than Just A Funny Costume\u003c\/h3\u003e\n        \u003cp\u003eThis duck-inspired set combines a soft body harness design, adjustable straps and a matching leash for a coordinated novelty look. Introduce the outfit gradually and check the fit before and during supervised wear.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"duckcostume-quality-grid\"\u003e\n        \u003cdiv class=\"duckcostume-quality-card\"\u003e\n\u003cstrong\u003e🐥 Soft Body Harness Design\u003c\/strong\u003e\u003cspan\u003eThe costume-style harness creates the playful duck look while remaining intended for supervised dress-up.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"duckcostume-quality-card\"\u003e\n\u003cstrong\u003e🎀 Adjustable Straps\u003c\/strong\u003e\u003cspan\u003eAdjust the straps for a secure fit while making sure they remain comfortable and are never too tight.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"duckcostume-quality-card\"\u003e\n\u003cstrong\u003e🦆 Matching Leash Included\u003c\/strong\u003e\u003cspan\u003eThe matching leash completes the set and should only be attached when appropriate for your pet and under supervision.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"duckcostume-quality-card\"\u003e\n\u003cstrong\u003e🐾 Supervised Pet Wear\u003c\/strong\u003e\u003cspan\u003eIntroduce the costume gradually and remove it if your pet shows discomfort, stress or irritation.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"duckcostume-section\"\u003e\n    \u003ch2\u003eGet The Duck Look 🦆\u003c\/h2\u003e\n\n    \u003cdiv class=\"duckcostume-steps\"\u003e\n\n      \u003cdiv class=\"duckcostume-step\"\u003e\n        \u003cdiv class=\"duckcostume-number\"\u003e1\u003c\/div\u003e\n        \u003cstrong\u003ePlace\u003c\/strong\u003e\n        \u003cp\u003eGently place the costume harness onto your pet.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"duckcostume-step\"\u003e\n        \u003cdiv class=\"duckcostume-number\"\u003e2\u003c\/div\u003e\n        \u003cstrong\u003eAdjust\u003c\/strong\u003e\n        \u003cp\u003eAdjust the straps so the outfit sits comfortably and securely.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"duckcostume-step\"\u003e\n        \u003cdiv class=\"duckcostume-number\"\u003e3\u003c\/div\u003e\n        \u003cstrong\u003eWaddle\u003c\/strong\u003e\n        \u003cp\u003eAttach the matching leash when appropriate and enjoy the moment.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"duckcostume-feature\"\u003e\n    \u003cspan class=\"badge\"\u003eA Little Extra Quack\u003c\/span\u003e\n    \u003ch2\u003eMade For Moments Worth Sharing 🦆\u003c\/h2\u003e\n    \u003cp\u003e\n      Birthday parties, holiday snaps, garden adventures or simply making everyone\n      laugh at home — this costume adds a playful finishing touch to your pet's day.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"duckcostume-section\"\u003e\n    \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n\n    \u003cdiv class=\"duckcostume-care\"\u003e\n      \u003ch3\u003eKeep Your Duck Outfit Looking Fresh ✨\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eHand wash cold.\u003c\/li\u003e\n        \u003cli\u003eDo not tumble dry — air dry only.\u003c\/li\u003e\n        \u003cli\u003eDo not iron directly on printed areas.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"duckcostume-note\"\u003e\n    \u003cstrong\u003e🐾 Pet Safety:\u003c\/strong\u003e\n    Introduce the costume gradually and always supervise your pet while wearing it.\n    Check that the straps are comfortable and not too tight. Remove the outfit if your\n    pet shows signs of discomfort, stress or irritation. The leash should only be used\n    when appropriate for your pet and under supervision.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"duckcostume-note\"\u003e\n    \u003cstrong\u003e📏 Sizing Note:\u003c\/strong\u003e\n    Each piece is hand-measured by our pet accessories supplier partner, so sizing may\n    vary slightly by approximately ±3 cm. Please check the available size information\n    carefully before ordering.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"duckcostume-customer\"\u003e\n    \u003cspan class=\"duckcostume-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"duckcostume-customer-intro\"\u003eBuying a pet costume online can come with questions. That's why we provide clear product information, fit guidance, care instructions, sizing notes and support to help you make an informed choice.\u003c\/p\u003e\n    \u003cdiv class=\"duckcostume-customer-grid\"\u003e\n      \u003cdiv class=\"duckcostume-customer-card\"\u003e\n\u003cdiv class=\"duckcostume-customer-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eWhat's Included Is Clear\u003c\/h3\u003e\n\u003cp\u003eThe page explains the duck-inspired harness and matching leash so you know what makes up the costume set.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"duckcostume-customer-card\"\u003e\n\u003cdiv class=\"duckcostume-customer-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003eClear Sizing Information\u003c\/h3\u003e\n\u003cp\u003eThe supplied sizing note explains that pieces are hand-measured and measurements may vary by approximately ±3 cm.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"duckcostume-customer-card\"\u003e\n\u003cdiv class=\"duckcostume-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n\u003cp\u003eWe include supervised-use guidance, strap checks and reminders to remove the outfit if your pet becomes uncomfortable.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"duckcostume-customer-card\"\u003e\n\u003cdiv class=\"duckcostume-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the costume, sizing 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    \u003cdiv class=\"duckcostume-order-promise\"\u003e\n      \u003cdiv class=\"duckcostume-order-promise-icon\"\u003e🦆\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your costume 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=\"duckcostume-final\"\u003e\n    \u003ch2\u003eSmall Pet. Big Quack. 🦆\u003c\/h2\u003e\n    \u003cp\u003eBecause every pet deserves their moment in the spotlight. ✨\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"OMG Finds","offers":[{"title":"Yellow \/ Small - 1.5kg - 2.5kg","offer_id":48108893831331,"sku":"Duck Costume with Leash for Cats-1","price":379.0,"currency_code":"ZAR","in_stock":true},{"title":"Yellow \/ Medium - 2.5kg - 4kg","offer_id":48108893864099,"sku":"Duck Costume with Leash for Cats-2","price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Yellow \/ Large -4kg - 5.5kg","offer_id":48108893896867,"sku":"Duck Costume with Leash for Cats-3","price":420.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/duck-costume-leash-cat.png?v=1788119091"},{"product_id":"french-fries-costume-with-leash-for-cats","title":"French Fries Costume with Leash for Cats | Funny Pet Outfit","description":"\u003cstyle\u003e\n.fries-costume-page {\n  font-family: Arial, Helvetica, sans-serif;\n  color: #191919;\n  background: #fff;\n  line-height: 1.65;\n  max-width: 1100px;\n  margin: 0 auto;\n  overflow: hidden;\n}\n\n.fries-costume-page * {\n  box-sizing: border-box;\n}\n\n\/* HERO *\/\n.fc-hero {\n  position: relative;\n  text-align: center;\n  padding: 70px 25px 58px;\n  margin-bottom: 38px;\n  border-radius: 26px;\n  background: linear-gradient(135deg, #fff8ee, #ffffff, #fff2ed);\n  border: 1px solid #eee2d7;\n  overflow: hidden;\n}\n\n.fc-fries {\n  position: absolute;\n  font-size: 25px;\n  opacity: .3;\n  animation: fcFloat 4s ease-in-out infinite;\n}\n\n.fc-fries.one {\n  top: 25px;\n  left: 8%;\n}\n\n.fc-fries.two {\n  bottom: 25px;\n  right: 9%;\n  font-size: 21px;\n  animation-delay: 1s;\n}\n\n.fc-fries.three {\n  top: 43%;\n  right: 4%;\n  font-size: 15px;\n  animation-delay: 2s;\n}\n\n.fc-fries.four {\n  bottom: 38%;\n  left: 4%;\n  font-size: 15px;\n  animation-delay: .7s;\n}\n\n.fc-tag {\n  display: inline-block;\n  padding: 8px 19px;\n  border-radius: 30px;\n  background: #fff;\n  border: 1px solid #e5d8d1;\n  color: #a33d32;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 20px;\n}\n\n.fc-hero h1 {\n  font-size: 43px;\n  line-height: 1.12;\n  letter-spacing: -1px;\n  margin: 0 0 15px;\n  font-weight: 800;\n}\n\n.fc-hero p {\n  max-width: 740px;\n  margin: auto;\n  color: #6d6d6d;\n  font-size: 17px;\n}\n\n\/* INTRO *\/\n.fc-intro {\n  text-align: center;\n  padding: 5px 20px 40px;\n}\n\n.fc-intro h2 {\n  font-size: 29px;\n  margin: 0 0 10px;\n}\n\n.fc-intro p {\n  max-width: 770px;\n  margin: auto;\n  color: #707070;\n}\n\n\/* BENEFITS *\/\n.fc-benefits {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 45px;\n}\n\n.fc-card {\n  padding: 28px 20px;\n  text-align: center;\n  background: #fffdfb;\n  border: 1px solid #eee4dd;\n  border-radius: 19px;\n  transition: transform .3s ease, box-shadow .3s ease;\n}\n\n.fc-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 14px 30px rgba(100,45,30,.09);\n}\n\n.fc-icon {\n  font-size: 29px;\n  margin-bottom: 11px;\n}\n\n.fc-card h3 {\n  font-size: 16px;\n  margin: 0 0 7px;\n}\n\n.fc-card p {\n  font-size: 13px;\n  color: #747474;\n  margin: 0;\n}\n\n\/* FEATURE *\/\n.fc-feature {\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n  padding: 52px 30px;\n  margin-bottom: 48px;\n  border-radius: 25px;\n  background: linear-gradient(135deg, #fff2e4, #fff9f5, #fff);\n  border: 1px solid #eedbca;\n}\n\n.fc-feature:before {\n  content: \"🍟\";\n  position: absolute;\n  left: 7%;\n  bottom: -17px;\n  font-size: 75px;\n  opacity: .12;\n}\n\n.fc-feature:after {\n  content: \"🍟\";\n  position: absolute;\n  right: 7%;\n  top: -17px;\n  font-size: 70px;\n  opacity: .1;\n}\n\n.fc-feature-badge {\n  display: inline-block;\n  padding: 7px 16px;\n  border-radius: 30px;\n  background: #fff;\n  border: 1px solid #ead8cb;\n  color: #a33d32;\n  font-size: 10px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 17px;\n}\n\n.fc-feature h2 {\n  font-size: 31px;\n  margin: 0 0 12px;\n}\n\n.fc-feature p {\n  max-width: 700px;\n  margin: auto;\n  color: #696969;\n}\n\n\/* SECTIONS *\/\n.fc-section {\n  margin-bottom: 48px;\n}\n\n.fc-title {\n  text-align: center;\n  margin-bottom: 27px;\n}\n\n.fc-title span {\n  display: block;\n  font-size: 10px;\n  color: #a33d32;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 7px;\n}\n\n.fc-title h2 {\n  font-size: 28px;\n  margin: 0;\n}\n\n\/* DETAILS *\/\n.fc-details {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 17px;\n}\n\n.fc-detail {\n  padding: 28px;\n  border-radius: 19px;\n  background: #fafafa;\n  border-left: 3px solid #c84b3d;\n}\n\n.fc-detail strong {\n  display: block;\n  margin-bottom: 6px;\n}\n\n.fc-detail span {\n  color: #686868;\n  font-size: 14px;\n}\n\n\/* LEASH *\/\n.fc-leash {\n  padding: 38px 30px;\n  text-align: center;\n  border-radius: 22px;\n  background: linear-gradient(135deg, #fff7f5, #ffffff);\n  border: 1px solid #eadfdb;\n  margin-bottom: 48px;\n}\n\n.fc-leash h2 {\n  margin: 0 0 10px;\n  font-size: 27px;\n}\n\n.fc-leash p {\n  max-width: 720px;\n  margin: auto;\n  color: #686868;\n}\n\n\/* HOW TO *\/\n.fc-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 17px;\n}\n\n.fc-step {\n  padding: 27px;\n  border: 1px solid #e7e7e7;\n  border-radius: 18px;\n  background: #fff;\n}\n\n.fc-number {\n  width: 39px;\n  height: 39px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: #b64135;\n  color: #fff;\n  font-weight: 700;\n  margin-bottom: 15px;\n}\n\n.fc-step h3 {\n  font-size: 17px;\n  margin: 0 0 7px;\n}\n\n.fc-step p {\n  margin: 0;\n  color: #707070;\n  font-size: 14px;\n}\n\n\/* CARE *\/\n.fc-care {\n  padding: 32px;\n  border-radius: 20px;\n  background: #fafafa;\n  border: 1px solid #e5e5e5;\n  margin-bottom: 30px;\n}\n\n.fc-care h2 {\n  margin-top: 0;\n  font-size: 25px;\n}\n\n.fc-care p {\n  margin: 7px 0;\n  color: #666;\n}\n\n\/* SOURCING *\/\n.fc-source {\n  padding: 24px;\n  border-radius: 17px;\n  background: #fff8f4;\n  border: 1px solid #efddd4;\n  color: #666;\n  font-size: 13px;\n  margin-bottom: 25px;\n}\n\n\/* SAFETY *\/\n.fc-note {\n  padding: 22px;\n  border-radius: 16px;\n  background: #fafafa;\n  border: 1px solid #e6e6e6;\n  color: #666;\n  font-size: 13px;\n  margin-bottom: 42px;\n}\n\n\/* FINAL *\/\n.fc-final {\n  text-align: center;\n  padding: 45px 20px 65px;\n}\n\n.fc-final h2 {\n  font-size: 33px;\n  margin: 0 0 10px;\n}\n\n.fc-final p {\n  color: #707070;\n  margin: 0;\n}\n\n\/* ANIMATION *\/\n@keyframes fcFloat {\n  0%,100% {\n    transform: translateY(0) rotate(0deg);\n  }\n  50% {\n    transform: translateY(-9px) rotate(4deg);\n  }\n}\n\n\/* MOBILE *\/\n@media(max-width:700px) {\n\n  .fc-hero {\n    padding: 50px 18px 42px;\n    border-radius: 19px;\n  }\n\n  .fc-hero h1 {\n    font-size: 31px;\n  }\n\n  .fc-hero p {\n    font-size: 15px;\n  }\n\n  .fc-benefits {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .fc-card:last-child {\n    grid-column: span 2;\n  }\n\n  .fc-feature {\n    padding: 40px 20px;\n    border-radius: 19px;\n  }\n\n  .fc-feature h2 {\n    font-size: 26px;\n  }\n\n  .fc-feature:before,\n  .fc-feature:after {\n    font-size: 40px;\n  }\n\n  .fc-details,\n  .fc-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .fc-leash,\n  .fc-care {\n    padding: 26px 20px;\n  }\n\n  .fc-final h2 {\n    font-size: 28px;\n  }\n}\n\n\/* OMG FIND — FRIES COSTUME TRUST \/ QUALITY *\/\n.fc-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 42px}\n.fc-trust-item{padding:20px 14px;text-align:center;background:#fffdfb;border:1px solid #eee4dd;border-radius:17px;box-shadow:0 8px 22px rgba(100,45,30,.06);transition:.3s ease}\n.fc-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(100,45,30,.11)}\n.fc-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#fff2e8;font-size:21px}\n.fc-trust-item strong{display:block;color:#191919;font-size:14px;margin-bottom:4px}\n.fc-trust-item span{display:block;color:#747474;font-size:12px;line-height:1.5}\n\n.fc-quality{padding:32px 28px;border-radius:22px;background:#fff;border:1px solid #eee2d7;box-shadow:0 10px 30px rgba(100,45,30,.06)}\n.fc-quality-story{padding:27px 25px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#9f382f,#d45a43);color:#fff}\n.fc-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n.fc-quality-story p{margin:0;color:rgba(255,255,255,.9);font-size:14px}\n.fc-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.fc-quality-card{padding:22px;border-radius:17px;background:#fff9f5;border:1px solid #eedbca;border-left:4px solid #c84b3d}\n.fc-quality-card strong{display:block;color:#191919;margin-bottom:6px;font-size:15px}\n.fc-quality-card span{display:block;color:#686868;font-size:13px}\n\n.fc-customer-trust{margin:10px 0 42px;padding:40px 28px;border-radius:24px;background:linear-gradient(135deg,#8f3029,#c84b3d);color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 38px rgba(100,45,30,.18)}\n.fc-customer-trust:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f3a34d,#fff2c7,#f3a34d)}\n.fc-trust-label{display:block;text-align:center;color:#ffe8c5;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n.fc-customer-trust h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n.fc-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.88);font-size:14px}\n.fc-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.fc-customer-card{padding:23px;border-radius:17px;background:#fff;color:#191919}\n.fc-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff2e8;font-size:21px;margin-bottom:11px}\n.fc-customer-card h3{margin:0 0 6px;color:#191919;font-size:16px}\n.fc-customer-card p{margin:0;color:#707070;font-size:13px}\n.fc-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.fc-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.fc-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n.fc-order-promise span{display:block;color:rgba(255,255,255,.88);font-size:13px}\n\n@media(max-width:700px){\n  .fc-trust{grid-template-columns:repeat(2,1fr);padding:0 15px}\n  .fc-quality-grid,.fc-customer-grid{grid-template-columns:1fr}\n  .fc-quality,.fc-customer-trust{padding:28px 18px}\n  .fc-order-promise{flex-direction:column;text-align:center}\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"fries-costume-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"fc-hero\"\u003e\n\n\n\u003cdiv class=\"fc-fries one\"\u003e🍟\u003c\/div\u003e\n\u003cdiv class=\"fc-fries two\"\u003e🍟\u003c\/div\u003e\n\u003cdiv class=\"fc-fries three\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"fc-fries four\"\u003e🍟\u003c\/div\u003e\n\n\u003cdiv class=\"fc-tag\"\u003eFunny • Playful • Photo-Ready\u003c\/div\u003e\n\n\u003ch1\u003eFrench Fries Costume with Leash for Cats 🍟\u003c\/h1\u003e\n\n\u003cp\u003e\n  Fast food never looked this cute! Turn your furry friend into a walking\n  snack with this hilarious French Fries costume — perfect for themed\n  photoshoots, holidays, parties and unforgettable pet moments.\n\u003c\/p\u003e\n\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fc-trust\"\u003e\n    \u003cdiv class=\"fc-trust-item\"\u003e\n\u003cdiv class=\"fc-trust-icon\"\u003e🍟\u003c\/div\u003e\n\u003cstrong\u003eCostume + Leash\u003c\/strong\u003e\u003cspan\u003eIncludes one French fries costume with the matching red leash described on the page.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fc-trust-item\"\u003e\n\u003cdiv class=\"fc-trust-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003eAdjustable Straps\u003c\/strong\u003e\u003cspan\u003eAdjustable straps help you create a secure fit without making the costume too tight.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fc-trust-item\"\u003e\n\u003cdiv class=\"fc-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003ePet Comfort First\u003c\/strong\u003e\u003cspan\u003eDesigned as a lightweight costume accessory for short, supervised wear.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"fc-trust-item\"\u003e\n\u003cdiv class=\"fc-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about the costume, sizing or your order? OMG Find is here to help.\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTRO --\u003e\n\n  \u003csection class=\"fc-intro\"\u003e\n\n\n\u003ch2\u003eSay Hello To Your New Favourite Snack 🍟\u003c\/h2\u003e\n\n\u003cp\u003e\n  Designed to look like a playful box of French fries, this fun pet outfit\n  adds instant personality to your cat's look. Soft fabric, adjustable\n  straps and a matching red leash complete the adorable fast-food theme.\n\u003c\/p\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n\n  \u003csection class=\"fc-benefits\"\u003e\n\n\n\u003cdiv class=\"fc-card\"\u003e\n  \u003cdiv class=\"fc-icon\"\u003e🍟\u003c\/div\u003e\n  \u003ch3\u003eFrench Fry Design\u003c\/h3\u003e\n  \u003cp\u003eA hilarious fries-box look that turns your pet into the cutest snack around.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fc-card\"\u003e\n  \u003cdiv class=\"fc-icon\"\u003e❤️\u003c\/div\u003e\n  \u003ch3\u003eFun Red Details\u003c\/h3\u003e\n  \u003cp\u003eA classic red-and-white fast-food-inspired design made for standout photos.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fc-card\"\u003e\n  \u003cdiv class=\"fc-icon\"\u003e🎀\u003c\/div\u003e\n  \u003ch3\u003eAdjustable Straps\u003c\/h3\u003e\n  \u003cp\u003eDesigned to help create a more secure and comfortable fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fc-card\"\u003e\n  \u003cdiv class=\"fc-icon\"\u003e🔴\u003c\/div\u003e\n  \u003ch3\u003eMatching Leash\u003c\/h3\u003e\n  \u003cp\u003eIncludes a matching red leash to complete the fun costume look.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fc-card\"\u003e\n  \u003cdiv class=\"fc-icon\"\u003e📸\u003c\/div\u003e\n  \u003ch3\u003ePhoto-Ready\u003c\/h3\u003e\n  \u003cp\u003ePerfect for themed photoshoots, parties, holidays and social content.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fc-card\"\u003e\n  \u003cdiv class=\"fc-icon\"\u003e🐱\u003c\/div\u003e\n  \u003ch3\u003eMade For Fun\u003c\/h3\u003e\n  \u003cp\u003eA playful costume accessory for memorable moments with your furry friend.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE --\u003e\n\n  \u003csection class=\"fc-feature\"\u003e\n\n\n\u003cdiv class=\"fc-feature-badge\"\u003eSnack-Time Style\u003c\/div\u003e\n\n\u003ch2\u003eWho Ordered The Cutest Fries? 🍟\u003c\/h2\u003e\n\n\u003cp\u003e\n  From casual photos at home to themed celebrations, this funny costume\n  transforms an ordinary pet moment into something worth photographing.\n  Get your camera ready — this one's going to be hard to resist.\n\u003c\/p\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003csection class=\"fc-section\"\u003e\n\n\n\u003cdiv class=\"fc-title\"\u003e\n  \u003cspan\u003eProduct Details\u003c\/span\u003e\n  \u003ch2\u003eEverything In One Fun Outfit\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fc-details\"\u003e\n\n  \u003cdiv class=\"fc-detail\"\u003e\n    \u003cstrong\u003eCostume Design\u003c\/strong\u003e\n    \u003cspan\u003e\n      Soft fabric fries-box design created for a fun, playful pet costume look.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fc-detail\"\u003e\n    \u003cstrong\u003eAdjustable Straps\u003c\/strong\u003e\n    \u003cspan\u003e\n      Adjustable straps help you create a more comfortable fit for your pet.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fc-detail\"\u003e\n    \u003cstrong\u003eInner Construction\u003c\/strong\u003e\n    \u003cspan\u003e\n      Designed as a lightweight costume accessory for supervised wear.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fc-detail\"\u003e\n    \u003cstrong\u003eIncluded\u003c\/strong\u003e\n    \u003cspan\u003e\n      One French fries costume with matching red leash.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- LEASH --\u003e\n\n  \u003csection class=\"fc-leash\"\u003e\n\n\n\u003ch2\u003eComplete The Look With The Matching Leash ❤️\u003c\/h2\u003e\n\n\u003cp\u003e\n  The included red leash adds the perfect finishing touch to the fast-food\n  theme. For your pet's comfort and safety, make sure all straps are fitted\n  correctly and supervise your pet whenever the costume or leash is being used.\n\u003c\/p\u003e\n\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"fc-section\"\u003e\n    \u003cdiv class=\"fc-title\"\u003e\n      \u003cspan\u003eQuality \u0026amp; Comfort\u003c\/span\u003e\n      \u003ch2\u003eA Fun Costume, Clearly Explained 🍟\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fc-quality\"\u003e\n      \u003cdiv class=\"fc-quality-story\"\u003e\n        \u003ch3\u003eMore Than Just A Funny Photo\u003c\/h3\u003e\n        \u003cp\u003eThe fries-box costume combines soft fabric, adjustable straps and a matching red leash for a coordinated novelty look. The construction is intended for supervised costume wear, with fit and comfort checked before and during use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fc-quality-grid\"\u003e\n        \u003cdiv class=\"fc-quality-card\"\u003e\n\u003cstrong\u003e☁️ Soft Fabric Costume\u003c\/strong\u003e\u003cspan\u003eThe fries-box body is described as soft fabric, creating the playful shape without presenting it as everyday pet clothing.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"fc-quality-card\"\u003e\n\u003cstrong\u003e🎀 Adjustable Strap Fit\u003c\/strong\u003e\u003cspan\u003eUse the adjustable straps to position the costume securely while making sure they are not too tight.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"fc-quality-card\"\u003e\n\u003cstrong\u003e❤️ Matching Red Leash Included\u003c\/strong\u003e\u003cspan\u003eThe included leash completes the costume theme. Use it only when appropriate for your pet and under close supervision.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"fc-quality-card\"\u003e\n\u003cstrong\u003e🐾 Supervised Costume Wear\u003c\/strong\u003e\u003cspan\u003eIntroduce the costume gradually, check all straps before use and remove it if your pet shows discomfort or distress.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- HOW TO WEAR --\u003e\n\n  \u003csection class=\"fc-section\"\u003e\n\n\n\u003cdiv class=\"fc-title\"\u003e\n  \u003cspan\u003eSimple Setup\u003c\/span\u003e\n  \u003ch2\u003eHow To Get The Look\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fc-steps\"\u003e\n\n  \u003cdiv class=\"fc-step\"\u003e\n    \u003cdiv class=\"fc-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003ePlace\u003c\/h3\u003e\n    \u003cp\u003eGently place the costume onto your pet and position the straps correctly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fc-step\"\u003e\n    \u003cdiv class=\"fc-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eAdjust\u003c\/h3\u003e\n    \u003cp\u003eAdjust the straps so the costume feels secure without being too tight.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fc-step\"\u003e\n    \u003cdiv class=\"fc-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eSnap Away\u003c\/h3\u003e\n    \u003cp\u003eGrab your camera and capture your little walking snack. 🍟📸\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- CARE --\u003e\n\n  \u003csection class=\"fc-care\"\u003e\n\n\n\u003ch2\u003eCare Instructions 🫧\u003c\/h2\u003e\n\n\u003cp\u003e\n  \u003cstrong\u003eWash:\u003c\/strong\u003e Hand wash cold.\n\u003c\/p\u003e\n\n\u003cp\u003e\n  \u003cstrong\u003eDry:\u003c\/strong\u003e Air dry only. Do not tumble dry.\n\u003c\/p\u003e\n\n\u003cp\u003e\n  \u003cstrong\u003ePrinted Areas:\u003c\/strong\u003e Do not iron directly over printed sections.\n\u003c\/p\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- SOURCING --\u003e\n\n  \u003cdiv class=\"fc-source\"\u003e\n\n\n\u003cstrong\u003eSourcing \u0026amp; Sizing:\u003c\/strong\u003e\nDesigned and manufactured by our pet accessories supplier partner.\nEach piece is hand-measured, so sizing may vary slightly by approximately\n±3 cm.\n\n\n  \u003c\/div\u003e\n\n  \u003c!-- SAFETY --\u003e\n\n  \u003cdiv class=\"fc-note\"\u003e\n\n\n\u003cstrong\u003ePet Safety:\u003c\/strong\u003e\nThis is a costume accessory and should be introduced gradually and used\nunder supervision. Remove it if your pet shows signs of discomfort or\ndistress. Check all straps before use and never leave your pet unattended\nwhile wearing the costume. The included leash should only be used if\nappropriate for your pet and under close supervision.\n\n\n  \u003c\/div\u003e\n\n\n  \u003csection class=\"fc-customer-trust\"\u003e\n    \u003cspan class=\"fc-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"fc-customer-intro\"\u003eBuying a pet costume online can come with questions. That's why we provide clear product information, fit guidance, care instructions, sizing notes and support to help you make an informed choice.\u003c\/p\u003e\n\n    \u003cdiv class=\"fc-customer-grid\"\u003e\n      \u003cdiv class=\"fc-customer-card\"\u003e\n\u003cdiv class=\"fc-customer-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eWhat's Included Is Clear\u003c\/h3\u003e\n\u003cp\u003eThe product page states that the set includes one French fries costume and matching red leash, so you know what you're ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"fc-customer-card\"\u003e\n\u003cdiv class=\"fc-customer-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003eClear Sizing Information\u003c\/h3\u003e\n\u003cp\u003eEach piece is hand-measured, and the supplied sizing information notes that measurements may vary by approximately ±3 cm.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"fc-customer-card\"\u003e\n\u003cdiv class=\"fc-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n\u003cp\u003eWe include supervised-use guidance, strap checks and reminders to remove the costume if your pet becomes uncomfortable.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"fc-customer-card\"\u003e\n\u003cdiv class=\"fc-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the costume, sizing 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=\"fc-order-promise\"\u003e\n      \u003cdiv class=\"fc-order-promise-icon\"\u003e🍟\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your costume 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\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n\n  \u003csection class=\"fc-final\"\u003e\n\n\n\u003ch2\u003eExtra Crispy On The Cuteness. 🍟\u003c\/h2\u003e\n\n\u003cp\u003e\n  One costume. One furry friend. An endless supply of hilarious photos.\n\u003c\/p\u003e\n\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Red \/ Small - 1.5kg - 2.5kg","offer_id":48042424631459,"sku":"French Fries Costume with Leash for Cats","price":379.0,"currency_code":"ZAR","in_stock":true},{"title":"Red \/ Medium - 2.5kg - 4kg","offer_id":48108890325155,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Red \/ Large - 4kg - 5.5kg","offer_id":48108890357923,"sku":null,"price":420.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/French-fries-costume-leash-cat.png?v=1788119048"},{"product_id":"curly-blue-wig-for-dogs-funny-pet-costume-wig","title":"Curly Blue Wig for Dogs | Funny Pet Costume Wig","description":"\u003cstyle\u003e\n  .cbw-page{\n    font-family:Arial,Helvetica,sans-serif;\n    color:#20242a;\n    background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);\n    line-height:1.6;\n    overflow:hidden;\n  }\n\n  .cbw-hero{\n    text-align:center;\n    padding:58px 22px 52px;\n    background:radial-gradient(circle at top,#dcecff 0%,#f7fbff 42%,#ffffff 75%);\n    border-radius:24px;\n    margin-bottom:28px;\n    animation:cbwFade 1s ease;\n  }\n\n  .cbw-tag{\n    display:inline-block;\n    padding:7px 16px;\n    border-radius:30px;\n    background:#e7f1ff;\n    color:#1769c2;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1.4px;\n    text-transform:uppercase;\n    margin-bottom:16px;\n  }\n\n  .cbw-hero h1{\n    font-size:38px;\n    line-height:1.15;\n    margin:0 0 14px;\n    color:#111820;\n    letter-spacing:-.8px;\n  }\n\n  .cbw-hero p{\n    max-width:650px;\n    margin:0 auto;\n    font-size:17px;\n    color:#596574;\n  }\n\n  .cbw-blue-stars{\n    margin-top:20px;\n    font-size:20px;\n    letter-spacing:8px;\n    animation:cbwFloat 3s ease-in-out infinite;\n  }\n\n  .cbw-section{\n    max-width:1050px;\n    margin:0 auto;\n    padding:42px 20px;\n  }\n\n  .cbw-intro{\n    text-align:center;\n    max-width:760px;\n    margin:0 auto 38px;\n  }\n\n  .cbw-intro h2,\n  .cbw-section-title{\n    font-size:29px;\n    line-height:1.2;\n    margin:0 0 12px;\n    color:#151b22;\n  }\n\n  .cbw-intro p{\n    margin:0;\n    color:#66717f;\n    font-size:16px;\n  }\n\n  .cbw-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n  }\n\n  .cbw-card{\n    background:#fff;\n    border:1px solid #e2eaf4;\n    border-radius:18px;\n    padding:24px 20px;\n    box-shadow:0 8px 25px rgba(34,91,145,.07);\n    transition:transform .3s ease,box-shadow .3s ease;\n    animation:cbwUp .8s ease both;\n  }\n\n  .cbw-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 14px 30px rgba(34,91,145,.13);\n  }\n\n  .cbw-icon{\n    width:44px;\n    height:44px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:14px;\n    background:#eaf3ff;\n    font-size:22px;\n    margin-bottom:15px;\n  }\n\n  .cbw-card h3{\n    margin:0 0 7px;\n    font-size:17px;\n    color:#171d24;\n  }\n\n  .cbw-card p{\n    margin:0;\n    color:#697583;\n    font-size:14px;\n  }\n\n  .cbw-feature{\n    max-width:1000px;\n    margin:18px auto 40px;\n    padding:42px 25px;\n    text-align:center;\n    background:linear-gradient(135deg,#f0f7ff,#ffffff);\n    border:1px solid #d9e8f8;\n    border-radius:24px;\n    box-shadow:0 12px 35px rgba(35,103,171,.08);\n    position:relative;\n    overflow:hidden;\n  }\n\n  .cbw-feature:before{\n    content:\"💙 ✨\";\n    position:absolute;\n    top:16px;\n    right:24px;\n    font-size:17px;\n    opacity:.7;\n  }\n\n  .cbw-feature:after{\n    content:\"✨\";\n    position:absolute;\n    bottom:18px;\n    left:28px;\n    font-size:18px;\n    opacity:.55;\n  }\n\n  .cbw-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:#2475c9;\n    margin-bottom:10px;\n  }\n\n  .cbw-feature h2{\n    margin:0 0 10px;\n    font-size:28px;\n    color:#151b22;\n  }\n\n  .cbw-feature p{\n    max-width:650px;\n    margin:0 auto;\n    color:#5f6b79;\n  }\n\n  .cbw-details{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:18px;\n    margin-top:25px;\n  }\n\n  .cbw-detail{\n    background:#fff;\n    border:1px solid #e4e9ef;\n    border-radius:18px;\n    padding:24px;\n  }\n\n  .cbw-detail strong{\n    display:block;\n    color:#1769c2;\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:1px;\n    margin-bottom:5px;\n  }\n\n  .cbw-detail p{\n    margin:0;\n    color:#586574;\n    font-size:15px;\n  }\n\n  .cbw-steps{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:28px;\n  }\n\n  .cbw-step{\n    text-align:center;\n    padding:25px 18px;\n    background:#f8fbff;\n    border-radius:18px;\n    border:1px solid #e0ebf7;\n  }\n\n  .cbw-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:#1976d2;\n    color:#fff;\n    font-weight:700;\n  }\n\n  .cbw-step h3{\n    margin:0 0 6px;\n    font-size:16px;\n  }\n\n  .cbw-step p{\n    margin:0;\n    color:#687482;\n    font-size:14px;\n  }\n\n  .cbw-care{\n    background:#fff;\n    border:1px solid #e2e8ef;\n    border-radius:20px;\n    padding:28px;\n    margin-top:25px;\n  }\n\n  .cbw-care ul{\n    margin:14px 0 0;\n    padding-left:20px;\n    color:#596674;\n  }\n\n  .cbw-safety{\n    margin-top:25px;\n    padding:20px;\n    border-radius:16px;\n    background:#f4f8fc;\n    border-left:4px solid #2b78c5;\n    color:#596674;\n    font-size:14px;\n  }\n\n  .cbw-final{\n    text-align:center;\n    padding:48px 20px 58px;\n    margin-top:20px;\n    background:linear-gradient(135deg,#eaf4ff,#ffffff);\n    border-radius:24px;\n  }\n\n  .cbw-final h2{\n    margin:0 0 9px;\n    font-size:30px;\n    color:#111820;\n  }\n\n  .cbw-final p{\n    margin:0;\n    color:#65717e;\n  }\n\n  @keyframes cbwFade{\n    from{opacity:0;transform:translateY(12px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes cbwUp{\n    from{opacity:0;transform:translateY(18px)}\n    to{opacity:1;transform:translateY(0)}\n  }\n\n  @keyframes cbwFloat{\n    0%,100%{transform:translateY(0)}\n    50%{transform:translateY(-5px)}\n  }\n\n  @media(max-width:700px){\n    .cbw-hero{\n      padding:42px 18px 38px;\n      border-radius:18px;\n    }\n\n    .cbw-hero h1{\n      font-size:29px;\n    }\n\n    .cbw-hero p{\n      font-size:15px;\n    }\n\n    .cbw-section{\n      padding:32px 15px;\n    }\n\n    .cbw-intro h2,\n    .cbw-section-title{\n      font-size:25px;\n    }\n\n    .cbw-grid,\n    .cbw-details,\n    .cbw-steps{\n      grid-template-columns:1fr;\n    }\n\n    .cbw-feature{\n      margin:10px 15px 30px;\n      padding:34px 20px;\n      border-radius:19px;\n    }\n\n    .cbw-feature h2{\n      font-size:24px;\n    }\n\n    .cbw-final{\n      border-radius:18px;\n      padding:40px 18px 45px;\n    }\n\n    .cbw-final h2{\n      font-size:26px;\n    }\n  }\n\n  \/* OMG FIND — TRUST \u0026 QUALITY *\/\n  .cbw-trust{max-width:1050px;margin:0 auto 10px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}\n  .cbw-trust-item{padding:20px 14px;text-align:center;border-radius:17px;background:#fff;border:1px solid #e2eaf4;box-shadow:0 8px 22px rgba(34,91,145,.06);transition:.3s ease}\n  .cbw-trust-item:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(34,91,145,.12)}\n  .cbw-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#eaf3ff;font-size:21px}\n  .cbw-trust-item strong{display:block;color:#151b22;font-size:14px;margin-bottom:4px}\n  .cbw-trust-item span{display:block;color:#66717f;font-size:12px;line-height:1.5}\n\n  .cbw-quality{background:#fff;border:1px solid #e2eaf4;border-radius:22px;padding:32px 28px;box-shadow:0 10px 30px rgba(34,91,145,.06)}\n  .cbw-quality-story{padding:27px 25px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#111820,#1769c2);color:#fff}\n  .cbw-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n  .cbw-quality-story p{margin:0;color:rgba(255,255,255,.86);font-size:14px}\n  .cbw-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .cbw-quality-card{padding:22px;border-radius:17px;background:#f8fbff;border:1px solid #e0ebf7;border-left:4px solid #1976d2}\n  .cbw-quality-card strong{display:block;color:#151b22;margin-bottom:6px;font-size:15px}\n  .cbw-quality-card span{display:block;color:#66717f;font-size:13px}\n\n  .cbw-customer-trust{max-width:1000px;margin:10px auto 40px;padding:40px 28px;border-radius:24px;background:linear-gradient(135deg,#111820,#1769c2);color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 38px rgba(34,91,145,.18)}\n  .cbw-customer-trust:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#68aef4,#fff,#68aef4)}\n  .cbw-trust-label{display:block;text-align:center;color:#d7eaff;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n  .cbw-customer-trust h2{text-align:center;margin:0 0 10px;color:#fff;font-size:30px}\n  .cbw-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.80);font-size:14px}\n  .cbw-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n  .cbw-customer-card{padding:23px;border-radius:17px;background:#fff;color:#151b22}\n  .cbw-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eaf3ff;font-size:21px;margin-bottom:11px}\n  .cbw-customer-card h3{margin:0 0 6px;color:#151b22;font-size:16px}\n  .cbw-customer-card p{margin:0;color:#66717f;font-size:13px}\n  .cbw-order-promise{display:flex;align-items:center;gap:17px;margin-top:16px;padding:22px;border-radius:17px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.17)}\n  .cbw-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  .cbw-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}\n  .cbw-order-promise span{display:block;color:rgba(255,255,255,.80);font-size:13px}\n\n  @media(max-width:700px){\n    .cbw-trust{grid-template-columns:repeat(2,1fr);padding:0 15px}\n    .cbw-quality-grid,.cbw-customer-grid{grid-template-columns:1fr}\n    .cbw-quality,.cbw-customer-trust{padding:28px 18px}\n    .cbw-customer-trust{margin-left:15px;margin-right:15px}\n    .cbw-order-promise{flex-direction:column;text-align:center}\n  }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"cbw-page\"\u003e\n\n  \u003cdiv class=\"cbw-hero\"\u003e\n    \u003cdiv class=\"cbw-tag\"\u003eBold • Funny • Photo-Ready\u003c\/div\u003e\n    \u003ch1\u003eCurly Blue Wig for Dogs 🐾\u003c\/h1\u003e\n    \u003cp\u003eBlue and bold! Give your pup an instant personality upgrade with vibrant curls made for parties, photos, costume days and plenty of laughs.\u003c\/p\u003e\n    \u003cdiv class=\"cbw-blue-stars\"\u003e💙 ✨ 💙\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- TRUST BADGES --\u003e\n  \u003cdiv class=\"cbw-trust\"\u003e\n    \u003cdiv class=\"cbw-trust-item\"\u003e\n\u003cdiv class=\"cbw-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\u003cspan\u003eDesigned to sit gently on your pet's head during supervised wear.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"cbw-trust-item\"\u003e\n\u003cdiv class=\"cbw-trust-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\u003cspan\u003eElastic rope helps you adjust the wig for a more comfortable fit.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"cbw-trust-item\"\u003e\n\u003cdiv class=\"cbw-trust-icon\"\u003e🪶\u003c\/div\u003e\n\u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\u003cspan\u003eLightweight construction without unnecessary bulk on your pet's head.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"cbw-trust-item\"\u003e\n\u003cdiv class=\"cbw-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about the wig 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=\"cbw-section\"\u003e\n    \u003cdiv class=\"cbw-intro\"\u003e\n      \u003ch2\u003eNew Hair. New Personality. 💙\u003c\/h2\u003e\n      \u003cp\u003e\n        Turn an ordinary day into a memorable one with this playful curly blue wig.\n        The vibrant colour and fun texture create an instant head-turning look for your furry friend.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cdiv class=\"cbw-grid\"\u003e\n\n  \u003cdiv class=\"cbw-card\"\u003e\n    \u003cdiv class=\"cbw-icon\"\u003e💙\u003c\/div\u003e\n    \u003ch3\u003eVibrant Blue Curls\u003c\/h3\u003e\n    \u003cp\u003eBold blue curls create a fun and eye-catching look that stands out in every photo.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-card\"\u003e\n    \u003cdiv class=\"cbw-icon\"\u003e✨\u003c\/div\u003e\n    \u003ch3\u003eInstant Makeover\u003c\/h3\u003e\n    \u003cp\u003eGive your pup a completely different look in seconds — without changing their actual hairstyle.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-card\"\u003e\n    \u003cdiv class=\"cbw-icon\"\u003e🎉\u003c\/div\u003e\n    \u003ch3\u003eParty Ready\u003c\/h3\u003e\n    \u003cp\u003ePerfect for birthdays, festivals, costume days, celebrations and silly photo moments.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-card\"\u003e\n    \u003cdiv class=\"cbw-icon\"\u003e📸\u003c\/div\u003e\n    \u003ch3\u003ePhoto-Ready\u003c\/h3\u003e\n    \u003cp\u003eMade for funny snapshots, social media content and unforgettable pet photoshoots.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-card\"\u003e\n    \u003cdiv class=\"cbw-icon\"\u003e🎀\u003c\/div\u003e\n    \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n    \u003cp\u003eThe elastic rope allows you to adjust the fit for a more secure feel during supervised wear.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-card\"\u003e\n    \u003cdiv class=\"cbw-icon\"\u003e🐾\u003c\/div\u003e\n    \u003ch3\u003eSoft Inner Net\u003c\/h3\u003e\n    \u003cp\u003eThe soft inner net is designed to sit comfortably on your pet's head.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-feature\"\u003e\n    \u003cspan\u003eBlue Style • Big Personality\u003c\/span\u003e\n    \u003ch2\u003ePrepare For The Funniest Photos 💙\u003c\/h2\u003e\n    \u003cp\u003e\n      One little wig. One very different-looking pup.\n      Add a splash of colour to their next celebration and let the personality do the rest.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-section\"\u003e\n    \u003ch2 class=\"cbw-section-title\"\u003eProduct Details\u003c\/h2\u003e\n\n\n\u003cdiv class=\"cbw-details\"\u003e\n\n  \u003cdiv class=\"cbw-detail\"\u003e\n    \u003cstrong\u003eMaterial\u003c\/strong\u003e\n    \u003cp\u003eHigh-temperature resistant fibre\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-detail\"\u003e\n    \u003cstrong\u003eWeight\u003c\/strong\u003e\n    \u003cp\u003eApproximately 40g\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-detail\"\u003e\n    \u003cstrong\u003eFit\u003c\/strong\u003e\n    \u003cp\u003eAdjustable elastic rope for a flexible fit\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-detail\"\u003e\n    \u003cstrong\u003eDesign\u003c\/strong\u003e\n    \u003cp\u003eVibrant blue curly wig with soft inner net\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \n  \u003c!-- QUALITY \u0026 COMFORT --\u003e\n  \u003cdiv class=\"cbw-section\"\u003e\n    \u003cdiv class=\"cbw-intro\"\u003e\n      \u003ch2\u003eDesigned For The Look — With Comfort In Mind\u003c\/h2\u003e\n      \u003cp\u003eA bold costume transformation can still be lightweight, adjustable and clearly explained.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cbw-quality\"\u003e\n      \u003cdiv class=\"cbw-quality-story\"\u003e\n        \u003ch3\u003eMore Than Just A Funny Wig\u003c\/h3\u003e\n        \u003cp\u003eThis Curly Blue Wig combines vibrant curls with an approximately 40g construction, soft inner net and adjustable elastic rope. The aim is an eye-catching transformation without unnecessary bulk.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cbw-quality-grid\"\u003e\n        \u003cdiv class=\"cbw-quality-card\"\u003e\n\u003cstrong\u003e🐾 Soft Inner Net\u003c\/strong\u003e\u003cspan\u003eThe inner net provides a softer surface where the wig sits against your pet's head.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cbw-quality-card\"\u003e\n\u003cstrong\u003e🎀 Adjustable Elastic Rope\u003c\/strong\u003e\u003cspan\u003eThe elastic rope allows you to adjust the fit rather than relying on a completely fixed fit. Never overtighten it.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cbw-quality-card\"\u003e\n\u003cstrong\u003e🪶 Lightweight Construction\u003c\/strong\u003e\u003cspan\u003eAt approximately 40g, the wig creates a noticeable costume look without unnecessary weight.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cbw-quality-card\"\u003e\n\u003cstrong\u003e🧼 Reusable Costume Accessory\u003c\/strong\u003e\u003cspan\u003eGentle handling, hand washing and natural air drying can help maintain the curls and overall appearance between uses.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003cdiv class=\"cbw-section\"\u003e\n    \u003cdiv class=\"cbw-intro\"\u003e\n      \u003ch2\u003eGet The Look In 3 Easy Steps\u003c\/h2\u003e\n      \u003cp\u003eKeep it simple, keep it fun and always introduce costume accessories gradually.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cdiv class=\"cbw-steps\"\u003e\n\n  \u003cdiv class=\"cbw-step\"\u003e\n    \u003cdiv class=\"cbw-number\"\u003e1\u003c\/div\u003e\n    \u003ch3\u003ePlace\u003c\/h3\u003e\n    \u003cp\u003eGently place the wig over your pet's head.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-step\"\u003e\n    \u003cdiv class=\"cbw-number\"\u003e2\u003c\/div\u003e\n    \u003ch3\u003eAdjust\u003c\/h3\u003e\n    \u003cp\u003eUse the elastic rope to create a comfortable, secure fit.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-step\"\u003e\n    \u003cdiv class=\"cbw-number\"\u003e3\u003c\/div\u003e\n    \u003ch3\u003eStrike A Pose\u003c\/h3\u003e\n    \u003cp\u003eCapture the moment and enjoy their brand-new look! 📸\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cbw-section\"\u003e\n    \u003cdiv class=\"cbw-feature\"\u003e\n      \u003cspan\u003eWarning: Main Character Energy\u003c\/span\u003e\n      \u003ch2\u003eToo Much Blue. Too Much Personality. 💙✨\u003c\/h2\u003e\n      \u003cp\u003e\n        From party guest to social-media superstar, this wig is made for pups who were born to steal the spotlight.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cdiv class=\"cbw-care\"\u003e\n  \u003ch2 class=\"cbw-section-title\"\u003eCare Instructions\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eHand wash gently with warm water.\u003c\/li\u003e\n    \u003cli\u003eAir dry naturally.\u003c\/li\u003e\n    \u003cli\u003eAvoid high heat.\u003c\/li\u003e\n    \u003cli\u003eDo not machine wash or tumble dry.\u003c\/li\u003e\n    \u003cli\u003eHandle the curls gently to help maintain their shape.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cbw-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 wig gradually and remove it if your pet shows signs of discomfort, stress or irritation. Do not allow your pet to chew or ingest the wig or elastic rope. Never leave your pet unattended while wearing it.\n\u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SHOP WITH CONFIDENCE --\u003e\n  \u003cdiv class=\"cbw-customer-trust\"\u003e\n    \u003cspan class=\"cbw-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"cbw-customer-intro\"\u003eBuying a pet costume online can come with questions. That's why we provide clear product information, fit guidance, care instructions and support to help you make an informed choice.\u003c\/p\u003e\n    \u003cdiv class=\"cbw-customer-grid\"\u003e\n      \u003cdiv class=\"cbw-customer-card\"\u003e\n\u003cdiv class=\"cbw-customer-icon\"\u003e📋\u003c\/div\u003e\n\u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\u003cp\u003eWe explain the material, approximate weight, adjustable design and inner construction so you know more about what you're ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cbw-customer-card\"\u003e\n\u003cdiv class=\"cbw-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n\u003cp\u003eWe provide wearing and safety guidance because costume time should only continue while your pet remains comfortable and supervised.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cbw-customer-card\"\u003e\n\u003cdiv class=\"cbw-customer-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n\u003cp\u003eYou'll know how to gently wash, dry and handle the wig to help maintain the curls and overall appearance between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cbw-customer-card\"\u003e\n\u003cdiv class=\"cbw-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the wig, fit 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    \u003cdiv class=\"cbw-order-promise\"\u003e\n      \u003cdiv class=\"cbw-order-promise-icon\"\u003e💙\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your wig 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=\"cbw-final\"\u003e\n    \u003ch2\u003eBig Blue Curls. Bigger Personality. 💙\u003c\/h2\u003e\n    \u003cp\u003eBecause sometimes your pup just needs a completely ridiculous new look. ✨🐾\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Blue","offer_id":48042621534371,"sku":"Curly Blue Wig for Dogs - Funny Pet Costume Wig","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/curly-blue-wig-for-dogs.png?v=1788118957"},{"product_id":"blue-ribbon-pigtails-wig-for-dogs-blonde-costume-wig","title":"Blue Ribbon \u0026 Pigtails Wig for Dogs | Blonde Costume Wig","description":"\u003cstyle\u003e\n  .bluepigwig-page {\n    font-family: Arial, Helvetica, sans-serif;\n    color: #243247;\n    background: #fff;\n    line-height: 1.6;\n    max-width: 1000px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  .bluepigwig-page * {\n    box-sizing: border-box;\n  }\n\n  .bluepigwig-hero {\n    text-align: center;\n    padding: 55px 25px;\n    background: linear-gradient(135deg, #eef5ff, #ffffff, #e7f0ff);\n    border-radius: 22px;\n    margin-bottom: 30px;\n    border: 1px solid #d7e4f5;\n    animation: pigFade 1s ease;\n  }\n\n  .bluepigwig-tag {\n    display: inline-block;\n    padding: 7px 16px;\n    border-radius: 30px;\n    background: #4777b8;\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n\n  .bluepigwig-hero h1 {\n    font-size: 42px;\n    line-height: 1.15;\n    margin: 0 0 15px;\n    color: #243247;\n    font-weight: 800;\n  }\n\n  .bluepigwig-hero p {\n    max-width: 680px;\n    margin: 0 auto;\n    font-size: 18px;\n    color: #607087;\n  }\n\n  .bluepigwig-ribbons {\n    margin-top: 20px;\n    font-size: 23px;\n    letter-spacing: 8px;\n    animation: pigFloat 3s ease-in-out infinite;\n  }\n\n  .bluepigwig-intro {\n    text-align: center;\n    padding: 25px 20px 40px;\n  }\n\n  .bluepigwig-intro h2 {\n    font-size: 30px;\n    color: #243247;\n    margin-bottom: 10px;\n  }\n\n  .bluepigwig-intro p {\n    max-width: 760px;\n    margin: auto;\n    color: #607087;\n    font-size: 16px;\n  }\n\n  .bluepigwig-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 20px 0 40px;\n  }\n\n  .bluepigwig-card {\n    background: #fbfdff;\n    border: 1px solid #dce6f3;\n    border-radius: 18px;\n    padding: 25px 18px;\n    text-align: center;\n    transition: all .3s ease;\n    animation: pigFadeUp .8s ease;\n  }\n\n  .bluepigwig-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 30px rgba(50, 90, 140, .10);\n  }\n\n  .bluepigwig-icon {\n    font-size: 30px;\n    margin-bottom: 10px;\n  }\n\n  .bluepigwig-card h3 {\n    font-size: 17px;\n    margin: 8px 0;\n    color: #243247;\n  }\n\n  .bluepigwig-card p {\n    font-size: 14px;\n    color: #68778c;\n    margin: 0;\n  }\n\n  .bluepigwig-feature {\n    background: linear-gradient(135deg, #edf5ff, #ffffff);\n    border: 1px solid #d4e2f4;\n    border-radius: 22px;\n    padding: 45px 30px;\n    text-align: center;\n    margin: 35px 0;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bluepigwig-feature:before {\n    content: \"🎀  ✦  🎀  ✦  🎀\";\n    position: absolute;\n    top: 12px;\n    left: 0;\n    right: 0;\n    color: #7194bd;\n    font-size: 13px;\n    letter-spacing: 5px;\n  }\n\n  .bluepigwig-feature-badge {\n    display: inline-block;\n    background: #4777b8;\n    color: #fff;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 15px;\n  }\n\n  .bluepigwig-feature h2 {\n    font-size: 30px;\n    margin: 0 0 10px;\n    color: #243247;\n  }\n\n  .bluepigwig-feature p {\n    max-width: 700px;\n    margin: auto;\n    color: #607087;\n  }\n\n  .bluepigwig-section {\n    padding: 25px 10px;\n  }\n\n  .bluepigwig-section h2 {\n    text-align: center;\n    font-size: 28px;\n    margin-bottom: 25px;\n    color: #243247;\n  }\n\n  .bluepigwig-details {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n  }\n\n  .bluepigwig-detail {\n    background: #fff;\n    border: 1px solid #dce5f1;\n    border-radius: 16px;\n    padding: 22px 15px;\n    text-align: center;\n    transition: transform .3s ease, box-shadow .3s ease;\n  }\n\n  .bluepigwig-detail:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 25px rgba(50, 90, 140, .08);\n  }\n\n  .bluepigwig-detail strong {\n    display: block;\n    color: #243247;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .bluepigwig-detail span {\n    font-size: 13px;\n    color: #68778c;\n  }\n\n  .bluepigwig-fit {\n    background: #f5f9ff;\n    border-radius: 20px;\n    padding: 32px 25px;\n    margin: 25px 0;\n    text-align: center;\n    border: 1px solid #d7e4f2;\n  }\n\n  .bluepigwig-fit h3 {\n    margin-top: 0;\n    font-size: 23px;\n    color: #243247;\n  }\n\n  .bluepigwig-fit p {\n    max-width: 700px;\n    margin: auto;\n    color: #65748a;\n    font-size: 14px;\n  }\n\n  .bluepigwig-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 20px 0 35px;\n  }\n\n  .bluepigwig-step {\n    text-align: center;\n    padding: 25px 15px;\n    background: #fff;\n    border-radius: 18px;\n    border: 1px solid #dfe7f1;\n  }\n\n  .bluepigwig-step-number {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    background: #4777b8;\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 12px;\n    font-weight: 700;\n  }\n\n  .bluepigwig-step h3 {\n    font-size: 16px;\n    margin: 5px 0;\n    color: #243247;\n  }\n\n  .bluepigwig-step p {\n    font-size: 13px;\n    color: #68778c;\n    margin: 0;\n  }\n\n  .bluepigwig-care {\n    background: #f3f7fc;\n    border-radius: 20px;\n    padding: 30px;\n    margin: 30px 0;\n    border-left: 4px solid #4777b8;\n  }\n\n  .bluepigwig-care h2 {\n    text-align: left;\n    margin-top: 0;\n    font-size: 23px;\n  }\n\n  .bluepigwig-care ul {\n    margin: 0;\n    padding-left: 20px;\n    color: #607087;\n  }\n\n  .bluepigwig-safety {\n    background: #fff;\n    border: 1px solid #dbe4ef;\n    border-radius: 18px;\n    padding: 25px;\n    margin: 30px 0;\n    text-align: center;\n  }\n\n  .bluepigwig-safety h3 {\n    margin-top: 0;\n    color: #243247;\n  }\n\n  .bluepigwig-safety p {\n    color: #68778c;\n    font-size: 14px;\n    max-width: 720px;\n    margin: auto;\n  }\n\n  .bluepigwig-final {\n    text-align: center;\n    padding: 45px 20px;\n    background: linear-gradient(135deg, #e6f0ff, #ffffff);\n    border-radius: 22px;\n    margin-top: 35px;\n  }\n\n  .bluepigwig-final h2 {\n    font-size: 32px;\n    color: #243247;\n    margin: 0 0 10px;\n  }\n\n  .bluepigwig-final p {\n    color: #607087;\n    margin: 0;\n  }\n\n  @keyframes pigFade {\n    from {\n      opacity: 0;\n      transform: translateY(15px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes pigFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(20px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes pigFloat {\n    0%, 100% {\n      transform: translateY(0);\n    }\n    50% {\n      transform: translateY(-5px);\n    }\n  }\n\n  @media (max-width: 700px) {\n    .bluepigwig-hero {\n      padding: 40px 18px;\n    }\n\n    .bluepigwig-hero h1 {\n      font-size: 31px;\n    }\n\n    .bluepigwig-hero p {\n      font-size: 16px;\n    }\n\n    .bluepigwig-intro h2,\n    .bluepigwig-feature h2 {\n      font-size: 25px;\n    }\n\n    .bluepigwig-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n    }\n\n    .bluepigwig-card {\n      padding: 20px 12px;\n    }\n\n    .bluepigwig-details {\n      grid-template-columns: 1fr;\n    }\n\n    .bluepigwig-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .bluepigwig-feature {\n      padding: 40px 20px;\n    }\n\n    .bluepigwig-care {\n      padding: 25px 20px;\n    }\n\n    .bluepigwig-final h2 {\n      font-size: 27px;\n    }\n  }\n\n  @media (max-width: 430px) {\n    .bluepigwig-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .bluepigwig-hero h1 {\n      font-size: 28px;\n    }\n  }\n\n  \/* =========================================================\n     OMG FIND — TRUST BADGES\n  ========================================================= *\/\n\n  .bluepigwig-trust {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin: 0 0 35px;\n  }\n\n  .bluepigwig-trust-item {\n    padding: 20px 14px;\n    text-align: center;\n    border-radius: 17px;\n    background: #fbfdff;\n    border: 1px solid #dce6f3;\n    box-shadow: 0 8px 22px rgba(50, 90, 140, .05);\n    transition: transform .3s ease, box-shadow .3s ease;\n  }\n\n  .bluepigwig-trust-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 13px 28px rgba(50, 90, 140, .10);\n  }\n\n  .bluepigwig-trust-icon {\n    width: 46px;\n    height: 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #e8f2ff, #f7fbff);\n    font-size: 21px;\n  }\n\n  .bluepigwig-trust-item strong {\n    display: block;\n    color: #243247;\n    font-size: 14px;\n    margin-bottom: 4px;\n  }\n\n  .bluepigwig-trust-item span {\n    display: block;\n    color: #68778c;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  \/* QUALITY \/ COMFORT *\/\n  .bluepigwig-quality {\n    margin: 25px 0;\n    padding: 32px 28px;\n    border-radius: 22px;\n    background: #fff;\n    border: 1px solid #dce6f3;\n    box-shadow: 0 10px 30px rgba(50, 90, 140, .05);\n  }\n\n  .bluepigwig-quality-story {\n    padding: 27px 25px;\n    margin-bottom: 16px;\n    border-radius: 18px;\n    background: linear-gradient(135deg, #243247, #4777b8);\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bluepigwig-quality-story h3 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: 20px;\n  }\n\n  .bluepigwig-quality-story p {\n    margin: 0;\n    color: rgba(255,255,255,.86);\n    font-size: 14px;\n  }\n\n  .bluepigwig-quality-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .bluepigwig-quality-card {\n    padding: 22px;\n    border-radius: 17px;\n    background: #f8fbff;\n    border: 1px solid #dce6f3;\n    border-left: 4px solid #4777b8;\n  }\n\n  .bluepigwig-quality-card strong {\n    display: block;\n    color: #243247;\n    margin-bottom: 6px;\n    font-size: 15px;\n  }\n\n  .bluepigwig-quality-card span {\n    display: block;\n    color: #68778c;\n    font-size: 13px;\n  }\n\n  \/* SHOP WITH CONFIDENCE *\/\n  .bluepigwig-customer-trust {\n    margin: 40px 0;\n    padding: 40px 28px;\n    border-radius: 24px;\n    background: linear-gradient(135deg, #243247, #4777b8);\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 15px 38px rgba(50, 90, 140, .15);\n  }\n\n  .bluepigwig-customer-trust:before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #8db8eb, #ffffff, #8db8eb);\n  }\n\n  .bluepigwig-trust-label {\n    display: block;\n    text-align: center;\n    color: #dceaff;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n    margin-bottom: 7px;\n  }\n\n  .bluepigwig-customer-trust h2 {\n    text-align: center;\n    margin: 0 0 10px;\n    color: #fff;\n    font-size: 30px;\n  }\n\n  .bluepigwig-customer-intro {\n    max-width: 700px;\n    margin: 0 auto 28px;\n    text-align: center;\n    color: rgba(255,255,255,.80);\n    font-size: 14px;\n  }\n\n  .bluepigwig-customer-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .bluepigwig-customer-card {\n    padding: 23px;\n    border-radius: 17px;\n    background: #fff;\n    color: #243247;\n  }\n\n  .bluepigwig-customer-icon {\n    width: 45px;\n    height: 45px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #edf5ff;\n    font-size: 21px;\n    margin-bottom: 11px;\n  }\n\n  .bluepigwig-customer-card h3 {\n    margin: 0 0 6px;\n    color: #243247;\n    font-size: 16px;\n  }\n\n  .bluepigwig-customer-card p {\n    margin: 0;\n    color: #68778c;\n    font-size: 13px;\n  }\n\n  .bluepigwig-order-promise {\n    display: flex;\n    align-items: center;\n    gap: 17px;\n    margin-top: 16px;\n    padding: 22px;\n    border-radius: 17px;\n    background: rgba(255,255,255,.10);\n    border: 1px solid rgba(255,255,255,.17);\n  }\n\n  .bluepigwig-order-promise-icon {\n    width: 50px;\n    height: 50px;\n    flex-shrink: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #fff;\n    font-size: 23px;\n  }\n\n  .bluepigwig-order-promise strong {\n    display: block;\n    color: #fff;\n    font-size: 15px;\n    margin-bottom: 4px;\n  }\n\n  .bluepigwig-order-promise span {\n    display: block;\n    color: rgba(255,255,255,.80);\n    font-size: 13px;\n  }\n\n  @media (max-width: 700px) {\n    .bluepigwig-trust {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n    }\n\n    .bluepigwig-quality-grid,\n    .bluepigwig-customer-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .bluepigwig-quality,\n    .bluepigwig-customer-trust {\n      padding: 28px 18px;\n    }\n\n    .bluepigwig-order-promise {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"bluepigwig-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"bluepigwig-hero\"\u003e\n    \u003cdiv class=\"bluepigwig-tag\"\u003eCute • Playful • Photo-Ready\u003c\/div\u003e\n\n    \u003ch1\u003eBlue Ribbon \u0026amp; Pigtails Wig for Dogs 🎀\u003c\/h1\u003e\n\n    \u003cp\u003e\n      Pigtails and personality! Give your pup the cutest little makeover with blonde curled pigtails and cheerful blue ribbon accents.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bluepigwig-ribbons\"\u003e🎀 💙 ✨ 💙 🎀\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- TRUST BADGES --\u003e\n  \u003cdiv class=\"bluepigwig-trust\"\u003e\n\n    \u003cdiv class=\"bluepigwig-trust-item\"\u003e\n      \u003cdiv class=\"bluepigwig-trust-icon\"\u003e🐾\u003c\/div\u003e\n      \u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\n      \u003cspan\u003eDesigned to sit gently on your pet's head during supervised wear.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-trust-item\"\u003e\n      \u003cdiv class=\"bluepigwig-trust-icon\"\u003e🎀\u003c\/div\u003e\n      \u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\n      \u003cspan\u003eElastic rope helps you adjust the wig for a more comfortable fit.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-trust-item\"\u003e\n      \u003cdiv class=\"bluepigwig-trust-icon\"\u003e🪶\u003c\/div\u003e\n      \u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\n      \u003cspan\u003eLightweight construction without unnecessary bulk on your pet's head.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-trust-item\"\u003e\n      \u003cdiv class=\"bluepigwig-trust-icon\"\u003e💬\u003c\/div\u003e\n      \u003cstrong\u003eCustomer Support\u003c\/strong\u003e\n      \u003cspan\u003eQuestions about the wig or your order? OMG Find is here to help.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"bluepigwig-intro\"\u003e\n    \u003ch2\u003eSay Hello To Their New Look 🎀\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Add instant charm to your pup's look with this playful blonde pigtails wig. \n      The curled pigtails and blue ribbon details create a fun, photo-ready style that's perfect for birthdays, themed events, parties and those moments when you simply want to make everyone smile.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"bluepigwig-grid\"\u003e\n\n    \u003cdiv class=\"bluepigwig-card\"\u003e\n      \u003cdiv class=\"bluepigwig-icon\"\u003e🎀\u003c\/div\u003e\n      \u003ch3\u003eCurled Pigtails\u003c\/h3\u003e\n      \u003cp\u003ePlayful blonde pigtails create an instantly adorable transformation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-card\"\u003e\n      \u003cdiv class=\"bluepigwig-icon\"\u003e💙\u003c\/div\u003e\n      \u003ch3\u003eBlue Ribbon Accents\u003c\/h3\u003e\n      \u003cp\u003eCheerful blue details complete the charming look.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-card\"\u003e\n      \u003cdiv class=\"bluepigwig-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eInstant Makeover\u003c\/h3\u003e\n      \u003cp\u003eGive your pup a completely new personality in seconds.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-card\"\u003e\n      \u003cdiv class=\"bluepigwig-icon\"\u003e📸\u003c\/div\u003e\n      \u003ch3\u003ePhoto-Ready\u003c\/h3\u003e\n      \u003cp\u003ePerfect for birthdays, photoshoots, social content and special moments.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-card\"\u003e\n      \u003cdiv class=\"bluepigwig-icon\"\u003e🎀\u003c\/div\u003e\n      \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n      \u003cp\u003eThe elastic rope helps you adjust the wig for a more secure fit.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-card\"\u003e\n      \u003cdiv class=\"bluepigwig-icon\"\u003e🐾\u003c\/div\u003e\n      \u003ch3\u003eSoft Inner Net\u003c\/h3\u003e\n      \u003cp\u003eDesigned to sit comfortably on your pet's head during supervised wear.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURE BANNER --\u003e\n  \u003cdiv class=\"bluepigwig-feature\"\u003e\n\n    \u003cdiv class=\"bluepigwig-feature-badge\"\u003eLittle Miss Personality\u003c\/div\u003e\n\n    \u003ch2\u003eReady For Her Close-Up? 💙🎀\u003c\/h2\u003e\n\n    \u003cp\u003e\n      From birthday celebrations to hilarious photoshoots, these blonde pigtails add a playful finishing touch to your pup's look and make every picture a little more memorable.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"bluepigwig-section\"\u003e\n\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n\n    \u003cdiv class=\"bluepigwig-details\"\u003e\n\n      \u003cdiv class=\"bluepigwig-detail\"\u003e\n        \u003cstrong\u003eMaterial\u003c\/strong\u003e\n        \u003cspan\u003eHigh-temperature resistant fibre\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bluepigwig-detail\"\u003e\n        \u003cstrong\u003eWeight\u003c\/strong\u003e\n        \u003cspan\u003eApprox. 40g\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bluepigwig-detail\"\u003e\n        \u003cstrong\u003eFit\u003c\/strong\u003e\n        \u003cspan\u003eAdjustable elastic rope\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- QUALITY \u0026 COMFORT --\u003e\n  \u003cdiv class=\"bluepigwig-section\"\u003e\n\n    \u003ch2\u003eDesigned For The Look — With Comfort In Mind\u003c\/h2\u003e\n\n    \u003cdiv class=\"bluepigwig-quality\"\u003e\n\n      \u003cdiv class=\"bluepigwig-quality-story\"\u003e\n        \u003ch3\u003eMore Than Just A Cute Wig\u003c\/h3\u003e\n        \u003cp\u003e\n          This pigtails wig combines a playful blonde-and-blue costume look\n          with an approximately 40g construction, soft inner net and adjustable\n          elastic rope. The aim is a fun transformation without unnecessary bulk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bluepigwig-quality-grid\"\u003e\n\n        \u003cdiv class=\"bluepigwig-quality-card\"\u003e\n          \u003cstrong\u003e🐾 Soft Inner Net\u003c\/strong\u003e\n          \u003cspan\u003e\n            The inner net provides a softer surface where the wig sits\n            against your pet's head.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bluepigwig-quality-card\"\u003e\n          \u003cstrong\u003e🎀 Adjustable Elastic Rope\u003c\/strong\u003e\n          \u003cspan\u003e\n            The elastic rope allows you to adjust the fit rather than relying\n            on a completely fixed fit. Never overtighten it.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bluepigwig-quality-card\"\u003e\n          \u003cstrong\u003e🪶 Lightweight Construction\u003c\/strong\u003e\n          \u003cspan\u003e\n            At approximately 40g, the wig creates a noticeable costume look\n            without unnecessary weight.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bluepigwig-quality-card\"\u003e\n          \u003cstrong\u003e🧼 Reusable Costume Accessory\u003c\/strong\u003e\n          \u003cspan\u003e\n            Gentle handling, hand washing and natural air drying can help\n            maintain the pigtails and overall appearance between uses.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- FIT --\u003e\n  \u003cdiv class=\"bluepigwig-fit\"\u003e\n\n    \u003ch3\u003e🎀 Designed For A Playful Fit\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The adjustable elastic rope helps position the wig securely, while the soft inner net is designed to sit comfortably on your pet's head.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-top:12px;\"\u003e\n      As pets vary in head shape and size, check the product dimensions and fit before ordering.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW TO WEAR --\u003e\n  \u003cdiv class=\"bluepigwig-section\"\u003e\n\n    \u003ch2\u003eGet The Look In 3 Easy Steps ✨\u003c\/h2\u003e\n\n    \u003cdiv class=\"bluepigwig-steps\"\u003e\n\n      \u003cdiv class=\"bluepigwig-step\"\u003e\n        \u003cdiv class=\"bluepigwig-step-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003ePlace\u003c\/h3\u003e\n        \u003cp\u003eGently position the wig over your pet's head.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bluepigwig-step\"\u003e\n        \u003cdiv class=\"bluepigwig-step-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eAdjust\u003c\/h3\u003e\n        \u003cp\u003eUse the elastic rope to create a comfortable fit.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bluepigwig-step\"\u003e\n        \u003cdiv class=\"bluepigwig-step-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eStrike A Pose\u003c\/h3\u003e\n        \u003cp\u003eGrab your camera and capture those adorable pigtails! 📸\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURE --\u003e\n  \u003cdiv class=\"bluepigwig-feature\"\u003e\n\n    \u003cdiv class=\"bluepigwig-feature-badge\"\u003eWarning\u003c\/div\u003e\n\n    \u003ch2\u003eExtreme Cuteness Ahead 🎀✨\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Blonde curls, blue ribbons and a whole new personality. \n      Your pup may officially become the most photographed member of the family.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CARE --\u003e\n  \u003cdiv class=\"bluepigwig-care\"\u003e\n\n    \u003ch2\u003e🧼 Care Instructions\u003c\/h2\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eHand wash gently with warm water.\u003c\/li\u003e\n      \u003cli\u003eAllow to air dry naturally.\u003c\/li\u003e\n      \u003cli\u003eAvoid high heat.\u003c\/li\u003e\n      \u003cli\u003eDo not machine wash or machine dry.\u003c\/li\u003e\n      \u003cli\u003eHandle the pigtails gently to help maintain their shape.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SAFETY --\u003e\n  \u003cdiv class=\"bluepigwig-safety\"\u003e\n\n    \u003ch3\u003e🐾 Pet Comfort Comes First\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Introduce the wig gradually and use only while your pet is comfortable and supervised.\n      Remove it if your pet shows signs of discomfort, stress or irritation.\n      Keep the wig and elastic rope away from chewing or ingestion.\n      This product is intended as a costume accessory, not a toy.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- SHOP WITH CONFIDENCE --\u003e\n  \u003cdiv class=\"bluepigwig-customer-trust\"\u003e\n\n    \u003cspan class=\"bluepigwig-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n\n    \u003cp class=\"bluepigwig-customer-intro\"\u003e\n      Buying a pet costume online can come with questions. That's why we\n      provide clear product information, fit guidance, care instructions\n      and support to help you make an informed choice.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bluepigwig-customer-grid\"\u003e\n\n      \u003cdiv class=\"bluepigwig-customer-card\"\u003e\n        \u003cdiv class=\"bluepigwig-customer-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n        \u003cp\u003e\n          We explain the material, approximate weight, adjustable design\n          and inner construction so you know more about what you're ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bluepigwig-customer-card\"\u003e\n        \u003cdiv class=\"bluepigwig-customer-icon\"\u003e🐾\u003c\/div\u003e\n        \u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n        \u003cp\u003e\n          We provide wearing and safety guidance because costume time should\n          only continue while your pet remains comfortable and supervised.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bluepigwig-customer-card\"\u003e\n        \u003cdiv class=\"bluepigwig-customer-icon\"\u003e🧼\u003c\/div\u003e\n        \u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n        \u003cp\u003e\n          You'll know how to gently wash, dry and handle the wig to help\n          maintain the pigtails and overall appearance between uses.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bluepigwig-customer-card\"\u003e\n        \u003cdiv class=\"bluepigwig-customer-icon\"\u003e💬\u003c\/div\u003e\n        \u003ch3\u003eCustomer Support\u003c\/h3\u003e\n        \u003cp\u003e\n          Have a question about the wig, fit or your order? Contact OMG Find\n          and we'll help with the information you need.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bluepigwig-order-promise\"\u003e\n      \u003cdiv class=\"bluepigwig-order-promise-icon\"\u003e💙\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\n        \u003cspan\u003e\n          If your wig arrives damaged or clearly isn't what was shown on the\n          product page, contact us and we'll help resolve the issue in line\n          with our store policies.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv class=\"bluepigwig-final\"\u003e\n\n    \u003ch2\u003eBlonde Pigtails. Blue Ribbons. Big Personality. 💙🎀\u003c\/h2\u003e\n\n    \u003cp\u003e\n      One adorable makeover. Plenty of laughs. And photos you'll want to share.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Beige","offer_id":48042477322403,"sku":"Blue Ribbon \u0026 Pigtails Wig for Dogs - Blonde Costume Wig","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/Blue-ribbon-pigtails-wig-for-dogs.png?v=1788118729"},{"product_id":"rainbow-clown-wig-for-dogs-colorful-pet-costume-wig","title":"Rainbow Clown Wig for Dogs | Colorful Pet Costume Wig","description":"\u003cstyle\u003e\n\/* =========================================================\n   RAINBOW CLOWN WIG — PREMIUM CARNIVAL PRODUCT PAGE\n   OMG FIND — TRUST-FOCUSED VERSION\n   ========================================================= *\/\n\n.rainbow-wig-page {\n  --cream: #fffaf1;\n  --navy: #1c1626;\n  --coral: #ff5d73;\n  --marigold: #ffb703;\n  --teal: #17b890;\n  --cornflower: #4d8feb;\n  --violet: #9b5de5;\n\n  font-family: \"Inter\", Arial, Helvetica, sans-serif;\n  color: var(--navy);\n  background: var(--cream);\n  line-height: 1.65;\n  max-width: 1100px;\n  margin: 0 auto;\n  overflow: hidden;\n  position: relative;\n}\n\n.rainbow-wig-page *,\n.rainbow-wig-page *::before,\n.rainbow-wig-page *::after {\n  box-sizing: border-box;\n}\n\n.rainbow-wig-page section,\n.rainbow-wig-page div {\n  -webkit-font-smoothing: antialiased;\n}\n\n\n\/* =========================================================\n   ONE-TIME CONFETTI\n   ========================================================= *\/\n\n.rw-confetti {\n  position: fixed;\n  width: 8px;\n  height: 13px;\n  top: -20px;\n  left: 50%;\n  z-index: 9999;\n  pointer-events: none;\n  opacity: 0;\n  animation: rwConfettiFall 2.6s ease-out forwards;\n}\n\n@keyframes rwConfettiFall {\n  0% {\n    opacity: 0;\n    transform:\n      translate3d(0, -20px, 0)\n      rotate(0deg);\n  }\n\n  10% {\n    opacity: 1;\n  }\n\n  100% {\n    opacity: 0;\n    transform:\n      translate3d(var(--rw-x), 105vh, 0)\n      rotate(var(--rw-rotate));\n  }\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.rw-hero {\n  position: relative;\n  text-align: center;\n  padding: 76px 25px 62px;\n  margin-bottom: 22px;\n  border-radius: 28px;\n  background: var(--cream);\n  border: 1px solid rgba(28, 22, 38, .08);\n  overflow: hidden;\n}\n\n.rw-hero::before,\n.rw-hero::after {\n  content: \"\";\n  position: absolute;\n  height: 4px;\n  left: 12%;\n  right: 12%;\n  border-radius: 99px;\n  background: linear-gradient(\n    90deg,\n    var(--coral),\n    var(--marigold),\n    var(--teal),\n    var(--cornflower),\n    var(--violet)\n  );\n}\n\n.rw-hero::before {\n  top: 0;\n}\n\n.rw-hero::after {\n  bottom: 0;\n}\n\n.rw-rainbow {\n  position: absolute;\n  z-index: 0;\n  opacity: .45;\n  pointer-events: none;\n}\n\n.rw-rainbow.one {\n  top: 28px;\n  left: 8%;\n  font-size: 25px;\n  color: var(--coral);\n}\n\n.rw-rainbow.two {\n  right: 8%;\n  bottom: 28px;\n  font-size: 22px;\n  color: var(--teal);\n}\n\n.rw-rainbow.three {\n  top: 43%;\n  right: 4%;\n  font-size: 14px;\n  color: var(--marigold);\n}\n\n.rw-rainbow.four {\n  bottom: 38%;\n  left: 4%;\n  font-size: 14px;\n  color: var(--violet);\n}\n\n.rw-tag {\n  position: relative;\n  z-index: 2;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 8px 15px;\n  margin: 0 3px 8px;\n  border-radius: 999px;\n  background: transparent;\n  border: 1.5px solid var(--coral);\n  color: var(--coral);\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: .8px;\n  text-transform: uppercase;\n}\n\n.rw-tag + .rw-tag {\n  border-color: var(--marigold);\n  color: #b47b00;\n}\n\n.rw-tag + .rw-tag + .rw-tag {\n  border-color: var(--teal);\n  color: var(--teal);\n}\n\n.rw-hero h1 {\n  position: relative;\n  z-index: 2;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: clamp(36px, 6vw, 57px);\n  line-height: 1.05;\n  letter-spacing: -1.5px;\n  margin: 16px auto 17px;\n  font-weight: 700;\n  max-width: 850px;\n}\n\n.rw-gradient-title {\n  background: linear-gradient(\n    90deg,\n    var(--coral),\n    var(--marigold),\n    var(--teal),\n    var(--cornflower),\n    var(--violet)\n  );\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n\n.rw-hero p {\n  position: relative;\n  z-index: 2;\n  max-width: 730px;\n  margin: auto;\n  color: #625b67;\n  font-size: 17px;\n}\n\n\n\/* =========================================================\n   TOP TRUST BADGES\n   ========================================================= *\/\n\n.rw-trust-strip {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 13px;\n  margin: 0 0 44px;\n}\n\n.rw-trust-card {\n  position: relative;\n  text-align: center;\n  padding: 21px 14px;\n  background: #fff;\n  border: 1px solid rgba(28,22,38,.08);\n  border-radius: 18px;\n  overflow: hidden;\n  box-shadow: 0 8px 24px rgba(28,22,38,.045);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.rw-trust-card::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  top: 0;\n  height: 3px;\n}\n\n.rw-trust-card:nth-child(1)::before {\n  background: var(--coral);\n}\n\n.rw-trust-card:nth-child(2)::before {\n  background: var(--marigold);\n}\n\n.rw-trust-card:nth-child(3)::before {\n  background: var(--teal);\n}\n\n.rw-trust-card:nth-child(4)::before {\n  background: var(--cornflower);\n}\n\n.rw-trust-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 14px 30px rgba(28,22,38,.09);\n}\n\n.rw-trust-icon {\n  width: 47px;\n  height: 47px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 11px;\n  border-radius: 50%;\n  font-size: 21px;\n  background: rgba(255,93,115,.11);\n}\n\n.rw-trust-card:nth-child(2) .rw-trust-icon {\n  background: rgba(255,183,3,.15);\n}\n\n.rw-trust-card:nth-child(3) .rw-trust-icon {\n  background: rgba(23,184,144,.13);\n}\n\n.rw-trust-card:nth-child(4) .rw-trust-icon {\n  background: rgba(77,143,235,.13);\n}\n\n.rw-trust-card strong {\n  display: block;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 15px;\n  margin-bottom: 4px;\n}\n\n.rw-trust-card span {\n  display: block;\n  color: #746d78;\n  font-size: 12px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.rw-intro {\n  text-align: center;\n  padding: 3px 20px 43px;\n}\n\n.rw-intro h2,\n.rw-feature h2,\n.rw-title h2,\n.rw-fit h2,\n.rw-care h2,\n.rw-final h2,\n.rw-quality h2,\n.rw-customer-trust h2 {\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-weight: 700;\n}\n\n.rw-intro h2 {\n  font-size: clamp(27px, 4vw, 35px);\n  line-height: 1.15;\n  margin: 0 0 12px;\n}\n\n.rw-intro p {\n  max-width: 760px;\n  margin: auto;\n  color: #706876;\n}\n\n\n\/* =========================================================\n   BENEFITS\n   ========================================================= *\/\n\n.rw-benefits {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin: 0 0 50px;\n}\n\n.rw-card {\n  padding: 25px 17px 23px;\n  text-align: center;\n  background: #fff;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-radius: 20px;\n  box-shadow: 0 8px 24px rgba(28, 22, 38, .045);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.rw-card:hover {\n  transform: translateY(-7px);\n  box-shadow: 0 17px 35px rgba(28, 22, 38, .10);\n}\n\n.rw-icon {\n  width: 49px;\n  height: 49px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 13px;\n  border-radius: 15px;\n  font-size: 23px;\n  background: rgba(255, 93, 115, .12);\n}\n\n.rw-card:nth-child(2) .rw-icon {\n  background: rgba(255, 183, 3, .16);\n}\n\n.rw-card:nth-child(3) .rw-icon {\n  background: rgba(23, 184, 144, .14);\n}\n\n.rw-card:nth-child(4) .rw-icon {\n  background: rgba(77, 143, 235, .14);\n}\n\n.rw-card:nth-child(5) .rw-icon {\n  background: rgba(155, 93, 229, .14);\n}\n\n.rw-card:nth-child(6) .rw-icon {\n  background: rgba(255, 93, 115, .12);\n}\n\n.rw-card:nth-child(7) .rw-icon {\n  background: rgba(255, 183, 3, .16);\n}\n\n.rw-card:nth-child(8) .rw-icon {\n  background: rgba(23, 184, 144, .14);\n}\n\n.rw-card h3 {\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 16px;\n  line-height: 1.2;\n  margin: 0 0 7px;\n}\n\n.rw-card p {\n  font-size: 13px;\n  color: #756e79;\n  margin: 0;\n}\n\n\n\/* =========================================================\n   FEATURE \/ STORY\n   ========================================================= *\/\n\n.rw-feature {\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n  padding: 53px 30px;\n  margin-bottom: 50px;\n  border-radius: 23px;\n  background: #fff;\n  border: 1px solid rgba(28, 22, 38, .07);\n  box-shadow: 0 12px 32px rgba(28, 22, 38, .055);\n}\n\n.rw-feature::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(\n    90deg,\n    var(--coral),\n    var(--marigold),\n    var(--teal),\n    var(--cornflower),\n    var(--violet)\n  );\n}\n\n.rw-feature-badge {\n  display: inline-block;\n  padding: 7px 15px;\n  border-radius: 999px;\n  background: #fffaf1;\n  border: 1px solid var(--marigold);\n  color: #b47b00;\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 1.3px;\n  text-transform: uppercase;\n  margin-bottom: 17px;\n}\n\n.rw-feature h2 {\n  font-size: clamp(28px, 4vw, 37px);\n  line-height: 1.15;\n  margin: 0 0 12px;\n}\n\n.rw-feature p {\n  max-width: 690px;\n  margin: auto;\n  color: #69626e;\n}\n\n\n\/* =========================================================\n   SECTIONS \/ TITLES\n   ========================================================= *\/\n\n.rw-section {\n  margin-bottom: 50px;\n}\n\n.rw-title {\n  text-align: center;\n  margin-bottom: 29px;\n}\n\n.rw-title span {\n  display: block;\n  font-size: 10px;\n  color: var(--violet);\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n  margin-bottom: 7px;\n}\n\n.rw-title h2 {\n  font-size: clamp(28px, 4vw, 34px);\n  line-height: 1.15;\n  margin: 0;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n   ========================================================= *\/\n\n.rw-details {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 17px;\n}\n\n.rw-detail {\n  position: relative;\n  padding: 24px 21px 23px 68px;\n  min-height: 105px;\n  border-radius: 19px;\n  background: #fff;\n  border: 1px solid rgba(28, 22, 38, .07);\n  box-shadow: 0 8px 24px rgba(28, 22, 38, .045);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.rw-detail:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 16px 30px rgba(28, 22, 38, .09);\n}\n\n.rw-detail::before {\n  content: \"✦\";\n  position: absolute;\n  left: 19px;\n  top: 24px;\n  width: 36px;\n  height: 36px;\n  border-radius: 11px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 17px;\n  background: rgba(255, 93, 115, .13);\n  color: var(--coral);\n}\n\n.rw-detail:nth-child(2)::before {\n  content: \"🌈\";\n  background: rgba(255, 183, 3, .15);\n}\n\n.rw-detail:nth-child(3)::before {\n  content: \"🤡\";\n  background: rgba(23, 184, 144, .14);\n}\n\n.rw-detail:nth-child(4)::before {\n  content: \"🎀\";\n  background: rgba(77, 143, 235, .14);\n}\n\n.rw-detail:nth-child(5)::before {\n  content: \"☁️\";\n  background: rgba(155, 93, 229, .14);\n}\n\n.rw-detail:nth-child(6)::before {\n  content: \"📸\";\n  background: rgba(255, 93, 115, .12);\n}\n\n.rw-detail strong {\n  display: block;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 16px;\n  margin-bottom: 5px;\n}\n\n.rw-detail span {\n  color: #68616d;\n  font-size: 13px;\n}\n\n.rw-spec-row {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 12px;\n  margin-top: 15px;\n}\n\n.rw-spec {\n  background: #fff;\n  border: 1px solid rgba(28,22,38,.07);\n  border-radius: 16px;\n  padding: 17px 20px;\n  color: #68616d;\n  font-size: 13px;\n}\n\n.rw-spec strong {\n  color: var(--navy);\n}\n\n\n\/* =========================================================\n   QUALITY \/ COMFORT\n   ========================================================= *\/\n\n.rw-quality {\n  padding: 35px 28px;\n  border-radius: 23px;\n  background: #fff;\n  border: 1px solid rgba(28,22,38,.08);\n  box-shadow: 0 10px 30px rgba(28,22,38,.05);\n}\n\n.rw-quality-heading {\n  text-align: center;\n  max-width: 760px;\n  margin: 0 auto 28px;\n}\n\n.rw-quality-heading span {\n  display: block;\n  color: var(--teal);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n  margin-bottom: 7px;\n}\n\n.rw-quality-heading h2 {\n  font-size: clamp(27px,4vw,34px);\n  line-height: 1.15;\n  margin: 0 0 10px;\n}\n\n.rw-quality-heading p {\n  margin: 0;\n  color: #706876;\n}\n\n.rw-quality-story {\n  position: relative;\n  overflow: hidden;\n  padding: 28px 25px;\n  margin-bottom: 16px;\n  border-radius: 19px;\n  background: var(--navy);\n  color: #fff;\n}\n\n.rw-quality-story::after {\n  content: \"🌈\";\n  position: absolute;\n  right: 20px;\n  bottom: -25px;\n  font-size: 100px;\n  opacity: .06;\n}\n\n.rw-quality-story h3 {\n  position: relative;\n  z-index: 1;\n  margin: 0 0 8px;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 20px;\n}\n\n.rw-quality-story p {\n  position: relative;\n  z-index: 1;\n  max-width: 760px;\n  margin: 0;\n  color: rgba(255,255,255,.78);\n  font-size: 14px;\n}\n\n.rw-quality-grid {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 14px;\n}\n\n.rw-quality-card {\n  position: relative;\n  padding: 22px;\n  border-radius: 17px;\n  background: #fffdf9;\n  border: 1px solid rgba(28,22,38,.08);\n  border-left: 4px solid var(--coral);\n}\n\n.rw-quality-card:nth-child(2) {\n  border-left-color: var(--marigold);\n}\n\n.rw-quality-card:nth-child(3) {\n  border-left-color: var(--teal);\n}\n\n.rw-quality-card:nth-child(4) {\n  border-left-color: var(--violet);\n}\n\n.rw-quality-card strong {\n  display: block;\n  margin-bottom: 6px;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 15px;\n}\n\n.rw-quality-card span {\n  display: block;\n  color: #706876;\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   FIT\n   ========================================================= *\/\n\n.rw-fit {\n  background: #fff;\n  border-radius: 21px;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-top: 3px solid var(--coral);\n  padding: 34px;\n  text-align: center;\n  box-shadow: 0 9px 27px rgba(28, 22, 38, .045);\n}\n\n.rw-fit h2 {\n  margin: 0 0 10px;\n  font-size: 27px;\n}\n\n.rw-fit p {\n  max-width: 720px;\n  margin: auto;\n  color: #68616d;\n}\n\n.rw-fit-help {\n  max-width: 690px;\n  margin: 18px auto 0;\n  padding: 16px 18px;\n  border-radius: 14px;\n  background: rgba(77,143,235,.07);\n  border: 1px solid rgba(77,143,235,.16);\n  color: #625d68;\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   STEPS\n   ========================================================= *\/\n\n.rw-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 17px;\n}\n\n.rw-step {\n  padding: 28px;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-radius: 19px;\n  background: #fff;\n  box-shadow: 0 8px 24px rgba(28, 22, 38, .045);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.rw-step:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 15px 30px rgba(28, 22, 38, .08);\n}\n\n.rw-number {\n  width: 42px;\n  height: 42px;\n  border-radius: 50%;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-weight: 700;\n  font-size: 17px;\n  margin-bottom: 16px;\n  background: var(--coral);\n  box-shadow: 0 6px 15px rgba(255, 93, 115, .25);\n}\n\n.rw-step:nth-child(2) .rw-number {\n  background: var(--teal);\n  box-shadow: 0 6px 15px rgba(23, 184, 144, .25);\n}\n\n.rw-step:nth-child(3) .rw-number {\n  background: var(--violet);\n  box-shadow: 0 6px 15px rgba(155, 93, 229, .25);\n}\n\n.rw-step h3 {\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 18px;\n  line-height: 1.2;\n  margin: 0 0 7px;\n}\n\n.rw-step p {\n  margin: 0;\n  color: #706876;\n  font-size: 14px;\n}\n\n\n\/* =========================================================\n   CARE\n   ========================================================= *\/\n\n.rw-care {\n  padding: 31px;\n  border-radius: 20px;\n  background: #fff;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-left: 4px solid var(--teal);\n  margin-bottom: 30px;\n  box-shadow: 0 8px 24px rgba(28, 22, 38, .04);\n}\n\n.rw-care h2 {\n  margin: 0 0 13px;\n  font-size: 26px;\n}\n\n.rw-care p {\n  margin: 7px 0;\n  color: #66606b;\n}\n\n\n\/* =========================================================\n   SAFETY\n   ========================================================= *\/\n\n.rw-note {\n  padding: 22px 24px;\n  border-radius: 16px;\n  background: rgba(255, 183, 3, .08);\n  border: 1px solid rgba(255, 183, 3, .28);\n  color: #665f52;\n  font-size: 13px;\n  margin-bottom: 0;\n}\n\n.rw-note strong {\n  color: var(--navy);\n}\n\n\n\/* =========================================================\n   CUSTOMER TRUST — OMG FIND PROMISE\n   ========================================================= *\/\n\n.rw-customer-trust {\n  position: relative;\n  overflow: hidden;\n  margin-top: 50px;\n  padding: 43px 30px;\n  border-radius: 24px;\n  background: var(--navy);\n  color: #fff;\n  box-shadow: 0 15px 38px rgba(28,22,38,.14);\n}\n\n.rw-customer-trust::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(\n    90deg,\n    var(--coral),\n    var(--marigold),\n    var(--teal),\n    var(--cornflower),\n    var(--violet)\n  );\n}\n\n.rw-customer-trust::after {\n  content: \"🌈\";\n  position: absolute;\n  right: -15px;\n  bottom: -55px;\n  font-size: 180px;\n  opacity: .035;\n  pointer-events: none;\n}\n\n.rw-customer-label {\n  position: relative;\n  z-index: 1;\n  display: block;\n  text-align: center;\n  color: #ddd4e4;\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 1.9px;\n  text-transform: uppercase;\n  margin-bottom: 7px;\n}\n\n.rw-customer-trust h2 {\n  position: relative;\n  z-index: 1;\n  text-align: center;\n  color: #fff;\n  margin: 0 0 10px;\n  font-size: clamp(28px,4vw,35px);\n}\n\n.rw-customer-intro {\n  position: relative;\n  z-index: 1;\n  max-width: 710px;\n  margin: 0 auto 29px;\n  text-align: center;\n  color: rgba(255,255,255,.72);\n  font-size: 14px;\n}\n\n.rw-customer-grid {\n  position: relative;\n  z-index: 1;\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 14px;\n}\n\n.rw-customer-card {\n  position: relative;\n  overflow: hidden;\n  padding: 23px;\n  border-radius: 18px;\n  background: #fff;\n  color: var(--navy);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.rw-customer-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 13px 28px rgba(0,0,0,.16);\n}\n\n.rw-customer-card::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 0;\n  bottom: 0;\n  width: 4px;\n  background: var(--coral);\n}\n\n.rw-customer-card:nth-child(2)::before {\n  background: var(--marigold);\n}\n\n.rw-customer-card:nth-child(3)::before {\n  background: var(--teal);\n}\n\n.rw-customer-card:nth-child(4)::before {\n  background: var(--cornflower);\n}\n\n.rw-customer-icon {\n  width: 46px;\n  height: 46px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: rgba(255,93,115,.10);\n  font-size: 21px;\n  margin-bottom: 11px;\n}\n\n.rw-customer-card:nth-child(2) .rw-customer-icon {\n  background: rgba(255,183,3,.13);\n}\n\n.rw-customer-card:nth-child(3) .rw-customer-icon {\n  background: rgba(23,184,144,.11);\n}\n\n.rw-customer-card:nth-child(4) .rw-customer-icon {\n  background: rgba(77,143,235,.11);\n}\n\n.rw-customer-card h3 {\n  margin: 0 0 6px;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 16px;\n}\n\n.rw-customer-card p {\n  margin: 0;\n  color: #6e6773;\n  font-size: 13px;\n}\n\n.rw-order-promise {\n  position: relative;\n  z-index: 1;\n  display: flex;\n  align-items: center;\n  gap: 17px;\n  margin-top: 16px;\n  padding: 22px;\n  border-radius: 18px;\n  background: rgba(255,255,255,.08);\n  border: 1px solid rgba(255,255,255,.14);\n}\n\n.rw-order-promise-icon {\n  width: 52px;\n  height: 52px;\n  flex-shrink: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  background: #fff;\n  font-size: 23px;\n}\n\n.rw-order-promise strong {\n  display: block;\n  color: #fff;\n  margin-bottom: 4px;\n  font-size: 15px;\n}\n\n.rw-order-promise span {\n  display: block;\n  color: rgba(255,255,255,.72);\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   FINAL DARK CLOSING\n   ========================================================= *\/\n\n.rw-final {\n  position: relative;\n  text-align: center;\n  margin-top: 50px;\n  padding: 56px 25px 63px;\n  background: var(--navy);\n  color: #fff;\n  border-radius: 25px 25px 0 0;\n  overflow: hidden;\n}\n\n.rw-final::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 15%;\n  right: 15%;\n  height: 3px;\n  border-radius: 99px;\n  background: linear-gradient(\n    90deg,\n    var(--coral),\n    var(--marigold),\n    var(--teal),\n    var(--cornflower),\n    var(--violet)\n  );\n}\n\n.rw-final h2 {\n  font-size: clamp(29px, 5vw, 39px);\n  line-height: 1.1;\n  margin: 0 0 12px;\n  color: #fff;\n}\n\n.rw-final p {\n  color: rgba(255,255,255,.72);\n  margin: 0;\n  font-size: 16px;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 800px) {\n\n  .rainbow-wig-page {\n    width: 100%;\n  }\n\n  .rw-hero {\n    padding: 57px 19px 48px;\n    border-radius: 21px;\n    margin-bottom: 18px;\n  }\n\n  .rw-hero::before,\n  .rw-hero::after {\n    left: 8%;\n    right: 8%;\n  }\n\n  .rw-hero h1 {\n    font-size: 36px;\n    letter-spacing: -1px;\n  }\n\n  .rw-hero p {\n    font-size: 15px;\n  }\n\n  .rw-trust-strip {\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 36px;\n  }\n\n  .rw-intro {\n    padding-bottom: 36px;\n  }\n\n  .rw-intro h2 {\n    font-size: 28px;\n  }\n\n  .rw-benefits {\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 40px;\n  }\n\n  .rw-card {\n    padding: 22px 13px;\n  }\n\n  .rw-feature {\n    padding: 43px 21px;\n    border-radius: 20px;\n    margin-bottom: 40px;\n  }\n\n  .rw-details {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .rw-spec-row {\n    grid-template-columns: 1fr;\n  }\n\n  .rw-quality {\n    padding: 27px 18px;\n  }\n\n  .rw-quality-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .rw-fit,\n  .rw-care {\n    padding: 26px 20px;\n  }\n\n  .rw-steps {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .rw-step {\n    padding: 23px;\n  }\n\n  .rw-customer-trust {\n    padding: 35px 18px;\n  }\n\n  .rw-customer-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .rw-order-promise {\n    flex-direction: column;\n    text-align: center;\n  }\n\n  .rw-final {\n    margin-top: 40px;\n    border-radius: 20px 20px 0 0;\n  }\n}\n\n\n@media (max-width: 480px) {\n\n  .rw-hero {\n    padding: 52px 16px 44px;\n  }\n\n  .rw-hero h1 {\n    font-size: 32px;\n  }\n\n  .rw-tag {\n    font-size: 9px;\n    padding: 7px 11px;\n    letter-spacing: .5px;\n  }\n\n  .rw-trust-card {\n    padding: 18px 10px;\n  }\n\n  .rw-trust-card strong {\n    font-size: 13px;\n  }\n\n  .rw-trust-card span {\n    font-size: 11px;\n  }\n\n  .rw-benefits {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .rw-card h3 {\n    font-size: 14px;\n  }\n\n  .rw-card p {\n    font-size: 12px;\n  }\n\n  .rw-feature h2 {\n    font-size: 27px;\n  }\n\n  .rw-final {\n    padding: 48px 18px 55px;\n  }\n}\n\n\n\/* =========================================================\n   ACCESSIBILITY\n   ========================================================= *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  .rw-card,\n  .rw-detail,\n  .rw-step,\n  .rw-trust-card,\n  .rw-customer-card {\n    transition: none;\n  }\n\n  .rw-confetti {\n    display: none !important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003c!-- Optional premium fonts --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fredoka:wght@500;600;700\u0026amp;family=Inter:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n\u003cdiv class=\"rainbow-wig-page\"\u003e\n\n\n  \u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-hero\"\u003e\n\n    \u003cdiv class=\"rw-rainbow one\"\u003e🌈\u003c\/div\u003e\n    \u003cdiv class=\"rw-rainbow two\"\u003e🌈\u003c\/div\u003e\n    \u003cdiv class=\"rw-rainbow three\"\u003e✨\u003c\/div\u003e\n    \u003cdiv class=\"rw-rainbow four\"\u003e✨\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"rw-tag\"\u003eColourful\u003c\/span\u003e\n      \u003cspan class=\"rw-tag\"\u003ePlayful\u003c\/span\u003e\n      \u003cspan class=\"rw-tag\"\u003ePhoto-Ready\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      \u003cspan class=\"rw-gradient-title\"\u003eRainbow Clown Wig\u003c\/span\u003e for Dogs 🌈\n    \u003c\/h1\u003e\n\n    \u003cp\u003e\n      Send in the clowns! Give your pup the ultimate colourful makeover\n      with this fluffy Rainbow Clown Wig — perfect for parties,\n      celebrations, festivals, holidays and hilarious photo moments.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       TOP TRUST BADGES\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-trust-strip\"\u003e\n\n    \u003cdiv class=\"rw-trust-card\"\u003e\n\n      \u003cdiv class=\"rw-trust-icon\"\u003e🐾\u003c\/div\u003e\n\n      \u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Designed to sit gently on your pet's head during\n        supervised wear.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rw-trust-card\"\u003e\n\n      \u003cdiv class=\"rw-trust-icon\"\u003e🎀\u003c\/div\u003e\n\n      \u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Elastic rope lets you adjust the wig for a more\n        comfortable fit.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rw-trust-card\"\u003e\n\n      \u003cdiv class=\"rw-trust-icon\"\u003e🪶\u003c\/div\u003e\n\n      \u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Lightweight construction without unnecessary\n        bulk on your pet's head.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rw-trust-card\"\u003e\n\n      \u003cdiv class=\"rw-trust-icon\"\u003e💬\u003c\/div\u003e\n\n      \u003cstrong\u003eCustomer Support\u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Questions about the wig or your order?\n        OMG Find is here to help.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       INTRO\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-intro\"\u003e\n\n    \u003ch2\u003e\n      Turn Your Pup Into The Life Of The Party 🎉\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Bright, curly multicolour fibres create an instantly\n      eye-catching look, while the soft inner net and adjustable\n      elastic rope are designed to help the wig sit comfortably\n      during supervised wear.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       BENEFITS\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-benefits\"\u003e\n\n    \u003cdiv class=\"rw-card\"\u003e\n      \u003cdiv class=\"rw-icon\"\u003e🌈\u003c\/div\u003e\n      \u003ch3\u003eRainbow Colours\u003c\/h3\u003e\n      \u003cp\u003e\n        Bright multicolour fibres create a fun,\n        playful statement look.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rw-card\"\u003e\n      \u003cdiv class=\"rw-icon\"\u003e🤡\u003c\/div\u003e\n      \u003ch3\u003eClown Style\u003c\/h3\u003e\n      \u003cp\u003e\n        A hilarious costume accessory designed\n        to stand out in photos.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rw-card\"\u003e\n      \u003cdiv class=\"rw-icon\"\u003e🎀\u003c\/div\u003e\n      \u003ch3\u003eAdjustable Strap\u003c\/h3\u003e\n      \u003cp\u003e\n        Includes an elastic rope designed to\n        help adjust the fit.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rw-card\"\u003e\n      \u003cdiv class=\"rw-icon\"\u003e☁️\u003c\/div\u003e\n      \u003ch3\u003eSoft Inner Net\u003c\/h3\u003e\n      \u003cp\u003e\n        Designed to sit gently on your pet's\n        head during short periods of wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rw-card\"\u003e\n      \u003cdiv class=\"rw-icon\"\u003e📸\u003c\/div\u003e\n      \u003ch3\u003ePhoto-Ready\u003c\/h3\u003e\n      \u003cp\u003e\n        Perfect for funny photos, parties,\n        holidays and special occasions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rw-card\"\u003e\n      \u003cdiv class=\"rw-icon\"\u003e🎊\u003c\/div\u003e\n      \u003ch3\u003eParty Essential\u003c\/h3\u003e\n      \u003cp\u003e\n        Add an instant pop of colour to birthdays,\n        festivals and celebrations.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rw-card\"\u003e\n      \u003cdiv class=\"rw-icon\"\u003e🐶\u003c\/div\u003e\n      \u003ch3\u003eFun Costume\u003c\/h3\u003e\n      \u003cp\u003e\n        A playful accessory for pups who enjoy\n        being part of the fun.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rw-card\"\u003e\n      \u003cdiv class=\"rw-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eInstant Makeover\u003c\/h3\u003e\n      \u003cp\u003e\n        One wig can completely transform your\n        pet's look in seconds.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       STORY\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-feature\"\u003e\n\n    \u003cdiv class=\"rw-feature-badge\"\u003e\n      A Little More Colour\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Because Every Pup Deserves A Rainbow 🌈\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Whether it's a birthday, costume party or simply time for\n      another ridiculous pet photoshoot, this colourful clown wig\n      makes every moment a little more fun.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       PRODUCT DETAILS\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-section\"\u003e\n\n    \u003cdiv class=\"rw-title\"\u003e\n\n      \u003cspan\u003eProduct Details\u003c\/span\u003e\n\n      \u003ch2\u003e\n        Know What You're Ordering\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rw-details\"\u003e\n\n      \u003cdiv class=\"rw-detail\"\u003e\n        \u003cstrong\u003eMaterial\u003c\/strong\u003e\n        \u003cspan\u003e\n          High-temperature resistant fibre.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rw-detail\"\u003e\n        \u003cstrong\u003eRainbow Colours\u003c\/strong\u003e\n        \u003cspan\u003e\n          Bright multicolour fibres create the\n          colourful clown-style look.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rw-detail\"\u003e\n        \u003cstrong\u003eClown Style\u003c\/strong\u003e\n        \u003cspan\u003e\n          A playful costume accessory designed\n          for colourful photo moments.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rw-detail\"\u003e\n        \u003cstrong\u003eAdjustable Strap\u003c\/strong\u003e\n        \u003cspan\u003e\n          Includes an elastic rope designed to\n          help adjust the fit.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rw-detail\"\u003e\n        \u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\n        \u003cspan\u003e\n          Designed to provide a softer surface\n          where the wig sits against your pet.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rw-detail\"\u003e\n        \u003cstrong\u003ePhoto-Ready\u003c\/strong\u003e\n        \u003cspan\u003e\n          Designed for parties, holidays,\n          celebrations and fun photos.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rw-spec-row\"\u003e\n\n      \u003cdiv class=\"rw-spec\"\u003e\n        \u003cstrong\u003eWeight\u003c\/strong\u003e\u003cbr\u003e\n        Approximately 40g.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rw-spec\"\u003e\n        \u003cstrong\u003eInner Design\u003c\/strong\u003e\u003cbr\u003e\n        Soft inner net with an adjustable elastic rope.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       QUALITY \/ COMFORT\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-section\"\u003e\n\n    \u003cdiv class=\"rw-quality\"\u003e\n\n      \u003cdiv class=\"rw-quality-heading\"\u003e\n\n        \u003cspan\u003e\n          Comfort \u0026amp; Design\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Big Look. Lightweight Design. 🌈\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          A pet costume should be fun, but your pet's\n          comfort still comes first.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rw-quality-story\"\u003e\n\n        \u003ch3\u003e\n          More Than Just A Funny Wig\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          This Rainbow Clown Wig combines colourful fibres with\n          an approximately 40g construction, a soft inner net and\n          an adjustable elastic rope. The goal is a dramatic\n          costume transformation without adding unnecessary bulk.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rw-quality-grid\"\u003e\n\n        \u003cdiv class=\"rw-quality-card\"\u003e\n\n          \u003cstrong\u003e\n            🐾 Soft Inner Net\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            The inner net provides a softer surface where\n            the wig sits against your pet's head.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"rw-quality-card\"\u003e\n\n          \u003cstrong\u003e\n            🎀 Adjustable Elastic Rope\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            The elastic rope allows you to adjust the wig\n            rather than relying on a completely fixed fit.\n            Never overtighten it.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"rw-quality-card\"\u003e\n\n          \u003cstrong\u003e\n            🪶 Approximately 40g\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Lightweight construction creates the colourful\n            costume effect without unnecessary weight.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"rw-quality-card\"\u003e\n\n          \u003cstrong\u003e\n            🧼 Reusable Costume Accessory\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Gentle handling, hand washing and natural air\n            drying can help maintain the fibres and overall\n            appearance between uses.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       FIT\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-section\"\u003e\n\n    \u003cdiv class=\"rw-fit\"\u003e\n\n      \u003ch2\u003e\n        Find The Right Fit 🎀\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Adjust the elastic rope gently so the wig sits in\n        position without being too tight. Always check the fit\n        before allowing your pet to move around while wearing it.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rw-fit-help\"\u003e\n\n        \u003cstrong\u003e\n          🐾 Fit Tip:\n        \u003c\/strong\u003e\n\n        Introduce the wig gradually. A costume accessory should\n        never be forced onto a pet that appears uncomfortable,\n        stressed or irritated.\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       HOW TO WEAR\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-section\"\u003e\n\n    \u003cdiv class=\"rw-title\"\u003e\n\n      \u003cspan\u003e\n        Simple \u0026amp; Fun\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        How To Put It On\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rw-steps\"\u003e\n\n      \u003cdiv class=\"rw-step\"\u003e\n\n        \u003cdiv class=\"rw-number\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Place\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Gently position the wig over your pet's head.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rw-step\"\u003e\n\n        \u003cdiv class=\"rw-number\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Adjust\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the elastic rope to create a comfortable\n          fit without overtightening.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rw-step\"\u003e\n\n        \u003cdiv class=\"rw-number\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Snap Away\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Grab your camera and capture those unforgettable\n          rainbow moments. 🌈\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       CARE\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-care\"\u003e\n\n    \u003ch2\u003e\n      Care Instructions 🫧\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eWash:\u003c\/strong\u003e\n      Hand wash gently with warm water.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eDry:\u003c\/strong\u003e\n      Air dry naturally.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eHandle:\u003c\/strong\u003e\n      Handle the fibres gently to help maintain\n      their appearance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eAvoid:\u003c\/strong\u003e\n      High heat and machine washing or drying.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SAFETY\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"rw-note\"\u003e\n\n    \u003cstrong\u003e\n      🐾 Pet Safety:\n    \u003c\/strong\u003e\n\n    This is a costume accessory intended for supervised use.\n    Introduce the wig gradually and remove it if your pet shows\n    signs of discomfort, stress or irritation. Keep the wig and\n    elastic rope away from chewing or ingestion. Never leave\n    your pet unattended while wearing the wig.\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       SHOP WITH CONFIDENCE\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-customer-trust\"\u003e\n\n    \u003cspan class=\"rw-customer-label\"\u003e\n      THE OMG FIND PROMISE\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Shop With Confidence 🛡️\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rw-customer-intro\"\u003e\n      Buying a pet costume online can come with questions.\n      That's why we provide clear product information,\n      care guidance and support to help you make an\n      informed choice before ordering.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rw-customer-grid\"\u003e\n\n      \u003cdiv class=\"rw-customer-card\"\u003e\n\n        \u003cdiv class=\"rw-customer-icon\"\u003e\n          🌈\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Clear Product Information\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          We explain the material, approximate weight,\n          adjustable design and inner construction so you\n          know more about what you're ordering.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rw-customer-card\"\u003e\n\n        \u003cdiv class=\"rw-customer-icon\"\u003e\n          🐾\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Pet Comfort First\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          We provide wearing and safety guidance because\n          costume time should only continue while your pet\n          remains comfortable and supervised.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rw-customer-card\"\u003e\n\n        \u003cdiv class=\"rw-customer-icon\"\u003e\n          🧼\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Clear Care Guidance\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          You'll know how to gently wash, dry and handle\n          the wig to help maintain its colourful appearance\n          between costume days.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rw-customer-card\"\u003e\n\n        \u003cdiv class=\"rw-customer-icon\"\u003e\n          💬\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Customer Support\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have a question about the wig or your order?\n          Contact OMG Find and we'll help with the\n          information you need.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rw-order-promise\"\u003e\n\n      \u003cdiv class=\"rw-order-promise-icon\"\u003e\n        💛\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003cstrong\u003e\n          Your order matters to us.\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          If your wig arrives damaged or clearly isn't what\n          was shown on the product page, contact us and we'll\n          help resolve the issue in line with our store policies.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       FINAL CLOSING\n       ===================================================== --\u003e\n\n  \u003csection class=\"rw-final\"\u003e\n\n    \u003ch2\u003e\n      Big Colour. Big Personality. 🌈\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Get ready for the funniest, fluffiest and most\n      colourful photoshoot yet.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     ONE-TIME CONFETTI SCRIPT\n     ========================================================= --\u003e\n\n\u003cscript\u003e\n(function () {\n\n  var page = document.querySelector('.rainbow-wig-page');\n\n  if (!page) return;\n\n  var colours = [\n    '#ff5d73',\n    '#ffb703',\n    '#17b890',\n    '#4d8feb',\n    '#9b5de5'\n  ];\n\n  var pieces = 42;\n\n  for (var i = 0; i \u003c pieces; i++) {\n\n    var piece = document.createElement('span');\n\n    piece.className = 'rw-confetti';\n\n    piece.style.backgroundColor =\n      colours[Math.floor(Math.random() * colours.length)];\n\n    piece.style.left =\n      (10 + Math.random() * 80) + '%';\n\n    piece.style.setProperty(\n      '--rw-x',\n      ((Math.random() - 0.5) * 260) + 'px'\n    );\n\n    piece.style.setProperty(\n      '--rw-rotate',\n      ((Math.random() - 0.5) * 900) + 'deg'\n    );\n\n    piece.style.animationDelay =\n      (Math.random() * 0.45) + 's';\n\n    piece.style.width =\n      (5 + Math.random() * 5) + 'px';\n\n    piece.style.height =\n      (8 + Math.random() * 7) + 'px';\n\n    page.appendChild(piece);\n\n    setTimeout(function (el) {\n      el.remove();\n    }, 3300, piece);\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"OMG Finds","offers":[{"title":"Multicolor","offer_id":48042467033251,"sku":null,"price":280.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/Pug-rainbow-clown-wig-dog.webp?v=1789235628"},{"product_id":"dog-wig-linen-bob-brown-bob-wig-for-dogs","title":"Brown Bob Wig for Dogs | Funny Pet Costume Wig","description":"\u003cstyle\u003e\n\/* =========================================================\n   BROWN BOB — PREMIUM CHOCOLATE EDITORIAL DESIGN\n   Shopify-ready | Scoped CSS | Responsive | Reduced Motion\n========================================================= *\/\n\n.bob-luxe-page{\n  --brown:#3b2419;\n  --deep:#24150f;\n  --coffee:#5a3828;\n  --mocha:#765340;\n  --cream:#fbf7f3;\n  --sand:#eee1d5;\n  --champagne:#c9a47d;\n  --gold:#b88b5b;\n  --text:#2b211c;\n  --muted:#6f6259;\n  --white:#fff;\n\n  font-family:Arial,Helvetica,sans-serif;\n  color:var(--text);\n  background:#fff;\n  line-height:1.65;\n  max-width:1000px;\n  margin:0 auto;\n  overflow:hidden;\n}\n\n.bob-luxe-page *,\n.bob-luxe-page *:before,\n.bob-luxe-page *:after{\n  box-sizing:border-box;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.bob-luxe-hero{\n  position:relative;\n  overflow:hidden;\n  padding:68px 28px 62px;\n  text-align:center;\n  border-radius:28px;\n  margin-bottom:32px;\n  color:#fff;\n  background:\n    radial-gradient(circle at 50% 20%,rgba(201,164,125,.22),transparent 34%),\n    linear-gradient(145deg,#24150f 0%,#3b2419 48%,#1d110c 100%);\n  border:1px solid rgba(201,164,125,.35);\n  box-shadow:0 18px 50px rgba(59,36,25,.16);\n  isolation:isolate;\n  animation:bobLuxeFade .8s ease both;\n}\n\n\/* subtle background glow *\/\n.bob-luxe-hero:before{\n  content:\"\";\n  position:absolute;\n  width:420px;\n  height:420px;\n  border-radius:50%;\n  top:-230px;\n  left:50%;\n  transform:translateX(-50%);\n  background:rgba(255,221,184,.12);\n  filter:blur(15px);\n  animation:bobGlow 5s ease-in-out infinite;\n  z-index:-1;\n}\n\n\/* elegant diagonal sheen *\/\n.bob-luxe-hero:after{\n  content:\"\";\n  position:absolute;\n  width:160%;\n  height:1px;\n  left:-30%;\n  bottom:28px;\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.08),\n    rgba(201,164,125,.65),\n    rgba(255,255,255,.08),\n    transparent\n  );\n}\n\n.bob-luxe-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:9px;\n  padding:8px 17px;\n  border-radius:999px;\n  border:1px solid rgba(255,255,255,.18);\n  background:rgba(255,255,255,.07);\n  color:#ead4be;\n  font-size:11px;\n  font-weight:800;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  backdrop-filter:blur(8px);\n}\n\n.bob-luxe-hero h1{\n  position:relative;\n  margin:20px auto 16px;\n  max-width:780px;\n  font-size:44px;\n  line-height:1.1;\n  font-weight:900;\n  letter-spacing:-1.2px;\n  color:#fff;\n}\n\n.bob-luxe-hero h1 span{\n  background:linear-gradient(\n    90deg,\n    #fff,\n    #e5c7a7,\n    #fff\n  );\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n\n.bob-luxe-hero p{\n  max-width:680px;\n  margin:0 auto;\n  color:#e7d9cf;\n  font-size:17px;\n}\n\n.bob-luxe-hero-accent{\n  margin-top:25px;\n  color:#d4af87;\n  font-size:20px;\n  letter-spacing:8px;\n  animation:bobFloat 4s ease-in-out infinite;\n}\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.bob-luxe-intro{\n  text-align:center;\n  padding:22px 20px 38px;\n}\n\n.bob-luxe-kicker{\n  display:block;\n  margin-bottom:8px;\n  color:var(--gold);\n  font-size:11px;\n  font-weight:800;\n  text-transform:uppercase;\n  letter-spacing:2px;\n}\n\n.bob-luxe-intro h2{\n  margin:0 0 12px;\n  color:var(--deep);\n  font-size:31px;\n  line-height:1.2;\n  font-weight:900;\n}\n\n.bob-luxe-intro p{\n  max-width:750px;\n  margin:auto;\n  color:var(--muted);\n  font-size:16px;\n}\n\n\/* =========================================================\n   BENEFIT CARDS\n========================================================= *\/\n\n.bob-luxe-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin:10px 0 40px;\n}\n\n.bob-luxe-card{\n  position:relative;\n  overflow:hidden;\n  padding:27px 20px;\n  background:linear-gradient(145deg,#fff,#faf6f2);\n  border:1px solid #e6d8cc;\n  border-radius:20px;\n  text-align:center;\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n  animation:bobFadeUp .7s ease both;\n}\n\n.bob-luxe-card:before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:3px;\n  background:linear-gradient(\n    90deg,\n    transparent,\n    var(--champagne),\n    transparent\n  );\n  opacity:.65;\n}\n\n.bob-luxe-card:hover{\n  transform:translateY(-6px);\n  border-color:#d3b89e;\n  box-shadow:0 16px 34px rgba(59,36,25,.12);\n}\n\n.bob-luxe-icon{\n  width:52px;\n  height:52px;\n  margin:0 auto 13px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:16px;\n  background:linear-gradient(145deg,#3b2419,#684634);\n  color:#f2d8bb;\n  font-size:24px;\n  box-shadow:0 8px 18px rgba(59,36,25,.16);\n}\n\n.bob-luxe-card h3{\n  margin:7px 0 8px;\n  color:var(--deep);\n  font-size:17px;\n  font-weight:800;\n}\n\n.bob-luxe-card p{\n  margin:0;\n  color:var(--muted);\n  font-size:14px;\n}\n\n\/* =========================================================\n   EDITORIAL FEATURE\n========================================================= *\/\n\n.bob-luxe-feature{\n  position:relative;\n  overflow:hidden;\n  margin:38px 0;\n  padding:52px 28px;\n  text-align:center;\n  border-radius:26px;\n  color:#fff;\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255,255,255,.03) 25%,\n      transparent 25%,\n      transparent 50%,\n      rgba(255,255,255,.03) 50%,\n      rgba(255,255,255,.03) 75%,\n      transparent 75%\n    ),\n    linear-gradient(135deg,#2a1810,#4a2d20,#24150f);\n  background-size:70px 70px,100% 100%;\n  border:1px solid rgba(201,164,125,.28);\n  box-shadow:0 18px 45px rgba(45,27,18,.16);\n}\n\n\/* soft moving shine *\/\n.bob-luxe-feature:before{\n  content:\"\";\n  position:absolute;\n  width:240px;\n  height:240px;\n  top:-120px;\n  left:-120px;\n  border-radius:50%;\n  background:rgba(255,220,188,.11);\n  filter:blur(20px);\n  animation:bobFeatureGlow 6s ease-in-out infinite;\n}\n\n.bob-luxe-feature:after{\n  content:\"✦\";\n  position:absolute;\n  right:30px;\n  bottom:-45px;\n  font-size:180px;\n  color:rgba(255,255,255,.035);\n  line-height:1;\n}\n\n.bob-luxe-badge{\n  position:relative;\n  display:inline-block;\n  padding:7px 15px;\n  margin-bottom:15px;\n  border-radius:999px;\n  background:rgba(255,255,255,.09);\n  border:1px solid rgba(255,255,255,.18);\n  color:#ead2b8;\n  font-size:10px;\n  font-weight:800;\n  text-transform:uppercase;\n  letter-spacing:2px;\n}\n\n.bob-luxe-feature h2{\n  position:relative;\n  margin:0 auto 12px;\n  max-width:700px;\n  color:#fff;\n  font-size:31px;\n  line-height:1.2;\n  font-weight:900;\n}\n\n.bob-luxe-feature p{\n  position:relative;\n  max-width:680px;\n  margin:auto;\n  color:#e6d9d0;\n  font-size:16px;\n}\n\n\/* =========================================================\n   SECTION TITLES\n========================================================= *\/\n\n.bob-luxe-section{\n  padding:25px 10px;\n}\n\n.bob-luxe-section-title{\n  text-align:center;\n  margin:0 0 25px;\n}\n\n.bob-luxe-section-title small{\n  display:block;\n  margin-bottom:6px;\n  color:var(--gold);\n  font-size:10px;\n  font-weight:800;\n  text-transform:uppercase;\n  letter-spacing:2px;\n}\n\n.bob-luxe-section-title h2{\n  margin:0;\n  color:var(--deep);\n  font-size:29px;\n  line-height:1.2;\n  font-weight:900;\n}\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.bob-luxe-details{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:14px;\n}\n\n.bob-luxe-detail{\n  padding:24px 16px;\n  text-align:center;\n  border-radius:18px;\n  background:#fff;\n  border:1px solid #e4d8cf;\n  transition:.3s ease;\n}\n\n.bob-luxe-detail:hover{\n  transform:translateY(-4px);\n  box-shadow:0 12px 26px rgba(59,36,25,.08);\n}\n\n.bob-luxe-detail-label{\n  display:block;\n  margin-bottom:8px;\n  color:#8a6b55;\n  font-size:10px;\n  text-transform:uppercase;\n  font-weight:800;\n  letter-spacing:1.5px;\n}\n\n.bob-luxe-detail strong{\n  display:block;\n  color:var(--deep);\n  font-size:15px;\n}\n\n\/* =========================================================\n   FIT PANEL\n========================================================= *\/\n\n.bob-luxe-fit{\n  position:relative;\n  overflow:hidden;\n  margin:25px 0;\n  padding:36px 26px;\n  text-align:center;\n  border-radius:22px;\n  background:\n    radial-gradient(circle at 20% 30%,rgba(201,164,125,.12),transparent 30%),\n    #f8f2ed;\n  border:1px solid #e2d3c6;\n}\n\n.bob-luxe-fit:after{\n  content:\"🐾\";\n  position:absolute;\n  right:20px;\n  bottom:-20px;\n  font-size:85px;\n  opacity:.045;\n  transform:rotate(-12deg);\n}\n\n.bob-luxe-fit h3{\n  margin:0 0 10px;\n  color:var(--deep);\n  font-size:23px;\n}\n\n.bob-luxe-fit p{\n  position:relative;\n  z-index:1;\n  max-width:720px;\n  margin:auto;\n  color:var(--muted);\n  font-size:14px;\n}\n\n\/* =========================================================\n   STEPS\n========================================================= *\/\n\n.bob-luxe-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n}\n\n.bob-luxe-step{\n  position:relative;\n  padding:28px 17px;\n  text-align:center;\n  background:#fff;\n  border:1px solid #e4d8cf;\n  border-radius:20px;\n  transition:.3s ease;\n}\n\n.bob-luxe-step:hover{\n  transform:translateY(-5px);\n  box-shadow:0 13px 28px rgba(59,36,25,.09);\n}\n\n.bob-luxe-step:nth-child(2){\n  background:#f7f0ea;\n}\n\n.bob-luxe-number{\n  width:42px;\n  height:42px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 13px;\n  border-radius:50%;\n  background:linear-gradient(145deg,#3b2419,#6a4734);\n  color:#fff;\n  font-size:15px;\n  font-weight:900;\n  box-shadow:0 7px 16px rgba(59,36,25,.18);\n}\n\n.bob-luxe-step h3{\n  margin:5px 0 7px;\n  color:var(--deep);\n  font-size:16px;\n}\n\n.bob-luxe-step p{\n  margin:0;\n  color:var(--muted);\n  font-size:13px;\n}\n\n\/* =========================================================\n   STATEMENT BANNER\n========================================================= *\/\n\n.bob-luxe-statement{\n  position:relative;\n  overflow:hidden;\n  margin:35px 0;\n  padding:45px 25px;\n  text-align:center;\n  border-radius:24px;\n  background:linear-gradient(135deg,#fffaf6,#eee0d4);\n  border:1px solid #dfcfc1;\n}\n\n.bob-luxe-statement:before,\n.bob-luxe-statement:after{\n  content:\"✦\";\n  position:absolute;\n  color:#c4a181;\n  opacity:.35;\n  font-size:40px;\n}\n\n.bob-luxe-statement:before{\n  left:35px;\n  top:25px;\n}\n\n.bob-luxe-statement:after{\n  right:35px;\n  bottom:20px;\n}\n\n.bob-luxe-statement h2{\n  position:relative;\n  margin:0 0 10px;\n  color:var(--deep);\n  font-size:29px;\n  font-weight:900;\n}\n\n.bob-luxe-statement p{\n  position:relative;\n  max-width:680px;\n  margin:auto;\n  color:var(--muted);\n}\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.bob-luxe-care{\n  position:relative;\n  overflow:hidden;\n  margin:30px 0;\n  padding:30px;\n  border-radius:21px;\n  background:#2b1a12;\n  border:1px solid #5a3a29;\n  color:#fff;\n}\n\n.bob-luxe-care:before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:-100%;\n  width:45%;\n  height:100%;\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.055),\n    transparent\n  );\n  transform:skewX(-20deg);\n  animation:bobSheen 7s ease-in-out infinite;\n}\n\n.bob-luxe-care h2{\n  position:relative;\n  margin:0 0 15px;\n  color:#fff;\n  font-size:23px;\n}\n\n.bob-luxe-care ul{\n  position:relative;\n  margin:0;\n  padding-left:20px;\n  color:#dbcfc7;\n}\n\n.bob-luxe-care li{\n  margin:6px 0;\n}\n\n\/* =========================================================\n   SAFETY\n========================================================= *\/\n\n.bob-luxe-safety{\n  margin:30px 0;\n  padding:25px;\n  text-align:center;\n  border-radius:19px;\n  background:#fff;\n  border:1px solid #e1d8d1;\n}\n\n.bob-luxe-safety-icon{\n  display:inline-flex;\n  width:42px;\n  height:42px;\n  align-items:center;\n  justify-content:center;\n  margin-bottom:10px;\n  border-radius:50%;\n  background:#f4ebe4;\n  font-size:19px;\n}\n\n.bob-luxe-safety h3{\n  margin:0 0 8px;\n  color:var(--deep);\n  font-size:18px;\n}\n\n.bob-luxe-safety p{\n  max-width:730px;\n  margin:auto;\n  color:#6d625b;\n  font-size:14px;\n}\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.bob-luxe-final{\n  position:relative;\n  overflow:hidden;\n  margin-top:35px;\n  padding:55px 25px;\n  text-align:center;\n  border-radius:27px;\n  color:#fff;\n  background:\n    radial-gradient(circle at 50% 0%,rgba(201,164,125,.18),transparent 38%),\n    linear-gradient(145deg,#24150f,#3d2418);\n  border:1px solid rgba(201,164,125,.28);\n}\n\n.bob-luxe-final:before{\n  content:\"✦  ✦  ✦\";\n  position:absolute;\n  top:18px;\n  left:0;\n  right:0;\n  color:#c9a47d;\n  opacity:.6;\n  letter-spacing:12px;\n  font-size:12px;\n}\n\n.bob-luxe-final h2{\n  margin:0 0 12px;\n  color:#fff;\n  font-size:34px;\n  line-height:1.2;\n  font-weight:900;\n}\n\n.bob-luxe-final p{\n  max-width:650px;\n  margin:auto;\n  color:#dfd1c8;\n}\n\n\n\n\/* =========================================================\n   CUSTOMER TRUST\n========================================================= *\/\n.bob-luxe-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 34px;}\n.bob-luxe-trust-card{position:relative;overflow:hidden;text-align:center;padding:20px 13px;border-radius:18px;background:#fff;border:1px solid #e4d8cf;box-shadow:0 8px 24px rgba(59,36,25,.055);transition:.3s ease;}\n.bob-luxe-trust-card:before{content:\"\";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brown),var(--champagne),var(--brown));}\n.bob-luxe-trust-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(59,36,25,.1);}\n.bob-luxe-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#f4ebe4;font-size:21px;}\n.bob-luxe-trust-card strong{display:block;color:var(--deep);font-size:14px;margin-bottom:4px;}\n.bob-luxe-trust-card span{display:block;color:var(--muted);font-size:12px;line-height:1.5;}\n.bob-luxe-customer-trust{position:relative;overflow:hidden;margin:38px 0;padding:42px 28px;border-radius:25px;background:linear-gradient(145deg,#24150f,#3b2419);color:#fff;border:1px solid rgba(201,164,125,.3);box-shadow:0 18px 45px rgba(45,27,18,.15);}\n.bob-luxe-customer-trust:before{content:\"\";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8d654a,#c9a47d,#ead2b8,#c9a47d,#8d654a);}\n.bob-luxe-trust-label{display:block;text-align:center;color:#d8b995;font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:7px;}\n.bob-luxe-customer-trust h2{text-align:center;margin:0 0 9px;color:#fff;font-size:30px;}\n.bob-luxe-customer-intro{max-width:710px;margin:0 auto 27px;text-align:center;color:#dfd1c8;font-size:14px;}\n.bob-luxe-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}\n.bob-luxe-customer-card{padding:22px;border-radius:17px;background:#fff;color:var(--text);border-left:4px solid var(--champagne);}\n.bob-luxe-customer-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f4ebe4;font-size:21px;margin-bottom:10px;}\n.bob-luxe-customer-card h3{margin:0 0 6px;color:var(--deep);font-size:16px;}\n.bob-luxe-customer-card p{margin:0;color:var(--muted);font-size:13px;}\n.bob-luxe-order-promise{display:flex;align-items:center;gap:16px;margin-top:16px;padding:21px;border-radius:17px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);}\n.bob-luxe-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:22px;}\n.bob-luxe-order-promise strong{display:block;color:#fff;font-size:15px;margin-bottom:3px;}\n.bob-luxe-order-promise span{display:block;color:#dfd1c8;font-size:13px;}\n@media(max-width:700px){.bob-luxe-trust-strip{grid-template-columns:1fr 1fr;gap:10px}.bob-luxe-customer-grid{grid-template-columns:1fr}.bob-luxe-customer-trust{padding:34px 18px}.bob-luxe-order-promise{flex-direction:column;text-align:center}}\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes bobLuxeFade{\n  from{\n    opacity:0;\n    transform:translateY(16px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes bobFadeUp{\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes bobFloat{\n  0%,100%{\n    transform:translateY(0);\n  }\n  50%{\n    transform:translateY(-4px);\n  }\n}\n\n@keyframes bobGlow{\n  0%,100%{\n    opacity:.6;\n    transform:translateX(-50%) scale(1);\n  }\n  50%{\n    opacity:1;\n    transform:translateX(-50%) scale(1.08);\n  }\n}\n\n@keyframes bobFeatureGlow{\n  0%,100%{\n    transform:translate(0,0);\n    opacity:.45;\n  }\n  50%{\n    transform:translate(420px,80px);\n    opacity:.75;\n  }\n}\n\n@keyframes bobSheen{\n  0%,55%{\n    left:-100%;\n  }\n  75%,100%{\n    left:150%;\n  }\n}\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media (prefers-reduced-motion:reduce){\n  .bob-luxe-page *,\n  .bob-luxe-page *:before,\n  .bob-luxe-page *:after{\n    animation:none !important;\n    transition:none !important;\n  }\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:700px){\n\n  .bob-luxe-hero{\n    padding:46px 19px 48px;\n    border-radius:22px;\n  }\n\n  .bob-luxe-hero h1{\n    font-size:31px;\n    letter-spacing:-.5px;\n  }\n\n  .bob-luxe-hero p{\n    font-size:16px;\n  }\n\n  .bob-luxe-intro{\n    padding:18px 15px 32px;\n  }\n\n  .bob-luxe-intro h2{\n    font-size:26px;\n  }\n\n  .bob-luxe-grid{\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n  }\n\n  .bob-luxe-card{\n    padding:21px 12px;\n    border-radius:17px;\n  }\n\n  .bob-luxe-card h3{\n    font-size:15px;\n  }\n\n  .bob-luxe-card p{\n    font-size:13px;\n  }\n\n  .bob-luxe-icon{\n    width:46px;\n    height:46px;\n    font-size:21px;\n  }\n\n  .bob-luxe-feature{\n    padding:42px 19px;\n    border-radius:22px;\n  }\n\n  .bob-luxe-feature h2{\n    font-size:26px;\n  }\n\n  .bob-luxe-feature p{\n    font-size:14px;\n  }\n\n  .bob-luxe-section{\n    padding:22px 8px;\n  }\n\n  .bob-luxe-section-title h2{\n    font-size:25px;\n  }\n\n  .bob-luxe-details{\n    grid-template-columns:1fr;\n  }\n\n  .bob-luxe-fit{\n    padding:30px 20px;\n  }\n\n  .bob-luxe-fit h3{\n    font-size:21px;\n  }\n\n  .bob-luxe-steps{\n    grid-template-columns:1fr;\n  }\n\n  .bob-luxe-statement{\n    padding:40px 19px;\n  }\n\n  .bob-luxe-statement h2{\n    font-size:25px;\n  }\n\n  .bob-luxe-care{\n    padding:27px 20px;\n  }\n\n  .bob-luxe-final{\n    padding:48px 20px;\n  }\n\n  .bob-luxe-final h2{\n    font-size:28px;\n  }\n}\n\n@media(max-width:430px){\n\n  .bob-luxe-grid{\n    grid-template-columns:1fr;\n  }\n\n  .bob-luxe-hero h1{\n    font-size:28px;\n  }\n\n  .bob-luxe-hero-accent{\n    font-size:17px;\n    letter-spacing:5px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bob-luxe-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"bob-luxe-hero\"\u003e\n\n    \u003cdiv class=\"bob-luxe-eyebrow\"\u003e\n      ✦ Stylish • Funny • Photo-Ready ✦\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      Brown Bob Wig\u003cbr\u003e\n      \u003cspan\u003efor Dogs 🐾\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp\u003e\n      Give your pup a stylish new personality with a rich brown bob made for laughs, photos, parties and unforgettable moments.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"bob-luxe-hero-accent\"\u003e\n      🤎   ✦   🎀   ✦   🤎\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- QUICK TRUST --\u003e\n  \u003cdiv class=\"bob-luxe-trust-strip\"\u003e\n    \u003cdiv class=\"bob-luxe-trust-card\"\u003e\n\u003cdiv class=\"bob-luxe-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\u003cspan\u003eDesigned to sit gently on your pet's head during supervised wear.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"bob-luxe-trust-card\"\u003e\n\u003cdiv class=\"bob-luxe-trust-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\u003cspan\u003eElastic rope helps you adjust the wig for a more comfortable fit.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"bob-luxe-trust-card\"\u003e\n\u003cdiv class=\"bob-luxe-trust-icon\"\u003e🪶\u003c\/div\u003e\n\u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\u003cspan\u003eLightweight construction without unnecessary bulk.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"bob-luxe-trust-card\"\u003e\n\u003cdiv class=\"bob-luxe-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003cspan\u003eQuestions about the wig or your order? OMG Find is here to help.\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"bob-luxe-intro\"\u003e\n\n    \u003cspan class=\"bob-luxe-kicker\"\u003eThe Look\u003c\/span\u003e\n\n    \u003ch2\u003e\n      A Little Bob. A Lot Of Personality. 🤎\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Switch up your pup's look in seconds with this fun Brown Bob Wig.\n      The chin-length bob creates an instantly stylish transformation, while the soft inner net and adjustable elastic rope help keep the wig comfortably positioned during supervised wear.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"bob-luxe-grid\"\u003e\n\n    \u003cdiv class=\"bob-luxe-card\"\u003e\n      \u003cdiv class=\"bob-luxe-icon\"\u003e🤎\u003c\/div\u003e\n      \u003ch3\u003eRich Brown Style\u003c\/h3\u003e\n      \u003cp\u003e\n        A classic brown bob that gives your pup a completely new look.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bob-luxe-card\"\u003e\n      \u003cdiv class=\"bob-luxe-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eInstant Makeover\u003c\/h3\u003e\n      \u003cp\u003e\n        Transform their personality in seconds for maximum laughs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bob-luxe-card\"\u003e\n      \u003cdiv class=\"bob-luxe-icon\"\u003e🎉\u003c\/div\u003e\n      \u003ch3\u003eParty Ready\u003c\/h3\u003e\n      \u003cp\u003e\n        Perfect for birthdays, themed events, holidays and celebrations.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bob-luxe-card\"\u003e\n      \u003cdiv class=\"bob-luxe-icon\"\u003e📸\u003c\/div\u003e\n      \u003ch3\u003ePhoto-Ready\u003c\/h3\u003e\n      \u003cp\u003e\n        Create hilarious photos and memorable social media content.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bob-luxe-card\"\u003e\n      \u003cdiv class=\"bob-luxe-icon\"\u003e🎀\u003c\/div\u003e\n      \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n      \u003cp\u003e\n        The elastic rope allows you to adjust the wig for a more secure fit.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bob-luxe-card\"\u003e\n      \u003cdiv class=\"bob-luxe-icon\"\u003e🐶\u003c\/div\u003e\n      \u003ch3\u003eSoft Inner Net\u003c\/h3\u003e\n      \u003cp\u003e\n        Designed to sit comfortably on your pet's head during supervised wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- EDITORIAL FEATURE --\u003e\n  \u003cdiv class=\"bob-luxe-feature\"\u003e\n\n    \u003cdiv class=\"bob-luxe-badge\"\u003e\n      New Look Unlocked\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Who Is This Stylish Little Diva? 🎀\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      One wig can completely change the vibe. Add the Brown Bob for a funny photoshoot, birthday celebration or simply a little everyday giggle.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"bob-luxe-section\"\u003e\n\n    \u003cdiv class=\"bob-luxe-section-title\"\u003e\n      \u003csmall\u003eSpecifications\u003c\/small\u003e\n      \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bob-luxe-details\"\u003e\n\n      \u003cdiv class=\"bob-luxe-detail\"\u003e\n        \u003cspan class=\"bob-luxe-detail-label\"\u003eMaterial\u003c\/span\u003e\n        \u003cstrong\u003eHigh-temperature resistant fibre\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bob-luxe-detail\"\u003e\n        \u003cspan class=\"bob-luxe-detail-label\"\u003eWeight\u003c\/span\u003e\n        \u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"bob-luxe-detail\"\u003e\n        \u003cspan class=\"bob-luxe-detail-label\"\u003eFit\u003c\/span\u003e\n        \u003cstrong\u003eDesigned for most small breeds\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FIT --\u003e\n  \u003cdiv class=\"bob-luxe-fit\"\u003e\n\n    \u003ch3\u003e📏 Small Breed Friendly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed with most small breeds in mind. The adjustable elastic rope helps create a more secure fit, while the soft inner net is designed to sit comfortably on your pet's head.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-top:12px;\"\u003e\n      Always check your pet's head size and compare it with the product dimensions before ordering.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- HOW TO WEAR --\u003e\n  \u003cdiv class=\"bob-luxe-section\"\u003e\n\n    \u003cdiv class=\"bob-luxe-section-title\"\u003e\n      \u003csmall\u003eQuick \u0026amp; Easy\u003c\/small\u003e\n      \u003ch2\u003eGet The Look In 3 Easy Steps ✨\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bob-luxe-steps\"\u003e\n\n      \u003cdiv class=\"bob-luxe-step\"\u003e\n\n        \u003cdiv class=\"bob-luxe-number\"\u003e1\u003c\/div\u003e\n\n        \u003ch3\u003ePlace\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Gently position the bob wig over your pet's head.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bob-luxe-step\"\u003e\n\n        \u003cdiv class=\"bob-luxe-number\"\u003e2\u003c\/div\u003e\n\n        \u003ch3\u003eAdjust\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the elastic rope to create a comfortable fit.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bob-luxe-step\"\u003e\n\n        \u003cdiv class=\"bob-luxe-number\"\u003e3\u003c\/div\u003e\n\n        \u003ch3\u003eStrike A Pose\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Grab your camera and capture their fabulous new look! 📸\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- STATEMENT --\u003e\n  \u003cdiv class=\"bob-luxe-statement\"\u003e\n\n    \u003ch2\u003e\n      Too Much Style For One Pup 🤎✨\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The bob is serving. The attitude is unmatched.\n      Get your camera ready because your pup may just become the star of the group chat.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CARE --\u003e\n  \u003cdiv class=\"bob-luxe-care\"\u003e\n\n    \u003ch2\u003e🧼 Care Instructions\u003c\/h2\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eHand wash gently with warm water.\u003c\/li\u003e\n      \u003cli\u003eAllow to air dry naturally.\u003c\/li\u003e\n      \u003cli\u003eAvoid high heat.\u003c\/li\u003e\n      \u003cli\u003eDo not machine wash or machine dry.\u003c\/li\u003e\n      \u003cli\u003eHandle the wig gently to help maintain its shape.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- SAFETY --\u003e\n  \u003cdiv class=\"bob-luxe-safety\"\u003e\n\n    \u003cdiv class=\"bob-luxe-safety-icon\"\u003e🐾\u003c\/div\u003e\n\n    \u003ch3\u003ePet Comfort Comes First\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Introduce the wig gradually and use only while your pet is comfortable and supervised.\n      Remove it if your pet shows signs of discomfort, stress or irritation.\n      Keep the wig and elastic rope away from chewing or ingestion.\n      This product is intended as a costume accessory, not a toy.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CUSTOMER TRUST --\u003e\n  \u003cdiv class=\"bob-luxe-customer-trust\"\u003e\n    \u003cspan class=\"bob-luxe-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"bob-luxe-customer-intro\"\u003eBuying a pet costume online can come with questions. That's why we provide clear product information, fit guidance, care instructions and support so you can make an informed choice before ordering.\u003c\/p\u003e\n    \u003cdiv class=\"bob-luxe-customer-grid\"\u003e\n      \u003cdiv class=\"bob-luxe-customer-card\"\u003e\n\u003cdiv class=\"bob-luxe-customer-icon\"\u003e📋\u003c\/div\u003e\n\u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\u003cp\u003eWe explain the material, approximate weight and adjustable design so you know more about what you're ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bob-luxe-customer-card\"\u003e\n\u003cdiv class=\"bob-luxe-customer-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n\u003cp\u003eWe provide wearing and safety guidance because costume time should only continue while your pet remains comfortable and supervised.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bob-luxe-customer-card\"\u003e\n\u003cdiv class=\"bob-luxe-customer-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n\u003cp\u003eSimple washing, drying and handling guidance helps you care for the wig between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"bob-luxe-customer-card\"\u003e\n\u003cdiv class=\"bob-luxe-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about the wig, fit 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    \u003cdiv class=\"bob-luxe-order-promise\"\u003e\n\u003cdiv class=\"bob-luxe-order-promise-icon\"\u003e🤎\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\u003cspan\u003eIf your wig 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  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv class=\"bob-luxe-final\"\u003e\n\n    \u003ch2\u003e\n      Brown Bob. Big Personality. 🤎🎀\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      One stylish transformation. A whole lot of laughs.\n      And plenty of photos worth sharing.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Brown","offer_id":48042831118499,"sku":"Brown Bob Wig for Dogs","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/brown-bob-wig-for-dogs.png?v=1788118538"},{"product_id":"black-curly-afro-wig-for-dogs-funny-pet-costume-wig","title":"Black Curly Afro Wig for Dogs | Funny Pet Costume Wig","description":"\u003cstyle\u003e\n\/* =========================================================\n   OMG FIND — BLACK CURLY AFRO WIG FOR DOGS\n   PREMIUM BLACK \/ WHITE TRUST-FOCUSED PRODUCT PAGE\n========================================================= *\/\n\n.afrowig-page {\n  --black:#111111;\n  --charcoal:#222222;\n  --grey:#666666;\n  --light-grey:#eeeeee;\n  --soft:#f7f7f7;\n  --white:#ffffff;\n  --border:#e3e3e3;\n\n  font-family:Arial,Helvetica,sans-serif;\n  color:#222;\n  background:#fff;\n  line-height:1.6;\n  max-width:1000px;\n  margin:0 auto;\n  overflow:hidden;\n  position:relative;\n}\n\n.afrowig-page *,\n.afrowig-page *::before,\n.afrowig-page *::after {\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.afrowig-hero {\n  text-align:center;\n  padding:58px 25px;\n  background:\n    radial-gradient(circle at 50% 20%,#ffffff 0%,transparent 55%),\n    linear-gradient(135deg,#f7f7f7,#ffffff,#eeeeee);\n  border-radius:22px;\n  margin-bottom:20px;\n  animation:afroFade 1s ease;\n  border:1px solid #e5e5e5;\n  position:relative;\n  overflow:hidden;\n}\n\n.afrowig-hero::before {\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  right:0;\n  height:4px;\n  background:linear-gradient(90deg,#111,#777,#111);\n}\n\n.afrowig-hero::after {\n  content:\"〰\";\n  position:absolute;\n  right:-20px;\n  bottom:-85px;\n  font-size:210px;\n  font-weight:900;\n  color:#111;\n  opacity:.025;\n  transform:rotate(-12deg);\n  pointer-events:none;\n}\n\n.afrowig-tag {\n  display:inline-block;\n  padding:7px 16px;\n  border-radius:30px;\n  background:#222;\n  color:#fff;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  margin-bottom:16px;\n}\n\n.afrowig-hero h1 {\n  font-size:42px;\n  line-height:1.15;\n  margin:0 0 15px;\n  color:#111;\n  font-weight:800;\n  position:relative;\n  z-index:1;\n}\n\n.afrowig-hero p {\n  max-width:650px;\n  margin:0 auto;\n  font-size:18px;\n  color:#555;\n  position:relative;\n  z-index:1;\n}\n\n.afrowig-curls {\n  margin-top:20px;\n  font-size:22px;\n  letter-spacing:7px;\n  animation:afroFloat 3s ease-in-out infinite;\n}\n\n\n\/* =========================================================\n   TOP PRODUCT TRUST BADGES\n========================================================= *\/\n\n.afrowig-trust {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n  margin:0 0 35px;\n}\n\n.afrowig-trust-item {\n  padding:20px 14px;\n  text-align:center;\n  border-radius:17px;\n  background:#fafafa;\n  border:1px solid #e2e2e2;\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n.afrowig-trust-item:hover {\n  transform:translateY(-5px);\n  border-color:#cfcfcf;\n  box-shadow:0 12px 28px rgba(0,0,0,.07);\n}\n\n.afrowig-trust-icon {\n  width:46px;\n  height:46px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 10px;\n  border-radius:50%;\n  background:#111;\n  color:#fff;\n  font-size:21px;\n  box-shadow:0 7px 18px rgba(0,0,0,.12);\n}\n\n.afrowig-trust-item strong {\n  display:block;\n  color:#111;\n  font-size:14px;\n  margin-bottom:4px;\n}\n\n.afrowig-trust-item span {\n  display:block;\n  color:#6b6b6b;\n  font-size:12px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.afrowig-intro {\n  text-align:center;\n  padding:25px 20px 40px;\n}\n\n.afrowig-intro h2 {\n  font-size:30px;\n  color:#111;\n  margin-bottom:10px;\n}\n\n.afrowig-intro p {\n  max-width:750px;\n  margin:auto;\n  color:#555;\n  font-size:16px;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.afrowig-grid {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:20px 0 40px;\n}\n\n.afrowig-card {\n  background:#fafafa;\n  border:1px solid #e5e5e5;\n  border-radius:18px;\n  padding:25px 18px;\n  text-align:center;\n  transition:all .3s ease;\n  animation:afroFadeUp .8s ease;\n}\n\n.afrowig-card:hover {\n  transform:translateY(-6px);\n  box-shadow:0 12px 30px rgba(0,0,0,.08);\n}\n\n.afrowig-icon {\n  font-size:30px;\n  margin-bottom:10px;\n}\n\n.afrowig-card h3 {\n  font-size:17px;\n  margin:8px 0;\n  color:#111;\n}\n\n.afrowig-card p {\n  font-size:14px;\n  color:#666;\n  margin:0;\n}\n\n\n\/* =========================================================\n   FEATURE\n========================================================= *\/\n\n.afrowig-feature {\n  background:linear-gradient(135deg,#f4f4f4,#ffffff);\n  border:1px solid #ddd;\n  border-radius:22px;\n  padding:42px 30px;\n  text-align:center;\n  margin:35px 0;\n  position:relative;\n  overflow:hidden;\n}\n\n.afrowig-feature::before {\n  content:\"✦ 〰 ✦ 〰 ✦\";\n  position:absolute;\n  top:12px;\n  left:0;\n  right:0;\n  color:#999;\n  font-size:13px;\n  letter-spacing:5px;\n}\n\n.afrowig-feature-badge {\n  display:inline-block;\n  background:#222;\n  color:#fff;\n  padding:6px 14px;\n  border-radius:20px;\n  font-size:11px;\n  font-weight:700;\n  text-transform:uppercase;\n  letter-spacing:1px;\n  margin-bottom:15px;\n}\n\n.afrowig-feature h2 {\n  font-size:30px;\n  margin:0 0 10px;\n  color:#111;\n}\n\n.afrowig-feature p {\n  max-width:680px;\n  margin:auto;\n  color:#555;\n}\n\n\n\/* =========================================================\n   GENERAL SECTION\n========================================================= *\/\n\n.afrowig-section {\n  padding:30px 10px;\n}\n\n.afrowig-section h2 {\n  text-align:center;\n  font-size:28px;\n  margin:0 0 12px;\n  color:#111;\n}\n\n.afrowig-section-intro {\n  text-align:center;\n  max-width:700px;\n  margin:0 auto 27px;\n  color:#666;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.afrowig-details {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:15px;\n}\n\n.afrowig-detail {\n  background:#fff;\n  border:1px solid #e2e2e2;\n  border-radius:16px;\n  padding:22px 15px;\n  text-align:center;\n  transition:transform .3s ease,box-shadow .3s ease;\n}\n\n.afrowig-detail:hover {\n  transform:translateY(-4px);\n  box-shadow:0 10px 25px rgba(0,0,0,.07);\n}\n\n.afrowig-detail strong {\n  display:block;\n  color:#111;\n  margin-bottom:5px;\n  font-size:15px;\n}\n\n.afrowig-detail span {\n  font-size:13px;\n  color:#666;\n}\n\n\n\/* =========================================================\n   WHY THIS DESIGN\n========================================================= *\/\n\n.afrowig-quality {\n  margin:20px 0 10px;\n  padding:34px 28px;\n  border-radius:21px;\n  background:linear-gradient(135deg,#fafafa,#fff);\n  border:1px solid #dedede;\n}\n\n.afrowig-quality-story {\n  max-width:790px;\n  margin:0 auto 20px;\n  padding:28px 25px;\n  background:#111;\n  color:#fff;\n  border-radius:18px;\n  position:relative;\n  overflow:hidden;\n}\n\n.afrowig-quality-story::after {\n  content:\"〰\";\n  position:absolute;\n  right:-10px;\n  bottom:-60px;\n  font-size:150px;\n  color:#fff;\n  opacity:.06;\n}\n\n.afrowig-quality-story h3 {\n  margin:0 0 10px;\n  color:#fff;\n  font-size:21px;\n}\n\n.afrowig-quality-story p {\n  margin:0;\n  color:#d7d7d7;\n  font-size:14px;\n  max-width:700px;\n  position:relative;\n  z-index:1;\n}\n\n.afrowig-quality-grid {\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n}\n\n.afrowig-quality-card {\n  padding:22px;\n  background:#fff;\n  border:1px solid #e2e2e2;\n  border-left:4px solid #111;\n  border-radius:16px;\n  transition:.3s ease;\n}\n\n.afrowig-quality-card:hover {\n  transform:translateY(-4px);\n  box-shadow:0 10px 25px rgba(0,0,0,.06);\n}\n\n.afrowig-quality-card strong {\n  display:block;\n  margin-bottom:6px;\n  color:#111;\n  font-size:15px;\n}\n\n.afrowig-quality-card span {\n  display:block;\n  color:#666;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   SIZE \/ FIT\n========================================================= *\/\n\n.afrowig-size-box {\n  background:#f8f8f8;\n  border-radius:20px;\n  padding:32px;\n  margin:25px 0;\n  text-align:center;\n  border:1px solid #e2e2e2;\n}\n\n.afrowig-size-box h3 {\n  margin-top:0;\n  font-size:22px;\n  color:#111;\n}\n\n.afrowig-measurements {\n  display:flex;\n  justify-content:center;\n  gap:18px;\n  flex-wrap:wrap;\n  margin:20px 0;\n}\n\n.afrowig-measure {\n  background:#fff;\n  border:1px solid #dcdcdc;\n  border-radius:14px;\n  padding:18px 28px;\n  min-width:150px;\n}\n\n.afrowig-measure strong {\n  display:block;\n  font-size:22px;\n  color:#111;\n}\n\n.afrowig-measure span {\n  font-size:12px;\n  color:#777;\n}\n\n.afrowig-size-box p {\n  margin:10px auto 0;\n  max-width:650px;\n  color:#666;\n  font-size:14px;\n}\n\n.afrowig-fit-help {\n  margin:20px auto 0;\n  max-width:680px;\n  padding:17px 20px;\n  border-radius:14px;\n  background:#fff;\n  border:1px solid #ddd;\n  color:#555;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   HOW TO WEAR\n========================================================= *\/\n\n.afrowig-steps {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:20px 0 35px;\n}\n\n.afrowig-step {\n  text-align:center;\n  padding:25px 15px;\n  background:#fff;\n  border-radius:18px;\n  border:1px solid #e5e5e5;\n  transition:.3s ease;\n}\n\n.afrowig-step:hover {\n  transform:translateY(-4px);\n  box-shadow:0 10px 25px rgba(0,0,0,.06);\n}\n\n.afrowig-step-number {\n  width:38px;\n  height:38px;\n  border-radius:50%;\n  background:#222;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 12px;\n  font-weight:700;\n}\n\n.afrowig-step h3 {\n  font-size:16px;\n  margin:5px 0;\n}\n\n.afrowig-step p {\n  font-size:13px;\n  color:#666;\n  margin:0;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.afrowig-care {\n  background:#f5f5f5;\n  border-radius:20px;\n  padding:30px;\n  margin:30px 0;\n  border-left:4px solid #222;\n}\n\n.afrowig-care h2 {\n  text-align:left;\n  margin-top:0;\n  font-size:23px;\n}\n\n.afrowig-care ul {\n  margin:0;\n  padding-left:20px;\n  color:#555;\n}\n\n\n\/* =========================================================\n   SAFETY\n========================================================= *\/\n\n.afrowig-safety {\n  background:#fff;\n  border:1px solid #ddd;\n  border-radius:18px;\n  padding:25px;\n  margin:30px 0;\n  text-align:center;\n}\n\n.afrowig-safety h3 {\n  margin-top:0;\n  color:#111;\n}\n\n.afrowig-safety p {\n  color:#666;\n  font-size:14px;\n  max-width:720px;\n  margin:auto;\n}\n\n\n\/* =========================================================\n   SHOP WITH CONFIDENCE\n========================================================= *\/\n\n.afrowig-customer-trust {\n  margin:40px 0;\n  padding:40px 28px;\n  border-radius:22px;\n  background:#111;\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n}\n\n.afrowig-customer-trust::before {\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  right:0;\n  height:4px;\n  background:linear-gradient(90deg,#fff,#777,#fff);\n}\n\n.afrowig-customer-trust::after {\n  content:\"〰\";\n  position:absolute;\n  right:-25px;\n  bottom:-90px;\n  font-size:220px;\n  color:#fff;\n  opacity:.035;\n  pointer-events:none;\n}\n\n.afrowig-trust-label {\n  display:block;\n  text-align:center;\n  color:#cfcfcf;\n  font-size:11px;\n  font-weight:800;\n  letter-spacing:1.7px;\n  text-transform:uppercase;\n  margin-bottom:7px;\n}\n\n.afrowig-customer-trust h2 {\n  text-align:center;\n  margin:0 0 10px;\n  font-size:30px;\n  color:#fff;\n  position:relative;\n  z-index:1;\n}\n\n.afrowig-customer-intro {\n  max-width:700px;\n  margin:0 auto 28px;\n  text-align:center;\n  color:#c9c9c9;\n  font-size:14px;\n  position:relative;\n  z-index:1;\n}\n\n.afrowig-customer-grid {\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n  position:relative;\n  z-index:1;\n}\n\n.afrowig-customer-card {\n  padding:23px;\n  border-radius:17px;\n  background:#fff;\n  color:#222;\n  transition:.3s ease;\n}\n\n.afrowig-customer-card:hover {\n  transform:translateY(-5px);\n}\n\n.afrowig-customer-icon {\n  width:44px;\n  height:44px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  background:#f1f1f1;\n  font-size:21px;\n  margin-bottom:11px;\n}\n\n.afrowig-customer-card h3 {\n  margin:0 0 6px;\n  font-size:16px;\n  color:#111;\n}\n\n.afrowig-customer-card p {\n  margin:0;\n  color:#666;\n  font-size:13px;\n}\n\n.afrowig-order-promise {\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-top:16px;\n  padding:22px;\n  border-radius:17px;\n  background:#292929;\n  border:1px solid #414141;\n  position:relative;\n  z-index:1;\n}\n\n.afrowig-order-promise-icon {\n  width:50px;\n  height:50px;\n  flex-shrink:0;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  background:#fff;\n  font-size:23px;\n}\n\n.afrowig-order-promise strong {\n  display:block;\n  color:#fff;\n  margin-bottom:4px;\n  font-size:15px;\n}\n\n.afrowig-order-promise span {\n  display:block;\n  color:#cfcfcf;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.afrowig-final {\n  text-align:center;\n  padding:48px 20px;\n  background:linear-gradient(135deg,#eeeeee,#ffffff);\n  border-radius:22px;\n  margin-top:35px;\n  border:1px solid #e4e4e4;\n}\n\n.afrowig-final h2 {\n  font-size:32px;\n  color:#111;\n  margin:0 0 10px;\n}\n\n.afrowig-final p {\n  color:#555;\n  margin:0;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes afroFade {\n  from {\n    opacity:0;\n    transform:translateY(15px);\n  }\n\n  to {\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes afroFadeUp {\n  from {\n    opacity:0;\n    transform:translateY(20px);\n  }\n\n  to {\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes afroFloat {\n  0%,100% {\n    transform:translateY(0);\n  }\n\n  50% {\n    transform:translateY(-5px);\n  }\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:700px) {\n\n  .afrowig-hero {\n    padding:40px 18px;\n  }\n\n  .afrowig-hero h1 {\n    font-size:31px;\n  }\n\n  .afrowig-hero p {\n    font-size:16px;\n  }\n\n  .afrowig-trust {\n    grid-template-columns:repeat(2,1fr);\n    gap:10px;\n  }\n\n  .afrowig-intro h2,\n  .afrowig-feature h2 {\n    font-size:25px;\n  }\n\n  .afrowig-grid {\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n  }\n\n  .afrowig-card {\n    padding:20px 12px;\n  }\n\n  .afrowig-details {\n    grid-template-columns:1fr 1fr;\n  }\n\n  .afrowig-quality {\n    padding:25px 17px;\n  }\n\n  .afrowig-quality-grid {\n    grid-template-columns:1fr;\n  }\n\n  .afrowig-steps {\n    grid-template-columns:1fr;\n  }\n\n  .afrowig-feature {\n    padding:40px 20px;\n  }\n\n  .afrowig-care {\n    padding:25px 20px;\n  }\n\n  .afrowig-customer-trust {\n    padding:34px 17px;\n  }\n\n  .afrowig-customer-grid {\n    grid-template-columns:1fr;\n  }\n\n  .afrowig-order-promise {\n    flex-direction:column;\n    text-align:center;\n  }\n\n  .afrowig-final h2 {\n    font-size:27px;\n  }\n\n}\n\n\n@media(max-width:430px) {\n\n  .afrowig-grid {\n    grid-template-columns:1fr;\n  }\n\n  .afrowig-details {\n    grid-template-columns:1fr;\n  }\n\n  .afrowig-trust {\n    grid-template-columns:1fr 1fr;\n  }\n\n  .afrowig-trust-item {\n    padding:17px 10px;\n  }\n\n  .afrowig-trust-item strong {\n    font-size:13px;\n  }\n\n  .afrowig-trust-item span {\n    font-size:11px;\n  }\n\n  .afrowig-hero h1 {\n    font-size:28px;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce) {\n\n  .afrowig-page *,\n  .afrowig-page *::before,\n  .afrowig-page *::after {\n    animation-duration:.01ms !important;\n    animation-iteration-count:1 !important;\n    transition-duration:.01ms !important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"afrowig-page\"\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-hero\"\u003e\n\n  \u003cdiv class=\"afrowig-tag\"\u003e\n    Funny • Fluffy • Photo-Ready\n  \u003c\/div\u003e\n\n  \u003ch1\u003e\n    Black Curly Afro Wig for Dogs 🐾\n  \u003c\/h1\u003e\n\n  \u003cp\u003e\n    Give your pup an instant personality upgrade with a bold,\n    curly Afro-inspired look made for laughs, photos and\n    unforgettable moments.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"afrowig-curls\"\u003e\n    〰️ 🖤 〰️ ✨ 〰️ 🖤 〰️\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     TOP PRODUCT TRUST BADGES\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-trust\"\u003e\n\n\n  \u003cdiv class=\"afrowig-trust-item\"\u003e\n\n    \u003cdiv class=\"afrowig-trust-icon\"\u003e\n      🐾\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e\n      Soft Inner Net\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Designed to sit gently on your pet's head during\n      supervised wear.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-trust-item\"\u003e\n\n    \u003cdiv class=\"afrowig-trust-icon\"\u003e\n      🎀\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e\n      Adjustable Fit\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Elastic rope lets you adjust the wig for a more\n      secure and comfortable fit.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-trust-item\"\u003e\n\n    \u003cdiv class=\"afrowig-trust-icon\"\u003e\n      🪶\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e\n      Approx. 40g\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Lightweight construction without unnecessary\n      bulk on your pet's head.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-trust-item\"\u003e\n\n    \u003cdiv class=\"afrowig-trust-icon\"\u003e\n      📏\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e\n      Clear Size Info\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Measurements are provided so you can check\n      suitability before ordering.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     INTRO\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-intro\"\u003e\n\n  \u003ch2\u003e\n    Big Curls. Bigger Personality. 🖤\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Turn your furry friend into the star of the show with this\n    fun Black Curly Afro Wig. The curly texture creates an\n    instantly hilarious look, while the adjustable elastic rope\n    and soft inner net help keep the wig comfortably positioned\n    during supervised wear.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     BENEFITS\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-grid\"\u003e\n\n\n  \u003cdiv class=\"afrowig-card\"\u003e\n\n    \u003cdiv class=\"afrowig-icon\"\u003e\n      🖤\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Bold Curly Style\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      A playful black curly look designed to grab attention\n      and completely transform your pup's style.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-card\"\u003e\n\n    \u003cdiv class=\"afrowig-icon\"\u003e\n      ✨\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Instant Makeover\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Give your pup a hilarious new look in seconds.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-card\"\u003e\n\n    \u003cdiv class=\"afrowig-icon\"\u003e\n      🎭\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Party Ready\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Perfect for parties, holidays, themed events\n      and costume moments.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-card\"\u003e\n\n    \u003cdiv class=\"afrowig-icon\"\u003e\n      📸\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Photo-Ready\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Made for funny photos, social content and\n      memorable moments with your pet.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-card\"\u003e\n\n    \u003cdiv class=\"afrowig-icon\"\u003e\n      🎀\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Adjustable Fit\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Elastic rope helps you adjust the wig for\n      a more secure fit.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-card\"\u003e\n\n    \u003cdiv class=\"afrowig-icon\"\u003e\n      🐾\n    \u003c\/div\u003e\n\n    \u003ch3\u003e\n      Soft Inner Net\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed with a soft inner net to sit gently\n      on your pet's head.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     FEATURE\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-feature\"\u003e\n\n  \u003cdiv class=\"afrowig-feature-badge\"\u003e\n    Main Character Energy\n  \u003c\/div\u003e\n\n  \u003ch2\u003e\n    Prepare For The Funniest Photos 🖤\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Whether you're dressing up for a special occasion or simply\n    want to give your pup a hilarious new personality, this\n    curly wig adds instant character to any photoshoot.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     PRODUCT DETAILS\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-section\"\u003e\n\n  \u003ch2\u003e\n    Product Details\n  \u003c\/h2\u003e\n\n  \u003cp class=\"afrowig-section-intro\"\u003e\n    Clear specifications so you know exactly what you're\n    ordering before it arrives.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"afrowig-details\"\u003e\n\n\n    \u003cdiv class=\"afrowig-detail\"\u003e\n\n      \u003cstrong\u003e\n        Material\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        High-temperature resistant fibre\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-detail\"\u003e\n\n      \u003cstrong\u003e\n        Weight\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Approx. 40g\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-detail\"\u003e\n\n      \u003cstrong\u003e\n        Inner Dimension\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Approx. 16cm\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-detail\"\u003e\n\n      \u003cstrong\u003e\n        Height\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Approx. 10cm\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     QUALITY \/ DESIGN EXPLANATION\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-section\"\u003e\n\n  \u003ch2\u003e\n    Designed For The Look — With Comfort In Mind\n  \u003c\/h2\u003e\n\n  \u003cp class=\"afrowig-section-intro\"\u003e\n    A costume accessory should be fun, but your pet's comfort\n    still comes first.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"afrowig-quality\"\u003e\n\n\n    \u003cdiv class=\"afrowig-quality-story\"\u003e\n\n      \u003ch3\u003e\n        More Than Just A Funny Wig\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        This wig combines a bold curly costume look with a\n        lightweight design, soft inner net and adjustable\n        elastic rope. The aim is simple: create the dramatic\n        transformation while keeping the accessory practical\n        for short, supervised wear.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-quality-grid\"\u003e\n\n\n      \u003cdiv class=\"afrowig-quality-card\"\u003e\n\n        \u003cstrong\u003e\n          🐾 Soft Inner Net\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The inner net is designed to provide a softer surface\n          where the wig sits against your pet's head.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"afrowig-quality-card\"\u003e\n\n        \u003cstrong\u003e\n          🎀 Adjustable Elastic Rope\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The adjustable rope helps you position the wig more\n          securely rather than relying on a completely fixed fit.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"afrowig-quality-card\"\u003e\n\n        \u003cstrong\u003e\n          🪶 Lightweight Construction\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          At approximately 40g, the wig creates a big visual\n          transformation without unnecessary weight.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"afrowig-quality-card\"\u003e\n\n        \u003cstrong\u003e\n          🧼 Reusable Costume Accessory\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Gentle handling, hand washing and natural air drying\n          can help maintain the curls and overall shape between\n          costume days.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     SIZE\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-size-box\"\u003e\n\n  \u003ch3\u003e\n    📏 Find The Right Fit\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Wig sizing can vary depending on your pet's head shape,\n    so always compare the measurements below with your pet\n    before ordering.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"afrowig-measurements\"\u003e\n\n\n    \u003cdiv class=\"afrowig-measure\"\u003e\n\n      \u003cstrong\u003e\n        16cm\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Approx. Inner Dimension\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-measure\"\u003e\n\n      \u003cstrong\u003e\n        10cm\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Approx. Wig Height\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cp\u003e\n    Designed with small to medium breeds in mind, including\n    breeds such as Pugs, French Bulldogs and Boston Terriers.\n    Always compare your pet's measurements with the product\n    dimensions before ordering.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"afrowig-fit-help\"\u003e\n\n    \u003cstrong\u003e\n      🐾 Need help checking the fit?\n    \u003c\/strong\u003e\n\n    \u003cbr\u003e\n\n    If you're unsure, compare your pet's head measurement with\n    the approximately 16cm inner dimension before ordering.\n    You can also contact OMG Find if you need help understanding\n    the product measurements.\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     HOW TO WEAR\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-section\"\u003e\n\n  \u003ch2\u003e\n    Get The Look In 3 Easy Steps ✨\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"afrowig-steps\"\u003e\n\n\n    \u003cdiv class=\"afrowig-step\"\u003e\n\n      \u003cdiv class=\"afrowig-step-number\"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Place\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Gently place the wig over your pet's head.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-step\"\u003e\n\n      \u003cdiv class=\"afrowig-step-number\"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Adjust\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use the elastic rope to create a comfortable,\n        more secure fit without overtightening.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-step\"\u003e\n\n      \u003cdiv class=\"afrowig-step-number\"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Snap Away\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Grab your camera and capture their new\n        personality! 📸\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     FUN FEATURE\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-feature\"\u003e\n\n  \u003cdiv class=\"afrowig-feature-badge\"\u003e\n    Warning\n  \u003c\/div\u003e\n\n  \u003ch2\u003e\n    Serious Cuteness Incoming 🐾\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    This is not just a wig. It's a whole new personality.\n    Get the camera ready because your pup might just\n    steal the spotlight.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     CARE\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-care\"\u003e\n\n  \u003ch2\u003e\n    🧼 Care Instructions\n  \u003c\/h2\u003e\n\n  \u003cul\u003e\n\n    \u003cli\u003e\n      Hand wash gently with warm water.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Allow to air dry naturally.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Avoid high heat.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Do not machine wash or machine dry.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Handle the curls gently to help maintain\n      the wig's shape.\n    \u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     SAFETY\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-safety\"\u003e\n\n  \u003ch3\u003e\n    🐾 Pet Comfort Comes First\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Introduce the wig gradually and use only while your pet\n    is comfortable and supervised. Remove immediately if your\n    pet shows signs of discomfort, stress or irritation.\n    Keep the wig and elastic rope away from chewing or\n    ingestion. This product is intended as a costume\n    accessory, not a toy.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     CUSTOMER TRUST\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-customer-trust\"\u003e\n\n\n  \u003cspan class=\"afrowig-trust-label\"\u003e\n    THE OMG FIND PROMISE\n  \u003c\/span\u003e\n\n\n  \u003ch2\u003e\n    Shop With Confidence 🛡️\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"afrowig-customer-intro\"\u003e\n    Buying a pet costume online can come with questions.\n    That's why we give you clear measurements, product\n    information, care guidance and support before and\n    after you order.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"afrowig-customer-grid\"\u003e\n\n\n    \u003cdiv class=\"afrowig-customer-card\"\u003e\n\n      \u003cdiv class=\"afrowig-customer-icon\"\u003e\n        📏\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Clear Measurements\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        We provide the approximate inner dimension, height\n        and weight so you can compare the wig with your\n        pet before ordering.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-customer-card\"\u003e\n\n      \u003cdiv class=\"afrowig-customer-icon\"\u003e\n        🐾\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Pet Comfort First\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        We provide clear wearing and safety guidance because\n        costume time should only continue while your pet is\n        comfortable and supervised.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-customer-card\"\u003e\n\n      \u003cdiv class=\"afrowig-customer-icon\"\u003e\n        🧼\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Clear Care Guidance\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        You'll know how to hand wash, dry and handle the wig\n        to help maintain its curls and shape between uses.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"afrowig-customer-card\"\u003e\n\n      \u003cdiv class=\"afrowig-customer-icon\"\u003e\n        💬\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Customer Support\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Have a question about measurements, the wig or your\n        order? Contact OMG Find and we'll help with the\n        information you need.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"afrowig-order-promise\"\u003e\n\n    \u003cdiv class=\"afrowig-order-promise-icon\"\u003e\n      💛\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n\n      \u003cstrong\u003e\n        Your order matters to us.\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        If your wig arrives damaged or clearly isn't what\n        was shown on the product page, contact us and we'll\n        help resolve the issue in line with our store policies.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     FINAL CTA\n========================================================= --\u003e\n\n\u003cdiv class=\"afrowig-final\"\u003e\n\n  \u003ch2\u003e\n    Big Curls. Instant Stardom. 🖤✨\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    One wig. One hilarious transformation.\n    A whole lot of unforgettable photos.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Black","offer_id":46639665676451,"sku":"Mint Avocado Print Bucket Hats for Cats","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/black-curly-afro-wig-for-dogs-pug.png?v=1788118332"},{"product_id":"mint-avocado-print-bucket-hats-for-cats","title":"Mint Avocado Print Bucket Hat for Cats | Cute Sun Hat","description":"\u003cstyle\u003e\n\/* =========================================================\n   MINT AVOCADO BUCKET HAT — PREMIUM PET PRODUCT PAGE\n   ========================================================= *\/\n\n.mint-avocado-page {\n  --cream: #fffaf1;\n  --navy: #1c1626;\n  --mint: #8edcc1;\n  --mint-dark: #269b78;\n  --avocado: #5f9f45;\n  --avocado-dark: #3f7331;\n  --yellow: #f5c84c;\n  --coral: #ff7182;\n  --white: #ffffff;\n  --text: #625e63;\n\n  font-family: \"Inter\", Arial, Helvetica, sans-serif;\n  color: var(--navy);\n  background: var(--cream);\n  line-height: 1.65;\n  max-width: 1100px;\n  margin: 0 auto;\n  overflow: hidden;\n  position: relative;\n}\n\n.mint-avocado-page *,\n.mint-avocado-page *::before,\n.mint-avocado-page *::after {\n  box-sizing: border-box;\n}\n\n\/* =========================================================\n   ONE-TIME FLOATING CONFETTI\n   ========================================================= *\/\n\n.ma-confetti {\n  position: fixed;\n  top: -30px;\n  left: 50%;\n  z-index: 9999;\n  pointer-events: none;\n  opacity: 0;\n  animation: maFall 2.7s ease-out forwards;\n}\n\n@keyframes maFall {\n  0% {\n    opacity: 0;\n    transform: translate3d(0, -20px, 0) rotate(0deg);\n  }\n\n  10% {\n    opacity: 1;\n  }\n\n  100% {\n    opacity: 0;\n    transform:\n      translate3d(var(--ma-x), 105vh, 0)\n      rotate(var(--ma-rotate));\n  }\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.ma-hero {\n  position: relative;\n  text-align: center;\n  padding: 76px 25px 62px;\n  margin-bottom: 42px;\n  border-radius: 28px;\n  background: var(--cream);\n  border: 1px solid rgba(28, 22, 38, .08);\n  overflow: hidden;\n}\n\n.ma-hero::before,\n.ma-hero::after {\n  content: \"\";\n  position: absolute;\n  height: 4px;\n  left: 12%;\n  right: 12%;\n  border-radius: 999px;\n}\n\n.ma-hero::before {\n  top: 0;\n  background: linear-gradient(90deg, var(--mint), var(--avocado), var(--yellow));\n}\n\n.ma-hero::after {\n  bottom: 0;\n  background: linear-gradient(90deg, var(--yellow), var(--mint), var(--avocado));\n}\n\n.ma-decor {\n  position: absolute;\n  pointer-events: none;\n  opacity: .45;\n}\n\n.ma-decor.one { top: 25px; left: 8%; font-size: 25px; transform: rotate(-12deg); }\n.ma-decor.two { right: 8%; bottom: 27px; font-size: 22px; transform: rotate(12deg); }\n.ma-decor.three { top: 45%; right: 4%; font-size: 14px; color: var(--yellow); }\n.ma-decor.four { bottom: 37%; left: 4%; font-size: 14px; color: var(--mint-dark); }\n\n.ma-tags { position: relative; z-index: 2; margin-bottom: 14px; }\n\n.ma-tag {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 8px 15px;\n  margin: 3px;\n  border-radius: 999px;\n  background: transparent;\n  border: 1.5px solid var(--mint-dark);\n  color: var(--mint-dark);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: .8px;\n  text-transform: uppercase;\n}\n\n.ma-tag:nth-child(2) { border-color: var(--yellow); color: #b48500; }\n.ma-tag:nth-child(3) { border-color: var(--avocado); color: var(--avocado-dark); }\n\n.ma-hero h1 {\n  position: relative;\n  z-index: 2;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: clamp(36px, 6vw, 57px);\n  line-height: 1.05;\n  letter-spacing: -1.5px;\n  margin: 15px auto 17px;\n  font-weight: 700;\n  max-width: 850px;\n}\n\n.ma-gradient-title {\n  background: linear-gradient(90deg, var(--mint-dark), var(--avocado), #b48b12);\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n\n.ma-hero p {\n  position: relative;\n  z-index: 2;\n  max-width: 730px;\n  margin: auto;\n  color: var(--text);\n  font-size: 17px;\n}\n\n\/* ===== TRUST STRIP ===== *\/\n\n.ma-trust {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  margin-bottom: 42px;\n}\n\n.ma-trust-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  padding: 20px 19px;\n  background: var(--white);\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-radius: 18px;\n  box-shadow: 0 8px 24px rgba(28, 22, 38, .045);\n}\n\n.ma-trust-item span {\n  font-size: 22px;\n  line-height: 1.2;\n  flex-shrink: 0;\n}\n\n.ma-trust-item strong {\n  display: block;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 14px;\n  margin-bottom: 3px;\n}\n\n.ma-trust-item em {\n  font-style: normal;\n  font-size: 12.5px;\n  color: #756f76;\n  line-height: 1.5;\n}\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.ma-intro {\n  text-align: center;\n  padding: 3px 20px 43px;\n}\n\n.ma-intro h2,\n.ma-feature h2,\n.ma-title h2,\n.ma-fit h2,\n.ma-adventure h2,\n.ma-care h2,\n.ma-final h2,\n.ma-quality-wrap h2,\n.ma-why h3,\n.ma-promise h3 {\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-weight: 700;\n}\n\n.ma-intro h2 {\n  font-size: clamp(28px, 4vw, 36px);\n  line-height: 1.15;\n  margin: 0 0 12px;\n}\n\n.ma-intro p {\n  max-width: 760px;\n  margin: auto;\n  color: #706a71;\n}\n\n\/* =========================================================\n   BENEFIT CARDS\n   ========================================================= *\/\n\n.ma-benefits {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 50px;\n}\n\n.ma-card {\n  padding: 26px 18px 24px;\n  text-align: center;\n  background: var(--white);\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-radius: 20px;\n  box-shadow: 0 8px 24px rgba(28, 22, 38, .045);\n  transition: transform .3s ease, box-shadow .3s ease;\n}\n\n.ma-card:hover {\n  transform: translateY(-7px);\n  box-shadow: 0 17px 35px rgba(28, 22, 38, .10);\n}\n\n.ma-icon {\n  width: 51px;\n  height: 51px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 13px;\n  border-radius: 15px;\n  font-size: 24px;\n  background: rgba(142, 220, 193, .20);\n}\n\n.ma-card:nth-child(2) .ma-icon { background: rgba(245, 200, 76, .18); }\n.ma-card:nth-child(3) .ma-icon { background: rgba(95, 159, 69, .14); }\n.ma-card:nth-child(4) .ma-icon { background: rgba(255, 113, 130, .13); }\n.ma-card:nth-child(5) .ma-icon { background: rgba(142, 220, 193, .20); }\n.ma-card:nth-child(6) .ma-icon { background: rgba(245, 200, 76, .18); }\n\n.ma-card h3 {\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 17px;\n  line-height: 1.2;\n  margin: 0 0 7px;\n}\n\n.ma-card p {\n  font-size: 13px;\n  color: #756f76;\n  margin: 0;\n}\n\n\/* =========================================================\n   FEATURE \/ STORY CARD\n   ========================================================= *\/\n\n.ma-feature {\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n  padding: 53px 30px;\n  margin-bottom: 50px;\n  border-radius: 23px;\n  background: #fff;\n  border: 1px solid rgba(28, 22, 38, .07);\n  box-shadow: 0 12px 32px rgba(28, 22, 38, .055);\n}\n\n.ma-feature::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, var(--mint), var(--avocado), var(--yellow));\n}\n\n.ma-feature-badge {\n  display: inline-block;\n  padding: 7px 15px;\n  border-radius: 999px;\n  background: #f0fbf6;\n  border: 1px solid var(--mint);\n  color: var(--mint-dark);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n  margin-bottom: 17px;\n}\n\n.ma-feature h2 {\n  font-size: clamp(29px, 4vw, 38px);\n  line-height: 1.15;\n  margin: 0 0 12px;\n}\n\n.ma-feature p {\n  max-width: 690px;\n  margin: auto;\n  color: #69636a;\n}\n\n\/* =========================================================\n   SECTIONS\n   ========================================================= *\/\n\n.ma-section {\n  margin-bottom: 50px;\n}\n\n.ma-title {\n  text-align: center;\n  margin-bottom: 29px;\n}\n\n.ma-title span {\n  display: block;\n  font-size: 10px;\n  color: var(--mint-dark);\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n  margin-bottom: 7px;\n}\n\n.ma-title h2 {\n  font-size: clamp(28px, 4vw, 35px);\n  line-height: 1.15;\n  margin: 0;\n}\n\n\/* =========================================================\n   QUALITY \u0026 CONSTRUCTION\n   ========================================================= *\/\n\n.ma-quality-wrap {\n  padding: 34px 28px;\n  border-radius: 21px;\n  background: #fff;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-top: 3px solid var(--avocado);\n  box-shadow: 0 9px 27px rgba(28, 22, 38, .045);\n}\n\n.ma-quality-wrap h2 {\n  text-align: center;\n  margin: 0 0 10px;\n  font-size: 27px;\n}\n\n.ma-quality-wrap \u003e p.ma-quality-intro {\n  text-align: center;\n  max-width: 720px;\n  margin: 0 auto 28px;\n  color: #68616d;\n}\n\n.ma-why {\n  padding: 26px 24px;\n  border-radius: 17px;\n  background: #f3faf7;\n  margin-bottom: 20px;\n}\n\n.ma-why h3 {\n  font-size: 19px;\n  margin: 0 0 11px;\n}\n\n.ma-why p {\n  margin: 0 0 11px;\n  color: #57625d;\n  font-size: 14.5px;\n  max-width: 780px;\n}\n\n.ma-why p:last-child {\n  margin-bottom: 0;\n}\n\n.ma-quality-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-bottom: 20px;\n}\n\n.ma-qitem {\n  position: relative;\n  padding: 20px 20px 20px 22px;\n  border-radius: 16px;\n  background: #fffaf1;\n  border-left: 3px solid var(--mint);\n}\n\n.ma-qitem:nth-child(2) { border-left-color: var(--yellow); }\n.ma-qitem:nth-child(3) { border-left-color: var(--avocado); }\n.ma-qitem:nth-child(4) { border-left-color: var(--coral); }\n\n.ma-qitem strong {\n  display: block;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 15.5px;\n  margin-bottom: 5px;\n}\n\n.ma-qitem span {\n  color: #69636a;\n  font-size: 13px;\n}\n\n.ma-promise {\n  display: flex;\n  align-items: center;\n  gap: 18px;\n  padding: 22px 24px;\n  border-radius: 17px;\n  background: linear-gradient(90deg, rgba(142, 220, 193, .16), rgba(245, 200, 76, .14));\n  border: 1px solid rgba(38, 155, 120, .20);\n}\n\n.ma-promise-mark {\n  flex-shrink: 0;\n  width: 48px;\n  height: 48px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 22px;\n  background: #fff;\n  border: 1px solid rgba(38, 155, 120, .25);\n}\n\n.ma-promise h3 {\n  margin: 0 0 4px;\n  font-size: 16.5px;\n}\n\n.ma-promise p {\n  margin: 0;\n  color: #57625d;\n  font-size: 13.5px;\n}\n\n\/* =========================================================\n   SIZING\n   ========================================================= *\/\n\n.ma-fit {\n  background: #fff;\n  border-radius: 21px;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-top: 3px solid var(--mint-dark);\n  padding: 34px 28px;\n  text-align: center;\n  box-shadow: 0 9px 27px rgba(28, 22, 38, .045);\n}\n\n.ma-fit h2 {\n  margin: 0 0 10px;\n  font-size: 27px;\n}\n\n.ma-fit \u003e p {\n  max-width: 720px;\n  margin: auto;\n  color: #68616d;\n}\n\n.ma-sizes {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 13px;\n  max-width: 650px;\n  margin: 27px auto 19px;\n}\n\n.ma-size {\n  padding: 18px 12px;\n  background: #fffaf1;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-radius: 17px;\n}\n\n.ma-size strong {\n  display: block;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 18px;\n}\n\n.ma-size span {\n  color: var(--mint-dark);\n  font-weight: 800;\n  font-size: 15px;\n}\n\n.ma-size:nth-child(2) {\n  border-color: rgba(245, 200, 76, .55);\n}\n\n.ma-size:nth-child(2) span {\n  color: #ae850e;\n}\n\n.ma-size:nth-child(3) {\n  border-color: rgba(95, 159, 69, .45);\n}\n\n.ma-size:nth-child(3) span {\n  color: var(--avocado-dark);\n}\n\n.ma-sizing-tip {\n  max-width: 700px;\n  margin: 0 auto 12px;\n  padding: 14px 18px;\n  border-radius: 14px;\n  background: #f3faf7;\n  color: #5e6964;\n  font-size: 13px;\n}\n\n.ma-sizing-tip:last-child {\n  margin-bottom: 0;\n}\n\n\/* =========================================================\n   EVERYDAY ADVENTURES\n   ========================================================= *\/\n\n.ma-adventure {\n  padding: 34px 25px;\n  border-radius: 21px;\n  background: #fff;\n  border: 1px solid rgba(28, 22, 38, .08);\n  box-shadow: 0 9px 27px rgba(28, 22, 38, .04);\n  margin-bottom: 50px;\n}\n\n.ma-adventure h2 {\n  text-align: center;\n  font-size: 28px;\n  margin: 0 0 25px;\n}\n\n.ma-adventure-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n}\n\n.ma-adventure-item {\n  padding: 21px;\n  border-radius: 17px;\n  background: #fffaf1;\n  border-left: 3px solid var(--mint);\n  transition: transform .3s ease;\n}\n\n.ma-adventure-item:hover {\n  transform: translateY(-5px);\n}\n\n.ma-adventure-item:nth-child(2) { border-left-color: var(--yellow); }\n.ma-adventure-item:nth-child(3) { border-left-color: var(--avocado); }\n\n.ma-adventure-item strong {\n  display: block;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  margin-bottom: 5px;\n}\n\n.ma-adventure-item span {\n  color: #69636a;\n  font-size: 13px;\n}\n\n\/* =========================================================\n   STEPS\n   ========================================================= *\/\n\n.ma-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 17px;\n}\n\n.ma-step {\n  padding: 28px;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-radius: 19px;\n  background: #fff;\n  box-shadow: 0 8px 24px rgba(28, 22, 38, .045);\n  transition: transform .3s ease, box-shadow .3s ease;\n}\n\n.ma-step:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 15px 30px rgba(28, 22, 38, .08);\n}\n\n.ma-number {\n  width: 42px;\n  height: 42px;\n  border-radius: 50%;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 17px;\n  font-weight: 700;\n  margin-bottom: 16px;\n  background: var(--mint-dark);\n  box-shadow: 0 6px 15px rgba(38, 155, 120, .25);\n}\n\n.ma-step:nth-child(2) .ma-number {\n  background: var(--yellow);\n  color: var(--navy);\n  box-shadow: 0 6px 15px rgba(245, 200, 76, .25);\n}\n\n.ma-step:nth-child(3) .ma-number {\n  background: var(--avocado);\n  box-shadow: 0 6px 15px rgba(95, 159, 69, .25);\n}\n\n.ma-step h3 {\n  font-family: \"Fredoka\", \"Arial Rounded MT Bold\", Arial, sans-serif;\n  font-size: 18px;\n  line-height: 1.2;\n  margin: 0 0 7px;\n}\n\n.ma-step p {\n  margin: 0;\n  color: #706a71;\n  font-size: 14px;\n}\n\n\/* =========================================================\n   CARE\n   ========================================================= *\/\n\n.ma-care {\n  padding: 31px;\n  border-radius: 20px;\n  background: #fff;\n  border: 1px solid rgba(28, 22, 38, .08);\n  border-left: 4px solid var(--yellow);\n  margin-bottom: 30px;\n  box-shadow: 0 8px 24px rgba(28, 22, 38, .04);\n}\n\n.ma-care h2 {\n  margin: 0 0 13px;\n  font-size: 26px;\n}\n\n.ma-care p {\n  margin: 7px 0;\n  color: #66606b;\n}\n\n\/* =========================================================\n   SAFETY\n   ========================================================= *\/\n\n.ma-note {\n  padding: 22px 24px;\n  border-radius: 16px;\n  background: rgba(255, 183, 3, .08);\n  border: 1px solid rgba(245, 200, 76, .38);\n  color: #665f52;\n  font-size: 13px;\n}\n\n.ma-note strong {\n  color: var(--navy);\n}\n\n\/* =========================================================\n   FINAL DARK CLOSING\n   ========================================================= *\/\n\n.ma-final {\n  position: relative;\n  text-align: center;\n  margin-top: 50px;\n  padding: 56px 25px 63px;\n  background: var(--navy);\n  color: #fff;\n  border-radius: 25px 25px 0 0;\n  overflow: hidden;\n}\n\n.ma-final::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 15%;\n  right: 15%;\n  height: 3px;\n  border-radius: 999px;\n  background: linear-gradient(90deg, var(--mint), var(--avocado), var(--yellow));\n}\n\n.ma-final h2 {\n  font-size: clamp(30px, 5vw, 40px);\n  line-height: 1.1;\n  margin: 0 0 12px;\n  color: #fff;\n}\n\n.ma-final p {\n  color: rgba(255,255,255,.72);\n  margin: 0;\n  font-size: 16px;\n}\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 800px) {\n  .ma-hero { padding: 57px 19px 48px; border-radius: 21px; margin-bottom: 35px; }\n  .ma-hero::before, .ma-hero::after { left: 8%; right: 8%; }\n  .ma-hero h1 { font-size: 36px; }\n  .ma-hero p { font-size: 15px; }\n  .ma-trust { grid-template-columns: 1fr; gap: 10px; margin-bottom: 32px; }\n  .ma-benefits { grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 40px; }\n  .ma-card { padding: 22px 13px; }\n  .ma-card h3 { font-size: 15px; }\n  .ma-card p { font-size: 12px; }\n  .ma-feature { padding: 43px 21px; border-radius: 20px; margin-bottom: 40px; }\n  .ma-sizes { grid-template-columns: 1fr; max-width: 300px; }\n  .ma-adventure-grid { grid-template-columns: 1fr; }\n  .ma-quality-grid { grid-template-columns: 1fr; }\n  .ma-promise { flex-direction: column; text-align: center; }\n  .ma-steps { grid-template-columns: 1fr; gap: 12px; }\n  .ma-step { padding: 23px; }\n  .ma-fit, .ma-care, .ma-adventure, .ma-quality-wrap { padding: 26px 20px; }\n  .ma-final { margin-top: 40px; border-radius: 20px 20px 0 0; }\n}\n\n@media (max-width: 480px) {\n  .ma-hero { padding: 52px 16px 44px; }\n  .ma-hero h1 { font-size: 32px; }\n  .ma-tag { font-size: 9px; padding: 7px 11px; letter-spacing: .5px; }\n  .ma-benefits { grid-template-columns: 1fr 1fr; }\n  .ma-feature h2 { font-size: 27px; }\n  .ma-final { padding: 48px 18px 55px; }\n}\n\n\/* =========================================================\n   ACCESSIBILITY\n   ========================================================= *\/\n\n@media (prefers-reduced-motion: reduce) {\n  .ma-card,\n  .ma-step,\n  .ma-adventure-item {\n    transition: none;\n  }\n\n  .ma-confetti {\n    display: none !important;\n  }\n}\n\u003c\/style\u003e\n\n\u003c!-- Premium rounded display font + clean body font --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fredoka:wght@500;600;700\u0026amp;family=Inter:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n\u003cdiv class=\"mint-avocado-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ma-hero\"\u003e\n\n    \u003cdiv class=\"ma-decor one\"\u003e🥑\u003c\/div\u003e\n    \u003cdiv class=\"ma-decor two\"\u003e🌿\u003c\/div\u003e\n    \u003cdiv class=\"ma-decor three\"\u003e✦\u003c\/div\u003e\n    \u003cdiv class=\"ma-decor four\"\u003e✦\u003c\/div\u003e\n\n    \u003cdiv class=\"ma-tags\"\u003e\n      \u003cspan class=\"ma-tag\"\u003eFresh\u003c\/span\u003e\n      \u003cspan class=\"ma-tag\"\u003eFun\u003c\/span\u003e\n      \u003cspan class=\"ma-tag\"\u003eAdorable\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      \u003cspan class=\"ma-gradient-title\"\u003eMint Avocado\u003c\/span\u003e\n      Print Bucket Hat 🥑\n    \u003c\/h1\u003e\n\n    \u003cp\u003e\n      Give your furry friend a fresh new look with a playful mint avocado bucket hat\n      designed for sunny-day adventures, photos and everyday style.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TRUST STRIP --\u003e\n  \u003csection class=\"ma-trust\"\u003e\n\n    \u003cdiv class=\"ma-trust-item\"\u003e\n      \u003cspan\u003e🧵\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eStitched brim\u003c\/strong\u003e\n        \u003cem\u003eTopstitched to help the brim maintain its shape through repeat wear.\u003c\/em\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ma-trust-item\"\u003e\n      \u003cspan\u003e💧\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eEasy-care design\u003c\/strong\u003e\n        \u003cem\u003eDesigned for gentle hand washing, air drying and repeat wear.\u003c\/em\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ma-trust-item\"\u003e\n      \u003cspan\u003e🐾\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eFit sorted\u003c\/strong\u003e\n        \u003cem\u003eWrong size? Message us and we'll help you sort out a suitable swap.\u003c\/em\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"ma-intro\"\u003e\n\n    \u003ch2\u003eA little shade. A lot of personality.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Cute, lightweight and designed to add a fun finishing touch to your pet's outfit.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"ma-benefits\"\u003e\n\n    \u003cdiv class=\"ma-card\"\u003e\n      \u003cdiv class=\"ma-icon\"\u003e🥑\u003c\/div\u003e\n      \u003ch3\u003eAdorable Avocado Print\u003c\/h3\u003e\n      \u003cp\u003eThe soft mint background and playful avocado pattern make every outing a little more fun.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ma-card\"\u003e\n      \u003cdiv class=\"ma-icon\"\u003e☀️\u003c\/div\u003e\n      \u003ch3\u003eWide Brim\u003c\/h3\u003e\n      \u003cp\u003eThe brim provides extra coverage around the eyes, ears and face when enjoying outdoor adventures.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ma-card\"\u003e\n      \u003cdiv class=\"ma-icon\"\u003e🎀\u003c\/div\u003e\n      \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n      \u003cp\u003eThe chin strap and cord lock help keep the hat comfortably in place when properly fitted.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ma-card\"\u003e\n      \u003cdiv class=\"ma-icon\"\u003e🌿\u003c\/div\u003e\n      \u003ch3\u003eLightweight Fabric\u003c\/h3\u003e\n      \u003cp\u003eMade from lightweight polyester for a comfortable feel during short periods of wear.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ma-card\"\u003e\n      \u003cdiv class=\"ma-icon\"\u003e📸\u003c\/div\u003e\n      \u003ch3\u003ePhoto-Ready Style\u003c\/h3\u003e\n      \u003cp\u003ePerfect for pet photos, parties, special occasions or simply making your pet look extra cute.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ma-card\"\u003e\n      \u003cdiv class=\"ma-icon\"\u003e🐾\u003c\/div\u003e\n      \u003ch3\u003eVersatile Pet Style\u003c\/h3\u003e\n      \u003cp\u003eSuitable for cats, small to medium dogs and other small pets when correctly sized and supervised.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- STORY \/ HIGHLIGHT --\u003e\n  \u003csection class=\"ma-feature\"\u003e\n\n    \u003cdiv class=\"ma-feature-badge\"\u003eFresh Pet Style\u003c\/div\u003e\n\n    \u003ch2\u003eMake Every Walk A Little More Fun 🥑\u003c\/h2\u003e\n\n    \u003cp\u003e\n      From sunny strolls to weekend photoshoots, this playful bucket hat turns an\n      ordinary pet outfit into an OMG-worthy look.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUALITY \u0026 CONSTRUCTION --\u003e\n  \u003csection class=\"ma-section\"\u003e\n\n    \u003cdiv class=\"ma-quality-wrap\"\u003e\n\n      \u003ch2\u003eMade For More Than One Wear\u003c\/h2\u003e\n\n      \u003cp class=\"ma-quality-intro\"\u003e\n        Novelty doesn't have to mean disposable. Here's why the material and construction\n        were chosen for a reusable pet accessory.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ma-why\"\u003e\n\n        \u003ch3\u003eWhy lightweight polyester?\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Cotton can feel like the more premium choice on a label, but pet accessories\n          have different practical demands. Natural fibres can absorb more moisture and\n          may stay damp for longer, while heavier wet fabric can also lose some of its\n          structure.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Lightweight polyester was chosen because it absorbs less moisture than many\n          natural fibres, can dry relatively quickly and helps the hat maintain its\n          structured appearance. Its low weight also makes it a practical choice for a\n          small accessory worn on your pet's head.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The printed fabric gives the hat its colourful all-over avocado design while\n          keeping the surface lightweight and flexible.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ma-quality-grid\"\u003e\n\n        \u003cdiv class=\"ma-qitem\"\u003e\n          \u003cstrong\u003eTopstitched brim\u003c\/strong\u003e\n          \u003cspan\u003e\n            The brim features visible stitching around its edge to help support its\n            structure and maintain the rounded bucket-hat look through normal use.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ma-qitem\"\u003e\n          \u003cstrong\u003eSecure strap construction\u003c\/strong\u003e\n          \u003cspan\u003e\n            The chin strap is incorporated into the hat's construction to provide an\n            adjustable way to help keep the accessory in position when correctly fitted.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ma-qitem\"\u003e\n          \u003cstrong\u003eAdjustable cord lock\u003c\/strong\u003e\n          \u003cspan\u003e\n            The cord lock lets you adjust the chin strap to your pet rather than relying\n            on a fixed fit. Always leave enough room for a comfortable fit.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ma-qitem\"\u003e\n          \u003cstrong\u003eMade for repeat wear\u003c\/strong\u003e\n          \u003cspan\u003e\n            Gently hand wash in cold water and allow the hat to air dry naturally.\n            Following the care instructions helps preserve the fabric, print and shape\n            for future outings and photo days.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ma-promise\"\u003e\n\n        \u003cdiv class=\"ma-promise-mark\"\u003e🐾\u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch3\u003eThe OMG Find Happy Pet Promise\u003c\/h3\u003e\n          \u003cp\u003e\n            If the hat arrives damaged, or it clearly isn't what the product photos\n            showed, message us and we'll help you sort it out in line with our store\n            policies. We'd rather help resolve a problem than leave you unhappy with\n            your purchase.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SIZING --\u003e\n  \u003csection class=\"ma-section\"\u003e\n\n    \u003cdiv class=\"ma-fit\"\u003e\n\n      \u003ch2\u003eFind Their Perfect Size\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Measure your pet carefully before ordering for the best possible fit.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ma-sizes\"\u003e\n\n        \u003cdiv class=\"ma-size\"\u003e\n          \u003cstrong\u003eSmall\u003c\/strong\u003e\n          \u003cspan\u003e28cm\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ma-size\"\u003e\n          \u003cstrong\u003eMedium\u003c\/strong\u003e\n          \u003cspan\u003e35cm\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ma-size\"\u003e\n          \u003cstrong\u003eLarge\u003c\/strong\u003e\n          \u003cspan\u003e42cm\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ma-sizing-tip\"\u003e\n        📏 \u003cstrong\u003eSizing tip:\u003c\/strong\u003e\n        Measure your pet according to the supplier's sizing guide and choose the closest\n        suitable size. The chin strap can be adjusted for a more secure fit.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ma-sizing-tip\"\u003e\n        🐾 \u003cstrong\u003eNot sure which size?\u003c\/strong\u003e\n        Send us your pet's head measurement before you order and we'll tell you which\n        one to pick. If it still lands wrong, message us and we'll help you sort out a swap.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- EVERYDAY ADVENTURES --\u003e\n  \u003csection class=\"ma-adventure\"\u003e\n\n    \u003ch2\u003eMade For Everyday Adventures\u003c\/h2\u003e\n\n    \u003cdiv class=\"ma-adventure-grid\"\u003e\n\n      \u003cdiv class=\"ma-adventure-item\"\u003e\n        \u003cstrong\u003eLightweight Polyester\u003c\/strong\u003e\n        \u003cspan\u003e\n          Chosen for its lightweight feel, lower moisture absorption and ability to help\n          maintain the hat's structured appearance. It's a practical choice for a small\n          pet accessory that may be worn, stored, gently cleaned and worn again.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ma-adventure-item\"\u003e\n        \u003cstrong\u003eOpen-Top Design\u003c\/strong\u003e\n        \u003cspan\u003e\n          The open-top style allows your pet's ears to remain uncovered while wearing\n          the hat.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ma-adventure-item\"\u003e\n        \u003cstrong\u003eSimple To Wear\u003c\/strong\u003e\n        \u003cspan\u003e\n          Keep the experience comfortable and positive for your pet.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HOW TO WEAR --\u003e\n  \u003csection class=\"ma-section\"\u003e\n\n    \u003cdiv class=\"ma-title\"\u003e\n      \u003cspan\u003eSimple \u0026amp; Fun\u003c\/span\u003e\n      \u003ch2\u003eHow To Wear\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ma-steps\"\u003e\n\n      \u003cdiv class=\"ma-step\"\u003e\n        \u003cdiv class=\"ma-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eChoose The Size\u003c\/h3\u003e\n        \u003cp\u003eMeasure your pet and select the most suitable size.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ma-step\"\u003e\n        \u003cdiv class=\"ma-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eAdjust The Strap\u003c\/h3\u003e\n        \u003cp\u003eSecure the chin strap so the hat sits comfortably without being too tight.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ma-step\"\u003e\n        \u003cdiv class=\"ma-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eEnjoy The Look\u003c\/h3\u003e\n        \u003cp\u003eTake them outside or capture some adorable photos.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SAFETY --\u003e\n  \u003cdiv class=\"ma-note\"\u003e\n\n    \u003cstrong\u003e🐾 Pet safety:\u003c\/strong\u003e\n    Supervise your pet while wearing the hat. Remove immediately if your pet appears\n    uncomfortable, distressed or overheated. This product is a pet accessory and is\n    not intended as a substitute for normal sun protection or supervision.\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CARE --\u003e\n  \u003csection class=\"ma-care\"\u003e\n\n    \u003ch2\u003eEasy Care\u003c\/h2\u003e\n\n    \u003cp\u003e\n      🧼 \u003cstrong\u003eHand Wash\u003c\/strong\u003e\u003cbr\u003e\n      Hand wash gently in cold water using mild soap. Avoid harsh cleaning products\n      and excessive rubbing to help preserve the fabric and printed design.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      🌬️ \u003cstrong\u003eAir Dry\u003c\/strong\u003e\u003cbr\u003e\n      Air dry naturally and reshape the brim gently if needed. Avoid machine washing\n      and tumble drying, as excessive heat and agitation may affect the fabric or shape.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CLOSING --\u003e\n  \u003csection class=\"ma-final\"\u003e\n\n    \u003ch2\u003eSmall Hat. Big Personality. 🐾\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Whether it's a sunny-day stroll, a special occasion or simply time for some\n      unforgettable pet photos, the Mint Avocado Bucket Hat adds a fresh, fun finishing touch.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- ONE-TIME PAGE LOAD ANIMATION --\u003e\n\u003cscript\u003e\n(function () {\n\n  var page = document.querySelector('.mint-avocado-page');\n\n  if (!page) return;\n\n  var pieces = [\n    \"🥑\", \"🌿\", \"✦\", \"✦\", \"•\", \"•\",\n    \"🥑\", \"🌿\", \"✦\", \"•\", \"•\", \"🌿\"\n  ];\n\n  for (var i = 0; i \u003c pieces.length; i++) {\n\n    var piece = document.createElement(\"span\");\n\n    piece.className = \"ma-confetti\";\n    piece.textContent = pieces[i];\n\n    piece.style.left = (8 + Math.random() * 84) + \"%\";\n    piece.style.fontSize = (8 + Math.random() * 8) + \"px\";\n\n    piece.style.setProperty(\n      \"--ma-x\",\n      ((Math.random() - 0.5) * 280) + \"px\"\n    );\n\n    piece.style.setProperty(\n      \"--ma-rotate\",\n      ((Math.random() - 0.5) * 700) + \"deg\"\n    );\n\n    piece.style.animationDelay =\n      (Math.random() * 0.4) + \"s\";\n\n    page.appendChild(piece);\n\n    setTimeout(function (el) {\n      el.remove();\n    }, 3400, piece);\n  }\n\n})();\n\u003c\/script\u003e","brand":"OMG Finds","offers":[{"title":"Small - 28cm","offer_id":46641999839395,"sku":"Mint Avocado Print Bucket Hats for Cats","price":250.0,"currency_code":"ZAR","in_stock":true},{"title":"Medium - 35cm","offer_id":48043469570211,"sku":"Mint Avocado Print Bucket Hats for Cats","price":260.0,"currency_code":"ZAR","in_stock":true},{"title":"Large - 42cm","offer_id":48043469602979,"sku":"Mint Avocado Print Bucket Hats for Cats","price":270.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/mint-avocado-print-bucket-hat-cat.png?v=1788118243"},{"product_id":"checkered-bucket-hat-for-cats-black-and-white-print","title":"Checkered Bucket Hat for Cats | Black \u0026 White Print Sun Hat","description":"\u003cdiv class=\"omg-check-hat-page\"\u003e\n\n\u003cstyle\u003e\n\/* =========================================================\n   OMG FIND — CHECKERED PET BUCKET HAT\n   PREMIUM BLACK \u0026 WHITE DESIGN\n========================================================= *\/\n\n.omg-check-hat-page{\n  --black:#111111;\n  --charcoal:#222222;\n  --grey:#666666;\n  --light-grey:#eeeeee;\n  --soft:#f7f7f7;\n  --white:#ffffff;\n  --cream:#fcfbf8;\n  --border:#e3e3e3;\n\n  font-family:Arial,Helvetica,sans-serif;\n  color:#222;\n  background:#fff;\n  line-height:1.6;\n  max-width:1000px;\n  margin:0 auto;\n  overflow:hidden;\n  position:relative;\n}\n\n.omg-check-hat-page *,\n.omg-check-hat-page *::before,\n.omg-check-hat-page *::after{\n  box-sizing:border-box;\n}\n\n.check-hat-wrap{\n  max-width:1000px;\n  margin:auto;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.check-hat-hero{\n  padding:60px 25px;\n  text-align:center;\n  background:\n    radial-gradient(circle at 50% 30%,#fff 0%,transparent 55%),\n    linear-gradient(135deg,#f5f5f5,#ffffff,#eeeeee);\n  border-radius:24px;\n  margin-bottom:28px;\n  animation:checkFade .8s ease;\n  position:relative;\n  overflow:hidden;\n  border:1px solid #e3e3e3;\n}\n\n.check-hat-hero::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  right:0;\n  height:4px;\n  background:\n    repeating-linear-gradient(\n      90deg,\n      #111 0 24px,\n      #fff 24px 48px\n    );\n}\n\n.check-hat-hero::after{\n  content:\"▦\";\n  position:absolute;\n  font-size:180px;\n  right:-35px;\n  bottom:-75px;\n  color:#111;\n  opacity:.025;\n  transform:rotate(-10deg);\n  pointer-events:none;\n}\n\n.check-hat-tag{\n  display:inline-block;\n  padding:7px 16px;\n  border-radius:30px;\n  background:#111;\n  color:#fff;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.check-hat-hero h1{\n  font-size:38px;\n  line-height:1.15;\n  margin:18px 0 12px;\n  color:#111;\n  font-weight:800;\n  position:relative;\n  z-index:1;\n}\n\n.check-hat-hero p{\n  max-width:700px;\n  margin:auto;\n  color:#5f5f5f;\n  font-size:17px;\n  position:relative;\n  z-index:1;\n}\n\n.check-hat-sub{\n  margin-top:20px;\n  font-weight:700;\n  color:#333;\n  letter-spacing:.5px;\n}\n\n\n\/* =========================================================\n   TRUST STRIP\n========================================================= *\/\n\n.check-hat-trust{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:14px;\n  margin:0 0 28px;\n}\n\n.check-hat-trust-item{\n  display:flex;\n  align-items:flex-start;\n  gap:11px;\n  padding:18px;\n  border-radius:16px;\n  background:#fafafa;\n  border:1px solid #e3e3e3;\n  transition:.3s ease;\n}\n\n.check-hat-trust-item:hover{\n  transform:translateY(-3px);\n  box-shadow:0 10px 25px rgba(0,0,0,.06);\n}\n\n.check-hat-trust-item span{\n  font-size:21px;\n  line-height:1.2;\n  flex-shrink:0;\n}\n\n.check-hat-trust-item strong{\n  display:block;\n  font-size:14px;\n  color:#191919;\n  margin-bottom:2px;\n}\n\n.check-hat-trust-item em{\n  font-style:normal;\n  font-size:13px;\n  color:#6f6f6f;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   GENERAL SECTIONS\n========================================================= *\/\n\n.check-hat-section{\n  padding:42px 22px;\n}\n\n.check-hat-title{\n  text-align:center;\n  font-size:28px;\n  color:#111;\n  margin:0 0 10px;\n  font-weight:800;\n}\n\n.check-hat-intro{\n  text-align:center;\n  max-width:700px;\n  margin:0 auto 28px;\n  color:#666;\n}\n\n\n\/* =========================================================\n   BENEFIT CARDS\n========================================================= *\/\n\n.check-hat-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n}\n\n.check-hat-card{\n  padding:25px 20px;\n  background:#fafafa;\n  border:1px solid #e3e3e3;\n  border-radius:18px;\n  text-align:center;\n  transition:all .3s ease;\n  animation:checkFade 1s ease;\n}\n\n.check-hat-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 12px 30px rgba(0,0,0,.10);\n}\n\n.check-hat-icon{\n  font-size:30px;\n  margin-bottom:10px;\n}\n\n.check-hat-card h3{\n  margin:5px 0 8px;\n  font-size:17px;\n  color:#191919;\n}\n\n.check-hat-card p{\n  font-size:14px;\n  color:#6b6b6b;\n  margin:0;\n}\n\n\n\/* =========================================================\n   FEATURE\n========================================================= *\/\n\n.check-hat-feature{\n  margin:15px 0;\n  padding:46px 28px;\n  border-radius:22px;\n  background:linear-gradient(135deg,#f7f7f7,#ffffff,#eeeeee);\n  color:#111;\n  text-align:center;\n  position:relative;\n  overflow:hidden;\n  border:1px solid #e2e2e2;\n  box-shadow:0 8px 25px rgba(0,0,0,.05);\n  animation:featureFade .8s ease;\n}\n\n.check-hat-feature:after{\n  content:\"▦\";\n  position:absolute;\n  font-size:170px;\n  right:-20px;\n  bottom:-70px;\n  color:#111;\n  opacity:.035;\n  transform:rotate(-10deg);\n}\n\n.check-hat-feature-badge{\n  display:inline-block;\n  margin-bottom:14px;\n  padding:6px 14px;\n  border-radius:30px;\n  background:#111;\n  color:#fff;\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  position:relative;\n  z-index:1;\n}\n\n.check-hat-feature h2{\n  font-size:30px;\n  margin:0 0 10px;\n  color:#111;\n  font-weight:800;\n  position:relative;\n  z-index:1;\n}\n\n.check-hat-feature p{\n  max-width:680px;\n  margin:auto;\n  color:#555;\n  font-size:16px;\n  position:relative;\n  z-index:1;\n}\n\n\n\/* =========================================================\n   QUALITY \u0026 CONSTRUCTION\n========================================================= *\/\n\n.check-quality{\n  margin-top:25px;\n  padding:32px;\n  border-radius:22px;\n  background:linear-gradient(135deg,#fafafa,#fff);\n  border:1px solid #dedede;\n}\n\n.check-quality-story{\n  max-width:790px;\n  margin:0 auto 25px;\n  padding:27px;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n}\n\n.check-quality-story::after{\n  content:\"🧵\";\n  position:absolute;\n  right:18px;\n  bottom:-12px;\n  font-size:62px;\n  opacity:.12;\n}\n\n.check-quality-story h3{\n  margin:0 0 10px;\n  font-size:21px;\n  color:#fff;\n}\n\n.check-quality-story p{\n  margin:0 0 11px;\n  color:#dedede;\n  font-size:14px;\n  position:relative;\n  z-index:1;\n}\n\n.check-quality-story p:last-child{\n  margin-bottom:0;\n}\n\n.check-quality-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:15px;\n}\n\n.check-quality-item{\n  padding:23px;\n  border-radius:17px;\n  background:#fff;\n  border:1px solid #e3e3e3;\n  border-left:4px solid #111;\n  transition:.3s ease;\n}\n\n.check-quality-item:hover{\n  transform:translateY(-4px);\n  box-shadow:0 10px 25px rgba(0,0,0,.07);\n}\n\n.check-quality-item h3{\n  margin:0 0 7px;\n  font-size:17px;\n  color:#191919;\n}\n\n.check-quality-item p{\n  margin:0;\n  color:#666;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   HAPPY PET PROMISE\n========================================================= *\/\n\n.check-promise{\n  margin-top:18px;\n  display:flex;\n  align-items:center;\n  gap:18px;\n  padding:25px;\n  border-radius:18px;\n  background:#f4f4f4;\n  border:1px solid #dedede;\n}\n\n.check-promise-icon{\n  width:54px;\n  height:54px;\n  flex-shrink:0;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:#111;\n  color:#fff;\n  font-size:24px;\n}\n\n.check-promise h3{\n  margin:0 0 5px;\n  font-size:18px;\n  color:#111;\n}\n\n.check-promise p{\n  margin:0;\n  font-size:14px;\n  color:#626262;\n}\n\n\n\/* =========================================================\n   SIZES\n========================================================= *\/\n\n.check-hat-sizes{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:14px;\n  margin-top:25px;\n}\n\n.check-hat-size{\n  border:1px solid #ddd;\n  border-radius:16px;\n  padding:22px;\n  text-align:center;\n  background:#fff;\n  transition:.3s;\n}\n\n.check-hat-size:hover{\n  transform:scale(1.03);\n  box-shadow:0 8px 20px rgba(0,0,0,.07);\n}\n\n.check-hat-size strong{\n  display:block;\n  font-size:22px;\n  color:#111;\n}\n\n.check-hat-size span{\n  font-size:14px;\n  color:#6c6c6c;\n}\n\n\n\/* =========================================================\n   MATERIAL\n========================================================= *\/\n\n.check-hat-material{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:25px;\n}\n\n.check-hat-info{\n  padding:27px;\n  border-radius:18px;\n  background:#f7f7f7;\n  border:1px solid #e4e4e4;\n  transition:.3s ease;\n}\n\n.check-hat-info:hover{\n  transform:translateY(-3px);\n  box-shadow:0 10px 25px rgba(0,0,0,.06);\n}\n\n.check-hat-info h3{\n  margin:0 0 8px;\n  color:#171717;\n  font-size:19px;\n}\n\n.check-hat-info p{\n  margin:0;\n  color:#626262;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   STEPS\n========================================================= *\/\n\n.check-hat-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:15px;\n  margin-top:25px;\n}\n\n.check-hat-step{\n  padding:24px;\n  text-align:center;\n  border-radius:17px;\n  background:#fff;\n  border:1px solid #e5e5e5;\n  transition:.3s;\n}\n\n.check-hat-step:hover{\n  transform:translateY(-4px);\n  box-shadow:0 8px 20px rgba(0,0,0,.07);\n}\n\n.check-hat-number{\n  width:36px;\n  height:36px;\n  border-radius:50%;\n  background:#111;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 12px;\n  font-weight:800;\n}\n\n.check-hat-step strong{\n  color:#111;\n}\n\n.check-hat-step p{\n  font-size:14px;\n  color:#666;\n}\n\n\n\/* =========================================================\n   NOTES\n========================================================= *\/\n\n.check-hat-note{\n  margin-top:20px;\n  padding:18px 20px;\n  border-radius:14px;\n  background:#f7f7f7;\n  border:1px solid #ddd;\n  color:#555;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   SHOP WITH CONFIDENCE\n========================================================= *\/\n\n.check-customer-trust{\n  margin:35px 22px 10px;\n  padding:40px 28px;\n  border-radius:22px;\n  background:#111;\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n}\n\n.check-customer-trust::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  right:0;\n  height:4px;\n  background:\n    repeating-linear-gradient(\n      90deg,\n      #fff 0 24px,\n      #444 24px 48px\n    );\n}\n\n.check-trust-label{\n  display:block;\n  text-align:center;\n  color:#cfcfcf;\n  font-size:11px;\n  font-weight:800;\n  letter-spacing:1.7px;\n  text-transform:uppercase;\n  margin-bottom:7px;\n}\n\n.check-customer-trust h2{\n  text-align:center;\n  margin:0 0 9px;\n  font-size:29px;\n  color:#fff;\n}\n\n.check-trust-intro{\n  max-width:690px;\n  margin:0 auto 27px;\n  text-align:center;\n  color:#c9c9c9;\n  font-size:14px;\n}\n\n.check-customer-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n}\n\n.check-customer-card{\n  padding:22px;\n  border-radius:17px;\n  background:#fff;\n  color:#222;\n  transition:.3s ease;\n}\n\n.check-customer-card:hover{\n  transform:translateY(-4px);\n}\n\n.check-customer-icon{\n  font-size:23px;\n  margin-bottom:9px;\n}\n\n.check-customer-card h3{\n  margin:0 0 6px;\n  font-size:16px;\n  color:#111;\n}\n\n.check-customer-card p{\n  margin:0;\n  color:#666;\n  font-size:13px;\n}\n\n.check-order-promise{\n  margin-top:16px;\n  padding:21px 22px;\n  border-radius:16px;\n  background:#292929;\n  border:1px solid #414141;\n  text-align:center;\n}\n\n.check-order-promise strong{\n  display:block;\n  color:#fff;\n  margin-bottom:5px;\n  font-size:15px;\n}\n\n.check-order-promise span{\n  color:#cfcfcf;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.check-hat-final{\n  text-align:center;\n  padding:50px 25px;\n  background:linear-gradient(135deg,#f3f3f3,#fff);\n  border-radius:22px;\n  margin-top:28px;\n  border:1px solid #e5e5e5;\n}\n\n.check-hat-final h2{\n  font-size:30px;\n  color:#111;\n  margin:0 0 10px;\n}\n\n.check-hat-final p{\n  max-width:650px;\n  margin:auto;\n  color:#666;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes checkFade{\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes featureFade{\n  from{\n    opacity:0;\n    transform:translateY(15px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:700px){\n\n  .check-hat-hero h1{\n    font-size:29px;\n  }\n\n  .check-hat-hero{\n    padding:42px 18px;\n  }\n\n  .check-hat-grid,\n  .check-hat-sizes,\n  .check-hat-steps,\n  .check-hat-material,\n  .check-hat-trust,\n  .check-quality-grid,\n  .check-customer-grid{\n    grid-template-columns:1fr;\n  }\n\n  .check-hat-section{\n    padding:32px 12px;\n  }\n\n  .check-hat-title{\n    font-size:24px;\n  }\n\n  .check-hat-feature{\n    padding:35px 20px;\n  }\n\n  .check-hat-feature h2,\n  .check-hat-final h2{\n    font-size:25px;\n  }\n\n  .check-hat-feature p{\n    font-size:14px;\n  }\n\n  .check-quality{\n    padding:24px 16px;\n  }\n\n  .check-quality-story{\n    padding:23px 19px;\n  }\n\n  .check-promise{\n    flex-direction:column;\n    text-align:center;\n  }\n\n  .check-customer-trust{\n    margin:30px 12px 10px;\n    padding:34px 17px;\n  }\n\n  .check-customer-trust h2{\n    font-size:25px;\n  }\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .omg-check-hat-page *,\n  .omg-check-hat-page *::before,\n  .omg-check-hat-page *::after{\n    animation-duration:.01ms !important;\n    animation-iteration-count:1 !important;\n    transition-duration:.01ms !important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"check-hat-wrap\"\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-hero\"\u003e\n\n  \u003cspan class=\"check-hat-tag\"\u003e\n    Bold • Classic • Fun\n  \u003c\/span\u003e\n\n  \u003ch1\u003e\n    Checkered Bucket Hat for Cats 🐾\n  \u003c\/h1\u003e\n\n  \u003cp\u003e\n    Give your furry friend a seriously stylish upgrade with a\n    classic black-and-white checkered bucket hat made for photos,\n    adventures and everyday personality.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"check-hat-sub\"\u003e\n    Classic pattern. Big personality.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     QUICK TRUST\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-trust\"\u003e\n\n  \u003cdiv class=\"check-hat-trust-item\"\u003e\n    \u003cspan\u003e🧵\u003c\/span\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003eStitched brim\u003c\/strong\u003e\n\n      \u003cem\u003e\n        Topstitched to help the brim maintain its shape\n        through repeat wear.\n      \u003c\/em\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"check-hat-trust-item\"\u003e\n    \u003cspan\u003e💧\u003c\/span\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003eEasy-care design\u003c\/strong\u003e\n\n      \u003cem\u003e\n        Designed for gentle hand washing, air drying\n        and repeat wear.\n      \u003c\/em\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"check-hat-trust-item\"\u003e\n    \u003cspan\u003e🐾\u003c\/span\u003e\n\n    \u003cdiv\u003e\n      \u003cstrong\u003eFit support\u003c\/strong\u003e\n\n      \u003cem\u003e\n        Not sure about sizing? Message us with your pet's\n        measurement and we'll help you choose.\n      \u003c\/em\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     BENEFITS\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-section\"\u003e\n\n  \u003ch2 class=\"check-hat-title\"\u003e\n    Why They'll Look Even Cuter\n  \u003c\/h2\u003e\n\n  \u003cp class=\"check-hat-intro\"\u003e\n    A lightweight pet accessory that brings together playful\n    style, practical coverage and an adjustable fit.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"check-hat-grid\"\u003e\n\n\n    \u003cdiv class=\"check-hat-card\"\u003e\n\n      \u003cdiv class=\"check-hat-icon\"\u003e\n        ⬛\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Classic Checkered Print\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The timeless black-and-white pattern creates a bold\n        look that stands out in every photo.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-card\"\u003e\n\n      \u003cdiv class=\"check-hat-icon\"\u003e\n        ☀️\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Wide Brim\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The wide brim provides additional coverage around\n        the eyes, ears and face during outdoor adventures.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-card\"\u003e\n\n      \u003cdiv class=\"check-hat-icon\"\u003e\n        🎀\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Adjustable Chin Strap\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The adjustable strap and cord lock help keep the hat\n        in position when correctly fitted.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-card\"\u003e\n\n      \u003cdiv class=\"check-hat-icon\"\u003e\n        🌬️\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Lightweight Feel\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Made from lightweight polyester for a comfortable\n        feel during short periods of wear.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-card\"\u003e\n\n      \u003cdiv class=\"check-hat-icon\"\u003e\n        📸\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Made For Photos\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Perfect for costume days, parties, pet photoshoots\n        or showing off their everyday personality.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-card\"\u003e\n\n      \u003cdiv class=\"check-hat-icon\"\u003e\n        🐶\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Pet-Friendly Sizing\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Available in three sizes for cats, small to medium\n        dogs and other appropriately sized small pets.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     FEATURE\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-feature\"\u003e\n\n  \u003cspan class=\"check-hat-feature-badge\"\u003e\n    Style • Personality • Fun\n  \u003c\/span\u003e\n\n  \u003ch2\u003e\n    Turn Heads Wherever They Go 🐾\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Whether it's a walk, outdoor adventure or simply another\n    day at home, this checkered bucket hat adds an instant dose\n    of personality to your pet's look.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     QUALITY \u0026 CONSTRUCTION\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-section\"\u003e\n\n  \u003ch2 class=\"check-hat-title\"\u003e\n    Made For More Than One Photo\n  \u003c\/h2\u003e\n\n  \u003cp class=\"check-hat-intro\"\u003e\n    Novelty doesn't have to mean disposable. Here's why the\n    material and construction make sense for a reusable\n    pet accessory.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"check-quality\"\u003e\n\n\n    \u003cdiv class=\"check-quality-story\"\u003e\n\n      \u003ch3\u003e\n        Why lightweight polyester?\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        A pet hat has different practical requirements from\n        everyday human clothing. The fabric needs to remain\n        lightweight while still giving the brim enough structure\n        to create the classic bucket-hat shape.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Polyester was chosen because it absorbs less moisture\n        than many natural fibres, can dry relatively quickly and\n        helps the hat maintain its structured appearance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Its low weight also makes it a practical material for\n        a small accessory worn on your pet's head.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-quality-grid\"\u003e\n\n\n      \u003cdiv class=\"check-quality-item\"\u003e\n\n        \u003ch3\u003e\n          🧵 Topstitched Brim\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Visible stitching around the brim helps support its\n          structure and maintain the rounded bucket-hat look\n          through normal use.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"check-quality-item\"\u003e\n\n        \u003ch3\u003e\n          🎀 Adjustable Strap\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The chin strap provides an adjustable way to help\n          keep the accessory in position when correctly fitted.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"check-quality-item\"\u003e\n\n        \u003ch3\u003e\n          ⚙️ Cord Lock Adjustment\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The cord lock allows you to adjust the strap rather\n          than relying on a fixed fit. Always leave enough room\n          for your pet to remain comfortable.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"check-quality-item\"\u003e\n\n        \u003ch3\u003e\n          ♻️ Designed For Repeat Wear\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Gentle hand washing and natural air drying can help\n          preserve the fabric, print and shape for future\n          outings and photo days.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-promise\"\u003e\n\n      \u003cdiv class=\"check-promise-icon\"\u003e\n        🐾\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch3\u003e\n          The OMG Find Happy Pet Promise\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          If the hat arrives damaged or clearly isn't what was\n          shown on the product page, contact us and we'll help\n          resolve the issue in line with our store policies.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     SIZING\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-section\"\u003e\n\n  \u003ch2 class=\"check-hat-title\"\u003e\n    Find Their Perfect Fit\n  \u003c\/h2\u003e\n\n  \u003cp class=\"check-hat-intro\"\u003e\n    Measure your pet carefully before ordering to select the\n    most suitable size.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"check-hat-sizes\"\u003e\n\n    \u003cdiv class=\"check-hat-size\"\u003e\n      \u003cstrong\u003eSmall\u003c\/strong\u003e\n      \u003cspan\u003e28cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"check-hat-size\"\u003e\n      \u003cstrong\u003eMedium\u003c\/strong\u003e\n      \u003cspan\u003e35cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"check-hat-size\"\u003e\n      \u003cstrong\u003eLarge\u003c\/strong\u003e\n      \u003cspan\u003e42cm\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"check-hat-note\"\u003e\n\n    \u003cstrong\u003e📏 Sizing tip:\u003c\/strong\u003e\n\n    Check your pet's measurements against the size guide before\n    purchasing. Use the adjustable chin strap to achieve a secure\n    but comfortable fit.\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"check-hat-note\"\u003e\n\n    \u003cstrong\u003e🐾 Not sure which size?\u003c\/strong\u003e\n\n    Send us your pet's head measurement before ordering and\n    we'll help you choose the most suitable option from the\n    available sizes.\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     MATERIAL\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-section\"\u003e\n\n  \u003ch2 class=\"check-hat-title\"\u003e\n    Designed For Outdoor Style\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"check-hat-material\"\u003e\n\n\n    \u003cdiv class=\"check-hat-info\"\u003e\n\n      \u003ch3\u003e\n        Lightweight Polyester\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Chosen for its lightweight feel, lower moisture\n        absorption and ability to help maintain the hat's\n        structured appearance. It's a practical fabric for\n        a pet accessory that may be worn, stored, gently\n        cleaned and worn again.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-info\"\u003e\n\n      \u003ch3\u003e\n        Open-Top Design\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The open-top design leaves your pet's ears uncovered\n        while wearing the accessory.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     HOW TO WEAR\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-section\"\u003e\n\n  \u003ch2 class=\"check-hat-title\"\u003e\n    Easy To Wear\n  \u003c\/h2\u003e\n\n  \u003cp class=\"check-hat-intro\"\u003e\n    Introduce the hat gradually and keep wearing sessions\n    comfortable for your pet.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"check-hat-steps\"\u003e\n\n\n    \u003cdiv class=\"check-hat-step\"\u003e\n\n      \u003cdiv class=\"check-hat-number\"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Select Their Size\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Measure your pet and choose the closest suitable size.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-step\"\u003e\n\n      \u003cdiv class=\"check-hat-number\"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Adjust The Strap\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Secure the chin strap comfortably without making\n        it too tight.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-step\"\u003e\n\n      \u003cdiv class=\"check-hat-number\"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Strike A Pose\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Let their personality shine and capture those\n        unforgettable photos.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"check-hat-note\"\u003e\n\n    \u003cstrong\u003e🐾 Pet safety:\u003c\/strong\u003e\n\n    Always supervise your pet while wearing the hat. Remove\n    it if your pet shows signs of discomfort, distress or\n    overheating. This is a pet accessory and should not\n    replace normal supervision or appropriate sun protection.\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     CARE\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-section\"\u003e\n\n  \u003ch2 class=\"check-hat-title\"\u003e\n    Keep It Looking Fresh\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"check-hat-material\"\u003e\n\n\n    \u003cdiv class=\"check-hat-info\"\u003e\n\n      \u003ch3\u003e\n        🧼 Hand Wash\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Hand wash gently in cold water using mild soap.\n        Avoid harsh cleaning products and excessive rubbing\n        to help preserve the fabric and printed design.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-hat-info\"\u003e\n\n      \u003ch3\u003e\n        🌬️ Air Dry\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Air dry naturally and gently reshape the brim if\n        needed. Avoid machine washing and tumble drying,\n        as excessive heat and agitation may affect the\n        fabric or shape.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     CUSTOMER TRUST\n========================================================= --\u003e\n\n\u003cdiv class=\"check-customer-trust\"\u003e\n\n  \u003cspan class=\"check-trust-label\"\u003e\n    THE OMG FIND PROMISE\n  \u003c\/span\u003e\n\n  \u003ch2\u003e\n    Shop With Confidence 🛡️\n  \u003c\/h2\u003e\n\n  \u003cp class=\"check-trust-intro\"\u003e\n    Buying something for your pet online should feel simple.\n    We give you clear product, sizing, material and care\n    information so you can make an informed choice before\n    ordering.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"check-customer-grid\"\u003e\n\n\n    \u003cdiv class=\"check-customer-card\"\u003e\n\n      \u003cdiv class=\"check-customer-icon\"\u003e\n        📸\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Clear Product Information\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        We aim to show our products clearly so you can\n        understand the design and style before ordering.\n        Minor colour differences can occur because of\n        lighting and individual screen settings.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-customer-card\"\u003e\n\n      \u003cdiv class=\"check-customer-icon\"\u003e\n        📏\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Sizing Help Before You Buy\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Unsure about the size? Send us your pet's measurement\n        before ordering and we'll help you select the most\n        suitable option from our size guide.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-customer-card\"\u003e\n\n      \u003cdiv class=\"check-customer-icon\"\u003e\n        🧵\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Quality Explained\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        We don't simply list the material and leave you\n        guessing. We explain why it was selected, how the\n        hat is constructed and how to care for it.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"check-customer-card\"\u003e\n\n      \u003cdiv class=\"check-customer-icon\"\u003e\n        💬\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Customer Support\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Have a question about the product, sizing or your\n        order? Contact OMG Find and we'll help you with\n        the information you need.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"check-order-promise\"\u003e\n\n    \u003cstrong\u003e\n      💛 Your order matters to us.\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      If your hat arrives damaged or clearly isn't what was\n      shown on the product page, contact us and we'll help\n      resolve the issue in line with our store policies.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =========================================================\n     FINAL\n========================================================= --\u003e\n\n\u003cdiv class=\"check-hat-final\"\u003e\n\n  \u003ch2\u003e\n    Classic Print. Unforgettable Pet. 🖤\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Add a little attitude to your pet's look with the\n    Checkered Bucket Hat — because ordinary accessories\n    are simply not their style.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"OMG Finds","offers":[{"title":"Small - 28cm","offer_id":46643202850979,"sku":"Checkered Bucket Hat for Cats - Black and White print","price":250.0,"currency_code":"ZAR","in_stock":true},{"title":"Medium - 35cm","offer_id":46643202883747,"sku":"Checkered Bucket Hat for Cats - Black and White print","price":260.0,"currency_code":"ZAR","in_stock":true},{"title":"Large - 42cm","offer_id":46643202916515,"sku":"Checkered Bucket Hat for Cats - Black and White print","price":270.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/checkered-bucket-hat-cat-black-white.png?v=1788118166"},{"product_id":"blonde-curly-wig-for-dogs-funny-pet-costume-wig","title":"Blonde Curly Wig for Dogs | Funny Pet Costume Wig","description":"\u003cstyle\u003e\n.blondewig-wrap{\n  font-family:Arial,Helvetica,sans-serif;\n  color:#292929;\n  background:#fffdf9;\n  line-height:1.7;\n  max-width:1100px;\n  margin:auto;\n  overflow:hidden;\n}\n\n.blondewig-hero{\n  position:relative;\n  text-align:center;\n  padding:72px 25px 62px;\n  background:linear-gradient(135deg,#fffdf7,#fff7dc,#fdf3d4,#fff);\n  border-radius:25px;\n  margin-bottom:35px;\n  border:1px solid #ead79b;\n  box-shadow:0 12px 35px rgba(110,85,20,.08);\n}\n\n.blondewig-hero:before{\n  content:\"✨\";\n  position:absolute;\n  left:7%;\n  top:21%;\n  font-size:40px;\n  opacity:.22;\n  animation:wigFloat 4s ease-in-out infinite;\n}\n\n.blondewig-hero:after{\n  content:\"💛\";\n  position:absolute;\n  right:8%;\n  bottom:18%;\n  font-size:34px;\n  opacity:.18;\n  animation:wigFloat 4s ease-in-out infinite;\n  animation-delay:1.3s;\n}\n\n.blondewig-tag{\n  display:inline-block;\n  padding:7px 17px;\n  border-radius:30px;\n  background:#fff;\n  border:1px solid #dfca7e;\n  color:#8a701e;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.blondewig-hero h1{\n  font-size:43px;\n  line-height:1.15;\n  margin:20px auto 15px;\n  max-width:850px;\n  color:#272421;\n}\n\n.blondewig-hero p{\n  max-width:740px;\n  margin:auto;\n  font-size:18px;\n  color:#6e6656;\n}\n\n.blondewig-intro{\n  text-align:center;\n  padding:15px 25px 45px;\n}\n\n.blondewig-intro h2{\n  font-size:30px;\n  margin-bottom:12px;\n  color:#292621;\n}\n\n.blondewig-intro p{\n  max-width:790px;\n  margin:auto;\n  color:#726c61;\n  font-size:16px;\n}\n\n.blondewig-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  padding:0 20px 45px;\n}\n\n.blondewig-card{\n  background:#fff;\n  border:1px solid #eee6cf;\n  border-radius:19px;\n  padding:26px 20px;\n  text-align:center;\n  box-shadow:0 8px 22px rgba(0,0,0,.045);\n  transition:transform .3s ease,box-shadow .3s ease;\n}\n\n.blondewig-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 14px 30px rgba(0,0,0,.08);\n}\n\n.blondewig-icon{\n  font-size:31px;\n  margin-bottom:10px;\n}\n\n.blondewig-card h3{\n  font-size:17px;\n  margin:8px 0;\n  color:#292621;\n}\n\n.blondewig-card p{\n  font-size:14px;\n  color:#777168;\n  margin:0;\n}\n\n.blondewig-feature{\n  margin:10px 20px 50px;\n  padding:48px 30px;\n  border-radius:25px;\n  text-align:center;\n  background:linear-gradient(135deg,#fffdf5,#fff7dc);\n  border:1px solid #e7d59a;\n  box-shadow:0 10px 30px rgba(100,80,20,.06);\n  position:relative;\n  overflow:hidden;\n}\n\n.blondewig-feature:before{\n  content:\"✨  💛  ✨\";\n  display:block;\n  font-size:22px;\n  letter-spacing:9px;\n  margin-bottom:13px;\n  opacity:.65;\n}\n\n.blondewig-feature .badge{\n  display:inline-block;\n  background:#fff;\n  padding:6px 14px;\n  border-radius:20px;\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:1px;\n  color:#8a701e;\n  text-transform:uppercase;\n}\n\n.blondewig-feature h2{\n  font-size:31px;\n  margin:16px 0 12px;\n  color:#292621;\n}\n\n.blondewig-feature p{\n  max-width:710px;\n  margin:auto;\n  color:#6e6658;\n  font-size:16px;\n}\n\n.blondewig-section{\n  padding:10px 25px 45px;\n}\n\n.blondewig-section h2{\n  text-align:center;\n  font-size:28px;\n  margin-bottom:28px;\n  color:#292621;\n}\n\n.blondewig-details{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:18px;\n  max-width:850px;\n  margin:auto;\n}\n\n.blondewig-detail{\n  padding:23px;\n  background:#fff;\n  border-radius:17px;\n  border:1px solid #ebe7df;\n}\n\n.blondewig-detail strong{\n  display:block;\n  margin-bottom:5px;\n  color:#292621;\n}\n\n.blondewig-detail span{\n  color:#777168;\n  font-size:14px;\n}\n\n.blondewig-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  max-width:900px;\n  margin:auto;\n}\n\n.blondewig-step{\n  text-align:center;\n  padding:25px 18px;\n  background:#fff;\n  border-radius:18px;\n  border:1px solid #ebe7df;\n}\n\n.blondewig-number{\n  width:40px;\n  height:40px;\n  line-height:40px;\n  margin:0 auto 12px;\n  border-radius:50%;\n  background:#ead47e;\n  color:#695518;\n  font-weight:800;\n}\n\n.blondewig-sizebox{\n  max-width:850px;\n  margin:0 auto 45px;\n  padding:30px;\n  border-radius:20px;\n  text-align:center;\n  background:#fffaf0;\n  border:1px solid #eadcae;\n}\n\n.blondewig-sizebox .size{\n  font-size:31px;\n  font-weight:800;\n  color:#735d19;\n  display:block;\n  margin-bottom:5px;\n}\n\n.blondewig-care{\n  max-width:850px;\n  margin:0 auto 35px;\n  padding:30px;\n  border-radius:20px;\n  background:#fafafa;\n  border:1px solid #e8e8e8;\n}\n\n.blondewig-care h3{\n  margin-top:0;\n  color:#292621;\n}\n\n.blondewig-care ul{\n  padding-left:20px;\n  margin-bottom:0;\n}\n\n.blondewig-note{\n  max-width:850px;\n  margin:0 auto 45px;\n  padding:22px 25px;\n  border-left:4px solid #d4bb62;\n  background:#fffaf0;\n  border-radius:10px;\n  color:#625b4e;\n  font-size:14px;\n}\n\n.blondewig-final{\n  text-align:center;\n  margin:10px 20px 20px;\n  padding:52px 25px;\n  border-radius:25px;\n  background:linear-gradient(135deg,#fff7dc,#fffdf8);\n  border:1px solid #e6d39a;\n}\n\n.blondewig-final h2{\n  font-size:34px;\n  margin:0 0 10px;\n  color:#292621;\n}\n\n.blondewig-final p{\n  color:#6d665a;\n  margin:0;\n}\n\n@keyframes wigFloat{\n  0%,100%{\n    transform:translateY(0) rotate(-3deg);\n  }\n  50%{\n    transform:translateY(-8px) rotate(3deg);\n  }\n}\n\n@media(max-width:700px){\n\n  .blondewig-hero{\n    padding:55px 18px 45px;\n  }\n\n  .blondewig-hero h1{\n    font-size:31px;\n  }\n\n  .blondewig-hero p{\n    font-size:16px;\n  }\n\n  .blondewig-grid,\n  .blondewig-details,\n  .blondewig-steps{\n    grid-template-columns:1fr;\n  }\n\n  .blondewig-feature{\n    margin:5px 15px 40px;\n    padding:38px 20px;\n  }\n\n  .blondewig-feature h2{\n    font-size:26px;\n  }\n\n  .blondewig-section{\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n  .blondewig-final{\n    margin-left:15px;\n    margin-right:15px;\n  }\n\n  .blondewig-final h2{\n    font-size:28px;\n  }\n}\n\n\/* =========================================================\n   OMG FIND — TRUST \/ QUALITY\n========================================================= *\/\n.blondewig-trust{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n  padding:0 20px;\n  margin:0 0 38px;\n}\n.blondewig-trust-item{\n  background:#fff;\n  border:1px solid #eee6cf;\n  border-radius:17px;\n  padding:20px 14px;\n  text-align:center;\n  box-shadow:0 8px 22px rgba(100,80,20,.05);\n  transition:transform .3s ease,box-shadow .3s ease;\n}\n.blondewig-trust-item:hover{\n  transform:translateY(-5px);\n  box-shadow:0 13px 28px rgba(100,80,20,.10);\n}\n.blondewig-trust-icon{\n  width:46px;height:46px;\n  display:flex;align-items:center;justify-content:center;\n  margin:0 auto 10px;\n  border-radius:50%;\n  background:#fff7dc;\n  font-size:21px;\n}\n.blondewig-trust-item strong{\n  display:block;color:#292621;font-size:14px;margin-bottom:4px;\n}\n.blondewig-trust-item span{\n  display:block;color:#777168;font-size:12px;line-height:1.5;\n}\n\n.blondewig-quality{\n  max-width:900px;\n  margin:0 auto;\n  padding:32px 28px;\n  border-radius:22px;\n  background:#fff;\n  border:1px solid #eee6cf;\n  box-shadow:0 10px 30px rgba(100,80,20,.05);\n}\n.blondewig-quality-story{\n  padding:27px 25px;\n  margin-bottom:16px;\n  border-radius:18px;\n  background:linear-gradient(135deg,#292621,#8a701e);\n  color:#fff;\n}\n.blondewig-quality-story h3{\n  margin:0 0 9px;color:#fff;font-size:20px;\n}\n.blondewig-quality-story p{\n  margin:0;color:rgba(255,255,255,.86);font-size:14px;\n}\n.blondewig-quality-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n}\n.blondewig-quality-card{\n  padding:22px;\n  border-radius:17px;\n  background:#fffaf0;\n  border:1px solid #eadcae;\n  border-left:4px solid #d4bb62;\n}\n.blondewig-quality-card strong{\n  display:block;color:#292621;margin-bottom:6px;font-size:15px;\n}\n.blondewig-quality-card span{\n  display:block;color:#777168;font-size:13px;\n}\n\n.blondewig-customer-trust{\n  margin:10px 20px 42px;\n  padding:40px 28px;\n  border-radius:25px;\n  background:linear-gradient(135deg,#292621,#8a701e);\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n  box-shadow:0 15px 38px rgba(100,80,20,.16);\n}\n.blondewig-customer-trust:before{\n  content:\"\";\n  position:absolute;top:0;left:0;right:0;height:4px;\n  background:linear-gradient(90deg,#d4bb62,#fff3b7,#d4bb62);\n}\n.blondewig-trust-label{\n  display:block;text-align:center;\n  color:#f6e9ae;\n  font-size:11px;font-weight:800;\n  letter-spacing:1.7px;text-transform:uppercase;\n  margin-bottom:7px;\n}\n.blondewig-customer-trust h2{\n  text-align:center;margin:0 0 10px;color:#fff;font-size:30px;\n}\n.blondewig-customer-intro{\n  max-width:700px;margin:0 auto 28px;text-align:center;\n  color:rgba(255,255,255,.80);font-size:14px;\n}\n.blondewig-customer-grid{\n  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;\n}\n.blondewig-customer-card{\n  padding:23px;border-radius:17px;background:#fff;color:#292621;\n}\n.blondewig-customer-icon{\n  width:45px;height:45px;\n  display:flex;align-items:center;justify-content:center;\n  border-radius:50%;background:#fff7dc;\n  font-size:21px;margin-bottom:11px;\n}\n.blondewig-customer-card h3{\n  margin:0 0 6px;color:#292621;font-size:16px;\n}\n.blondewig-customer-card p{\n  margin:0;color:#777168;font-size:13px;\n}\n.blondewig-order-promise{\n  display:flex;align-items:center;gap:17px;\n  margin-top:16px;padding:22px;\n  border-radius:17px;\n  background:rgba(255,255,255,.10);\n  border:1px solid rgba(255,255,255,.17);\n}\n.blondewig-order-promise-icon{\n  width:50px;height:50px;flex-shrink:0;\n  display:flex;align-items:center;justify-content:center;\n  border-radius:50%;background:#fff;font-size:23px;\n}\n.blondewig-order-promise strong{\n  display:block;color:#fff;font-size:15px;margin-bottom:4px;\n}\n.blondewig-order-promise span{\n  display:block;color:rgba(255,255,255,.80);font-size:13px;\n}\n\n@media(max-width:700px){\n  .blondewig-trust{grid-template-columns:repeat(2,1fr);padding:0 15px}\n  .blondewig-quality-grid,.blondewig-customer-grid{grid-template-columns:1fr}\n  .blondewig-quality,.blondewig-customer-trust{padding:28px 18px}\n  .blondewig-customer-trust{margin-left:15px;margin-right:15px}\n  .blondewig-order-promise{flex-direction:column;text-align:center}\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"blondewig-wrap\"\u003e\n\n  \u003cdiv class=\"blondewig-hero\"\u003e\n    \u003cspan class=\"blondewig-tag\"\u003eFunny • Fluffy • Photo-Ready\u003c\/span\u003e\n    \u003ch1\u003eBlonde Curly Wig for Dogs ✨\u003c\/h1\u003e\n    \u003cp\u003eTransform your pup into an instant scene-stealer with a head full of fabulous blonde curls. 💛\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- TRUST BADGES --\u003e\n  \u003cdiv class=\"blondewig-trust\"\u003e\n    \u003cdiv class=\"blondewig-trust-item\"\u003e\n      \u003cdiv class=\"blondewig-trust-icon\"\u003e🐾\u003c\/div\u003e\n      \u003cstrong\u003eSoft Inner Net\u003c\/strong\u003e\n      \u003cspan\u003eDesigned to sit gently on your pet's head during supervised wear.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"blondewig-trust-item\"\u003e\n      \u003cdiv class=\"blondewig-trust-icon\"\u003e🎀\u003c\/div\u003e\n      \u003cstrong\u003eAdjustable Fit\u003c\/strong\u003e\n      \u003cspan\u003eElastic rope helps you adjust the wig for a more comfortable fit.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"blondewig-trust-item\"\u003e\n      \u003cdiv class=\"blondewig-trust-icon\"\u003e🪶\u003c\/div\u003e\n      \u003cstrong\u003eApprox. 40g\u003c\/strong\u003e\n      \u003cspan\u003eLightweight construction without unnecessary bulk on your pet's head.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"blondewig-trust-item\"\u003e\n      \u003cdiv class=\"blondewig-trust-icon\"\u003e📏\u003c\/div\u003e\n      \u003cstrong\u003eApprox. 12cm Inner Size\u003c\/strong\u003e\n      \u003cspan\u003eClear sizing information helps you check suitability before ordering.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"blondewig-intro\"\u003e\n    \u003ch2\u003eBlonde, Bouncy \u0026amp; Ready For The Spotlight ✨\u003c\/h2\u003e\n    \u003cp\u003e\n      Give your furry friend an instant makeover with this playful Blonde Curly Wig.\n      Featuring tight blonde curls, a soft inner net and an adjustable elastic rope,\n      it's made for fun dress-up moments, parties, holidays and unforgettable photos.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blondewig-grid\"\u003e\n\n    \u003cdiv class=\"blondewig-card\"\u003e\n      \u003cdiv class=\"blondewig-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eFabulous Blonde Curls\u003c\/h3\u003e\n      \u003cp\u003eTight, curly blonde fibres create an eye-catching and hilarious new look.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"blondewig-card\"\u003e\n      \u003cdiv class=\"blondewig-icon\"\u003e🎀\u003c\/div\u003e\n      \u003ch3\u003eAdjustable Fit\u003c\/h3\u003e\n      \u003cp\u003eThe included elastic rope helps keep the wig positioned securely during wear.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"blondewig-card\"\u003e\n      \u003cdiv class=\"blondewig-icon\"\u003e☁️\u003c\/div\u003e\n      \u003ch3\u003eSoft Inner Net\u003c\/h3\u003e\n      \u003cp\u003eDesigned to sit comfortably against your pet's head while wearing the wig.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"blondewig-card\"\u003e\n      \u003cdiv class=\"blondewig-icon\"\u003e💛\u003c\/div\u003e\n      \u003ch3\u003eLightweight Design\u003c\/h3\u003e\n      \u003cp\u003eAt approximately 40g, it's a lightweight costume accessory for special moments.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"blondewig-card\"\u003e\n      \u003cdiv class=\"blondewig-icon\"\u003e📸\u003c\/div\u003e\n      \u003ch3\u003eMade For Photos\u003c\/h3\u003e\n      \u003cp\u003ePerfect for parties, holidays, themed shoots and social media content.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"blondewig-card\"\u003e\n      \u003cdiv class=\"blondewig-icon\"\u003e🐾\u003c\/div\u003e\n      \u003ch3\u003eSmall To Medium Breeds\u003c\/h3\u003e\n      \u003cp\u003eDesigned to fit most small to medium breeds. Check the inner size before ordering.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blondewig-feature\"\u003e\n    \u003cspan class=\"badge\"\u003eGlam Mode: Activated\u003c\/span\u003e\n    \u003ch2\u003eBig Curls. Bigger Personality. 💛\u003c\/h2\u003e\n    \u003cp\u003e\n      Some pups were born to be fabulous. Add this curly blonde wig and turn an\n      ordinary moment into a full-on photo opportunity. Perfect for the pet who\n      doesn't mind stealing the spotlight.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blondewig-section\"\u003e\n    \u003ch2\u003eThe Details ✨\u003c\/h2\u003e\n\n    \u003cdiv class=\"blondewig-details\"\u003e\n\n      \u003cdiv class=\"blondewig-detail\"\u003e\n        \u003cstrong\u003e💛 Blonde Curly Fibre\u003c\/strong\u003e\n        \u003cspan\u003eMade from high-temperature resistant fibre with a fun curly appearance.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"blondewig-detail\"\u003e\n        \u003cstrong\u003e🎀 Elastic Rope\u003c\/strong\u003e\n        \u003cspan\u003eIncludes one elastic rope to help create an adjustable fit.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"blondewig-detail\"\u003e\n        \u003cstrong\u003e☁️ Soft Inner Net\u003c\/strong\u003e\n        \u003cspan\u003eDesigned to sit against your pet's head while wearing the costume wig.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"blondewig-detail\"\u003e\n        \u003cstrong\u003e⚖️ Lightweight\u003c\/strong\u003e\n        \u003cspan\u003eApproximately 40g, making it a lightweight accessory for dress-up occasions.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- QUALITY \u0026 COMFORT --\u003e\n  \u003cdiv class=\"blondewig-section\"\u003e\n    \u003ch2\u003eDesigned For The Look — With Comfort In Mind ✨\u003c\/h2\u003e\n\n    \u003cdiv class=\"blondewig-quality\"\u003e\n      \u003cdiv class=\"blondewig-quality-story\"\u003e\n        \u003ch3\u003eMore Than Just A Funny Wig\u003c\/h3\u003e\n        \u003cp\u003e\n          This Blonde Curly Wig combines a bold costume look with an approximately\n          40g construction, soft inner net and adjustable elastic rope. The aim is\n          an eye-catching transformation without unnecessary bulk.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"blondewig-quality-grid\"\u003e\n        \u003cdiv class=\"blondewig-quality-card\"\u003e\n          \u003cstrong\u003e☁️ Soft Inner Net\u003c\/strong\u003e\n          \u003cspan\u003eThe inner net provides a softer surface where the wig sits against your pet's head.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"blondewig-quality-card\"\u003e\n          \u003cstrong\u003e🎀 Adjustable Elastic Rope\u003c\/strong\u003e\n          \u003cspan\u003eThe elastic rope allows you to adjust the fit rather than relying on a completely fixed fit. Never overtighten it.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"blondewig-quality-card\"\u003e\n          \u003cstrong\u003e🪶 Lightweight Construction\u003c\/strong\u003e\n          \u003cspan\u003eAt approximately 40g, the wig creates a noticeable costume look without unnecessary weight.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"blondewig-quality-card\"\u003e\n          \u003cstrong\u003e🧼 Reusable Costume Accessory\u003c\/strong\u003e\n          \u003cspan\u003eGentle handling, hand washing and natural air drying can help maintain the curls and overall appearance between uses.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"blondewig-sizebox\"\u003e\n    \u003cspan class=\"size\"\u003eApprox. 12cm\u003c\/span\u003e\n    \u003cstrong\u003eInner Size\u003c\/strong\u003e\n    \u003cp\u003e\n      Please compare the approximately 12cm inner size with your pet's head measurements\n      before ordering for the best chance of a comfortable fit.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blondewig-section\"\u003e\n    \u003ch2\u003eGet The Look ✨\u003c\/h2\u003e\n\n    \u003cdiv class=\"blondewig-steps\"\u003e\n\n      \u003cdiv class=\"blondewig-step\"\u003e\n        \u003cdiv class=\"blondewig-number\"\u003e1\u003c\/div\u003e\n        \u003cstrong\u003ePlace\u003c\/strong\u003e\n        \u003cp\u003eGently place the wig over your pet's head.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"blondewig-step\"\u003e\n        \u003cdiv class=\"blondewig-number\"\u003e2\u003c\/div\u003e\n        \u003cstrong\u003eAdjust\u003c\/strong\u003e\n        \u003cp\u003eUse the elastic rope to help position the wig securely and comfortably.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"blondewig-step\"\u003e\n        \u003cdiv class=\"blondewig-number\"\u003e3\u003c\/div\u003e\n        \u003cstrong\u003eSnap Away\u003c\/strong\u003e\n        \u003cp\u003eOnce your pet is comfortable, it's time for the photos! 📸\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blondewig-feature\"\u003e\n    \u003cspan class=\"badge\"\u003ePhoto-Ready\u003c\/span\u003e\n    \u003ch2\u003eWarning: Main Character Energy ✨\u003c\/h2\u003e\n    \u003cp\u003e\n      Birthday parties, Halloween, holidays or simply making everyone laugh —\n      this blonde curly wig is made for those moments when your pup deserves\n      all the attention.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blondewig-section\"\u003e\n    \u003ch2\u003eCare Instructions 🧼\u003c\/h2\u003e\n\n    \u003cdiv class=\"blondewig-care\"\u003e\n      \u003ch3\u003eKeep Those Curls Looking Good ✨\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eHand wash with warm water.\u003c\/li\u003e\n        \u003cli\u003eAir dry naturally.\u003c\/li\u003e\n        \u003cli\u003eAvoid high heat.\u003c\/li\u003e\n        \u003cli\u003eDo not machine wash or machine dry.\u003c\/li\u003e\n        \u003cli\u003eHandle the curls gently to help maintain their shape.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"blondewig-note\"\u003e\n    \u003cstrong\u003e🐾 Pet Safety:\u003c\/strong\u003e\n    Introduce the wig gradually and always supervise your pet while wearing it.\n    Remove it if your pet shows signs of stress, discomfort or irritation.\n    Do not allow your pet to chew or ingest the wig, elastic rope or inner net.\n    This is a costume accessory and is intended for supervised use.\n  \u003c\/div\u003e\n\n\n  \u003c!-- SHOP WITH CONFIDENCE --\u003e\n  \u003cdiv class=\"blondewig-customer-trust\"\u003e\n    \u003cspan class=\"blondewig-trust-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"blondewig-customer-intro\"\u003e\n      Buying a pet costume online can come with questions. That's why we provide\n      clear sizing, product information, care guidance and support to help you\n      make an informed choice.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"blondewig-customer-grid\"\u003e\n      \u003cdiv class=\"blondewig-customer-card\"\u003e\n        \u003cdiv class=\"blondewig-customer-icon\"\u003e📏\u003c\/div\u003e\n        \u003ch3\u003eClear Measurements\u003c\/h3\u003e\n        \u003cp\u003eThe approximately 12cm inner size is shown so you can compare it with your pet's head measurement before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"blondewig-customer-card\"\u003e\n        \u003cdiv class=\"blondewig-customer-icon\"\u003e🐾\u003c\/div\u003e\n        \u003ch3\u003ePet Comfort First\u003c\/h3\u003e\n        \u003cp\u003eWe provide wearing and safety guidance because costume time should only continue while your pet remains comfortable and supervised.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"blondewig-customer-card\"\u003e\n        \u003cdiv class=\"blondewig-customer-icon\"\u003e🧼\u003c\/div\u003e\n        \u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n        \u003cp\u003eYou'll know how to gently wash, dry and handle the wig to help maintain the curls and overall appearance between uses.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"blondewig-customer-card\"\u003e\n        \u003cdiv class=\"blondewig-customer-icon\"\u003e💬\u003c\/div\u003e\n        \u003ch3\u003eCustomer Support\u003c\/h3\u003e\n        \u003cp\u003eHave a question about the wig, sizing 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=\"blondewig-order-promise\"\u003e\n      \u003cdiv class=\"blondewig-order-promise-icon\"\u003e💛\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eYour order matters to us.\u003c\/strong\u003e\n        \u003cspan\u003eIf your wig 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=\"blondewig-final\"\u003e\n    \u003ch2\u003eBlonde Curls. Instant Stardom. 💛\u003c\/h2\u003e\n    \u003cp\u003eBecause every pup deserves their moment in the spotlight. ✨🐾\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"OMG Finds","offers":[{"title":"Beige","offer_id":48058703052963,"sku":"Blonde Curly Wig for Dogs - Funny Pet Costume Wig","price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/blonde-curly-wig-for-dogs-pug.png?v=1788118105"},{"product_id":"rainbow-fluffy-donut-pet-bed-ultra-soft-calming-bed","title":"Rainbow Fluffy Donut Pet Bed | Ultra Soft Calming Cat \u0026 Dog Bed","description":"\u003cstyle\u003e\n.rainbowbed-wrap{\n  font-family:Arial,Helvetica,sans-serif;\n  color:#292929;\n  background:#fffdfd;\n  line-height:1.7;\n  max-width:1100px;\n  margin:auto;\n  overflow:hidden;\n}\n\n.rainbowbed-hero{\n  position:relative;\n  text-align:center;\n  padding:72px 25px 62px;\n  background:linear-gradient(135deg,#fff7fb,#fff8e9,#f7f2ff,#eefaff);\n  border-radius:25px;\n  margin-bottom:35px;\n  border:1px solid #ead9e7;\n  box-shadow:0 12px 35px rgba(120,80,120,.08);\n}\n\n.rainbowbed-hero:before{\n  content:\"🍩\";\n  position:absolute;\n  left:6%;\n  top:19%;\n  font-size:42px;\n  opacity:.2;\n  animation:donutFloat 4s ease-in-out infinite;\n}\n\n.rainbowbed-hero:after{\n  content:\"🌈\";\n  position:absolute;\n  right:7%;\n  bottom:17%;\n  font-size:38px;\n  opacity:.18;\n  animation:donutFloat 4s ease-in-out infinite;\n  animation-delay:1.3s;\n}\n\n.rainbowbed-tag{\n  display:inline-block;\n  padding:7px 17px;\n  border-radius:30px;\n  background:#fff;\n  border:1px solid #dfc8dc;\n  color:#8b5f82;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.rainbowbed-hero h1{\n  font-size:43px;\n  line-height:1.15;\n  margin:20px auto 15px;\n  max-width:850px;\n  color:#272327;\n}\n\n.rainbowbed-hero p{\n  max-width:740px;\n  margin:auto;\n  font-size:18px;\n  color:#6d646d;\n}\n\n.rainbowbed-intro{\n  text-align:center;\n  padding:15px 25px 45px;\n}\n\n.rainbowbed-intro h2{\n  font-size:30px;\n  margin-bottom:12px;\n  color:#292429;\n}\n\n.rainbowbed-intro p{\n  max-width:790px;\n  margin:auto;\n  color:#706970;\n  font-size:16px;\n}\n\n.rainbowbed-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  padding:0 20px 45px;\n}\n\n.rainbowbed-card{\n  background:#fff;\n  border:1px solid #eee5eb;\n  border-radius:19px;\n  padding:26px 20px;\n  text-align:center;\n  box-shadow:0 8px 22px rgba(0,0,0,.045);\n  transition:transform .3s ease,box-shadow .3s ease;\n}\n\n.rainbowbed-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 14px 30px rgba(0,0,0,.08);\n}\n\n.rainbowbed-icon{\n  font-size:31px;\n  margin-bottom:10px;\n}\n\n.rainbowbed-card h3{\n  font-size:17px;\n  margin:8px 0;\n  color:#292429;\n}\n\n.rainbowbed-card p{\n  font-size:14px;\n  color:#777078;\n  margin:0;\n}\n\n.rainbowbed-feature{\n  margin:10px 20px 50px;\n  padding:48px 30px;\n  border-radius:25px;\n  text-align:center;\n  background:linear-gradient(135deg,#fff8fb,#fff9e9,#f8f3ff);\n  border:1px solid #e5d5e2;\n  box-shadow:0 10px 30px rgba(100,70,100,.06);\n  position:relative;\n  overflow:hidden;\n}\n\n.rainbowbed-feature:before{\n  content:\"🍩  ✨  🍩\";\n  display:block;\n  font-size:22px;\n  letter-spacing:9px;\n  margin-bottom:13px;\n  opacity:.65;\n}\n\n.rainbowbed-feature .badge{\n  display:inline-block;\n  background:#fff;\n  padding:6px 14px;\n  border-radius:20px;\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:1px;\n  color:#8b6080;\n  text-transform:uppercase;\n}\n\n.rainbowbed-feature h2{\n  font-size:31px;\n  margin:16px 0 12px;\n  color:#292429;\n}\n\n.rainbowbed-feature p{\n  max-width:710px;\n  margin:auto;\n  color:#6d656c;\n  font-size:16px;\n}\n\n.rainbowbed-section{\n  padding:10px 25px 45px;\n}\n\n.rainbowbed-section h2{\n  text-align:center;\n  font-size:28px;\n  margin-bottom:28px;\n  color:#292429;\n}\n\n.rainbowbed-details{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:18px;\n  max-width:850px;\n  margin:auto;\n}\n\n.rainbowbed-detail{\n  padding:23px;\n  background:#fff;\n  border-radius:17px;\n  border:1px solid #ebe7ea;\n}\n\n.rainbowbed-detail strong{\n  display:block;\n  margin-bottom:5px;\n  color:#292429;\n}\n\n.rainbowbed-detail span{\n  color:#777077;\n  font-size:14px;\n}\n\n.rainbowbed-sizes{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  max-width:850px;\n  margin:auto;\n}\n\n.rainbowbed-size{\n  text-align:center;\n  padding:27px 18px;\n  border-radius:19px;\n  background:#fff;\n  border:1px solid #e9e3e8;\n  box-shadow:0 7px 18px rgba(0,0,0,.04);\n  transition:transform .3s ease;\n}\n\n.rainbowbed-size:hover{\n  transform:translateY(-5px);\n}\n\n.rainbowbed-size .donut{\n  font-size:29px;\n  margin-bottom:8px;\n}\n\n.rainbowbed-size strong{\n  display:block;\n  font-size:18px;\n  color:#292429;\n}\n\n.rainbowbed-size span{\n  font-size:13px;\n  color:#777077;\n}\n\n.rainbowbed-care{\n  max-width:850px;\n  margin:0 auto 35px;\n  padding:30px;\n  border-radius:20px;\n  background:#faf8fa;\n  border:1px solid #e8e2e7;\n}\n\n.rainbowbed-care h3{\n  margin-top:0;\n  color:#292429;\n}\n\n.rainbowbed-care ul{\n  padding-left:20px;\n  margin-bottom:0;\n}\n\n.rainbowbed-note{\n  max-width:850px;\n  margin:0 auto 45px;\n  padding:22px 25px;\n  border-left:4px solid #d3a9c9;\n  background:#fff8fc;\n  border-radius:10px;\n  color:#625b62;\n  font-size:14px;\n}\n\n.rainbowbed-final{\n  text-align:center;\n  margin:10px 20px 20px;\n  padding:52px 25px;\n  border-radius:25px;\n  background:linear-gradient(135deg,#fff5fa,#fff9e8,#f7f1ff);\n  border:1px solid #e3d3e0;\n}\n\n.rainbowbed-final h2{\n  font-size:34px;\n  margin:0 0 10px;\n  color:#292429;\n}\n\n.rainbowbed-final p{\n  color:#6d656c;\n  margin:0;\n}\n\n@keyframes donutFloat{\n  0%,100%{\n    transform:translateY(0) rotate(-4deg);\n  }\n  50%{\n    transform:translateY(-9px) rotate(4deg);\n  }\n}\n\n@media(max-width:700px){\n\n  .rainbowbed-hero{\n    padding:55px 18px 45px;\n  }\n\n  .rainbowbed-hero h1{\n    font-size:31px;\n  }\n\n  .rainbowbed-hero p{\n    font-size:16px;\n  }\n\n  .rainbowbed-grid,\n  .rainbowbed-details,\n  .rainbowbed-sizes{\n    grid-template-columns:1fr;\n  }\n\n  .rainbowbed-feature{\n    margin:5px 15px 40px;\n    padding:38px 20px;\n  }\n\n  .rainbowbed-feature h2{\n    font-size:26px;\n  }\n\n  .rainbowbed-section{\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n  .rainbowbed-final{\n    margin-left:15px;\n    margin-right:15px;\n  }\n\n  .rainbowbed-final h2{\n    font-size:28px;\n  }\n}\n\n\/* OMG FIND — RAINBOW BED TRUST + DREAMY FLOATING ANIMATIONS *\/\n.rainbowbed-wrap{position:relative}\n.rainbowbed-float-layer{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}\n.rainbowbed-wrap\u003e*:not(.rainbowbed-float-layer){position:relative;z-index:1}\n.rb-float{position:absolute;bottom:-70px;opacity:0;animation:rbRise 12s linear infinite;filter:drop-shadow(0 5px 8px rgba(120,80,120,.08))}\n.rb-float:nth-child(1){left:5%;font-size:22px;animation-duration:12s}\n.rb-float:nth-child(2){left:17%;font-size:17px;animation-delay:3s;animation-duration:15s}\n.rb-float:nth-child(3){left:31%;font-size:25px;animation-delay:6s;animation-duration:13s}\n.rb-float:nth-child(4){left:47%;font-size:18px;animation-delay:1s;animation-duration:16s}\n.rb-float:nth-child(5){left:61%;font-size:23px;animation-delay:5s;animation-duration:14s}\n.rb-float:nth-child(6){left:75%;font-size:16px;animation-delay:8s;animation-duration:12s}\n.rb-float:nth-child(7){left:89%;font-size:24px;animation-delay:4s;animation-duration:17s}\n.rb-float:nth-child(8){left:39%;font-size:15px;animation-delay:10s;animation-duration:14s}\n@keyframes rbRise{\n  0%{transform:translate3d(0,0,0) rotate(-8deg) scale(.8);opacity:0}\n  10%{opacity:.28}\n  50%{transform:translate3d(18px,-50vh,0) rotate(8deg) scale(1);opacity:.22}\n  90%{opacity:.12}\n  100%{transform:translate3d(-10px,-110vh,0) rotate(-5deg) scale(1.08);opacity:0}\n}\n\n.rb-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0 20px 42px}\n.rb-trust-card{padding:20px 14px;text-align:center;background:#fff;border:1px solid #eee5eb;border-radius:18px;box-shadow:0 8px 22px rgba(120,80,120,.06);transition:.3s ease}\n.rb-trust-card:hover{transform:translateY(-5px);box-shadow:0 13px 28px rgba(120,80,120,.11)}\n.rb-trust-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:linear-gradient(135deg,#fff0f6,#fff8dc,#f4efff);font-size:21px}\n.rb-trust-card strong{display:block;font-size:14px;margin-bottom:4px;color:#292429}\n.rb-trust-card span{display:block;font-size:12px;line-height:1.5;color:#777078}\n\n.rb-quality{max-width:900px;margin:auto;padding:32px 28px;border-radius:22px;background:#fff;border:1px solid #e8dfe6;box-shadow:0 10px 30px rgba(100,70,100,.06)}\n.rb-quality-story{padding:28px 25px;margin-bottom:16px;border-radius:19px;background:linear-gradient(135deg,#bd7ca8,#d9ad73,#9e8bc8);color:#fff}\n.rb-quality-story h3{margin:0 0 9px;color:#fff;font-size:20px}\n.rb-quality-story p{margin:0;color:rgba(255,255,255,.92);font-size:14px}\n.rb-quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.rb-quality-card{padding:22px;border-radius:17px;background:linear-gradient(135deg,#fff9fc,#fffdf3,#faf7ff);border:1px solid #eadfe8}\n.rb-quality-card strong{display:block;margin-bottom:6px;color:#292429;font-size:15px}\n.rb-quality-card span{display:block;color:#706970;font-size:13px}\n\n.rb-customer{max-width:1000px;margin:10px auto 42px;padding:40px 28px;border-radius:25px;background:linear-gradient(135deg,#74566e,#9a7393,#74668e);color:#fff;box-shadow:0 15px 38px rgba(100,70,100,.18);position:relative;overflow:hidden}\n.rb-customer:before{content:\"\";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#f4b8d5,#f5dc91,#c9b8ef,#a8dcef)}\n.rb-label{display:block;text-align:center;color:#fbe7f5;font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px}\n.rb-customer h2{text-align:center;color:#fff;font-size:30px;margin:0 0 10px}\n.rb-customer-intro{max-width:700px;margin:0 auto 28px;text-align:center;color:rgba(255,255,255,.88);font-size:14px}\n.rb-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}\n.rb-customer-card{padding:23px;border-radius:17px;background:#fff;color:#292429}\n.rb-customer-card h3{margin:0 0 6px;font-size:16px}\n.rb-customer-card p{margin:0;color:#706970;font-size:13px}\n.rb-customer-icon{font-size:22px;margin-bottom:9px}\n.rb-promise{margin-top:16px;padding:22px;border-radius:17px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);text-align:center}\n.rb-promise strong{display:block;color:#fff;margin-bottom:4px}\n.rb-promise span{font-size:13px;color:rgba(255,255,255,.9)}\n\n@media(max-width:700px){\n .rb-trust{grid-template-columns:repeat(2,1fr);padding:0 15px 35px}\n .rb-quality-grid,.rb-customer-grid{grid-template-columns:1fr}\n .rb-quality,.rb-customer{padding:28px 18px}\n .rb-customer{margin-left:15px;margin-right:15px}\n}\n@media(prefers-reduced-motion:reduce){.rb-float{display:none}}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"rainbowbed-wrap\"\u003e\n\n  \u003cdiv class=\"rainbowbed-float-layer\" aria-hidden=\"true\"\u003e\n    \u003cspan class=\"rb-float\"\u003e✨\u003c\/span\u003e\u003cspan class=\"rb-float\"\u003e♡\u003c\/span\u003e\n    \u003cspan class=\"rb-float\"\u003e🌈\u003c\/span\u003e\u003cspan class=\"rb-float\"\u003e✨\u003c\/span\u003e\n    \u003cspan class=\"rb-float\"\u003e🍩\u003c\/span\u003e\u003cspan class=\"rb-float\"\u003e♡\u003c\/span\u003e\n    \u003cspan class=\"rb-float\"\u003e✨\u003c\/span\u003e\u003cspan class=\"rb-float\"\u003e☁️\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rainbowbed-hero\"\u003e\n    \u003cspan class=\"rainbowbed-tag\"\u003eUltra Soft • Fluffy • Cosy\u003c\/span\u003e\n    \u003ch1\u003eRainbow Fluffy Donut Pet Bed 🌈\u003c\/h1\u003e\n    \u003cp\u003eA dreamy little space for curling up, stretching out and enjoying seriously cosy nap time. 🍩\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rb-trust\"\u003e\n    \u003cdiv class=\"rb-trust-card\"\u003e\n\u003cdiv class=\"rb-trust-icon\"\u003e☁️\u003c\/div\u003e\n\u003cstrong\u003ePlush Faux Fur\u003c\/strong\u003e\u003cspan\u003eA soft, fluffy surface designed for cosy lounging and nap time.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"rb-trust-card\"\u003e\n\u003cdiv class=\"rb-trust-icon\"\u003e🍩\u003c\/div\u003e\n\u003cstrong\u003eRaised Donut Rim\u003c\/strong\u003e\u003cspan\u003eThe rounded outer rim gives pets a comfortable edge for resting their head.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"rb-trust-card\"\u003e\n\u003cdiv class=\"rb-trust-icon\"\u003e📏\u003c\/div\u003e\n\u003cstrong\u003e3 Size Options\u003c\/strong\u003e\u003cspan\u003eAvailable in Small, Medium and Large to suit different pets and sleeping styles.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"rb-trust-card\"\u003e\n\u003cdiv class=\"rb-trust-icon\"\u003e🧺\u003c\/div\u003e\n\u003cstrong\u003eMachine Washable\u003c\/strong\u003e\u003cspan\u003eDesigned to be freshened up by following the washing instructions supplied with the product.\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rainbowbed-intro\"\u003e\n    \u003ch2\u003eWelcome To The Cosy Side 🌈\u003c\/h2\u003e\n    \u003cp\u003e\n      Give your furry friend their own soft spot to relax with this Rainbow Fluffy Donut Pet Bed.\n      The plush faux-fur texture creates a wonderfully cosy feel, while the raised donut-shaped rim\n      gives your pet a comfortable place to curl up and rest their head.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rainbowbed-grid\"\u003e\n\n    \u003cdiv class=\"rainbowbed-card\"\u003e\n      \u003cdiv class=\"rainbowbed-icon\"\u003e🌈\u003c\/div\u003e\n      \u003ch3\u003eRainbow Tie-Dye Look\u003c\/h3\u003e\n      \u003cp\u003eA colourful faux-fur design that adds a playful touch to any room.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rainbowbed-card\"\u003e\n      \u003cdiv class=\"rainbowbed-icon\"\u003e☁️\u003c\/div\u003e\n      \u003ch3\u003eUltra-Soft Feel\u003c\/h3\u003e\n      \u003cp\u003ePlush faux fur creates a soft, cosy surface for relaxing and napping.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rainbowbed-card\"\u003e\n      \u003cdiv class=\"rainbowbed-icon\"\u003e🍩\u003c\/div\u003e\n      \u003ch3\u003eDonut-Shaped Comfort\u003c\/h3\u003e\n      \u003cp\u003eThe rounded design creates a cosy space pets can curl into.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rainbowbed-card\"\u003e\n      \u003cdiv class=\"rainbowbed-icon\"\u003e🐾\u003c\/div\u003e\n      \u003ch3\u003eRaised Rim\u003c\/h3\u003e\n      \u003cp\u003eThe surrounding rim gives your pet a natural place to rest their head.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rainbowbed-card\"\u003e\n      \u003cdiv class=\"rainbowbed-icon\"\u003e😴\u003c\/div\u003e\n      \u003ch3\u003ePerfect For Naps\u003c\/h3\u003e\n      \u003cp\u003eIdeal for pets who love curling up, lounging and catching some sleep.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rainbowbed-card\"\u003e\n      \u003cdiv class=\"rainbowbed-icon\"\u003e🧺\u003c\/div\u003e\n      \u003ch3\u003eMachine Washable\u003c\/h3\u003e\n      \u003cp\u003eEasy to freshen up when your pet's favourite spot needs a clean.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rainbowbed-feature\"\u003e\n    \u003cspan class=\"badge\"\u003eCosy Mode: Activated\u003c\/span\u003e\n    \u003ch2\u003eDonut Disturb The Nap 🍩\u003c\/h2\u003e\n    \u003cp\u003e\n      Once your pet discovers this fluffy little cloud, you may have trouble getting\n      them out of it. The soft donut shape creates a cosy lounging space made for\n      curling up, relaxing and enjoying uninterrupted nap time.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rainbowbed-section\"\u003e\n    \u003ch2\u003eDesigned For Cosy Moments\u003c\/h2\u003e\n\n    \u003cdiv class=\"rainbowbed-details\"\u003e\n\n      \u003cdiv class=\"rainbowbed-detail\"\u003e\n        \u003cstrong\u003e🌈 Rainbow Faux Fur\u003c\/strong\u003e\n        \u003cspan\u003eSoft tie-dye rainbow faux fur gives the bed its colourful, playful appearance.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rainbowbed-detail\"\u003e\n        \u003cstrong\u003e🍩 Donut-Shaped Design\u003c\/strong\u003e\n        \u003cspan\u003eThe rounded shape creates a snug-looking space for pets who enjoy curling up.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rainbowbed-detail\"\u003e\n        \u003cstrong\u003e☁️ Raised Outer Rim\u003c\/strong\u003e\n        \u003cspan\u003eThe surrounding rim provides a comfortable edge for resting the head and neck.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rainbowbed-detail\"\u003e\n        \u003cstrong\u003e🐾 Everyday Relaxation\u003c\/strong\u003e\n        \u003cspan\u003ePerfect for naps, lounging, relaxing and creating a dedicated rest spot.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rainbowbed-feature\"\u003e\n    \u003cspan class=\"badge\"\u003eA Little Extra Sweetness\u003c\/span\u003e\n    \u003ch2\u003eLife Is Better With A Little Donut 🍩\u003c\/h2\u003e\n    \u003cp\u003e\n      Soft, fluffy and colourful, this bed brings a playful finishing touch to your\n      pet's favourite corner while giving them a dedicated place to unwind.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rainbowbed-section\"\u003e\n    \u003ch2\u003eDesigned For Cosy Rest — Clearly Explained 🌈\u003c\/h2\u003e\n    \u003cdiv class=\"rb-quality\"\u003e\n      \u003cdiv class=\"rb-quality-story\"\u003e\n        \u003ch3\u003eA Fluffy Little Place Of Their Own\u003c\/h3\u003e\n        \u003cp\u003eThe Rainbow Donut Bed combines plush rainbow faux fur with a rounded, raised-rim shape for pets who enjoy curling up. Choose the size with your pet's usual sleeping position and preferred amount of space in mind.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rb-quality-grid\"\u003e\n        \u003cdiv class=\"rb-quality-card\"\u003e\n\u003cstrong\u003e🌈 Rainbow Faux-Fur Surface\u003c\/strong\u003e\u003cspan\u003eThe colourful tie-dye faux fur creates the bed's soft, playful appearance.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rb-quality-card\"\u003e\n\u003cstrong\u003e🍩 Rounded Donut Shape\u003c\/strong\u003e\u003cspan\u003eThe circular shape creates a dedicated lounging area for pets who naturally curl up.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rb-quality-card\"\u003e\n\u003cstrong\u003e☁️ Raised Outer Rim\u003c\/strong\u003e\u003cspan\u003eThe surrounding rim provides an edge where your pet can rest their head or neck.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"rb-quality-card\"\u003e\n\u003cstrong\u003e🔎 Regular Bed Checks\u003c\/strong\u003e\u003cspan\u003eCheck for wear or damage regularly and remove the bed if your pet begins chewing or pulling at the material.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rainbowbed-section\"\u003e\n    \u003ch2\u003eFind Their Perfect Size 🐾\u003c\/h2\u003e\n\n    \u003cdiv class=\"rainbowbed-sizes\"\u003e\n\n      \u003cdiv class=\"rainbowbed-size\"\u003e\n        \u003cdiv class=\"donut\"\u003e🍩\u003c\/div\u003e\n        \u003cstrong\u003eSmall\u003c\/strong\u003e\n        \u003cspan\u003eIdeal for smaller pets and cosy curl-ups.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rainbowbed-size\"\u003e\n        \u003cdiv class=\"donut\"\u003e🍩\u003c\/div\u003e\n        \u003cstrong\u003eMedium\u003c\/strong\u003e\n        \u003cspan\u003eA little more room for stretching and lounging.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rainbowbed-size\"\u003e\n        \u003cdiv class=\"donut\"\u003e🍩\u003c\/div\u003e\n        \u003cstrong\u003eLarge\u003c\/strong\u003e\n        \u003cspan\u003eExtra space for bigger pets to relax comfortably.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rainbowbed-section\"\u003e\n    \u003ch2\u003eEasy To Keep Fresh ✨\u003c\/h2\u003e\n\n    \u003cdiv class=\"rainbowbed-care\"\u003e\n      \u003ch3\u003eKeep Their Favourite Spot Fresh 🧺\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eMachine washable.\u003c\/li\u003e\n        \u003cli\u003eFollow the washing instructions provided with the product.\u003c\/li\u003e\n        \u003cli\u003eAllow the bed to dry completely before use.\u003c\/li\u003e\n        \u003cli\u003eRegular washing can help keep your pet's sleeping area fresh.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rainbowbed-note\"\u003e\n    \u003cstrong\u003e🐾 Pet Comfort:\u003c\/strong\u003e\n    Introduce the bed gradually and allow your pet to explore it at their own pace.\n    Check the bed regularly for signs of wear or damage and remove it if your pet\n    begins chewing or pulling at the material.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rainbowbed-note\"\u003e\n    \u003cstrong\u003e💡 Sizing Tip:\u003c\/strong\u003e\n    For the best fit, consider your pet's sleeping position and the amount of room\n    they prefer when choosing between Small, Medium and Large.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rb-customer\"\u003e\n    \u003cspan class=\"rb-label\"\u003eTHE OMG FIND PROMISE\u003c\/span\u003e\n    \u003ch2\u003eShop With Confidence 🛡️\u003c\/h2\u003e\n    \u003cp class=\"rb-customer-intro\"\u003eChoosing a pet bed online can come with size and care questions. We provide clear product information, size guidance, care instructions and customer support to help you choose with confidence.\u003c\/p\u003e\n    \u003cdiv class=\"rb-customer-grid\"\u003e\n      \u003cdiv class=\"rb-customer-card\"\u003e\n\u003cdiv class=\"rb-customer-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003eClear Size Options\u003c\/h3\u003e\n\u003cp\u003eSmall, Medium and Large are clearly shown. Consider your pet's sleeping position and preferred room when choosing.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rb-customer-card\"\u003e\n\u003cdiv class=\"rb-customer-icon\"\u003e☁️\u003c\/div\u003e\n\u003ch3\u003eMaterials Explained\u003c\/h3\u003e\n\u003cp\u003eThe page clearly identifies the fluffy surface as rainbow tie-dye faux fur and explains the raised donut-shaped design.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rb-customer-card\"\u003e\n\u003cdiv class=\"rb-customer-icon\"\u003e🧺\u003c\/div\u003e\n\u003ch3\u003eClear Care Guidance\u003c\/h3\u003e\n\u003cp\u003eMachine washing is listed, with guidance to follow the supplied washing instructions and allow the bed to dry completely.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rb-customer-card\"\u003e\n\u003cdiv class=\"rb-customer-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eQuestions about sizing, care 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    \u003cdiv class=\"rb-promise\"\u003e\n\u003cstrong\u003eYour order matters to us. 🌈\u003c\/strong\u003e\u003cspan\u003eIf your pet bed 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\n\n  \u003cdiv class=\"rainbowbed-final\"\u003e\n    \u003ch2\u003eSweet Dreams In Every Colour. 🌈🍩\u003c\/h2\u003e\n    \u003cp\u003eFluffy comfort, colourful style and a cosy little place to call their own. 🐾\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"OMG Finds","offers":[{"title":"Small - 50cm","offer_id":48043539202211,"sku":"Rainbow Fluffy Donut Pet Bed - Ultra Soft Calming Bed","price":300.0,"currency_code":"ZAR","in_stock":false},{"title":"Medium - 70cm","offer_id":48043539234979,"sku":"Rainbow Fluffy Donut Pet Bed - Ultra Soft Calming Bed","price":350.0,"currency_code":"ZAR","in_stock":false},{"title":"Large - 90cm","offer_id":48043539267747,"sku":"Rainbow Fluffy Donut Pet Bed - Ultra Soft Calming Bed","price":389.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/rainbow-fluffy-donut-pet-bed.png?v=1788118054"},{"product_id":"silicone-pet-bath-scrubber-brush-grooming-massage-tool","title":"Silicone Pet Bath Scrubber Brush | Dog \u0026 Cat Grooming Massage Tool","description":"\u003cstyle\u003e\n.petscrub-wrap{\n  font-family:Arial,Helvetica,sans-serif;\n  color:#292929;\n  background:#fcfefd;\n  line-height:1.7;\n  max-width:1100px;\n  margin:auto;\n  overflow:hidden;\n}\n\n.petscrub-hero{\n  position:relative;\n  text-align:center;\n  padding:70px 25px 60px;\n  background:linear-gradient(135deg,#f4fbf8,#eef8f4,#fff);\n  border-radius:24px;\n  margin-bottom:35px;\n  border:1px solid #cfe7dc;\n  box-shadow:0 12px 35px rgba(30,80,60,.08);\n}\n\n.petscrub-hero:before{\n  content:\"🫧\";\n  position:absolute;\n  left:7%;\n  top:20%;\n  font-size:42px;\n  opacity:.22;\n  animation:scrubFloat 4s ease-in-out infinite;\n}\n\n.petscrub-hero:after{\n  content:\"🐾\";\n  position:absolute;\n  right:8%;\n  bottom:18%;\n  font-size:36px;\n  opacity:.18;\n  animation:scrubFloat 4s ease-in-out infinite;\n  animation-delay:1.2s;\n}\n\n.petscrub-tag{\n  display:inline-block;\n  padding:7px 16px;\n  border-radius:30px;\n  background:#fff;\n  border:1px solid #b9dccc;\n  color:#38765d;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n\n.petscrub-hero h1{\n  font-size:43px;\n  line-height:1.15;\n  margin:20px auto 15px;\n  max-width:850px;\n  color:#252525;\n}\n\n.petscrub-hero p{\n  max-width:720px;\n  margin:auto;\n  font-size:18px;\n  color:#607068;\n}\n\n.petscrub-intro{\n  text-align:center;\n  padding:15px 25px 45px;\n}\n\n.petscrub-intro h2{\n  font-size:30px;\n  margin-bottom:12px;\n  color:#252525;\n}\n\n.petscrub-intro p{\n  max-width:790px;\n  margin:auto;\n  color:#6b706d;\n  font-size:16px;\n}\n\n.petscrub-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  padding:0 20px 45px;\n}\n\n.petscrub-card{\n  background:#fff;\n  border:1px solid #e1ebe6;\n  border-radius:18px;\n  padding:25px 20px;\n  text-align:center;\n  box-shadow:0 8px 22px rgba(0,0,0,.045);\n  transition:transform .3s ease,box-shadow .3s ease;\n}\n\n.petscrub-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 14px 30px rgba(0,0,0,.08);\n}\n\n.petscrub-icon{\n  font-size:31px;\n  margin-bottom:10px;\n}\n\n.petscrub-card h3{\n  font-size:17px;\n  margin:8px 0;\n  color:#292929;\n}\n\n.petscrub-card p{\n  font-size:14px;\n  color:#737875;\n  margin:0;\n}\n\n.petscrub-feature{\n  margin:10px 20px 50px;\n  padding:48px 30px;\n  border-radius:24px;\n  text-align:center;\n  background:linear-gradient(135deg,#f4fbf8,#fff);\n  border:1px solid #cfe5da;\n  box-shadow:0 10px 30px rgba(30,80,60,.06);\n  position:relative;\n  overflow:hidden;\n}\n\n.petscrub-feature:before{\n  content:\"🫧  🐾  🫧\";\n  display:block;\n  font-size:22px;\n  letter-spacing:9px;\n  margin-bottom:13px;\n  opacity:.6;\n}\n\n.petscrub-feature .badge{\n  display:inline-block;\n  background:#fff;\n  padding:6px 14px;\n  border-radius:20px;\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:1px;\n  color:#39755e;\n  text-transform:uppercase;\n}\n\n.petscrub-feature h2{\n  font-size:31px;\n  margin:16px 0 12px;\n  color:#252525;\n}\n\n.petscrub-feature p{\n  max-width:700px;\n  margin:auto;\n  color:#64706a;\n  font-size:16px;\n}\n\n.petscrub-section{\n  padding:10px 25px 45px;\n}\n\n.petscrub-section h2{\n  text-align:center;\n  font-size:28px;\n  margin-bottom:28px;\n  color:#292929;\n}\n\n.petscrub-details{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:18px;\n  max-width:850px;\n  margin:auto;\n}\n\n.petscrub-detail{\n  padding:23px;\n  background:#fff;\n  border-radius:16px;\n  border:1px solid #e9ecea;\n}\n\n.petscrub-detail strong{\n  display:block;\n  margin-bottom:5px;\n  color:#292929;\n}\n\n.petscrub-detail span{\n  color:#747976;\n  font-size:14px;\n}\n\n.petscrub-colours{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:18px;\n  max-width:800px;\n  margin:auto;\n}\n\n.petscrub-colour{\n  min-width:150px;\n  padding:20px;\n  background:#fff;\n  border:1px solid #e6e9e7;\n  border-radius:17px;\n  text-align:center;\n  box-shadow:0 7px 18px rgba(0,0,0,.04);\n}\n\n.petscrub-dot{\n  width:35px;\n  height:35px;\n  border-radius:50%;\n  margin:0 auto 10px;\n  border:3px solid #fff;\n  box-shadow:0 0 0 1px #ddd;\n}\n\n.petscrub-colour strong{\n  font-size:14px;\n}\n\n.petscrub-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  max-width:900px;\n  margin:auto;\n}\n\n.petscrub-step{\n  text-align:center;\n  padding:25px 18px;\n  background:#fff;\n  border-radius:18px;\n  border:1px solid #e9ecea;\n}\n\n.petscrub-number{\n  width:40px;\n  height:40px;\n  line-height:40px;\n  margin:0 auto 12px;\n  border-radius:50%;\n  background:#c8e5d7;\n  color:#35644f;\n  font-weight:800;\n}\n\n.petscrub-care{\n  max-width:850px;\n  margin:0 auto 35px;\n  padding:30px;\n  border-radius:20px;\n  background:#f7faf9;\n  border:1px solid #e1ebe6;\n}\n\n.petscrub-care h3{\n  margin-top:0;\n}\n\n.petscrub-note{\n  max-width:850px;\n  margin:0 auto 45px;\n  padding:22px 25px;\n  border-left:4px solid #8fc8ad;\n  background:#f5fbf8;\n  border-radius:10px;\n  color:#5f6964;\n  font-size:14px;\n}\n\n.petscrub-final{\n  text-align:center;\n  margin:10px 20px 20px;\n  padding:50px 25px;\n  border-radius:24px;\n  background:linear-gradient(135deg,#eef9f4,#fff);\n  border:1px solid #cfe5da;\n}\n\n.petscrub-final h2{\n  font-size:34px;\n  margin:0 0 10px;\n  color:#292929;\n}\n\n.petscrub-final p{\n  color:#68716d;\n  margin:0;\n}\n\n@keyframes scrubFloat{\n  0%,100%{transform:translateY(0) rotate(-3deg);}\n  50%{transform:translateY(-8px) rotate(3deg);}\n}\n\n@media(max-width:700px){\n  .petscrub-hero{\n    padding:55px 18px 45px;\n  }\n\n  .petscrub-hero h1{\n    font-size:31px;\n  }\n\n  .petscrub-hero p{\n    font-size:16px;\n  }\n\n  .petscrub-grid,\n  .petscrub-details,\n  .petscrub-steps{\n    grid-template-columns:1fr;\n  }\n\n  .petscrub-feature{\n    margin:5px 15px 40px;\n    padding:38px 20px;\n  }\n\n  .petscrub-feature h2{\n    font-size:26px;\n  }\n\n  .petscrub-section{\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n  .petscrub-final{\n    margin-left:15px;\n    margin-right:15px;\n  }\n\n  .petscrub-final h2{\n    font-size:28px;\n  }\n}\n\n\/* FLOATING BUBBLE ANIMATION *\/\n.petscrub-wrap{\n  position:relative;\n}\n\n.petscrub-bubbles{\n  position:absolute;\n  inset:0;\n  overflow:hidden;\n  pointer-events:none;\n  z-index:0;\n}\n\n.petscrub-bubble{\n  position:absolute;\n  bottom:-80px;\n  width:28px;\n  height:28px;\n  border-radius:50%;\n  border:1.5px solid rgba(117,190,158,.34);\n  background:radial-gradient(circle at 30% 28%,\n    rgba(255,255,255,.9) 0 8%,\n    rgba(220,247,236,.35) 25%,\n    rgba(180,229,209,.12) 60%,\n    rgba(255,255,255,.05) 100%);\n  box-shadow:\n    inset 3px 3px 8px rgba(255,255,255,.75),\n    0 0 12px rgba(126,199,168,.12);\n  opacity:0;\n  animation:petscrubBubbleRise 10s linear infinite;\n}\n\n.petscrub-bubble:nth-child(1){left:5%;width:22px;height:22px;animation-duration:9s;animation-delay:0s}\n.petscrub-bubble:nth-child(2){left:16%;width:38px;height:38px;animation-duration:13s;animation-delay:2s}\n.petscrub-bubble:nth-child(3){left:29%;width:17px;height:17px;animation-duration:8s;animation-delay:4s}\n.petscrub-bubble:nth-child(4){left:43%;width:31px;height:31px;animation-duration:11s;animation-delay:1s}\n.petscrub-bubble:nth-child(5){left:57%;width:20px;height:20px;animation-duration:9.5s;animation-delay:5s}\n.petscrub-bubble:nth-child(6){left:69%;width:43px;height:43px;animation-duration:14s;animation-delay:3s}\n.petscrub-bubble:nth-child(7){left:81%;width:25px;height:25px;animation-duration:10s;animation-delay:6s}\n.petscrub-bubble:nth-child(8){left:92%;width:15px;height:15px;animation-duration:8.5s;animation-delay:2.5s}\n.petscrub-bubble:nth-child(9){left:35%;width:13px;height:13px;animation-duration:7.5s;animation-delay:7s}\n.petscrub-bubble:nth-child(10){left:75%;width:18px;height:18px;animation-duration:9s;animation-delay:8s}\n\n.petscrub-wrap \u003e *:not(.petscrub-bubbles){\n  position:relative;\n  z-index:1;\n}\n\n@keyframes petscrubBubbleRise{\n  0%{\n    transform:translate3d(0,0,0) scale(.7);\n    opacity:0;\n  }\n  10%{opacity:.55}\n  50%{\n    transform:translate3d(18px,-50vh,0) scale(1);\n    opacity:.42;\n  }\n  90%{opacity:.2}\n  100%{\n    transform:translate3d(-12px,-110vh,0) scale(1.12);\n    opacity:0;\n  }\n}\n\n@media (prefers-reduced-motion:reduce){\n  .petscrub-bubble{animation:none;display:none}\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"petscrub-wrap\"\u003e\n\n  \u003cdiv class=\"petscrub-bubbles\" aria-hidden=\"true\"\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"petscrub-bubble\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"petscrub-hero\"\u003e\n    \u003cspan class=\"petscrub-tag\"\u003eGrooming • Massage • Bath Time\u003c\/span\u003e\n    \u003ch1\u003eSilicone Pet Bath Scrubber Brush 🐾\u003c\/h1\u003e\n    \u003cp\u003eTurn bath time into a little spa moment with a soft silicone brush designed to make grooming simple, comfortable and satisfying.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-intro\"\u003e\n    \u003ch2\u003eScrub. Massage. Rinse. 🫧\u003c\/h2\u003e\n    \u003cp\u003e\n      Make your pet's bath routine easier with flexible silicone bristles that help\n      work shampoo through the coat while gently massaging the skin. The ergonomic,\n      non-slip design gives you comfortable control from start to finish.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-grid\"\u003e\n\n    \u003cdiv class=\"petscrub-card\"\u003e\n      \u003cdiv class=\"petscrub-icon\"\u003e🫧\u003c\/div\u003e\n      \u003ch3\u003eSoft Silicone Bristles\u003c\/h3\u003e\n      \u003cp\u003eFlexible bristles gently work through the coat during bath time and grooming.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petscrub-card\"\u003e\n      \u003cdiv class=\"petscrub-icon\"\u003e🐾\u003c\/div\u003e\n      \u003ch3\u003eGentle Massage\u003c\/h3\u003e\n      \u003cp\u003eUse the brush to create a relaxing massage-like grooming experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petscrub-card\"\u003e\n      \u003cdiv class=\"petscrub-icon\"\u003e🚿\u003c\/div\u003e\n      \u003ch3\u003eWorks With Shampoo\u003c\/h3\u003e\n      \u003cp\u003eHelps distribute shampoo through your pet's coat while loosening everyday dirt.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petscrub-card\"\u003e\n      \u003cdiv class=\"petscrub-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003eHelps Lift Loose Fur\u003c\/h3\u003e\n      \u003cp\u003eUseful during grooming to help loosen and collect loose fur and dander.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petscrub-card\"\u003e\n      \u003cdiv class=\"petscrub-icon\"\u003e✋\u003c\/div\u003e\n      \u003ch3\u003eNon-Slip Handle\u003c\/h3\u003e\n      \u003cp\u003eThe ergonomic design gives you a comfortable grip and easy control while scrubbing.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petscrub-card\"\u003e\n      \u003cdiv class=\"petscrub-icon\"\u003e🐶\u003c\/div\u003e\n      \u003ch3\u003eFor Dogs \u0026amp; Cats\u003c\/h3\u003e\n      \u003cp\u003eA versatile grooming accessory suitable for different coat types and pet sizes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-feature\"\u003e\n    \u003cspan class=\"badge\"\u003eSpa Day At Home\u003c\/span\u003e\n    \u003ch2\u003eMake Bath Time A Little Better 🫧\u003c\/h2\u003e\n    \u003cp\u003e\n      Skip the ordinary scrub and turn grooming into a more enjoyable routine.\n      The flexible silicone bristles combine cleansing and gentle massage in one\n      handy tool — perfect for bath days and everyday grooming.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-section\"\u003e\n    \u003ch2\u003eDesigned For Easier Grooming\u003c\/h2\u003e\n\n    \u003cdiv class=\"petscrub-details\"\u003e\n\n      \u003cdiv class=\"petscrub-detail\"\u003e\n        \u003cstrong\u003e🫧 Flexible Silicone Bristles\u003c\/strong\u003e\n        \u003cspan\u003eSoft, flexible bristles help work through the coat while bathing or grooming.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"petscrub-detail\"\u003e\n        \u003cstrong\u003e✋ Ergonomic Grip\u003c\/strong\u003e\n        \u003cspan\u003eA comfortable non-slip design helps you maintain control while using the brush.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"petscrub-detail\"\u003e\n        \u003cstrong\u003e🚿 Bath \u0026amp; Grooming Tool\u003c\/strong\u003e\n        \u003cspan\u003eUse it with shampoo during bath time or as part of your regular grooming routine.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"petscrub-detail\"\u003e\n        \u003cstrong\u003e🐾 Multi-Purpose Use\u003c\/strong\u003e\n        \u003cspan\u003eSuitable for bathing, massage and helping loosen loose fur and everyday debris.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-section\"\u003e\n    \u003ch2\u003eChoose Their Colour 🌿\u003c\/h2\u003e\n\n    \u003cdiv class=\"petscrub-colours\"\u003e\n\n      \u003cdiv class=\"petscrub-colour\"\u003e\n        \u003cdiv class=\"petscrub-dot\" style=\"background:#8bc7a7;\"\u003e\u003c\/div\u003e\n        \u003cstrong\u003eGreen\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"petscrub-colour\"\u003e\n        \u003cdiv class=\"petscrub-dot\" style=\"background:#f2a9b9;\"\u003e\u003c\/div\u003e\n        \u003cstrong\u003ePink\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"petscrub-colour\"\u003e\n        \u003cdiv class=\"petscrub-dot\" style=\"background:#9a9da0;\"\u003e\u003c\/div\u003e\n        \u003cstrong\u003eGrey\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-section\"\u003e\n    \u003ch2\u003eHow To Use 🐾\u003c\/h2\u003e\n\n    \u003cdiv class=\"petscrub-steps\"\u003e\n\n      \u003cdiv class=\"petscrub-step\"\u003e\n        \u003cdiv class=\"petscrub-number\"\u003e1\u003c\/div\u003e\n        \u003cstrong\u003eWet \u0026amp; Shampoo\u003c\/strong\u003e\n        \u003cp\u003eWet your pet's coat and apply their usual pet shampoo.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"petscrub-step\"\u003e\n        \u003cdiv class=\"petscrub-number\"\u003e2\u003c\/div\u003e\n        \u003cstrong\u003eGently Scrub\u003c\/strong\u003e\n        \u003cp\u003eUse gentle circular motions to work the shampoo through the coat.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"petscrub-step\"\u003e\n        \u003cdiv class=\"petscrub-number\"\u003e3\u003c\/div\u003e\n        \u003cstrong\u003eRinse\u003c\/strong\u003e\n        \u003cp\u003eRinse thoroughly and enjoy a cleaner, refreshed grooming routine.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-feature\"\u003e\n    \u003cspan class=\"badge\"\u003eMore Than A Bath Brush\u003c\/span\u003e\n    \u003ch2\u003eGrooming That Feels Like A Treat 🐾\u003c\/h2\u003e\n    \u003cp\u003e\n      Keep it beside the bath for cleaning days, or reach for it during regular\n      grooming sessions. One simple tool, multiple ways to care for your pet's coat.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-note\"\u003e\n    \u003cstrong\u003e🐶 Pet Comfort:\u003c\/strong\u003e\n    Use gentle pressure and allow your pet to get comfortable with the brush.\n    Avoid sensitive or irritated areas, and stop use if your pet shows signs of\n    discomfort. Always choose grooming products appropriate for your pet's individual needs.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-care\"\u003e\n    \u003ch3\u003e✨ Easy To Keep Clean\u003c\/h3\u003e\n    \u003cp\u003e\n      Rinse the brush thoroughly after each use to remove shampoo, fur and debris.\n      Allow it to dry completely before storing.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petscrub-final\"\u003e\n    \u003ch2\u003eBath Time. But Make It A Spa Day. 🫧\u003c\/h2\u003e\n    \u003cp\u003eA cleaner coat, a happier routine and a little more pampering for your best friend. 🐾\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"OMG Finds","offers":[{"title":"Green","offer_id":46656165904547,"sku":"Silicone Pet Bath Scrubber Brush - Grooming \u0026 Massage Tool","price":180.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":48042840817827,"sku":"Silicone Pet Bath Scrubber Brush - Grooming \u0026 Massage Tool","price":180.0,"currency_code":"ZAR","in_stock":true},{"title":"Grey","offer_id":48042840916131,"sku":"Silicone Pet Bath Scrubber Brush - Grooming \u0026 Massage Tool","price":180.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/IMG-5926.png?v=1787667835"},{"product_id":"red-tropical-floral-bucket-hat-for-cats","title":"Red Tropical Floral Bucket Hat for Cats \u0026 Small Dogs | Sun Hat","description":"\u003cstyle\u003e\n\/* =========================================================\n   RED TROPICAL FLORAL BUCKET HAT\n   PREMIUM TROPICAL GARDEN PRODUCT PAGE\n   ========================================================= *\/\n\n.red-floral-hat {\n  --cream:#fffaf5;\n  --white:#ffffff;\n  --deep-green:#163b2d;\n  --green:#26734d;\n  --leaf:#3d9868;\n  --red:#b9433e;\n  --coral:#e7655c;\n  --pink:#f5b8b2;\n  --gold:#d9a441;\n  --muted:#706b67;\n\n  font-family:\"Inter\",Arial,Helvetica,sans-serif;\n  color:var(--deep-green);\n  background:var(--cream);\n  line-height:1.65;\n  max-width:1100px;\n  margin:0 auto;\n  overflow:hidden;\n  position:relative;\n}\n\n.red-floral-hat *,\n.red-floral-hat *::before,\n.red-floral-hat *::after {\n  box-sizing:border-box;\n}\n\n.red-floral-hat section,\n.red-floral-hat div {\n  -webkit-font-smoothing:antialiased;\n}\n\n\n\/* =========================================================\n   PREMIUM TROPICAL ANIMATIONS\n   ========================================================= *\/\n\n@keyframes rfhPetalFloat {\n  0%,100% {\n    transform:translate3d(0,0,0) rotate(0deg);\n  }\n\n  50% {\n    transform:translate3d(10px,-12px,0) rotate(7deg);\n  }\n}\n\n@keyframes rfhGlow {\n  0%,100% {\n    opacity:.45;\n    transform:scale(1);\n  }\n\n  50% {\n    opacity:.8;\n    transform:scale(1.08);\n  }\n}\n\n@keyframes rfhLeafSway {\n  0%,100% {\n    transform:rotate(-2deg);\n  }\n\n  50% {\n    transform:rotate(5deg);\n  }\n}\n\n@keyframes rfhSoftPulse {\n  0%,100% {\n    box-shadow:0 0 0 rgba(185,67,62,0);\n  }\n\n  50% {\n    box-shadow:\n      0 0 25px rgba(185,67,62,.10),\n      0 0 55px rgba(217,164,65,.07);\n  }\n}\n\n@keyframes rfhShimmer {\n  0% {\n    background-position:-200% center;\n  }\n\n  100% {\n    background-position:200% center;\n  }\n}\n\n@keyframes rfhFadeUp {\n  from {\n    opacity:0;\n    transform:translateY(14px);\n  }\n\n  to {\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes rfhPetalFall {\n  0% {\n    opacity:0;\n    transform:translate3d(0,-25px,0) rotate(0deg);\n  }\n\n  12% {\n    opacity:.7;\n  }\n\n  100% {\n    opacity:0;\n    transform:translate3d(var(--petal-x),110vh,0) rotate(var(--petal-rotate));\n  }\n}\n\n\n\/* =========================================================\n   FLOATING TROPICAL DECOR\n   ========================================================= *\/\n\n.rfh-petal {\n  position:fixed;\n  top:-20px;\n  width:9px;\n  height:13px;\n  border-radius:70% 30% 70% 30%;\n  z-index:20;\n  pointer-events:none;\n  opacity:0;\n  animation:rfhPetalFall 8s ease-in forwards;\n}\n\n.rfh-tropical {\n  position:absolute;\n  z-index:1;\n  pointer-events:none;\n  opacity:.55;\n  user-select:none;\n}\n\n.rfh-tropical.flower-one {\n  top:28px;\n  left:7%;\n  font-size:29px;\n  animation:\n    rfhPetalFloat 5s ease-in-out infinite,\n    rfhGlow 4s ease-in-out infinite;\n}\n\n.rfh-tropical.flower-two {\n  right:8%;\n  bottom:25px;\n  font-size:25px;\n  animation:\n    rfhPetalFloat 5s ease-in-out infinite 1s,\n    rfhGlow 4s ease-in-out infinite .8s;\n}\n\n.rfh-tropical.leaf-one {\n  left:3%;\n  top:48%;\n  font-size:24px;\n  animation:rfhLeafSway 5s ease-in-out infinite;\n}\n\n.rfh-tropical.leaf-two {\n  right:3%;\n  top:37%;\n  font-size:22px;\n  animation:rfhLeafSway 5s ease-in-out infinite 1.5s;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.rfh-hero {\n  position:relative;\n  text-align:center;\n  padding:76px 25px 63px;\n  margin-bottom:42px;\n  border-radius:28px;\n  background:\n    radial-gradient(\n      circle at 50% 40%,\n      rgba(231,101,92,.15),\n      transparent 32%\n    ),\n    radial-gradient(\n      circle at 15% 80%,\n      rgba(61,152,104,.13),\n      transparent 30%\n    ),\n    linear-gradient(\n      135deg,\n      #fff9f2,\n      #fff,\n      #f8eee8\n    );\n  border:1px solid rgba(185,67,62,.12);\n  overflow:hidden;\n  animation:rfhSoftPulse 5s ease-in-out infinite;\n}\n\n.rfh-hero::before {\n  content:\"\";\n  position:absolute;\n  width:330px;\n  height:330px;\n  left:50%;\n  top:50%;\n  transform:translate(-50%,-50%);\n  border-radius:50%;\n  background:\n    radial-gradient(\n      circle,\n      rgba(217,164,65,.13),\n      rgba(231,101,92,.06) 40%,\n      transparent 70%\n    );\n  filter:blur(20px);\n  animation:rfhGlow 6s ease-in-out infinite;\n}\n\n.rfh-hero::after {\n  content:\"\";\n  position:absolute;\n  left:11%;\n  right:11%;\n  top:0;\n  height:4px;\n  border-radius:99px;\n  background:\n    linear-gradient(\n      90deg,\n      var(--green),\n      var(--gold),\n      var(--red),\n      var(--pink),\n      var(--green)\n    );\n  background-size:200% 100%;\n  animation:rfhShimmer 7s linear infinite;\n}\n\n\n\/* =========================================================\n   HERO CONTENT\n   ========================================================= *\/\n\n.rfh-tag {\n  position:relative;\n  z-index:3;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  padding:8px 16px;\n  border-radius:999px;\n  background:rgba(255,255,255,.9);\n  border:1px solid rgba(185,67,62,.22);\n  color:var(--red);\n  font-size:10px;\n  font-weight:800;\n  letter-spacing:1.8px;\n  text-transform:uppercase;\n  margin-bottom:17px;\n  animation:rfhFadeUp .8s ease both;\n}\n\n.rfh-hero h1 {\n  position:relative;\n  z-index:3;\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-size:clamp(36px,6vw,56px);\n  line-height:1.06;\n  letter-spacing:-1.4px;\n  margin:0 auto 17px;\n  font-weight:700;\n  max-width:850px;\n  animation:rfhFadeUp 1s ease both;\n}\n\n.rfh-gradient-title {\n  background:\n    linear-gradient(\n      90deg,\n      var(--red),\n      var(--coral),\n      var(--gold),\n      var(--green)\n    );\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n\n.rfh-hero p {\n  position:relative;\n  z-index:3;\n  max-width:740px;\n  margin:auto;\n  color:#6d6864;\n  font-size:17px;\n  animation:rfhFadeUp 1.2s ease both;\n}\n\n\n\/* =========================================================\n   TRUST STRIP\n   ========================================================= *\/\n\n.rfh-trust {\n  position:relative;\n  z-index:2;\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:15px;\n  margin-bottom:42px;\n}\n\n.rfh-trust-item {\n  display:flex;\n  align-items:flex-start;\n  gap:12px;\n  padding:20px 19px;\n  background:#fff;\n  border:1px solid rgba(22,59,45,.08);\n  border-radius:18px;\n  box-shadow:0 8px 23px rgba(22,59,45,.04);\n}\n\n.rfh-trust-item span {\n  font-size:22px;\n  line-height:1.2;\n  flex-shrink:0;\n}\n\n.rfh-trust-item strong {\n  display:block;\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-size:14px;\n  margin-bottom:3px;\n}\n\n.rfh-trust-item em {\n  font-style:normal;\n  font-size:12.5px;\n  color:#746e69;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.rfh-intro {\n  text-align:center;\n  padding:3px 20px 43px;\n}\n\n.rfh-intro h2,\n.rfh-feature h2,\n.rfh-title h2,\n.rfh-fit h2,\n.rfh-care h2,\n.rfh-final h2,\n.rfh-quality-wrap h2,\n.rfh-why h3,\n.rfh-promise h3 {\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-weight:700;\n}\n\n.rfh-intro h2 {\n  font-size:clamp(28px,4vw,36px);\n  line-height:1.15;\n  margin:0 0 12px;\n}\n\n.rfh-intro p {\n  max-width:770px;\n  margin:auto;\n  color:#716b67;\n}\n\n\n\/* =========================================================\n   BENEFITS\n   ========================================================= *\/\n\n.rfh-benefits {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:17px;\n  margin-bottom:50px;\n}\n\n.rfh-card {\n  position:relative;\n  padding:26px 18px 24px;\n  text-align:center;\n  background:#fff;\n  border:1px solid rgba(22,59,45,.09);\n  border-radius:20px;\n  box-shadow:0 8px 25px rgba(22,59,45,.045);\n  overflow:hidden;\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n.rfh-card::before {\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:-120%;\n  width:75%;\n  height:100%;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.85),\n      transparent\n    );\n  transform:skewX(-20deg);\n  transition:left .7s ease;\n}\n\n.rfh-card:hover::before {\n  left:150%;\n}\n\n.rfh-card:hover {\n  transform:translateY(-7px);\n  border-color:rgba(185,67,62,.20);\n  box-shadow:\n    0 17px 35px rgba(22,59,45,.09),\n    0 0 22px rgba(185,67,62,.06);\n}\n\n.rfh-icon {\n  position:relative;\n  z-index:2;\n  width:51px;\n  height:51px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 13px;\n  border-radius:16px;\n  background:rgba(185,67,62,.10);\n  font-size:24px;\n  animation:\n    rfhPetalFloat 5s ease-in-out infinite,\n    rfhGlow 4s ease-in-out infinite;\n}\n\n.rfh-card:nth-child(2) .rfh-icon {\n  background:rgba(217,164,65,.14);\n}\n\n.rfh-card:nth-child(3) .rfh-icon {\n  background:rgba(61,152,104,.12);\n}\n\n.rfh-card:nth-child(4) .rfh-icon {\n  background:rgba(245,184,178,.18);\n}\n\n.rfh-card:nth-child(5) .rfh-icon {\n  background:rgba(185,67,62,.10);\n}\n\n.rfh-card:nth-child(6) .rfh-icon {\n  background:rgba(61,152,104,.12);\n}\n\n.rfh-card h3 {\n  position:relative;\n  z-index:2;\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-size:16px;\n  line-height:1.2;\n  margin:0 0 7px;\n}\n\n.rfh-card p {\n  position:relative;\n  z-index:2;\n  color:#746e69;\n  font-size:13px;\n  margin:0;\n}\n\n\n\/* =========================================================\n   FEATURE \/ TROPICAL STORY\n   ========================================================= *\/\n\n.rfh-feature {\n  position:relative;\n  overflow:hidden;\n  text-align:center;\n  padding:55px 30px;\n  margin-bottom:50px;\n  border-radius:24px;\n  background:\n    radial-gradient(\n      circle at 20% 50%,\n      rgba(61,152,104,.13),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 80% 40%,\n      rgba(185,67,62,.12),\n      transparent 30%\n    ),\n    linear-gradient(\n      135deg,\n      #fff4ef,\n      #fffaf5\n    );\n  border:1px solid rgba(185,67,62,.13);\n  box-shadow:0 12px 34px rgba(22,59,45,.05);\n  animation:rfhSoftPulse 5s ease-in-out infinite;\n}\n\n.rfh-feature::before {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  border-radius:24px;\n  border:1px solid rgba(185,67,62,.12);\n  box-shadow:\n    inset 0 0 35px rgba(61,152,104,.045);\n  pointer-events:none;\n}\n\n.rfh-feature::after {\n  content:\"🌿\";\n  position:absolute;\n  right:5%;\n  bottom:-12px;\n  font-size:95px;\n  opacity:.09;\n  transform:rotate(-18deg);\n  animation:rfhLeafSway 6s ease-in-out infinite;\n}\n\n.rfh-feature-badge {\n  position:relative;\n  z-index:2;\n  display:inline-block;\n  padding:7px 15px;\n  border-radius:999px;\n  background:#fff;\n  border:1px solid rgba(185,67,62,.18);\n  color:var(--red);\n  font-size:10px;\n  font-weight:800;\n  letter-spacing:1.7px;\n  text-transform:uppercase;\n  margin-bottom:17px;\n}\n\n.rfh-feature h2 {\n  position:relative;\n  z-index:2;\n  font-size:clamp(28px,4vw,38px);\n  line-height:1.15;\n  margin:0 0 12px;\n}\n\n.rfh-feature p {\n  position:relative;\n  z-index:2;\n  max-width:700px;\n  margin:auto;\n  color:#6e6863;\n}\n\n\n\/* =========================================================\n   SECTION TITLES\n   ========================================================= *\/\n\n.rfh-section {\n  margin-bottom:50px;\n}\n\n.rfh-title {\n  text-align:center;\n  margin-bottom:29px;\n}\n\n.rfh-title span {\n  display:block;\n  font-size:10px;\n  color:var(--red);\n  font-weight:800;\n  letter-spacing:1.8px;\n  text-transform:uppercase;\n  margin-bottom:7px;\n}\n\n.rfh-title h2 {\n  font-size:clamp(28px,4vw,35px);\n  line-height:1.15;\n  margin:0;\n}\n\n\n\/* =========================================================\n   QUALITY \u0026 CONSTRUCTION\n   ========================================================= *\/\n\n.rfh-quality-wrap {\n  position:relative;\n  overflow:hidden;\n  background:#fff;\n  border-radius:21px;\n  border:1px solid rgba(22,59,45,.08);\n  border-top:3px solid var(--red);\n  padding:35px 28px;\n  box-shadow:0 9px 27px rgba(22,59,45,.045);\n}\n\n.rfh-quality-wrap h2 {\n  text-align:center;\n  margin:0 0 10px;\n  font-size:28px;\n}\n\n.rfh-quality-intro {\n  text-align:center;\n  max-width:730px;\n  margin:0 auto 28px;\n  color:#6d6762;\n}\n\n.rfh-why {\n  padding:26px 24px;\n  border-radius:17px;\n  background:\n    linear-gradient(\n      135deg,\n      rgba(61,152,104,.06),\n      rgba(255,255,255,.5)\n    );\n  border:1px solid rgba(22,59,45,.08);\n  margin-bottom:20px;\n}\n\n.rfh-why h3 {\n  font-size:19px;\n  margin:0 0 11px;\n}\n\n.rfh-why p {\n  margin:0 0 11px;\n  color:#5b6058;\n  font-size:14.5px;\n  max-width:790px;\n}\n\n.rfh-why p:last-child {\n  margin-bottom:0;\n}\n\n.rfh-quality-grid {\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:15px;\n  margin-bottom:20px;\n}\n\n.rfh-qitem {\n  position:relative;\n  padding:20px 20px 20px 22px;\n  border-radius:16px;\n  background:#fffaf5;\n  border:1px solid rgba(22,59,45,.07);\n  border-left:3px solid var(--green);\n}\n\n.rfh-qitem:nth-child(2) {\n  border-left-color:var(--gold);\n}\n\n.rfh-qitem:nth-child(3) {\n  border-left-color:var(--red);\n}\n\n.rfh-qitem:nth-child(4) {\n  border-left-color:var(--coral);\n}\n\n.rfh-qitem strong {\n  display:block;\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-size:15.5px;\n  margin-bottom:5px;\n}\n\n.rfh-qitem span {\n  color:#6e6863;\n  font-size:13px;\n}\n\n.rfh-promise {\n  display:flex;\n  align-items:center;\n  gap:18px;\n  padding:22px 24px;\n  border-radius:17px;\n  background:\n    linear-gradient(\n      90deg,\n      rgba(185,67,62,.08),\n      rgba(217,164,65,.08)\n    );\n  border:1px solid rgba(185,67,62,.16);\n}\n\n.rfh-promise-mark {\n  flex-shrink:0;\n  width:48px;\n  height:48px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:22px;\n  background:#fff;\n  border:1px solid rgba(185,67,62,.18);\n}\n\n.rfh-promise h3 {\n  margin:0 0 4px;\n  font-size:16.5px;\n}\n\n.rfh-promise p {\n  margin:0;\n  color:#5b6058;\n  font-size:13.5px;\n}\n\n\n\/* =========================================================\n   SIZE CARDS\n   ========================================================= *\/\n\n.rfh-sizes {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:17px;\n}\n\n.rfh-size {\n  position:relative;\n  text-align:center;\n  padding:27px 20px;\n  border-radius:19px;\n  background:#fff;\n  border:1px solid rgba(22,59,45,.08);\n  box-shadow:0 8px 23px rgba(22,59,45,.04);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.rfh-size:hover {\n  transform:translateY(-6px);\n  box-shadow:0 16px 30px rgba(22,59,45,.08);\n}\n\n.rfh-size strong {\n  display:block;\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-size:20px;\n  margin-bottom:5px;\n}\n\n.rfh-size span {\n  color:#746e69;\n  font-size:13px;\n}\n\n.rfh-size::after {\n  content:\"🌺\";\n  position:absolute;\n  top:10px;\n  right:13px;\n  font-size:13px;\n  opacity:.35;\n}\n\n\n\/* =========================================================\n   MATERIAL\n   ========================================================= *\/\n\n.rfh-material {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.rfh-material-box {\n  position:relative;\n  padding:26px 24px 26px 29px;\n  border-radius:19px;\n  background:#fff;\n  border:1px solid rgba(22,59,45,.08);\n  border-left:4px solid var(--green);\n  box-shadow:0 8px 23px rgba(22,59,45,.04);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.rfh-material-box:nth-child(2) {\n  border-left-color:var(--red);\n}\n\n.rfh-material-box:hover {\n  transform:translateY(-5px);\n  box-shadow:0 15px 29px rgba(22,59,45,.08);\n}\n\n.rfh-material-box strong {\n  display:block;\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-size:17px;\n  margin-bottom:6px;\n}\n\n.rfh-material-box span {\n  color:#6e6863;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   FIT BOX\n   ========================================================= *\/\n\n.rfh-fit {\n  position:relative;\n  overflow:hidden;\n  background:#fff;\n  border-radius:21px;\n  border:1px solid rgba(22,59,45,.08);\n  border-top:3px solid var(--red);\n  padding:35px 28px;\n  text-align:center;\n  box-shadow:0 9px 27px rgba(22,59,45,.045);\n}\n\n.rfh-fit::after {\n  content:\"🌿\";\n  position:absolute;\n  right:5%;\n  bottom:-15px;\n  font-size:70px;\n  opacity:.08;\n  animation:rfhLeafSway 5s ease-in-out infinite;\n}\n\n.rfh-fit h2 {\n  position:relative;\n  z-index:2;\n  margin:0 0 10px;\n  font-size:28px;\n}\n\n.rfh-fit p {\n  position:relative;\n  z-index:2;\n  max-width:730px;\n  margin:auto;\n  color:#6d6762;\n}\n\n.rfh-fit-tip {\n  position:relative;\n  z-index:2;\n  max-width:730px;\n  margin:16px auto 0;\n  padding:14px 18px;\n  border-radius:14px;\n  background:rgba(61,152,104,.07);\n  color:#5b6058;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   HOW TO WEAR\n   ========================================================= *\/\n\n.rfh-steps {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:17px;\n}\n\n.rfh-step {\n  padding:29px;\n  border:1px solid rgba(22,59,45,.08);\n  border-radius:19px;\n  background:#fff;\n  box-shadow:0 8px 24px rgba(22,59,45,.045);\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.rfh-step:hover {\n  transform:translateY(-6px);\n  box-shadow:0 16px 31px rgba(22,59,45,.08);\n}\n\n.rfh-number {\n  width:43px;\n  height:43px;\n  border-radius:50%;\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-weight:700;\n  font-size:17px;\n  margin-bottom:16px;\n  background:var(--red);\n  box-shadow:0 7px 17px rgba(185,67,62,.22);\n}\n\n.rfh-step:nth-child(2) .rfh-number {\n  background:var(--green);\n  box-shadow:0 7px 17px rgba(61,152,104,.22);\n}\n\n.rfh-step:nth-child(3) .rfh-number {\n  background:var(--gold);\n  box-shadow:0 7px 17px rgba(217,164,65,.22);\n}\n\n.rfh-step h3 {\n  font-family:\"Fredoka\",\"Arial Rounded MT Bold\",Arial,sans-serif;\n  font-size:18px;\n  line-height:1.2;\n  margin:0 0 7px;\n}\n\n.rfh-step p {\n  margin:0;\n  color:#706a65;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   CARE\n   ========================================================= *\/\n\n.rfh-care {\n  position:relative;\n  overflow:hidden;\n  padding:33px;\n  border-radius:21px;\n  background:\n    linear-gradient(\n      110deg,\n      #fff,\n      #fff9f5,\n      #fff\n    );\n  background-size:200% 100%;\n  border:1px solid rgba(22,59,45,.08);\n  border-left:4px solid var(--green);\n  margin-bottom:30px;\n  box-shadow:0 8px 24px rgba(22,59,45,.04);\n  animation:rfhShimmer 10s linear infinite;\n}\n\n.rfh-care h2 {\n  margin:0 0 13px;\n  font-size:27px;\n}\n\n.rfh-care p {\n  margin:7px 0;\n  color:#69635e;\n}\n\n\n\/* =========================================================\n   SAFETY NOTE\n   ========================================================= *\/\n\n.rfh-note {\n  padding:23px 25px;\n  border-radius:17px;\n  background:\n    linear-gradient(\n      135deg,\n      rgba(217,164,65,.08),\n      rgba(185,67,62,.04)\n    );\n  border:1px solid rgba(217,164,65,.25);\n  color:#68625d;\n  font-size:13px;\n  margin-bottom:0;\n}\n\n.rfh-note strong {\n  color:var(--deep-green);\n}\n\n\n\/* =========================================================\n   FINAL PREMIUM CLOSING\n   ========================================================= *\/\n\n.rfh-final {\n  position:relative;\n  text-align:center;\n  margin-top:50px;\n  padding:57px 25px 65px;\n  background:\n    radial-gradient(\n      circle at 50% 50%,\n      rgba(217,164,65,.14),\n      transparent 40%\n    ),\n    linear-gradient(\n      135deg,\n      #163b2d,\n      #1e4c38\n    );\n  color:#fff;\n  border-radius:25px 25px 0 0;\n  overflow:hidden;\n}\n\n.rfh-final::before {\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:15%;\n  right:15%;\n  height:3px;\n  border-radius:99px;\n  background:\n    linear-gradient(\n      90deg,\n      var(--green),\n      var(--gold),\n      var(--coral),\n      var(--pink),\n      var(--green)\n    );\n  background-size:200% 100%;\n  animation:rfhShimmer 7s linear infinite;\n}\n\n.rfh-final::after {\n  content:\"🌺\";\n  position:absolute;\n  right:10%;\n  top:30%;\n  font-size:32px;\n  opacity:.22;\n  animation:\n    rfhPetalFloat 5s ease-in-out infinite,\n    rfhGlow 4s ease-in-out infinite;\n}\n\n.rfh-final h2 {\n  position:relative;\n  z-index:2;\n  font-size:clamp(29px,5vw,40px);\n  line-height:1.1;\n  margin:0 0 12px;\n  color:#fff;\n}\n\n.rfh-final p {\n  position:relative;\n  z-index:2;\n  color:rgba(255,255,255,.76);\n  margin:0;\n  font-size:16px;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:800px) {\n\n  .red-floral-hat {\n    width:100%;\n  }\n\n  .rfh-hero {\n    padding:57px 19px 48px;\n    border-radius:21px;\n    margin-bottom:35px;\n  }\n\n  .rfh-hero::after {\n    left:8%;\n    right:8%;\n  }\n\n  .rfh-hero h1 {\n    font-size:36px;\n    letter-spacing:-1px;\n  }\n\n  .rfh-hero p {\n    font-size:15px;\n  }\n\n  .rfh-trust {\n    grid-template-columns:1fr;\n    gap:10px;\n    margin-bottom:32px;\n  }\n\n  .rfh-intro {\n    padding-bottom:36px;\n  }\n\n  .rfh-intro h2 {\n    font-size:28px;\n  }\n\n  .rfh-benefits {\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n    margin-bottom:40px;\n  }\n\n  .rfh-card {\n    padding:22px 13px;\n  }\n\n  .rfh-card h3 {\n    font-size:14px;\n  }\n\n  .rfh-card p {\n    font-size:12px;\n  }\n\n  .rfh-card:last-child {\n    grid-column:span 2;\n  }\n\n  .rfh-feature {\n    padding:43px 21px;\n    border-radius:20px;\n    margin-bottom:40px;\n  }\n\n  .rfh-feature h2 {\n    font-size:28px;\n  }\n\n  .rfh-sizes,\n  .rfh-material,\n  .rfh-steps,\n  .rfh-quality-grid {\n    grid-template-columns:1fr;\n    gap:12px;\n  }\n\n  .rfh-fit,\n  .rfh-care,\n  .rfh-quality-wrap {\n    padding:27px 20px;\n  }\n\n  .rfh-promise {\n    flex-direction:column;\n    text-align:center;\n  }\n\n  .rfh-step {\n    padding:23px;\n  }\n\n  .rfh-final {\n    margin-top:40px;\n    border-radius:20px 20px 0 0;\n  }\n}\n\n@media(max-width:480px) {\n\n  .rfh-hero {\n    padding:52px 16px 44px;\n  }\n\n  .rfh-hero h1 {\n    font-size:32px;\n  }\n\n  .rfh-tag {\n    font-size:9px;\n    padding:7px 12px;\n    letter-spacing:1.2px;\n  }\n\n  .rfh-feature h2 {\n    font-size:27px;\n  }\n\n  .rfh-final {\n    padding:48px 18px 55px;\n  }\n}\n\n\n\/* =========================================================\n   ACCESSIBILITY\n   ========================================================= *\/\n\n@media(prefers-reduced-motion:reduce) {\n\n  .red-floral-hat *,\n  .red-floral-hat *::before,\n  .red-floral-hat *::after {\n    animation:none !important;\n    transition:none !important;\n  }\n\n  .rfh-petal {\n    display:none !important;\n  }\n}\n\u003c\/style\u003e\n\n\u003c!-- PREMIUM FONTS --\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fredoka:wght@500;600;700\u0026amp;family=Inter:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cdiv class=\"red-floral-hat\"\u003e\n\n  \u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-hero\"\u003e\n\n    \u003cdiv class=\"rfh-tropical flower-one\"\u003e🌺\u003c\/div\u003e\n    \u003cdiv class=\"rfh-tropical flower-two\"\u003e🌸\u003c\/div\u003e\n    \u003cdiv class=\"rfh-tropical leaf-one\"\u003e🌿\u003c\/div\u003e\n    \u003cdiv class=\"rfh-tropical leaf-two\"\u003e🍃\u003c\/div\u003e\n\n    \u003cdiv class=\"rfh-tag\"\u003e\n      Floral • Tropical • Sun-Ready\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      \u003cspan class=\"rfh-gradient-title\"\u003e\n        Red Tropical Floral\n      \u003c\/span\u003e\n      Bucket Hat 🐾\n    \u003c\/h1\u003e\n\n    \u003cp\u003e\n      A little tropical style for your furry friend. This vibrant red floral bucket hat\n      adds personality to sunny-day adventures, garden lounging, walks and photo sessions.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       TRUST STRIP\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-trust\"\u003e\n\n    \u003cdiv class=\"rfh-trust-item\"\u003e\n      \u003cspan\u003e🧵\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eStitched brim\u003c\/strong\u003e\n        \u003cem\u003eTopstitched so the shape holds instead of drooping.\u003c\/em\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rfh-trust-item\"\u003e\n      \u003cspan\u003e💧\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eWashes clean\u003c\/strong\u003e\n        \u003cem\u003eHand wash, air dry, wear again — the print doesn't run.\u003c\/em\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rfh-trust-item\"\u003e\n      \u003cspan\u003e🐾\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eFit sorted\u003c\/strong\u003e\n        \u003cem\u003eWrong size? Message us and we'll help you swap it.\u003c\/em\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       INTRO\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-intro\"\u003e\n\n    \u003ch2\u003e\n      Small Hat. Big Personality. 🌺\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Made from lightweight polyester with a soft tropical floral print, this adorable\n      bucket hat is designed for cats and small dogs. The adjustable chin strap helps\n      provide a secure fit while the wide brim offers additional coverage around the face.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       BENEFITS\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-benefits\"\u003e\n\n    \u003cdiv class=\"rfh-card\"\u003e\n      \u003cdiv class=\"rfh-icon\"\u003e🌺\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Tropical Floral Print\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        A vibrant red design that instantly adds personality to your pet's look.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rfh-card\"\u003e\n      \u003cdiv class=\"rfh-icon\"\u003e☀️\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Wide Brim\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Offers additional shade and coverage around the eyes, ears and face.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rfh-card\"\u003e\n      \u003cdiv class=\"rfh-icon\"\u003e🎀\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Adjustable Fit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Chin strap with cord lock helps keep the hat comfortably positioned.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rfh-card\"\u003e\n      \u003cdiv class=\"rfh-icon\"\u003e🌿\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Lightweight Feel\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Lightweight polyester makes it easy to wear for short outdoor sessions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rfh-card\"\u003e\n      \u003cdiv class=\"rfh-icon\"\u003e📸\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Photo-Ready\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Perfect for themed photos, special occasions and everyday pet style.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rfh-card\"\u003e\n      \u003cdiv class=\"rfh-icon\"\u003e🐶\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Versatile Fit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Available in three sizes for cats and small to medium pets.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       FEATURE\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-feature\"\u003e\n\n    \u003cdiv class=\"rfh-feature-badge\"\u003e\n      Tropical Pet Style\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Bring A Little Sunshine To Their Style 🌸\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Whether you're heading into the garden, taking photos or simply having fun at home,\n      this tropical floral print makes an adorable statement piece for your furry friend.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       QUALITY \u0026 CONSTRUCTION\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-section\"\u003e\n\n    \u003cdiv class=\"rfh-quality-wrap\"\u003e\n\n      \u003ch2\u003eMade For More Than One Bloom Season\u003c\/h2\u003e\n\n      \u003cp class=\"rfh-quality-intro\"\u003e\n        Novelty doesn't have to mean disposable. Here's what's actually holding this hat together.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rfh-why\"\u003e\n\n        \u003ch3\u003eWhy polyester, and not cotton\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Cotton looks like the premium choice on a label, but on a pet it's the wrong tool. It soaks up drool, rain and garden puddles, stays damp against fur, and sags out of shape the moment it gets heavy. A hat that has gone limp isn't cute, and a damp hat sitting on a pet isn't comfortable either.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Lightweight polyester was chosen because it does the opposite: it sheds water rather than drinking it, dries fast, and springs back into shape after being sat on, brushed against fur, or shoved in a drawer between photo days. It's also light enough that a small pet barely registers the weight — which matters far more than fibre snobbery when the wearer is a cat with opinions.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The floral print is dyed into the fabric rather than pressed on top, so it won't peel, crack or flake away at the fold lines the way a heat-transferred pattern does.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rfh-quality-grid\"\u003e\n\n        \u003cdiv class=\"rfh-qitem\"\u003e\n          \u003cstrong\u003eTopstitched brim\u003c\/strong\u003e\n          \u003cspan\u003eStitched around its full edge rather than glued, so the circle holds its shape instead of curling upward after a few wears.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rfh-qitem\"\u003e\n          \u003cstrong\u003eReinforced strap anchors\u003c\/strong\u003e\n          \u003cspan\u003eThe chin strap is sewn into the seam rather than tacked onto the surface, so a head-shake pulls on a seam rather than a single stitch.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rfh-qitem\"\u003e\n          \u003cstrong\u003eCord lock that locks\u003c\/strong\u003e\n          \u003cspan\u003eA sprung cord lock holds the strap where you set it, so the fit doesn't slowly slip loose mid-walk.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rfh-qitem\"\u003e\n          \u003cstrong\u003eWash and wear again\u003c\/strong\u003e\n          \u003cspan\u003eHand wash, air dry, back in the drawer — no shrinking, no colour bleed, no warped brim.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rfh-promise\"\u003e\n\n        \u003cdiv class=\"rfh-promise-mark\"\u003e🐾\u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch3\u003eThe OMG Finds happy pet promise\u003c\/h3\u003e\n          \u003cp\u003e\n            If the hat arrives damaged, or it clearly isn't what the photos showed, message us and we'll sort it out. We'd rather fix it than have you stuck with something you're unhappy with.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SIZE\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-section\"\u003e\n\n    \u003cdiv class=\"rfh-title\"\u003e\n\n      \u003cspan\u003e\n        Find The Right Fit\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Choose Your Size\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rfh-sizes\"\u003e\n\n      \u003cdiv class=\"rfh-size\"\u003e\n        \u003cstrong\u003eSmall\u003c\/strong\u003e\n        \u003cspan\u003eApprox. 28cm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rfh-size\"\u003e\n        \u003cstrong\u003eMedium\u003c\/strong\u003e\n        \u003cspan\u003eApprox. 35cm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rfh-size\"\u003e\n        \u003cstrong\u003eLarge\u003c\/strong\u003e\n        \u003cspan\u003eApprox. 42cm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cp style=\"\n      text-align:center;\n      color:#777;\n      font-size:13px;\n      margin-top:15px;\n    \"\u003e\n      Please check our size guide and measure your pet before ordering for the best fit.\n    \u003c\/p\u003e\n\n    \u003cp style=\"\n      text-align:center;\n      color:#5b6058;\n      font-size:13px;\n      margin-top:8px;\n    \"\u003e\n      🐾 \u003cstrong\u003eNot sure which size?\u003c\/strong\u003e\n      Send us your pet's head measurement before you order and we'll tell you which one to pick. If it still lands wrong, message us and we'll help you sort out a swap.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       MATERIAL\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-section\"\u003e\n\n    \u003cdiv class=\"rfh-title\"\u003e\n\n      \u003cspan\u003e\n        Made For Everyday Adventures\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Lightweight \u0026amp; Practical\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rfh-material\"\u003e\n\n      \u003cdiv class=\"rfh-material-box\"\u003e\n\n        \u003cstrong\u003e\n          Material\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Quick-drying, water-shedding and shape-holding — chosen because it stays light and stays put on a moving pet, rather than sagging the way a heavier natural fabric would.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rfh-material-box\"\u003e\n\n        \u003cstrong\u003e\n          Open-Top Design\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          The open-top design leaves your pet's ears uncovered while wearing the hat.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       FIT\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-section\"\u003e\n\n    \u003cdiv class=\"rfh-fit\"\u003e\n\n      \u003ch2\u003e\n        A Comfortable Tropical Fit 🎀\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Adjust the chin strap gently so the hat stays comfortably positioned without\n        being too tight. Always check the fit before your pet starts moving around.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       HOW TO WEAR\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-section\"\u003e\n\n    \u003cdiv class=\"rfh-title\"\u003e\n\n      \u003cspan\u003e\n        Simple \u0026amp; Easy\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        How To Wear\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rfh-steps\"\u003e\n\n      \u003cdiv class=\"rfh-step\"\u003e\n\n        \u003cdiv class=\"rfh-number\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Place\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Gently place the bucket hat on your pet's head.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rfh-step\"\u003e\n\n        \u003cdiv class=\"rfh-number\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Adjust\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adjust the chin strap so the hat feels secure but comfortable.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rfh-step\"\u003e\n\n        \u003cdiv class=\"rfh-number\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Enjoy\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Let your pet rock their tropical look during supervised wear.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       CARE\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-care\"\u003e\n\n    \u003ch2\u003e\n      Care Instructions 🫧\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eWash:\u003c\/strong\u003e\n      Hand wash cold with mild soap. The colour is dyed through, so it won't bleed onto your hands or fade after a clean.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eDry:\u003c\/strong\u003e\n      Air dry only.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eAvoid:\u003c\/strong\u003e\n      Do not machine wash or tumble dry, as heat may warp the brim shape.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SAFETY\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"rfh-note\"\u003e\n\n    \u003cstrong\u003ePet Safety:\u003c\/strong\u003e\n\n    This is a pet accessory and should be used under supervision.\n    Introduce the hat gradually and remove it if your pet shows signs of discomfort\n    or distress. The wide brim provides additional shade but should not be considered\n    a substitute for appropriate sun protection or supervision.\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       FINAL\n       ===================================================== --\u003e\n\n  \u003csection class=\"rfh-final\"\u003e\n\n    \u003ch2\u003e\n      Tropical Style. Serious Cuteness. 🌺\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Give your furry friend a little floral flair wherever their next adventure takes them.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\n     SUBTLE TROPICAL PETAL ANIMATION\n     Creates a small number of petals once on page load.\n     ========================================================= --\u003e\n\n\u003cscript\u003e\n(function () {\n\n  var page = document.querySelector('.red-floral-hat');\n\n  if (!page) return;\n\n  var colours = [\n    '#b9433e',\n    '#e7655c',\n    '#f5b8b2',\n    '#d9a441'\n  ];\n\n  var petals = 18;\n\n  for (var i = 0; i \u003c petals; i++) {\n\n    var petal = document.createElement('span');\n\n    petal.className = 'rfh-petal';\n\n    petal.style.background =\n      colours[Math.floor(Math.random() * colours.length)];\n\n    petal.style.left =\n      (5 + Math.random() * 90) + '%';\n\n    petal.style.setProperty(\n      '--petal-x',\n      ((Math.random() - 0.5) * 240) + 'px'\n    );\n\n    petal.style.setProperty(\n      '--petal-rotate',\n      ((Math.random() - 0.5) * 720) + 'deg'\n    );\n\n    petal.style.animationDelay =\n      (Math.random() * 3) + 's';\n\n    petal.style.width =\n      (6 + Math.random() * 5) + 'px';\n\n    petal.style.height =\n      (9 + Math.random() * 7) + 'px';\n\n    page.appendChild(petal);\n\n    setTimeout(function (el) {\n      el.remove();\n    }, 11500, petal);\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"OMG Finds","offers":[{"title":"Red \/ Small - 28cm","offer_id":48041607823523,"sku":"Red Tropical Floral Bucket Hat for Cats","price":250.0,"currency_code":"ZAR","in_stock":true},{"title":"Red \/ Medium - 35cm","offer_id":48043459313827,"sku":"Red Tropical Floral Bucket Hat for Cats","price":260.0,"currency_code":"ZAR","in_stock":true},{"title":"Red \/ Large - 42cm","offer_id":48043459346595,"sku":"Red Tropical Floral Bucket Hat for Cats","price":270.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/files\/Red_floral_cat_hat.png?v=1788866927"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/3097\/5139\/collections\/create-pet-accessories.png?v=1787747422","url":"https:\/\/omgfind.store\/collections\/pet-accessories.oembed","provider":"OMG Find","version":"1.0","type":"link"}