{"product_id":"breathable-denim-detachable-collar","title":"Breathable Denim Detachable Collar","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Fashion Accessory (Denim False Collar)\nTarget Audience: Fashion-conscious women, office workers, college students seeking versatile layering.\nVisual Style: Clean, elegant, and timeless. \nColor Strategy: Denim Blue (--primary) for trust and style, Off-white (--bg-body) for a crisp, clean background, Deep Navy (--text-main) for premium readability.\nShape Strategy: Radius 16px (--radius-md\/lg) to reflect the softness and comfort of the fabric, while keeping a structured look.\nTypography Strategy: Large Type (H1 up to 44px, Body 18-20px) \/ Mobile-first readable, high contrast.\nMobile Table Strategy: Card-based via Flexbox \u0026 pseudo-elements (No horizontal scroll allowed).\nMobile Layout Strategy: Strict single column (Image -\u003e Text sequence). Z-Pattern enabled only on desktop (min-width: 768px).\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 0) Base \u0026 Reset *\/\n    .product-detail-container {\n      box-sizing: border-box;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n\n      \/* 1) Design System (CSS Variables) *\/\n      --primary: #2A4B7C; \/* Classic Denim Blue *\/\n      --primary-hover: #1E375A;\n      --primary-light: #EBF0F6;\n      --text-main: #1A2433; \/* Deep navy for text *\/\n      --text-sub: #4A5B70;\n      --bg-body: #FAFBFC;\n      --bg-card: #FFFFFF;\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 16px rgba(42, 75, 124, 0.06);\n      --shadow-lg: 0 12px 32px rgba(42, 75, 124, 0.12);\n      --border-color: #E2E8F0;\n      --spacing-section: clamp(3rem, 6vw, 6rem);\n      --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      margin-top: 0;\n      margin-bottom: 1rem;\n      font-weight: 700;\n      color: var(--text-main);\n      line-height: 1.2;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(28px, 3.5vw, 36px); }\n    .product-detail-container h3 { font-size: clamp(22px, 2.5vw, 28px); }\n    \n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Protocol *\/\n    .product-detail-container .img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--primary-light);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Placeholder styling *\/\n    .product-detail-container .placeholder-box {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--primary-light);\n      border: 2px dashed #B8C8DB;\n      color: #647B9B;\n      font-size: 1.2rem;\n      font-weight: 600;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Sections *\/\n    .product-detail-container .section {\n      padding-top: var(--spacing-section);\n      padding-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    \n    .hero-social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      background: var(--bg-card);\n      padding: 0.75rem 1.5rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--primary);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .hero-social-proof span {\n      color: #F59E0B; \/* Star color *\/\n      font-size: 20px;\n    }\n\n    .hero-badges {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 1rem;\n      margin-top: var(--spacing-element);\n    }\n\n    .static-badge {\n      background: var(--primary-light);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 600;\n    }\n\n    \/* Feature Section (Mobile Lock \u0026 Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: strict stack *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-section);\n      align-items: center;\n    }\n\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern Base *\/\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Z-Pattern Reverse *\/\n      }\n      .feature-media,\n      .feature-copy {\n        flex: 1; \/* Equal width, height determined by content naturally *\/\n      }\n    }\n\n    \/* Specifications Table (Card-based on Mobile) *\/\n    .specs-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .product-detail-container th {\n      background-color: var(--primary-light);\n      color: var(--text-main);\n      font-weight: 700;\n      font-size: 18px;\n    }\n\n    .product-detail-container th, \n    .product-detail-container td {\n      padding: 1.25rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container td {\n      font-size: 18px;\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Table Overrides (Critical) *\/\n    @media (max-width: 767px) {\n      .product-detail-container table, \n      .product-detail-container thead, \n      .product-detail-container tbody, \n      .product-detail-container tr, \n      .product-detail-container th, \n      .product-detail-container td {\n        display: block;\n        width: 100%;\n      }\n      \n      .product-detail-container thead {\n        display: none; \/* Hide native headers *\/\n      }\n      \n      .product-detail-container tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n        overflow: hidden;\n      }\n      \n      .product-detail-container td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        text-align: right;\n        padding: 1rem;\n        border-bottom: 1px solid var(--primary-light);\n      }\n      \n      .product-detail-container td:last-child {\n        border-bottom: none;\n      }\n\n      .product-detail-container td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n        text-align: left;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-grid {\n      display: grid;\n      gap: 2rem;\n    }\n\n    .faq-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 1rem;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-size: clamp(24px, 3vw, 28px);\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      line-height: 1.7;\n      margin: 0;\n      padding-left: clamp(2rem, 3.5vw, 2.5rem); \/* Align with text *\/\n    }\n\u003c\/style\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003cdiv class=\"hero-social-proof\"\u003e\n\u003cspan\u003e★★★★★\u003c\/span\u003e Trusted by 10,000+ Style Enthusiasts\u003c\/div\u003e\n\n\u003ch1\u003eInstant Style Upgrade, Minus the Bulk\u003c\/h1\u003e\n\n\u003cp\u003eTransform sweaters, dresses, and cardigans effortlessly. Create a sophisticated, layered shirt look without the extra warmth or restrictive fabric.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"static-badge\"\u003eBreathable Fabric\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003eOne Size Fits Most\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003eMachine Washable\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"img-wrapper\" style=\"margin-top: var(--spacing-section);\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324104916\/c45a02d09a6b0fcbb284a7eb47769845.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324104916\/3a9160263601add0df85622b95325592.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eComfortable \u0026amp; Sturdy Construction\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from remarkably soft, breathable denim fabric that feels gentle against your skin all day long. The high-quality cotton blend ensures it stays crisp, giving you the structured collar look without the stifling heat of a full base layer.\u003c\/p\u003e\n\n\u003cp\u003eWith reinforced stitching designed for daily use, it maintains its perfect shape wash after wash, whether you are powering through a workday or enjoying a weekend outing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324104916\/cbb9fb48655481422a8e1268b1802dab.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSimple, Secure, \u0026amp; Seamless Fit\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to constant adjustments. Designed with four functional buttonholes, this collar allows for a straightforward, customizable fit. Simply slip it on and button up to your desired comfort level.\u003c\/p\u003e\n\n\u003cp\u003eThe extended shoulder panels ensure the collar stays neatly anchored under your clothing, providing a flawless, smooth silhouette that never rides up or bunches awkwardly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324104916\/62c7d9bb696bb4ff8c7755fbb4d8d028.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAdaptable for Every Occasion\u003c\/h2\u003e\n\n\u003cp\u003eA truly timeless accessory that transcends seasons. Whether you are aiming for a professional office aesthetic, an elegant dinner look, or a smart-casual college vibe, this denim collar instantly elevates your ensemble.\u003c\/p\u003e\n\n\u003cp\u003eIt also makes a thoughtful and stylish present for anyone who loves clever wardrobe hacks—perfect for birthdays, holidays, or simply as a token of appreciation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Specifications Section --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: var(--spacing-element);\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-wrapper\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e100% Cotton Denim\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSoft, breathable, fade-resistant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Collar Circumference\"\u003e42 cm (16.5 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eStandard fit for most neck sizes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Shoulder Width\"\u003e35 cm (13.8 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eExtended cut to prevent slipping\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Front Length\"\u003e30 cm (11.8 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLies flat under V-necks and crewnecks\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Item Weight\"\u003e50 g (1.8 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUltra-lightweight for all-day comfort\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003eMachine Washable\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eWash cold, tumble dry low. Can be ironed.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. FAQ Section --\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: var(--spacing-element);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the outline show under thin sweaters?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the edges are tailored to be incredibly thin and lay perfectly flat against your collarbones and chest. It eliminates the bulky look and seam-lines typically caused by wearing two full layers of clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the neck size adjustable?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! The false collar features four fully functional buttons. You can leave the top button undone for a relaxed, casual V-neck style or button it up entirely for a sharp, professional look.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I wash and maintain the denim collar?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is very easy to care for. You can treat it just like your favorite pair of jeans—machine wash on a cold, gentle cycle and tumble dry on low. For an extra crisp look, a quick warm iron will make it look brand new.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black Pointed Collar \/ Buy 1","offer_id":44939870503048,"sku":"0328-16154790","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black Round Collar \/ Buy 1","offer_id":44939870535816,"sku":"0328-16157656","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue Pointed Collar \/ Buy 1","offer_id":44939870568584,"sku":"0328-16159525","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue Round Collar \/ Buy 1","offer_id":44939870601352,"sku":"0328-16153775","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue Pointed Collar \/ Buy 1","offer_id":44939870634120,"sku":"0328-16151836","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue Round Collar \/ Buy 1","offer_id":44939870666888,"sku":"0328-16153275","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White Pointed Collar \/ Buy 1","offer_id":44939870699656,"sku":"0328-16156054","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White Round Collar \/ Buy 1","offer_id":44939870732424,"sku":"0328-16154756","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black Pointed Collar \/ Buy 2: Save 20% (Most Popular!)","offer_id":44939870765192,"sku":"0328-16152847","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black Round Collar \/ Buy 2: Save 20% (Most Popular!)","offer_id":44939870797960,"sku":"0328-16151360","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue Pointed Collar \/ Buy 2: Save 20% (Most Popular!)","offer_id":44939870830728,"sku":"0328-16153739","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue Round Collar \/ Buy 2: Save 20% (Most Popular!)","offer_id":44939870863496,"sku":"0328-16154764","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue Pointed Collar \/ Buy 2: Save 20% (Most Popular!)","offer_id":44939870896264,"sku":"0328-16150407","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue Round Collar \/ Buy 2: Save 20% (Most Popular!)","offer_id":44939870929032,"sku":"0328-16158054","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White Pointed Collar \/ Buy 2: Save 20% (Most Popular!)","offer_id":44939870961800,"sku":"0328-16155621","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White Round Collar \/ Buy 2: Save 20% (Most Popular!)","offer_id":44939870994568,"sku":"0328-16151333","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black Pointed Collar \/ Buy 3: Save 30% (Best Value!)","offer_id":44939871027336,"sku":"0328-16151665","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Black Round Collar \/ Buy 3: Save 30% (Best Value!)","offer_id":44939871060104,"sku":"0328-16157631","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue Pointed Collar \/ Buy 3: Save 30% (Best Value!)","offer_id":44939871092872,"sku":"0328-16157947","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Dark Blue Round Collar \/ Buy 3: Save 30% (Best Value!)","offer_id":44939871125640,"sku":"0328-16159813","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue Pointed Collar \/ Buy 3: Save 30% (Best Value!)","offer_id":44939871158408,"sku":"0328-16153304","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue Round Collar \/ Buy 3: Save 30% (Best Value!)","offer_id":44939871191176,"sku":"0328-16151985","price":26.95,"currency_code":"USD","in_stock":true},{"title":"White Pointed Collar \/ Buy 3: Save 30% (Best Value!)","offer_id":44939871223944,"sku":"0328-16151296","price":26.95,"currency_code":"USD","in_stock":true},{"title":"White Round Collar \/ Buy 3: Save 30% (Best Value!)","offer_id":44939871256712,"sku":"0328-16154038","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/c45a02d09a6b0fcbb284a7eb47769845.jpg?v=1774685839","url":"https:\/\/pawnexa.com\/products\/breathable-denim-detachable-collar","provider":"PawNexa","version":"1.0","type":"link"}