{"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","url":"https:\/\/omgfind.store\/products\/pet-cowboy-costume-set-red-paisley-bandana","provider":"OMG Find","version":"1.0","type":"link"}