{"product_id":"breathable-mesh-travel-slip-ons","title":"Breathable Mesh Travel Slip-Ons","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--AI Design LogicProduct Type: Active Footwear \/ Travel Slip-onsTarget Audience: Travelers, Outdoor Enthusiasts, Casual WearersVisual Style: Comfort-driven, Airy, Reliable, EnergeticColor Strategy: --primary (Navy Blue #1A365D - trust\/outdoor), --accent (Sunset Orange #DD6B20 - travel\/energy), --bg-body (White), --bg-card (#F7FAFC - clean\/breatheable)Shape Strategy: Radius 16px (Reflects the soft, sock-like comfort and stretchability)Typography Strategy: Large Type \/ Mobile-first readable (H1 34px+, P 18px+)Mobile Table Strategy: Card-based (No horizontal scroll, full block-level breakdown)Image Mapping: Hero=image_1, Ventilation=image_2, Slip-on=image_3, TPR Sole=image_4, Packable=image_5--\u003e\u003cstyle type=\"text\/css\"\u003e:root {    --pd-primary: #1A365D;    --pd-accent: #DD6B20;    --pd-text-main: #2D3748;    --pd-text-sub: #4A5568;    --pd-bg-body: #FFFFFF;    --pd-bg-card: #F7FAFC;    --pd-border-color: #E2E8F0;    --pd-radius-md: 12px;    --pd-radius-lg: 20px;    --pd-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);    --pd-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);  }  \/* Global Reset \u0026 Container Limits *\/  .product-detail-container {    max-width: 1200px;    margin: 0 auto;    padding: clamp(2rem, 5vw, 4rem) 5%;    box-sizing: border-box;    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;    color: var(--pd-text-main);    background-color: var(--pd-bg-body);    overflow-wrap: break-word;    word-break: break-word;    line-height: 1.6;  }  .product-detail-container * {    box-sizing: border-box;  }  \/* Typography System *\/  .product-detail-container h1 {    font-size: clamp(34px, 5vw, 44px);    line-height: 1.2;    font-weight: 800;    color: var(--pd-primary);    margin: 0 0 1rem 0;  }  .product-detail-container h2 {    font-size: clamp(24px, 4vw, 32px);    line-height: 1.3;    font-weight: 700;    color: var(--pd-text-main);    margin: 0 0 1rem 0;  }  .product-detail-container h3 {    font-size: clamp(20px, 3vw, 24px);    line-height: 1.4;    font-weight: 600;    color: var(--pd-primary);    margin: 0 0 1rem 0;  }  .product-detail-container p {    font-size: clamp(18px, 2vw, 20px);    color: var(--pd-text-sub);    margin: 0 0 1.5rem 0;  }  .product-detail-container .subtitle {    font-size: clamp(20px, 3vw, 24px);    color: var(--pd-text-sub);    font-weight: 400;    margin-bottom: 2rem;  }  \/* Non-clickable Badge *\/  .pd-badge {    display: inline-block;    background-color: var(--pd-bg-card);    color: var(--pd-accent);    padding: 0.5rem 1rem;    border-radius: 50px;    font-size: 16px;    font-weight: 700;    text-transform: uppercase;    letter-spacing: 0.05em;    margin-bottom: 1.5rem;    border: 1px solid var(--pd-border-color);  }  \/* Image Placeholders (Strict natural flow simulation) *\/  .pd-image-wrapper {    width: 100%;    border-radius: var(--pd-radius-lg);    overflow: hidden;    box-shadow: var(--pd-shadow-sm);  }  .pd-img-placeholder {    width: 100%;    aspect-ratio: 4 \/ 3;    background-color: var(--pd-bg-card);    border: 2px dashed #A0AEC0;    display: flex;    align-items: center;    justify-content: center;    color: #718096;    font-size: 1.2rem;    font-weight: bold;    text-align: center;    padding: 2rem;  }  \/* True Image style once replaced *\/  .pd-image-wrapper img {    width: 100%;    height: auto;    display: block;  }  \/* Section Spacing *\/  .pd-section {    margin-bottom: clamp(4rem, 8vw, 6rem);  }  \/* Hero Section *\/  .pd-hero {    text-align: center;    margin-bottom: clamp(4rem, 8vw, 6rem);  }  .pd-hero .pd-image-wrapper {    margin-top: 2rem;    aspect-ratio: 16 \/ 9;  }  \/* Feature Z-Pattern \u0026 Mobile Order Lock *\/  .pd-feature-item {    display: flex;    flex-direction: column; \/* Mobile Lock: strictly stacked *\/    gap: clamp(2rem, 5vw, 4rem);    margin-bottom: clamp(3rem, 6vw, 5rem);    align-items: center;  }  .pd-feature-media,  .pd-feature-copy {    width: 100%;  }  @media (min-width: 768px) {    .pd-feature-item {      flex-direction: row; \/* Desktop Enhancement: Row *\/    }    .pd-feature-item:nth-child(even) {      flex-direction: row-reverse; \/* Desktop Enhancement: Z-Pattern *\/    }    .pd-feature-media,    .pd-feature-copy {      width: 50%; \/* Equal split with gap in between *\/    }  }  \/* Specs Table - Mobile Card Strategy *\/  .pd-specs-container {    background-color: var(--pd-bg-card);    padding: clamp(2rem, 5vw, 4rem);    border-radius: var(--pd-radius-lg);  }  .pd-table {    width: 100%;    border-collapse: collapse;    margin-top: 2rem;  }  .pd-table th, .pd-table td {    padding: 1.5rem;    text-align: left;    border-bottom: 1px solid var(--pd-border-color);    font-size: clamp(16px, 1.5vw, 18px);  }  .pd-table th {    background-color: var(--pd-primary);    color: white;    font-weight: 600;  }  .pd-table tr:last-child td {    border-bottom: none;  }  \/* Mobile Specs Override (NO Horizontal Scroll) *\/  @media (max-width: 767px) {    .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {      display: block;      width: 100%;    }    .pd-table thead {      display: none;    }    .pd-table tr {      background-color: var(--pd-bg-body);      border: 1px solid var(--pd-border-color);      border-radius: var(--pd-radius-md);      margin-bottom: 1rem;      box-shadow: var(--pd-shadow-sm);    }    .pd-table td {      display: flex;      flex-direction: column;      gap: 0.5rem;      padding: 1rem;      border-bottom: 1px solid var(--pd-bg-card);    }    .pd-table td:last-child {      border-bottom: none;    }    .pd-table td::before {      content: attr(data-label);      font-weight: 700;      color: var(--pd-primary);      text-transform: uppercase;      font-size: 14px;      letter-spacing: 0.05em;    }  }  \/* FAQ Section *\/  .pd-faq-item {    background-color: var(--pd-bg-body);    border: 1px solid var(--pd-border-color);    border-radius: var(--pd-radius-md);    padding: 1.5rem;    margin-bottom: 1rem;    box-shadow: var(--pd-shadow-sm);  }  .pd-faq-item h3 {    margin-bottom: 0.5rem;    font-size: clamp(18px, 2.5vw, 22px);  }  .pd-faq-item p {    margin-bottom: 0;  }\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\u003cdiv class=\"pd-hero pd-section\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eTrusted by 10,000+ Adventurers\u003c\/div\u003e\n\u003ch1\u003eUltimate Comfort in Every Single Step.\u003c\/h1\u003e\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\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv class=\"pd-img-placeholder\"\u003e\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\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eBreathe Easy. Move Freely.\u003c\/h2\u003e\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\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\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv class=\"pd-img-placeholder\"\u003e\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\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSlip On. Head Out.\u003c\/h2\u003e\n\u003cp\u003eForget about tying laces. The stretchable collar provides a seamless slip-on closure that instantly hugs your ankle.\u003c\/p\u003e\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\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv class=\"pd-img-placeholder\"\u003e\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\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eUncompromised Grip \u0026amp; Protection.\u003c\/h2\u003e\n\u003cp\u003eThe thickened outsoles are forged from premium TPR (Thermoplastic Rubber) materials, known for exceptional abrasion resistance and durability.\u003c\/p\u003e\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\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv class=\"pd-img-placeholder\"\u003e\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\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eYour Ultimate Travel Companion.\u003c\/h2\u003e\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\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\u003cdiv class=\"pd-specs-container pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cp\u003eEverything you need to know about your new favorite everyday shoes.\u003c\/p\u003e\n\u003ctable class=\"pd-table\"\u003e\t\u003cthead\u003e\t\t\u003ctr\u003e\t\t\t\u003cth\u003eFeature\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=\"Upper Material\"\u003eHighly Stretchy Knitted Mesh (Moisture-wicking)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Benefit\"\u003eMaximizes airflow and prevents foot odor\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Sole Material\"\u003eThickened TPR (Thermoplastic Rubber)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Benefit\"\u003eProvides anti-slip traction and puncture resistance\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Weight (Approx.)\"\u003e250 g \/ 8.8 oz (Per pair)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Benefit\"\u003eUltra-lightweight to reduce foot fatigue\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Collar Design\"\u003eStretchable Slip-on\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Benefit\"\u003eConvenient wear without untying laces\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Care Instructions\"\u003eMachine Washable (Cold, 30°C \/ 86°F)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Benefit\"\u003eEffortless cleaning after outdoor adventures\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eCan I wear these in the water?\u003c\/h3\u003e\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\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eDo I need to wear socks with these?\u003c\/h3\u003e\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\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eAre they easy to pack for flights and road trips?\u003c\/h3\u003e\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","brand":"Bak","offers":[{"title":"Black \/ 3-4 Women","offer_id":43871384567871,"sku":"0327-11519947","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Black \/ 5-6 Women","offer_id":43871384600639,"sku":"0327-11516454","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Black \/ 7-8 Women","offer_id":43871384633407,"sku":"0327-11513940","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Black \/ 8.5-9.5 Women","offer_id":43871384666175,"sku":"0327-11513919","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Black \/ 10.5-11.5 Women","offer_id":43871384698943,"sku":"0327-11511638","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Black \/ 12-12.5 Women","offer_id":43871384731711,"sku":"0327-11517926","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Beige \/ 3-4 Women","offer_id":43871384764479,"sku":"0327-11517298","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Beige \/ 5-6 Women","offer_id":43871384797247,"sku":"0327-11512708","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Beige \/ 7-8 Women","offer_id":43871384830015,"sku":"0327-11515318","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Beige \/ 8.5-9.5 Women","offer_id":43871384862783,"sku":"0327-11512034","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Beige \/ 10.5-11.5 Women","offer_id":43871384895551,"sku":"0327-11519482","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Beige \/ 12-12.5 Women","offer_id":43871384928319,"sku":"0327-11510099","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"White \/ 3-4 Women","offer_id":43871384961087,"sku":"0327-11517254","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"White \/ 5-6 Women","offer_id":43871384993855,"sku":"0327-11513312","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"White \/ 7-8 Women","offer_id":43871385026623,"sku":"0327-11517629","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"White \/ 8.5-9.5 Women","offer_id":43871385059391,"sku":"0327-11512935","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"White \/ 10.5-11.5 Women","offer_id":43871385092159,"sku":"0327-11516685","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"White \/ 12-12.5 Women","offer_id":43871385124927,"sku":"0327-11513755","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Green \/ 3-4 Women","offer_id":43871385157695,"sku":"0327-11519983","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Green \/ 5-6 Women","offer_id":43871385190463,"sku":"0327-11516061","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Green \/ 7-8 Women","offer_id":43871385223231,"sku":"0327-11514575","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Green \/ 8.5-9.5 Women","offer_id":43871385255999,"sku":"0327-11513233","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Green \/ 10.5-11.5 Women","offer_id":43871385288767,"sku":"0327-11514853","price":160.0,"currency_code":"HKD","in_stock":true},{"title":"Green \/ 12-12.5 Women","offer_id":43871385321535,"sku":"0327-11514063","price":160.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0631\/8089\/8367\/files\/c7623320462d085ea76d852013c8cdb3.jpg?v=1789372028","url":"https:\/\/3izugx-ju.myshopify.com\/it\/products\/breathable-mesh-travel-slip-ons","provider":"Aurenvi","version":"1.0","type":"link"}