{"product_id":"western-cowboy-hat-shaped-backpack-cow-print-straps","title":"🤠 Western Cowboy Hat Shaped Backpack Cow Print Straps Mini Leather Purse 🎒","description":"\u003cstyle\u003e\n  .western-bag-page {\n    --wb-brown: #963b1f;   \/* 复古西部棕 *\/\n    --wb-dark: #171717;    \/* 深邃复古黑 *\/\n    --wb-light: #f3efea;   \/* 空气感雾面冷麦白底 *\/\n    --wb-border: #ded8d2;\n    --wb-text: #26221f;\n    --wb-muted: #68635f;\n    --wb-white: #ffffff;\n\n    max-width: 760px; \/* 锁定移动端黄金宽度 *\/\n    margin: 0 auto;\n    padding: 10px;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--wb-text);\n    line-height: 1.65;\n    background: var(--wb-white);\n  }\n\n  .western-bag-page * {\n    box-sizing: border-box;\n  }\n\n  \/* 移动端字号极致瘦身，提升大拇指滑屏吞咽率 *\/\n  .western-bag-page h1,\n  .western-bag-page h2,\n  .western-bag-page h3,\n  .western-bag-page p {\n    margin-top: 0;\n  }\n\n  .western-bag-page h1 {\n    margin-bottom: 8px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 24px;\n    line-height: 1.25;\n    font-weight: 900;\n    color: var(--wb-dark);\n  }\n\n  .western-bag-page h2 {\n    margin-bottom: 12px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19.5px;\n    line-height: 1.35;\n    font-weight: 800;\n    color: var(--wb-dark);\n  }\n\n  .western-bag-page h3 {\n    margin-bottom: 4px;\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    color: var(--wb-brown);\n  }\n\n  .western-bag-page p {\n    margin-bottom: 0;\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: var(--wb-muted);\n  }\n\n  .western-bag-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 14px;\n    box-shadow: 0 4px 14px rgba(150,59,31,.04);\n  }\n\n  \/* 针对首屏核心GIF动图的黄金自适应尺寸卡死 *\/\n  .wb-gif-container {\n    width: 100%;\n    max-width: 320px;\n    margin: 18px auto;\n  }\n\n  \/* 结构布局模块 *\/\n  .wb-section {\n    margin-bottom: 26px;\n  }\n\n  .wb-section--soft {\n    padding: 16px;\n    background: var(--wb-light);\n    border: 1px solid var(--wb-border);\n    border-radius: 16px;\n  }\n\n  .wb-section--dark {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--wb-dark), #2c1e18);\n    border-radius: 16px;\n    color: #ffffff;\n  }\n\n  .wb-section--dark h2, .wb-section--dark p {\n    color: #ffffff !important;\n  }\n\n  .wb-hero {\n    padding: 16px 8px;\n    text-align: center;\n    background: var(--wb-light);\n    border: 1px solid var(--wb-border);\n    border-radius: 16px;\n  }\n\n  .wb-eyebrow {\n    display: inline-block;\n    margin-bottom: 6px;\n    color: var(--wb-brown);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .wb-section--dark .wb-eyebrow {\n    color: #fed7aa;\n  }\n\n  \/* 核心优势 2列网格卡片 *\/\n  .wb-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .wb-benefit-card {\n    padding: 12px 10px;\n    background: var(--wb-white);\n    border: 1px solid var(--wb-border);\n    border-radius: 10px;\n    box-shadow: 0 2px 6px rgba(0,0,0,.01);\n  }\n\n  .wb-benefit-card strong {\n    display: block;\n    font-size: 13.5px;\n    color: var(--wb-dark);\n    margin-bottom: 2px;\n  }\n\n  .wb-benefit-card p {\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* 场景平铺网格 *\/\n  .wb-zone-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .wb-zone-item {\n    padding: 10px 4px;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    border-radius: 8px;\n    font-size: 12.5px;\n    font-weight: 700;\n    color: #fed7aa !important;\n  }\n\n  \/* ⚙️ 左右极致工整对齐的技术参数面板 *\/\n  .wb-table-box {\n    margin-top: 14px;\n    border: 1px solid var(--wb-border);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .wb-spec-row {\n    display: flex;\n    justify-content: space-between; \/* 左边靠左，右边靠右 *\/\n    align-items: center;\n    padding: 12px 16px;\n    font-size: 13px;\n    border-bottom: 1px solid var(--wb-light);\n    background: #ffffff;\n    gap: 12px;\n  }\n\n  .wb-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .wb-spec-row:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .wb-spec-label {\n    font-weight: 800;\n    color: var(--wb-dark);\n    white-space: nowrap;\n  }\n\n  .wb-spec-value {\n    text-align: right;\n    color: var(--wb-muted);\n    font-weight: 500;\n  }\n\n  \/* 强转化促单收尾大暗框 *\/\n  .wb-cta-banner {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--wb-dark), var(--wb-brown));\n    border-radius: 12px;\n    text-align: center;\n    box-shadow: 0 4px 14px rgba(150,59,31,.15);\n  }\n\n  .wb-cta-banner h2 {\n    color: #ffffff !important;\n    font-size: 16.5px;\n    margin-bottom: 4px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n  }\n\n  .wb-cta-banner p {\n    color: #fed7aa;\n    font-size: 13px;\n    margin-bottom: 14px;\n  }\n\n  .wb-cta-trust-line {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255,255,255,0.15);\n    display: flex;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .wb-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11.5px !important;\n    font-weight: 800 !important;\n    color: #ffffff !important; \/* 锁死纯白高亮 *\/\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n\n  \/* 底部4列高质感信托徽章 *\/\n  .wb-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 6px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .wb-trust-item {\n    padding: 8px 4px;\n    background: var(--wb-light);\n    border: 1px solid var(--wb-border);\n    border-radius: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--wb-muted);\n  }\n\n  @media (min-width: 600px) {\n    .wb-benefits-grid { grid-template-columns: repeat(3, 1fr); }\n    .wb-zone-grid { grid-template-columns: repeat(4, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"western-bag-page\"\u003e\n  \u003c!-- Hero Banner 头部区域 --\u003e\n  \u003csection class=\"wb-section\"\u003e\n    \u003cdiv class=\"wb-hero\"\u003e\n      \u003cspan class=\"wb-eyebrow\"\u003e🤠 WESTERN VINTAGE STYLE • HANDS-FREE CARRY 🎒\u003c\/span\u003e\n      \u003ch1\u003eWestern Style, Hands-Free Carry\u003c\/h1\u003e\n      \n      \u003c!-- 彻底解耦隔离：首屏核心背包展示 GIF 控型平铺 --\u003e\n      \u003cdiv class=\"wb-gif-container\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/89292ee388762a1dc4b35212079f545b.gif?v=1784692684\" alt=\"Cowboy hat shaped backpack movement loop animation\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 14.5px; color: var(--wb-text); font-weight: 500; padding: 0 4px; margin-top: 14px;\"\u003eA playful, eye-catching hat-shaped backpack that keeps your everyday essentials close while adding a distinctive Western chic vibe to your daily outfit matrix.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺一：正面全景特写（下接原图 444_58a7） --\u003e\n  \u003csection class=\"wb-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🤠 Distinctive Cowboy Hat Silhouette \u0026amp; Cow-Print Straps 🐄\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 1 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/444_58a7cbdb-0960-481b-9583-d63a9ba56b8e.png?v=1784692660\" alt=\"Brown western hat shaped backpack front view with cow print straps\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wb-benefits-grid\"\u003e\n      \u003cdiv class=\"wb-benefit-card\"\u003e\n        \u003cstrong\u003e🤠 Unique Hat Silhouette\u003c\/strong\u003e\n        \u003cp\u003eSculpted cowboy hat shape stands out from dull, ordinary backpacks effortlessly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wb-benefit-card\"\u003e\n        \u003cstrong\u003e🐄 Cow-Print Shoulder Straps\u003c\/strong\u003e\n        \u003cp\u003eEye-catching black \u0026amp; white patterned straps equipped with adjustable metal buckles.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wb-benefit-card\"\u003e\n        \u003cstrong\u003e📱 Two Zippered Storage Zones\u003c\/strong\u003e\n        \u003cp\u003eMain compartment plus front hat-crown pocket organizes daily essentials neatly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wb-benefit-card\"\u003e\n        \u003cstrong\u003e🪶 Feather-Light 0.38 kg\u003c\/strong\u003e\n        \u003cp\u003eSoft-touch lightweight build ensures zero shoulder fatigue during all-day festivals.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺二：侧面与背部支撑特写（下接原图 777_d703） --\u003e\n  \u003csection class=\"wb-section wb-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e✨ Soft-Touch Texture \u0026amp; Intricate Stitched Edges\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 2 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/777_d703346b-53dc-4428-9fdf-8185f271153d.png?v=1784692660\" alt=\"Back and side perspective of western hat backpack showing rivet details\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--wb-muted);\"\u003eCrafted with premium soft-touch synthetic leather, accented by decorative edge lacing and reinforced metal rivets for long-lasting festival adventures.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺三：正面拉链与收纳口袋（下接原图 333_8077） --\u003e\n  \u003csection class=\"wb-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e📦 Quick-Access Front Zipper Pocket \u0026amp; Main Zone\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 3 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/333_8077454a-42fe-4a7b-8ae9-03338ff629ff.png?v=1784692657\" alt=\"Unzipped front pocket showing interior room for phone and cosmetics\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eKeep your smartphone, lip balm, sunglasses, and keys organized between the smooth-glide main zipper compartment and convenient front pocket.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺四：奶牛纹可调节肩带细节（下接原图 222_f16e） --\u003e\n  \u003csection class=\"wb-section wb-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🎀 Adjustable Cow-Print Patterned Shoulder Straps\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 4 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/222_f16eb59b-6ea5-4248-918b-8a78255955ba.png?v=1784692656\" alt=\"Cow print shoulder strap texture and length adjustment slider close up\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--wb-muted);\"\u003eEasily customize strap length for a snug high-back fit or relaxed slouchy drop to match your preferred festival aesthetic.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺五：黑色款优雅陈列（下接原图 555_79f1） --\u003e\n  \u003csection class=\"wb-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🖤 Sleek Midnight Black Color Option\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 5 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/555_79f1436a-e5b8-447b-beb5-8cd5d3fa9288.png?v=1784692656\" alt=\"Black western hat shaped backpack front view with cow print straps\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003ePrefer an understated Gothic Western look? The Midnight Black edition pairs seamlessly with dark denim, leather jackets, and graphic tees.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺六：双色侧面并排对比（下接原图 666_fa5a） --\u003e\n  \u003csection class=\"wb-section wb-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🎨 Available In Warm Saddle Brown \u0026amp; Midnight Black\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 6 --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/666_fa5ae06d-aa11-4bba-9918-38daf2141e88.png?v=1784692649\" alt=\"Brown and black cowboy hat backpacks side by side view\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 广泛适用多场景大暗框区域（下接原图 1_f779，压轴平铺圆满收网） --\u003e\n  \u003csection class=\"wb-section wb-section--dark\"\u003e\n    \u003cdiv class=\"wb-section--dark\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n        \u003cspan class=\"wb-eyebrow\"\u003eUniversal Statement Accessory\u003c\/span\u003e\n        \u003ch2\u003e🎸 Perfect For Country Concerts, Festivals \u0026amp; Casual Days 🎡\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 最后的压轴全屏平铺：大图 7 --\u003e\n      \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_f7792815-3452-49f1-bc21-7d431f3cf1a8.png?v=1784692640\" alt=\"Model wearing western hat backpack at outdoor music festival\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wb-zone-grid\"\u003e\n        \u003cdiv class=\"wb-zone-item\"\u003e🎸 Country Music Concerts\u003c\/div\u003e\n        \u003cdiv class=\"wb-zone-item\"\u003e🎡 Outdoor Summer Festivals\u003c\/div\u003e\n        \u003cdiv class=\"wb-zone-item\"\u003e🏙️ Daily City Outings \u0026amp; Dates\u003c\/div\u003e\n        \u003cdiv class=\"wb-zone-item\"\u003e🤠 Western Themed Parties\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 📋 开箱清单与技术参数面板：左右极致工整齐平对齐 --\u003e\n  \u003csection class=\"wb-section wb-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e\n      \u003ch2\u003e📋 Product Specifications Profile\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wb-table-box\"\u003e\n      \u003cdiv class=\"wb-spec-row\"\u003e\n        \u003cdiv class=\"wb-spec-label\"\u003eProduct Archetype\u003c\/div\u003e\n        \u003cdiv class=\"wb-spec-value\" style=\"font-weight: 800; color: var(--wb-dark);\"\u003eWestern Cowboy Hat-Shaped Backpack\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wb-spec-row\"\u003e\n        \u003cdiv class=\"wb-spec-label\"\u003eMaterial Core\u003c\/div\u003e\n        \u003cdiv class=\"wb-spec-value\"\u003eSoft-Touch Premium PU Leather \u0026amp; Metal Rivets\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wb-spec-row\"\u003e\n        \u003cdiv class=\"wb-spec-label\"\u003eStrap Style\u003c\/div\u003e\n        \u003cdiv class=\"wb-spec-value\"\u003eAdjustable Black \u0026amp; White Cow-Print Straps\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wb-spec-row\"\u003e\n        \u003cdiv class=\"wb-spec-label\"\u003eHeight \/ Width \/ Depth\u003c\/div\u003e\n        \u003cdiv class=\"wb-spec-value\"\u003e31 × 24 × 12 cm (12.2 × 9.4 × 4.7 in)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wb-spec-row\"\u003e\n        \u003cdiv class=\"wb-spec-label\"\u003eNet Mass Weight\u003c\/div\u003e\n        \u003cdiv class=\"wb-spec-value\"\u003eUltra-Light Approx. 0.38 kg (0.84 lb)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wb-spec-row\" style=\"background:#fff7ed;\"\u003e\n        \u003cdiv class=\"wb-spec-label\" style=\"color:var(--wb-brown);\"\u003ePackage Contents\u003c\/div\u003e\n        \u003cdiv class=\"wb-spec-value\" style=\"font-weight:bold; color:var(--wb-dark);\"\u003e1 × Western Cowboy Hat Backpack\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin: 12px 0 0; color: var(--wb-muted); font-size: 11.5px; line-height: 1.4; padding: 0 4px;\"\u003e* Usage Directives: Please allow 2–3 cm manual measurement variations. Props shown inside bag images (phones, makeup) are for scale purposes and not included.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 强转化促单收尾大暗框 --\u003e\n  \u003cdiv class=\"wb-cta-banner\"\u003e\n    \u003ch2\u003e🤠 ELEVATE YOUR FESTIVAL OUTFIT \u0026amp; TURN HEADS EVERYWHERE YOU GO! 🎒\u003c\/h2\u003e\n    \u003cp\u003eSelect your favorite western hat backpack color options above and welcome a statement hands-free bag to your wardrobe tonight.\u003c\/p\u003e\n    \n    \u003cdiv class=\"wb-cta-trust-line\"\u003e\n      \u003cspan class=\"wb-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e\n      \u003cspan class=\"wb-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e\n      \u003cspan class=\"wb-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部四列高质感信托徽章 --\u003e\n  \u003cdiv class=\"wb-trust-grid\"\u003e\n    \u003cdiv class=\"wb-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e\n    \u003cdiv class=\"wb-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e\n    \u003cdiv class=\"wb-trust-item\"\u003e🤠 Cowboy Style\u003c\/div\u003e\n    \u003cdiv class=\"wb-trust-item\"\u003e🐄 Cow Print\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"WHX","offers":[{"title":"Brown","offer_id":48793870041242,"sku":"NC0189260722309-棕色背包","price":39.89,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":48793870074010,"sku":"NC0189260722309-黑色背包","price":39.89,"currency_code":"USD","in_stock":true},{"title":"🚚2 PCS (Brown+Black) - Free Shipping🚚","offer_id":48793870106778,"sku":"NC0189260722309-棕色背包+黑色背包","price":60.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_f7792815-3452-49f1-bc21-7d431f3cf1a8.png?v=1784692640","url":"https:\/\/povlya.com\/products\/western-cowboy-hat-shaped-backpack-cow-print-straps","provider":"povlya.com","version":"1.0","type":"link"}