{"product_id":"self-adhesive-vet-wrap","title":"Self-Adhesive Vet Wrap","description":"\u003cdiv class=\"product-set-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) - Vet\/Pet Care Theme *\/    .product-set-container {      --primary: #0D9488; \/* Teal 600 - Medical, soothing, pet-friendly *\/      --primary-hover: #0F766E; \/* Teal 700 *\/      --text-main: #334155; \/* Slate 700 *\/      --text-sub: #64748B; \/* Slate 500 *\/      --bg-body: #FFFFFF;      --bg-card: #F0FDFA; \/* Teal 50 *\/      --border-color: #CCFBF1; \/* Teal 100 *\/      --radius-md: 12px;      --radius-lg: 20px;      --shadow-sm: 0 4px 12px rgba(13, 148, 136, 0.06);      --shadow-lg: 0 12px 32px rgba(13, 148, 136, 0.1);      \/* Typography \u0026 Spacing System *\/      --spacing-section: clamp(2.5rem, 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, 44px);      line-height: 1.2;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 800;      letter-spacing: -0.02em;    }    .product-set-container h2 {      font-size: clamp(24px, 3vw, 32px);      line-height: 1.3;      color: var(--primary);      margin: 0 0 1.5rem 0;      font-weight: 700;    }    .product-set-container h3 {      font-size: clamp(20px, 2.5vw, 24px);      line-height: 1.4;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 600;    }    .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 18px;      background: var(--bg-card);      border: 1px solid var(--border-color);      border-radius: 30px;      font-size: 15px;      font-weight: 600;      color: var(--primary);      box-shadow: var(--shadow-sm);    }    \/* Image Protocol \u0026 Placeholders *\/    .img-placeholder {      width: 100%;      background-color: var(--bg-card);      border-radius: var(--radius-lg);      display: flex;      align-items: center;      justify-content: center;      overflow: hidden;      box-shadow: var(--shadow-sm);      margin-bottom: 1.5rem;    }        .img-placeholder img {      width: 100%;      height: auto;      display: block;      border-radius: var(--radius-lg);      transition: transform 0.4s ease;    }        .img-placeholder:hover img {      transform: scale(1.03);    }    \/* Modules *\/    .hero-section {      text-align: center;      margin-top: 3rem;      margin-bottom: var(--spacing-section);    }    .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);      transition: all 0.2s ease;    }    .faq-item:hover {      border-color: #99F6E4; \/* Teal 200 *\/      box-shadow: var(--shadow-sm);      transform: translateY(-2px);    }    .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 1rem;        text-align: left;        border-bottom: 1px solid var(--border-color);        font-size: 17px;      }      .specs-table th {        font-weight: 700;        color: var(--primary);        width: 30%;      }      .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;        justify-content: space-between;        align-items: center;        padding: 0.75rem 0;        border-bottom: 1px solid var(--bg-card);        font-size: 15px;        text-align: right;      }      .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-align: left;        flex-basis: 45%;        margin-right: 1rem;      }    }\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003eSelf-Adhesive Vet Wrap Bandage\u003c\/h1\u003e\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge\"\u003e🐾 Pain-Free Removal\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🩹 Strong Adhesion\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e✂️ Easy Tear\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🩺 Vet Approved\u003c\/div\u003e\n\u003c\/div\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\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Pain-Free Removal – No Fur Sticking\" cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302172043\/c4841e5809e0c6a2f87ff768ddea96f9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePain-Free Removal – No Fur Sticking\u003c\/h3\u003e\n\u003cp\u003eDesigned to stick only to itself, this cohesive bandage wrap prevents painful pulling on your pet’s fur. No sticky residue, no tangling — just stress-free bandage changes every time.\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\u003cimg alt=\"Strong Adhesion with Flexible Comfort\" cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302172043\/ae2ecef300a1cd53093834a7cf7a3b34.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eStrong Adhesion with Flexible Comfort\u003c\/h3\u003e\n\u003cp\u003eCombines excellent elasticity with reliable self-adhesion, staying securely in place even on active pets. Breathable, soft, and skin-friendly material ensures irritation-free protection.\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\u003cimg alt=\"Perfect for Hard-to-Wrap Areas\" cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302172043\/6a95193d3bd8d9051d260356645f1ff0.jpg\"\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 Hard-to-Wrap Areas\u003c\/h3\u003e\n\u003cp\u003eConforms easily to paws, legs, tails, and hooves. Provides compression support for tendons and ligaments during recovery.\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\u003cimg alt=\"Veterinarian \u0026amp; Trainer Approved\" cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302172043\/cc58c9f97f0ec4504673676d28b29dc2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eVeterinarian \u0026amp; Trainer Approved\u003c\/h3\u003e\n\u003cp\u003eIdeal for securing wound dressings, post-surgery healing, first aid kits, and everyday care for dogs, cats, horses, and more.\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\u003cimg alt=\"Easy Tear \u0026amp; Ready to Use\" cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260302172043\/642b2b3f0025cb395e94f7d4572aa80e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEasy Tear \u0026amp; Ready to Use\u003c\/h3\u003e\n\u003cp\u003eNo scissors required — simply tear by hand. Individually wrapped rolls ensure cleanliness and quick access for emergencies.\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\u003eSpecifications\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\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eElastic Cohesive Fabric\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eAdhesion Type\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eSelf-Adhesive (No Glue Residue)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eDogs, Cats, Horses, Livestock\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\"\u003eWound Care, Compression, First Aid, Post-Surgery\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\"\u003eQ1. Will it stick to fur?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. It adheres only to itself and does not pull on fur.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ2. Can I use it for horses?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. It is widely used for hoof and leg wrapping.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ3. Is it breathable?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The material allows airflow while providing secure compression.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ4. Does it require scissors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. It tears easily by hand.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"2 Inch x 5 yards \/ 10-Roll Pack (The Pet Parent)","offer_id":46978122973383,"sku":"0316-16343758","price":16.95,"currency_code":"USD","in_stock":true},{"title":"3 Inch x 5 yards \/ 10-Roll Pack (The Pet Parent)","offer_id":46978123006151,"sku":"0316-16340028","price":16.95,"currency_code":"USD","in_stock":true},{"title":"4 Inch x 5 yards \/ 10-Roll Pack (The Pet Parent)","offer_id":46978123038919,"sku":"0316-16346324","price":16.95,"currency_code":"USD","in_stock":true},{"title":"2 Inch x 5 yards \/ 🔥 20-Roll Pack (The Active Dog\/Agility Bundle) - Save 15%","offer_id":46978123071687,"sku":"0316-16342634","price":28.95,"currency_code":"USD","in_stock":true},{"title":"3 Inch x 5 yards \/ 🔥 20-Roll Pack (The Active Dog\/Agility Bundle) - Save 15%","offer_id":46978123104455,"sku":"0316-16342906","price":28.95,"currency_code":"USD","in_stock":true},{"title":"4 Inch x 5 yards \/ 🔥 20-Roll Pack (The Active Dog\/Agility Bundle) - Save 15%","offer_id":46978123137223,"sku":"0316-16348538","price":28.95,"currency_code":"USD","in_stock":true},{"title":"2 Inch x 5 yards \/ 🐴 40-Roll Pack (The Equestrian \u0026 Farm Bundle)","offer_id":46978123169991,"sku":"0316-16342580","price":50.95,"currency_code":"USD","in_stock":true},{"title":"3 Inch x 5 yards \/ 🐴 40-Roll Pack (The Equestrian \u0026 Farm Bundle)","offer_id":46978123202759,"sku":"0316-16340481","price":50.95,"currency_code":"USD","in_stock":true},{"title":"4 Inch x 5 yards \/ 🐴 40-Roll Pack (The Equestrian \u0026 Farm Bundle)","offer_id":46978123235527,"sku":"0316-16346685","price":50.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/6808\/4935\/files\/ba25704e104910dd95757ef6a454146c.jpg?v=1786417925","url":"https:\/\/jinyingxing.com\/products\/self-adhesive-vet-wrap","provider":"jinyingxing","version":"1.0","type":"link"}