{"product_id":"breathable-mesh-travel-slip-ons","title":"Breathable Mesh Travel Slip-Ons","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Active Footwear \/ Travel Slip-ons\nTarget Audience: Travelers, Outdoor Enthusiasts, Casual Wearers\nVisual Style: Comfort-driven, Airy, Reliable, Energetic\nColor Strategy: --primary (Navy Blue #1A365D - trust\/outdoor), --accent (Sunset Orange #DD6B20 - travel\/energy), --bg-body (White), --bg-card (#F7FAFC - clean\/breatheable)\nShape Strategy: Radius 16px (Reflects the soft, sock-like comfort and stretchability)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 34px+, P 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, full block-level breakdown)\nImage Mapping: Hero=image_1, Ventilation=image_2, Slip-on=image_3, TPR Sole=image_4, Packable=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --pd-primary: #1A365D;\n    --pd-accent: #DD6B20;\n    --pd-text-main: #2D3748;\n    --pd-text-sub: #4A5568;\n    --pd-bg-body: #FFFFFF;\n    --pd-bg-card: #F7FAFC;\n    --pd-border-color: #E2E8F0;\n    --pd-radius-md: 12px;\n    --pd-radius-lg: 20px;\n    --pd-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    --pd-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n  }\n\n  \/* Global Reset \u0026 Container Limits *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5vw, 4rem) 5%;\n    box-sizing: border-box;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--pd-text-main);\n    background-color: var(--pd-bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(34px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    color: var(--pd-primary);\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    color: var(--pd-text-main);\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    color: var(--pd-primary);\n    margin: 0 0 1rem 0;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--pd-text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  .product-detail-container .subtitle {\n    font-size: clamp(20px, 3vw, 24px);\n    color: var(--pd-text-sub);\n    font-weight: 400;\n    margin-bottom: 2rem;\n  }\n\n  \/* Non-clickable Badge *\/\n  .pd-badge {\n    display: inline-block;\n    background-color: var(--pd-bg-card);\n    color: var(--pd-accent);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 1.5rem;\n    border: 1px solid var(--pd-border-color);\n  }\n\n  \/* Image Placeholders (Strict natural flow simulation) *\/\n  .pd-image-wrapper {\n    width: 100%;\n    border-radius: var(--pd-radius-lg);\n    overflow: hidden;\n    box-shadow: var(--pd-shadow-sm);\n  }\n\n  .pd-img-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: var(--pd-bg-card);\n    border: 2px dashed #A0AEC0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #718096;\n    font-size: 1.2rem;\n    font-weight: bold;\n    text-align: center;\n    padding: 2rem;\n  }\n\n  \/* True Image style once replaced *\/\n  .pd-image-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Section Spacing *\/\n  .pd-section {\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n  }\n  .pd-hero .pd-image-wrapper {\n    margin-top: 2rem;\n    aspect-ratio: 16 \/ 9;\n  }\n\n  \/* Feature Z-Pattern \u0026 Mobile Order Lock *\/\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile Lock: strictly stacked *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    align-items: center;\n  }\n\n  .pd-feature-media,\n  .pd-feature-copy {\n    width: 100%;\n  }\n\n  @media (min-width: 768px) {\n    .pd-feature-item {\n      flex-direction: row; \/* Desktop Enhancement: Row *\/\n    }\n    .pd-feature-item:nth-child(even) {\n      flex-direction: row-reverse; \/* Desktop Enhancement: Z-Pattern *\/\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n      width: 50%; \/* Equal split with gap in between *\/\n    }\n  }\n\n  \/* Specs Table - Mobile Card Strategy *\/\n  .pd-specs-container {\n    background-color: var(--pd-bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--pd-radius-lg);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .pd-table th, .pd-table td {\n    padding: 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--pd-border-color);\n    font-size: clamp(16px, 1.5vw, 18px);\n  }\n\n  .pd-table th {\n    background-color: var(--pd-primary);\n    color: white;\n    font-weight: 600;\n  }\n\n  .pd-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Mobile Specs Override (NO Horizontal Scroll) *\/\n  @media (max-width: 767px) {\n    .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-table thead {\n      display: none;\n    }\n    .pd-table tr {\n      background-color: var(--pd-bg-body);\n      border: 1px solid var(--pd-border-color);\n      border-radius: var(--pd-radius-md);\n      margin-bottom: 1rem;\n      box-shadow: var(--pd-shadow-sm);\n    }\n    .pd-table td {\n      display: flex;\n      flex-direction: column;\n      gap: 0.5rem;\n      padding: 1rem;\n      border-bottom: 1px solid var(--pd-bg-card);\n    }\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--pd-primary);\n      text-transform: uppercase;\n      font-size: 14px;\n      letter-spacing: 0.05em;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-item {\n    background-color: var(--pd-bg-body);\n    border: 1px solid var(--pd-border-color);\n    border-radius: var(--pd-radius-md);\n    padding: 1.5rem;\n    margin-bottom: 1rem;\n    box-shadow: var(--pd-shadow-sm);\n  }\n  .pd-faq-item h3 {\n    margin-bottom: 0.5rem;\n    font-size: clamp(18px, 2.5vw, 22px);\n  }\n  .pd-faq-item p {\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero pd-section\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eTrusted by 10,000+ Adventurers\u003c\/div\u003e\n\n\u003ch1\u003eUltimate Comfort in Every Single Step.\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eThe breathable, slip-on active shoe designed to keep up with your lifestyle—from sandy beaches to city streets.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325111646\/be38d5b694cc36b888cba8b9e11477dc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eBreathe Easy. Move Freely.\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a highly stretchy knitted mesh upper that acts like a second skin. It aggressively wicks away moisture, allowing excellent airflow.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Your feet stay exceptionally cool, dry, and comfortable all day long, eliminating odors and sweat even in hot climates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325111646\/43bd83392e789a9a6a9c190d102842fe.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSlip On. Head Out.\u003c\/h2\u003e\n\n\u003cp\u003eForget about tying laces. The stretchable collar provides a seamless slip-on closure that instantly hugs your ankle.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Get out the door faster with effortless on-and-off capability. The secure fit ensures they never slip off unexpectedly during your activities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325111646\/4157577f5abced7179347668a22fb58e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eUncompromised Grip \u0026amp; Protection.\u003c\/h2\u003e\n\n\u003cp\u003eThe thickened outsoles are forged from premium TPR (Thermoplastic Rubber) materials, known for exceptional abrasion resistance and durability.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Walk confidently over sharp rocks or slick surfaces. The anti-slip design keeps you grounded and safe, whether you're hiking a trail or walking by the pool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325111646\/114bde5661a015bd82ad2724d1c7f01e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eYour Ultimate Travel Companion.\u003c\/h2\u003e\n\n\u003cp\u003eIncredibly lightweight and highly compressible, these shoes fold flat to fit into any tight corner of your suitcase or backpack.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Save precious packing space. Perfect for vacations in Hawaii, exploring Costa Rica, or just using as ultra-convenient travel slippers during transit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications (Card-based on Mobile) --\u003e\n\n\u003cdiv class=\"pd-specs-container pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new favorite everyday shoes.\u003c\/p\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\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=\"Upper Material\"\u003eHighly Stretchy Knitted Mesh (Moisture-wicking)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Benefit\"\u003eMaximizes airflow and prevents foot odor\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Sole Material\"\u003eThickened TPR (Thermoplastic Rubber)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Benefit\"\u003eProvides anti-slip traction and puncture resistance\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight (Approx.)\"\u003e250 g \/ 8.8 oz (Per pair)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Benefit\"\u003eUltra-lightweight to reduce foot fatigue\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Collar Design\"\u003eStretchable Slip-on\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Benefit\"\u003eConvenient wear without untying laces\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 (Cold, 30°C \/ 86°F)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Benefit\"\u003eEffortless cleaning after outdoor adventures\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eCan I wear these in the water?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. The breathable knitted mesh allows water to drain rapidly, and the TPR sole provides excellent grip on wet surfaces like pool decks or riverbeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eDo I need to wear socks with these?\u003c\/h3\u003e\n\n\u003cp\u003eNo socks needed! The soft, sock-like mesh interior is designed for barefoot wear, ensuring a smooth, chafe-free experience all day.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eAre they easy to pack for flights and road trips?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the flexible upper allows the shoes to compress significantly. They take up virtually no room in your luggage, making them ideal for any travel destination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black \/ 3-4 Women","offer_id":45406286282943,"sku":"0327-11519947","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5-6 Women","offer_id":45406286315711,"sku":"0327-11516454","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7-8 Women","offer_id":45406286348479,"sku":"0327-11513940","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 8.5-9.5 Women","offer_id":45406286381247,"sku":"0327-11513919","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 10.5-11.5 Women","offer_id":45406286414015,"sku":"0327-11511638","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 12-12.5 Women","offer_id":45406286446783,"sku":"0327-11517926","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 3-4 Women","offer_id":45406286479551,"sku":"0327-11517298","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 5-6 Women","offer_id":45406286512319,"sku":"0327-11512708","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 7-8 Women","offer_id":45406286545087,"sku":"0327-11515318","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 8.5-9.5 Women","offer_id":45406286577855,"sku":"0327-11512034","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 10.5-11.5 Women","offer_id":45406286610623,"sku":"0327-11519482","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 12-12.5 Women","offer_id":45406286643391,"sku":"0327-11510099","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 3-4 Women","offer_id":45406286676159,"sku":"0327-11517254","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 5-6 Women","offer_id":45406286708927,"sku":"0327-11513312","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 7-8 Women","offer_id":45406286741695,"sku":"0327-11517629","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 8.5-9.5 Women","offer_id":45406286774463,"sku":"0327-11512935","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 10.5-11.5 Women","offer_id":45406286807231,"sku":"0327-11516685","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 12-12.5 Women","offer_id":45406286839999,"sku":"0327-11513755","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 3-4 Women","offer_id":45406286872767,"sku":"0327-11519983","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 5-6 Women","offer_id":45406286905535,"sku":"0327-11516061","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 7-8 Women","offer_id":45406286938303,"sku":"0327-11514575","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 8.5-9.5 Women","offer_id":45406286971071,"sku":"0327-11513233","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 10.5-11.5 Women","offer_id":45406287003839,"sku":"0327-11514853","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 12-12.5 Women","offer_id":45406287036607,"sku":"0327-11514063","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/c7623320462d085ea76d852013c8cdb3.jpg?v=1774408852","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/breathable-mesh-travel-slip-ons","provider":"Bak","version":"1.0","type":"link"}