{"product_id":"adjustable-reflective-dog-booties","title":"Adjustable Reflective Dog Booties","description":"\u003cdiv class=\"product-set-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) - Pet Friendly \u0026 Active Theme *\/    .product-set-container {      --primary: #00695C; \/* Deep Teal - Trust, outdoor, active *\/      --primary-hover: #004D40;      --accent: #F57C00; \/* Vibrant Orange - Safety, energy, reflective *\/      --accent-light: #FFE0B2; \/* Light Orange *\/      --text-main: #263238; \/* Dark Slate *\/      --text-sub: #546E7A; \/* Medium Slate *\/      --bg-body: #F4F9F9; \/* Soft cool off-white *\/      --bg-card: #FFFFFF;      --border-color: #E0E8E8;      --radius-md: 16px;      --radius-lg: 24px;      --shadow-sm: 0 4px 6px -1px rgba(0, 105, 92, 0.08), 0 2px 4px -1px rgba(0, 105, 92, 0.04);      --shadow-lg: 0 10px 15px -3px rgba(0, 105, 92, 0.08), 0 4px 6px -2px rgba(0, 105, 92, 0.04);      \/* Typography \u0026 Spacing System *\/      --spacing-section: clamp(3rem, 6vw, 5rem);      --spacing-module: clamp(2rem, 5vw, 4rem);            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      color: var(--text-main);      background-color: var(--bg-body);      max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;      line-height: 1.7;    }    .product-set-container *,    .product-set-container *::before,    .product-set-container *::after {      box-sizing: inherit;    }    \/* Typography Scale *\/    .product-set-container h1 {      font-size: clamp(32px, 4vw, 48px);      line-height: 1.2;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 800;      letter-spacing: -0.02em;    }    .product-set-container .subtitle {      font-size: clamp(18px, 2.5vw, 24px);      color: var(--accent);      font-weight: 700;      margin: 0 0 1.5rem 0;      text-transform: uppercase;      letter-spacing: 0.05em;    }    .product-set-container h2 {      font-size: clamp(26px, 3vw, 36px);      line-height: 1.3;      color: var(--primary);      margin: 0 0 1.5rem 0;      font-weight: 800;      border-bottom: 3px solid var(--accent);      display: inline-block;      padding-bottom: 0.5rem;    }    .product-set-container h3 {      font-size: clamp(20px, 2.5vw, 26px);      line-height: 1.4;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 700;    }    .product-set-container p {      font-size: clamp(16px, 2vw, 18px);      color: var(--text-sub);      margin: 0 0 1.5rem 0;    }    \/* Badges *\/    .detail-badge-group {      display: flex;      flex-wrap: wrap;      gap: 12px;      margin-bottom: 2rem;    }    .detail-badge {      display: inline-flex;      align-items: center;      padding: 8px 16px;      background: var(--primary);      border-radius: 30px;      font-size: 14px;      font-weight: 600;      color: #FFFFFF;      letter-spacing: 0.03em;      box-shadow: var(--shadow-sm);    }    .detail-badge.accent {      background: var(--accent);      color: #FFF;      text-shadow: 0 1px 2px rgba(0,0,0,0.2);    }    \/* Image Protocol \u0026 Placeholders *\/    .img-placeholder {      width: 100%;      background-color: var(--bg-card);      border-radius: var(--radius-md);      display: flex;      align-items: center;      justify-content: center;      overflow: hidden;      box-shadow: var(--shadow-sm);      margin-bottom: 1.5rem;      border: 1px solid var(--border-color);    }        .img-placeholder img {      width: 100%;      height: auto;      display: block;      border-radius: var(--radius-md);      transition: transform 0.5s ease;    }        .img-placeholder:hover img {      transform: scale(1.04);    }    \/* Modules *\/    .hero-section {      text-align: center;      margin-top: 3rem;      margin-bottom: var(--spacing-section);      background: var(--bg-card);      padding: 4rem 2rem;      border-radius: var(--radius-lg);      border: 1px solid var(--border-color);      box-shadow: var(--shadow-lg);      background-image: radial-gradient(circle at top right, var(--accent-light) 0%, transparent 60%);    }    .hero-section .detail-badge-group {      justify-content: center;    }    \/* Z-Pattern Features *\/    .feature-list {      display: flex;      flex-direction: column;      gap: var(--spacing-section);      margin-bottom: var(--spacing-section);    }    .feature-item {      display: flex;      flex-direction: column;      gap: 2rem;      align-items: center;    }    .feature-media, .feature-copy {      width: 100%;    }        \/* Specs Table *\/    .specs-section {      margin-bottom: var(--spacing-section);    }    .specs-table-wrapper {      background: var(--bg-card);      border-radius: var(--radius-lg);      padding: clamp(1.5rem, 3vw, 3rem);      box-shadow: var(--shadow-sm);      margin-bottom: 2rem;      border: 1px solid var(--border-color);    }    .specs-table {      width: 100%;      border-collapse: collapse;    }        \/* FAQ Section *\/    .faq-section {      margin-bottom: var(--spacing-section);    }    .faq-item {      background: var(--bg-card);      border-radius: var(--radius-md);      padding: 1.5rem 2rem;      margin-bottom: 1rem;      border: 1px solid var(--border-color);      border-left: 4px solid var(--accent);      transition: all 0.2s ease;    }    .faq-item:hover {      box-shadow: var(--shadow-sm);      transform: translateX(4px);    }    .faq-question {      font-size: clamp(18px, 2.5vw, 20px);      font-weight: 700;      color: var(--primary);      margin-bottom: 0.75rem;    }    .faq-answer {      font-size: clamp(16px, 2vw, 17px);      color: var(--text-sub);      margin: 0;    }    \/* Desktop Enhancements *\/    @media (min-width: 768px) {      .feature-item {        flex-direction: row;        gap: var(--spacing-module);      }      .feature-item.reverse {        flex-direction: row-reverse;      }      .feature-media, .feature-copy {        flex: 1;      }      .feature-copy {        padding: 0 2rem;      }            .specs-table th, .specs-table td {        padding: 1.25rem 1.5rem;        text-align: left;        border-bottom: 1px solid var(--border-color);        font-size: 17px;      }      .specs-table th {        font-weight: 700;        color: var(--primary);        width: 35%;        background-color: var(--bg-body);        text-transform: uppercase;        letter-spacing: 0.05em;      }      .specs-table tr:last-child td, .specs-table tr:last-child th {        border-bottom: none;      }    }    \/* Mobile Specs Table Lock *\/    @media (max-width: 767px) {      .specs-table,       .specs-table thead,       .specs-table tbody,       .specs-table tr,       .specs-table th,       .specs-table td {        display: block;        width: 100%;      }      .specs-table thead {        display: none;      }      .specs-table tr {        background: var(--bg-body);        border: 1px solid var(--border-color);        border-radius: var(--radius-md);        margin-bottom: 1rem;        padding: 1.25rem;      }      .specs-table td {        display: flex;        flex-direction: column;        padding: 0.75rem 0;        border-bottom: 1px solid var(--border-color);        font-size: 15px;        text-align: left;      }      .specs-table td:last-child {        border-bottom: none;        padding-bottom: 0;      }      .specs-table td::before {        content: attr(data-label);        font-weight: 700;        color: var(--primary);        text-transform: uppercase;        margin-bottom: 0.25rem;        font-size: 13px;        letter-spacing: 0.05em;      }    }\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"subtitle\"\u003eProtect Your Dog’s Paws Everywhere\u003c\/div\u003e\n\u003ch1\u003eSoft \u0026amp; Anti-Slip Dog Boots for Small Pets\u003c\/h1\u003e\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge accent\"\u003e🐾 Paw Protection\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🦺 Reflective Safety\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e❄️ Fleece Lined\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🐕 Small Pets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"max-width: 800px; margin: 1rem auto 0 auto; font-size: 1.1rem;\"\u003eKeep your pet’s paws safe and comfortable with these soft-lined dog booties. Designed for small dogs and cats, these lightweight shoes protect paws from hot pavement, sharp rocks, snow, and slippery indoor floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e \u003c\/p\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325154515\/44d4db4ecfa720cf795305815c780bba.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEveryday Comfort \u0026amp; Safety\u003c\/h3\u003e\n\u003cp\u003eWhether you're going for a daily walk or lounging indoors, these boots ensure your furry friend's paws remain clean, safe, and comfortable in any environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Ultimate Paw Protection\" cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306181112\/9a2d44aa4e4dbdcb6de7faaa97e633c3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUltimate Paw Protection\u003c\/h3\u003e\n\u003cp\u003eThe durable rubber sole protects your pet’s paws from hot asphalt, rough ground, winter salt, and sharp surfaces. Perfect for outdoor walks or protecting indoor floors and furniture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Anti-Slip Rubber Sole\" cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306181112\/abc47fca782cb72da7c09d6602eba2ac.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eAnti-Slip Rubber Sole\u003c\/h3\u003e\n\u003cp\u003eThe non-slip sole provides excellent traction on tiles, sand, and smooth floors, preventing slips and giving your dog better stability while walking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Soft Fleece Lining Comfort\" cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306181112\/518f8e4808a7933072d3c4bc91996421.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSoft Fleece Lining Comfort\u003c\/h3\u003e\n\u003cp\u003eThe soft fleece lining keeps paws warm in winter and comfortable during hot summer walks. Breathable materials ensure all-day comfort for your pet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Adjustable Fit \u0026amp; Reflective Safety\" cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306181112\/facf9376890a0833500bc86ec847eb21.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eAdjustable Fit \u0026amp; Reflective Safety\u003c\/h3\u003e\n\u003cp\u003eDesigned with adjustable drawstrings to ensure a secure fit that stays on your pet’s paws. 360° reflective strips improve visibility during nighttime walks for added safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 6 --\u003e\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Perfect for Small Dogs \u0026amp; Cats\" cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260306181112\/5bf495803c0023039b8076eebc06aaee.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePerfect for Small Dogs \u0026amp; Cats\u003c\/h3\u003e\n\u003cp\u003eIdeal for small pets such as Chihuahua, Poodle, Corgi puppy, Papillon, and other small breeds. Great for indoor use or dry outdoor days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\u003ctable class=\"specs-table\"\u003e\t\u003cthead\u003e\t\t\u003ctr\u003e\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\t\t\u003c\/tr\u003e\t\u003c\/thead\u003e\t\u003ctbody\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eProduct Type\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eDog Paw Protector Boots\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eRubber Sole + Fleece Lining\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSize\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003e1.2\" × 0.9\"\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSuitable Pets\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eSmall Dogs \u0026amp; Cats\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eAnti-Slip, Adjustable, Reflective\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eUse\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eIndoor \/ Outdoor Walks\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e1. Are these dog shoes waterproof?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThey are water-resistant but not fully waterproof. Best for indoor use or dry outdoor days.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e2. How do I choose the correct size?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003ePlace your dog’s paw on paper and measure the widest part including toes and nails. Compare with the size chart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e3. Are they suitable for large dogs?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThese boots are designed specifically for small dogs and cats.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e4. Can they be washed?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. They are machine-washable for easy cleaning.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Black \/ Size 1 (1-2 lbs)","offer_id":46978126807239,"sku":"0325-15448631","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Size 1 (1-2 lbs)","offer_id":46978126840007,"sku":"0325-15445311","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Size 1 (1-2 lbs)","offer_id":46978126872775,"sku":"0325-15445425","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Size 1 (1-2 lbs)","offer_id":46978126905543,"sku":"0325-15449128","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Size 2 (3-4.5 lbs)","offer_id":46978126938311,"sku":"0325-15449655","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Size 2 (3-4.5 lbs)","offer_id":46978126971079,"sku":"0325-15442431","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Size 2 (3-4.5 lbs)","offer_id":46978127003847,"sku":"0325-15448475","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Size 2 (3-4.5 lbs)","offer_id":46978127036615,"sku":"0325-15447693","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Size 3 (5.5-7.5 lbs)","offer_id":46978127069383,"sku":"0325-15447567","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Size 3 (5.5-7.5 lbs)","offer_id":46978127102151,"sku":"0325-15447478","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Size 3 (5.5-7.5 lbs)","offer_id":46978127134919,"sku":"0325-15442140","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Size 3 (5.5-7.5 lbs)","offer_id":46978127167687,"sku":"0325-15447912","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Size 4 (7.5-11 lbs)","offer_id":46978127200455,"sku":"0325-15449175","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Size 4 (7.5-11 lbs)","offer_id":46978127233223,"sku":"0325-15441596","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Size 4 (7.5-11 lbs)","offer_id":46978127265991,"sku":"0325-15440948","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Size 4 (7.5-11 lbs)","offer_id":46978127298759,"sku":"0325-15447264","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Size 5 (11-14 lbs)","offer_id":46978127331527,"sku":"0325-15449941","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Size 5 (11-14 lbs)","offer_id":46978127364295,"sku":"0325-15449588","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Size 5 (11-14 lbs)","offer_id":46978127397063,"sku":"0325-15445176","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Size 5 (11-14 lbs)","offer_id":46978127429831,"sku":"0325-15447117","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Size 6 (Up to 20 lbs)","offer_id":46978127462599,"sku":"0325-15448864","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Size 6 (Up to 20 lbs)","offer_id":46978127495367,"sku":"0325-15443796","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Size 6 (Up to 20 lbs)","offer_id":46978127528135,"sku":"0325-15441400","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Size 6 (Up to 20 lbs)","offer_id":46978127560903,"sku":"0325-15440220","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Size 7 (Up to 24 lbs)","offer_id":46978127593671,"sku":"0325-15442810","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Size 7 (Up to 24 lbs)","offer_id":46978127626439,"sku":"0325-15442865","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Size 7 (Up to 24 lbs)","offer_id":46978127659207,"sku":"0325-15449870","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Size 7 (Up to 24 lbs)","offer_id":46978127691975,"sku":"0325-15440758","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/6808\/4935\/files\/24b2ee04ca862066ae374fc9591fde08.jpg?v=1786417947","url":"https:\/\/jinyingxing.com\/products\/adjustable-reflective-dog-booties","provider":"jinyingxing","version":"1.0","type":"link"}